/* LOCATIONS HUB CARDS */
.locationsCardsWrapper {
    gap: 1.35vw 0;
}
.locationsCardsListInner {
    position: relative;
    display: flex;
    height: 100%;
    background: #fff;
    box-shadow: 0 0 3px #00000033;
    border-radius: 8px;
    overflow: hidden;
    padding: 11px;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: space-between;
    align-items: stretch;
    justify-content: center;
}

.locationsCardsMap {
    width: 100%;
    height: 180px;
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 16px;
}
.cardsInfoPadding {
    padding: 0 10px;
}
.cardsInfoPadding h3 {
    margin-bottom: 0;
    font-weight: 500;
}
.locationsCardsInfo p {
    color: #000000b5;
}
.locationsCardsCTA .socialmedia__list {
    padding: 0 !important;
    margin: 0 !important;
    flex-wrap: nowrap;
    gap: 10px;
    justify-content: space-evenly;
}
.locationsCardsCTA .socialmedia__item {
    padding: 0 !important;
    margin: 0 !important;
}
.locationsCardsCTA .socialmedia__link--medium {
    width: 100%;
    height: auto;
    font-size: inherit;
    width: 100%;
    flex-direction: row-reverse;
    justify-content: flex-end;
    align-items: self-start;
    gap: 5px;
}
.locationsCardsCTA .socialmedia__link--medium:before {
    font-size: 1.35rem;
}
.locationsCardsCTA .catTextLink .socialmedia__link:hover {
    transform: unset;
    font-size: 1.018rem !important;
}
.catTextLink {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    text-decoration: none !important;
}
.socialmedia__link-wrapper {
    text-decoration: none !important;
}
.text-align-center .breadcrumb__list, .text-align-center .pagetitle .text--left {
    text-align: center;
    justify-content: center;
}
.location-card {
    display: block; 
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden; 
    border-radius: 5px; 
}
.static-map-image {
    width: 100%;
    height: 100%;
    display: block;
    aspect-ratio: 16 / 9; 
    object-fit: cover;
    object-position: center; 
    transition: transform 0.3s ease;
}

.map-link:hover .static-map-image {
    transform: scale(1.5);
}
@media (max-width: 991px) {
    .locationsCardsCTA .socialmedia__item {
        width: 100%;
    }
    .locationsCardsCTA .socialmedia__link-wrapper {
        display: block;
        text-align: center;
        padding: 13px;
        border: 1px solid #00000073;
        background: #707dae;
        color: #fff !important;
        border-radius: 7px;
    }
    .locationsCardsCTA .socialmedia__item .socialmedia__link--medium {
        justify-content: center;
        align-items: center;
        color: #fff;
    }
    .catTextLink .socialmedia__link {
        font-size: 1.35rem;
        line-height: 2.35rem;
    }
}
/* <!----  ACCORDION   --->*/
.accordion {
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
}

.accordion.active,
.accordion:hover {
    background-color: #436eb3;
    color: #fff;
}

.accordion:after {
    content: '\002B';
    font-weight: bold;
    float: right;
    margin-left: 5px;
}

.active:after {
    content: "\2212";
}

.accordionWrapper .panel {
    padding: 0 18px;
    height: 0;
    overflow: hidden;
    transition: all 0.2s ease-out;
    background: rgb(234, 234, 234);
}
.accordionWrapper .panel p {
    margin-bottom: 0;
}
.accordionWrapper {
    margin-bottom: 20px;
    box-shadow: 0 0 3px #00000036;
}


html{
    opacity: 0;
    transition: opacity 0.2s;
}
.cstm-bld-a-c .blade__wrap > div {
    align-items: center;
}
/* -----------------------------------------------------------------------------LOCATIONS HERO SECTIONS----------------------------------------------------------------------------- */
.cstm-hero-form h1 {
    font-size: 60px;
    line-height: 65px;
    font-weight: 500;
}
.cstm-hero-form h2 {
    font-weight: 500;
}
.cstm-hero-form .form {
    color: #fff;
    overflow: hidden;
    border-radius: 50px;
    background: #013c73;
    max-width: 400px;
}
.cstm-hero-form .component__title-caption-wrap {
    position: relative;
    padding: 20px;
    display: flex;
    flex-wrap: wrap;
}
.cstm-hero-form .form__form-container {
    padding: 20px;
    background: #fff;
    border-radius: 10px;
}
.cstm-hero-form .form__phiInfo {
    color: #000 !important;
}
.cstm-hero-form .formatted_text p {
    color: #000;
}
.cstm-hero-form .submit {
    margin-top: 0 !important;
}
.cstm-hero-form .component__title-caption-wrap:after {
    content: "\e982";
    font-family: 'font-awesome', custom-icons, Oswald, sans-serif;
    position: absolute;
    top: 10px;
    right: 20px;
    font-size: 7rem;
}
.cstm-hero-form .component__title-caption-wrap .form__title, .cstm-hero-form  .form__caption {
    max-width: 70%;
    flex: 0 0 70%;
}
.cstm-hero-form .component__title-caption-wrap .form__title {
    font-size: 2rem;
    line-height: 2.5rem;
    font-weight: 500;
}
.cstm-hero-form .form__caption {
    font-size: 1.375rem;
    line-height: 1.875rem;
}
.cstm-hero-form .section--dark .form__submit input.component__button--1 {
    color: #fff;
    background-color: var(--color1);
    border: 2px solid var(--color1);
}
.cstm-hero-form .section--dark .form-a .form__input input:not([type=radio]):not([type=checkbox]), .cstm-hero-form .section--dark .form-a .form__input textarea, .cstm-hero-form .section--dark .form-a .form__input select {
    background: #cad8ed;
}
.cstm-hero-form .form-a .form__submit input.component__button--1:hover {
    border: 2px solid var(--color1);
}
/* -----------------------------------------------------------------------------Component Title----------------------------------------------------------------------------- */
@font-face {
    font-family: 'oswald';
    src: url('https://my.chiromatrix.com/0022977/storage/app/media/Oswald-Light.ttf');
}
/* .icon {
    font-family: 'webmgr-icons', custom-icons, font-awesome !important;
} */

.logobg .logo__image {
    background: #fff;
    padding: 5px;
}

@media (max-width:991px) {
.header1 {
    display: none;
}
}

@media (min-width:768px) {
.list_cl3 {
    column-count: 3;
}
}

.fullwidth-layout {
    overflow-x: hidden;
}
.mobileHeader-locWrap .location-list--inner {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    height: auto;
}
/* LOCATIONS PAGE */
.no-dsply {
    display: none;    
}
.loc-map .map-a .map__title-caption-wrap {
    padding: 0 2rem;
}
.loc-map .map-a--12 .map-search {
    margin-top: 1.875rem;
    padding: 0;
}
.loc-map .map__wrap {
    padding: 0 !important;
}
.loc-map .map__col {
    padding: 0 !important;
    max-height: 800px;
}
.loc-map #gmap-location-list {
    overflow-y: auto;
    max-height: 41vh;
}
.loc-map .map-a .map-search__form {
    max-width: 390px;
    width: 100%;
    margin: auto;
}
.loc-map .map-a .map-search__locations > li {
    padding: 1rem;
}
.loc-map .map-search__location {
    display: none;
}
.loc-map .map-a .map__container {
    margin-left: 0;
    padding: 0 !important;
}
.loc-map #gmap-location-list p {
    margin-bottom: 0 !important;
    padding: 0 0.625rem 0.625rem;
}

.loc-map .map-a .map-search__locations li {
    background-color: unset;
    border-left: 5px solid #0000 !important;
    transition: all, 0.3s ease-in !important;
}
.loc-map .map-a .map-search__locations li:hover {
    background-color: unset;
    /* border-left: 5px solid #000 !important; */
    
    transition: all, 0.3s ease-in !important;
}
.loc-map .map-a .map-search__locations > li:nth-child(odd) {    
    border: 1px solid #000 !important;
    border-right: 0;
}
.loc-map .map-a .map-search__locations li a:hover {
    background-color: #0073a8 !important;
    color: #ffffff !important;
}
.loc-map .map-a .map-search__locations li a span {
    display: block;
    color: inherit !important;
}
.loc-map .map-a .map-search__locations li a {
    display: unset;
    padding: 0;
    width: auto;
    color: #0073a8 !important;
}
.loc-map  .cstm-bttn-row {
    justify-content: space-evenly;
}
.loc-map .cstm-bttn-row li {
    flex: 0 0 48% !important;
    max-width: 100%;
    width: 100%;
}
.loc-map .cstm-bttn-row a {
    display: flex !important;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    padding: 12px 8px !important;
    border-radius: 8px;
}
.loc-map .map-a .map__caption {
    margin-top: 3rem;
}
.loc-map #gmap-location-list .loc-name {
    font-size: 1.5em;
    font-weight: 500;
}

@media (max-width: 991px) {
    .spc-l > li {
        max-width: 48%;
        flex: 0 0 48%;
    }
    .loc-map .map-a .map__container {
        padding: 0 !important;
        margin: auto !important;
    }
    .justify-content-end {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
    .header-phones {
        display: none;
    }
}

@media (max-width: 767px) {
    .spc-l > li {
        max-width: 100%;
        flex: 0 0 100%;
    }
    

}
@media (max-width: 767px) {
    .loc-map .cstm-bttn-row {
        flex-direction: column;
    }
    .loc-map .map__col {
        max-height: unset !important;
    }
    .loc-map #gmap-location-list {
        max-height: unset;
    }
    .loc-map .map-a .map-search__locations li {
        border-left: unset !important;
    }
}

ul#gmap-location-list > li {
    border-top: 1px solid;
}

.container-fluid .map-a .map__wrap {
    margin: unset;
}

.col-lg-12.col-sm-12.section__column-1.ple-column-padding.alias-map_home {
    padding-left: 0px;
}

ul.cstm-bttn-row {
    display: flex;
}

/* .loc-map span.icon.icon-chevron-circle-right {
    margin-right: 3px;
} */

.offc-hrs {
    margin: 0 !important;
    padding: 10px 17px !important;
    background-color: #ededed;
    border-radius: 1.25rem;
    display: flex;
    align-items: center;
    gap: 0 9px;
}
.offc-hrs .icon {
    width: 1.875rem;
    height: 1.875rem;
    color: #fff !important;
    background: var(--color2);
    border-radius: 50%;
    font-size: 1.3rem !important;
    line-height: 1.875rem !important;
    text-align: center;
}
.offc-hrs .icon-clock-o:before {
    display: block;
    width: 100%;
    line-height: 1.7rem !important;
    text-align: center;
}
.location-info-section .hours__sep.col {
    display: none !important;
}
.location-info-section .hours-a__schedule--responsive .row {
    justify-content: space-between;
}
.section--light .location__address, .section--light .location__setting-title {
    color: #000;
}
.piwik_ignore {
    text-decoration: none !important;
}
.contact-us-im .form {
    padding: 0rem 0 !important;
}
.leadFormInfo {
    color: #a9a6a6 !important;
}

.spc-l {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: flex-start;
    padding-left: 0 !important;
    padding-top: 2rem;
}
.spc-l .icon {
    font: normal normal normal 14px/1 font-awesome;
    margin-right: 10px;
}
.spc-l > li {
    list-style: none;
    background: #00000021;
    box-shadow: 0 0 3px #00000030;
    max-width: 32%;
    flex: 0 0 32%;
    padding: 1.5rem;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 240px;
}
.spc-l p {
    margin-top: 0 !important;
    margin-bottom: 15px;
    font-size: 1rem !important;
}
.cstm-bttn-row {
    margin: 0 !important;
    padding: 0 !important;
    list-style: none;
    display: flex;
    gap: 10px;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    margin-top: auto !important;
    vertical-align: baseline;
}
.cstm-bttn-row a, .cstm-bttn-row li span {
    color: #fff !important;
    transition: all, 0.3s ease-in;
}
.cstm-bttn-row a:hover, .cstm-bttn-row li:hover span {
    color: #b7b7b7 !important;
    transition: all, 0.3s ease-in;
}

.loc-map a.cta__button.component__button--1 {
    gap: 5px;
}




.flex_wrap {
    display: flex;
    align-items: center;
}

.flex_1 {
flex: 1;
padding: 10px;
}

@media (max-width: 800px){
.flex_wrap {
flex-direction: column;
}
}

@media (min-width: 767px) {
.flex_1 ul {
    margin: auto;
    display: table;
}
}

.spaceend .flex_1 p {
    float: right;
}


.box1 {
    border: 1px solid;
    margin: 10px;
    padding: 0px 20px;
}

/* .editable__container hr {
    clear: both;
    border-color: transparent !important;
} */

/* @media (min-width: 992px) {
    .navigation-a .navigation__item:hover>.navigation__list--default {
        max-height: 500px;
        overflow-y: scroll !important;
        overflow-x: visible !important;
    }
} */

.editable__container video {
    max-width: 100%;
}

.loc-map  span.icon {
    margin-right: 10px;
}


.featuredblock-content-wrapper {
    display: none !important;
}

.featuredblocks-grid-b .featuredblocks .featuredblock__wrap:hover .featuredblock-image-title-wrapper {
    opacity: 1 !important;
}

@media (min-width: 992px) {
    .navigation-a .navigation__item:hover>.navigation__list--default {
        max-height: 1050px;
    }
    .header-phones .col-lg-1 {
        flex: 0 0 14.281%;
        max-width: 14.281%;
    }
}

@media (max-width:991px) {
.spc-l > li {
    max-width: 50%;
}
}

@media (max-width: 767px) {

    
.spc-l > li {
    max-width: 100%;
}
.staff__slider .controls-wrapper .flex-control-nav {
    flex-wrap: wrap;
    gap: 5px;
}
}

.editable__container iframe {
    max-width:100%
}

.section--light .featuredblocks-grid-b .featuredblocks .featuredblock__bg-image span, .section--light .featuredblocks-grid-b .featuredblocks .featuredblock__bg-image::after {
    background-color: #000;
}

.section--dark .banner-a .banner__title {
    text-shadow: 1px 1px #000;
}
.section--dark .banner-a .banner__subtitle {
    color: #fff;
    text-shadow: 1px 1px #000;
}
.section.fb-grid-b-large .featuredblocks-grid-b .featuredblocks .featuredblock__title {
    font-size: 2rem;
}
.section--light .featuredblocks-grid-b .featuredblocks .featuredblock__title {
    text-shadow: 1px 1px #000;
}


.locationcustrow > .row:nth-child(even){
    background-color: #f5f5f5;
}
.locationcustrow > .row{
     padding: 20px;
}



@media (max-width: 525px){
[class*="editable"] img{
display: block !important;
float: unset !important;
margin: auto !important;
}   
}


/*  */
.editable__container--inner.editable__container--inner a.cta__button.component__button--1 {
    display: block;
    margin: auto;
}
.two-columns {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.two-columns p {
    flex: 1;
    min-width: 250px; /* Adjust depending on how narrow you want each column */
}


.colnopadding [class*="col"]{
    padding: 0;
}