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

/* Google Fonts Import */
@import url('https://fonts.googleapis.com/css2?family=Libre+Franklin:ital,wght@0,400;0,500;0,700;0,800;1,400;1,500;1,700;1,800&family=Roboto+Slab:wght@400;500;700&display=swap');


/* ============= TEMPORARY DISABLES ============= */

.search-icon,
.view_service,
.faq_block {
    display: none;
}


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

header {
    background-color: #FFF;
    z-index: 101;
    position: fixed;
    width: 100%;
    top: 0;
/*    padding: 16px 16px 20px 12px;*/
/*    transition: all 0.2s ;*/
}

.logo_col img {
    display: block;
    margin: 15px 0;
    width: 150px;
    height: auto;
    transition: all 0.2s;
}

header .sticky_nav {
    display: none;
}

header.stuck {
    -webkit-box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.30);
    -moz-box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.30);
    box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.30);        
}

/* Mobile Nav */

.m_only {
    display: block;
}

.m_nav {
    position: relative;
/*    z-index: 15;*/
}

.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;
}

.m_nav.open svg {
    fill: #666;
}

.m_nav .menu_content {
/*    background-color: yellowgreen;*/
    font-size: 22px;
}

.m_nav .menu_content li,
.m_nav .menu_content li button {
    display: block;
}

.m_nav .menu_content li {
/*    margin-bottom: 6px;*/
}

.m_nav .menu_content li a,
.m_nav .menu_content li button {
    padding: 6px 0 !important;
    font-size: 1em !important;
    line-height: 1 !important;
}

.m_nav .wp-block-navigation__submenu-icon {
    display: none;
}

.m_nav .menu_content li button:after {
    padding-left: 5px;
    content: '+';
}

.m_nav .menu_content button {
    transition: all 0.2s;
}

.m_nav .menu_content button.expanded {
/*    background-color: yellow;*/
    color: #C3081C;
    padding-bottom: 10px !important;
}

.m_nav .menu_content li button.expanded:after {
    content: '\2013';
}

.m_nav .menu_content ul ul {
    display: block !important;
    position: relative !important;
    margin: 0;
    border: none !important;
    border-top: #C3081C solid 3px !important;
}

.m_nav .menu_content ul ul li {
    padding: 6px 0px 6px 20px;
}

.m_nav .menu_content a.disabled {
    color: lightgray;
}

/* Desktop Nav */

.search_col {
    max-width: 200px;
}

.search_bar {
    position: relative;
/*    background-color: orangered;*/
}

.search_bar input,
.search_bar button {
    height: 25px;
    border: none;
}

.search_bar input {
    font-size: 18px;
/*    -webkit-border-radius: 1000;*/
    border-radius: 1000px;
    background-color: #F7F8F8;
    border: solid 2px #d2d2d2;
}

.search_bar button {
    padding: 0;
    margin: 0;      
    background-color: #0088b8;
    border-radius: 0 5px 5px 0;
    position: absolute;
    right: 0;
}

.search_bar button:hover {
    background-color: #003346;
}

.search_bar button svg {
    fill: #27355F;
}

.menu_content .search_bar {
    margin-bottom: 20px;
}

.menu_content .search_bar input,
.menu_content .search_bar button {
    height: 40px;
/*    border: none;*/
}

.menu_content .search_bar button {
    background-color: transparent;
    width: 40px;
}

.menu_content {
    display: none;
    text-align: left;
    position: fixed;
    top: 0px;
    left: 0;
    padding: 95px 10% 0;
    background-color: #FFF;
    z-index: 100;
    width: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
    height: 96vh;
/*    border-bottom: 2vh solid #58A391;*/
}

.menu_content ul {
    width: 100%;
    margin-top: 8px;
}

.menu_content li {
    background-image: none;
    color: #27355F;
    width: 100%;
    margin: 0;
    padding: 0;
}

.menu_content a {
    text-align: left;
    color: #27355F;
/*    width: 100%;*/
/*    border-bottom: solid 2px #009EA8;*/
    padding: 4px 0 12px 0;
    line-height: 1;
    font-size: 1.2em;
/*    background-color: greenyellow;*/
}

.menu_content a:hover {
    color: #9F2671 !important;
}

/* ============= Basic Styles (body, h1, etc) ============= */

body {
    font-size: 22px;
    font-family: 'Libre Franklin',Arial,Helvetica,sans-serif;
    background-color: #000;
    line-height: 1;
}

h1, h2, h3 {
    font-family: 'Roboto Slab',Arial,Helvetica,sans-serif;
}

h1 {
    line-height: 1.1;
}

h1.leadin,
p.leadin {
    color: #C3081C;
    font-size: 1.1em;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 0;
    font-family: 'Libre Franklin',Arial,Helvetica,sans-serif;
}

h1.leadin ~ h2 {
    margin-top: 5px;
}

h2 {
    font-weight: bold;
    font-size: 2em;
    line-height: 1;
    margin: 30px 0;
}

h3 {
    font-size: 1.5em;
    line-height: 1;
}

p {
    line-height: 1.4;
}

ul {
    padding-left: 0;
}

ul li {
    list-style-type: none;
    margin: 18px 0;
    padding-left: 1.5em;
    background: url('../images/bullet1.svg') no-repeat;
    background-size: 1em;
    background-position: left 0px;
    line-height: 1.1;
}

figure {
    margin-bottom: 0 !important;
}

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

h1 sup,
h2 sup {
    font-size: 0.5em;
    top: -1em;
}

.d_nav, .d_only {
    display: none;
}

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

.col_content {
/*    padding: 25px;*/
/*    border: solid 2px green;*/
}

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

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

.comingsoon {
    color: #000000 !important;
/*    text-shadow: 0px 0px 4px #000000;*/
}

.maxw {
    max-width: 1200px;
}

.maxw2 {
    max-width: 2000px;
}

.nopadding {
/*    padding: 0 !important;*/
/* DISABLED to replace with new container login */
}

.button_group,
.button_group .col {
    flex: none;
    width: fit-content;
}

a.btn {
    background-color: #fff;
    border: solid #C3081C 2px;
    color: #000;
    box-shadow: none;
    text-transform: uppercase;
    padding: 10px 20px;
    border-radius: 5px;
    margin-top: 15px;
}

a.btn:hover {
    background-color: #C3081C;
    color: #FFF;
    border: solid #C3081C 2px;
}

a.btn.play_style {
    background-image: url(../../../uploads/sites/6/2024/03/play_button.webp);
    background-repeat: no-repeat;
    background-color: transparent;
    border: none;
    padding-left: 56px;
    height: 48px;
    background-size: 42px 42px;
    background-position: left center;
    font-style: italic;
    font-weight: bold;
    text-transform: capitalize;
    transition: all 0.2s;
}

a.btn.play_style:hover,
a.btn.play_style:focus {
    color: #C3081C;
    background-position: 5px center;
}

.bg_black {
    background-color: #000;
}

.bg_black h2,
.bg_black p {
    color: #fff;
}

.bg_ltblue {
    background-color: #F3FAFD;
}

.bg_ltgold {
    background-color: #fefcf2;
}

.bg_mdgold {
    background-color: #FFF4E4;
}

.bg_ltgray {
    background-color: #F7F7F7;
}

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

/* even small */
.paddingset-es {
    padding: 3.5vw !important;
}

/* tall */
.paddingset-t {
    padding: 10vw 5vw !important;
}

/* tall small */
.paddingset-ts {
    padding: 5vw 2.5vw !important;
}

/* tall xtra-small */
.paddingset-txs {
    padding: 2vw 1.5vw !important;
}

/* wide */
.paddingset-w {
    padding: 5vw 10vw !important;
}

/* vertical only */
.paddingset-v {
    padding-top: 4vw !important;
    padding-bottom: 4vw !important;
}

.pr-5 {
    padding-right: 3em !important;
}

.pl-0 {
    padding-left: 0 !important;
}

.indent1 {
    margin-left: 42px;
}

.center_bottom {
/*    justify-content: center !important;*/
}

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

.hero {
    padding-top: 25px;
}

.hero .bgvideo_wrapper,
.hero .bgvideo_wrapper video {
    max-width: 100%;
    height: auto;
    position: relative;    
    line-height: 0;
}

.hero .bgvideo_wrapper {
    padding: 0 32px;
/*    background-color: mediumaquamarine;*/
}

.hero .bgvideo_wrapper video {
    bottom: 0;
}

.hero .products .bgvideo_wrapper {
     padding: 32px 0;
}

.hero .products .bgvideo_wrapper video {
    right: 0;
}


/* ============= Homepage ============= */

.home_hero a {
    font-size: 1em;
    color: #000;
    text-decoration: underline;
    padding-left: 0;
    transition: all 0.2s;
    position: relative;
}

.home_hero .col_content {
    overflow: hidden;
}

/* Splash Page */

.id994 h2 {
    font-weight: normal;
}

.id994 .subhead {
    font-size: 1.4em;
    color: #C3081C;
    font-weight: bold;
    font-family: 'Roboto Slab',Arial,Helvetica,sans-serif;
}

.id994 .col_image img {
    width: 100%;
    height: auto;
}

/* Splash Page 3 */

body.post1086 {
    background-color: #C3081C;
}

main:has(.splash3) {
    padding-top: 0;
}

.splash3 {
    position: relative;
    text-align: center;
    background-color: #000;
}

.splash3 .logo {
    top: 30px;
    position: relative;
}

.splash3 div:has(h2) {
/*    background-color: navy;*/
    padding-left: 0;
}

.splash3 h2 {
    font-size: 1.75em;    
}

.splash3 .row > div {
    padding-right: 0;
    padding-top: 60px;
}

.splash3 .row > div:nth-child(2) {
    background-color: #FFF;
/*    padding-top: 50px;*/
}

.splash3 .row > div .wp-block-group:first-child {
    padding: 0 20px;
}

.splash3 .row > div:first-child h2,
.splash3 .row > div:first-child p {
    color: #FFF;
}

.splash3 .row > div:first-child a.btn {
    background-color: #000;
    color: #FFF;
}

.splash3 .row > div:first-child a.btn:hover {
    background-color: #C3081C;
}

.splash3 a.btn {
    margin-bottom: 30px;
}


/* ========== Page Styles ========= */

main {
    background-color: #FFF;
    overflow: hidden;
    padding-top: 80px;
}

.row_style {
/*    background-color: lightsalmon;*/
}

.row_style .wp-block-group {
    background-color: #FFF;
    height: 100%;
    border-radius: 4px;
    padding: 30px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
}

.row_style .leadin {
    left: -30px;  
    margin-top: 0;  
}

.icon_list {
    padding-left: 42px;
}

.icon_list ul {
    margin: 0;
}

.icon_list ul li {
    background-size: 4em 3em;
    height: 3em;
    align-items: center;
    display: flex;
    position: relative;
    padding-left: 4.75em;
}

.icon_list_horiz {
/*    background-color: limegreen;*/
}

.icon_list_horiz ul {
    display: flex;
    padding-left: 42px;
    flex-wrap: wrap;
}

.icon_list_horiz ul li {
    background-size: 6em auto;
    padding-top: 5em;
    padding-left: 0;
    padding-right: 2em;
    font-weight: bold;
    flex-basis: 50%;
}

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


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

@media(min-width: 768px) {

    body {
        font-size: 16px;
    }

    .comingsoon {
        color: #FFF !important;
        text-shadow: 0px 0px 4px #000000;
    }    

    .leadin::before {
        top: -2px;
    }   

    body:has(.search_header.active) {
        padding-top: 100px;
    }

    .search_header {
        text-align: right;
        background-color: #27355F;
        color: #FFF;
        padding: 30px;
        position: fixed;
        width: 100%;
        z-index: 105;
        top: -100px;
        transition: top 0.8s;
    }

    .search_header.active {
        top: 0;
    }

    .search_header.active + header .sticky_nav {
        margin-top: 100px;
    }

     .search_header form,
     .search_header .close {
        display: inline-block;
     }

    .search_header form {
        max-width: 800px;
    }

    .search_header form input,
    .search_header form button {
        height: 40px;
    }

    .search_header form input {
        padding-left: 15px;
    }

    .search_header form button {
        background-color: #9F2671;
        border-radius: 0 1000px 1000px 0;
        padding: 0 10px;
    }

    .search_header svg {
        fill: #FFF !important;
    }

    .search_header .close {
        cursor: pointer;
        margin-left: 15px;
    }

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

    header {
        position: sticky;
    }

    .m_nav.open,
    .menu_content {
        display: none !important;
    }

    .m_only {
        display: none;
    } 

    .d_only {
        display: block;
    }

    /* Gen Nav */ 

    .top_nav {
        padding: 0;
    }

    .d_nav {
        display: flex;
    }

    .logo_col {
        flex: none;
        width: 100%;
        display: block;
        align-self: center;
    }

    .logo_col img {
        width: 250px;
        height: auto;
        margin: 0px auto 25px;
        max-width: 100%;
    }

    .primary {
/*        padding: 20px 0 0px;*/
        transition: all 0.2s;
    }

    .primary > div {
    }    

    .primary a {
        transition: all 0.2s;
        line-height: 1;
    }

    .primary .nav_col,
    .primary .right_col {
        width: fit-content;
    }

    .primary .nav_col {
        padding-right: 0;
/*        padding-top: 20px;*/
    }

    .primary nav {
        width: 100%;
    }

    .primary .nav_col ul {
        justify-content: space-between;
        padding: 0 25px;
        max-width: 550px;
        margin: 0 auto;
    }   

    .primary .nav_col ul li {
        background-image: none;
        margin: 0;
        /*        padding-bottom: 20px;*/
    } 

    .primary .nav_col ul ul {
        padding: 15px 15px 15px !important;
        transition: none !important;
        border-top: #C3081C solid 3px !important;
        border-radius: 0 0 15px 15px;
        box-shadow: 0px 3px 5px -2px rgba(0, 0, 0, 0.64);
    }

     .primary .nav_col ul ul li {
        width: fit-content;
        padding-bottom: 10px;
     }

    .primary .nav_col ul ul a {
        padding: 12px 0 0 !important;
        width: fit-content;
        white-space: nowrap;
    }

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

    .primary .nav_col a {
        padding: 45px 30px;
/*        margin-top: 45px;*/
/*        padding-top: 5px;*/
/*        padding-top: 0;*/
/*        background-color: lightseagreen;*/
    }

    .primary .nav_col a:hover {
        color: #C3081C;
    }

    .primary .nav_col svg {
        position: relative;
        left: -20px;
/*        top: 10px;*/
    }

    .primary .right_col {
        flex: none;
        flex-wrap: nowrap;
        align-items: center;
        padding-right: 15px;
    }

    .primary .right_col li {
        margin-left: 20px;
        background-image: none;
    }

    .primary .search-icon {
        width: 40px;
        height: auto;
        fill: #27355F;
        margin-right: 5px;
        cursor: pointer;
    }

    .primary .search-icon:hover {
        fill: #CC539E;
    }

    .primary .contact_button a {
        background-color: #fff;
        border: solid #C3081C 2px;
        color: #000;
        box-shadow: none;
        text-transform: uppercase;
        padding: 10px;
        border-radius: 5px;
    }

    .primary .contact_button a:hover {
        background-color: #C3081C;
        color: #FFF;
        border: solid #C3081C 2px;
    }

    /* Hide on Form Page */
    .post383 .primary .contact_button {
        display: none;
    }

    .primary .current-menu-item {
        position: relative;
        z-index: 10;
    }

    .primary .current-menu-item:before {
        content: '';
        width: 60px;
        height: 60px;
        display: block;
        position: absolute;
        z-index: -1;
        left: 50%;
        top: 50%;
        transform: translate(-50%,-50%);        
    }

    /* === STUCK nav === */

    header.stuck {
        position: sticky;        
    }

    header.stuck .primary {
        padding: 0 !important;
    }

    header.stuck .primary .nav_col a {
/*        margin-top: 20px;*/
/*        padding-top: 20px;*/
        padding: 30px;
/*        padding-bottom: 40px;*/
    }




    /* ============= Basic Styles ============= */

    h2 {
        font-size: 2.8em;
        line-height: 1;
    }

    h3 {
        font-size: 2em;
    }

    h2 ~ h3 {
        padding-top: 30px;
    }

    main {
        padding-top: 0;
    } 

    .container-fluid {
    }

    .hero {
        padding-right: 0;        
    }


    /* target only right column */
    .row div.col_content:nth-child(2) {
/*        background-color: lightgray;*/
        padding: 3.5vw 3.5vw 3.5vw 5vw;
    }    

    .col_content.pb-0 {
        padding-bottom: 0;
    }   

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

    .hero .bgvideo_wrapper {
        padding-right: 60px;
        padding-top: 10px;
    /*    background-color: mediumaquamarine;*/
    }

    /* ============= Homepage ============= */

    .home_hero a {
        font-size: 1.4em;
/*        text-decoration: none;*/
    }

    .home_hero a:hover {
        padding-left: 1em;
    }

    .home_hero a:before {
        content: "";
        height: 10px;
        width: 10px;
        background-color: #C3081C;
        border-radius: 1000px;
        position: absolute;
        top: 8px;
        left: -150px;
        transition: all 0.4s;
    }

    .home_hero a:hover:before {
        left: 0;
    }

    /* Splash Page 3 */

    .splash3 .logo {
        position: absolute;
        top: 50px;
        left: 50%;
        transform: translate(-50%,0);
        z-index: 50;
    }

    .splash3 .row > div {
        justify-content: space-between;
        display: flex;
        flex-direction: column;
    }

    .splash3 .row > div .wp-block-group:first-child {
/*        background-color: firebrick;*/
        padding: 0 14vw;
    }

    .splash3 .row > div:first-child {
/*        padding-top: 0;*/
    }

    .splash3 h2 {
        font-size: 3vw;
    }


}

@media(min-width: 950px) {

    /* === Header / Navigation === */
    .primary > div {
        width: fit-content;
    }

    .primary a {
/*        font-size: 0.9em;*/
    }

    .primary .logo_col {
        width: fit-content;
    }

    .primary .logo_col img {
        margin: 0px;
        width: 200px;
    }

    /* === Basic Styles === */

    h2 {
/*        font-size: 2.2em;*/
    }

    .col_content {
/*        padding: 3.5vw;*/
    }


    

    /* === Splash Page === */

    .id994 .col_image figure {
        width: 100%;
        height: auto;
    }    

    .id994 .col_image img {
        max-width: 100%;
    }

}

@media(min-width: 1200px) {
    .xl-padding-1 {
        padding-left: 10vw !important;
    }
}

@media(min-width: 1300px) {
    .icon_list_horiz ul li {
        flex-basis: 25%;
    }    
}
