@charset "UTF-8";
/* CSS Document */

/* ================================================ Fonts ================================================ */

@import url("https://use.typekit.net/mij1mym.css");


/* Importing Formidable styles into critical to test loading (and caching) improvement */
@import url('../../../plugins/formidable/css/formidableforms.css');
@import url('../../../plugins/formidable/css/frm_fonts.css');

/* === Global Vars === */

:root {
    --darkest: #2c2c33;
    --light1: #F1F1F1;
    --light2: #F6ECCE;
    --medium1: #736763;
    --medium2: #63736B;
    --med2: #63736B;
    --hot1: #E3BE0A;
    --hot2: #55F3AE;
    --hot2dk: #53B891;

    --serif: superior-title, serif;
/*    --hot2dk: #00cc73;*/
/*    --bright1 : #0D0EE3;*/
    --bright1 : #56BF96;
}

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

header {
    background-color: var(--darkest);
}

.logo_col {
    padding: 10px;
}

.logo_col img {
    width: 200px;
    height: auto;    
    /*filter: brightness(10);*/
    filter: invert(1);
}

.m_only {
    display: block;
}

.m_nav {
    position: absolute;
    top: 5px;
    right: 0;
    width: 100%;
    height: 40px;
    z-index: 2000;
}

.d_nav {
    display: none;
}

.m_nav.open {    
    display: inline-block;
    width: 45px !important;
    height: 45px;
    padding: 6px;
    border-radius: 6px;
}

.m_nav.open {
    position: absolute;
    top: 5px;
    right: 5px;
    width: auto;
    cursor: pointer;
}

.m_nav.open img {
    width: 100%;
    height: auto;
}

.menu_content {
    background-color: #FFF;
}

.menu_content ul,
.menu_content ul > li {
    width: 100%;
    margin: 0;
    text-transform: uppercase;
    font-weight: bold;
}

.menu_content ul ul a {
    padding: 10px 0;
    font-size: 0.85em;
}

.menu_content ul {
    padding: 15px;
}

/* ============== Hero Areas ============== */

.video_hero_1 {
    position: relative;
    background-color: black;    
    display: flex;
    padding: 0;
    overflow: hidden;
    height: 50vh;
    padding-bottom: 0;
}

.video_hero_1 .row {
    align-self: center;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
}

.video_hero_1 h2 {
    font-size: 4em;
}

.video_hero_wrapper,
.video_hero_wrapper video {
    width: auto;
    height: 50vh;
    left: -20%;
}

.video_hero_wrapper video {
    opacity: 0.5;
    position: relative;
/*    height: 100%;
    width: auto;*/
}

.video_hero_1 h2 {
    font-size: 2em;
    color: #FFF !important;
    line-height: 1.2;
    text-align: center;
/*    border-left: solid var(--hot1) 4px;
    border-right: solid var(--hot1) 4px;
    padding: 10px;*/
    padding-bottom: 0;
}

.hero,
.hero_industry {
    padding-left: 0;
/*    background-color: var(--light1);*/
/*    background-color: #FFF;*/
}

.hero_industry .row > div:first-child {
    padding: 0;
}

.hero figure {
    margin-bottom: 0;   
}

.hero h2 {
    font-size: 3.25em;
}

.hero .row > div {
/*    background-color: firebrick;*/
    padding: 0;
    width: 100%;
    max-width: 100%;
}

.hero .row > div figure {
    height: 100%;
    width: 100%;
    overflow: hidden;
/*    background-color: lightpink;*/
    max-height: 450px;
    position: relative;
}

.hero .row > div img {
    height: auto;
    width: 100%;
    max-width: 10000px;
    position: relative;
/*    top: -100px*/
/*    position: absolute;
    top: 50%;
    transform: translate(0,-50%);*/
}

.hero_industry .row > div figure {
    margin-bottom: 0;
}

.hero.industry .row > div img {
    width: 100%;
    height: auto;
}

.hero2 {
    background-color: var(--medium1);
    padding: 0;
    position: relative;
    min-height: 35vw;
    display: flex;
    flex-direction: column;
    justify-content: center;    
}

.hero2 img {
    opacity: 0.25;
    width: 100%;
    height: auto;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0,-50%);
}

.hero2 h1,
.hero2 h2 {
    position: relative;
    z-index: 10;
    color: #FFF !important;
    text-align: center;
}

.hero2 h1.leadin {
    color: var(--hot2) !important;
    font-weight: 900 !important;
    margin-bottom: 0.5em !important;
}

.hero2 h2 {
    font-size: 2em;
}

.intro_block p {
    font-size: 1.1em;
    padding: 3vw;
    line-height: 1.3;
    padding-bottom: 0 !important;
}

/* ============== Site Styles ============== */

html {
    font-size: 5vw;
    background-color: var(--darkest);
}

body {
    background-color: #FFF;
/*    background-color: var(--light2);*/
    font-family: brandon-grotesque, sans-serif;
    font-weight: 400;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1;
    color: var(--darkest);
}

main {
    background-color: #FFF;
/*background-image: linear-gradient(90deg, #f7f3e4 25%, #ede8d3 25%, #ede8d3 50%, #f7f3e4 50%, #f7f3e4 75%, #ede8d3 75%, #ede8d3 100%);
background-size: 8.00px 8.00px;  */
}

main img {
    max-width: 100%;
}

main .container-fluid {
    overflow: hidden;
}

.padset1 {
    padding: 6vw 3vw !important;
}

.padset2 {
    padding: 6vw !important;
}

h1, h2, h3, p {
    text-align: center;
}

h1, h2, h3 {
    color: var(--darkest);
/*    color: #786544;*/
}

h1 {
    font-size: 2em;
    margin-top: 1em;
}

h1.leadin {
    text-transform: uppercase;
    font-size: 1.25em;
/*    font-weight: bold;*/
/*    margin-bottom: 1em;*/
    color: var(--hot2) !important;
    font-weight: 900 !important;
    margin-bottom: 0.5em !important;
}

h1.serif {
    font-family: var(--serif);
    font-weight: 800;
}

.darkbg h1.leadin {
    color: var(--hot2dk);
}

h2 {
    font-size: 2.25em;
    font-family: superior-title, serif;
    font-weight: 800;
    font-style: normal;
    line-height: 1.1;
    margin-top: 5px;
}

h3 {
    font-size: 1.2em;
}

h4 {
    font-size: 1em;
}

p {
    font-size: 1em;
    margin: 12px 0;
    color: var(--darkest);
    line-height: 1.2;
}

a {
    /* [disabled]background-color: #ff9f08; */
    color: #ff9f08;
    text-decoration: none;
}

ul {
/*    margin: 0;*/
/*    margin-left: -20px;*/
    padding: 0;
}

ul li {
/*    line-height: 1.1;*/
    margin: 0.5em 0;
    padding-left: 20px;
    list-style-type: none;
    position: relative;
    color: #666;
/*    background-color: honeydew;*/
}

ul li:before:not(header l1:before) {
    content: " ";
/*    background-color: #CC539E;*/
    background-image: url(https://designcoup.com/wp-content/uploads/2024/06/flag_bullet.webp);
    background-repeat: no-repeat;
    background-size: auto 100%;
    height: 10px;
    width: 10px;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 5px;
}

img {
    max-width: 100%;
}

h2.has-text-align-center {
    text-align: center !important;
}

.hidden {
    display: none !important;
}

.skip, .homepage_h1, .VisuallyHidden {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.skip:focus, .homepage_h1:focus {
  position: static;
  width: auto;
  height: auto;
}


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

@media(min-width: 768px) {

    body {
        font-size: 20px;
    }

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

    header {
        background-color: #FFF;
        transition: background-color 0.5s;
/*        padding-right: 40px;*/
    }

    header.stuck {
        background-color: var(--darkest);
        background-color: var(--hot2);
        padding-right: 0px;
    }

    .m_only,
    .m_nav.open {
        display: none;
    }    

    .d_nav {
        display: block;
    }

    .top_nav {
        padding: 0;
    }

    .logo_col {
        width: 100%;
        align-self: center;        
    }

    .logo_col figure {        
        position: relative;
    }

    .logo_col img {
        filter: none;
        cursor: pointer;
        transition: width 0.2s, margin-left 0.2s;
        width: 200px;
        height: auto;
    }

    /* ==== STUCK ==== */
    .stuck .logo_col img {
        width: 150px;
        height: auto;
        margin-left: 0;
/*        filter: brightness(10);*/
    }

    .primary {
        padding: 0;
    }

    /* col */
    .primary > div {
        text-align: center;
        flex: none;
    }    

    .primary .nav_col {
        flex: 1;
        align-self: center;
        padding: 0 15px;
    }

    .primary nav {
        width: 100%;
    }

    .primary button svg {
        color: var(--hot2dk);
    }

    .primary .nav_col ul {
        justify-content: space-between;
        padding: 0;
    }   

    .primary .nav_col li {
        padding: 0;
        margin: 0;
    }

    .primary .nav_col li:last-child {
    }

    .primary .nav_col li a:hover span {
    }

    .primary .nav_col ul li:last-child span:not(.primary .nav_col ul ul li:last-child span) {
        border: solid 2px var(--hot2);
        background-color: var(--hot2);
        color: var(--darkest) !important;
/*        color: #FFF !important;*/
        padding: 5px 10px;
        border-radius: 4px;
    }

    .primary .nav_col ul li:last-child a {
/*        background-color: #FFF;*/
    }

    .primary ul ul {
        display: block;
        left: 0;
        top: 0;
        margin-top: -15px;
        border: none !important;    
        background-color: transparent !important;    
    }

    /* ==== STUCK ==== */
    .stuck .primary ul ul li:first-child {
        border-radius: 0 !important;
    }

    .stuck .primary .nav_col ul li:last-child span:not(.primary .nav_col ul ul li:last-child span) {
        background-color: var(--hot2);
        background-color: #FFF;
        color: var(--darkest) !important;
        padding: 2px 6px;
        border-radius: 3px;
        border: none;
    }

    .primary ul ul:before {
        content: '';
        display: block;
        height: 0;
        width: 0;
        border-left: 15px solid transparent;
        border-right: 15px solid transparent;
        border-bottom: 15px solid #2F220B;
        left: 10px;
        position: relative;
    }

    .primary .nav_col a {
        color: var(--darkest) !important;
        font-size: 0.9em;
        font-weight: 500;
        text-transform: uppercase;
        padding: 20px 10px;
        position: relative;
        line-height: 1;
        text-align: left;
        white-space: nowrap;
        cursor: pointer;
    }

    /* ==== STUCK ==== */
    .stuck .primary .nav_col a:not(ul ul a) {
        padding: 20px 3px 20px 10px;
        color: #FFF !important;
        color: var(--darkest) !important;
    }

    .primary .nav_col ul ul li {
        background-color: var(--darkest);
        padding: 0 15px;
    }

    .primary .nav_col ul ul li:first-child {
        padding-top: 15px;
        border-radius: 4px 4px 0 0;
    }

    .primary .nav_col ul ul li:last-child {
        padding-bottom: 15px;
        border-radius: 0 0 4px 4px;
    }

    .primary .nav_col ul ul a {
        padding: 10px;        
        color: #FFF !important;
        white-space: nowrap;
        font-size: 0.75em;
    }

    .primary .nav_col a:before {
        content: '';
        width: 1%;
        height: 1%;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%,-50%);
        opacity: 0.5;
        background-image: url(/wp-content/uploads/2024/11/stump.webp);
        background-repeat: no-repeat;
        background-size: auto 70%;
        background-position: center;  
        z-index: -1; 
        transition: width 0.2s, height 0.2s;
    }

    .primary .nav_col a:hover:before {
        width: 100%;
        height: 100%;        
    }

    .primary .contact_button a {
        background-color: #F05C1B;
        color: #FFF !important;
    }

    /* link padding */
    .primary .contact_button a {
        padding: 10px 15px;
        border-radius: 0 1.2em 0 1.2em;
    }

    /* ======== Other Styles ======== */

    h1, h2, h3, p {
        text-align: left;
    }

    .video_hero_1 {
        height: 0;
        padding-bottom: 50%;
    }

    .video_hero_wrapper,
    .video_hero_wrapper video {
        width: 100%;
        height: auto;
        left: 0;
    }    

    .video_hero_1 h2 {
        font-size: 5vw;
        padding-left: 30px;
        border-right: none;
    }

    .hero .row > div img {
        top: -25px;
    }

    .hero2 h2 {
        font-size: 5vw;
    }

    .intro_block p {
        font-size: 1.5em;
    }


}

@media(min-width:992px) {

    body {
        font-size: 22px;
    }

    header {
        padding-right: 45px;
    }    

    .primary > div {
        flex: 1;
    }

    .primary .logo_col {
        text-align: left;
    }

    .primary .nav_col {
        max-width: 700px;
        padding: 0 30px 0 0;
/*        padding-right: 0;*/
    }

    .logo_col img {
        width: 16vw;
        margin-left: 45px;
/*        width: 240px;*/
    }

    .primary .nav_col a {
        padding: 60px 3px 60px 10px;
    }

    .padset1 {
        padding: 3vw !important;
    }

}

@media(min-width:1200px) {

    body {
/*        font-size: 22px;*/
    }  

    p {
/*        font-size: 1vw;*/
    }

    .hero .row > div {
        padding: 0;
        width: 50%;
        max-width: 50%;
    }

    .hero .row > div figure {
        height: 100%;
        width: 100%;
/*        overflow: hidden;*/
/*        background-color: lightpink;*/
        max-height: 100vh;
        position: relative;
        display: block;
    }

    .hero .row > div img {
        height: 100%;
        width: auto;
        max-width: 10000px;
        position: absolute;
        top: 0;
        left: 50%;
        transform: translate(-50%,0);
    }    

    .hero .row > div:nth-child(2) {
/*        background-color: sandybrown;*/
        min-height: 700px;
    }    

}

@media(min-width:1400px) {
    .hero_industry .row > div:last-child {
/*        background-color: orangered;*/
        width: 50vw;
        align-self: center;
        text-align: center;
        margin: 0 auto;
    }
}

@media(min-width: 1600px) {

    .hero h2 span {
        white-space: nowrap;
    }
}

@media(min-width: 2400px) {

    .hero .row > div img {
        height: auto;
        width: 100%;
    }     
}