.banner-15 *:not(.button) {
    color: var(--white) !important;
}
.banner-15 .image-16by9 {
    height: calc(100vh);
    min-height: 700px;
    padding-bottom: 0;
}
.banner-15.shorter-banner .image-16by9 {
    height: 64.421vh;
    min-height: 700px;
    padding-bottom: 0;
}

.banner-15 .container {
    background-color: transparent;
}

.banner-15 h2.large {
    font-size: 18px;
    line-height: 26px;
    font-family: "indivisible", sans-serif;
}

.banner-15 .h4style {
    font-family: "indivisible", sans-serif;
    margin-bottom: 0;
}
.banner-15 .h4style:has(+ p) {
    margin-bottom: 15px;
}

@media(max-width: 1399.98px) {
    .banner-15 .image-16by9 {
        min-height: 600px;
    }
}
@media(max-width: 1199.98px) {
    .banner-15 .image-16by9,
    .banner-15.shorter-banner .image-16by9 { /* relative position nav height change of banner */
        min-height: 500px;
        height: calc(100vh - 68px);
    }

    .banner-15.shorter-banner .image-16by9 { /* relative position nav height change of banner */
        min-height: 500px;
        height: 650px;
    }
}


.banner-15 .container-fluid.banner-15-content {
    position: absolute;
    top: 0;
    z-index: 2;
    height: 100%;
}
.banner-15 .container.framed_mobile.framed_desktop,
.banner-15 .container.framed_mobile.framed_desktop .row {
    height: 100%;
}
.banner-15 .content-bottom {
    position: absolute;
    bottom: 66px;
}
.banner-15 .desktop_button {
    position: absolute;
    bottom: 66px;
    right: 0;
}
.banner-15 .banner_15_button a {
    margin-right: 15px;
}
.banner-15 .banner_15_button a:last-of-type {
    margin: 0;
}
.banner-15 .top-of-content {
    padding-top: 180px;
}
.banner-15 .container-fluid:first-of-type:after {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    display: block;
    bottom: 0;
    left: 0;
    opacity: 1;
    background: rgba(0,0,0,0.2);
}
.banner-15 .mobile_button {
    display: none;
}

@media(max-width: 1499.98px){
    .banner-15 .top-of-content {
        padding-top: 90px;
    }
}
@media(max-width: 1366.98px){
    .banner-15 .content-bottom,
    .banner-15 .desktop_button {
        bottom: 45px;
    }
}
@media(max-width: 1199.98px) {
    .banner-15 .top-of-content {
        padding-top: 45px;
    }
}
@media(max-width: 991.98px){
    .banner-15 .top-of-content {
        padding-top: 40px;
    }
    .banner-15 .content-bottom,
    .banner-15 .desktop_button {
        bottom: 40px;
    }
    .banner-15 .content-bottom {
        position: relative;
        bottom: unset;
        padding-top: 15px;
        margin-bottom: 30px;
    }
    .banner-15 .desktop_button {
        display: none;
    }
    .banner-15 .mobile_button {
        display: block;
        padding-top: 20px;
    }
    .banner-15 .main_row {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
    }
}
@media(max-width: 767.98px){
    .banner-15 .top-of-content {
        padding-top: 60px;
    }
    .banner-15 .content-bottom,
    .banner-15 .desktop_button {
        bottom: 30px;
    }
    .banner-15 .content-bottom {
        position: relative;
        bottom: unset;
        padding-top: 15px;
        margin-bottom: 30px;
    }
    .banner-15 .desktop_button {
        display: none;
    }
    .banner-15 .mobile_button {
        display: block;
        padding-top: 20px;
    }
    .banner-15 .main_row {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
    }
}
@media(max-width: 767.98px) {
    .banner-15 .mobile_button a.primary,
    .banner-15 .mobile_button a.secondary {
        width: 100%;
    }
}

/*Inspiration Hub*/
.page-id-7564 .banner-15 h1.alt {
    max-width: 750px;
}
/*** Animation Settings ***/
.banner-15 .accent-text.fade-me-in {
    transition-delay: 0.3s;
}
.banner-15 h1.fade-me-in {
    transition-delay: 0.5s;
    margin-bottom: 30px;
}
.banner-15 .h4style.fade-me-in {
    transition-delay: 0.7s;
}
.banner-15 p.fade-me-in,
.banner-15 h2.fade-me-in {
    transition-delay: 0.9s;
}
.banner-15 .mobile_button.fade-me-in,
.banner-15 .desktop_button.fade-me-in {
    transition-delay: 1.1s;
}
