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

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

@import url("https://use.typekit.net/vlh2xos.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');

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

header {
    background-color: #FFF;
}

.logo_col {
    padding: 10px;
}

.logo_col img {
    max-width: 250px;
    height: auto;    
}

.m_only {
    display: block;
}

.m_nav {
    position: relative;
}

.m_nav ul {
    background-color: #000;
    position: fixed;
    top: 90px;
    left: auto;
    padding: 3vw 0;
    z-index: 100;
}

.m_nav ul,
.m_nav li {
    width: 100%;
    display: block !important;
    text-align: center;
    color: #FFF;
    font-weight: 400;
}

.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: 0px;
    right: 5px;
    width: auto;
    cursor: pointer;
}

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

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

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

.hero .row > div:nth-child(2) img {    
    border-radius: 0 0 0 40px;
}

.hero .row > div:nth-child(2):has(img) {
    padding-right: 0;
}

.hero .row > div:nth-child(1):has(img) {
    padding-left: 0;
}

.hero .row > div:nth-child(1):has(h2) {
    padding: 30px 8vw !important;
}


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

html {
    font-size: 5vw;
    background-color: #231f20;
}

body {
    background-color: #fff;
    font-family: gill-sans-nova, sans-serif;
    font-weight: 400;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1;
    color: #303737;
/*    background-image: url(../images/designcoup_pattern_4.png);
    background-attachment: fixed;
*/}

main {
    background-color: #FBF9F5;
}

.padset1 {
    padding: 3vw !important;
}

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

h1.leadin {
    text-transform: uppercase;
    font-size: 1em;
    font-weight: bold;
    margin-bottom: 1em;
}

h2, h3 {
    color: #0B294C;
    font-family: source-serif-4, serif;
    font-weight: 700;
    font-style: normal;
    line-height: 0.95;
}

h2 {
    font-size: 2.25em;
}

h3 {
    font-size: 1.2em;
}

h4 {
    font-size: 1em;
}

p {
    font-size: 1em;
    margin: 12px 0;
    color: #666;
    line-height: 1.2;
}

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

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

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

ul li:before:not(header l1:before) {
/*    content: " ";
    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%;
}

.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;
        height: 138px;
    }

    header.stuck {
        background-color: #000;
        height: 58px;
    }

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

    .d_nav {
        display: block;
    }

    .top_nav {
        padding: 0;
    }

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

    .logo_col a {
    }

    .logo_col figure {
        background-color: yellow;
        position: relative;
    }

    .logo_col img {
        cursor: pointer;
        transition: width 0.2s, margin-left 0.2s;
        width: 300px;
        height: auto;
        margin-left: 45px;
        background-color: #FFF;
        border-left: solid 10px #FFF;
        border-right: solid 10px #FFF;
        border-top: solid 5px #FFF;
        border-bottom: solid 5px #FFF;
        border-radius: 5px;
    }

    /* ==== STUCK ==== */
    .stuck .logo_col img {
        width: 120px;
        height: auto;
        margin-left: 0;
    }

    .primary {
        padding: 0;
    }

    .primary > div {
    }    

    .primary .nav_col {
        flex: 1;
        align-self: center;
        padding: 0 30px 0 0;
        max-width: 600px;
    }

    .primary nav {
        width: 100%;
    }

    .primary button svg {
        color: orangered;
    }

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

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

    .primary .nav_col li.current-menu-item {
        text-decoration: underline;
    }

    .primary .nav_col ul li:last-child a:not(.primary .nav_col ul ul li:last-child a) {
        border: none;
        border-radius: 4px;
        background-color: #61B46A;
        font-weight: 700;
        font-size: 1em;
        color: #FFF !important;
        /*margin-top: 1em;*/
        padding: 10px 20px;
        transition: background-color 0.2s;
    }

    .primary .nav_col ul li:last-child a:not(.primary .nav_col ul ul li:last-child a):hover {
        background-color: #4A8950;
        color: #FFF;
    }

    .primary .nav_col ul li:last-child a:not(.primary .nav_col ul ul li:last-child span):hover {
        text-decoration: none;
    }    

    .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) {
        border: solid 2px orangered;
        padding: 2px 6px;
        border-radius: 3px;
    }

    .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 black;
        left: 10px;
        position: relative;
    }

    .primary .nav_col a {
        color: #303737 !important;
        font-size: 0.9em;
        font-weight: 600;
/*        text-transform: uppercase;*/
        padding: 60px 10px;
        position: relative;
        line-height: 1;
        text-align: left;
    }

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

    .primary .nav_col ul ul li {
        background-color: #000;
        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-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;
    }

}