#COVID19 img {
    width: 100%;
    max-width: 400px;
}
body #COVID19 .covid-heading, body #COVID19 .covid-content {
    max-height: unset !important;
}

.component-phone__location-name {
	font-size: .9rem;
	line-height: 1;
	margin-bottom: -10px;
	font-weight: 700;
}

.component-phone__number.phone-m {
	margin-bottom: 0px !important;
}

.component-phone__info-wrapper {
	margin-top: 5px;
}

.banner-a .banner__text-wrapper {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding-top: 16px;
	text-align: center;
	z-index: 2;
}

@media (min-width: 992px) {
  .container-fluid .banner-a .banner__text-wrapper {
    max-width: 100%;
    width: calc(100% - 30px);
    left: unset;
    transform: unset;
  }
}

#id_36f044ba-308d-583e-b10d-839fb19ab13b {
	min-height: unset!important;
}

.locations-a .list .location__list-icons .location__item:first-child {
    margin-top: 5px;
}

.cta-center .blade-a .blade__links {
	justify-content: center;
}

@media (min-width: 768px) {

.header-bar .component-phone__wrapper {
	display: flex;
	flex-direction: row;
	justify-content: right;
	flex-wrap: nowrap;
}
.header-bar .component-phone__info-wrapper {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: baseline;
	margin: auto 15px;
}
.header-bar .component-phone__item-wrapper {
	margin-top: 0;
	line-height: 1;
	font-size: 0;
}
.header-bar .component__title.component-phone__title {
	font-size: 1.2rem;
	line-height: 1.2rem;
	margin-bottom: 0px;
}

/*.header-bar .component-phone__info-wrapper::before {
	content: "";
	background-color: currentColor;
	width: 1px;
	height: 100%;
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}*/

/*.header-bar .component-phone__info-wrapper::after {
    content: "";
    background-color: currentColor;
    width: 1px;
    height: 100%;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}*/
}

.gmap-location a {
    border: 1px solid;
    padding: 15px;
    width: 200px;
    display: inline-block;
    text-align: center;
}

.map-a .map-search__location-list li {
    margin-bottom: 0px;
}

.map-a .map-search__location-phone::before {
    content: "Call or Text: ";
}

/* 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: 65vh;
}
.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;
    }
}

@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;
}


.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;
}


.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%
}


.loc-map #gmap-location-list .loc-name a {
    font-size: 1.5em;
    font-weight: 500;
}


.loc-map .map-a .map-search__locations li a {
    display: unset;
    padding: 0;
    width: auto;
    color: #0073a8 !important;
}

ul.cstm-bttn-row {
    list-style: none;
}

.map__title-caption-wrap {
    margin-top: 25px;
}

.socialmediacust a {
        background-color: #15398f !important;
        border-radius: 50%;
        width: 2em;
        height: 2em;
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }

    .socialmediacust * {
        text-align: center;
        color: #ffffff;
    }

    .socialmediacust i {
        font-size: 1.2em;
        margin: 10px;
    }

    .socialmediacust h3 {
        font-size: 1em !important;
    }


    @media (max-width: 525px){
html,body,
.animated{
overflow-x: hidden !important;
}
body *{
box-sizing: border-box !important;
min-width: unset !important;
}
.featuredblock__item, .hours__day, .map-a {
overflow-x: hidden !important;
}
#ple_fixed{
display: none !important;
}
}
/* Unsticky header */ 
.stickyyyyyy{
position: fixed;
width: 100%;
top: 0;
z-index: 9999;
}


@media (max-width: 767px){
    .section-base-container {
        overflow: hidden;
    }
}
