/* Page Banner */
.page-banner {
    min-height: 480px;
    font-weight: 300;
    font-size: 13px;
    background-color: rgb(235, 235, 235);
    background-position: 80%;
    background-repeat: no-repeat;
    background-size: cover;
}
.page-banner h1 {
    font-weight: bold;
    font-size: 21px;
    line-height: 140%;
}
.page-banner .banner-content-wrapper {
    min-height: 450px;
}
.page-banner .banner-content {
    background-color: rgb(245, 245, 245);
    padding: 25px 15px 25px 15px;
    margin-right: 40px;
}
.page-banner .banner-breadcrumb .divider {
    margin: 0 -10px;
}
.page-banner .banner-buttons {
    margin-top: 30px;
}
.page-banner .banner-buttons a.btn {
    margin: 0 15px 15px 0;
}
.page-banner .banner-disclaimers {
    color: rgb(138, 138, 138);
    font-size: 11px;
    margin-top: 15px;
}
@media (min-width: 576px) and (max-width: 767px) {
    .page-banner .container {
        margin: 0;
    }
    .page-banner .banner-content {
        margin-right: 0;
    }
}
@media (min-width: 768px) {
    .page-banner {
        font-size: 16px;
        min-height: 360px;
        padding-top: 0;
    }
    .page-banner h1 {
        font-family: "Helvetica Neue LT Std", sans-serif;
        font-size: 32px;
        letter-spacing: -0.2px;
    }
    .page-banner .container {
        margin: 0 auto;
        padding: 0 15px;
    }
    .page-banner .overlay {
        background: linear-gradient(90deg, rgb(235, 235, 235) 25%, rgba(235, 235, 235, 0) 60%);;
    }
    .page-banner .banner-content-wrapper {
        min-height: 360px;
    }
    .page-banner .banner-content {
        background: none;
    }
}
@media (max-width: 767px) {
    .page-banner .banner-content-wrapper {
        min-height: 360px;
    }
    .page-banner .banner-disclaimers {
        background-color: rgba(255, 255, 255, 0.8);
        padding: 3px 12px 0px;
        font-size: 12px;
    }
}

@media (min-width: 992px) {
    .page-banner {
        background-position: right;
    }
}

@media (min-width: 1200px) {
    .page-banner {
        font-size: 23px;
    }
    .page-banner h1 {
        font-size: 45px;
    }
}

/* Page Banner + Light */
.page-banner-light {
    color: rgb(22, 22, 22);
}
.page-banner-light .banner-breadcrumb a {
    color: rgb(22, 22, 22);
}

/* Page Banner + Dark */
.page-banner-dark {
    color: rgb(255, 255, 255);
}
.page-banner-dark .banner-breadcrumb a {
    color: rgb(255, 255, 255);
}

/* Page Banner + Content Overlay */
.page-banner-overlay,
.page-banner-overlay .overlay,
.page-banner-overlay .banner-content-wrapper {
    min-height: 215px;
}
.page-banner-overlay,
.page-banner-overlay .overlay {
    padding-bottom: 130px;
    margin-bottom:  -130px;
}

@media(max-width:576px){
    .page-banner-overlay,
    .page-banner-overlay .overlay {
        padding-bottom: 0;
        margin-bottom:  0;
    }
    .page-banner-overlay,
    .page-banner-overlay .overlay,
    .page-banner-overlay .banner-content-wrapper {
        min-height: 400px;
    }

}

/* Page Banner + Breadcrumb Only */
.page-banner.page-banner-breadcrumb-only {
    background: none;
    min-height: auto;
    padding: 15px;
    font-size: 11px;
}
.page-banner.page-banner-breadcrumb-only .banner-breadcrumb a {
    color: rgb(22, 22, 22);
}

/* Page Banner Content Alignment */
.content-align-top {
    padding-top: 30px;
}
.content-align-top .banner-content-wrapper {
    align-items: flex-start;
}
.content-align-center .banner-content-wrapper {
    align-items: center;
}
.content-align-bottom {
    padding-bottom: 30px;
}
.content-align-bottom .banner-content-wrapper {
    align-items: flex-end;
}
@media (min-width: 768px) {
    .content-align-top {
        padding-top: 0;
    }
    .content-align-top .banner-content {
        padding-top: 55px;
    }
    .content-align-bottom {
        padding-bottom: 0;
    }
    .content-align-bottom .banner-content {
        padding-bottom: 55px;
    }
}

/* Page Banner + Tall */
.page-banner-tall {
    min-height: 680px;
    background-position-y: bottom;
    background-size: auto;
}
@media (min-width: 768px) {
    .page-banner-tall {
        min-height: initial;
    }
}
@media (max-width: 767px) {
    .page-banner-tall {
        min-height: 360px;
    }
}

/* Page Banner + Slim (No background or content) */
.page-banner-slim {
    min-height: auto;
    background: none;
}
.page-banner-slim .banner-content-wrapper {
    min-height: auto;
}
.page-banner-slim h1 {
    font-size: 32px;
}