/*
Theme Name: Modern
Theme URI: 
Author: David Pottrell
Author URI: peak.agency
Description: Nothing really to say here!
Version: 1.2

David Pottrell
*/

/* roboto-300 - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    src: url('/fonts/roboto-v47-latin-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-regular - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url('/fonts/roboto-v47-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-500 - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    src: url('/fonts/roboto-v47-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-700 - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    src: url('/fonts/roboto-v47-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/*Reset Styles*/
html, body, h1, h2, h3, h4, h5, h6, p, ul, ol, li, form {margin: 0; padding: 0; border: none;}
form {font-family:'Roboto';font-weight:400}
strong {padding-left: 2px;padding-right: 2px; font-weight: bolder}
label,.gform_wrapper.gravity-theme .gfield_label {font-size:22px;font-family:'Roboto';font-weight:400}
a {text-decoration: none;color: inherit;transition: all 175ms ease-in-out;}
a img {border: none;}
img {height: auto;}
table {border-collapse: collapse; border-spacing: 0;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;position: relative;}
a[href^=tel]{text-decoration:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}
figure {margin: 0;}
.landing-img img{
    max-height: 450px;
    object-fit: contain;
}
.wp-block-embed {border-radius: 15px;overflow: hidden;}
figure img {border-radius: 15px;}
figure.size-large {text-align: center;}
figcaption.overlay {
position: absolute;
right: 30px;
bottom: 30px;
max-width: 222px;
text-align: center;
outline: 1px dashed rgba(255, 255, 255, 0.6);
outline-offset: -15px;
}

ul li{
    margin-bottom: 25px;
}

.cookiefirst-disabled-resource{
    position: absolute;
    top: 0;
    bottom: 0;
    padding: 10px;
    background: #EDEDED;
    right: 0;
    left: 0;
    text-align: center;
    vertical-align: middle;
}

.cookiefirst-disabled-resource>div{
    display: flex;
    align-items: center;
    height: 100%;
    justify-content: center;
    flex-direction: column;
}

.cookiefirst-disabled-resource>div button{
    background-color: #153e68;
    color: white;
    border: none;
    padding: 10px 15px;
    border-radius: 10px;
    cursor: pointer;
}

.hidden {
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}
.wp-block-image {
margin: 5% 0;
}
img.responsive {
    width: 100%;
}
ul li, ol li {margin-left: 25px;}
.radius {position: relative;overflow:hidden;border-radius: 15px;}

#wpadminbar {top:auto;bottom:0;}
body.admin-bar {}

.devnote {
    position: relative;
    font-size:14px;
    padding: 30px 20px 20px 20px;
    background: rgb(255 0 0 / 5%);
    border-radius: 5px;
    margin: 0 0 25px 0;
    font-family: 'booster_next_fybold';
}

.devnote:before {
    content: 'Dev Note';
    position: absolute;
    top: -5px;
    left: -5px;
    background: rgb(255 196 196);
    border-radius: 5px;
    font-size: 16px;
    padding: 3px 8px;
}

/*Table*/
thead {background: #153e68;color: #FFF;height: 25px;}
thead th {padding: 7px;}
td {padding: 5px;}
.wp-block-table.is-style-stripes {border-radius: 15px;border-bottom: 0;}
.wp-block-table.is-style-stripes tbody tr {border-bottom: 1px solid #eaecf3;}
.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {background-color: #EDEDED;}
.wp-block-table tr {border-bottom: 1px solid #153e68;}
.wp-block-table tr:last-child {border: 0;}
.wp-block-table.is-style-stripes th {border-right:1px solid #153e68}
.wp-block-table.is-style-stripes td {border-right: 1px solid #eaecf3;}
.wp-block-table.is-style-stripes td:last-child, .wp-block-table.is-style-stripes th:last-child {border: 0;}


/*ToolTips*/
[data-message] {position: relative;cursor: pointer;}
[data-message]:after {visibility: hidden;opacity: 0;pointer-events: none;-webkit-transition: all .25s cubic-bezier(.46,.03,.52,.96);transition: all .25s cubic-bezier(.46,.03,.52,.96);}
[data-message]:after {position: absolute;padding: 10px 15px;-webkit-border-radius: 10px;-moz-border-radius: 10px;border-radius: 10px;margin: 3px 0 0 -50px;top: 100%;left: 50%;width: 100px;background: #fff;border: 1px solid #CCC;color: #003e67;content: attr(data-message);text-align: center;font-size: 14px;line-height: 18px;font-weight: 600;font-family: 'BoosterNextMed', sans-serif;z-index: 9999;}
[data-message]:hover:after {visibility: visible;-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);opacity: 1;}


/*Mailchimp*/
#mc_embed_signup input {
    width: 100%;
    height: 40px;
}

#mc_embed_signup input.mce_inline_error {background: rgb(212 75 61 / 25%);}

#mc_embed_signup div.mce_inline_error {
    background: #d44b3d;
    margin-top: 5px;
    font-size: 16px;
    line-height: 1.2em;
    font-weight: 300;
    border-radius: 10px;
}

#mc_embed_signup fieldset {
    border: 0;
    padding: 0;
    margin: 0;
}

#mc_embed_signup  input[type=checkbox] {
    width: 16px;
    height: 16px;
}

#mc_embed_signup label {
    font-size: 16px;
}

input#mc-embedded-subscribe {
    margin-top: 15px;
}

/*Accordion*/
.accordion .accordion-item {
display: flex;
flex-wrap: wrap;
justify-content: flex-start;
position: relative;
align-items: flex-start;
}
.accordion .accordion-item button[aria-expanded=true] {}
.accordion button {font-family: 'BoosterNextFY';text-align: left;/* width: 100%; */padding: 15px 25px 15px 0;color: inherit;font-size: 16px;font-weight: 400;border: none;background: none;outline: none;}
.accordion button:hover, .accordion button:focus {cursor: pointer;color: #153e68;}
.accordion button:hover::after, .accordion button:focus::after {cursor: pointer;color: #153e68;border: 1px solid #153e68;}
.accordion button .accordion-title {padding: 15px 25px 15px 0;font-size: 21px;}
.accordion button .icon {display: inline-block;position: absolute;top: 55px;right: 40px;width: 22px;height: 22px;font-size: 24px;transform: rotateX(0deg);transition: all 0.5s ease;}
.accordion button[aria-expanded=true] {/* color: #153e68; */}
.accordion .accordion-item button[aria-expanded=true] .icon  {transform: rotateX(-180deg);}
.accordion button[aria-expanded=true] + .accordion-content {opacity: 1;max-height: 9em;transition: all 200ms linear;will-change: opacity, max-height;}
.accordion .accordion-content {opacity: 0;max-height: 0;/* width: 100%; */overflow: hidden;transition: opacity 0.5s ease, max-height 0.5s ease;will-change: opacity, max-height;}
.accordion .accordion-content p {font-size: 16px;margin: 15px 0;}

.custom.accordion {
width: 100%;
}

.accordion-item.super-core-red {
color: #FFF;
}
.accordion-item.super-core-red button .icon {color:#FFF;}


.advgb-accordion-header[aria-expanded="true"] .advgb-accordion-header-icon {
transform: rotateX(180deg);
display: block!important;
}

body .advgb-accordion-body, body .advgb-accordion-wrapper .advgb-accordion-body.ui-widget-content {
padding: 25px 10px;
}


body .advgb-accordion-header {display: flex;align-items: center;justify-content: space-between;cursor: pointer;}
body .advgb-accordion-header-title.rich-text,body .advgb-accordion-header-title {display: flex;align-items: center;}
body .advgb-accordion-header-icon {order: 3;-webkit-transition: all .25s ease-in-out;transition: all .25s ease-in-out;}
body .ui-accordion-header-active {/* background: #e76757!important; *//* color: #FFF!important; */}
body .advgb-accordion-header-icon svg {width: 40px;height: 40px;}
body .ui-accordion-header-active svg {
/* fill: white; */
}


/*Gravity Forms*/
.gform_wrapper input[type="radio"],.gform_wrapper input[type="checkbox"] {
width: 20px;
height: 20px;
cursor: pointer;
}



/*Fonts*/
@font-face {
font-family: 'BoosterNextLight';
src: url('assets/fonts/BoosterNextFY-Light.eot');
src: url('assets/fonts/BoosterNextFY-Light.eot?#iefix') format('embedded-opentype'),
url('assets/fonts/BoosterNextFY-Light.woff2') format('woff2'),
url('assets/fonts/BoosterNextFY-Light.woff') format('woff'),
url('assets/fonts/BoosterNextFY-Light.ttf') format('truetype');
font-weight: 300;
font-style: normal;
font-display: swap;
}

@font-face {
font-family: 'BoosterNextMed';
src: url('assets/fonts/BoosterNextFY-Medium.eot');
src: url('assets/fonts/BoosterNextFY-Medium.eot?#iefix') format('embedded-opentype'),
url('assets/fonts/BoosterNextFY-Medium.woff2') format('woff2'),
url('assets/fonts/BoosterNextFY-Medium.woff') format('woff'),
url('assets/fonts/BoosterNextFY-Medium.ttf') format('truetype');
font-weight: 500;
font-style: normal;
font-display: swap;
}

@font-face {
font-family: 'BoosterNextReg';
src: url('assets/fonts/BoosterNextFYW01-Regular.eot');
src: url('assets/fonts/BoosterNextFYW01-Regular.eot?#iefix') format('embedded-opentype'),
url('assets/fonts/BoosterNextFYW01-Regular.woff2') format('woff2'),
url('assets/fonts/BoosterNextFYW01-Regular.woff') format('woff'),
url('assets/fonts/BoosterNextFYW01-Regular.ttf') format('truetype');
font-weight: normal;
font-style: normal;
font-display: swap;
}

@font-face {
font-family: 'BoosterNextBold';
src: url('assets/fonts/BoosterNextFY-Bold.eot');
src: url('assets/fonts/BoosterNextFY-Bold.eot?#iefix') format('embedded-opentype'),
url('assets/fonts/BoosterNextFY-Bold.woff2') format('woff2'),
url('assets/fonts/BoosterNextFY-Bold.woff') format('woff'),
url('assets/fonts/BoosterNextFY-Bold.ttf') format('truetype');
font-weight: bold;
font-style: normal;
font-display: swap;
}




/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on September 15, 2022 */



@font-face {
    font-family: 'booster_next_fyblack';
    src: url('assets/fonts/fontyou_-_booster_next_fy_black-webfont.woff2') format('woff2'),
         url('assets/fonts/fontyou_-_booster_next_fy_black-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'booster_next_fybold';
    src: url('assets/fonts/fontyou_-_booster_next_fy_bold-webfont.woff2') format('woff2'),
         url('assets/fonts/fontyou_-_booster_next_fy_bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'booster_next_fylight';
    src: url('assets/fonts/fontyou_-_booster_next_fy_light-webfont.woff2') format('woff2'),
         url('assets/fonts/fontyou_-_booster_next_fy_light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'booster_next_fymedium';
    src: url('assets/fonts/fontyou_-_booster_next_fy_medium-webfont.woff2') format('woff2'),
         url('assets/fonts/fontyou_-_booster_next_fy_medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'booster_next_fyregular';
    src: url('assets/fonts/fontyou_-_booster_next_fy_regular-webfont.woff2') format('woff2'),
         url('assets/fonts/fontyou_-_booster_next_fy_regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'booster_next_fythin';
    src: url('assets/fonts/fontyou_-_booster_next_fy_thin-webfont.woff2') format('woff2'),
         url('assets/fonts/fontyou_-_booster_next_fy_thin-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

.test1 {font-family:'booster_next_fyblack'}
.test2 {font-family:'booster_next_fybold'}
.test3 {font-family:'booster_next_fymedium'}
.test4 {font-family:'booster_next_fyregular'}
.test5 {font-family:'booster_next_fylight'}
.test6 {font-family:'booster_next_fythin'}


/*Useful Styles*/
em{font-style:italic;word-break: break-word;}
hr{width: 100%;background: #c3c3c3;height: 3px;border: 0;margin: 5vh 0;}
blockquote p:last-of-type {margin:0;}
blockquote cite {font-size: 16px;font-style:normal;margin: 15px 0 0 15px;display: block;}
pre {word-break: break-all; color: #153e68; margin: 0 0 5px 0; padding: 0}
.green-line {margin-bottom: 10px!important;}
code,pre {white-space: pre-wrap;padding: 3px 6px;font-size: 90%;font-family: Courier;background: #EDEDED;margin: 10px 0;border-radius: 4px;}
pre > code {padding:0;}
.bb{-webkit-box-sizing:border-box;box-sizing:border-box;}
p a{text-decoration: underline}

/*Image Styles*/
.aligncenter {display:block;margin:auto;}
.alignleft, .wp-caption.alignleft {float:left;margin: 0 1em 0 0;}
.alignright, .wp-caption.alignright {float:right;margin: 0 0 0 1em;}

/*Share Buttons*/
.social_media a {font-size: 22px;line-height: 18px;width: 45px;height: 45px;color: #FFF;background: #153e68;border-radius: 10px;display: inline-block;padding: 12px;text-align: center;font-weight: normal;cursor: pointer;margin: 2px 8px;}
.social_media a:hover {color:#FFF;background:#b8cfe6;}

.alignCenter{text-align:center;}
.alignRight{text-align:right;}
.alignLeft{text-align:left;}

.padTop {padding-top: 30px;}
.padBottom {padding-bottom: 30px;}
.padLeft {padding-left: 30px;}
.padRight {padding-right: 30px;}
.padAll {padding: 30px;}

.smlPadTop {padding-top: 15px;}
.smlPadBottom {padding-bottom: 15px;}
.smlPadLeft {padding-left: 15px;}
.smlPadRight {padding-right: 15px;}
.smlPadAll {padding: 15px;}

.lrgPadTop {padding-top: 75px;}
.lrgPadBottom {padding-bottom: 75px;}
.lrgPadLeft {padding-left: 75px;}
.lrgPadRight {padding-right: 75px;}
.lrgPadAll {padding: 75px;}

.smlMarTop {margin-top: 15px;}
.smlMarBottom {margin-bottom: 15px;}
.smlMarLeft {margin-left: 15px;}
.smlMarRight {margin-right: 15px;}
.smlMarAll {margin:15px;}

.marTop {margin-top: 25px;}
.marBottom {margin-bottom: 25px;}
.marLeft {margin-left: 25px;}
.marRight {margin-right: 25px;}
.marAll {margin:25px;}

.lrgMarTop {margin-top: 90px;}
.lrgMarBottom {margin-bottom: 90px;}
.lrgMarLeft {margin-left: 90px;}
.lrgMarRight {margin-right: 90px;}
.lrgMarAll {margin:90px;}

.left{float:left;}
.right{float:right;}

/*Other*/
.third {width:33.33333%;}
.fourth {width:25%;}

/*Columns*/
.c10 {width:10%}
.c20 {width:20%}
.c30 {width:30%}
.c40 {width:40%}
.c50 {width:50%}
.c60 {width:60%}
.c70 {width:70%}
.c80 {width:80%}
.c90 {width:90%}
.c100 {width:100%}

.margin-bottom-plus {
margin-bottom: 45px;
}

.margin-bottom-minus {
margin-bottom: -90px;
}

.videoContainer {position: relative;padding-bottom: 55%;padding-top: 15px;height: 0;overflow: hidden;}
.videoContainer iframe,.videoContainer object,.videoContainer embed {position: absolute;top: 0;left: 0; width: 100%;height: 100%;}

/*Essentials*/
.clear::after{clear:both;content:"";display:table;}

::selection {background: #153e68;color: #fff;}
::-moz-selection {background: #153e68; color: #fff;}

*, *::after, *::before {box-sizing: inherit;}

/*GForm overwrites*/
.gchoice {
    margin: 8px 0;
}

/*Access*/
* :focus-visible, #blocks .block-container a:hover, .blocks .block-container a:hover,.link:hover
{box-shadow: 0 0 0px 3px #D5D7D9!important;outline: none;border-radius: 15px}
.downloadable:hover{box-shadow: 0 0 0px 3px #004070!important;outline: none;border-radius: 15px}

.blocks .block-container a {box-shadow: 0 0 0px 3px rgb(229 126 0 / 0%)!important;border-radius: 15px}
.blocks .block-container a:focus-visible,
.blocks .block-container a:hover{box-shadow: 0 0 0px 3px #D5D7D9!important;border-radius: 15px}

.blocks .block-container a:has(.has-smartbox-light-green-background-color):hover{box-shadow: 0 0 0px 3px #919A0A!important;}

.blocks .block-container a:has(.has-main-background-color):hover, #blocks .block-container a:has(.has-main-background-color):hover{box-shadow: 0 0 0px 3px #11304F!important;}
.blocks .block-container a:has(.has-main-blue-50-background-color):hover, #blocks .block-container a:has(.has-main-blue-50-background-color):hover{box-shadow: 0 0 0px 3px #004070!important;}
.blocks .block-container a:has(.has-main-blue-20-background-color):hover, #blocks .block-container a:has(.has-main-blue-20-background-color):hover{box-shadow: 0 0 0px 3px #738fb4!important;}
.blocks .block-container a:has(.has-main-blue-10-background-color):hover, #blocks .block-container a:has(.has-main-blue-10-background-color):hover{box-shadow: 0 0 0px 3px #b8cfe6!important;}
.blocks .block-container a:has(.has-smartbox-dark-blue-background-color):hover,#blocks .block-container a:has(.has-smartbox-dark-blue-background-color):hover{box-shadow: 0 0 0px 3px #11304F!important;}
.blocks .block-container a:has(.has-voco-chat-purple-background-color):hover,#blocks .block-container a:has(.has-voco-chat-purple-background-color):hover{box-shadow: 0 0 0px 3px #4d3b71!important;}
.blocks .block-container a:has(.has-super-core-red-background-color):hover,#blocks .block-container a:has(.has-super-core-red-background-color):hover{box-shadow: 0 0 0px 3px #c94425!important;}



/*Forms*/
input, textarea,select {font-family: 'BoosterNextMed';background: #EDEDED;border: 0;border-radius: 10px;}
input[type="checkbox" i] {min-height: 100%;}
select {appearance: none;background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");background-repeat: no-repeat;background-position: right 10px center;background-size: 20px;}

/*Buttons*/
a.button, .button,#content-area .button {position: relative;cursor: pointer;display: inline-block;border: 0;font-weight: 500;text-decoration: none;padding: 0 40px 0 15px;height: 35px;font-size: 16px;line-height: 35px;border-radius: 10px;}

a.button .fas,
.button .fas {position: absolute;top: 10px;right: 11px;font-size: 16px;-webkit-transition: all .5s ease;transition: all .5s ease;font-family: "Font Awesome 5 Free"!important;}

a.button.black,
.button.black {background-color: #000;border-color: #000;color: #FFF;}

a.button.blue,
.button.blue,
.button.has-smartbox-light-blue-background-color {background-color: #153e68;color: #FFF!important;}

a.button.navy,
.button.navy,
.button.has-smartbox-main-background-color {background-color: #003e67;color: #FFF;}
.button.has-smartbox-main-background-color:after {color:#153e68;}

a.button.orange,
.button.orange,
.button.has-smartbox-orange-background-color {background-color: #EE7E2B;color: #FFF;}


.blue.button .fas,.blue.button.cta.download:after {color:#fff;}
.navy.button .fas,.navy.button.cta.download:after {color:#153e68;}
.orange.button .fas,.orange.button.cta.download:after {color:#FFFFFF;}

.button:hover .fas {}
a.button:hover,.button:hover {/* background-color: #EE7E2B; *//* color: #FFF; */}



/*Template buttons*/
.button.cta {padding:0 15px;}
.button.cta:after {font-family: 'Font Awesome 5 Free';font-weight:900;padding-left: 10px;transition: all .5s ease;}
.button.cta.arrow:after {content: "\f061";}
.button.cta.download:after {content: "\f019";}

.button.cta:hover:after {color:#FFF;}

/*Guten Buttons*/
.wp-block-button__link, #article .wp-block-button__link {
text-decoration: none;
font-weight: 500;
padding: 0px 15px;
height: 40px;
font-size: 16px;
line-height: 40px;
transition: all 0.5s ease;
}

.wp-block-button__link:hover {background: #003e67;}

.has-blue-background-color {background-color: #153e68;}
.has-navy-background-color {background-color: #003e67;}

.has-navy-background-color:after {color:#153e68}
.has-blue-background-color:after {color:#003e67}

/*Icon hover changes*/
.wp-block-button .has-blue-background-color:hover {background-color: #212121;}
.wp-block-button .has-navy-background-color:hover {background-color: #212121;}

/*Arrow button*/
.is-style-arrow-cta .wp-block-button__link::after {content: "\f061";padding-left: 10px;position:relative;left:0;transition: all 0.3s ease;}
.is-style-arrow-cta .wp-block-button__link:hover {color: #ffffff;}
.is-style-arrow-cta .wp-block-button__link:hover::after {left: 3px;color:#FFF;}

/*Download button*/
.is-style-download-cta .wp-block-button__link::after {content: "\f019";transition: all 0.3s ease;}
.is-style-download-cta .wp-block-button__link:hover {color: #ffffff;}
.is-style-download-cta .wp-block-button__link:hover::after {color:#FFF;}




/*Backgrounds*/
.bgWhite {background-color: #FFFFFF;}
.bgGrey {background-color: #EDEDED;}
.bgBlack {background-color: #000000;}
.bgBlue {background-color: #738fb4;}
.bgDBlue,.bgNavy {background-color: #153e68;}
.bgOrange {background-color:#003e67;}
.bgGreen {background-color: #5eb775;}

/*Backgrounds*/
/* old colors
.has-off-white-background-color {background-color:#EDEDED;}
.has-off-grey-background-color {background-color:#DDDDDD;}
.has-smartbox-main-background-color{background-color:#003E67}
.has-smartbox-light-blue-background-color{background-color:#0096D5}

.has-smartbox-orange-background-color{background-color:#EE7E2B}
.has-grid-for-ipad-green-background-color{background-color:#2CB671}

.has-look-to-read-teal-background-color{background-color:#6AC6B5}
.has-text-talker-main-background-color{background-color:#182034}
.has-look-to-learn-yellow-background-color{background-color:#F8C300}

.has-white-background-color{background-color:#FFFFFF}
.has-black-background-color{background-color:#000000}

.has-smartbox-dark-blue-color {color:#003E67}
.has-smartbox-another-dark-blue-color{color: #11304F}
.has-smartbox-light-blue-color{color:#0096D5}


.has-smartbox-orange-color{color:#EE7E2B}
.has-grid-for-ipad-green-color{color:#2CB671}
.has-super-core-red-color{color:#F0512C}
.has-look-to-read-teal-color{color:#6AC6B5}
.has-text-talker-dark-blue-color{color:#182034}
.has-look-to-learn-yellow-color{color:#F8C300}
.has-voco-chat-purple-color{color:#584284}
.has-white-color{color:#FFFFFF}
.has-black-color{color:#000000}
 */

.has-voco-chat-purple-background-color{background-color:#584284;}
.has-super-core-red-background-color{background-color:#F0512C}
.has-light-grey-background-color{background-color:#B3B3B3}
.has-pale-grey-background-color{background-color:#EDEDED}
.has-dark-grey-background-color{background-color:#3c3c3b}

/*
.has-smartbox-light-green-background-color{background-color: #a9b400;}
.has-smartbox-light-green-50-background-color{background-color: #d4d890;}
.has-smartbox-light-green-20-background-color{background-color: #edefd4;}
*/

.has-main-background-color, .has-smartbox-dark-blue-background-color{background-color: #004070}
.has-main-blue-50-background-color{background-color: #738fb4}
.has-main-blue-20-background-color{background-color: #b8cfe6}
.has-main-blue-10-background-color{background-color: #dae6f2}

.has-light-grey-color{color:#B3B3B3}
.has-pale-grey-color{color:#EDEDED}
.has-dark-grey-color{color:#3c3c3b}
.has-main-color{color: #004070}
.has-main-blue-50-color{color: #738fb4}
.has-main-blue-20-color{color: #b8cfe6}

/*Buttons*/
.button.smartbox-dark-blue{color:#FFF}

/*Text*/
.txtWhite {color: #FFFFFF;}
.txtGrey {color: #EFEFEF;}
.txtBlack {color: #000;}
.txtBlue,.has-blue-color {color: #153e68;}
.txtDBlue,.txtNavy {color: #153e68;}
.txtOrange,.has-orange-color {color:#003e67;}


/*Template buttons*/
.button.cta {padding:0 15px;}
.button.cta:after {font-family: 'Font Awesome 5 Free';font-weight:900;padding-left: 10px;transition: all .5s ease;}
.button.cta.arrow:after {content: "\f061";}
.button.cta.download:after {content: "\f019";}

.button.cta:hover:after {color:#FFF;}

/*Guten Buttons*/
.wp-block-button__link {
font-weight: 500;
padding: 0px 10px;
height: 40px;
font-size: 16px;
line-height: 40px;
transition: all 0.5s ease;
}

/*Guten Tab*/
#kb .advgb-tab-body-wrapper {background: #FFF;margin: 0 0 25px 0;}
#kb ul.advgb-tabs-panel li.advgb-tab.advgb-tab-active {background-color: #738fb4 !important;color: #FFFFFF !important;border: 0!important;}
#kb ul.advgb-tabs-panel li.advgb-tab, ul.advgb-tabs-panel li.advgb-tab.ui-state-default {background-color: #003e67;transition: all 175ms ease-in-out;border: 0!important;}
#kb ul.advgb-tabs-panel li.advgb-tab a {color: #FFF!important;}
#kb ul.advgb-tabs-panel li.advgb-tab>a, li.advgb-add-tab>span {padding: 9px 15px;}
#kb ul.advgb-tabs-panel li.advgb-tab:hover, ul.advgb-tabs-panel li.advgb-tab.ui-state-default:hover,ul.advgb-tabs-panel li.advgb-tab.advgb-tab-active {background-color: #738fb4!important;color: #FFF!important;}
#kb ul.advgb-tabs-panel li.advgb-tab:hover a {color:#FFF!important}
#kb ul.advgb-tabs-panel li.advgb-tab a:focus, ul.advgb-tabs-panel li.advgb-tab a:hover {color: #FFF!important;}
#kb div.advgb-tab-body a {color: #153e68;border-bottom: 2px dashed;margin-bottom: 2px;display: inline-block;}
#kb div.advgb-tab-body a:hover {color: #738fb4;}

/*Forms*/
#loginform-hub label {display: none;}
#loginform-hub input[type="text"],#loginform-hub input[type="password"], .registerform-hub input[type="email"],.registerform-hub input[type="password"], .registerform-hub select {width: 100%;border: 0;height: 42px;padding: 10px;background: #FFF;border-radius: 15px;}
#loginform-hub a {text-decoration: underline;margin-bottom: 15px;font-size: 16px;display: block}
#loginform-hub .login-submit, .registerform-hub .login-submit {text-align: right;margin: 0;}
#loginform-hub .login-submit input, .registerform-hub input[type="submit"] {padding: 0 20px;color: #FFF;background: #153e68;}
.registerform-hub .gfield--type-consent label{font-size: 15px;vertical-align: text-bottom}

.register-wrapper{width: 100%}
.gform_wrapper{
    background-color: #EDEDED;
    border-radius: 15px;
    padding: 30px;
}

.gform_button {
    padding: 0 20px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.gform_button:hover {
    background: #003e67;
    color: #FFF;
}


/*Typography*/
p, ul, ol {margin-bottom: 25px;}


p.has-huge-font-size,
p.has-larger-font-size {font-size: 30px;line-height: 1.35em;}

p.has-large-font-size,
.has-large-font-size p {font-size: 30px;line-height: 1.35em;}

p.has-normal-font-size,
.has-normal-font-size p {font-size: 20px;}

p.has-medium-font-size, .has-medium-font-size p, .has-medium-font-size, #testimonial_carousel p {font-size: 30px;font-weight: 500;}

p.has-small-font-size,
.has-small-font-size p {font-size:18px;}


/*Heading Styles*/
h1,.h1,h2,.h2,h3,.h3,h4,.h4,h5,.h5,h6,.h6 {font-weight: 500;font-family: 'BoosterNextMed';display: block;transition: all 175ms cubic-bezier(0.46, 0.03, 0.52, 0.96);}

h1, .h1 {font-size: 60px;line-height: 1.25em;margin-bottom: 25px;}
h2, .h2 {font-size: 45px;line-height: 1.25em;margin-bottom: 25px;}
h3, .h3 {font-size: 35px;line-height: 1.2em;margin-bottom: 20px;}
h4, .h4 {font-size: 30px;line-height: 1.2em;margin-bottom: 15px;}
h5, .h5 {font-size: 25px;line-height: 1.25em;margin-bottom: 15px;}
h6, .h6 {font-size: 25px;line-height: 1.35em;margin-bottom: 10px;}

/*KB Styles*/
#kb h2, #kb h3, #kb h4, #kb h5, #kb h6 {color: #153e68;}

#kb h1 {font-size: 60px;line-height: 1.25em;margin-bottom: 25px;}
#kb h2 {font-size: 45px;line-height: 1.25em;margin-bottom: 25px;}
#kb h3 {font-size: 35px;line-height: 1.2em;margin-bottom: 20px;}
#kb h4 {font-size: 30px;line-height: 1.2em;margin-bottom: 15px;}
#kb h5 {font-size: 25px;line-height: 1.25em;margin-bottom: 15px;}
#kb h6 {font-size: 25px;line-height: 1.35em;margin-bottom: 10px;}

#kb p,#kb ul, #kb ol {font-size: 22px;font-family: 'Roboto', sans-serif;font-weight: 300;}

.no-margin {margin-bottom: 0!important;}
.lite {font-weight:500;}
.uppercase {text-transform:uppercase;}

/*Layout*/
html {height: 100%;font-size: 18px;margin: 0!important;padding: 0;}
body {font-family: 'Roboto', sans-serif;background: #FFFFFF;color: #4f4f4f;font-size: 22px;line-height: 1.2em;font-weight: 300;padding-top: 110px;font-style: normal;overflow-x: hidden;}

.container {margin: auto;width: 100%;height: 100%;}
.container.lrg {max-width: 1300px;}
.container.med {max-width: 1150px;}
.container.sml {max-width: 900px;}

header {left: 0;top: 0;width: 100%;padding: 10px 0;height: 90px;background: #FFF;z-index: 5555;position: fixed;border-bottom: 3px solid #004070;}
.header-wrp {
display: flex;
height: 100%;
justify-content: space-between;
}
header #logo a {display: block;position: relative;z-index: 5555;}
#logo img {width: 275px;margin-top: 25px;vertical-align: middle;transition: all 175ms cubic-bezier(0.46, 0.03, 0.52, 0.96);}

#nav_access {width: 70%;max-width: 775px;display: flex;flex-direction: row;flex-wrap: wrap;align-items: center;}

header nav ul {
margin: 0;
height: 35px;
display: flex;
align-items: flex-end;
justify-content: flex-end;
}

header nav ul li {list-style:none;}

header nav ul li {list-style: none;width: 20%;height: 100%;display: flex;list-style: none;margin: 0;transition: all 175ms cubic-bezier(0.46, 0.03, 0.52, 0.96);}

#top_nav nav ul li {/* width: 20%; */}
#top_nav ul li a {font-size: 16px;}

#toggle {display:none;position: static;width: 40px;height: 40px;border-radius: 10px;background: #153e68;border: 2px solid #153e68;-webkit-transform: rotate(0deg);transform: rotate(0deg);cursor: pointer;z-index: 9999;}
#toggle span {display: block;position: absolute;height: 2px;width: 20px;background: #FFF;opacity: 1;left: 50%;margin-left: -10px;-webkit-transform: rotate(0deg);-moz-transform: rotate(0deg);-o-transform: rotate(0deg);transform: rotate(0deg);transition: all 175ms cubic-bezier(0.46, 0.03, 0.52, 0.96);}
#toggle span:nth-child(1) {top: 11px;}
#toggle span:nth-child(2),#toggle span:nth-child(3) {top: 17px;}
#toggle span:nth-child(4) {top: 23px;}
.fixed #toggle {
}
.fixed.active #toggle {
}
.active #toggle {
border: 2px solid #FFF;
}
.active #toggle span:nth-child(1) {top: 17px;width: 0%;margin: 0;}
.active #toggle span:nth-child(2) {-webkit-transform: rotate(45deg);-moz-transform: rotate(45deg);-o-transform: rotate(45deg);transform: rotate(45deg);background: #FFF;}
.active #toggle span:nth-child(3) {-webkit-transform: rotate(-45deg);-moz-transform: rotate(-45deg);-o-transform: rotate(-45deg);transform: rotate(-45deg);/* background: #FFF; */}
.active #toggle span:nth-child(4) {top: 17px;width: 0%;margin: 0;}

.active #toggle {background: #738fb4;border: 2px solid #738fb4;}
#toggle:hover span {background: #fff;}

/*Fixed header*/
.fixed header #logo img {}
.fixed header .search form {margin-right: 3px;margin-left: 3px;}
.loading-indicator {
	display: none;
}

.is-loading .loading-indicator {
	display: block;
}


header #bottom_nav {margin-top: 20px;order: 2;width: 100%;position: relative;}
header nav ul li {list-style:none;}

header nav ul li a {font-size: 18px;text-align: center;display: flex;line-height: 14px;width: 100%;height: 100%;padding: 0 10px;color: #153e68;border-radius: 10px;align-items: center;font-family: 'booster_next_fymedium';justify-content: center;}
header nav ul li > ul li.primary {
width: 100%;
height: auto;
position: absolute;
left: 0;
right: 0px;
bottom: 20px;
display: block;
margin: 0;
}

header nav ul li > ul li.primary a {
background: #ffffff;
font-size: 16px;
padding: 10px 15px;
margin: 0 5px;
width: 200px;
margin: auto;
}

header nav ul li > ul li.primary a:hover {background:#738fb4;color:#FFF}

#top_nav {
width: 100%;
position: relative;
align-items: center;
justify-content: flex-start;
margin: 0;
    min-height: 25px;
}

header #top_nav ul {/* display:block; */max-width: 500px;margin-left: auto;}

header nav ul li:first-of-type a:hover {
color: #dae6f2;
}
header nav ul li:nth-of-type(2) a:hover {
    color: #b8cfe6;
}
header nav ul li:nth-of-type(3) a:hover {
    color: #738fb4;
}

header nav ul li {list-style: none;width: auto;height: 100%;margin: 0 15px;display: flex;}

header nav ul li.active > a {background: #ededed;}




.menu-mobile-container {
display: none;
}





/*Dropdown*/
header nav ul > li ul.sub-menu {position: absolute;top: 45px;left: 0;width: 100%;min-height: 275px;padding: 15px;padding-bottom: 100px;z-index: 50;}
header nav ul > li ul.sub-menu,header nav ul#menu-header > li.menu-item-has-children:after {opacity: 0;visibility: hidden;}
header nav ul > li.active ul, header nav ul#menu-header > li.menu-item-has-children.active:after {opacity:1;visibility:visible;}
.fixed header nav ul#menu-header > li.menu-item-has-children.active:after {/* top: 50px; */}
header nav ul#menu-header > li.menu-item-has-children.active:after {top: 45px;}
header nav ul li > ul li {width: 20%;}
header nav ul li > ul li ul {display: block;}
header nav ul li > ul li > ul li {width: 100%;margin: 5px 0;height: auto;border: 0;}
header nav ul li > ul li > ul li a {padding: 12px 0px;background: none;color: #003e67;display: inline-block;text-align: left;min-height: auto;height: auto;}
header nav ul li > ul li > ul li a:hover {color:#738fb4}
header nav ul li > ul li > ul li.heading a {border-bottom: 1px solid #e1e1e1;border-radius: 0;/* font-size: 16px; */margin: 0 25px 5px 0;}
header nav ul li > ul li.column > a {display: none;}
header nav ul li ul li.column ul.sub-menu {top: 0;background: none;position: static;min-height: auto;padding: 0;}
header nav ul li > ul a:hover {background:none;color:#003e67;}
header nav ul#menu-header > li.menu-item-has-children:after {content:'';position:absolute;top: 45px;left: -1500%;width: 3000%;height: 275px;background: #f4f4f4;z-index: 25;transition: all 175ms cubic-bezier(0.46, 0.03, 0.52, 0.96);}



/*Search*/

.search-menu a{
    display: block;
    text-indent: 9999px;
    background-image: url("/wp-content/uploads/2024/11/icons8-search-30.png");
    overflow: hidden;
    width: 30px;
    background-size: 23px;
    background-repeat: no-repeat;
    background-position-y: 50%;
}

#banner{height: 25px;overflow: hidden}
#banner.open{height: auto;overflow: unset}
#search-menu-mobile{display: none}

@media screen and (max-width: 700px) {
    #banner{height: 15px;overflow: hidden}
    #search-menu-mobile{
        margin-left: 15px;
        display: block;
    }
}

form.search {
    display: flex;
    width: 100%;
    max-width: 500px;
    margin: auto;
}

.search input {
    height: 35px;
    width: 100%;
    background: #FFF;
}

.search input[type="submit"] {
    width: 80px;
    margin-left: 5px;
    cursor: pointer;
    transition: all 175ms ease-in-out;
}

label {
    width: calc(100% - 85px);
}

input[type="submit"]:hover {
    background: #153e68;
    color: #FFF;
}

.search input[type="submit"]{
    color: #4f4f4f;
}

.search input[type="submit"]:hover{
    background: #b8cfe6;
    color: #4f4f4f;
}
/*Elastic*/
.ep-autosuggest-container{position:relative}
.ep-autosuggest-container .ep-autosuggest{background:#fff;border:none;-webkit-box-shadow:0 2px 4px rgba(0,0,0,.2);box-shadow:0 2px 4px rgba(0,0,0,.2);border-radius:5px;margin-top:3px!important}
.ep-autosuggest-container .ep-autosuggest>ul{list-style:none;margin:0!important;overflow:hidden;}
.ep-autosuggest-container .ep-autosuggest>ul>li{font-family:sans-serif;font-size:18px;font-family: 'BoosterNextMed';margin:3px!important;}
.ep-autosuggest-container .ep-autosuggest>ul>li>a.autosuggest-link{color:#000;cursor:pointer;display:block;padding:2px 10px}
.ep-autosuggest-container .ep-autosuggest>ul>li>a.autosuggest-link:active,
.ep-autosuggest-container .ep-autosuggest>ul>li>a.autosuggest-link:hover{background-color:#eee;text-decoration:none;font-size:18px;border-radius:5px;}
.ep-autosuggest-container .selected{background-color:#eee;text-decoration:none}


#banner .is-form-style label {width: calc(100%)!important;padding: 8px;}
.is-form-style button.is-search-submit {position: absolute;top: 8px;right: 8px;border-radius: 0 10px 10px 0;overflow: hidden;background: #FFF!important;border-color: #FFF!important;cursor: pointer;}
button.is-search-submit .is-search-icon {
background: none!important;
border: 0!important;
color: #153e68 !important;
}
.is-form-style input {border-radius: 10px!important;}
.is-form-style button.is-search-submit:focus-visible {
background: #738fb4!important;
color: #FFF!important;
}

.is-form-style button.is-search-submit:focus-visible .is-search-icon,
.is-form-style button.is-search-submit:focus-visible .is-search-submit path{color:#FFF!important;fill:white!important;}
.is-form-style button.is-search-submit:focus-visible path {
color: white!important;
fill: white!important;
}

.form-center .is-form-style {float: none;margin: auto;}
.search article {padding-bottom: 15px;margin-bottom: 15px;border-bottom: 2px solid #e1e1e1;}
.inline-form .is-form-style {display: inline-block;vertical-align: middle;}
.inline-form .button {vertical-align: middle;}

.loading-indicator {
	display: none;
}

.is-loading .loading-indicator {
	display: block;
}

/*Grid*/
.grid {display: grid;}
.row {grid-template-rows: repeat(1, 1fr);grid-row-gap: 30px;}

.column-1 {grid-template-columns: repeat(1, 1fr);grid-column-gap: 30px;}
.column-2 {grid-template-columns: repeat(2, 1fr);grid-column-gap: 30px;}
.column-3 {grid-template-columns: repeat(3, 1fr);grid-column-gap: 30px;}
.column-4 {grid-template-columns: repeat(4, 1fr);grid-column-gap: 30px;}
.column-5 {grid-template-columns: repeat(5, 1fr);grid-column-gap: 30px;}
.column-6 {grid-template-columns: repeat(6, 1fr);grid-column-gap: 30px;}

.no-col {grid-column-gap: 0px;}
.no-row {grid-row-gap: 0px;}

.page-grid {width:100%;}

.flex {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;

margin-right: -15px;
margin-left: -15px;
}

.download-buttons{
    justify-content: space-between;
}

.download-buttons .col-2{
    padding: 0!important;
    max-width: 48%;
}

.h-center {
justify-content: center;
}

.v-center {
align-items: center;
}

.col-1,.col-2,.col-3,.col-4, .item,
#blocks.about .item,
.flex-25,.flex-75,.flex-33,.flex-66 {padding-right: 15px;padding-left: 15px;padding-top: 2px;padding-bottom: 2px;}


.col-1 {-ms-flex: 0 0 100%;flex: 0 0 100%;max-width: 100%;}

.col-2, .level-1 > div,.c-2 .item, .c-3-2 .item:nth-child(4),.c-3-2 .item:nth-child(5),.c-3-3-2 .item:nth-child(7),.c-3-3-2 .item:nth-child(8),.c-4-2 .item:nth-child(9),.c-4-2 .item:nth-child(10),.layout-2 > div,.layout-5 > div:nth-child(1),.layout-5 > div:nth-child(2),.layout-7 > div:nth-child(1n+4) {
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}

.flex-66 {
-ms-flex: 0 0 66.66666%;
flex: 0 0 66.66666%;
max-width: 66.66666%;
}

.col-3,.c-3-2 .item,.c-3 .item,.c-3-3-2 .item,.flex-33, .level-1 > div:nth-child(n+3) {
-ms-flex: 0 0 33.33333%;
flex: 0 0 33.33333%;
max-width: 33.33333%;
}

.col-4,.c-4 .item,.layout-8 > div,.flex-25,.layout-4 > div {
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
}

.flex-75 {
-ms-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%;
}

#content-with-sidebar {
display: flex;
flex-wrap: wrap;
margin-right: -15px;
margin-left: -15px;
}

#content-area {
padding-left: calc(30px / 2);
}

#content-area a,#article a {color: black;text-decoration: underline;}

.block-container:has(.has-smartbox-light-green-background-color) .button .fas {color: #919A0A!important;}
.block-container:has(.has-main-background-color) .button .fas {color: #11304F!important;}
.block-container:has(.has-smartbox-dark-blue-background-color) .button .fas {color: #11304F!important;}

.mw_300 {
max-width: 300px;
}
.mw_400 {
max-width: 400px;
}
.mw_500 {
max-width: 500px;
}
.mw_600 {
max-width: 600px;
}

/*Breadcrumbs*/
#breadcrumbs a {background: #EDEDED;padding: 3px 7px;border-radius: 10px;text-decoration: none;display: inline-block;color: #4f4f4f;margin: 3px 0;}
#breadcrumbs {margin-bottom: 25px;font-family: 'booster_next_fymedium';font-size: 16px;}
#breadcrumbs span:after {content:' > ';}
#breadcrumbs.page-breadcrumbs span:after {content:'';}
#breadcrumbs span:last-child:after {content: '';}
#breadcrumbs span:last-child {font-weight: 700;}
#breadcrumbs a:hover,div#breadcrumbs span:last-child a {background: #D5D7D9;}
#breadcrumbs.page-breadcrumbs span:last-child {font-weight: 500;}


/*Downloads*/
.downloadable,.link {transition: all 175ms ease-in-out;}
.downloadable h4,.link h4 {font-size:22px!important;color: white!important;}
.downloadable a,.link a {display: flex;justify-content: space-between;align-items: center;padding: 10px 20px;min-height: 80px;color: #FFF!important;text-decoration: none!important;}
.downloadable span {background-size: 100%;background-position: center center;background-repeat: no-repeat;width: 65px;height: 65px;min-width: 65px;display: block;}
.downloadable .file-pdf span {background-image: url(images/pdf.png);}
.downloadable .file-image span {background-image: url(images/image.png);}
.downloadable .file-exe span {background-image: url(images/exe.png);}
.downloadable .file-zip span {background-image: url(images/zip.png);}

.downloads h2.h3{display: none}



/*Account*/
#role {
display: flex;
align-items: center;
color: #f0512c;
justify-content: flex-end;
}

#role #user-role {
margin: 0 15px 0 0;
font-weight: 500;
}

a#edit-profile {
    text-decoration: none;
    color: #153e68;
    font-size: 20px;
    position: relative;
    top: -2px;
    background: #ededed;
    border-radius: 50%;
    display: flex;
    width: 40px;
    height: 40px;
    justify-content: center;
    align-items: center;
}

a#edit-profile:hover {
    background: #153e68;
    color: #FFF;
}

#role img {
border-radius:10px;
}

/*Articles*/
.articles .col-1:after {content: '';border-bottom: 1px solid #dddddd;width: 100%;display: block;padding-top: 30px;}
.articles .col-1:last-child:after {display:none}


#blocks.articles a h2, #blocks.articles a h3,#blocks.articles a h4 {
display: inline-block;
}
.display-permission {display:block;margin: 10px 0;}
.display-permission span {background: #ededed;border-radius: 50%;display: inline-flex;width: 30px;height: 30px;align-items: center;justify-content: center;}

.display-permission span img {
    width: 20px;
}

.article-item:hover h2 {
color: #738fb4;
}


/*Blocks*/
#top-level img {
max-width: 150px;margin-left:auto;
}

.block-container {height:100%;background-size: cover;background-position: center center;}


#blocks .block-container a {display:block;position: relative;border-radius: 15px;}
#blocks .block-container .button {}
#blocks.level-0 .block-container a {min-height: 250px;}

.bar {
position: absolute;
top: 0;
width: 100%;
min-height: 60px;
display: flex;
align-items: center;
flex-wrap: wrap;
}

.bar .title-bar {
width: 100%;
}

.bar .title-bar h2 {padding:15px;font-family: 'booster_next_fymedium';font-size: 22px;overflow-wrap: anywhere;}
.bar .desc {font-family: 'Roboto', sans-serif;font-size: 16px;line-height: 1.2em;padding:15px;}

.title-bar p {
width: 100%;

font-size: 16px;
}

#blocks .block-container a,
.blocks .block-container a {display:block;position: relative;color: #003E67;}
#blocks .block-container .button,
.blocks .block-container .button {position: absolute;bottom: 15px;right: 15px;width: 35px;padding: 0;}
#blocks .block-container .button.has-black-background-color,
.blocks .block-container .button.has-black-background-color{color:#FFF;}
#blocks .block-container .button.has-navy-background-color,
.blocks .block-container .button.has-navy-background-color{color:#FFF;}

.thumb {/* height: calc(20vw - 75px); */min-height: 274px;background-size: cover;background-position: center center;background-repeat: no-repeat;}

.thumb.icon {background-size:auto;background-repeat:no-repeat;}

/*Sidebar Links*/
.sub .current-cat > a,.sub .current  {
background: #D5D7D9;
color: #153e68;
display: block;
border-radius: 10px;
padding: 5px 15px;
margin-left: 0px;
}
.sub {margin: 0;font-size: 16px;line-height: 20px;}
.sub li {list-style:none;margin-left: 15px;}
.sub li.top {margin-left:0;}
.sub li.top a {}
.sub ul {margin: 0 0 0px 15px;list-style: none;}
.sub ul li {list-style: none;}
.sub a {
color: #153e68;
padding: 5px 0;
display: block;
}
.sub a:hover {color:#b8cfe6;}
.sub .current a,.sub .current-cat > a:hover {color:#153e68;}

#banner .flex {align-items: center;}

#content-navigation a {display: flex;height: 125px;align-items: center;justify-content: space-between;}
#content-navigation .thumb {height: 100%;min-width: 100px;min-height: 100%;background-position: right center;}
#content-navigation .active a,#content-navigation a:hover {background: #153e68;}
#content-navigation .active h4,#content-navigation a:hover h4 {color:#FFF;}
.child-page.active {display: block;}
.child-page {display: none;}

/*Error/Success*/
#error,#success {display:none;font-family: 'BoosterNextFY', sans-serif;color:#FFF;padding: 25px;margin-bottom: 25px;}
#error {background: #d60b03;}
#success{background: #2ecc71;}
#error p {margin:0;}

/*Form*/
#easyform select, #easyform input, #easyform textarea {font-size: 14px;border: 2px solid #404042;padding: 15px;font-family: 'BoosterNextFY', sans-serif;-webkit-box-sizing: border-box;box-sizing: border-box;width: 100%;outline: none;margin-bottom: 15px;}
#easyform textarea {height: 200px;}
#easyform span {color:#ce1322;}
#easyform #verify {margin-top: 2.25%;}
#easyform #verify_image {width: 120px;height: 52px;float: left;vertical-align: top;}
#easyform .refresh {width: 42px;height: 42px;display: block;float: left;margin: 5px;border:0;}
#easyform button {margin-top:15px;}



footer #menu-legal {margin-top:25px;}
footer #menu-legal li a {text-decoration:underline;}

footer h5 {color: #153e68;font-size: 18px;font-family: 'BoosterNextBold';margin-bottom:5px;}

footer ul {
margin: 0 0 25px 0;
list-style: none;
}

footer ul li {
margin: 0;
}

footer ul li a:hover {text-decoration:underline}


#f-logo img {
width: 250px;
margin: 25px 0;
}

footer {box-shadow: 0px -3px 3px rgb(0 0 0 / 10%);}

#actions {margin: 0;}
#actions .flex {margin: 0;}
#actions .flex-33 {padding: 0;}
#actions .flex img {width:100%;max-width: 100px;}
#actions p {margin:0;}

footer a,footer p {font-size:16px;}
footer a:hover {text-decoration:underline;color: #b8cfe6;}

#footer-actions input {
height: 40px;
width: 80%;
margin-right: 2.5%;
padding: 0 15px;
background: #FFF;
border-radius: 10px;
border: 0;
float: left;
}

#footer-actions button {
width: 17.5%;
background: #153e68;
color: #FFF;
border-radius: 10px;
height: 40px;
padding: 0;
display: inline-block;
position: relative;
cursor: pointer;
outline: none;
border: 0;
font-weight: 500;
font-size: 21px;
line-height: 40px;
border-radius: 10px;
}

#footer-actions button:hover {background:#ee7e2c;}

#nl-content p {
font-size: 16px;
}

#nl-content h4,#nl-content h5 {
color: #153e68;
}


.set-responsive {margin: 0 auto 25px;display: block;}






@media all and (max-width: 1400px) {
.set-responsive {
    width: 100%;
}
}



@media all and (max-width: 1000px) {
header #logo {
    position: absolute;
}

#logo img {
    margin-top: 10px;
    width: 240px;
}

header #nav_access {
    width: 100%;
}
    header nav ul li {margin:0 10px;}
}





@media all and (max-width: 700px) {
body {margin: 0;padding-top: 70px;font-size: 20px;font-weight: 300;}
.fixed {}
#accessible {display: none;}
body #wp_access_helper_container.active button.aicon_link, body #wp_access_helper_container button.aicon_link {top:auto!important;}
#toggle {display: block;}
header,.fixed header {height:auto;padding: 15px 0;height: 40px;position: fixed;top: 0;left: 0;}


#logo img {width:175px;margin-top: 10px;}
.menu-header-container {display: none;}
.menu-mobile-container {display:block;}
#nav_access {display: flex;justify-content: flex-end;width: auto;}
header #bottom_nav {margin: 0;position: fixed;top: 70px;left: 0;right: 0;height: 100%;opacity: 0;background: #f2f2f2;visibility: hidden;z-index: -15;}
.active header #bottom_nav {opacity: 1;visibility: visible;z-index: 9998!important;}
#top_nav {
opacity: 0;
visibility: hidden;
position: fixed;
bottom: 0;
left: 0;
z-index: 88888;
}
.active #top_nav {opacity:1;visibility:visible}
header nav ul {display: flex;flex-direction: column;height: auto;align-items: flex-start;margin: 0;padding: 10px 40px;display: none;}
.active header nav ul {display:block;}
header nav ul > li ul.sub-menu li.active ul {opacity: 1;visibility: visible;height: 100%;padding: 0 0 10px 70px;}
header nav ul li > ul li > ul li {
margin: 0;
}
header nav ul li {border-bottom: 1px solid rgb(0 0 0 / 10%);}
header nav ul li:last-child {border:0;}
header nav ul li ul li {border-bottom: 0;}
header nav ul li ul li.inactive:last-child > a {padding-bottom: 13px;}
header nav ul li a {padding: 15px 0px;display: block;font-weight: 600;text-align: left;border-radius: 0;position: relative;}
header nav ul li.active > a {background:none}
header nav ul li {
width: 100%;
margin: 0;
display: block;
}
header nav ul li > ul li {width: calc(100% - 40px);border-bottom: 1px solid rgb(0 0 0 / 10%);}
header nav ul li > ul li a {font-size:17px;}
header nav ul li > ul li:last-child {border:0;}
header nav ul > li ul.sub-menu {top: 0;position: relative;min-height: auto;padding: 0;padding-left: 25px;width: auto;margin-right: -40px;margin-left: -40px;background: white;padding: 15px 15px 15px 63px;}
header nav ul > li ul.sub-menu ul {padding: 0 0 0 75px;opacity: 0;visibility: hidden;height: 0;}
header #top_nav ul {
padding: 10px 20px;
margin: 0;
max-width: 100%;
display: flex;
flex-direction: row;
align-items: center;
justify-content: space-around;
}
#top_nav nav ul li {
width: auto;
display: flex;
border: 0;
flex-direction: row;
}
#top_nav ul li a {
font-size: 16px;
}
header nav ul li ul.sub-menu ul li a {border:0;font-size: 16px;}
.menu-item-has-children > a:before {position: absolute;left: -20px;font-family: "Font Awesome 5 Free"!important;content: "\f054";font-weight: 600;}
.menu-item-has-children.active > a:before {transform:rotate(90deg)}
}



@media all and (max-width: 900px) {
h1, .h1 {font-size: 40px;margin-bottom: 25px;}
h2, .h2 {font-size: 20px;margin-bottom: 25px;}
h3, .h3 {font-size: 20px;margin-bottom: 20px;}
h4, .h4 {font-size: 24px;margin-bottom: 15px;}
h5, .h5 {font-size: 18px;margin-bottom: 15px;}
h6, .h6 {font-size: 18px;margin-bottom: 10px;}

/*p.has-large-font-size, .has-large-font-size p {font-size:26px!important}
 */

.lrgPadTop {padding-top: 50px;}
.lrgPadBottom {padding-bottom: 50px;}
.lrgPadLeft {padding-left: 50px;}
.lrgPadRight {padding-right: 50px;}
.lrgPadAll {padding: 50px;}

.lrgMarTop {margin-top: 50px;}
.lrgMarBottom {margin-bottom: 50px;}
.lrgMarLeft {margin-left: 50px;}
.lrgMarRight {margin-right: 50px;}
.lrgMarAll {margin:50px;}

.col-4,.c-4 .item {
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}

.flex-75 {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}

.flex-25 {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}


.bar .desc p {font-size: 16px;}



.col-2, .level-1 > div,.c-2 .item, .c-3-2 .item:nth-child(4),.c-3-2 .item:nth-child(5),.c-3-3-2 .item:nth-child(7),.c-3-3-2 .item:nth-child(8),.c-4-2 .item:nth-child(9),.c-4-2 .item:nth-child(10),.layout-2 > div,.layout-5 > div:nth-child(1),.layout-5 > div:nth-child(2),.layout-7 > div:nth-child(1n+4) {
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}

.flex-66 {
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}

.col-3,.c-3-2 .item,.c-3 .item,.c-3-3-2 .item,.flex-33, .level-1 > div:nth-child(n+3) {
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}

.col-4,.c-4 .item,.layout-8 > div,.layout-4 > div {
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}

.flex-75 {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}

#nl-heading {
text-align: center;
margin-bottom: 15px;
}

.thumb {/* min-height: 150px; */}

#content-with-sidebar #sidebar-container {order: 2;}

}



@media all and (max-width: 850px) {
p.has-normal-font-size, .has-normal-font-size p {
font-size: 18px;
}

}

@media (min-width: 782px) {
.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column:not(:first-child) {margin-left: 1em;}
}
@media (min-width: 600px) and (max-width: 781px) {
.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column:nth-child(2n) {margin-left:0;}
}



@media all and (max-width: 675px) {
h1, .h1 {font-size: 30px;margin-bottom: 15px;}
h2, .h2 {font-size: 18px;margin-bottom: 15px;}
h3, .h3 {font-size: 18px;margin-bottom: 10px;}
h4, .h4 {font-size: 20px;margin-bottom: 5px;}
h5, .h5 {font-size: 18px;margin-bottom: 5px;}
h6, .h6 {font-size: 18px;margin-bottom: 5px;}

p,ol,ul {font-size:16px!important;}

.padTop {padding-top: 15px;}
.padBottom {padding-bottom: 15px;}
.padLeft {padding-left: 15px;}
.padRight {padding-right: 15px;}
.padAll {padding: 15px;}

.lrgPadTop {padding-top: 25px;}
.lrgPadBottom {padding-bottom: 25px;}
.lrgPadLeft {padding-left: 25px;}
.lrgPadRight {padding-right: 25px;}
.lrgPadAll {padding: 25px;}

.marTop {margin-top: 15px;}
.marBottom {margin-bottom: 15px;}
.marLeft {margin-left: 15px;}
.marRight {margin-right: 15px;}
.marAll {margin:15px;}

.lrgMarTop {margin-top: 25px;}
.lrgMarBottom {margin-bottom: 25px;}
.lrgMarLeft {margin-left: 25px;}
.lrgMarRight {margin-right: 25px;}
.lrgMarAll {margin:25px;}

.desc {
    display: none;
}

.thumb {
    min-height: 200px;
}

.thumb.icon {
    background-size: contain;
}

.wah_shortcode_element {display:none;}

.flex {margin-left: -8px;margin-right: -8px;}

.col-1, .col-2, .col-3, .col-4, .item, #blocks.about .item, .flex-25, .flex-75, .flex-33, .flex-66 {
padding-left: 8px;
padding-right: 8px;
}

.col-3,
.c-3-2 .item,
.c-3 .item,
.c-3-3-2 .item,
.flex-33, .level-1 > div:nth-child(n+3) {
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}

.col-2, .level-1 > div, .c-2 .item, .c-3-2 .item:nth-child(4), .c-3-2 .item:nth-child(5), .c-3-3-2 .item:nth-child(7), .c-3-3-2 .item:nth-child(8), .c-4-2 .item:nth-child(9), .c-4-2 .item:nth-child(10) {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}

#welcome-role {text-align:center;font-weight: 700;}
#welcome-role, #welcome-role p {margin:0;}
#welcome-role #role {
display: flex;
justify-content: center;
}

#actions .flex {
justify-content: center;
text-align: center;
}

.title-bar {min-height: 50px;}
#blocks .block-container .button {}


#actions .flex-33,#actions .flex-66 {max-width: 100%;flex: 100%;}
#actions p {font-size:14px}

#footer-actions input {
width: 100%;
margin-bottom: 15px;
}

#footer-actions button {
margin: auto;
display: block;
width: 130px;
}

}
















/*Model Dialog Box*/
.dialog {position:relative;width:auto;max-width: 1050px;margin:20px auto;}
.dialog .title {padding:25px;color: #FFF;font-size: 34px;font-weight: 400;letter-spacing: -2px;}
#dialog-wrap {display: block;padding: 25px;border-top: 0;}

/* Magnific Popup CSS */
.mfp-bg {top: 0;left: 0;width: 100%;height: 100%;z-index: 6666;overflow: hidden;position: fixed;background: #0b0b0b;opacity: 0.8;filter: alpha(opacity=80); }
.mfp-wrap {top: 0;left: 0;width: 100%;height: 100%;z-index: 7777;position: fixed;outline: none !important;-webkit-backface-visibility: hidden; }
.mfp-container {text-align: center;position: absolute;width: 100%;height: 100%;left: 0;top: 0;padding: 0 8px;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box; }
.mfp-container:before {content: '';display: inline-block;height: 100%;vertical-align: middle; }
.mfp-align-top .mfp-container:before {display: none; }
.mfp-content {position: relative;display: inline-block;vertical-align: middle;margin: 0 auto;text-align: left;z-index: 9999; }
.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {width: 100%;cursor: auto; }
.mfp-ajax-cur {cursor: progress; }
.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {cursor: -moz-zoom-out;cursor: -webkit-zoom-out;cursor: zoom-out; }
.mfp-zoom {cursor: pointer;cursor: -webkit-zoom-in;cursor: -moz-zoom-in;cursor: zoom-in; }
.mfp-auto-cursor .mfp-content {cursor: auto; }
.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {-webkit-user-select: none;-moz-user-select: none;user-select: none; }
.mfp-loading.mfp-figure {display: none; }
.mfp-hide {display: none !important; }
.mfp-preloader {color: #CCC;position: absolute;top: 50%;width: auto;text-align: center;margin-top: -0.8em;left: 8px;right: 8px;z-index: 1044; }
.mfp-preloader a {color: #CCC;}
.mfp-preloader a:hover {color: #FFF;}
.mfp-s-ready .mfp-preloader {display: none; }
.mfp-s-error .mfp-content {display: none; }
button.mfp-close, button.mfp-arrow {overflow: visible;cursor: pointer;background: transparent;border: 0;-webkit-appearance: none;display: block;outline: none;padding: 0;z-index: 1046; }
button::-moz-focus-inner {padding: 0;border: 0; }
.mfp-close {width: 44px;height: 44px;line-height: 44px;position: absolute;right: 0;top: 0;text-decoration: none;text-align: center;opacity: 0.65;filter: alpha(opacity=65);padding: 0 0 18px 10px;color: #FFF;font-style: normal;font-size: 28px;}
.mfp-close:hover, .mfp-close:focus {opacity: 1;filter: alpha(opacity=100); }
.mfp-close:active {top: 1px; }
.mfp-close-btn-in .mfp-close {color: #333333;}
.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {color: #FFF;right: 0px;text-align: center; }
.mfp-counter {position: absolute;top: 0;right: 0;color: #CCC;font-size: 12px;line-height: 18px;white-space: nowrap; padding: 0;}
.mfp-zoom-in .mfp-with-anim {opacity: 0;transition: all 0.2s ease-in-out;transform: scale(0.8);}
.mfp-zoom-in.mfp-bg {opacity: 0;transition: all 0.3s ease-out;}
.mfp-zoom-in.mfp-ready .mfp-with-anim {opacity: 1;transform: scale(1);}
.mfp-zoom-in.mfp-ready.mfp-bg {opacity: 0.8;}
.mfp-zoom-in.mfp-removing .mfp-with-anim {transform: scale(0.8);opacity: 0;}
.mfp-zoom-in.mfp-removing.mfp-bg {opacity: 0;}
.mfp-move-horizontal .mfp-with-anim {opacity: 0;transition: all 0.3s;transform: translateX(-50px);}
.mfp-move-horizontal.mfp-bg {opacity: 0;transition: all 0.3s;}
.mfp-move-horizontal.mfp-ready .mfp-with-anim {opacity: 1;transform: translateX(0);}
.mfp-move-horizontal.mfp-ready.mfp-bg {opacity: 0.8;}
.mfp-move-horizontal.mfp-removing .mfp-with-anim {transform: translateX(50px);opacity: 0;}
.mfp-move-horizontal.mfp-removing.mfp-bg {opacity: 0;}
.mfp-move-left .mfp-with-anim {opacity: 0;transition: all 0.3s;transform: translateY(-50px);}
.mfp-move-left.mfp-bg {opacity: 0;transition: all 0.3s;}
.mfp-move-left.mfp-ready .mfp-with-anim {opacity: 1;transform: translateY(0);}
.mfp-move-left.mfp-ready.mfp-bg {opacity: 0.8;}
.mfp-move-left.mfp-removing .mfp-with-anim {transform: translateY(50px);opacity: 0;}
.mfp-move-left.mfp-removing.mfp-bg {opacity: 0;}
.mfp-zoom-out .mfp-with-anim {opacity: 0;transition: all 0.3s ease-in-out;transform: scale(1.3);}
.mfp-zoom-out.mfp-bg {opacity: 0;transition: all 0.3s ease-out;}
.mfp-zoom-out.mfp-ready .mfp-with-anim {opacity: 1;transform: scale(1);}
.mfp-zoom-out.mfp-ready.mfp-bg {opacity: 0.8;}
.mfp-zoom-out.mfp-removing .mfp-with-anim {transform: scale(1.3);opacity: 0;}
.mfp-zoom-out.mfp-removing.mfp-bg {opacity: 0;}
.mfp-with-fade .mfp-content, .mfp-with-fade.mfp-bg {opacity: 0; transition: opacity .5s ease-out;}
.mfp-with-fade.mfp-ready .mfp-content {opacity: 1;}
.mfp-with-fade.mfp-ready.mfp-bg {opacity: 0.8;}
.mfp-with-fade.mfp-removing.mfp-bg {opacity: 0;}
.mfp-arrow {position: absolute;opacity: 0.65;filter: alpha(opacity=65);margin: 0;top: 50%;margin-top: -55px;padding: 0;width: 90px;height: 110px;-webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
.mfp-arrow:active {margin-top: -54px; }
.mfp-arrow:hover, .mfp-arrow:focus {opacity: 1;filter: alpha(opacity=100); }
.mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {content: '';display: block;width: 0;height: 0;position: absolute;left: 0;top: 0;margin-top: 35px;margin-left: 35px;border: medium inset transparent; }
.mfp-arrow:after, .mfp-arrow .mfp-a {border-top-width: 13px;border-bottom-width: 13px;top: 8px; }
.mfp-arrow:before, .mfp-arrow .mfp-b {border-top-width: 21px;border-bottom-width: 21px;opacity: 0.7; }
.mfp-arrow-left {left: 0; }
.mfp-arrow-left:after, .mfp-arrow-left .mfp-a {border-right: 17px solid #FFF;margin-left: 31px; }
.mfp-arrow-left:before, .mfp-arrow-left .mfp-b {margin-left: 25px;border-right: 27px solid #3F3F3F; }
.mfp-arrow-right {right: 0; }
.mfp-arrow-right:after, .mfp-arrow-right .mfp-a {border-left: 17px solid #FFF;margin-left: 39px; }
.mfp-arrow-right:before, .mfp-arrow-right .mfp-b {border-left: 27px solid #3F3F3F; }
.mfp-iframe-holder {padding-top: 40px;padding-bottom: 40px; }
.mfp-iframe-holder .mfp-content {line-height: 0;width: 100%;max-width: 900px; }
.mfp-iframe-holder .mfp-close {top: -40px; }
.mfp-iframe-scaler {width: 100%;height: 0;overflow: hidden;padding-top: 56.25%; }
.mfp-iframe-scaler iframe {position: absolute;display: block;top: 0;left: 0;width: 100%;height: 100%;background: #000; }
img.mfp-img {width: auto;max-width: 100%;height: auto;display: block;line-height: 0;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;margin: 0 auto; }
.mfp-figure {line-height: 0; }
.mfp-figure:after {content: '';position: absolute;left: 0;top: 40px;bottom: 40px;display: block;right: 0;width: auto;height: auto;z-index: -1;background: #444; }
.mfp-figure small {color: #BDBDBD;display: block;font-size: 12px;line-height: 14px; }
.mfp-figure figure {margin: 0; }
.mfp-bottom-bar {margin-top: 7px;position: absolute;top: 100%;left: 0;width: 100%;cursor: auto; }
.mfp-title {text-align: left;line-height: 18px;color: #F3F3F3;word-wrap: break-word;padding-right: 36px; }
.mfp-image-holder .mfp-content {max-width: 100%; }
.mfp-gallery .mfp-image-holder .mfp-figure {cursor: pointer; }

.mfp-fade.mfp-bg {
opacity: 0;

-webkit-transition: all 0.15s ease-out;
-moz-transition: all 0.15s ease-out;
transition: all 0.15s ease-out;
}
.mfp-fade.mfp-bg.mfp-ready {
opacity: 0.8;
}
.mfp-fade.mfp-bg.mfp-removing {
opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
opacity: 0;

-webkit-transition: all 0.15s ease-out;
-moz-transition: all 0.15s ease-out;
transition: all 0.15s ease-out;
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
opacity: 1;
}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
opacity: 0;
}
