
@keyframes spin {
    from {transform:rotate(0deg);}
    to {transform:rotate(360deg);}
}body{
    text-rendering: optimizeLegibility;
    font-family: 'Lato', sans-serif;
    min-width: 360px;
    font-size: 100%;
    color: #474b56;
    padding: 0;
    margin: 0;
}

main{
    overflow-x: hidden;
}/*
:focus{ outline: none; }
*/

h1, h2, h3, h4, h5, p, a, ul, li, ol, dl, q, em, input, textarea, button, table, label, pre, small{
    overflow-wrap: break-word;
    font-weight: normal;
    line-height: 28px;
    font-weight: 300;
    font-size: 18px;
}

ul{
    margin-left: -20px;
}

ul li{
    margin-bottom: 20px;
    position: relative;
    list-style: none;
}

ul li:before{
    background-color: #007579;
    border-radius: 50%;
    position: absolute;
    font-size: 32px;
    left: -20px;
    content: "";
    height: 8px;
    width: 8px;
    top: 10px;
}

h1, h2, h3, h4, h5, p{
    margin: 0 0 20px 0;
}

h1, h2, h3, h4, h5, h6, button, .button{
    font-family: 'Open Sans', sans-serif;
}

h1, h2{
    line-height: 42px;
    font-weight: 700;
    font-size: 38px;
}

h3{
    line-height: 34px;
    font-weight: 700;
    font-size: 34px;
}

h2, h3, h4{
    display: table;
    color: #007579;
}

h2{
    margin-bottom: 40px;
    line-height: 48px;
    font-size: 40px;
}

h2:after{
    background-color: #ec7200;
    margin: 12px 0 0 0;
    display: block;
    content: "";
    height: 6px;
    width: 70px;
}

h3:after,
h4:after{
    background-color: #ec7200;
    margin: 12px 0 0 0;
    display: block;
    content: "";
    height: 6px;
    width: 40px;
}a{
    font-weight: inherit;
    font-size: inherit;
}

.content a{
    color: inherit;
    text-decoration: none;
}

h4{
    font-weight: 700;
    font-size: 18px;
}

strong{
    font-weight: 600;
}

.text-center{
    text-align: center;
}

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

.wrap{
    position: relative;
    margin: 0 auto;
    width: 1400px;
}

.extended-wrap{
    width: 1420px;
}

.small-wrap{
    width: 1210px;
}

.form-error-list{
    list-style: none;
    padding: 0;
    margin: 0;
}

.form-error-list a{
    text-decoration: none;
    color: inherit;
}

button,
.button{
    background-color: #ec7200;
    text-decoration: none;
    border-radius: 3px;
    position: relative;
    padding: 8px 60px;
    font-weight: 400;
    display: table;
    color: #ffffff!important;
    border: none;
    transition: all 200ms ease-in-out;
}

button:hover,
.button:hover{
    background-color: #474b56;
    color: #ffffff;
}

button svg,
.button svg{
    display: inline-block;
    margin-right: 5px;
    height: 24px;
    width: 24px;
}

button svg path,
.button svg path{
    transition: all 200ms ease-in-out;
}

button svg,
.button svg{
    left: calc(50% - 12px);
    position: absolute;
    height: auto;
    width: 24px;
    opacity: 0;
    top: 10px;
}

form.processing button svg,
form.processing .button svg{
    animation: spin 2s infinite linear;
    opacity: 1;
}

form.processing button span,
form.processing .button span{
    opacity: 0;
}

textarea{
    resize: vertical;
}.menu-container a{
    color: inherit;
    display: block;
}

.pull-left{
    float: left;
}

.pull-right{
    float: right;
}.col1{ width: 100%; }
.col2{ width: 50%; }
.col3{ width: 33.33%; }
.col4{ width: 25%; }
.col5{ width: 20%; }

.col15{ width: 15%; }
.col35{ width: 35%; }
.col65{ width: 65%; }
.col75{ width: 75%; }

.col{ float: left; }

.clearfloat, .clear{ clear: both; }#page-content{
    min-height: 200px;
}.skew{
    transform: rotate(3deg);
    position: absolute;
    overflow: hidden;
    height: 112%;
    width: 114%;
    left: -18px;
    top: -76px
}

.content-skew{
    top: -98px
}

.skew .lazy{
    transform: rotate(-3deg);
}

.lazy img,
.lazy{
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
}

.lazy img{
    transition: all 400ms ease-in-out;
    display: block;
    height: auto;
    width: 100%;
}

.lazy .display-image{
    opacity: 0;
}

.lazy.show-image img{
    opacity: 0;
}

.lazy.show-image .display-image{
    opacity: 1;
}
input, textarea, select{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

select{
    color: #474b56;
}

form fieldset{
    border: none;
    padding: 0;
    margin: 0;
}

form input,
form textarea{
    width: calc(100% - 22px);
    border: solid 1px #737373;
    border-radius: 4px;
    padding: 10px;
}

form input:focus,
form textarea:focus{
    outline-color: #ec7200;
    outline-width: 4px;
}

form label{
    display: block;
}

form .hint,
form .form-error{
    color: #ec7200;
    display: none;
}

form .form-error{
    margin: 20px 0 0 0;
}

form .form-return{
    margin: 20px 0 0 0;
}

form input[type="checkbox"]{
    transform: translateY(8px);
    display: inline-block;
    position: relative;
    width: auto;
}

form input[type="checkbox"]:checked{
    background-color: #007579;
}

form label{
    color: #737373;
}

form.not-valid .form-error,
form .hint.show{
    display: block;
}@media print {

}@media screen and (max-width: 1440px) {
    .wrap{
        width: calc(100% - 40px);
    }

    .extended-wrap{
        width: calc(100% - 20px);
    }

    .small-wrap{
        max-width: calc(100% - 20px);
        width: 1210px;
    }
}

@media screen and (max-width: 1440px) {
    button, .button{
        padding: 8px 20px
    }
}

@media screen and (max-width: 480px) {
    h3{
        line-height: 30px;
        font-size: 30px;
    }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    form input:focus,
    form textarea:focus{
        border-color: #007579;
    }
}
header{
    background-color: rgba(255,255,255,0.95);
    position: fixed;
    padding: 10px 0 0 0;
    width: 100%;
    z-index: 5;
    left: 0;
    top: 0;
}

main{
    padding-top: 155px;
}

.has-hero main{
    padding: 0;
}

header #logo{
    margin-bottom: 10px;
    display: table;
}

header #logo .mobile{
    display: none;
}

header #logo .desktop{
    display: block;
    width: 150px;
    height: 92px;
}

.sticky-nav header #logo .desktop{
    display: none;
    width: 112px;
    height: 72px;
}

header #logo .mobile{
    height: 55px;
    width: 102px;
}

.sticky-nav header #logo .mobile{
    display: block;
}nav{
    transform: translateY(-50%);
    position: absolute;
    color: #007579;
    top: 50%;
    right: 0;
}

nav a{
    font-family: 'Open Sans', sans-serif;
    border: solid 2px transparent;
    text-decoration: none;
    display: inline-block;
    position: relative;
    border-radius: 2px;
    padding: 2px 15px;
    line-height: 31px;
    font-weight: 600;
    font-size: 18px;
    color: inherit;
    margin: 0 4px;
}
nav a:after{
    width: calc(100% - 30px);
    background-color: #ec7200;
    position: absolute;
    display: none;
    bottom: -5px;
    height: 2px;
    content: "";
}

nav a:hover:after{
    background-color: #007579;
    display: block;
}

nav a.selected:hover:after,
nav a.selected:after{
    background-color: #ec7200;
    display: block;
}

nav a:last-child{
    border-color: #007579;
}

nav a:last-child:after,
nav a:last-child.selected:after{
    display: none;
}

nav a:last-child.selected{
    border-color: #ec7200;
    color: #ec7200;
}

nav a.mobile{
    display: none;
}
#hamburger{
    background-color: transparent;
    transform: translateY(-50%);
    position: absolute;
    cursor: pointer;
    display: none;
    float: right;
    border: none;
    width: 30px;
    padding: 0;
    margin: 0;
    top: 50%;
    right: 0;
}

#hamburger:focus{
    outline: none;
}

#hamburger span{
    background-color: #ec7200;
    position: relative;
    display: block;
    transition: all 200ms ease-in-out;
    width: 100%;
    height: 4px;
}

#hamburger span:nth-child(1){
    margin-bottom: 5px;
}header #nav-banner{
    background-color: #007579;
    color: #ffffff;
}

header #nav-banner .container{
    text-align: center;
    display: table;
    margin: 0 auto;
}

header #nav-banner a{
    display: inline-block;
    text-decoration: none;
    font-weight: 600;
    font-size: 24px;
    margin: 0 60px;
    color: inherit;
    padding: 16px 0;
}

header #nav-banner a:hover{
    text-decoration: underline;
}

.sticky-nav header #nav-banner a{
    padding: 2px 0;
    font-size: 18px;
}@media print {

}@media screen and (max-width: 820px) {

    nav{
        background-color: rgba(255,255,255,0.95);
        height: calc(100vh - 118px);
        padding: 10px 20px 0 20px;
        width: calc(100% - 40px);
        transform: translateY(0);
        overflow-y: auto;
        position: fixed;
        display: none;
        right: auto;
        top: 108px;
        left: 0;
    }

    .sticky-nav nav{
        height: calc(100vh - 85px);
        top: 75px;
    }

    nav a:last-child{
        margin-top: 20px;
    }

    header #logo{
        width: 50px;
    }

    header #logo .desktop{
        display: none;
    }

    header #logo .mobile{
        display: block;
    }

    .show-mobile-navigation nav{
        display: block;
    }

    nav a,
    .sticky-nav nav a.mobile{
        margin: 10px auto 0 auto;
        font-size: 22px;
        display: table;
    }

    nav a.selected:after{
        bottom: 0;
    }

    #hamburger{
        display: block;
    }

    .show-mobile-navigation #hamburger span:nth-child(1){
        transform: rotate(45deg) translate(4px, 4px);
    }

    .show-mobile-navigation #hamburger span:nth-child(2){
        transform: rotate(-45deg) translate(2px, -2px);
    }

    .show-mobile-navigation{
        overflow: hidden;
    }

    .sticky-nav header #nav-banner{
        display: none;
    }

    header #nav-banner a{
        padding: 2px 0;
        font-size: 18px;
    }
}

@media screen and (max-width: 580px) {
    header #nav-banner a{
        font-size: 20px;
        margin: 0 30px;
    }
}

@media screen and (max-width: 360px) {
    header #nav-banner a{
        font-size: 18px;
        margin: 0 20px;
    }
}
footer{
    background-color: #474b56;
    padding: 10px 0 0 0;
    position: relative;
    color: #ffffff;
}

footer #footer-logo{
    display: inline-block;
    margin-right: 40px;
}

footer #footer-logo svg{
    display: block;
    width: 120px;
    height: 73px;
}

footer #footer-navigation{
    vertical-align: bottom;
    display: inline-block;   
}

footer #footer-navigation a{
    display: inline-block;
    text-decoration: none;
    margin: 0 40px 0 0;
    font-size: 18px;
    color: inherit;
}

footer #footer-navigation a:hover{
    text-decoration: underline;
}

footer #copytight{
    background-color: #ffffff;
    margin-top: 10px;
    text-align: right;
    font-size: 12px;
    padding: 5px 0;
    color: #474b56;
}

footer #copytight p{
    font-size: inherit;
    padding: 0;
    margin: 0;
}

footer #copytight a{
    text-decoration: none;
    color: inherit;
}

footer .social-lnks{
    position: absolute;
    bottom: 0;
    right: 0;  
}

footer .social-lnks a{
    display: inline-block;
    text-decoration: none;
    margin-left: 20px;
}

footer .social-lnks svg{
    display: block;
    height: 24px;
    width: 24px;
}

footer .social-lnks svg path{
    fill: #ffffff;
}@media print {

}@media screen and (max-width: 980px) {

    footer #footer-logo{
        margin-bottom: 10px;
        margin-top: 10px;
    }

    footer #copytight{
        margin-top: 20px;
    }

    footer #footer-navigation{
        display: block;
    }

    footer #footer-navigation a{
        text-decoration: underline;
        margin-bottom: 10px;
        display: block;
    }

    footer #copytight p{
        text-align: center;
    }
}

@media screen and (max-width: 760px) {

    footer #footer-navigation,
    footer .social-lnks{
        position: relative;
        display: block;
    }

    footer #footer-navigation{
        margin: 10px 0;
    }

    footer .social-lnks a{
        margin: 0 20px 0 0;
    }

    footer #copytight{
        text-align: left;
    }

    footer .social-lnks a{
        transform: translateY(-30px);
        float: right;
    }
}