.leaflet-container {
    height: 400px;
    width: 600px;
    max-width: 100%;
    max-height: 100%;
}

#map { width: 800px; height: 500px; }
.info { padding: 6px 8px; font: 14px/16px Arial, Helvetica, sans-serif; background: white; background: rgba(255,255,255,0.8); box-shadow: 0 0 15px rgba(0,0,0,0.2); border-radius: 5px; } .info h4 { margin: 0 0 5px; color: #777; }
.legend { text-align: left; line-height: 18px; color: #555; } .legend i { width: 18px; height: 18px; float: left; margin-right: 8px; opacity: 0.7; }

.leaflet-control-attribution.leaflet-control{
    display: none !important;
}

#location-map-wrapper{
    height: 500px;
    clip-path: polygon(13% 1%, 100% 0, 100% 100%, 0% 100%); !important;
}


.cta-location-appointment {
    background: black;
    padding: 8px 12px;
    border-radius: 15px;
    color: white;
    font-weight: bold;
    margin-top: 10px;
    display: inline-block;
    text-decoration: none !important;
}

.cta-location-appointment:hover {
    background: black;
    padding: 8px 12px;
    border-radius: 15px;
    color: white;
    font-weight: bold;
    margin-top: 10px;
    display: inline-block;
    text-decoration: none !important;
}

.area-details{
    background: black;
    color: white;
}

.area-details-wrapper{
    padding: 98px 35px 80px 90px;
}

.cta-area-contact, .cta-area-contact:hover{
    background: white;
    padding: 8px 12px;
    border-radius: 15px;
    color: black;
    font-weight: bold;
    display: inline-block;
    margin-top: 10px;
    text-decoration: none !important;
}

.area-details-wrapper .subheading{
    font-size: 18px !important;
    font-weight: bold !important;
    color: white;
}

.area-single-page h1{
    color: white;
    font-size: 2.5rem;
}

.area-details-wrapper .content{
    font-size: 13px !important;
    color: white;
}

.resource-column-wrapper{
    background: black;
}

.type-badge{
    background: #48b4ac;
    padding: 5px 33px;
    border-radius: 15px;
    color: white;
    margin: 0 8px;
}

p.resource-title{
    min-height: 120px;
}

.resource-column p, .resource-column p a{
    color: white;
    text-decoration: none !important;
}

.type-badge:hover{
    cursor: pointer;
    opacity: 0.8;

}

.type-badge a{
    text-decoration: none;
    color: white !important;
}

.swiper {
    width: 600px;
    height: 300px;
}

.location-image-anchor {
    height: 100%;
    width: 100%;
    position: absolute;
}

a.ebook-download-btn{
    background: #48b4ac;
    padding: 8px 33px;
    color: white;
    text-decoration: none;
    border-radius: 20px;
    margin-top: 15px;
    display: inline-block;
}

a.ebook-download-btn:hover{
    opacity: 0.8;
    color: white;

}

.resource-type-item{
    width: 180px;
}

.type-badge.active{
    border: 2px solid black;
    opacity: 1;
}

#resources_wrapper{
    position: relative;
    margin-bottom: 100px;
}

.cta-footer-resource, .cta-footer-resource:hover{
    background: #3884c4;
    padding: 6px 10px;
    color: #FFF;
    text-decoration: none;
    border-radius: 20px;
    font-size: 0.9rem;
    font-weight: 100;
    display: inline-block;
    width: 190px;
}

 .cta-footer-resource:hover{
     cursor: pointer;
 }

 .swiper-scrollbar{
     display: none;
 }

 #breadcrumbs a{
     text-decoration: none !important;
 }

.gradient--warm {
background-image: -webkit-gradient(linear,left top,right top,from(#d03e25),color-stop(30%,#d03e25),to(#f6921e)) !important;
background-image: linear-gradient(90deg,#d03e25 30%,#d03e25 30%,#f6921e) !important;
}

@media (min-width:1024px){
    .location-slider:not(.swiper-slide-next){
        margin-bottom: auto;
        margin-top: auto;
        height: 260px !important;
        opacity: 0.5;
    }
}

.location-page a{
    text-decoration: none !important;
}

.icon-text-block .container{
    padding: 0 !important;
    margin: 0; !important;
}

.area-link i{
    font-size: 24px !important;
}

p.area-subheading{
    font-weight: bold;
}

.location-single a{
    text-decoration: none !important;
}

.location-bottom-section .background--black{
    padding: 64px 0;
}

.location-bottom-section .background--black h2{
    margin-bottom: 10px;
}

.location-bottom-section{
    padding: 0 !important;
}
.custom-map-section.col-md-5 {
    max-width: 33.66%;
    margin-left: 8%;
}
@media only screen and (max-width: 768px) {
    .custom-map-section.col-md-5 {
        max-width: 100%;
        padding: 20px 8%;
    }
}

#powerTip{
    /* background: #00598E !important;
    background: linear-gradient(90deg,
    #00598E 0.00%,
    #28ADA0 100.00%) !important; */
}
body.tax-area .area-map-bl-p .area-details-map {
    background: linear-gradient(90deg, rgb(216, 84, 36) 0%, rgb(244, 160, 32) 100%, rgb(0, 212, 255) 100%);
  }
.area-details-wrapper-rp{
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 373px;
}

.area-details-wrapper-rp .area-details-wrapper-rp-inner{
    margin: 0 auto;
    max-width: none !important;
    padding-right: 0 !important;
}

.area-cta{
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
}

.area-cta-location{
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
}

.area-cta p, .area-cta-location p{
    margin-top: 15px;
}

.block--services{
    padding-bottom: 80px !important;
}

.area-single-page .images_wrap img{
    position: relative;
    bottom: -3px;
}

.area-cta .wp-block-column, .area-cta-location .wp-block-column{
    padding: 15px 0 !important;
}

@media screen and (max-width: 992px) { 
    .row.locations_spec_full_width {
        margin: 0;
    }
    .row.locations_spec_full_width .col-12 {
        padding: 0;
    }
}

@media screen and (max-width: 767px) {
    main .area-single-page .location-slider:not(.swiper-slide-next) {
        height: auto !important;
    }
}

@media screen and (max-width: 576px) {
    #search_locations {
        width: auto;
    }
} 

.location-single .cta-location-appointment:focus {
    color: #ffffff;
}
body .swiper-button-next {
    width: 32px;
    height: 32px !important;
    background-image: none !important;
    background-color: #000;
    border-radius: 100%;
    font-family: Font Awesome\ 5 Pro;
    font-weight: 600;
    font-size: 18px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
body .swiper-button-next:before {
    content: "\f054";
    margin-left: 3px;
    margin-top: 1px;
}
body .swiper-button-prev {
    width: 32px;
    height: 32px !important;
    background-image: none !important;
    background-color: #000;
    border-radius: 100%;
    font-family: Font Awesome\ 5 Pro;
    font-weight: 600;
    font-size: 18px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
body .swiper-button-prev:before {
    content: "\f053";
    margin-right: 3px;
    margin-top: 1px;
}
@media screen and (min-width: 1320px) {
body .area-single-page .swiper-button-prev {
    left: -25px;
    width: 32px;
    height: 32px !important;
}
body .area-single-page .swiper-button-next {
    right: -25px;
    width: 32px;
    height: 32px !important;
}    
}
.single-location-p-custom-row .swiper-pagination {
    display: none;
}
body a[href^="tel:"] {
    pointer-events: visible;
}
.cta-location-appointment, .cta-area-contact, .cta-area-contact:hover, .single-location-p-custom-row .btn, .area-page-content .btn, .location-page-content .btn {
    border-radius: 30px !important;
        font-family: HelveticaNeueLTPro-Roman,Arial,Lucinda Grande;
}
.swiper-button-lock {
    display: none !important;
}
.single-location .custom-row .custom_heading_cls h2 {
    font-size: 24px;
}
.reduce_padding section.block {
    padding: 65px 0;
}
.reduce_padding {
    padding-bottom: 0 !important;
}

/* Remove extra bottom spacing of the last paragraph inside a section block */
section.block .item :last-child p:last-of-type,
section.block .location-single :last-child p:last-of-type,
section.block .custom-row:last-child p:last-of-type,
section.block :last-child p:last-child {
    margin-bottom: 0;
}

/* Adjust spacing and margin on single location pages */
.single-location-p-custom-row > section.block.background--white {
    padding-top: 85px;
}

/* Client wants this block have the same padding with the CTA block */
.single-location-p-custom-row .reduce_padding section.block {
    padding: 85px 0;
}
/* Add more vertical padding on the golden gradient block */
.wp-block-column.gradient-gold.pt-5.pb-5 {
    padding: 85px 0 !important;
}

@media (min-width:900px){
    .cssBox {
        margin: 0 10px;
        flex-basis: calc(50% - 20px);
    }
}