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

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

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

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

html 

header {
    background-color: #FFF;
    transition: box-shadow 0.4s;
/*    background-color: gold;*/
/*    padding: 16px 16px 20px 12px;*/
/*    transition: all 0.2s ;*/
}

header.stuck {
/*    background-color: goldenrod;*/
    -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);    
}

header ul li {
    background-image: none !important;
    margin: 0;
}

header.mopen {
    background-color: #008B8C;
}

header.mopen img {
    filter: brightness(0) invert(1);
}

header.mopen svg {
    fill: #FFF !important;
}

.d_nav, .d_only {
    display: none;
}

.logo_col {
    max-width: 220px;
/*    max-width: 160px;*/
    padding: 8px 0;
}

.logo_col img:not(.award img) {
    max-width: 160px;
}

.logo_col .award img {
    margin-top: 15px;
}

.stuck .logo_col .award {
    display: none;
}

.logo_white img {
    filter: brightness(1000);
}

/* No Nav */

.nonav header {
    background-color: #0070A1;
    overflow: hidden;
/*    padding: 15px;*/
}

.nonav header .secondary .d_nav {
    flex: none;
    display: block;
    width: 100%;
    align-items: center;
    text-align: center;
    padding: 10px;
}

/* Mobile Nav */

.m_nav {
    position: relative;
}

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

.search_col {
    max-width: 200px !important;
}

.search_bar label {
    color: #FFF !important;
}

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

.search_bar input {
    font-size: 14px;
    -webkit-border-radius: 0;
}

.search_bar button {
    padding: 0;
    margin: 0;      
/*    background-color: #0088b8;*/
    background-color: #E3655D;
    border-radius: 0 5px 5px 0;
}

.search_bar button:hover {
    background-color: #413F3F;
    border: none;
}

.search_bar button svg {
    fill: #FFF;
}

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

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

.menu_content .search_bar button {
    background-color: #00A9E4;
    width: 40px;
}

.menu_content {
    display: none;
    text-align: left;
    position: fixed;
    top: 0px;
    left: 0;
    padding: 95px 10% 0;
    background-color: #008B8C;
    z-index: 10;
    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: #FFF;
    width: 100%;
    margin: 0;
    padding: 0;
}

.menu_content a {
    text-align: left;
    color: #FFF;
    width: 100%;
    border-bottom: solid 2px #009EA8;
    padding: 4px 0 12px 0;
    line-height: 1;
}

::placeholder {
    color: #4F575E !important;
    color: black !important;
}



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

body {
    font-size: 18px;
    font-family: 'Roboto',Arial,Helvetica,sans-serif;
/*    background-color: #2EB0C3;*/
/*    background-color: #008B8C;*/
    background-color: #0070A1;
    color: #413F3F;
    padding: 0;
}

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

h1.smallh1 {
    font-size: 1.2em;
    text-transform: uppercase;
    color: #E3655D;
}

h1,
h2.bigh2 {
/*    color: #00ACE8;*/
    color: #009FDB;
    font-size: 2.5em;
    line-height: 1.1;
}

h2 {
    color: #E3655D;
    font-size: 2.5em;
}

/* reset */
a, a:hover {
    text-decoration: none;
    color: #413F3F;
}

p a,
li a {
/*    color: #00ACE8;*/
    color: #0070A1;
    text-decoration: underline;
}

p a:hover,
li a:hover {
    color: #E3655D;
}

p, li {
    line-height: 1.3;
}

ul {
    padding-left: 0;
}

ul li {
    list-style-type: none;
    margin: 5px 0 10px;
    padding-left: 1em;
    background: url('../images/bullet1.svg') no-repeat;
    background-size: 0.4em auto;
    background-position: left 9px;
}

ul li li {
    background: url('../images/bullet2.svg') no-repeat;
    background-size: 0.4em auto;
    background-position: left 9px;
    margin-left: 20px;
}

ul li > ul {
    margin: 15px 0;
}

li.hide_bullet {
    background: none;
}

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

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

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

.hyphenate {
    word-break: break-all;
}

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

.single {
    background-color: #c3c0c0 !important;
    padding-top: 30px;
}

.single main {
    padding: 30px;
}

.bluebg h2,
.bluebg p,
.darkbluebg h2,
.darkbluebg p,
.darkgreenbg h2,
.darkgreenbg p,
.greenbg h2,
.greenbg p,
.redbg h2,
.redbg p {
    color: #FFF !important;
}

.bluebg {
/*    background-color: #00ACE8;*/
    background-color: #009FDB;
}

.darkbluebg {
    background-color: #0070A1;
}

.greenbg {
    background-color: #008B8C;
}

.darkgreenbg {
    background-color: #008485;
}

.redbg {
    background-color: #E3655D;
}

.lightbg {
    background-color: #f2f1f1;
}

.lightbg h2 {
    color: #006464;
}

.greentext {
    color: #008B8C !important;
}

.padding_set_1 {
    padding: 2vw 4vw;
}

.padding_set_2 {
    padding: 6vw 3vw;
}

.btn-primary,
.wp-element-button,
.wp-block-button a {
/*    background-color: #E3655D;*/
/*    background-color: #CB4D44;*/
    background-color: #FFF;
    border: 5px solid #E3655D;
    color: #413F3F !important;
    padding: 12px 30px;
    border-radius: 1000px;
    font-size: 1em;
    margin-top: 1em;
    display: inline-block;
    line-height: 1;
    text-align: center;
    margin-bottom: 15px;
    transition: all 0.2s;
}

.btn-primary:hover,
.wp-element-button:hover {
/*    background-color: #fd4e43;*/
    background-color: #E3655D;
    color: #FFF !important;
    border: 5px solid #E3655D;
} 

.second .wp-element-button {
    background-color: transparent;
    color: #413F3F !important;
    border: 5px solid #FFF;
}

.btn-primary.play_button {
    color: #E3655D !important;
    background-image: url(https://spiras.designcoup.dev/wp-content/uploads/2023/10/playicon.svg);
    background-size: 30px;
    padding: 10px 10px 10px 40px;
    background-position: left center;
    background-repeat: no-repeat;
    background-color: transparent;
}

.btn-primary.play_button:hover,
.second .wp-element-button:hover {
    text-decoration: underline;
}

.wp-block-buttons {
    margin-bottom: 30px;
}

.blocks-button + .blocks-button:has(.secondary) {
    background-color: gold !important;
}

.nopadding {
    padding: 0 !important;
}

.maxw {
    max-width: 1200px;
}

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

.hidden {
    display: none;
}

.lcase {
    text-transform: lowercase !important;
}

.cmplz-cookiebanner {
/*    border-top: 10px red solid !important;*/
}

.cmplz-link.cookie-statement {
    /* Add when Cookie Statememt is ready */
    display: none;
}

.cmplz-manage-consent {
    background-color: black !important;
    color: #FFF !important;
}

.cmplz-document-eu {
    margin: 0 auto;
}

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

/* == Slick Carousel == */



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

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

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

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


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

@media(min-width: 768px) {

    body {
        font-size: 18px;
    }

    main {
        padding-top: 0;
    }

    .m_only {
        display: none;
    }

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

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

    .d_nav, .d_only {
        display: block;
    }

    .top_nav {
        padding: 0;
/*        border-top: 3px solid orange;*/
    }

    .logo_col {
        flex: none;
        width: 100%;
        max-width: 100%;
        display: block;
        text-align: center;
        padding-top: 0;
    }

    .logo_col img {
        width: 200px;
        height: auto;
        transition: all 0.3s;
        position: relative;
        top: auto;
        left: auto;
    }

    .stuck .logo_col img {
        width: 100px;
        margin-top: 12px;
        position: absolute;
        top: 0;
        left: 20px;
        filter: brightness(0) invert(1);
    }

    .primary {
        padding: 20px 0 0;
        transition: all 0.3s;
    }

    .stuck .primary {
        padding: 0;
    }

    .primary .nav_col {
        flex: 1;
        align-self: center;
    }

    .primary nav {
        width: 100%;
    }

    .primary .nav_col ul {
        justify-content: space-between;
        padding: 15px 65px;
        transition: padding 0.3s;
    }    

    .stuck .primary .nav_col ul {
        padding: 0 5px 0 25px;
    }

    .primary .nav_col li {
        transition: all 0.2s;
    }

    .primary .nav_col a {
        color: #413F3F;
        font-size: 1em;
        transition: all 0.3s;
        border-bottom: solid transparent 8px;
        padding-bottom: 20px;
        margin-top: 20px;
    }

    .primary .current-menu-item a {
        border-bottom: solid #E3655D 8px;
    }

    .primary .nav_col a:hover {
        color: #E3655D;
/*        text-decoration: underline;*/
        border-bottom: solid #E3655D 8px;
    }

    .primary .contact_button a {
/*        background-color: #E3655D;*/
        background-color: #0070A1;
        border: none;
        color: #FFF !important;
        padding: 8px 26px;
        border-radius: 100em;  
        border-bottom: none;    
        margin-top: 0;  
        position: relative;
        top: -5px;
    }

    .primary .contact_button a:hover {
        background-color: #fd4e43;
        text-decoration: none;
        border-bottom: none;  
    }

    .primary .award {
        display: none;
    }

    .secondary {
/*        background-color: #00ACE8;*/
        background-color: #0070A1;
        padding: 15px 0;
    }

    .secondary .row {
        justify-content: space-between;
    }

    .secondary .row .row {
        justify-content: flex-end;
    }

    .secondary .row > div {
        width: fit-content;
        align-self: center;
    }

    .secondary .nav_col {
        flex: none;
    }

    .secondary .nav_col a {
        color: #FFF !important;
        font-size: 0.8em;
        margin-left: 10px;
        border-bottom: solid 3px transparent;
        transition: all 0.2s;
        ma
    }

    .secondary .nav_col a:hover,
    .secondary .nav_col .current-menu-item a {
        border-bottom: solid 3px #FFF;
    }

    .secondary .award {
        align-self: center;
        display: flex;
    }

    .secondary .award img {
        max-width: 350px;
        padding-left: 15px;
        align-self: center;
        position: relative;
        top: -3px;
    }

    .stuck .secondary .award img {
        display: none;
    }

    /* No Nav */

    .nonav header {
        background-color: #0070A1;
        overflow: hidden;
        padding: 0 15px;
    }

    .nonav header .secondary .d_nav {
        display: flex;
        width: auto;
    }    


    /* === Sites Styles === */

    h1, 
    h2.bigh2 {
        font-size: 2em;
    }

    h2 {
        font-size: 1.75em;
    }

    .show_second_dtop {
        order: 2;
    }  

}

@media(min-width: 950px) {

    body {
        font-size: 20px;
    }

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

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

    .stuck .logo_col img {
        width: 150px;
        position: relative;
        top: auto;
        left: auto;
        filter: none;
    }    

    .primary .nav_col ul {
        padding: 0 45px 15px 85px;
        transition: all 0.3s;
    }

    .stuck .primary .nav_col ul {
        padding: 0 5px 0 85px;
    }

    .logo_col {
        padding-left: 30px;
    }

    .stuck .secondary .award img {
        display: block;
    }    

}

@media(min-width: 1200px) {

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

    h2 {
        font-size: 2em;
    }

}

@media(min-width: 1400px) {

    .primary .nav_col ul {
        justify-content: flex-end;
        padding: 0 15px 15px 0;
    }

    .primary .nav_col li {
        margin-left: 30px;
    }

    .padding_set_1 {
/*        padding: 2vw 0;*/
    }
}

