.accordion .card {
    margin-bottom: 1.6rem;
}

.accordion .card h4 {
    padding-right: 2.5rem;
}

.accordion .card .btn {
    text-transform: none;
    font-weight: 500;
    font-size: 1.075rem;
    padding: 0;
    text-align: left;
}

.accordion .card-body {
    padding-bottom: 0;
}

.cms-page__heading+.cms-page__content>.cms-page__content__block>div:not(.gradient-bg):not(.line-bg) {
    padding-top: 0;
}

.cms-page__content__block img {
    border-radius: 4px;
}

.cms-page__content__block:first-child .line-bg {
    border: 0;
}

.feature-list__item {
    margin: 2.5rem 1rem;
}

@media (min-width: 400px) {
    .feature-list__item {
        display: flex;
        margin-left: 0;
        margin-right: 0;
    }
}

.feature-list__item__image {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #495057;
    flex: 0 0 auto;
    margin: 0 auto;
    margin-bottom: 1.5rem;
}

@media (min-width: 400px) {
    .feature-list__item__image {
        width: 120px;
        height: 120px;
        margin: 0;
    }
}

.feature-list__item__image.item__image--contain {
    background-size: 75%;
}

.feature-list__item__content {
    flex: 1 1 auto;
}

@media (min-width: 400px) {
    .feature-list__item__content {
        margin-left: 2rem;
    }
}

.feature-list__item__heading {
    margin-top: 0.5rem;
}

.feature-list__item__cta .btn {
    padding: 0;
    color: #007bff;
    font-weight: 500;
}

.file-list__item {
    padding-top: 1.5rem;
    display: flex;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

.file-list__item__icon {
    flex: 0 0 auto;
    color: #007bff;
    font-size: 1.85rem;
}

.file-list__item__icon .far {
    vertical-align: top;
}

.file-list__item__content {
    flex: 1 1 auto;
    margin-left: 1rem;
    margin-bottom: 1.5rem;
}

.file-list__item__heading .item__heading__element {
    font-weight: 700;
    font-size: 1.1rem;
    display: inline-block;
    color: #007bff;
}

.file-list__item__meta {
    display: inline-block;
    font-size: 0.85rem;
    color: rgba(0, 0, 0, 0.65);
}

.file-list__item__meta span:not(:first-child)::before {
    content: "|";
    display: inline-block;
    margin-left: 4px;
    margin-right: 6px;
}

.image-video-modal-open {
    position: relative;
    cursor: pointer;
}

.image-video-modal-open::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
    background-color: rgba(0, 0, 0, 0.25);
    transition: all 0.25s;
}

.image-video-modal-open .image-video-play-icon {
    color: #ffffff;
    opacity: 0.75;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    pointer-events: none;
    z-index: 1;
    font-size: 2rem;
    transition: opacity 0.25s;
}

.image-video-modal-open:hover .image-video-play-icon {
    opacity: 0.9;
}

.image-video-modal-open:hover::before {
    background-color: rgba(0, 0, 0, 0.35);
}

.cms-gallery--container {
    position: relative;
}

.cms-gallery .owl-item {
    opacity: 1;
    transition: all 0.3s;
}

.cms-gallery .owl-item .cms-gallery__item {
    height: 250px;
    transition: transform 0.25s;
    padding-bottom: 3.5rem;
}

@media (min-width: 576px) {
    .cms-gallery .owl-item .cms-gallery__item {
        height: 350px;
    }
}

@media (min-width: 768px) {
    .cms-gallery .owl-item .cms-gallery__item {
        height: 450px;
    }
}

@media (min-width: 1200px) {
    .cms-gallery .owl-item .cms-gallery__item {
        height: 540px;
    }
}

.cms-gallery .owl-item .cms-gallery__item img {
    border-radius: 3px;
    overflow: hidden;
    height: 100%;
    width: auto;
}

.cms-gallery .owl-item .cms-gallery__item__footer {
    margin-top: 0.25rem;
    opacity: 1;
    transition: opacity 0.3s;
    display: flex;
    justify-content: space-between;
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    font-size: 80%;
    line-height: 1rem;
}

@media (min-width: 768px) {
    .cms-gallery .owl-item .cms-gallery__item__footer {
        margin-top: 0.5rem;
    }
}

@media (min-width: 992px) {
    .cms-gallery .owl-item .cms-gallery__item__footer {
        margin-top: 0.65rem;
        font-size: 95%;
        line-height: 1.2rem;
    }
}

.cms-gallery .owl-item .cms-gallery__item__footer p {
    margin: 0;
}

.cms-gallery .owl-item .cms-gallery__item__caption {
    flex-shrink: 1;
}

.cms-gallery .owl-item .cms-gallery__item__counter {
    flex-shrink: 0;
    opacity: 0.65;
    padding-left: 5px;
}

.cms-gallery .owl-item:not(.center) {
    opacity: 0.25;
}

.cms-gallery .owl-item:not(.center) .cms-gallery__item__footer {
    opacity: 0;
}

.cms-gallery__navigation {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    z-index: 1;
    -webkit-transform: translate(0, -15px);
    transform: translate(0, -15px);
}

.cms-gallery__navigation__controls {
    position: relative;
}

.cms-gallery__navigation__controls .owl-prev,
.cms-gallery__navigation__controls .owl-next {
    top: 0;
    position: absolute;
    background: transparent;
    border: 0;
    font-size: 3rem;
    color: #ffffff;
    outline: none;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    text-shadow: 0 0 8px rgba(0, 0, 0, 0.075);
}

@media (min-width: 576px) {

    .cms-gallery__navigation__controls .owl-prev,
    .cms-gallery__navigation__controls .owl-next {
        font-size: 5rem;
    }
}

.cms-gallery__navigation__controls .owl-prev {
    left: 0;
}

.cms-gallery__navigation__controls .owl-next {
    right: 0;
}

.cms-gallery.grid-gallery {
    display: flex;
    flex-wrap: wrap;
}

.cms-gallery.grid-gallery>.cms-gallery__item {
    flex-basis: 50%;
    width: 50%;
    padding-top: 50%;
    position: relative;
}

@media (min-width: 768px) {
    .cms-gallery.grid-gallery>.cms-gallery__item {
        flex-basis: 25%;
        width: 25%;
        padding-top: 25%;
    }
}

.cms-gallery.grid-gallery>.cms-gallery__item img {
    position: absolute;
    top: 0;
    object-fit: cover;
    height: 100%;
    width: 100%;
    border-radius: 0;
}

@media (min-width: 768px) {
    .cms-gallery.grid-gallery.grid-gallery--thirds>.cms-gallery__item {
        flex-basis: 33.33%;
        width: 33.33%;
        padding-top: 33.33%;
    }
}

@media (min-width: 992px) {
    .cms-gallery.grid-gallery.grid-gallery--thirds>.cms-gallery__item {
        flex-basis: 25%;
        width: 25%;
        padding-top: 25%;
    }
}

.cms-gallery.grid-gallery>.cms-gallery__item .item__lightbox-trigger {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.25);
    opacity: 0;
    transition: opacity 0.25s;
}

.cms-gallery.grid-gallery>.cms-gallery__item .item__lightbox-trigger:hover {
    opacity: 1;
}

.cms-gallery.grid-gallery>.cms-gallery__item .item__lightbox-trigger .grid-gallery__icon {
    color: white;
    font-size: 2rem;
}

.hero-image-top {
    margin-top: -20px !important;
}

.hero-image {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: 180px;
}

@media (min-width: 480px) {
    .hero-image-top {
        margin-top: -70px !important;
    }

    .hero-image {
        margin-bottom: 20px !important;
        height: 300px;
    }
}

@media (min-width: 768px) {
    .hero-image {
        margin-bottom: 20px !important;
        height: 600px;
    }
}