h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, .lead {
    text-wrap: balance;
}
body > aside {
    background-color: var(--s1-accent);
    font-size: 85%;
    padding-block: 0.4rem;
}
/*
header {
    --header-height: max(40rem, 60vh);
    --hero-height: 90%;
    height: var(--header-height);
    background-size: cover;
    position: relative;
    overflow: clip;
}
*/
header {
    --header-height: max(60vh, 50rem);
    --hero-height: 90%;
    min-height: max(60vh, 50rem);
    background-size: cover;
    position: relative;
    overflow: clip;
}
.hm-false header {
    --header-height: max(22rem, 30vh);
    --hero-height: 72%;
    min-height: var(--header-height);
    background-position-y: 35%;
}
header:before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.70) 0%, rgba(0, 0, 0, 0) 40%);
    z-index: 1;
    opacity: 0.8;
}
header * {
    color: white;
}
header nav {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}
header nav button[data-bs-target="#searchModal"] {
    font-size: 1.4rem;
    padding-block: 0;
}
header video {
    position: absolute;
    grid-column: full-width !important;
    width: 100%;
    height: 100%;
    inset: -100%;
    margin: auto;
    z-index: 0;
    object-fit: cover;
}
header > *:not(video) {
    position: relative;
    z-index: 1;
}
.header-bar {
    min-height: var(--header-height);
    align-content: flex-start;
    padding-block: 1.4rem;
}
.hero-box {
    height: var(--hero-height);
    align-content: center;
}
.hero-box .title {
    position: relative;
    text-transform: uppercase;
    font-weight: 900;
    padding-block-end: 2rem;
    margin-block-end: 2.4rem;
    line-height: 1.3;
    text-shadow: 0 -4px 4px rgba(0, 0, 0, 0.4);
}
.hero-box .title:after {
    content: '';
    position: absolute;
    width: 4rem;
    height: 3px;
    background-color: var(--s1-accent);
    bottom: 0;
    left: calc(50% - 2rem);
}
.hero-box .tag {
    font-weight: 400;
}
.hero-box .symbol img {
    width: 8rem;
    margin-block-end: 2rem;
}
.hero-box .arrow {
    font-size: 3rem;
    padding-block-start: 5vh;
}
.hero-box .arrow .icon {
    opacity: 0.4;
}

h1 em, .h1 em,
.hero-box .title em {
    text-transform: lowercase;
    font-style: normal;
}


.main_nav {
    column-gap: 0.6rem;
}
.main_nav a {
    text-transform: uppercase;
    font-weight: 300;
    text-decoration: none;
}

.main_nav .btn-link {
    --bs-btn-hover-border-color: rgba(255,255,255,0.3);
    --bs-btn-active-border-color: rgba(255,255,255,0.3);
    --bs-btn-border-radius: 9999px;
    transition: all .3s;
}

main {
    padding-block: 6rem;
}

.offcanvas.offcanvas-start {
    border-right: none;
}
.offcanvas-header {
    justify-content: space-between;
}
.offcanvas-header .logo img {
    width: 84%;
}

.modal-content {
    --bs-modal-bg: white;
}
.search-form button[type="submit"] {
    position: absolute;
    right: 0.6rem;
    top: 15%;
    font-size: 1.4rem;
}

main .s1-bleed {
    margin-block: 3rem 6rem;
    padding-block: 3rem;
}
h1 {
    position: relative;
    text-transform: uppercase;
    text-align: center;
    font-weight: 900;
    color: var(--s1-primary);
    padding-block-end: 2rem;
    margin-block-end: 2.4rem;
    /*line-height: 0.65;*/
    text-shadow: 0 -4px 4px rgba(0, 0, 0, 0.1);
}
h1:after {
    content: '';
    position: absolute;
    width: 4rem;
    height: 3px;
    background-color: var(--s1-accent);
    bottom: 0;
    left: calc(50% - 2rem);
}
h2, h3 {
    margin-block-end: 2.4rem;
}
h4, h5 {
    margin-block-end: 2rem;
}
h6 {
    margin-block-end: 1.4rem;
    font-weight: 300;
    text-transform: uppercase;
    color: #9d9d9d;
}
p + h1 {
    margin-block-start: 3.4rem;
}


.accordion-button:not(.collapsed) {
    color: white;
    background-color: var(--bs-primary);
}

.list-group-item a {
    text-decoration: none;
}
.list-group-item-disabled {
    opacity: 0.6;
}
.s1-bleed.bkg {
    position: relative;
    background-image: url('/media/video-still-01.jpg');
    background-size: cover;
    background-position: center;
    padding-block: 6rem;
    color: white;
}
.s1-bleed.bkg > * {
    z-index: 1;
}
.s1-bleed.bkg:before {
    content: '';
    position: absolute;
    inset: 0;
    background-color: rgba(0,0,0,0.6);
    opacity: 0.6;
    z-index: 0;
}
.s1-bleed.about-us-feature {
    color: white;
    background-image:url('/media/flags-3.jpg');
}
.s1-bleed.nobkg {
    background-color: transparent !important;
    background-image: none !important;
}
.intro-vid {
    border-radius: 8px;
}

footer {
    padding-block: 1.6rem 1rem;
    font-size: 85%;
    color: white;
    background-image: url('/media/video-still-01.jpg');
    background-position: bottom center;
    background-size: cover;
}
.footer-logo {
    position: relative;
}
/*
.footer-logo:after {
    content: '';
    position: absolute;
    top: 0;
    right: -15%;
    bottom: 0;
    height: 100%;
    width: 2px;
    background: var(--s1-accent);
}
*/
.owl-carousel {
    line-height: 0;
}
.owl-carousel .owl-stage-outer {
    overflow: visible;
    overflow-x: clip;
}
.owl-carousel .owl-nav {
    position: absolute;
    top: 0;
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    pointer-events: none;
}
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
    padding: 3rem !important;
    font-size: 3rem;
    line-height: 0;
    opacity: 0.2;
    transition: opacity .3s;
    pointer-events: all;
}
.owl-carousel .owl-nav button.owl-prev:hover,
.owl-carousel .owl-nav button.owl-next:hover {
    opacity: 0.8;
}
.timeline-box {
    border: 4px solid white;
    border-radius: 9999px;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;
    /*max-width: 300px;*/
}
.owl-item .dropdown-menu {
    padding: 0;
}
.owl-item:not(:last-child)::after {
    content: '';
    position: absolute;
    width: 80px;
    top: 50%;
    right: -80px;
    border: 2px solid var(--s1-accent);
}

