a,
.icon {
    transition: all .3s;
}
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6,
.lead {
    text-wrap: balance;
}
body > aside {
    background-color: var(--s1-secondary);
}
body > aside .icon {
    font-size: 1.3rem;
    color: var(--s1-primary);
}
body > aside a .icon {
    font-size: 1.8rem;
    transition: all .3s;
}
body > aside a:hover .icon,
body > aside a:active .icon,
body > aside a:focus .icon {
    color: #FFF;
}
body > aside span a {
    color: #FFF;
    text-decoration: none;
}
body > aside span a:hover,
body > aside span a:focus,
body > aside span a:active {
    color: var(--s1-primary);
}
body > header {
    background: #ffffff;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.dropdown-toggle:after {
    color: var(--s1-primary);
}
.main_nav .icon {
    font-size: 2rem;
    color: var(--s1-primary);
}
.main_nav .nav-link {
    color: var(--s1-secondary);
    font-weight: 600;
}
.main_nav .nav-link:hover,
.main_nav .nav-link:focus,
.main_nav .nav-link:active,
.main_nav .nav-link.active {
    color: var(--s1-primary);
}
.main_nav .nav-link.dropdown-item:focus,
.main_nav .nav-link.dropdown-item:hover {
    --bs-dropdown-link-hover-bg: #f7f7f7;
}
.main_nav .nav-link.dropdown-item.active,
.main_nav .nav-link.dropdown-item:active {
    color: #FFF;
}

.hero-container {
    grid-column: full-width-start / full-width-end !important;
}

.s1-bleed,
.page-header {
    padding-block: 6rem;
    color: #FFF;
}
.s1-bleed.bkg,
.page-header {
    background-size: auto;
    background-position: center;
    color: #FFF;
}
.bkg-grey {
    background-color: #f7f7f7;
}
.s1-bleed.bkg-grey {
    color: var(--bs-body-color);
}
.s1-bleed.our-testimonial {
    background-color: #FFF;
    color: var(--bs-body-color);
}

.short-desc,
.s1-bleed.bkg-grey .short-desc {
    color: var(--s1-primary);
    font-size: 1.4rem;
}
.s1-bleed .short-desc,
.s1-bleed.bkg .short-desc {
    color: #FFF;
}
.s1-bleed.bkg.our-testimonial .short-desc {
    color: var(--s1-primary);
}

.heading, h1, h2, h3, h4, h5, h6, .display-1, .display-2, .display-3, .display-4, .display-5, .display-6, .h1, .h2, .h3, .h4, .h5, .h6 {
    & a {
        color: inherit;
        text-decoration: none;
    }
}
.heading, h1, h2, h3, h4, h5, h6, .display-1, .display-2, .display-3, .display-4, .display-5, .display-6, .h1, .h2, .h3, .h4, .h5, .h6 {
    & a:hover {
        color: var(--s1-primary);
    }
}

main p > img {
    border-radius: 42px;
}
body.mod-Resources .page-header {
    position: relative;
}
body.mod-Resources .page-header > div {
    position: relative;
    z-index: 1;
}
body.mod-Resources .page-header:before {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 0;
    background-color: lch(var(--s1-secondary-l) var(--s1-secondary-ch) / 0.5);
}

.icon-calendar {
    margin-top: -4px;
}

.see-all {
    color: var(--s1-secondary);
    text-decoration: none;
}
.see-all .icon {
    color: #FFF;
    background-color: var(--s1-primary);
    border-radius: 6px;
    padding: 0.2rem;
    font-size: 2.4rem;
}
.see-all:hover .icon {
    background-color: var(--s1-accent);
}

.team-socials {
    font-size: 1.4rem;
}

.testimonial-list .item {
    background-color: #FFF;
    border-radius: 4px;
    padding: 2.2rem;
    box-shadow: 4px 4px 14px rgba(0, 0, 0, 0.1);
    margin: 1.2rem;
}
.quote-mark .icon {
    color: var(--s1-primary);
    opacity: 0.2;
    font-size: 2.6rem;
    margin-bottom: 0.4rem;
}
.quote-img img {
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.1);
    border-radius: 999px;
}

.owl-nav button span {
    border: 1px solid var(--s1-primary);
    font-size: 2rem;
    display: inline-block;
    line-height: 0;
    padding: 1rem 0.8rem 1.2rem 0.8rem;
    color: var(--s1-primary);
    border-radius: 4px;
    opacity: 0.6;
    transition: all .3s;
}
.owl-nav button span:hover {
    opacity: 1;
}
.owl-theme .owl-nav {
    text-align: start;
}
.owl-theme .owl-dots {
    text-align: end;
}
.owl-theme .owl-dots .owl-dot span,
.carousel-indicators [data-bs-target] {
    width: 20px;
    height: 3px;
    margin: 5px 7px;
    background: var(--s1-accent);
    border-radius: 0px;
    transition: all .3s;
    border-top: 0px solid transparent;
    border-bottom: 0px solid transparent;
}
.owl-theme .owl-dots .owl-dot.active span, 
.carousel-indicators [data-bs-target].active {
    width: 35px;
    height: 3px;
    background: var(--s1-primary);
    border-top: 0px solid transparent;
    border-bottom: 0px solid transparent;
}
.carousel-control-next,
.carousel-control-prev {
    position: absolute;
    top: auto;
    bottom: 1rem;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding: 0.2rem;
    color: #fff;
    text-align: center;
    background: 0 0;
    border: 1px solid var(--s1-primary);
    opacity: 0.6;
    transition: opacity .15s ease;
    font-size: 2rem;
    line-height: 0;
    border-radius: 4px;
}
.carousel-control-prev {
    left: 1rem;
}
.carousel-control-next {
    left: 4rem;
    right: auto;
}
.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: auto;
    z-index: 2;
    display: flex;
    justify-content: center;
    padding: 0;
    margin-right: 2rem;
    margin-bottom: 1rem;
    margin-left: 1rem;
}

section.hero .carousel-item {
    height: 80vh;
}
section.hero .carousel-item img {
    object-fit: cover;
    height: 100%;
}
.carousel-caption {
    position: absolute;
    right: auto;
    bottom: 8rem;
    left: auto;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: start;
    width: 100%;
    margin-inline: 1.4rem;
    padding-right: 15%;
}
.carousel-caption .h1 {
    font-size: 3rem;
}
.carousel-caption .lead {
    font-size: 1.6rem;
}


footer {
    background-color: var(--s1-secondary);
    color: #FFF;
    padding-block: 4rem;
}

.info > div {
    display: flex;
    column-gap: 0.6rem;
}

ul.check-list {
    padding: 0;
}
ul.check-list li {
    position: relative;
    list-style: none;
    margin-bottom: 12px;
    padding-left: 44px;
}
ul.check-list li:before {
    content: "";
    width: 30px;
    height: 30px;
    position: absolute;
    background: url(/media/check-arrow-icon.svg) no-repeat;
    background-size: 30px;
    background-position: center;
    left: 0;
    border-radius: 50%;
}

.accordion-button {
    font-size: 1.2rem;
}
.accordion-button:not(.collapsed) {
    background-color: #f7f7f7;
}

.pagination {
    justify-content: center;
    margin-block: 3rem;
}
.system_pagination li .dots, .system_pagination li a {
    border: solid var(--s1-primary);
    border-width: 1px 0 1px 0;
    display: block;
    padding: 6px 10px;
    text-align: center;
}
.form-control,
.form-select {
    background-color: #FFF;
}

.row.prev-next-links > div {
    display: flex;
    column-gap: 1rem;
    align-items: center;
    text-wrap: balance;
}

.has-video[data-bs-toggle="modal"] {
    display: flex;
    align-items: center;
    justify-content: center;
}
.has-video[data-bs-toggle="modal"] .icon {
    background-color: var(--s1-primary);
    font-size: 8rem;
    color: #FFF;
    border-radius: 999px;
    transform: rotate(90deg);
    opacity: 0.4;
    position: absolute;
}
.video-list .has-video[data-bs-toggle="modal"] .icon {
    font-size: 4rem;
}
.has-video[data-bs-toggle="modal"]:hover .icon {
    opacity: 0.8;
}


/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) { }

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
    .s1-bleed.bkg,
    .page-header {
        background-size: cover;
    }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) { }

/* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    .carousel-caption {
        width: var(--content-max-width);
        margin-inline: calc((110vw - var(--content-max-width)) / 2);
        padding-right: 35%;
    }
}

/* XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) { }










