body {
    height: 100%;
    display: flex;
    flex-direction: column;
    color: #F5F2EF;
    font-family: "cofo-sans-variable", sans-serif;
    font-variation-settings: "slnt" 0, "wght" 200;
    background-color: #F5F2EF;
}

html {
    height: 100%;
}

.site-content {
    flex: 1 0 auto;
}

.footerholder {
    flex-shrink: 0;
    z-index: 1;
}

.fade-content {
    opacity: 0;
}

.container-fluid {
    padding-left: var(--bs-gutter-x, 1rem);
    padding-right: var(--bs-gutter-x, 1rem);
}

@media (min-width: 768px) {
    .container-fluid {
        padding-left: var(--bs-gutter-x, .75rem);
        padding-right: var(--bs-gutter-x, .75rem);
    }
}

img {
    min-height: 0.01px;
}

a:hover,
a:focus,
a:visited {
    text-decoration: none;
}

a[href^="mailto:"]:hover {
    text-decoration: underline;
}

.image-fill {
    position: absolute;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: 'object-fit: cover;';
    width: 100%;
    height: 100%;
}

.vh-fix {
    height: 100dvh;
}

h1 {
    font-size: 3rem;
    line-height: 3.4rem;
    font-weight: normal;
    letter-spacing: .4rem;
}

@media (min-width: 768px) {
    h1 {
        font-size: 4.5rem;
        line-height: 4.5rem;
    }
}

h2 {
    font-size: 1.5rem;
    line-height: 2rem;
    letter-spacing: .1rem;
}

@media (min-width: 768px) {
    h2 {
        font-size: 2.5rem;
        line-height: 3rem;
        letter-spacing: .1rem;
    }
}

h3 {
    font-size: 2.2rem;
    line-height: 3rem;
    font-weight: normal;
    letter-spacing: .4rem;
}

@media (min-width: 768px) {
    h3 {
        font-size: 3.2rem;
        line-height: 4.2rem;
        letter-spacing: .4rem;
    }
}

h4 {
    font-size: 2.375rem;
    line-height: 2.625rem;
}

h5 {
    font-size: 1.75rem;
    line-height: 2rem;
}

.lg_text {
    font-size: 1.2rem;
    line-height: 1.8rem;
}

@media (min-width: 768px) {
    .lg_text {
        font-size: 1.5rem;
        line-height: 2rem;
    }
}

.gold {
    color: #BAA98D;
}

.spec_nav {
    margin-top: -4rem;
}

@media (min-width: 768px) {
    .spec_nav {
        margin-top: -2rem;
    }
}

.carousel_spec {
    font-size: 1rem;
    line-height: 1.3;
    white-space: nowrap;
}

@media (min-width: 768px) {
    .carousel_spec {
        font-size: 1.35rem;
        line-height: 1.4;
    }
}

.dk_bg {
    background-color: #1E1F21;
}

.bg2 {
    background-image: url('../img/bg2.jpg');
    background-size: cover;
    padding: 5rem 0;
}

@media (min-width: 768px) {
    .bg2 {
        padding: 15rem 0;
    }
}

.bg3 {
    background-image: url('../img/bg3.jpg');
    background-size: cover;
    padding: 5rem 0;
}

@media (min-width: 768px) {
    .bg3 {
        padding: 15rem 0;
    }
}

.divider {
    width: 10rem;
    height: .15rem;
    background-color: #F5F2EF;
}

@media (min-width: 768px) {
    .divider {
        width: 20rem;
    }
}

.carousel_image:before {
    content: "";
    display: block;
    padding-top: 100%;
}

@media (min-width: 768px) {
    .carousel_image:before {
        padding-top: 60%;
    }
}

.car_label {
    left: 1rem;
    bottom: .5rem;
    font-size: 1rem;
}

@media (min-width: 768px) {
    .car_label {
        left: 2rem;
        bottom: 1rem;
        font-size: 1.4rem;
    }
}

.car_nav {
    display: block;
    height: 3.5rem;
    width: 3.5rem;
    padding: .2rem;
    cursor: pointer;
    transition: all .3s;
}

.car_nav:hover {
    padding: 0;
}

.nav_inner {
    background-color: #fff;
    height: 100%;
    width: 100%;
}

.car_nav .nav_inner svg {
    width: 1.7rem;
    fill: #1E1F21;
    transition: all .3s;
}

.car_nav:hover .nav_inner svg {
    fill: #CEC0AF;
}

.next {
    right: -.2rem;
    top: -.2rem;
}

.prev {
    left: -.2rem;
    top: -.2rem;
}

.prev.spec_nav {
    left: -.5rem;
}

.next.spec_nav {
    right: -.5rem;
}

@media (min-width: 768px) {
    .prev.spec_nav {
        left: -.2rem;
    }

    .next.spec_nav {
        right: -.2rem;
    }
}

@media (min-width: 768px) {
    .next {
        right: 2rem;
        top: 2rem;
    }

    .prev {
        left: 2rem;
        top: 2rem;
    }
}

.bdr_gold {
    border: .1rem solid #BAA98D;
}

.bdr_top {
    border-top: .1rem solid #BAA98D;
}

.bdr_rt {
    border-right: .1rem solid #BAA98D;
}

.tns-nav {
    position: absolute;
    padding-left: 0;
    bottom: 2rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 100;
}

.tns-nav  button {
    width: 1.2rem;
    height: .4rem;
    margin: 0 .2rem;
    background-color: #1E1F21;
    border-radius: 0;
    border: none;
    transition: all .3s;
}

@media (min-width: 768px) {
    .tns-nav  button {
        width: 2.5rem;
        height: .7rem;
        margin: 0 .5rem;
    }
}

.tns-nav  button.tns-nav-active {
    background-color: #fff;
}

.touch_wrapper:before {
    content: "";
    display: block;
    padding-top: 98%;
    border-top: .15rem solid #BAA98D;
    border-left: .15rem solid #BAA98D;
    border-right: .15rem solid #BAA98D;
}

@media (min-width: 768px) {
    .touch_wrapper:before {
        padding-top: 98%;
        border-top: .15rem solid #BAA98D;
        border-bottom: .15rem solid #BAA98D;
        border-left: none;
        border-right: none;
    }
}

.touch_circle {
    position: absolute;
    border-radius: 50%;
    border: .15rem solid #BAA98D;
}

.footer_rt {
    border-left: .15rem solid #BAA98D;
    border-right: .15rem solid #BAA98D;
    border-bottom: .15rem solid #BAA98D;
}

@media (min-width: 768px) {
    .footer_rt {
        border: .15rem solid #BAA98D;
    }
}

.bdr_btm {
    border-bottom: .15rem solid #BAA98D;
    bottom: 0;
}

.subhead {
    font-size: 1.3rem;
    letter-spacing: .7rem;
}

.footer_head {
    font-size: 1.8rem;
}

.footerholder {
    font-size: 1.3rem;
}

.footerholder a {
    color: #fff;
    text-decoration: none;
}

.footerholder a:hover {
    color: #fff;
    text-decoration: underline;
}

.heavy {
    font-variation-settings: "slnt" 0, "wght" 500;
}

.disclaimer {
    font-size: .7rem;
    line-height: 1.2;
    text-align: justify;
}

@media (min-width: 768px) {
    .disclaimer {
        font-size: 1rem;
        line-height: 1.2;
    }
}

.downloads {
    padding: .5rem 1rem .4rem;
    color: #1E1F21 !important;
    background-color: #BAA98D;
    width: 100%;
    line-height: 1;
}

@media (min-width: 768px) {
    .downloads {
        padding: .5rem 1rem .4rem;
        width: 48%;
        line-height: 1;
    }
}

.downloads:hover {
    color: #fff !important;
    background-color: #BAA98D;
    text-decoration: none !important;
}
.load-hidden {
    visibility: hidden;
}

@media (min-width: 768px) {
    html {
        font-size: 1vw;
    }
}

@media (min-width: 992px) {}

@media (min-width: 1200px) {}

@media (min-width: 1400px) {}

.futura {
    font-family: "futura-pt", sans-serif;
    font-weight: 400;
    font-style: normal;
}