#header-wrapper .nav-toggle {
    position: absolute;
    display: block;
    right: 1rem;
    top: 0;
    height: 100%;
    width: 3rem;
    opacity: 0.5;
    z-index: 101;
    cursor: pointer;
}
#header-wrapper .nav-toggle::after {
    position: absolute;
    display: block;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,  -50%);
    transform: translate(-50%,  -50%);
    content: '▼';
    font-size: 1em;
}
#header-wrapper .logo .nav-toggle::after {
    content: '\2630';
    font-size: 2em;
}
#header-wrapper ul.menu {
    position: fixed;
    top: 0;
    left: 0;
    display: block;
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
    height: auto;
    max-height: 100vh;
    overflow-y: scroll;
    background: #F8F8F8;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    z-index: 100;
}
#header-wrapper ul.menu img {
    max-width: 50%;
    max-height: 5rem;
    height: auto;
}
#header-wrapper ul.menu>li {
    position: relative;
    display: none;
}
#header-wrapper ul.menu>li.logo {
    display: block;
}
#header-wrapper ul.menu>li>a {
    position: relative;
    z-index: 100;
    background: #F8F8F8;
    color: #6D6E71;
    text-align: left;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
#header-wrapper ul.menu>li>a::before, #header-wrapper ul.menu>li>a::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 1px;
    width: 100%;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
#header-wrapper ul.menu>li>a::after {
    top: initial;
    bottom: 0;
    background: #6D6E71;
    opacity: 0.5;
}
#header-wrapper ul.menu>li>ul {
    display: none;
}
#header-wrapper ul.menu>li.active>ul, #header-wrapper ul.menu>li.logo.active ~ li {
    display: block;
}
#header-wrapper ul.menu>li.active:not(.logo) .nav-toggle {
    height: 4rem;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
#header-wrapper ul.menu.navigating>li {
    display: block;
}
#header-wrapper ul.sub-menu {
    position: relative;
    display: block;
    width: 100%;
    padding-left: 0;
    list-style: none;
    background: #81BC00;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
#header-wrapper ul.sub-menu>li a {
    position: relative;
    color: white !important;
}
#header-wrapper ul.sub-menu>li a::after {
    content: '';
    position: absolute;
    left: 1rem;
    bottom: 0;
    width: calc(100% - 2rem);
    height: 1px;
    background: #fff;
    opacity: 0.3;
}
#header-wrapper ul.menu a, #header-wrapper ul.sub-menu a {
    position: relative;
    display: block;
    padding: 1rem;
    text-decoration: none;
    box-sizing: border-box;
    top: 50%}
#header-wrapper ul.menu li.button a, #header-wrapper ul.sub-menu li.button a {
    background: #B8D53F;
    color: #fff;
}
@media (min-width: 60em) and (min-height: 35em) {
    #header-wrapper .nav-toggle {
    display: none;
}
#header-wrapper ul.menu {
    display: table;
    width: 180px;
    height: 100vh;
}
#header-wrapper ul.menu img {
    max-width: 140px;
}
#header-wrapper ul.menu>li {
    display: table-row;
}
#header-wrapper ul.menu>li::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #F8F8F8;
    z-index: 99;
}
#header-wrapper ul.menu>li>a {
    text-align: left;
}
#header-wrapper ul.menu>li>ul {
    display: block;
}
#header-wrapper ul.menu>li>ul a {
    background-color: rgba(0, 0, 0, 0);
}
#header-wrapper ul.menu>li:hover>a {
    background: #9F9FA0;
    color: #F8F8F8;
}
#header-wrapper ul.menu>li:hover>a::before, #header-wrapper ul.menu>li:hover>a::after {
    height: 4px;
    background: #81BC00;
}
#header-wrapper ul.menu>li:hover>ul {
    -webkit-transform: translateX(0) translateY(-50%) translateY(-7vh);
    transform: translateX(0) translateY(-50%) translateY(-7vh);
}
#header-wrapper ul.menu>li:hover>ul a:hover {
    background-color: rgba(0, 0, 0, 0.1);
}
#header-wrapper ul.sub-menu {
    position: absolute;
    left: 180px;
    width: 300px;
    max-height: 100vh;
    box-shadow: inset 10px 0 10px -10px rgba(0, 0, 0, 0.2);
    background: rgba(129, 188, 0, 0.9);
    z-index: 99;
    -webkit-transform: translateX(-100%) translateX(-180px) translateY(-50%) translateY(-7vh);
    transform: translateX(-100%) translateX(-180px) translateY(-50%) translateY(-7vh);
}
#header-wrapper ul.sub-menu>li a {
    position: relative;
    color: white !important;
}
#header-wrapper ul.sub-menu>li a::after {
    content: '';
    position: absolute;
    left: 1rem;
    bottom: 0;
    width: calc(100% - 2rem);
    height: 1px;
    background: #fff;
    opacity: 0.3;
}
#header-wrapper ul.menu li.logo a, #header-wrapper ul.sub-menu li.logo a {
    padding: 2rem 1rem;
}
#header-wrapper ul.menu li.button a, #header-wrapper ul.sub-menu li.button a {
    font-weight: 700;
}
#header-wrapper li.menu-item-has-children:nth-of-type(2) ul.sub-menu {
    margin-top: 4rem;
}
#header-wrapper ul.menu>li>a {
    height: 100%;
    padding: 0 1rem;
}
#header-wrapper ul.menu>li>a i {
    padding-top: 15%}
#header-wrapper ul.menu>li.button a {
    padding-top: 1rem;
}
#body-wrapper {
    margin-left: 180px;
}
.section-wrapper {
    width: calc(80vw - 180px);
}
}@media (min-width: 60em) and (min-height: 50em) {
    #header-wrapper ul.menu>li>a {
    text-align: center;
}
}@font-face {
    font-family: 'fontello';
    src: url("../font/fontello.eot?79825563");
    src: url("../font/fontello.eot?79825563#iefix") format("embedded-opentype"), url("../font/fontello.woff2?79825563") format("woff2"), url("../font/fontello.woff?79825563") format("woff"), url("../font/fontello.ttf?79825563") format("truetype"), url("../font/fontello.svg?79825563#fontello") format("svg");
    font-weight: normal;
    font-style: normal;
}
i[class^="icon-"] {
    display: inline-block;
    vertical-align: middle;
    width: 4rem;
    margin-left: -0.5rem;
    opacity: 0.8;
}
.after-icon {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 4rem);
}
[class^="icon-"]:before, [class*=" icon-"]:before {
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    font-size: 6vh;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: .2em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.icon-okay-icons-01:before {
    content: '\e800'}
.icon-okay-icons-02:before {
    content: '\e801'}
.icon-okay-icons-03:before {
    content: '\e802'}
.icon-okay-icons-05:before {
    content: '\e804'}
.icon-okay-icons-06:before {
    content: '\e805'}
.icon-okay-icons-07:before {
    content: '\e806'}
.icon-okay-icons-04:before {
    content: '\e807'}
@media (min-height: 50em) {
    i[class^="icon-"] {
    display: block;
    width: 100%;
    margin-left: 0;
    text-align: center;
}
.after-icon {
    display: block;
    width: 100%}
}body {
    font-family: 'Figtree',  'Helvetica',  'Arial',  sans-serif;
    color: #6D6E71;
}
#body-wrapper h1, #body-wrapper h2 {
    font-weight: 900;
}
#body-wrapper h3 {
    font-weight: 500;
}
#body-wrapper h4, #body-wrapper h5, #body-wrapper h6, #body-wrapper a {
    font-weight: 700;
}
#body-wrapper p {
    font-weight: 400;
}
a {
    -webkit-transition: all 0.6;
    transition: all 0.6;
}
html, body {
    position: relative;
    margin: 0;
    padding: 0;
}
#body-wrapper {
    min-height: calc(100vh - 200px);
}
.section-wrapper {
    width: 80vw;
    max-width: 90rem;
    margin: 0 auto;
    padding: 2rem 0;
}
@media (min-width: 40em) {
        .section-wrapper {
        padding: 2rem;
    }
}
.bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    z-index: -1;
}
/*.header-block .bg { 
    opacity: 0.75;
    box-shadow: inset 0 -16rem 6rem -8rem white;
}*/
.bgvid {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    z-index: -1;
}
h1, h2, h3, h4, h5, h6 {
    color: #005DB9;
}

.contact-header {
    color: #2B66CC;
    text-shadow: none;
}
.footer-block .gform_heading {
    color: #2B66CC;
}
form[id^="gform"] {
    margin-bottom: 2rem;
}
form[id^="gform"] ul {
    padding: 0;
    margin-top: 0;
    list-style-type: none;
}
form[id^="gform"] li {
    list-style-type: none;
}
form[id^="gform"] input[type="text"], form[id^="gform"] input[type="email"], form[id^="gform"] input[type="tel"], form[id^="gform"] input[type="checkbox"], form[id^="gform"] input[type="file"], form[id^="gform"] textarea, form[id^="gform"] .ginput_container_text input {
    display: block;
    position: relative;
    color: #222;
    line-height: 1.5em;
    font-size: 1rem;
    font-family: inherit;
    padding: 1em;
    border: none;
    border-radius: 0;
    background: #fff;
    box-shadow: none;
    outline: none;
    margin: 0;
    width: 100%}
form[id^="gform"] input[type="text"]:focus, form[id^="gform"] input[type="email"]:focus, form[id^="gform"] input[type="tel"]:focus, form[id^="gform"] input[type="checkbox"]:focus, form[id^="gform"] input[type="file"]:focus, form[id^="gform"] textarea:focus, form[id^="gform"] .ginput_container_text input:focus {
    box-shadow: inset 0.25rem 0 0 #005DB9;
}
form[id^="gform"] textarea {
    min-height: 4rem;
    width: 100%}
form[id^="gform"] div.has_first_name.has_last_name {
    font-size: 0;
}
div.has_first_name.has_last_name>span {
    display: inline-block;
    width: calc(50% - 0.25rem);
}
div.has_first_name.has_last_name>span:first-child {
    margin-right: 0.5rem;
}
form[id^="gform"] span * {
    vertical-align: middle;
}
form[id^="gform"] select {
    margin-bottom: 1rem;
}
form[id^="gform"] .gfield {
    margin-bottom: 0.5rem;
}
form[id^="gform"] .gfield_label {
    font-weight: bold;
}
form[id^="gform"] .gfield_checkbox, form[id^="gform"] .gfield_radio {
    margin: 0;
}
form[id^="gform"] input[type="checkbox"], form[id^="gform"] input[type="radio"] {
    position: relative;
    display: inline;
    width: auto;
    margin: 1rem 0.3rem 1rem 0rem;
    opacity: 0;
    z-index: 2;
}
form[id^="gform"] input[type="checkbox"]+label, form[id^="gform"] input[type="radio"]+label {
    position: relative;
    overflow: visible !important;
}
form[id^="gform"] input[type="checkbox"]+label::before, form[id^="gform"] input[type="radio"]+label::before {
    content: "";
    position: relative;
    display: inline-block;
    top: -0.1rem;
    height: 1.2rem;
    width: 1.2rem;
    left: -1.5rem;
    vertical-align: middle;
    z-index: 1;
    border: solid 2px #005DB9;
}
form[id^="gform"] input[type="checkbox"]:checked+label::before, form[id^="gform"] input[type="radio"]:checked+label::before {
    background: #005DB9;
}
form[id^="gform"] input[type="radio"]+label::before {
    border-radius: 1rem;
    left: -1.2rem;
}
form[id^="gform"] .gfield_description {
    position: relative;
    font-style: italic;
    font-size: 0.8em;
    padding: 0.25rem 0.5rem;
}
form[id^="gform"] .gfield_description.validation_message {
    background: red;
    color: #fff;
}
form[id^="gform"] div#ui-datepicker-div {
    background: white;
    padding: 1rem;
    box-shadow: 0 0 1rem rgba(34, 34, 34, 0.4);
}
form[id^="gform"].lines input[type="text"], form[id^="gform"].lines input[type="email"], form[id^="gform"].lines input[type="tel"], form[id^="gform"].lines input[type="checkbox"], form[id^="gform"].lines input[type="file"], form[id^="gform"].lines textarea {
    border: none;
    background: none;
    box-shadow: none;
    padding-left: 0;
}
form[id^="gform"].lines input[type="text"]:focus, form[id^="gform"].lines input[type="email"]:focus, form[id^="gform"].lines input[type="tel"]:focus, form[id^="gform"].lines input[type="checkbox"]:focus, form[id^="gform"].lines input[type="file"]:focus, form[id^="gform"].lines textarea:focus {
    box-shadow: none;
    background: #fff;
    padding-left: 1rem;
}
form[id^="gform"].lines .gfield {
    border-bottom: solid 2px rgba(90, 98, 120, 0.2);
}
form[id^="gform"].lines .gfield_description {
    padding: 0.5rem 0;
}
.placeholder .gfield_label, .placeholder .name_first label, .placeholder .name_last label, .placeholder .ginput_container_address label {
    display: none;
}
.placeholder ::-webkit-input-placeholder {
    color: rgba(34, 34, 34, 0.7);
}
.placeholder :-moz-placeholder {
    color: rgba(34, 34, 34, 0.7);
}
.placeholder ::-moz-placeholder {
    color: rgba(34, 34, 34, 0.7);
}
.placeholder :-ms-input-placeholder {
    color: rgba(34, 34, 34, 0.7);
}
input[type="submit"], form[id^="gform"] input.gform_button, .form-submit #submit, a.apply-button-enrolled, a.apply-button.signup {
    display: inline-block;
    padding: 0.5em 1em 0.5em 1em;
    border-radius: 2em;
    color: #5a6278;
    box-shadow: inset 0 0 0 2px currentColor;
    text-decoration: none;
    border: none;
    background: none;
}
#gform_save_1_link {
    margin-left: 1rem;
    font-size: 0.8em;
    color: inherit;
    opacity: 0.5;
}
a.button {
    float: none !important;
}
.gform_wrapper {
    position: relative;
}
.gform_wrapper .left-one, .gform_wrapper .left-two, .gform_wrapper .right {
    width: 100%}
.gform_wrapper .left-one input, .gform_wrapper .left-two input, .gform_wrapper .right textarea {
    width: 100% !important;
}
.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .gform_wrapper textarea {
    padding: 0.75rem 1rem !important;
    border-radius: 6px !important;
    font-size: 0.7em !important;
}
.gform_wrapper input[type="submit"] {
    background-color: #81BC00 !important;
    color: white !important;
    border: none !important;
    border-radius: 6px !important;
    box-shadow: none !important;
    float: right;
    margin: 0 !important;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 0.7em !important;
    padding: 0.5rem 2rem !important;
}

@media (min-width: 1100px) {
        .gform_wrapper .left-one, .gform_wrapper .left-two {
        width: 25%;
        float: left;
        display: inline-block;
        margin: 0 !important;
    }
    .gform_wrapper .left-one {
        clear: left !important;
    }
    .gform_wrapper .left-two {
        clear: none !important;
    }
    .gform_wrapper .right {
        width: calc(50% - 22px) !important;
        position: absolute;
        right: 16px;
        margin: 4px !important;
    }
    .gform_wrapper .right textarea {
        height: 93px !important;
    }
    .footer-block .gform_wrapper .right .ginput_container_textarea {
        margin-top: 12px;
    }
}

.footer-block {
    position: relative;
}

.footer-block h1, .footer-block h2, .footer-block h3, .footer-block h4, .footer-block h5, .footer-block h6 {
    color: #fff;
}

footer {
    background: #2B66CC;
    min-height: 200px;
    color: #ffffff;
}
footer ul {
    padding-left: 0;
}
footer ul, footer li {
    display: block;
}
footer ul a, footer li a {
    display: block;
    padding: 1rem;
    padding-left: 0;
}
footer a {
    color: #ffffff;
    text-decoration: none;
}

@media (min-width: 60em) and (min-height: 35em) {
        footer {
        padding-left: 180px;
    }
    footer ul {
        display: table;
        width: 100%}
    footer ul li {
        display: table-cell;
    }
}

@media (min-height: 35em) and (min-width: 60em)  {
    
    #header-wrapper ul.sub-menu li ul.sub-menu  {
        position:  absolute;
        left:  780px;

        margin-top:  52px;
        display:  none;
    }

    li.menu-item-has-children li.menu-item-has-children:hover > ul.sub-menu  {
        display: block!important;
    }

}

.page-id-8998 .wp-block-columns.okay-2col-table .wp-block-column  {
    
    margin-bottom:  0px!important;
}

.header-block .header-text h1  {
    font-size:  1rem !important;
    font-weight: 900;
    color: #2B66CC !important;
    text-transform: uppercase;
}

.header-block h2  {
    font-size:  3rem !important;
    font-weight: 900;
    color: #2B66CC !important;
}
.header-block .text-wrapper .text-background {
    background-color: rgba(9,46,83,0.9);
    box-shadow: 0 8px 1rem rgba(0, 0, 0, 0.2);
}

ol,  ul  {
    
    overflow-wrap:  normal!important;
    
}



@media (max-width:  767px)  {
    
    .okay-way-table  {
        max-width:  100%;
        margin:  auto;
        border-width:  1px!important;
        
        /* font-size:  24px!important;
         */
    }
    .okay-way-table p  {
        font-size: 16px!important;
    }


    .okay-way-table ul li  {
        font-size:  16px!important;
    }

}


@media (max-width: 972px)  {
    
    .header-block h2  {
        font-size:  24px !important;
        font-weight:  900;
        color:  #2B66CC;
    }


     .header-block  { 
        position:  relative;
        padding:  0;
        padding-top:  0;
        overflow:  hidden;
        
    }

    .header-block .section-wrapper  {
        width:  95vw;
        max-width:  90rem;
        margin:  0 auto;
        padding:  2rem 0;
        
    }

    .page .header-block .header-text h1  {
        font-size: 12px!important;
        line-height: 14px!important;
    }

}
    