body.featured-page-has-subnav .featured-content {
    margin-top: 3rem;
    margin-bottom: 3rem;
    padding-bottom: 3rem;
}

body.featured-page-has-subnav .featured-content.featured-content-0 {
    margin-top: 0;
}

body.featured-page-has-subnav .featured-content.featured-content-xs {
    margin-top: 0.5rem;
}

body.featured-page-has-subnav .featured-content.featured-content-sm {
    margin-top: 1rem;
}

body.featured-page-has-subnav .featured-content.featured-content-md {
    margin-top: 2rem;
}

body.featured-page-has-subnav .featured-content.featured-content-lg {
    margin-top: 6rem;
}

@media (min-width: 576px) {
    body.featured-page-has-subnav .featured-content.featured-content-sm-0 {
        margin-top: 0;
    }
    body.featured-page-has-subnav .featured-content.featured-content-sm-xs {
        margin-top: 0.5rem;
    }
    body.featured-page-has-subnav .featured-content.featured-content-sm-sm {
        margin-top: 1rem;
    }
    body.featured-page-has-subnav .featured-content.featured-content-sm-md {
        margin-top: 2rem;
    }
    body.featured-page-has-subnav .featured-content.featured-content-sm-lg {
        margin-top: 6rem;
    }
}

@media (min-width: 768px) {
    body.featured-page-has-subnav .featured-content.featured-content-md-0 {
        margin-top: 0;
    }
    body.featured-page-has-subnav .featured-content.featured-content-md-xs {
        margin-top: 0.5rem;
    }
    body.featured-page-has-subnav .featured-content.featured-content-md-sm {
        margin-top: 1rem;
    }
    body.featured-page-has-subnav .featured-content.featured-content-md-md {
        margin-top: 2rem;
    }
    body.featured-page-has-subnav .featured-content.featured-content-md-lg {
        margin-top: 6rem;
    }
}

@media (min-width: 992px) {
    body.featured-page-has-subnav .featured-content.featured-content-lg-0 {
        margin-top: 0;
    }
    body.featured-page-has-subnav .featured-content.featured-content-lg-xs {
        margin-top: 0.5rem;
    }
    body.featured-page-has-subnav .featured-content.featured-content-lg-sm {
        margin-top: 1rem;
    }
    body.featured-page-has-subnav .featured-content.featured-content-lg-md {
        margin-top: 2rem;
    }
    body.featured-page-has-subnav .featured-content.featured-content-lg-lg {
        margin-top: 6rem;
    }
}

@media (min-width: 1200px) {
    body.featured-page-has-subnav .featured-content.featured-content-xl-0 {
        margin-top: 0;
    }
    body.featured-page-has-subnav .featured-content.featured-content-xl-xs {
        margin-top: 0.5rem;
    }
    body.featured-page-has-subnav .featured-content.featured-content-xl-sm {
        margin-top: 1rem;
    }
    body.featured-page-has-subnav .featured-content.featured-content-xl-md {
        margin-top: 2rem;
    }
    body.featured-page-has-subnav .featured-content.featured-content-xl-lg {
        margin-top: 6rem;
    }
}

@media (min-width: 1350px) {
    body.featured-page-has-subnav .featured-content.featured-content-xxl-0 {
        margin-top: 0;
    }
    body.featured-page-has-subnav .featured-content.featured-content-xxl-xs {
        margin-top: 0.5rem;
    }
    body.featured-page-has-subnav .featured-content.featured-content-xxl-sm {
        margin-top: 1rem;
    }
    body.featured-page-has-subnav .featured-content.featured-content-xxl-md {
        margin-top: 2rem;
    }
    body.featured-page-has-subnav .featured-content.featured-content-xxl-lg {
        margin-top: 6rem;
    }
}

@media (min-width: 1600px) {
    body.featured-page-has-subnav .featured-content.featured-content-xxxl-0 {
        margin-top: 0;
    }
    body.featured-page-has-subnav .featured-content.featured-content-xxxl-xs {
        margin-top: 0.5rem;
    }
    body.featured-page-has-subnav .featured-content.featured-content-xxxl-sm {
        margin-top: 1rem;
    }
    body.featured-page-has-subnav .featured-content.featured-content-xxxl-md {
        margin-top: 2rem;
    }
    body.featured-page-has-subnav .featured-content.featured-content-xxxl-lg {
        margin-top: 6rem;
    }
}

body.featured-page-has-subnav .main-content.has-subnav {
    padding-top: 0;
}

.featured-page {
    background-color: #fff;
}

.featured-page .featured-content {
    margin-top: 3rem;
    margin-bottom: 3rem;
    padding-bottom: 3rem;
}

.featured-page .featured-content .section {
    position: relative;
    display: block;
    width: 100%;
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.featured-page .featured-content .section:after {
    display: block;
    content: ' ';
    height: 0px;
    clear: both;
    overflow: hidden;
    visibility: hidden;
}

.featured-page .featured-content .section .section-header {
    max-width: 100%;
    margin-bottom: 1rem;
}

@media (max-width: 767.98px) {
    .featured-page .featured-content .featured-content__aside section,
    .featured-page .featured-content .featured-content__aside .section {
        border-top: 1px solid rgba(0, 0, 0, 0.1);
    }
}

.featured-page .featured-content .featured-content__aside section > h1:first-child,
.featured-page .featured-content .featured-content__aside section > .h1:first-child,
.featured-page .featured-content .featured-content__aside section > h2:first-child,
.featured-page .featured-content .featured-content__aside section > .h2:first-child,
.featured-page .featured-content .featured-content__aside section > h3:first-child,
.featured-page .featured-content .featured-content__aside section > .h3:first-child,
.featured-page .featured-content .featured-content__aside section > h4:first-child,
.featured-page .featured-content .featured-content__aside section > .h4:first-child,
.featured-page .featured-content .featured-content__aside section > h5:first-child,
.featured-page .featured-content .featured-content__aside section > .h5:first-child,
.featured-page .featured-content .featured-content__aside .section > h1:first-child,
.featured-page .featured-content .featured-content__aside .section > .h1:first-child,
.featured-page .featured-content .featured-content__aside .section > h2:first-child,
.featured-page .featured-content .featured-content__aside .section > .h2:first-child,
.featured-page .featured-content .featured-content__aside .section > h3:first-child,
.featured-page .featured-content .featured-content__aside .section > .h3:first-child,
.featured-page .featured-content .featured-content__aside .section > h4:first-child,
.featured-page .featured-content .featured-content__aside .section > .h4:first-child,
.featured-page .featured-content .featured-content__aside .section > h5:first-child,
.featured-page .featured-content .featured-content__aside .section > .h5:first-child {
    margin-top: 0;
    padding-top: 0;
}

.featured-page .featured-content .featured-content__aside section .section-header,
.featured-page .featured-content .featured-content__aside .section .section-header {
    margin-bottom: 0;
}

.featured-page .featured-content .featured-content__aside section .section-header .section-title,
.featured-page .featured-content .featured-content__aside .section .section-header .section-title {
    margin-bottom: .5rem;
}

.featured-page .featured-content .featured-content__aside section .section-header .section-title + .section-subtitle,
.featured-page .featured-content .featured-content__aside .section .section-header .section-title + .section-subtitle {
    margin-top: auto;
    margin-bottom: .25rem;
}

.featured-page .featured-content .featured-content__aside section:not(:first-child),
.featured-page .featured-content .featured-content__aside .section:not(:first-child) {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.featured-page p + h1,
.featured-page p + h2,
.featured-page p + h3,
.featured-page p + h4,
.featured-page p + h5,
.featured-page p + h6,
.featured-page p + .h1,
.featured-page p + .h2,
.featured-page p + .h3,
.featured-page p + .h4,
.featured-page p + .h5,
.featured-page p + .h6 {
    margin-top: auto;
}

.featured-page .link-collapse-more {
    color: inherit;
}

.featured-page .figure-caption {
    font-size: 90%;
    color: #6c757d;
}

.featured-page .section > h1,
.featured-page .section > .h1,
.featured-page .section > h2,
.featured-page .section > .h2,
.featured-page .section > h3,
.featured-page .section > .h3,
.featured-page .section > h4,
.featured-page .section > .h4,
.featured-page .section-body > h1,
.featured-page .section-body > .h1,
.featured-page .section-body > h2,
.featured-page .section-body > .h2,
.featured-page .section-body > h3,
.featured-page .section-body > .h3,
.featured-page .section-body > h4,
.featured-page .section-body > .h4 {
    margin-top: 2.5rem;
    margin-bottom: 0.5rem;
}

.featured-page .section > h4,
.featured-page .section > .h4,
.featured-page .section-body > h4,
.featured-page .section-body > .h4 {
    margin-top: 2rem;
    margin-bottom: 0.25rem;
}

.featured-page .section > h5,
.featured-page .section > .h5,
.featured-page .section-body > h5,
.featured-page .section-body > .h5 {
    margin-top: 1.5rem;
    margin-bottom: 0.25rem;
}

.featured-page .section > h1:first-child,
.featured-page .section > .h1:first-child,
.featured-page .section > h2:first-child,
.featured-page .section > .h2:first-child,
.featured-page .section > h3:first-child,
.featured-page .section > .h3:first-child,
.featured-page .section > h4:first-child,
.featured-page .section > .h4:first-child,
.featured-page .section-body > h1:first-child,
.featured-page .section-body > .h1:first-child,
.featured-page .section-body > h2:first-child,
.featured-page .section-body > .h2:first-child,
.featured-page .section-body > h3:first-child,
.featured-page .section-body > .h3:first-child,
.featured-page .section-body > h4:first-child,
.featured-page .section-body > .h4:first-child {
    margin-top: 0;
}

.featured-page .section > h4:first-child,
.featured-page .section > .h4:first-child,
.featured-page .section-body > h4:first-child,
.featured-page .section-body > .h4:first-child {
    margin-bottom: 0.25rem;
}

.featured-page .section > h5:first-child,
.featured-page .section > .h5:first-child,
.featured-page .section-body > h5:first-child,
.featured-page .section-body > .h5:first-child {
    margin-bottom: 0.25rem;
}

.featured-page section .section-title,
.featured-page .section .section-title {
    font-size: 1.5rem;
}

.featured-page section .section-title + .section-subtitle,
.featured-page .section .section-title + .section-subtitle {
    margin-top: auto;
    margin-bottom: 1.5rem;
}

.featured-page section .section-subtitle,
.featured-page .section .section-subtitle {
    font-size: 1.25rem;
    margin-bottom: .5rem;
}

@media (min-width: 768px) {
    .featured-page section .section-title,
    .featured-page .section .section-title {
        font-size: 2rem;
    }
    .featured-page section .section-title .section-subtitle,
    .featured-page .section .section-title .section-subtitle {
        display: block;
        margin-top: .5rem;
    }
    .featured-page section .section-title + .section-subtitle,
    .featured-page .section .section-title + .section-subtitle {
        margin-top: -1rem;
    }
    .featured-page section .section-subtitle,
    .featured-page .section .section-subtitle {
        font-size: 1.5rem;
    }
}

@media (min-width: 768px) {
    .featured-page .featured-content__main section .section-header,
    .featured-page .featured-content__main .section .section-header {
        margin-bottom: 0;
    }
}

.featured-page .featured-content__aside .section-header > h1,
.featured-page .featured-content__aside .section-header > .h1,
.featured-page .featured-content__aside .section-header > h2,
.featured-page .featured-content__aside .section-header > .h2,
.featured-page .featured-content__aside .section-header > h3,
.featured-page .featured-content__aside .section-header > .h3,
.featured-page .featured-content__aside .section-header > h4,
.featured-page .featured-content__aside .section-header > .h4,
.featured-page .featured-content__aside .section > h1,
.featured-page .featured-content__aside .section > .h1,
.featured-page .featured-content__aside .section > h2,
.featured-page .featured-content__aside .section > .h2,
.featured-page .featured-content__aside .section > h3,
.featured-page .featured-content__aside .section > .h3,
.featured-page .featured-content__aside .section > h4,
.featured-page .featured-content__aside .section > .h4 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}

@media (max-width: 767.98px) {
    .featured-page .featured-content__aside .section-header > h1,
    .featured-page .featured-content__aside .section-header > .h1,
    .featured-page .featured-content__aside .section-header > h2,
    .featured-page .featured-content__aside .section-header > .h2,
    .featured-page .featured-content__aside .section-header > h3,
    .featured-page .featured-content__aside .section-header > .h3,
    .featured-page .featured-content__aside .section-header > h4,
    .featured-page .featured-content__aside .section-header > .h4,
    .featured-page .featured-content__aside .section > h1,
    .featured-page .featured-content__aside .section > .h1,
    .featured-page .featured-content__aside .section > h2,
    .featured-page .featured-content__aside .section > .h2,
    .featured-page .featured-content__aside .section > h3,
    .featured-page .featured-content__aside .section > .h3,
    .featured-page .featured-content__aside .section > h4,
    .featured-page .featured-content__aside .section > .h4 {
        margin-top: 2.5rem;
        margin-bottom: 0.5rem;
    }
}

.featured-page .featured-content__aside .section-header > h5,
.featured-page .featured-content__aside .section-header > .h5,
.featured-page .featured-content__aside .section-header > h6,
.featured-page .featured-content__aside .section-header > .h6,
.featured-page .featured-content__aside .section > h5,
.featured-page .featured-content__aside .section > .h5,
.featured-page .featured-content__aside .section > h6,
.featured-page .featured-content__aside .section > .h6 {
    font-weight: normal;
    margin-bottom: 0.25rem;
}

.featured-page .featured-content__aside .section-header > h5,
.featured-page .featured-content__aside .section-header > .h5,
.featured-page .featured-content__aside .section > h5,
.featured-page .featured-content__aside .section > .h5 {
    font-size: 1.25rem;
}

.featured-page .featured-content__aside .section-header > h6,
.featured-page .featured-content__aside .section-header > .h6,
.featured-page .featured-content__aside .section > h6,
.featured-page .featured-content__aside .section > .h6 {
    font-size: 1rem;
}

.featured-page .featured-content__aside .section-header > h1:first-child,
.featured-page .featured-content__aside .section-header > h2:first-child,
.featured-page .featured-content__aside .section-header > h3:first-child,
.featured-page .featured-content__aside .section-header > h4:first-child,
.featured-page .featured-content__aside .section-header > .section:first-child,
.featured-page .featured-content__aside .section-header > section:first-child,
.featured-page .featured-content__aside .section > h1:first-child,
.featured-page .featured-content__aside .section > h2:first-child,
.featured-page .featured-content__aside .section > h3:first-child,
.featured-page .featured-content__aside .section > h4:first-child,
.featured-page .featured-content__aside .section > .section:first-child,
.featured-page .featured-content__aside .section > section:first-child {
    margin-top: 0;
}

@media (max-width: 767.98px) {
    .featured-page .featured-content__aside .section-header > h1:first-child,
    .featured-page .featured-content__aside .section-header > h2:first-child,
    .featured-page .featured-content__aside .section-header > h3:first-child,
    .featured-page .featured-content__aside .section-header > h4:first-child,
    .featured-page .featured-content__aside .section-header > .section:first-child,
    .featured-page .featured-content__aside .section-header > section:first-child,
    .featured-page .featured-content__aside .section > h1:first-child,
    .featured-page .featured-content__aside .section > h2:first-child,
    .featured-page .featured-content__aside .section > h3:first-child,
    .featured-page .featured-content__aside .section > h4:first-child,
    .featured-page .featured-content__aside .section > .section:first-child,
    .featured-page .featured-content__aside .section > section:first-child {
        margin-top: 0;
        margin-bottom: 0.5rem;
    }
}

.featured-page .featured-content__aside .section-header > h4:first-child,
.featured-page .featured-content__aside .section-header > .h4:first-child,
.featured-page .featured-content__aside .section > h4:first-child,
.featured-page .featured-content__aside .section > .h4:first-child {
    margin-bottom: 0.25rem;
}

.featured-page .featured-content__aside .section-header > h5:first-child,
.featured-page .featured-content__aside .section-header > .h5:first-child,
.featured-page .featured-content__aside .section > h5:first-child,
.featured-page .featured-content__aside .section > .h5:first-child {
    margin-bottom: 0.25rem;
}

.featured-page .featured-content__aside .section-header .media-body,
.featured-page .featured-content__aside .section .media-body {
    font-size: 0.875rem;
    line-height: 1.2857142857;
}

.featured-page .featured-content__aside .section-header .media-body-title,
.featured-page .featured-content__aside .section .media-body-title {
    margin-bottom: 0.25rem;
}

.featured-page .carousel + .featured-content {
    padding-top: 1.5rem;
}

.featured-page .featured-content__main > * + *,
.featured-page .featured-content__aside > * + *,
.featured-page .featured-content > * + * {
    border-top: 1px solid #dee2e6;
}

@media (min-width: 768px) {
    .featured-content > .row > [class*="col-"]:last-child {
        -webkit-box-shadow: inset 1px 0px 0px 0px #dee2e6;
                box-shadow: inset 1px 0px 0px 0px #dee2e6;
    }
}

.featured-content > .section:first-child,
.featured-content .featured-content__main > .section:first-child,
.featured-content .featured-content__aside > .section:first-child {
    margin-top: -3rem;
}

.featured-content.featured-content-0 > .section,
.featured-content.featured-content-0 .featured-content__main > .section,
.featured-content.featured-content-0 .featured-content__aside > .section {
    padding: 0 0;
}

.featured-content.featured-content-xs > .section,
.featured-content.featured-content-xs .featured-content__main > .section,
.featured-content.featured-content-xs .featured-content__aside > .section {
    padding: 0.5rem 0;
}

.featured-content.featured-content-sm > .section,
.featured-content.featured-content-sm .featured-content__main > .section,
.featured-content.featured-content-sm .featured-content__aside > .section {
    padding: 1rem 0;
}

.featured-content.featured-content-md > .section,
.featured-content.featured-content-md .featured-content__main > .section,
.featured-content.featured-content-md .featured-content__aside > .section {
    padding: 2rem 0;
}

.featured-content.featured-content-lg > .section,
.featured-content.featured-content-lg .featured-content__main > .section,
.featured-content.featured-content-lg .featured-content__aside > .section {
    padding: 6rem 0;
}

@media (min-width: 576px) {
    .featured-content.featured-content-sm-0 > .section,
    .featured-content.featured-content-sm-0 .featured-content__main > .section,
    .featured-content.featured-content-sm-0 .featured-content__aside > .section {
        padding: 0 0;
    }
    .featured-content.featured-content-sm-xs > .section,
    .featured-content.featured-content-sm-xs .featured-content__main > .section,
    .featured-content.featured-content-sm-xs .featured-content__aside > .section {
        padding: 0.5rem 0;
    }
    .featured-content.featured-content-sm-sm > .section,
    .featured-content.featured-content-sm-sm .featured-content__main > .section,
    .featured-content.featured-content-sm-sm .featured-content__aside > .section {
        padding: 1rem 0;
    }
    .featured-content.featured-content-sm-md > .section,
    .featured-content.featured-content-sm-md .featured-content__main > .section,
    .featured-content.featured-content-sm-md .featured-content__aside > .section {
        padding: 2rem 0;
    }
    .featured-content.featured-content-sm-lg > .section,
    .featured-content.featured-content-sm-lg .featured-content__main > .section,
    .featured-content.featured-content-sm-lg .featured-content__aside > .section {
        padding: 6rem 0;
    }
}

@media (min-width: 768px) {
    .featured-content.featured-content-md-0 > .section,
    .featured-content.featured-content-md-0 .featured-content__main > .section,
    .featured-content.featured-content-md-0 .featured-content__aside > .section {
        padding: 0 0;
    }
    .featured-content.featured-content-md-xs > .section,
    .featured-content.featured-content-md-xs .featured-content__main > .section,
    .featured-content.featured-content-md-xs .featured-content__aside > .section {
        padding: 0.5rem 0;
    }
    .featured-content.featured-content-md-sm > .section,
    .featured-content.featured-content-md-sm .featured-content__main > .section,
    .featured-content.featured-content-md-sm .featured-content__aside > .section {
        padding: 1rem 0;
    }
    .featured-content.featured-content-md-md > .section,
    .featured-content.featured-content-md-md .featured-content__main > .section,
    .featured-content.featured-content-md-md .featured-content__aside > .section {
        padding: 2rem 0;
    }
    .featured-content.featured-content-md-lg > .section,
    .featured-content.featured-content-md-lg .featured-content__main > .section,
    .featured-content.featured-content-md-lg .featured-content__aside > .section {
        padding: 6rem 0;
    }
}

@media (min-width: 992px) {
    .featured-content.featured-content-lg-0 > .section,
    .featured-content.featured-content-lg-0 .featured-content__main > .section,
    .featured-content.featured-content-lg-0 .featured-content__aside > .section {
        padding: 0 0;
    }
    .featured-content.featured-content-lg-xs > .section,
    .featured-content.featured-content-lg-xs .featured-content__main > .section,
    .featured-content.featured-content-lg-xs .featured-content__aside > .section {
        padding: 0.5rem 0;
    }
    .featured-content.featured-content-lg-sm > .section,
    .featured-content.featured-content-lg-sm .featured-content__main > .section,
    .featured-content.featured-content-lg-sm .featured-content__aside > .section {
        padding: 1rem 0;
    }
    .featured-content.featured-content-lg-md > .section,
    .featured-content.featured-content-lg-md .featured-content__main > .section,
    .featured-content.featured-content-lg-md .featured-content__aside > .section {
        padding: 2rem 0;
    }
    .featured-content.featured-content-lg-lg > .section,
    .featured-content.featured-content-lg-lg .featured-content__main > .section,
    .featured-content.featured-content-lg-lg .featured-content__aside > .section {
        padding: 6rem 0;
    }
}

@media (min-width: 1200px) {
    .featured-content.featured-content-xl-0 > .section,
    .featured-content.featured-content-xl-0 .featured-content__main > .section,
    .featured-content.featured-content-xl-0 .featured-content__aside > .section {
        padding: 0 0;
    }
    .featured-content.featured-content-xl-xs > .section,
    .featured-content.featured-content-xl-xs .featured-content__main > .section,
    .featured-content.featured-content-xl-xs .featured-content__aside > .section {
        padding: 0.5rem 0;
    }
    .featured-content.featured-content-xl-sm > .section,
    .featured-content.featured-content-xl-sm .featured-content__main > .section,
    .featured-content.featured-content-xl-sm .featured-content__aside > .section {
        padding: 1rem 0;
    }
    .featured-content.featured-content-xl-md > .section,
    .featured-content.featured-content-xl-md .featured-content__main > .section,
    .featured-content.featured-content-xl-md .featured-content__aside > .section {
        padding: 2rem 0;
    }
    .featured-content.featured-content-xl-lg > .section,
    .featured-content.featured-content-xl-lg .featured-content__main > .section,
    .featured-content.featured-content-xl-lg .featured-content__aside > .section {
        padding: 6rem 0;
    }
}

@media (min-width: 1350px) {
    .featured-content.featured-content-xxl-0 > .section,
    .featured-content.featured-content-xxl-0 .featured-content__main > .section,
    .featured-content.featured-content-xxl-0 .featured-content__aside > .section {
        padding: 0 0;
    }
    .featured-content.featured-content-xxl-xs > .section,
    .featured-content.featured-content-xxl-xs .featured-content__main > .section,
    .featured-content.featured-content-xxl-xs .featured-content__aside > .section {
        padding: 0.5rem 0;
    }
    .featured-content.featured-content-xxl-sm > .section,
    .featured-content.featured-content-xxl-sm .featured-content__main > .section,
    .featured-content.featured-content-xxl-sm .featured-content__aside > .section {
        padding: 1rem 0;
    }
    .featured-content.featured-content-xxl-md > .section,
    .featured-content.featured-content-xxl-md .featured-content__main > .section,
    .featured-content.featured-content-xxl-md .featured-content__aside > .section {
        padding: 2rem 0;
    }
    .featured-content.featured-content-xxl-lg > .section,
    .featured-content.featured-content-xxl-lg .featured-content__main > .section,
    .featured-content.featured-content-xxl-lg .featured-content__aside > .section {
        padding: 6rem 0;
    }
}

@media (min-width: 1600px) {
    .featured-content.featured-content-xxxl-0 > .section,
    .featured-content.featured-content-xxxl-0 .featured-content__main > .section,
    .featured-content.featured-content-xxxl-0 .featured-content__aside > .section {
        padding: 0 0;
    }
    .featured-content.featured-content-xxxl-xs > .section,
    .featured-content.featured-content-xxxl-xs .featured-content__main > .section,
    .featured-content.featured-content-xxxl-xs .featured-content__aside > .section {
        padding: 0.5rem 0;
    }
    .featured-content.featured-content-xxxl-sm > .section,
    .featured-content.featured-content-xxxl-sm .featured-content__main > .section,
    .featured-content.featured-content-xxxl-sm .featured-content__aside > .section {
        padding: 1rem 0;
    }
    .featured-content.featured-content-xxxl-md > .section,
    .featured-content.featured-content-xxxl-md .featured-content__main > .section,
    .featured-content.featured-content-xxxl-md .featured-content__aside > .section {
        padding: 2rem 0;
    }
    .featured-content.featured-content-xxxl-lg > .section,
    .featured-content.featured-content-xxxl-lg .featured-content__main > .section,
    .featured-content.featured-content-xxxl-lg .featured-content__aside > .section {
        padding: 6rem 0;
    }
}

.featured-content.featured-content-0 > .section:first-child,
.featured-content.featured-content-0 .featured-content__main > .section:first-child,
.featured-content.featured-content-0 .featured-content__aside > .section:first-child {
    margin-top: 0;
}

.featured-content.featured-content-xs > .section:first-child,
.featured-content.featured-content-xs .featured-content__main > .section:first-child,
.featured-content.featured-content-xs .featured-content__aside > .section:first-child {
    margin-top: -0.5rem;
}

.featured-content.featured-content-sm > .section:first-child,
.featured-content.featured-content-sm .featured-content__main > .section:first-child,
.featured-content.featured-content-sm .featured-content__aside > .section:first-child {
    margin-top: -1rem;
}

.featured-content.featured-content-md > .section:first-child,
.featured-content.featured-content-md .featured-content__main > .section:first-child,
.featured-content.featured-content-md .featured-content__aside > .section:first-child {
    margin-top: -2rem;
}

.featured-content.featured-content-lg > .section:first-child,
.featured-content.featured-content-lg .featured-content__main > .section:first-child,
.featured-content.featured-content-lg .featured-content__aside > .section:first-child {
    margin-top: -6rem;
}

@media (min-width: 576px) {
    .featured-content.featured-content-sm-0 > .section:first-child,
    .featured-content.featured-content-sm-0 .featured-content__main > .section:first-child,
    .featured-content.featured-content-sm-0 .featured-content__aside > .section:first-child {
        margin-top: 0;
    }
    .featured-content.featured-content-sm-xs > .section:first-child,
    .featured-content.featured-content-sm-xs .featured-content__main > .section:first-child,
    .featured-content.featured-content-sm-xs .featured-content__aside > .section:first-child {
        margin-top: -0.5rem;
    }
    .featured-content.featured-content-sm-sm > .section:first-child,
    .featured-content.featured-content-sm-sm .featured-content__main > .section:first-child,
    .featured-content.featured-content-sm-sm .featured-content__aside > .section:first-child {
        margin-top: -1rem;
    }
    .featured-content.featured-content-sm-md > .section:first-child,
    .featured-content.featured-content-sm-md .featured-content__main > .section:first-child,
    .featured-content.featured-content-sm-md .featured-content__aside > .section:first-child {
        margin-top: -2rem;
    }
    .featured-content.featured-content-sm-lg > .section:first-child,
    .featured-content.featured-content-sm-lg .featured-content__main > .section:first-child,
    .featured-content.featured-content-sm-lg .featured-content__aside > .section:first-child {
        margin-top: -6rem;
    }
}

@media (min-width: 768px) {
    .featured-content.featured-content-md-0 > .section:first-child,
    .featured-content.featured-content-md-0 .featured-content__main > .section:first-child,
    .featured-content.featured-content-md-0 .featured-content__aside > .section:first-child {
        margin-top: 0;
    }
    .featured-content.featured-content-md-xs > .section:first-child,
    .featured-content.featured-content-md-xs .featured-content__main > .section:first-child,
    .featured-content.featured-content-md-xs .featured-content__aside > .section:first-child {
        margin-top: -0.5rem;
    }
    .featured-content.featured-content-md-sm > .section:first-child,
    .featured-content.featured-content-md-sm .featured-content__main > .section:first-child,
    .featured-content.featured-content-md-sm .featured-content__aside > .section:first-child {
        margin-top: -1rem;
    }
    .featured-content.featured-content-md-md > .section:first-child,
    .featured-content.featured-content-md-md .featured-content__main > .section:first-child,
    .featured-content.featured-content-md-md .featured-content__aside > .section:first-child {
        margin-top: -2rem;
    }
    .featured-content.featured-content-md-lg > .section:first-child,
    .featured-content.featured-content-md-lg .featured-content__main > .section:first-child,
    .featured-content.featured-content-md-lg .featured-content__aside > .section:first-child {
        margin-top: -6rem;
    }
}

@media (min-width: 992px) {
    .featured-content.featured-content-lg-0 > .section:first-child,
    .featured-content.featured-content-lg-0 .featured-content__main > .section:first-child,
    .featured-content.featured-content-lg-0 .featured-content__aside > .section:first-child {
        margin-top: 0;
    }
    .featured-content.featured-content-lg-xs > .section:first-child,
    .featured-content.featured-content-lg-xs .featured-content__main > .section:first-child,
    .featured-content.featured-content-lg-xs .featured-content__aside > .section:first-child {
        margin-top: -0.5rem;
    }
    .featured-content.featured-content-lg-sm > .section:first-child,
    .featured-content.featured-content-lg-sm .featured-content__main > .section:first-child,
    .featured-content.featured-content-lg-sm .featured-content__aside > .section:first-child {
        margin-top: -1rem;
    }
    .featured-content.featured-content-lg-md > .section:first-child,
    .featured-content.featured-content-lg-md .featured-content__main > .section:first-child,
    .featured-content.featured-content-lg-md .featured-content__aside > .section:first-child {
        margin-top: -2rem;
    }
    .featured-content.featured-content-lg-lg > .section:first-child,
    .featured-content.featured-content-lg-lg .featured-content__main > .section:first-child,
    .featured-content.featured-content-lg-lg .featured-content__aside > .section:first-child {
        margin-top: -6rem;
    }
}

@media (min-width: 1200px) {
    .featured-content.featured-content-xl-0 > .section:first-child,
    .featured-content.featured-content-xl-0 .featured-content__main > .section:first-child,
    .featured-content.featured-content-xl-0 .featured-content__aside > .section:first-child {
        margin-top: 0;
    }
    .featured-content.featured-content-xl-xs > .section:first-child,
    .featured-content.featured-content-xl-xs .featured-content__main > .section:first-child,
    .featured-content.featured-content-xl-xs .featured-content__aside > .section:first-child {
        margin-top: -0.5rem;
    }
    .featured-content.featured-content-xl-sm > .section:first-child,
    .featured-content.featured-content-xl-sm .featured-content__main > .section:first-child,
    .featured-content.featured-content-xl-sm .featured-content__aside > .section:first-child {
        margin-top: -1rem;
    }
    .featured-content.featured-content-xl-md > .section:first-child,
    .featured-content.featured-content-xl-md .featured-content__main > .section:first-child,
    .featured-content.featured-content-xl-md .featured-content__aside > .section:first-child {
        margin-top: -2rem;
    }
    .featured-content.featured-content-xl-lg > .section:first-child,
    .featured-content.featured-content-xl-lg .featured-content__main > .section:first-child,
    .featured-content.featured-content-xl-lg .featured-content__aside > .section:first-child {
        margin-top: -6rem;
    }
}

@media (min-width: 1350px) {
    .featured-content.featured-content-xxl-0 > .section:first-child,
    .featured-content.featured-content-xxl-0 .featured-content__main > .section:first-child,
    .featured-content.featured-content-xxl-0 .featured-content__aside > .section:first-child {
        margin-top: 0;
    }
    .featured-content.featured-content-xxl-xs > .section:first-child,
    .featured-content.featured-content-xxl-xs .featured-content__main > .section:first-child,
    .featured-content.featured-content-xxl-xs .featured-content__aside > .section:first-child {
        margin-top: -0.5rem;
    }
    .featured-content.featured-content-xxl-sm > .section:first-child,
    .featured-content.featured-content-xxl-sm .featured-content__main > .section:first-child,
    .featured-content.featured-content-xxl-sm .featured-content__aside > .section:first-child {
        margin-top: -1rem;
    }
    .featured-content.featured-content-xxl-md > .section:first-child,
    .featured-content.featured-content-xxl-md .featured-content__main > .section:first-child,
    .featured-content.featured-content-xxl-md .featured-content__aside > .section:first-child {
        margin-top: -2rem;
    }
    .featured-content.featured-content-xxl-lg > .section:first-child,
    .featured-content.featured-content-xxl-lg .featured-content__main > .section:first-child,
    .featured-content.featured-content-xxl-lg .featured-content__aside > .section:first-child {
        margin-top: -6rem;
    }
}

@media (min-width: 1600px) {
    .featured-content.featured-content-xxxl-0 > .section:first-child,
    .featured-content.featured-content-xxxl-0 .featured-content__main > .section:first-child,
    .featured-content.featured-content-xxxl-0 .featured-content__aside > .section:first-child {
        margin-top: 0;
    }
    .featured-content.featured-content-xxxl-xs > .section:first-child,
    .featured-content.featured-content-xxxl-xs .featured-content__main > .section:first-child,
    .featured-content.featured-content-xxxl-xs .featured-content__aside > .section:first-child {
        margin-top: -0.5rem;
    }
    .featured-content.featured-content-xxxl-sm > .section:first-child,
    .featured-content.featured-content-xxxl-sm .featured-content__main > .section:first-child,
    .featured-content.featured-content-xxxl-sm .featured-content__aside > .section:first-child {
        margin-top: -1rem;
    }
    .featured-content.featured-content-xxxl-md > .section:first-child,
    .featured-content.featured-content-xxxl-md .featured-content__main > .section:first-child,
    .featured-content.featured-content-xxxl-md .featured-content__aside > .section:first-child {
        margin-top: -2rem;
    }
    .featured-content.featured-content-xxxl-lg > .section:first-child,
    .featured-content.featured-content-xxxl-lg .featured-content__main > .section:first-child,
    .featured-content.featured-content-xxxl-lg .featured-content__aside > .section:first-child {
        margin-top: -6rem;
    }
}

@media (max-width: 767.98px) {
    .featured-content .featured-content__aside > .section:first-child,
    .featured-content[class*="featured-content-"] .featured-content__aside > .section:first-child {
        margin-top: 0;
    }
}

.featured-page .featured-content.borderless .featured-content__main > * + *,
.featured-page .featured-content .featured-content__main.borderless > * + *,
.featured-page .featured-content.borderless .featured-content__aside > * + *,
.featured-page .featured-content .featured-content__aside.borderless > * + *,
.featured-page .featured-content.borderless > * + *,
.featured-page .featured-content .borderless > * + * {
    border-top: none;
}

.featured-page .featured-content.borderless > .row > [class*="col-"]:last-child {
    -webkit-box-shadow: none;
            box-shadow: none;
}

.featured-page .featured-content.borderless .featured-content__aside > .section:not(:first-child),
.featured-page .featured-content.borderless .featured-content__aside > section:not(:first-child) {
    border-top: none;
}

.featured-page .featured-content.has-row-divider .featured-content__main > * + *,
.featured-page .featured-content .featured-content__main.has-row-divider > * + * {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

@media (min-width: 768px) {
    .featured-page .featured-content.has-col-divider > .row > [class*="col-"]:last-child {
        -webkit-box-shadow: inset 1px 0px 0px 0px #dee2e6;
                box-shadow: inset 1px 0px 0px 0px #dee2e6;
    }
}

.featured-page .featured-content.has-row-divider .featured-content__aside > .section:not(:first-child),
.featured-page .featured-content.has-row-divider .featured-content__aside > section:not(:first-child),
.featured-page .featured-content .featured-content__aside.has-row-divider > .section:not(:first-child),
.featured-page .featured-content .featured-content__aside.has-row-divider > section:not(:first-child) {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.featured-content > .section:first-child,
.featured-content.has-subnav-hero > .section:first-child {
    position: static;
}

.section[class*="--dark"] + .section[class*="--dark"] {
    border-top-color: #202d3f;
}

.section-bg--dark {
    background-color: #17212e;
    color: rgba(255, 255, 255, 0.75);
}

.section-bg--dark .tab-pane [class*="__title"] {
    color: #fff;
}

.section-bg--extra-dark,
.bg-extra-dark {
    background-color: #0e151a !important;
}

.btns > .btn-link {
    color: #2185d0 !important;
}

.featured-page .featured-hero {
    position: relative;
    margin-top: 0;
    height: 600px;
    min-height: 600px;
    color: #fff;
    background-color: #17212e;
}

@media only screen and (max-width: 1024px) {
    .featured-page .featured-hero {
        height: 400px;
        min-height: 400px;
    }
}

.featured-page .featured-hero-bgimage {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    background-repeat: no-repeat;
}

.featured-page .featured-hero[data-bg-size="contain"] .featured-hero-bgimage,
.featured-page .featured-hero-bgimage[data-bg-size="contain"] {
    background-size: contain !important;
}

.featured-page .featured-hero-title {
    font-size: 3rem;
}

.featured-page .featured-hero-sm {
    height: 400px;
    min-height: 400px;
}

.featured-page .featured-hero-md {
    height: 500px;
    min-height: 500px;
}

.featured-page .bg-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    min-height: 1px;
    overflow: hidden;
}

.featured-page .bg-responsive::before {
    display: block;
    content: "";
}

.featured-page .bg-responsive .bg-responsive-item {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
    background-size: cover;
    background-position: center center;
}

.featured-page .bg-responsive .bg-responsive-item .bg-responsive-caption {
    position: absolute;
    top: auto;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    color: #fff;
    padding: .25rem .5rem;
    background: black;
    background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), color-stop(37%, rgba(0, 0, 0, 0)));
    background: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 37%);
}

.featured-page .bg-responsive.bg-responsive-21by9::before {
    padding-top: 42.857143%;
}

.featured-page .bg-responsive.bg-responsive-16by9::before {
    padding-top: 56.25%;
}

.featured-page .bg-responsive.bg-responsive-4by3::before {
    padding-top: 75%;
}

.featured-page .bg-responsive.bg-responsive-1by1::before {
    padding-top: 100%;
}

.featured-page .bg-responsive-caption {
    position: absolute;
    top: auto;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    color: #fff;
    padding: .25rem .5rem;
    background: black;
    background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), color-stop(37%, rgba(0, 0, 0, 0)));
    background: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 37%);
}

.article-page__tabs .nav-link:hover {
    border-color: transparent;
}

.article-page__tabs.nav-divided > * + * {
    border-left: 1px solid #dee2e6;
}

.nav-link__title {
    font-size: 1.125rem;
    font-weight: font-weight-normal;
    margin-bottom: 0;
    line-height: 1.5;
}

@media (max-width: 1199.98px) {
    .nav-link__title {
        font-size: 1rem;
    }
}

.btnNext,
.btnPrev {
    position: absolute;
    top: 50%;
    cursor: pointer;
    width: 40px;
    height: 83px;
    font-size: 1.8em;
    color: #fff;
    text-align: center;
    padding: 18px 0;
    vertical-align: middle;
    border-radius: 4px;
    background: rgba(68, 91, 124, 0.3);
    filter: alpha(opacity=50);
    opacity: 0.5;
    font-family: "Font Awesome 5 Pro";
    z-index: 1;
    margin-top: -41.5px;
}

.btnNext:hover,
.btnPrev:hover {
    background: #0069d9;
    filter: alpha(opacity=100);
    opacity: 1;
    text-decoration: none;
    outline: 0;
}

.btnNext {
    right: 0.5rem;
}

.btnNext:before {
    content: "\f054";
}

.btnPrev {
    left: 0.5rem;
}

.btnPrev:before {
    content: "\f053";
}

.article-page-tabbed .tab-pane__title {
    font-size: 1.5rem;
}

@media (max-width: 575.98px) {
    .article-page-tabbed .article-page__tabs {
        display: none;
    }
    .article-page-tabbed .tab-content > .tab-pane {
        display: block;
        opacity: 1;
    }
    .article-page-tabbed .tab-content .btnNext,
    .article-page-tabbed .tab-content .btnPrev {
        display: none;
    }
    .article-page-tabbed .tab-content > .tab-pane:not(:last-child) {
        margin-bottom: 2.5rem;
    }
    .article-page-tabbed .tab-pane__title {
        font-size: 1.125rem;
        font-weight: 700;
    }
}

.article-page__tabs--dark {
    background-color: #233246;
    color: rgba(255, 255, 255, 0.75);
    border: 1px solid black;
}

.article-page__tabs--dark.nav-divided > * + * {
    border-right: 1px solid #102035;
    border-left: 1px solid #395272;
}

.article-page__tabs--dark .nav-link {
    color: rgba(255, 255, 255, 0.75);
}

.article-page__tabs--dark .nav-item.nav-item-active {
    background: #283950;
}

.article-page__tabs--dark .nav-link.active,
.article-page__tabs--dark .nav-link.active:focus {
    color: #fff;
    background: #283950;
    border-color: transparent;
}

.article-page__tabs.caret-none .nav-item.nav-item-active:after {
    content: none !important;
}

/* body.featured-page-has-subnav .main-header.auto-hide {
    height: auto;
}
 */
body.featured-page-has-subnav .main-header.auto-hide.is-hidden {
    height: auto;
}

body.featured-page-has-subnav .main-header.auto-hide.is-hidden .navbar--main {
    -webkit-box-shadow: none;
            box-shadow: none;
}

.featured-secondary-nav {
    position: relative;
    top: 0;
    z-index: 1023;
    clear: both;
    width: 100%;
    height: 56px;
    font-size: 1.1rem;
    -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
    will-change: transform;
    -webkit-transition: -webkit-transform .5s;
    transition: -webkit-transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s;
}

.featured-secondary-nav .nav-link {
    padding: 1rem !important;
}

.featured-secondary-nav a.active {
    -webkit-box-shadow: inset 0 -3px #2185d0;
            box-shadow: inset 0 -3px #2185d0;
}

.featured-secondary-nav.fixed {
    position: fixed;
}

.featured-secondary-nav.slide-up {
    -webkit-transform: translateY(-87px);
            transform: translateY(-87px);
}

.featured-secondary-nav:not(.fixed):not(.slide-up) {
    position: static;
    top: 0;
    -webkit-transform: none;
            transform: none;
    -webkit-transition: none;
    transition: none;
}

.accordion-controls {
    text-align: right;
}

.accordion-controls > .btn {
    color: #0069d9;
    text-decoration: none;
    outline: 0;
    -webkit-transition: all 0.125s ease-in-out;
    transition: all 0.125s ease-in-out;
    font-size: 1.25rem;
}

.accordion-controls > .btn:before {
    color: #0069d9;
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    font-size: inherit;
    font-size: 1rem;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -webkit-transition: all 0.125s ease-in-out;
    transition: all 0.125s ease-in-out;
}

.accordion-controls > .btn:hover,
.accordion-controls > .btn:focus {
    color: #fff;
}

.accordion-controls > .btn.accordion-open-all:before {
    content: "\f107";
}

.accordion-controls > .btn.accordion-close-all:before {
    content: "\f106";
}

.accordion > * + *:not(.card + .card) {
    border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.accordion-content {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.accordion-title {
    font-size: 1.5rem;
    color: rgba(255, 255, 255, 0.75);
}

@media (min-width: 576px) {
    .accordion-title {
        font-size: 2rem;
    }
}

.accordion-title + .accordion-controls,
.accordion-title + .accordion-content {
    border-top: 0 !important;
}

.accordion-header .btn {
    position: relative;
    text-decoration: none;
    outline: 0;
    white-space: normal;
    text-align: left;
    font-size: 1.125rem;
    font-weight: 300;
    color: #0069d9;
    line-height: 30px;
    -webkit-transition: all 0.125s ease-in-out;
    transition: all 0.125s ease-in-out;
}

@media (min-width: 576px) {
    .accordion-header .btn {
        font-size: 1.5rem;
    }
}

.accordion-icon .accordion-header .btn {
    margin-left: 30px;
}

.accordion-header .btn:hover,
.accordion-header .btn:focus {
    color: #fff;
}

.accordion-header .btn:focus:before {
    color: #fff;
    border-color: #fff;
}

.accordion-header .btn:focus:after {
    color: #fff;
}

.accordion-icon .accordion-header .btn:before {
    content: "";
    color: #0069d9;
    display: block;
    width: 30px;
    height: 30px;
    border: 1px solid #0069d9;
    border-radius: 500rem;
    line-height: 31px;
    text-align: center;
    position: absolute;
    top: .375rem;
    right: 100%;
    -webkit-transition: all 0.125s ease-in-out;
    transition: all 0.125s ease-in-out;
}

.accordion-icon .accordion-header .btn:after {
    content: "\f078";
    color: #0069d9;
    font-family: "Font Awesome 5 Pro";
    font-weight: font-weight-bold;
    display: inline-block;
    font-size: inherit;
    font-size: 1rem;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    position: absolute;
    top: 0.375rem;
    left: -22px;
    -webkit-transition: all 0.125s ease-in-out;
    transition: all 0.125s ease-in-out;
}

.accordion-header .btn[aria-expanded="true"] {
    color: #fff;
}

.accordion-icon .accordion-header .btn[aria-expanded="true"]:before {
    color: #fff;
    border-color: #fff;
}

.accordion-icon .accordion-header .btn[aria-expanded="true"]:after {
    content: "\f077";
}

.accordion-icon .accordion-header .btn[aria-expanded="true"]:after {
    color: #fff;
}

.accordion-body {
    height: auto;
    color: rgba(255, 255, 255, 0.75);
    background: #282e33;
    padding: 1rem 1.5rem;
    margin-top: 1rem;
}

.accordion-light .accordion-controls > .btn {
    color: rgba(0, 0, 0, 0.75);
}

.accordion-light .accordion-controls > .btn:before {
    color: rgba(0, 0, 0, 0.75);
}

.accordion-light .accordion-controls > .btn:hover,
.accordion-light .accordion-controls > .btn:focus {
    color: rgba(0, 0, 0, 0.99);
}

.accordion-light.accordion > * + * {
    border-top: 1px solid rgba(0, 0, 0, 0.06);
}

.accordion-light .accordion-title {
    color: rgba(0, 0, 0, 0.75);
}

.accordion-light .accordion-header .btn {
    color: rgba(0, 0, 0, 0.75);
}

.accordion-light .accordion-header .btn:hover,
.accordion-light .accordion-header .btn:focus {
    color: rgba(0, 0, 0, 0.99);
}

.accordion-light .accordion-header .btn:focus:before {
    color: rgba(0, 0, 0, 0.99);
    border-color: rgba(0, 0, 0, 0.99);
}

.accordion-light .accordion-header .btn:focus:after {
    color: rgba(0, 0, 0, 0.99);
}

.accordion-light.accordion-icon .accordion-header .btn:before {
    color: rgba(0, 0, 0, 0.75);
    border: 1px solid rgba(0, 0, 0, 0.75);
}

.accordion-light.accordion-icon .accordion-header .btn:after {
    color: rgba(0, 0, 0, 0.75);
}

.accordion-light .accordion-header .btn[aria-expanded="true"] {
    color: rgba(0, 0, 0, 0.99);
}

.accordion-light .accordion-icon .accordion-header .btn[aria-expanded="true"]:before {
    color: rgba(0, 0, 0, 0.99);
    border-color: rgba(0, 0, 0, 0.99);
}

.accordion-light .accordion-icon .accordion-header .btn[aria-expanded="true"]:after {
    color: rgba(0, 0, 0, 0.99);
}

.accordion-light .accordion-body {
    color: rgba(0, 0, 0, 0.75);
    background: rgba(0, 0, 0, 0.05);
}

.sh-300 {
    min-height: 300px;
}

.sh-400 {
    min-height: 400px;
}

.sh-500 {
    min-height: 500px;
}

.sh-600 {
    min-height: 600px;
}

.sh-auto {
    min-height: auto;
}

@media (min-width: 576px) {
    .sh-sm-300 {
        min-height: 300px;
    }
    .sh-sm-400 {
        min-height: 400px;
    }
    .sh-sm-500 {
        min-height: 500px;
    }
    .sh-sm-600 {
        min-height: 600px;
    }
    .sh-sm-auto {
        min-height: auto;
    }
}

@media (min-width: 768px) {
    .sh-md-300 {
        min-height: 300px;
    }
    .sh-md-400 {
        min-height: 400px;
    }
    .sh-md-500 {
        min-height: 500px;
    }
    .sh-md-600 {
        min-height: 600px;
    }
    .sh-md-auto {
        min-height: auto;
    }
}

@media (min-width: 992px) {
    .sh-lg-300 {
        min-height: 300px;
    }
    .sh-lg-400 {
        min-height: 400px;
    }
    .sh-lg-500 {
        min-height: 500px;
    }
    .sh-lg-600 {
        min-height: 600px;
    }
    .sh-lg-auto {
        min-height: auto;
    }
}

@media (min-width: 1200px) {
    .sh-xl-300 {
        min-height: 300px;
    }
    .sh-xl-400 {
        min-height: 400px;
    }
    .sh-xl-500 {
        min-height: 500px;
    }
    .sh-xl-600 {
        min-height: 600px;
    }
    .sh-xl-auto {
        min-height: auto;
    }
}

@media (min-width: 1350px) {
    .sh-xxl-300 {
        min-height: 300px;
    }
    .sh-xxl-400 {
        min-height: 400px;
    }
    .sh-xxl-500 {
        min-height: 500px;
    }
    .sh-xxl-600 {
        min-height: 600px;
    }
    .sh-xxl-auto {
        min-height: auto;
    }
}

@media (min-width: 1600px) {
    .sh-xxxl-300 {
        min-height: 300px;
    }
    .sh-xxxl-400 {
        min-height: 400px;
    }
    .sh-xxxl-500 {
        min-height: 500px;
    }
    .sh-xxxl-600 {
        min-height: 600px;
    }
    .sh-xxxl-auto {
        min-height: auto;
    }
}

.section-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.section-bg[data-bg-size="cover"] {
    background-size: cover !important;
}

.section-bg[data-bg-size="contain"] {
    background-size: contain !important;
}

.section-bg[data-bg-size="auto"] {
    background-size: auto !important;
}

.section-bg[data-xpos="left"] {
    background-position-x: left !important;
}

.section-bg[data-xpos="center"] {
    background-position-x: center !important;
}

.section-bg[data-xpos="right"] {
    background-position-x: right !important;
}

.section-bg[data-ypos="top"] {
    background-position-y: top !important;
}

.section-bg[data-ypos="center"] {
    background-position-y: center !important;
}

.section-bg[data-ypos="bottom"] {
    background-position-y: bottom !important;
}

.section-bg.section-bg--tint:before {
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

.section[class*="sh-"] .bg-responsive {
    position: relative;
    display: block;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    overflow: hidden;
}

.section[class*="sh-"] .bg-responsive::before {
    display: block;
    content: "";
}

.section[class*="sh-"] .bg-responsive[data-bg-size="cover"] {
    background-size: cover !important;
}

.section[class*="sh-"] .bg-responsive[data-bg-size="contain"] {
    background-size: contain !important;
}

.section[class*="sh-"] .bg-responsive[data-bg-size="auto"] {
    background-size: auto !important;
}

.section[class*="sh-"] .bg-responsive[data-xpos="left"] {
    background-position-x: left !important;
}

.section[class*="sh-"] .bg-responsive[data-xpos="center"] {
    background-position-x: center !important;
}

.section[class*="sh-"] .bg-responsive[data-xpos="right"] {
    background-position-x: right !important;
}

.section[class*="sh-"] .bg-responsive[data-ypos="top"] {
    background-position-y: top !important;
}

.section[class*="sh-"] .bg-responsive[data-ypos="center"] {
    background-position-y: center !important;
}

.section[class*="sh-"] .bg-responsive[data-ypos="bottom"] {
    background-position-y: bottom !important;
}

.section[class*="sh-"] .bg-responsive .bg-responsive-item {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    border: 0;
    background-size: cover;
    background-position: center center;
}

.section[class*="sh-"] .bg-responsive.bg-responsive-21by9::before {
    padding-top: 42.857143%;
}

.section[class*="sh-"] .bg-responsive.bg-responsive-16by9::before {
    padding-top: 56.25%;
}

.section[class*="sh-"] .bg-responsive.bg-responsive-4by3::before {
    padding-top: 75%;
}

.section[class*="sh-"] .bg-responsive.bg-responsive-1by1::before {
    padding-top: 100%;
}

.featured-content .section[class*="sh-"] .sh-mobile-image {
    margin-top: -3rem;
    margin-bottom: 1.5rem;
}

.featured-content.featured-content-0 .section[class*="sh-"] .sh-mobile-image {
    margin-top: 0;
}

.featured-content.featured-content-xs .section[class*="sh-"] .sh-mobile-image {
    margin-top: -0.5rem;
}

.featured-content.featured-content-sm .section[class*="sh-"] .sh-mobile-image {
    margin-top: -1rem;
}

.featured-content.featured-content-md .section[class*="sh-"] .sh-mobile-image {
    margin-top: -2rem;
}

.featured-content.featured-content-lg .section[class*="sh-"] .sh-mobile-image {
    margin-top: -6rem;
}

@media (min-width: 768px) {
    .card-dimmer .card:hover .card-img {
        -webkit-filter: blur(3px);
                filter: blur(3px);
    }
    .card-dimmer .card:hover .card-image-hover {
        opacity: 1;
    }
}

.card-dimmer .card .card-image-hover {
    display: none;
}

@media (min-width: 768px) {
    .card-dimmer .card .card-image-hover {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        position: absolute;
        background-color: rgba(0, 0, 0, 0.5);
        width: 100%;
        overflow-y: auto;
        left: 0;
        top: 0;
        height: 100%;
        z-index: 3;
        opacity: 0;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-transition: opacity 333ms ease;
        transition: opacity 333ms ease;
    }
}

.card-dimmer .card .card-image-hover .btn {
    text-decoration: none !important;
}

.cd-image-container {
    max-width: 975px;
}

.featured-page-has-subnav .carousel-subnav .carousel-indicators {
    bottom: 0;
    z-index: 100;
    margin: 0;
    background-color: #f8f9fa;
    padding: 1rem;
    border-bottom: 1px solid #dee2e6;
}

.featured-page-has-subnav .carousel-subnav .carousel-item {
    min-height: 390px;
    max-height: 390px;
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .featured-page-has-subnav .carousel-subnav .carousel-item {
        min-height: 490px;
        max-height: 490px;
    }
}

@media (min-width: 992px) {
    .featured-page-has-subnav .carousel-subnav .carousel-item {
        min-height: 640px;
        max-height: 640px;
    }
}

.position-static {
    position: static !important;
}

.position-relative {
    position: relative !important;
}

.position-absolute {
    position: absolute !important;
}

.position-fixed {
    position: fixed !important;
}

.position-sticky {
    position: sticky !important;
}

@media (min-width: 576px) {
    .position-sm-static {
        position: static !important;
    }
    .position-sm-relative {
        position: relative !important;
    }
    .position-sm-absolute {
        position: absolute !important;
    }
    .position-sm-fixed {
        position: fixed !important;
    }
    .position-sm-sticky {
        position: sticky !important;
    }
}

@media (min-width: 768px) {
    .position-md-static {
        position: static !important;
    }
    .position-md-relative {
        position: relative !important;
    }
    .position-md-absolute {
        position: absolute !important;
    }
    .position-md-fixed {
        position: fixed !important;
    }
    .position-md-sticky {
        position: sticky !important;
    }
}

@media (min-width: 992px) {
    .position-lg-static {
        position: static !important;
    }
    .position-lg-relative {
        position: relative !important;
    }
    .position-lg-absolute {
        position: absolute !important;
    }
    .position-lg-fixed {
        position: fixed !important;
    }
    .position-lg-sticky {
        position: sticky !important;
    }
}

@media (min-width: 1200px) {
    .position-xl-static {
        position: static !important;
    }
    .position-xl-relative {
        position: relative !important;
    }
    .position-xl-absolute {
        position: absolute !important;
    }
    .position-xl-fixed {
        position: fixed !important;
    }
    .position-xl-sticky {
        position: sticky !important;
    }
}

@media (min-width: 1350px) {
    .position-xxl-static {
        position: static !important;
    }
    .position-xxl-relative {
        position: relative !important;
    }
    .position-xxl-absolute {
        position: absolute !important;
    }
    .position-xxl-fixed {
        position: fixed !important;
    }
    .position-xxl-sticky {
        position: sticky !important;
    }
}

@media (min-width: 1600px) {
    .position-xxxl-static {
        position: static !important;
    }
    .position-xxxl-relative {
        position: relative !important;
    }
    .position-xxxl-absolute {
        position: absolute !important;
    }
    .position-xxxl-fixed {
        position: fixed !important;
    }
    .position-xxxl-sticky {
        position: sticky !important;
    }
}

/*!
 * # Semantic UI 2.4.1 - Divider
 * http://github.com/semantic-org/semantic-ui/
 *
 *
 * Released under the MIT license
 * http://opensource.org/licenses/MIT
 *
 */
/*******************************
            Divider
*******************************/
.divider {
    margin: 1rem 0rem;
    line-height: 1;
    height: 0em;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: rgba(0, 0, 0, 0.85);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/*--------------
      Basic
---------------*/
.divider:not(.vertical):not(.horizontal) {
    border-top: 1px solid rgba(34, 36, 38, 0.15);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

/*--------------
    Coupling
---------------*/
/* Allow divider between each column row */
.grid > .column + .divider,
.grid > .row > .column + .divider {
    left: auto;
}

/*--------------
   Horizontal
---------------*/
.horizontal.divider {
    display: table;
    white-space: nowrap;
    height: auto;
    margin: '';
    line-height: 1;
    text-align: center;
}

.horizontal.divider:before,
.horizontal.divider:after {
    content: '';
    display: table-cell;
    position: relative;
    top: 50%;
    width: 50%;
    background-repeat: no-repeat;
}

.horizontal.divider:before {
    background-position: right 1em top 50%;
}

.horizontal.divider:after {
    background-position: left 1em top 50%;
}

/*--------------
    Vertical
---------------*/
.vertical.divider {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    margin: 0rem;
    padding: 0em;
    width: auto;
    height: 50%;
    line-height: 0em;
    text-align: center;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.vertical.divider:before,
.vertical.divider:after {
    position: absolute;
    left: 50%;
    content: '';
    z-index: 3;
    border-left: 1px solid rgba(34, 36, 38, 0.15);
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    width: 0%;
    height: calc(100% -  1rem);
}

.vertical.divider:before {
    top: -100%;
}

.vertical.divider:after {
    top: auto;
    bottom: 0px;
}

/* Inside grid */
@media only screen and (max-width: 767px) {
    .stackable.grid .vertical.divider,
    .grid .stackable.row .vertical.divider {
        display: table;
        white-space: nowrap;
        height: auto;
        margin: '';
        overflow: hidden;
        line-height: 1;
        text-align: center;
        position: static;
        top: 0;
        left: 0;
        -webkit-transform: none;
        transform: none;
    }
    .stackable.grid .vertical.divider:before,
    .grid .stackable.row .vertical.divider:before,
    .stackable.grid .vertical.divider:after,
    .grid .stackable.row .vertical.divider:after {
        position: static;
        left: 0;
        border-left: none;
        border-right: none;
        content: '';
        display: table-cell;
        position: relative;
        top: 50%;
        width: 50%;
        background-repeat: no-repeat;
    }
    .stackable.grid .vertical.divider:before,
    .grid .stackable.row .vertical.divider:before {
        background-position: right 1em top 50%;
    }
    .stackable.grid .vertical.divider:after,
    .grid .stackable.row .vertical.divider:after {
        background-position: left 1em top 50%;
    }
}

/*--------------
      Icon
---------------*/
.divider > .icon {
    margin: 0rem;
    font-size: 1rem;
    height: 1em;
    vertical-align: middle;
}

/*******************************
          Variations
*******************************/
/*--------------
    Hidden
---------------*/
.hidden.divider {
    border-color: transparent !important;
}

.hidden.divider:before,
.hidden.divider:after {
    display: none;
}

/*--------------
    Inverted
---------------*/
.divider.inverted,
.vertical.inverted.divider,
.horizontal.inverted.divider {
    color: #FFFFFF;
}

.divider.inverted,
.divider.inverted:after,
.divider.inverted:before {
    border-top-color: rgba(34, 36, 38, 0.15) !important;
    border-left-color: rgba(34, 36, 38, 0.15) !important;
    border-bottom-color: rgba(255, 255, 255, 0.15) !important;
    border-right-color: rgba(255, 255, 255, 0.15) !important;
}

/*--------------
    Fitted
---------------*/
.fitted.divider {
    margin: 0em;
}

/*--------------
    Clearing
---------------*/
.clearing.divider {
    clear: both;
}

/*--------------
    Section
---------------*/
.section.divider {
    margin-top: 2rem;
    margin-bottom: 2rem;
}

/*--------------
     Sizes
---------------*/
.divider {
    font-size: 1rem;
}

/*******************************
         Theme Overrides
*******************************/
.horizontal.divider:before,
.horizontal.divider:after {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABaAAAAACCAYAAACuTHuKAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo1OThBRDY4OUNDMTYxMUU0OUE3NUVGOEJDMzMzMjE2NyIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo1OThBRDY4QUNDMTYxMUU0OUE3NUVGOEJDMzMzMjE2NyI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjU5OEFENjg3Q0MxNjExRTQ5QTc1RUY4QkMzMzMyMTY3IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjU5OEFENjg4Q0MxNjExRTQ5QTc1RUY4QkMzMzMyMTY3Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+VU513gAAADVJREFUeNrs0DENACAQBDBIWLGBJQby/mUcJn5sJXQmOQMAAAAAAJqt+2prAAAAAACg2xdgANk6BEVuJgyMAAAAAElFTkSuQmCC");
}

@media only screen and (max-width: 767px) {
    .stackable.grid .vertical.divider:before,
    .grid .stackable.row .vertical.divider:before,
    .stackable.grid .vertical.divider:after,
    .grid .stackable.row .vertical.divider:after {
        background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABaAAAAACCAYAAACuTHuKAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo1OThBRDY4OUNDMTYxMUU0OUE3NUVGOEJDMzMzMjE2NyIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo1OThBRDY4QUNDMTYxMUU0OUE3NUVGOEJDMzMzMjE2NyI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjU5OEFENjg3Q0MxNjExRTQ5QTc1RUY4QkMzMzMyMTY3IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjU5OEFENjg4Q0MxNjExRTQ5QTc1RUY4QkMzMzMyMTY3Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+VU513gAAADVJREFUeNrs0DENACAQBDBIWLGBJQby/mUcJn5sJXQmOQMAAAAAAJqt+2prAAAAAACg2xdgANk6BEVuJgyMAAAAAElFTkSuQmCC");
    }
}

/*******************************
         Site Overrides
*******************************/
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.animated.fast {
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
}

.animated.slow {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
}

.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.animated.hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
}

.animated.delay1 {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

.animated.delay2 {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

.animated.delay3 {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}

.animated.delay4 {
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
}

.animated.delay5 {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

@-webkit-keyframes fadeInUpSlow {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 20%, 0);
        transform: translate3d(0, 20%, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInUpSlow {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 20%, 0);
        transform: translate3d(0, 20%, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInUpSlow {
    -webkit-animation-name: fadeInUpSlow;
    animation-name: fadeInUpSlow;
    -webkit-animation-duration: 1.2s;
    animation-duration: 1.2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@media only screen {
    .fadeInUpSlow {
        -webkit-animation-duration: .5s;
        animation-duration: .5s;
    }
}

.section-bg--dark {
    background-color: #17212e;
}
