/* header */
.header-g .locations-a .location__name {
    display: block;
    width: auto;
    font-size: 16px;
}
.header-g .locations-a .list .location__list-icons .location__item {
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    flex-direction: row;
}
.header-g .locations-a .list .location__list-icons .location__fax .icon.icon-fax {
    display: none;
}
.header-g .locations-a .list .location__list-icons .location__phone .phone-info {
    margin: 0;
}
.header-g .locations-a .list .location__list-icons .location__phone i.icon.icon-phone {
    margin-right: 0;
}

/* Editable */
.videoWrapper-outer {
    max-width: 640px !important;
    width: 100%;
    display: block;
    margin: 0 auto 10px !important;
}
.videoWrapper-inner {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    height: 0;
}
p.notedisclaimer {
    font-size: .75rem;
    line-height: 1rem;
}
p.notedisclaimer a {
    font-size: inherit;
}
.editable ul + h2, 
.editable ol + h2, 
.editable__container ul + h2, 
.editable__container ol + h2 {
    clear: initial;
}
h2 a {
    font-size: inherit;
    font-family: inherit;
}

/* Locations module */
.single-locations-1 .location__fax-wrapper {
    margin: 12px 0 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.section.single-locations-1 .locations-a .list .location__phone-wrapper {
    margin-right: 48px;
}
.single-locations-1 .location__fax--link {
    padding-left: 64px;
    position: relative;
}
.single-locations-1 .location__fax--link:before {
    content: "\f1ac";
    font: normal normal normal 14px/1 font-awesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 15px;
    width: 36px;
    height: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 28px;
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%;
    border-width: 3px;
    border-style: solid;
    border-image: initial;
    border-color: rgb(185, 238, 248);
    color: rgb(185, 238, 248);
}

/* Gallery */
.wrap__page-content .gallery-item--spacer {
    text-align: center;
}
.gallery .items-container {
    margin-bottom: 20px;
}

/* Custom colors */
.section--light .featuredblocks-grid-a .featuredblocks .featuredblock__wrap {
    background-color: rgb(220 220 224);
}
.section--light .featuredblocks-grid-a .featuredblocks .featuredblock__content p {
    color: #333;
}
.section--light .featuredblocks-grid-a .featuredblocks .featuredblock__title, .section--light .featuredblocks-grid-b .featuredblocks .featuredblock__title, .section--light .featuredblocks-grid-c .featuredblocks .featuredblock__title {
    color: #1d2d74;
}
.fb-grid-b-masonry.fb-grid-b-large span.featuredblock__title {
    color: white !important;
}
.section.fb-grid-a-accordion .section--light .featuredblocks-grid-a .featuredblock-image-title-wrapper:after {
    color: #1d2d74;
    border-color: #1d2d74;
}
.section__bg--light-4::before {
    background-color: #fff !important;
}

/* Media */
@media(min-width: 992px) {
    .wrap__page-content--inner .row.equal .col-lg-6.col-sm-12:last-child {
        border-left: 1px solid black;
    }
    .wrap__page-content--inner .cta__button {
        min-width: 17rem;
    }
}
@media(min-width: 768px) {
    img.align-right {
        float: right !important;
        margin: 0 0 20px 20px !important;
    }
    img.align-left {
        float: left !important;
        margin: 0 20px 20px 0 !important;
    }
    .ul-col3 {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
    }
    .ul-col2 {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
    }
}
@media(max-width: 767px) {
    .banner__cta.component__button.btn-online-mobile.d-none {
        display: block !important;
    }
    .banner-d .banner__cta-wrapper {
        flex-direction: column-reverse !important;
    }
    img.align-right, img.align-left {
        float: none !important;
        margin: 0 auto 20px !important;
        display: block;
    }
    .section.single-locations-1 .locations-a .list .location__item {
        flex-direction: column;
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }
    .section.single-locations-1 .locations-a .list .location__address-wrapper,
    .section.single-locations-1 .locations-a .list .location__phone-wrapper {
        margin-right: 0;
    }
    .single-locations-1 .location__fax-wrapper {
        margin-top: 25px
    }
}