﻿
@import "bootstrap.min.css";


:root {
    --bs-primary: #000099;
    --bs-secondary: #8250aa;
    --bs-primary-rgb: 0,122,120;
    --bst-btn-hover-bg: #000060;
    --bs-link-color-rgb: 0,122,120;
    --bs-nav-link-hover-color: #000060;
    --bs-navbar-hover-color: #000060;
    --bs-link-hover-color-rgb: rgb(0, 0, 96);
    --bs-navbar-active-color: #000060;
    --bs-form-control-bg: #F5F0F0;
    --bs-border-color: #BDBDBD;
    --bs-link-hover-color-rgb: rgb(0, 0, 96);
}

.btn-primary {
    --bs-btn-font-weight: 800;
    --bs-btn-font-size: 1.4rem;
    --bs-btn-color: var(--bs-white);
    --bs-btn-bg: var(--bs-primary);
    --bs-btn-border-radius: 0;
    --bs-btn-hover-bg: var(--bst-btn-hover-bg);
    --bs-btn-focus-shadow-rgb: var(--bst-btn-hover-bg);
    --bs-btn-active-bg: var(--bst-btn-hover-bg);
    --bs-btn-active-border-color: var(--bst-btn-hover-bg);
    --bs-btn-border-color: var(--bs-primary);
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: var(--bst-btn-hover-bg);
    --bs-btn-disabled-border-color: var(--bst-btn-hover-bg);
    --bs-link-color: var(--bs-primary);
    --bs-link-color-rgb: var(--bs-primary-rgb);
}

.btn-secondary {
    --bs-btn-font-weight: 800;
    --bs-btn-font-size: 1.4rem;
    --bs-btn-color: var(--bs-white);
    --bs-btn-bg: var(--bs-secondary);
    --bs-btn-border-radius: 0;
    --bs-btn-hover-bg: var(--bst-btn-hover-bg);
    --bs-btn-focus-shadow-rgb: var(--bst-btn-hover-bg);
    --bs-btn-active-bg: var(--bst-btn-hover-bg);
    --bs-btn-active-border-color: var(--bst-btn-hover-bg);
    --bs-btn-border-color: var(--bs-secondary);
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: var(--bst-btn-hover-bg);
    --bs-btn-disabled-border-color: var(--bst-btn-hover-bg);
    --bs-link-color: var(--bs-primary);
    --bs-link-color-rgb: var(--bs-primary-rgb);
}

.btn-outline-primary {
    --bs-btn-color: var(--bs-primary);
    --bs-btn-border-color: var(--bs-primary);
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: var(--bs-primary);
    --bs-btn-hover-border-color: var(--bs-primary);
    --bs-btn-focus-shadow-rgb: var(--bs-primary-rgb);
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: var(--bs-primary);
    --bs-btn-active-border-color: var(--bs-primary);
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: var(--bs-primary);
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: var(--bs-primary);
    border-radius: 0;
}

body {
    font-family: 'Raleway', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
}

h1, h2, h3, h4, h5 {
    font-family: 'Lora', serif;
}

.h2, h2 {
    font-weight: 600;
    font-size: 30px;
    line-height: 36px;
    letter-spacing: 0.02em;
}

.h3, h3 {
    font-weight: 600;
    font-size: 26px;
    line-height: 33px;
}

.h4, h4 {
    font-weight: 600;
    font-size: 22px;
    line-height: 26px;
    color: #000099;
}

.h5, h5 {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 26px;
}

.btn {
    font-family: 'Raleway';
    font-weight: 800;
    font-size: 24px;
    line-height: 28px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
    padding-right: 3rem !important;
    padding-left: 3rem !important;
}

tbody, td, tfoot, th, thead, tr {
    border-width: 1px;
}

.py-6 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
}

.white {
    color: #fff;
}

.white_bg {
    background-color: white;
}

.gray {
    color: #343434;
}

.gray_bg {
    background-color: #000099;
}

.light_gray {
    color: #F5F0F0;
}

.light_gray_bg {
    background-color: #F5F0F0;
}

.teal {
    color: #B2E9E9;
}

.teal_bg {
    background-color: #B2E9E9;
}

.dark_teal {
    color: #007A78;
}

.dark_teal_bg {
    background-color: #007A78;
}

img.logo {
    max-width: 168px;
    padding: 2px 0;
}

#nav_toggle {
    font-size: 16px;
    line-height: 18px;
    color: #fff;
    font-weight: 700;
    letter-spacing: 0.06em;
    padding: 0 !important;
}

.navbar-toggler-icon {
    background-image: none;
    font-size: 22px;
    line-height: 32px;
    margin-left: -5px;
}

    .navbar-toggler-icon::before {
        font-family: bootstrap-icons;
        content: "\f479";
    }

#nav_toggle[aria-expanded="true"] .navbar-toggler-icon {
    font-size: 18px;
    line-height: 28px;
    margin-left: -2px;
}

    #nav_toggle[aria-expanded="true"] .navbar-toggler-icon::before {
        content: "\f659";
    }

nav {
    background-color: #343434;
    color: #fff;
    text-transform: uppercase;
}

    header .container-fluid, nav .container-fluid {
        max-width: 1464px;
    }


    nav .navbar-nav li.nav-item {
        border-bottom: 1px solid #828282;
    }

    nav .nav-item a {
        font-weight: 800;
        font-size: 18px;
        line-height: 28px;
        letter-spacing: 0.05em;
        text-transform: uppercase;
        padding: 12px 0;
    }

    nav a.nav-link {
        color: #fff;
        font-style: normal;
        font-weight: 800;
        font-size: 18px;
        line-height: 23px;
        letter-spacing: 0.05em;
        text-transform: uppercase;
        margin: 5px 18px;
    }

        nav a.nav-link:hover {
            color: #000099;
        }

.navbar-nav .dropdown-menu {
    padding: 5px;
    background-color: #343434;
    color: #fff;
}

    .navbar-nav .dropdown-menu a {
        color: #fff;
        font-size: 18px;
    }

        .navbar-nav .dropdown-menu a:hover {
            background-color: #333;
            color: #ccc;
        }

.menu_btn a {
    padding: 10px 18px !important;
}

.nav-fill .nav-item {
    flex-basis: 0;
}

.btn {
    font-size: 21px;
    line-height: 25px;
    padding: 12px 30px;
}

footer {
    background: #362b48;
}

    footer a, footer span {
        color: #fff;
        font-weight: 400;
        font-size: 22px;
        line-height: 46px;
        text-decoration: none;
    }

        footer a:hover {
            text-decoration: underline;
        }

    footer span {
        margin: 0px 9px 0 18px;
    }

#sub_footer {
    background: #241d31;
}

    #sub_footer a, #sub_footer span {
        color: #F5F0F0;
        font-weight: 400;
        font-size: 18px;
        line-height: 24px;
    }   

#title_hero {
    background-image: url('../img/header-bg-1-mobile.png');
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 175px;
}

    #title_hero.img_2 {
        background-image: url('../img/header-bg-2-mobile.png');
    }

    #title_hero form {
        /* Fix width of header in admin */
        width: 100%;
    }

    #title_hero h1 {
        color: #fff;
        font-family: 'Lora';
        font-style: normal;
        font-size: 36px;
        line-height: 38px;
        margin: 0 auto;
        text-shadow: 2px 2px 3px #787878;
    }



    }

#about_img img {
    max-width: 100%;
    height: auto;
}

.angle_in_row {
    padding-top: 25px;
}

    .angle_in_row .position-relative.angle_right img {
        padding-right: 25px;
    }

    .angle_in_row .position-relative.angle_left img {
        padding-left: 25px;
    }

.angle_top_right {
    min-width: 25px;
    width: 25px;
    height: 25px;
    margin-top: -25px;
    border-top: 8px solid #c3becb;
    border-right: 8px solid #c3becb;
}

.angle_top_left {
    min-width: 25px;
    width: 25px;
    height: 25px;
    margin-top: -25px;
    border-top: 8px solid #c3becb;
    border-left: 8px solid #c3becb;
}

#home_pands_row {
    background-image: linear-gradient(to bottom, white 20%, #f9f8f9 20%);
}

#home_pands_inner {
    background: #e9e7ec;
    margin-left: 25px
}

    #home_pands_inner .callout {
        max-width: 346px;
        margin: 0 auto;
    }

    #home_pands_inner p:nth-of-type(2) > a {
        margin-top: 12px;
        font-family: 'Lora';
        font-style: normal;
        font-weight: 600;
        font-size: 24px;
        line-height: 27px;
        color: #343434;
        text-decoration: none;
    }

        #home_pands_inner p:nth-of-type(2) > a:hover {
            color: var(--bs-link-hover-color-rgb);
            text-decoration: underline;
        }

    #home_pands_inner a:hover {
        text-decoration: underline;
    }

    #home_pands_inner p {
        font-size: 18px;
        line-height: 24px;
    }

.carousel {
    padding-bottom: 2.5rem;
}

.carousel-control-next, .carousel-control-prev {
    align-items: flex-end;
    bottom: 10px;
    opacity: 1;
    width: 16px;
    z-index: 10;
}

.carousel-control-next {
    left: calc(50% + 72px);
}

.carousel-control-prev {
    left: calc(50% - 78px);
}

.carousel-control-prev-icon, .carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23007A78'%3e%3cpath d='M6 4L-3.26266e-07 7.4641L-2.34249e-08 0.535898L6 4Z'/%3e%3c/svg%3e");
    width: 18px;
    height: 18px;
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23007A78'%3e%3cpath d='M1.74846e-07 4L6 7.4641L6 0.535898L1.74846e-07 4Z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23007A78'%3e%3cpath d='M6 4L-3.26266e-07 7.4641L-2.34249e-08 0.535898L6 4Z'/%3e%3c/svg%3e");
}

.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 9px;
    height: 9px;
    padding: 0;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: 1;
    transition: opacity .6s ease;
    border-radius: 50%;
    border: 3px solid #000099;
    margin: 0 10px;
}

    .carousel-indicators [data-bs-target].active {
        background-color: #000099;
        border: none;
        width: 14px;
        height: 14px;
    }



#home_samples_row_inner {
    padding: 0 25px;
}

    #home_samples_row_inner .col_sample .sample {
        background-color: #362b48;
        padding: 50px;
    }

        #home_samples_row_inner .col_sample .sample p {
            color: #fff;
            font-size: 18px;
            line-height: 24px;
        }

            #home_samples_row_inner .col_sample .sample p:first-of-type {
                font-family: 'Lora';
                font-weight: 600;
                font-size: 26px;
                line-height: 33px;
            }

            #home_samples_row_inner .col_sample .sample p:last-of-type {
                margin-bottom: 0;
            }

        #home_samples_row_inner .col_sample .sample a {
            font-weight: 800;
            font-size: 20px;
            line-height: 23px;
            letter-spacing: 0.05em;
            text-transform: uppercase;
            text-decoration: none;
        }

            #home_samples_row_inner .col_sample .sample a:hover {
                text-decoration: underline;
            }

        #home_samples_row_inner .col_sample .sample a {
            color: #000099;
        }

#home_row_submit {
    font-family: 'Lora';
    font-weight: 600;
    font-size: 30px;
    line-height: 36px;
    letter-spacing: 0.02em;
    color: #343434;
    background-color: #e9e7ec;
}

    #home_row_submit .btn {
        padding: 12px 30px !important;
    }

.form-label {
    color: var(--bs-primary);
    font-family: 'Lora', serif;
    font-weight: 600;
    font-size: 22px;
    line-height: 26px;
}

    .form-label:after {
        content: ':';
    }

.form-control, .form-select {
    border-radius: 0;
    padding: 0.75rem 0.75rem;
    font-size: 18px;
    line-height: 24px;
}

    .form-control:focus, .form-check-input:focus, .form-select:focus {
        border-color: #BDBDBD;
        box-shadow: 0 0 0 0.25rem rgba(52, 52, 52, 0.25);
    }

.form-check {
    padding-left: 3.6em;
}

.form-check-input:checked {
    background-color: #000099;
    border-color: #000099;
}

.form-check-input[type=checkbox] {
    border-radius: 0;
    margin-left: -3em;
}



.form-check .form-check-input {
    width: 40px;
    height: 40px;
}

.form-check-input[type=radio] {
    width: 28px;
    height: 28px;
    margin-top: 0px;
    margin-right: 8px;
}

.custom-file-button input[type=file] {
    margin-left: -2px !important;
}

    .custom-file-button input[type=file]::-webkit-file-upload-button {
        display: none;
    }

    .custom-file-button input[type=file]::file-selector-button {
        display: none;
    }

.custom-file-button .custom-file-label {
    color: #000099;
    text-transform: uppercase;
    cursor: pointer;
    border: 2px solid #000099;
    font-weight: 800;
    font-size: 21px;
    line-height: 25px;
    padding: 10px 35px;
    margin-top: 12px;
}

#review {
    background: #F5F0F0;
    margin-left: 25px
}

    #review img.stamp {
        width: 100%;
        max-width: 336px;
        margin: 0 auto;
    }

.flexible-section hr {
    color: #B2E9E9;
    margin: 2rem 0;
    border-width: 2px;
    opacity: 1;
}

footer .w-100 span.d-md-inline-block:last-of-type {
    display: none !important;
}

.flex_vid_overlay_circle {
    width: 76px;
    height: 76px;
    border: 5px solid rgba(255, 255, 255, 0.5);
    border-radius: 76px;
    margin-left: 12px;
    cursor: pointer;
}

.flex_vid_overlay_play i {
    color: rgba(255, 255, 255, 0.5);
    font-size: 28px;
    margin-left: 28px;
    cursor: pointer;
}

@media (min-width: 768px) {
    body {
        font-size: 20px;
        line-height: 26px;
    }

    .h2, h2 {
        font-size: 40px;
        line-height: 44px;
    }

    .h5, h5 {
        font-size: 22px;
        line-height: 28px;
    }

    ##sub_footer a, #sub_footer span {
        font-size: 24px;
        line-height: 33px;
    }

    img.logo {
        max-width: 275px;
        padding: 8px 0;
    }

    #title_hero {
        background-image: url('../img/header-bg-1.png');
        min-height: 225px;
    }
    
    #title_hero.img_2 {
        background-image: url('../img/header-bg-2.png');
    }

        #title_hero h1 {
            font-size: 42px;
            line-height: 52px;
            margin: 0;
            max-width: 65%;
        }

    .angle_in_row {
        padding-top: 48px;
    }

        .angle_in_row .position-relative.angle_right img {
            padding-right: 48px;
        }

        .angle_in_row .position-relative.angle_left img {
            padding-left: 48px;
        }

    .angle_top_right {
        min-width: 48px;
        width: 48px;
        height: 48px;
        margin-top: -48px;
        border-width: 15px;
    }

    .angle_top_left {
        min-width: 48px;
        width: 48px;
        height: 48px;
        margin-top: -48px;
        border-width: 15px;
    }

    #home_pands_inner, #review, #submit_another_desktop {
        margin-left: 48px
    }

    #home_samples_row_inner {
        padding: 0 48px;
    }

    .form-check .form-check-label {
        /*margin-top: 3px;*/
        min-height: 40px;
    }

    .flex_vid_overlay_circle {
        width: 106px;
        height: 106px;
        border: 7px solid rgba(255, 255, 255, 0.5);
        border-radius: 58px;
        margin-left: 24px;
    }

    .flex_vid_overlay_play i {
        color: rgba(255, 255, 255, 0.5);
        font-size: 34px;
        margin-left: 52px;
    }
}

@media (min-width: 992px) {
    body {
        font-size: 22px;
        line-height: 30px;
    }

    .h2, h2 {
        font-size: 44px;
        line-height: 47px;
    }

    .h5, h5 {
        font-size: 24px;
        line-height: 32px;
    }

    img.logo {
        max-width: 450px;
        padding: 16px 0;
    }

    .btn {
        font-size: 22px;
        line-height: 26px;
        padding: 19px 65px;
    }

    nav {
        background-color: #fff;
        color: #343434;
    }

        nav a.nav-link {
            color: #343434;
            font-size: 18px;
            line-height: 26px;
        }

        nav .navbar-nav li.nav-item {
            border-bottom: none;
        }

    footer a, footer span {
        font-size: 22px;
        line-height: 26px;
    }



    #title_hero {
        min-height: 450px;
    }

        #title_hero.title_hero_inner {
            min-height: 350px;
        }

        #title_hero h1 {
            font-size: 66px;
            line-height: 78px;
            margin: 0;
            max-width: 60%;
        }

    .overlay {
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        background: rgba(52, 52, 52, .3);
    }

    .angle_in_row {
        padding-top: 66px;
    }

        .angle_in_row .position-relative.angle_right img {
            padding-right: 66px;
        }

        .angle_in_row .position-relative.angle_left img {
            padding-left: 66px;
        }

    .angle_top_right {
        min-width: 66px;
        width: 66px;
        height: 66px;
        border-width: 22px;
        margin-top: -66px;
    }

    .angle_top_left {
        min-width: 66px;
        width: 66px;
        height: 66px;
        border-width: 22px;
        margin-right: 66px;
    }

    .angle_bottom_right {
        min-width: 66px;
        width: 66px;
        height: 66px;
        float: right;
        margin-top: -17px;
        border-bottom: 22px solid #c3becb;
        border-right: 22px solid #c3becb;
    }

    #home_pands_inner, #review, #submit_another_desktop {
        margin-left: 66px
    }

        #home_pands_inner p:nth-of-type(2) a {
            font-size: 30px;
            line-height: 34px;
        }

        #home_pands_inner p {
            font-size: 20px;
            line-height: 26px;
        }

    #home_samples_row_inner {
        padding: 0 66px;
    }

        #home_samples_row_inner .col_sample .sample p {
            font-size: 24px;
            line-height: 33px;
        }

            #home_samples_row_inner .col_sample .sample p:first-of-type {
                font-size: 38px;
                line-height: 49px;
            }

        #home_samples_row_inner .col_sample .sample a {
            font-size: 24px;
            line-height: 28px;
        }

    #home_row_submit .btn {
        padding: 18px 65px !important;
    }

    .custom-file-button .custom-file-input {
        max-width: calc(100% - 400px);
        display: inline-block;
    }

    .custom-file-button .custom-file-label {
        display: inline-block;
        font-size: 24px;
        line-height: 28px;
        letter-spacing: 0.05em;
        padding: 9px 55px;
        margin-top: 0;
        margin-left: 15px;
        vertical-align: top;
    }

    .form-label {
        font-size: 25px;
        line-height: 30px;
    }

    .form-control, .form-select {
        border-radius: 0;
        padding: 0.82rem 0.82rem;
        font-size: 21px;
        line-height: 28px;
    }

    .custom-file-button .custom-file-label {
        font-size: 20px;
        line-height: 30px;
        letter-spacing: 0.05em;
        padding: 10px 75px;
        margin-top: 0;
        margin-left: 18px;
    }

    .custom-file-button .custom-file-input {
        max-width: calc(100% - 270px);
    }

    .flex_vid_overlay_circle {
        width: 126px;
        height: 126px;
        border: 9px solid rgba(255, 255, 255, 0.5);
        border-radius: 68px;
        margin-left: 33px;
    }

    .flex_vid_overlay_play i {
        color: rgba(255, 255, 255, 0.5);
        font-size: 38px;
        margin-left: 72px;
    }
}

@media screen and (max-width: 1280px) {
    nav a.nav-link {
        font-size: 16px;
        margin: 3px 5px;
    }

    nav .nav-item a {
        font-weight: 800;
        font-size: 16px;
    }

    .menu_btn {
        min-width: auto !important;
        white-space: nowrap;
    }
}

@media (min-width: 1400px) {
    body {
        font-size: 24px;
        line-height: 33px;
    }

    .h2, h2 {
        font-size: 50px;
        line-height: 53px;
    }

    .h5, h5 {
        font-size: 24px;
        line-height: 32px;
    }

    img.logo {
        max-width: 450px;
        padding: 16px 0;
    }

    .btn {
        font-size: 24px;
        line-height: 28px;
        padding: 19px 65px;
    }

    nav {
        background-color: #fff;
        color: #343434;
    }

        nav a.nav-link {
            color: #343434;
            font-size: 22px;
            line-height: 28px;
        }

        nav .navbar-nav li.nav-item {
            border-bottom: none;
        }

    footer a, footer span {
        font-size: 28px;
        line-height: 33px;
    }

    .form-label {
        font-size: 30px;
        line-height: 34px;
    }

    .form-control, .form-select {
        border-radius: 0;
        padding: 1rem 1rem;
        font-size: 24px;
        line-height: 33px;
    }

    .custom-file-button .custom-file-label {
        font-size: 24px;
        line-height: 28px;
        letter-spacing: 0.05em;
        padding: 17px 85px;
        margin-top: 0;
        margin-left: 18px;
    }

    .custom-file-button .custom-file-input {
        max-width: calc(100% - 310px);
    }

    #review_col {
        max-width: calc(1530px + ((100% - 1464px) / 2));
        margin-left: calc(100% - (1552px + (100% - 1464px) / 2))
    }
}
