@charset "UTF-8";
/* CSS Document */
@import url("https://use.typekit.net/lld6mxs.css");


/* ================================= Header ================================= */

header img {
    max-width: 100%;
    height: auto;
}

.nav_secondary,
.nav_primary .col:nth-child(2),
.nav_primary .col:nth-child(3) {
    display: none;
}

.nav_primary {
    background-color: #FFF;
    padding: 10px;
    -webkit-box-shadow: 0px 10px 5px -3px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 10px 5px -3px rgba(0,0,0,0.15);
    box-shadow: 0px 10px 5px -3px rgba(0,0,0,0.15);    
}

.nav_primary .logocol {
    max-width: 200px;
    height: auto;
}

.mobile_nav {
    padding: 0;
}

.mobile_nav nav {
    gap: 0;
}

.mobile_nav .menuToggle.open_button {
    background-color: #005075;
    position: absolute;
    top: 12px;
    right: 12px;
    padding: 8px;
    display: inline-block;
    width: fit-content;
    border-radius: 3px;
    cursor: pointer;
}

.mobile_nav .menuToggle.open_button img {
    width: 36px;
    height: 30px;
}

.mobile_nav .inside_content {
    background-color: #005075;
    width: 100%;
    z-index: 100;
    padding-bottom: 30px;
}

.mobile_nav ul {
}

.mobile_nav li {
    display: block;
    width: 100%;  
    margin: 0 !important;  
}

.mobile_nav .inside_content li a,
.mobile_nav .inside_content div {
    padding: 12px 20px !important;
    width: 100%;    
    color: #FFF !important;
}

.mobile_nav .primary {
    font-size: 20px;
}

.mobile_nav .secondary {
    font-size: 16px;
}


/* ============== Critical Styles ============== */

body {
/*    background-color: #3F2624;   */
    background-color: #291501;   
    font-size: 18px; 
    font-family: azo-sans-web, sans-serif;
/*    font-family: loos-normal, sans-serif;*/
    font-weight: 400;
    font-style: normal;
}

main {
    background-image: url(/wp-content/uploads/2024/11/body_bg.webp);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: left 85vh;
/*    padding-top: 30px;*/
/*    background-color: #FFF;*/
}

.homepage main {
    padding-top: 0;
}

main figure  {
    max-width: 250px;
    height: auto;
    margin: 0 auto;
    text-align: center;
}

main figure:not(.icons_row_1 figure) {
/*    background-color: blanchedalmond;*/
    margin: 30px auto;
}

.video_hero_wrapper {
/*    width: 100%;*/
    height: 40vh;
    min-height: 450px;
    overflow: hidden;
    position: relative;
}

.video_hero_wrapper video {
    height: 100%;
    width: auto;
    bottom: 2px;
}

.text_hero {
    position: absolute;
    top: 0;
    height: 40vh;
    z-index: 20;
/*    background-color: green;*/
}

.text_hero .headline {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
/*    background-color: goldenrod;*/
    padding-bottom: 0;

}

.hero_overlay {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 10;
}

.hero_overlay img {
    width: 100%;
    height: auto;
}

.headline h1,
h2 {
    margin: 0;
    font-family: loos-compressed, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 4em;
    text-transform: uppercase;
    line-height: 1;
}

.headline h1 {
    line-height: 0.85;
    margin-bottom: 0.25em;
}

h2 {
    margin-top: 3vw;
    font-size: 3em;
}

.d_only {
    display: none;
}

.container-fluid {
    margin-bottom: 0 !important;
}

.maxw {
    max-width: 1100px;
}

.greenbg {
    background-color: #9fb93f;
}

.lightbg {
    background-color: #F1F2EE;
}

.lightbg2 {
    background-color: #F3F4F8;
}

.darkbg1 {
    background-color: #2B2E50;
}

.hidden {
    display: none;
}

h1, h2, h3 {
/*    font-family: Lora, Helvetica, serif;*/
/*    color: #2B2E50;*/
    color: #FFF;
}

h1, h2 {
    margin-bottom: 0.5em;
}

h1 {
}

h2 {
}

h3 {
}

p, li {
/*    font-family: Gantari, sans-serif;*/
 color: #FFF;
}

p strong,
li strong {
    font-weight: 600;
}

a {
    color: #005075;    
}

a.caps, 
.caps a,
.icons_row_1 a {
    text-transform: uppercase;
    font-weight: 600;
    color: #F4370B;
}

main ul {
    padding-left: 20px;
}

main li {
    line-height: 1;
    margin-bottom: 15px;
}

main .row > div {
    text-align: center;
}

main li:not(.cent_bullets li) {
    text-align: left;
}

main ul {
    margin-left: auto;
    margin-right: auto;
}


/* ========== Hero areas ========== */

.hero h2,
.fourohfour .hero h1 {
    font-size: 2.5em;
    max-width: 1200px;
    margin: 0 auto;
    font-weight: 700;
    color: #005075;
}

/* ========== Button Group ========== */

.buttons h2, h3 {
    font-family: loos-compressed, sans-serif;
    font-weight: 400;
    font-style: normal;
    text-transform: uppercase;
    font-size: 1.5em;
    color: #FFF;
    margin-top: initial;
}

.buttons a {
    text-decoration: none !important;
}

.buttons img {
    max-width: 100%;
    height: auto;
}

.buttons .jfSpot {
    display: block;
    width: 30px;
    height: 30px;
    background-color: red;
    border-radius: 1000px;
    margin: 15px auto;
}

.buttons > div:first-child .jfSpot {
    background-color: #E3B21C;
}

.buttons > div:nth-child(2) .jfSpot {
    background-color: #E6841D;
}

.buttons > div:nth-child(3) .jfSpot {
    background-color: #B77125;
}

.video_button {
/*    background-color: red;*/
    display: block;
    text-align: center;
    padding: 10px; 
    transition: background-color 0.2s;   
}

.video_button:hover .jfSpot {
    background-color: #FFF !important;
}

.buttons > div:first-child .video_button:hover {
    background-color: #E3B21C;
}

.buttons > div:nth-child(2) .video_button:hover {
    background-color: #E6841D;
}

.buttons > div:nth-child(3) .video_button:hover {
    background-color: #B77125;
}

/* ====== Bio ====== */

.bio > div:first-child p {
/*    margin-right: 40px*/
/*    font-size: 1.2em;*/
}

.bio figure {
/*    margin: 0 !important;*/
}


/* ========== Div Spacing ========== */

/* even */
.ps-e {
    padding: 10vw !important;
}

/* even small */
.ps-es {
    padding: 3vw !important;
}

/* ===== Accordions ===== */

.open_button {
    background-color: rgba(255, 255, 255, 0.1);
/*    border-top: solid 2px #291501;*/
    padding: 15px;
    margin: 0 0 4px 0;
    transition: background-color 0.2s;
    cursor: pointer;
    position: relative;
}

.open_button:hover {
    background-color: #7EBE3F;
}

.open_button .widget {
    position: absolute;
    right: 15px;
    top: 50%;
    max-height: 100%;
    display: flex;
    transform: translate(0,-50%);
    text-align: right;
}

.open_button .widget img {
    position: relative;
    height: auto;
    width: 15px;
    transition: transform 0.2s;
}

.open_button.on .widget img {
    transform: rotate(90deg);
}

.inside_content {
/*    background-color: #432502;*/
    padding: 30px;
}

/* ======= Fancy Box ======= */

/* remove white bg for floating videos */
.fancybox-content {
    background-color: transparent !important;
    max-width: 1400px !important;
}

.fancybox-toolbar {
    top: 12px !important;
    right: 12px !important;
}

.fancybox-button {
    background: #7EBE3F !important;
    color: #FFF !important;
    height: 60px !important;
    width: 60px !important;
}

/* ======= Logo Scroll  ======= */

.dc_logoscroll img {
    max-width: 100%;
    height: auto;
}

.dc_logoscroll .col {
    padding: 0 6vw;
/*    background-color: indianred;*/
}


/* ======= Forms ======= */

form label,
form select {
/*    font-family: Gantari, sans-serif;*/
    text-transform: uppercase;
    color: #291501 !important;
    font-family: loos-compressed, sans-serif;
    text-transform: uppercase;
    font-size: 0.75em !important;
/*    font-weight: bold !important;*/
}

form .frm_label_float_top label {
    color: #7EBE3F !important;
}

form input,
form textarea {
    height: 60px !important;
    border-radius: 0 !important;
    -webkit-appearance:none;
}

form button,
.btn.btn-primary {
    display: block;
    margin: 0 auto !important;   
    width: fit-content;    
    background-color: #7EBE3F !important; 
    border-radius: 0 !important;
    border: none !important;
}

form button:hover,
.btn.btn-primary:hover {
    background-color: #E6841D !important;
}

form button,
.btn.btn-primary a {
    color: #FFF !important;
    font-family: loos-normal, sans-serif !important;
    text-transform: uppercase !important;
    text-decoration: none !important;
}

.frm_required {
    color: #E6841D !important;
}

/* ===== Footer ===== */

footer {
    font-size: 0.5em;
}

/* ======================== RESPONSIVE ======================== */

@media(min-width:768px) {

    body {
        font-size: 20px;
    }

    /* ================================= Header ================================= */
    header {
        font-size: 16px;
        background-color: #FFF;    
        -webkit-box-shadow: 0px 10px 5px -3px rgba(0,0,0,0.26);
        -moz-box-shadow: 0px 10px 5px -3px rgba(0,0,0,0.26);
        box-shadow: 0px 10px 5px -3px rgba(0,0,0,0.26);
    }

    header .col {
        align-self: center;    
    }

    header a {
        text-transform: uppercase;
/*        font-family: Gantari, sans-serif;*/
        letter-spacing: 0.1em;
    }

    .hero h2,
    .fourohfour .hero h1 {
        font-size: 3em;
    }    

    main figure,
    img {
        max-width: 100%;
        height: auto;
    }    

    main .row > div {
        text-align: initial;
    }

    main ul {
        margin-left: 0;
        margin-right: 0;
    }

    .d_only {
        display: block;
    }

    .text_right_d,
    .text_right_d div {
        text-align: right !important;
    }    

    .mobile_nav {
        display: none;
    }

    .nav_secondary,
    .nav_primary,
    .nav_primary .col {
        display: block !important;
    }    

    .nav_secondary {
        background-color: #2B2E50;
        padding: 20px 0;
    }

    .nav_secondary ul {
        justify-content: right;
    }

    .nav_secondary a {
        color: #FFF !important;
        margin-left: 20px;
        font-size: 0.8em;
        border-bottom: 1px solid transparent;
        transition: border-bottom 0.2s;
    }

    .nav_secondary a:hover,
    .nav_secondary .current-menu-item a {
        border-bottom: 1px solid #FFF;
    }

    .linkedin_link a {
        background-image: url(/wp-content/uploads/2024/01/social-linkedin.webp);
        background-repeat: no-repeat;
        background-size: auto 100%;
        padding-left: 25px;
        filter: brightness(100);
    }

    .nav_primary {
        padding: 12px 0;
    }

    .logocol {
        position: absolute;
        top: 12px;
        left: 12px;
        filter: brightness(100);
    }

    .logocol img {
        max-width: 150px;
        height: auto;
    }

    .navcol {
        flex-grow: 3;    
    }

    .navcol ul {
        justify-content: space-evenly;
    }

    .navcol a {
        display: inline-block !important;
        width: fit-content;
        justify-content: space-between;
        color: #2B2E50 !important;
        position: relative;
        transition: all 0.2s;        
    }

    .navcol a:hover,
    .navcol .current-menu-item a {
        color: #ee4219 !important;
    }

    .buttoncol {
        width: fit-content;
        flex: 0 0 auto;
        padding: 0 12px 0 0;
    }

    /* ===== Heros ===== */

    .video_hero_wrapper {
        width: 100%;
        height: 60vh;
    }    

    .video_hero_wrapper video {
        width: 100%;
        height: auto;
        bottom: 2px;
    }    

    .home_hero {
        background-color: #F3F4F8;
        padding: 0;
    }

    @keyframes dcFadeIn {
      0% {
        opacity: 0;
      }
      10% {
        opacity: 0;
      }
      100% {
        opacity: 1;
      }
    }    

    /* ====== Bio ====== */

    .bio > div:nth-child(2) {
        order: 3;
    }

    .bio > div:nth-child(3) {
/*        background-color: hotpink;*/
        order: 2;
    }

    .bio > div:first-child p {
        margin-right: 40px
    /*    font-size: 1.2em;*/
    }

    .bio figure {
        margin: 0 !important;
    }    

    /* Contact Page */

    .contact_info .row > div:first-child {
        border-right: solid 2px #D5D7CC;
    }    

}

@media(min-width:950px) {

    .sliders h2 {
        font-size: 3em;
        line-height: 1.1;
        margin-bottom: 0.5em;
    }

    .stuck .nav_secondary {
        padding: 10px 0;
    }

    .logocol {
        position: relative;
        top: 0;
        left: 0;
        filter: none;
    }  

    .logocol img {
        max-width: 200px;
        transition: max-width 0.2s;
    }

    .stuck .logocol img {
        max-width: 130px;
    }

}

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