.vid-home {
    display: flex;
    gap: 12px;
}

/* Hamburger */
.mobileHeader-navWrap {
    padding: 7.5px 15px;
}
.mobileHeader-logoImg {
    min-height: 50px;
}

.services {
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Button */
.section--light .form-a .form__submit input.component__button--1,
.section--dark .form-a .form__submit input.component__button--1 {
    height: 46px;
}

/* Custom colors */
.section--dark a {
    color: #205983;
}
.section--dark .header-g .locations-a .location__phone a {
    color: #fff;
    font-size: 1rem;
    font-weight: bold;
}
.section--light .header-g .locations-a .location__phone a {
    color: #205983;
    font-size: 1rem;
    font-weight: bold;
}
.section--light .featuredblocks-grid-a.grid-transparent .featuredblocks .featuredblock__icon .main-icon {
    color: rgb(35 43 92);
}
.section--dark .featuredblocks-grid-a.grid-transparent .featuredblocks .featuredblock__wrap .featuredblock__cta .cta__button--icon.component__button--1, .section--dark .featuredblocks-grid-a.grid-transparent .featuredblocks .featuredblock__wrap .featuredblock__cta .cta__button.component__button--1, .section--dark .cta__button--icon.component__button--1, .section--dark .cta__button.component__button--1 {
    color: white !important;
}
.section--dark .featuredblocks-grid-a.grid-transparent .featuredblocks .featuredblock__wrap .featuredblock__cta .cta__button--icon.component__button--2, .section--dark .featuredblocks-grid-a.grid-transparent .featuredblocks .featuredblock__wrap .featuredblock__cta .cta__button.component__button--2, .section--dark .cta__button--icon.component__button--2, .section--dark .cta__button.component__button--2,
.section--light .featuredblocks-grid-a.grid-transparent .featuredblocks .featuredblock__wrap .featuredblock__cta .cta__button--icon.component__button--2, .section--light .featuredblocks-grid-a.grid-transparent .featuredblocks .featuredblock__wrap .featuredblock__cta .cta__button.component__button--2, .section--light .cta__button--icon.component__button--2, .section--light .cta__button.component__button--2 {
    box-shadow: 2px 2px 0 0 #c02125, inset 2px 2px 0 0 #c02125;
    background: rgb(192 33 37 / 80%);
    color: white !important;
}
.section--light .form-a .form__submit input.component__button--1,
.section--dark .form-a .form__submit input.component__button--1 {
    box-shadow: rgb(32, 89, 131) 2px 2px 0px 0px, rgb(32, 89, 131) 2px 2px 0px 0px inset;
    background: rgba(32, 89, 131, 0.7);
    color: white !important;
}
.section--dark .featuredblocks-grid-a.grid-transparent .featuredblocks .featuredblock__wrap .featuredblock__cta .cta__button--icon.component__button--1:hover, .section--dark .featuredblocks-grid-a.grid-transparent .featuredblocks .featuredblock__wrap .featuredblock__cta .cta__button.component__button--1:hover, .section--dark .cta__button--icon.component__button--1:hover, .section--dark .cta__button.component__button--1:hover,
.section--dark .form-a .form__submit input.component__button--1:hover,
.section--light .form-a .form__submit input.component__button--1:hover {
    box-shadow: #194768 2px 2px 0px 0px, #194768 2px 2px 0px 0px inset;
    background: #194768;
}
.section--light .articles__categories.mm-menu {
    background: transparent;
}
.section--light .articles__categories .mm-navbar {
    background: #273268;
}
.section--light .articles__categories-link {
    color: #205983;
    background: #f5f5f5;
}
.section--light .articles__categories-link:hover,
.section--light .articles__categories-item.active.mm-selected .articles__categories-link {
    background: #e1dddd;
    color: #205983;
}
.section--light h2, .section--light h3, .section--light h4, .section--light h5, .section--light h6 {
    color: #2b2e67;
}

/* Media */
@media(min-width: 992px) {
    .header-g .row-1 > div:first-child {
        max-width: 300px;
        max-height: unset;
    }
    .header-g .row-1 > div:first-child .logo__image img {
        max-height: 200px;
    }
}
@media(min-width: 768px) {
    .section--light h2.videobanner-a__title,
    .section--light h3.videobanner-a__subtitle {
        color: white !important;
    }
    img.align-right {
        float: right !important;
        margin: 0 0 20px 20px !important;
    }
    img.align-left {
        float: left !important;
        margin: 0 20px 20px 0 !important;
    }
}
@media(max-width: 767px) {
    .vid-home {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    img.align-right, img.align-left {
        float: none !important;
        margin: 0 auto 20px !important;
        display: block;
    }
}

img.coimg, img.himg, img.itimg{
    float: right;
    margin-left:12px;
    width:100%;
    max-width:400px;
}
