@charset "UTF-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;1,100;1,300;1,400;1,500;1,700&display=swap');

/* ================================= Basic Styles ================================= */
body {
    font-family: 'Roboto', Helvetica, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 20px;
    background-color: #F1F2EE !important;
    line-height: 1;
    color: #2B2E50;
    max-width: 100%;
    /* font-weight: 300; */
    /* background-color: #022e47 !important; */
}

h1, h2, h3, h4, p, li {
    font-family: 'Roboto', Helvetica, sans-serif;
    text-align: center;
}

h1, h2 {
    /* font-size: 3em; */
    font-size: 9vw;
    font-family: 'Roboto', Helvetica, sans-serif;
    color: #2B2E50;
    line-height: 1.1;
}

h1 {
    /* font-weight: 600; */
    font-size: 10vw;
}

h2 {
    font-size: 2em;
    font-weight: 300; 
    text-transform: uppercase; 
    margin: 0px 0 30px;
    color: #1A7AB1;
    text-align: center;
}

h2 strong {
    font-weight: bold;
}

h3 {
    font-size: 1.5em;
    font-family: 'Roboto', Helvetica, sans-serif;
    /* color: #e46153; */
    font-weight: normal;
    line-height: 1;
}

p {
    font-size: 1em;
}

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

ul.nobullet li {
    list-style-type: none !important;
}

ul.nobullet li::before {
    content: '' !important;
}

ul.centered li {
    text-align: center;
}

p, li {
    line-height: 1.2;
}

ul li {
/*    list-style-type: none;*/
    margin: 5px 0 10px;
}

/*ul li:before {
    font: var(--fa-font-solid);
    content: '\f041';
    margin: 0 10px 0 -1.6em;
    color: #D5D7CC;
    font-size: 0.75em !important;
}*/

ol li {
    margin: 0 0 12px;
}

a {
    color: #0076be;
}

.btn-primary {
    text-transform: uppercase;
    color: #000;
    border-radius: 0;
    border: solid 2px #000;
    background-color: #FFF;
    text-decoration: none !important;
}

.btn-primary:hover, .footer .btn-primary:hover {
    background-color: #1A7AB1;
    border: solid 2px #000;
}

/* Link Styled as Buttton */
p.btn-primary a {
    text-decoration: none;
    color: #000;
}

p.btn-primary:hover a {
    color: #FFF;
}

.footer .btn-primary {
    background-color: transparent;
    color: #FFF;
    border: solid 2px #FFF;
    text-decoration: none !important;
    height: 100%;
}

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

b, strong {
    font-weight: bold !important;
}

body .container-fluid {
    margin-bottom: 0px !important;
/*    padding: 30px;*/
}

.maxw {
    max-width: 1200px;
}

.ltgraybg {
    background-color: #F5F5F5;
/*    background-color: goldenrod;*/

}

.blackbg {
    background-color: #000;
}

.bluebg {
    background-color: #1277B7;
}

main {
    background-color: #FFF !important;
    max-width: 100%;
    overflow: hidden;
    /* margin-top: -30px; */
    /* to fix layers - may screw things up later */
    position: relative;
    /* z-index: -1; */
}

header {
/*    background-color: mistyrose;*/
}

.hidden {
    display: none;
}

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

button.wp-block-navigation__responsive-container-open {
    position: absolute;
    top: 0;
    right: 0;
/*    background-color: royalblue;*/
}

.header_nav {
    padding: 20px;
    background-color: #FFF;
    transition: padding 0.2s;
/*    -webkit-transform: translateZ(0);*/
/*    min-height: 60px;*/
}

.header_nav .row {
/*    display: none;*/
}

.header_nav .logo_col {
    text-align: left;
/*    background-color: darkred;*/
}

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

.header_nav .logo_col .open_button {
    font-size: 0.7em;
    text-transform: uppercase;
    cursor: pointer;
    padding-bottom: 10px;
}

.header_nav .logo_col .open_button p, .header_nav .logo_col .open_button figure {
    display: inline;
}

.header_nav .logo_col .open_button .arrow {
    padding: 0;
    margin: 0;
    position: relative;
    top: -2px;
}

.header_nav .logo_col .open_button .arrow img {
    width: 8px;
    height: auto;
    transform: rotate(90deg);
    margin-left: 2px;
    transition: all 0.2s;
    filter: invert(84%) sepia(11%) saturate(210%) hue-rotate(169deg) brightness(86%) contrast(86%);

}

.header_nav .logo_col .open_button.on .arrow img {
    transform: rotate(-90deg);
}

.header_nav .logo_col .inside_content {
    padding-top: 15px;
}

.header_nav .logo_col .inside_content img {
    width: 150px;
    height: auto;
/*    background-color: yellow;*/
}

.header_nav .nav_col {
    text-align: center;
    align-self: center;
/*    background-color: darkgreen;*/
}

.header_nav .nav_col nav {
/*    background-color: goldenrod;*/
    text-align: center;
}

.header_nav .nav_col ul {
    text-align: center;
/*    background-color: palegreen;*/
    display: flex !important;
    justify-content: space-between !important;
    flex-wrap: wrap;
    margin-top: 5px;
/*    width: auto;*/    
}

.header_nav .nav_col li {
    list-style-type: none;
    margin: 5px;
    text-transform: uppercase;
/*    justify-content: space-between !important;*/
/*    background-color: forestgreen;*/
/*    display: inline-block !important;*/
}

.header_nav .nav_col li:last-child
{
    text-transform: uppercase;
    color: #000;
    border-radius: 0;
    border: solid 2px #000;
    background-color: transparent;  
    padding: 6px 12px;  
}

.header_nav .nav_col li:before {
    content: '';
    margin: 0;
}

.header_nav .nav_col a {
    font-family: 'Roboto', Helvetica, sans-serif;
    font-size: 0.75em;
}

.header_nav .nav_col a:hover {
    color: #1A7AB1;;
}

.header_nav .login_col {
    text-align: right;
}

.header_nav.stuck {
/*    background-color: palevioletred;*/
    position: fixed; /* prevents looping trigger */
/*    padding-top: 8px; */
/*    padding-bottom: 0px;*/
    padding: 0px 12px 0;
    box-shadow: 1px 1px 6px 5px rgba(0,0,0,0.18);
    -webkit-box-shadow: 1px 1px 6px 5px rgba(0,0,0,0.18);
    -moz-box-shadow: 1px 1px 6px 5px rgba(0,0,0,0.18);    
/*    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;*/
}

.header_nav.stuck.padding {
    padding-top: 8px;
    padding-bottom: 0px;
}

.header_nav.stuck .logo_col figure {
    margin-bottom: 0;
}

/* === Video Hero === */

.video_hero {
/*    background-color: teal;*/
    position: relative;
/*    overflow: hidden;*/
}

.video_hero .desktop {
    display: none;
}

.home_hero_text {
/*    background-color: indianred;*/
    width: 100%;
    position: absolute;
    top: 0;
/*    left: 50%;*/
/*    transform: translate(0%,-50%);*/
    padding: 0 5%;
    padding-top: 52%;
}

.home_hero_text h1, .home_hero_text p {
    color: #FFF;
}

.home_hero_text h1 {
    font-size: 2.5em;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 1;
}

.home_hero_text hr {
    width: 40%;
    height: 4px;
    opacity: 1;
    margin: 15px auto;
    background-color: #1A7AB1;
    border: none;
}

video {
    width: 100%;
    overflow: hidden;
    height: auto;
}

/* === Blue Headers === */

.blue_header, .vidpage_header {
    background-image: url(/wp-content/uploads/2022/12/maven_logomark_4.svg);
    background-repeat: no-repeat;
    background-position: 30% center;
    background-size: auto 100%;
    padding: 60px 0;
    text-align: center;
}

.blue_header h1, .blue_header p {
    color: #FFF;

}

.blue_header h1 {
    font-size: 2.5em;
    text-transform: uppercase;
    font-weight: 300;
}


/* === VidPage Headers === */

.vidpage_header {
    padding-bottom: 0 !important;
}

.vidpage_header > div {
    margin-bottom: 0 !important;
}

.vidpage_header .title_col p:nth-child(1) {
/*    background-color: cyan;*/
    text-transform: uppercase;
    font-size: 1.4em;
}

.vidpage_header h1, .vidpage_header p {
    color: #FFF;
}

.vidpage_header h1 {
    font-size: 2.5em;
    text-transform: uppercase;
    font-weight: 300;
}

.vidpage_header figure {
    margin-bottom: 0;
}



/* ============= Responsive Start ============= */

@media (min-width: 576px) {

    body {
        font-size: 18px;
    }


    /* FIX Breakpoint Discrepencies */
    .wp-block-navigation__responsive-container {
        display: block;
        position: relative;
    }
    .wp-block-navigation__responsive-container-close, .wp-block-navigation__responsive-container-open {
        display: none;
    }
/*    .header_nav .logo_col {
        flex: 0 0 auto;
        width: 66.66666667%;
    }*/


    .home_hero_text {
        position: absolute;
        top: 50%;
    /*    left: 50%;*/
        transform: translate(0%,-50%);
        padding: 0 24%;
    }    

    .home_hero_text h1 {
        font-size: 3em;
    }    

    .home_hero_text p {
        font-size: 1.75em;
    }

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

/*    .header_nav .logo_col, .header_nav .nav_col {
        width: auto;
    }
*/
/*    .header_nav ul, .header_nav li {
        display: inline-block !important;
    }   */ 

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

    h2 {
        font-size: 2em;
    }
  
}

@media (min-width: 600px) {

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

    .header_nav {
        padding: 30px;
    }    

    .header_nav ul, .header_nav li {
        display: inline-block !important;
    }       

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

    .header_nav .logo_col, .header_nav .nav_col {
/*        width: auto;*/
    }

    .header_nav .nav_col {
/*        text-align: right;*/
    }

}

@media (min-width: 768px) {

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

    .header_nav .nav_col ul {
        justify-content: flex-end !important;
    }

    .header_nav a {
        font-size: 24px;
    }

    .show_second_dtop {
        order: 2;
    }

    .video_hero .mobile {
        display: none;
    }    

    .video_hero .desktop {
        display: block;
    }    

    video {
        width: 100%;
    }

    .home_hero_text {
        padding: 0 24%;
    }

    .home_hero_text hr {
        margin: 15px auto;
    }

    .home_hero_text h1 {
        font-size: 3.5em;
    }

    .home_hero_text p {
        font-size: 2.5em;
    }


    .footer .btn-primary {
        height: auto;
    }

}