h1, h2, h3, h4, h5 {
    font-family: 'Frank Ruhl Libre', serif;
}

a {
    line-height: inherit;
    color: #718673;
    text-decoration: none;
    cursor: pointer;
}

a:hover, a:focus {
    color: #3a4e3c;
}

h1 {
    font-size: 64px;
    line-height: 68px;
    margin-bottom: 12px;
    transition: all 0.5s ease-in-out;
}

h2 {
    font-size: 48px;
    line-height: 52px;
    transition: all 0.5s ease-in-out;
}

p {
    font-size: 15px;
    line-height: 26px;
    letter-spacing: 0.15px;
}

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

    h1 {
        font-size: 40px;
        line-height: 48px;
        transition: all 0.5s ease-in-out;
    }

    h2 {
        font-size: 32px;
        line-height: 42px;
        transition: all 0.5s ease-in-out;
    }
}

@media screen and (max-width: 600px) {
    h1 {
        font-size: 36px;
        line-height: 40px;
        transition: all 0.5s ease-in-out;
    }

    h2 {
        font-size: 28px;
        line-height: 36px;
        transition: all 0.5s ease-in-out;
    }
}

h3 {
    font-size: 16px;
    color: #42536C;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    padding: 15px 0;  
    font-weight: 600;
}

.resource-card.video h3 {
    font-size: 24px;
    color: #42536C;
    font-family: 'Open Sans', sans-serif;
    text-transform: none;
    padding: 0;
    font-weight: 800;
}

.team-member h3 {
    padding: 30px 0 0;
    font-size: 18px;
    font-weight: 600;
}

.team-member p {
    color: #525451;
}

body {
    background: #fbfbfa;
    color: #525451;
    font-family: 'Open Sans', sans-serif;
}

label {
    color: #e6e6de;
}

.hero h1, .header h1, .contact-form h1 {
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}

.hero p, .header p, .contact-form p  {
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
    margin: 5px 75px;
}

.services h3 {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    color: #42536d;
    margin: 15px 0;
}

@media screen and (max-width: 495px){
    .hero p, .header p {
        margin: 5px 35px;
    }
}

.overlay-bg {
    position: relative;
    width: 100%;
}

.overlay-bg:after {
    background-color: #525451;
    bottom: 0;
    content: '';
    left: 0%;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    opacity: 0.7;
}

.hp-contact {
    position: relative;
    width: 100%;
}

.hp-contact:after {
    background-color: #525451;
    bottom: 0;
    content: '';
    left: 0%;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    opacity: 0.85;
}

.content {
    position: relative;
    z-index: 2;
}

.small-pad {
    padding: 25px 0;
}

.normal-pad {
    padding: 50px 0;
}

.small-top-pad {
    padding-top: 15px;
}

.top-pad {
    padding-top: 50px;
}

.large-pad {
    padding: 100px 0;
}

.blue-bg {
    background: #42536d;
    color: #fbfbfa;
}

.grey-bg {
    background: #525451;
    color: #fbfbfa;
}

.grey-text {
    color: #525451;
}

.tan-bg {
    background: #989990;
    color: #fbfbfa;
}

.green-bg {
    background: #718673;
    color: #fbfbfa;
}

.offwhite-bg {
    background: #e6e6de;
    color: #333333;
}

.offwhite-text {
    color: #e6e6de;
}

.white-text {
    color: #fefefe;
}

/* Main menu wrapper */
.cbp-hsmenu-wrapper {
    position: relative;
    height: 50px;
}

/* Common style for all lists */
.cbp-hsmenu-wrapper ul {
    list-style: none;
    padding: 0;
    margin: 0 auto;
}

/* 100% width bar for menu */
.cbp-hsinner {
    position: relative;
    z-index: 100;
    height: 50px;
}

/* Main menu style */
.cbp-hsmenu-wrapper .cbp-hsmenu {
    margin: 0 auto;
    text-align: right;
    height: 50px;
}

.cbp-hsmenu > li {
    margin-left: 4em;
    display: inline-block;
}

.cbp-hsmenu > li:first-child {
    margin-left: 0;
}

/* Main menu link style */
.cbp-hsmenu > li > a {
    color: #fefefe;
    font-size: 1.0em;
    font-weight: 500;
    line-height: 50px;
    letter-spacing: 0.25px;
    display: inline-block;
    position: relative;
    z-index: 10000;
    outline: none;
}

.no-touch .cbp-hsmenu > li > a:hover,
.no-touch .cbp-hsmenu > li > a:focus,
.cbp-hsmenu > li.cbp-hsitem-open > a {
    color: #cccccc;
}

/* Add an arrow to the main menu link if it has a submenu (not the only child) */
.cbp-hsmenu > li > a:not(:only-child):before {
    display: inline-block;
    font-family: 'Font Awesome 5 Free';
    speak: none;
    font-style: normal;
    font-weight: 900;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    content: "\f107";
    font-size: 80%;
    margin-right: 0.3em;
    vertical-align: middle;
    color: #718673;
}

.cbp-hsmenu > li.cbp-hsitem-open > a:not(:only-child):before {
    content: "\f106";
}

/* Add a triangle to currently open menu item link */
.cbp-hsmenu > li.cbp-hsitem-open > a:after {
    top: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: transparent;
    border-top-color: #42526d;
    border-width: 10px;
    left: 50%;
    margin-left: -10px;
}

/* Submenu style */
.cbp-hssubmenu {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    z-index: 0;
    text-align: center; /* for aligning the sub items */
    visibility: hidden;
}

.cbp-hssubmenu:before, 
.cbp-hssubmenu:after { 
    content: " "; 
    display: table; 
}
.cbp-hssubmenu:after { 
    clear: both; 
}

/* Let's allow 6 item in a row */
.cbp-hssubmenu > li {
    width: 16.2%;
    display: inline-block;
    vertical-align: top;
    box-shadow: -28px 0 0 -27px #ddd, 0 -28px 0 -27px #ddd;
    opacity: 0;
    -webkit-transition: opacity 0.1s 0s;
    -moz-transition: opacity 0.1s 0s;
    transition: opacity 0.1s 0s;
}

/* First 6 items don't have upper box shadow */
.cbp-hssubmenu > li:nth-child(-n+6) {
    box-shadow: -28px 0 0 -27px #e6e6de;
} 

/* Every 7th item does not have a left box shadow */
.cbp-hssubmenu > li:nth-child(6n+1) {
    box-shadow:  0 -28px 0 -27px #e6e6de;
}

/* The first one does not have any box shadow */
.cbp-hssubmenu > li:first-child {
    box-shadow: none;
}

.cbp-hssubmenu > li a {
    display: block;
    text-align: center;
    color: #252525;
    outline: none;
    padding: 1em 1em 0.5em 1em;
}

.no-touch .cbp-hssubmenu > li a:hover,
.no-touch .cbp-hssubmenu > li a:focus {
    color: #888;
}

.cbp-hssubmenu > li a img {
    border: none;
    outline: none;
    display: inline-block;
    margin: 0;
    max-width: 100%;
    -webkit-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    transition: opacity 0.2s;
}

.no-touch .cbp-hssubmenu > li a:hover img {
    opacity: 0.5;
}

.cbp-hssubmenu > li a span {
    display: block;
    min-height: 3em;
    margin-top: 0.4em;
}

.cbp-hsmenu > li.cbp-hsitem-open .cbp-hssubmenu {
    z-index: 1000;
    visibility: visible;
    background: ;
    background-color: #fefefe;
    width: 100vw;
    margin-left: calc(-1 * ((100vw - 100%) / 2));
}

.cbp-hsmenu > li.cbp-hsitem-open .cbp-hssubmenu > li {
    opacity: 1;
    -webkit-transition: opacity 0.5s 0.1s;
    -moz-transition: opacity 0.5s 0.1s;
    transition: opacity 0.5s 0.1s;
}

/* Helper div for animating the background */
.cbp-hsmenubg {
    background: #f7f7f7;
    position: absolute;
    width: 100%;
    top: 100%;
    left: 0;
    z-index: 0;
    height: 0px;
}

.no-touch .cbp-hsmenubg {
    -webkit-transition: height 0.3s;
    -moz-transition: height 0.3s;
    transition: height 0.3s;
}

@media screen and (max-width: 51.4375em){
    /*.cbp-hsmenu-wrapper {
        font-size: 100%;
    }

    .cbp-hsmenu-wrapper .cbp-hsmenu {
        padding: 0;
        max-width: none;
        width: 100%;
    }

    .cbp-hsmenu > li {
        border-top: 1px solid rgba(255,255,255,0.5);
        text-align: center;
        margin: 0 auto;
        display: block;
    }*/

    .cbp-hsmenu > li:first-child {
        border-top: none;
    }

    /*.cbp-hsmenu > li > a {
        display: block;
    }

    .cbp-hsmenu > li > a:not(:only-child):before {
        line-height: 1.8;
        right: 0;
        position: absolute;
        font-size: 200%;
    }*/

    .cbp-hsmenubg {
        display: none;
    }

    .cbp-hssubmenu {
        background: #f7f7f7;
        overflow: hidden;
        height: 0;
    }

    .cbp-hsmenu > li.cbp-hsitem-open .cbp-hssubmenu {
        height: auto;
    }

    /* Let's only allow 3 item in a row now */
    .cbp-hssubmenu > li {
        width: 30%;
    }

    /* Reset box shadows for the 6 items in row case */
    .cbp-hssubmenu > li:nth-child(-n+6),
    .cbp-hssubmenu > li:nth-child(6n+1) {
        box-shadow: -28px 0 0 -27px #ddd, 0 -28px 0 -27px #ddd;
    }

    /* First 4 items don't have upper box shadow */
    .cbp-hssubmenu > li:nth-child(-n+3) {
        box-shadow: -28px 0 0 -27px #ddd;
    } 

    /* Every 5th item does not have a left box shadow */
    .cbp-hssubmenu > li:nth-child(3n+1) {
        box-shadow:  0 -28px 0 -27px #ddd;
    }

}
/*
@media screen and (max-width: 25em){

    .cbp-hssubmenu > li {
        width: 100%;
        display: block;
    }

    .cbp-hsmenu-wrapper .cbp-hssubmenu > li {
        box-shadow: 0 1px #cecece;
        text-align: left;
    }

    .cbp-hssubmenu > li a {
        text-align: left;
        line-height: 50px;
        padding: 0.4em 1em;
    }

    .cbp-hssubmenu > li a img {
        float: left;
        max-height: 50px;
    }

    .cbp-hssubmenu > li a span {
        min-height: 0;
        margin: 0;
    }
}
*/

.menu .social-icon a {
    padding: 10px 5px;
}

.nav-menu {
    background: #42536D;
}

.nav-menu .menu a, .nav-menu .menu .button {
    color: #e6e6de;
    line-height: 1;
    text-decoration: none;
    display: block;
    padding: 0.7rem 1rem;
}

.hero-height {
    height: 400px;
}

.hero p, .header p {
    font-size: 15px;
    line-height: 24px;
    letter-spacing: 0.25px;
}

img.service-icon {
    width: 70px;
    height: auto;
}

h3.service-title {
    font-size: 16px;
    color: #42536C;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    padding-top: 15px;
    font-weight: 600;
    margin-bottom: 0;
}

.menu-service-icon {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 50px;
    height: auto;
    cursor: pointer;
}

.resource-card-header {
    height: 250px;
    width: auto;
}

.resource-card-content {
    background: #e6e6de;
    color: #333333;
    padding: 1rem 0.75rem;
    min-height: 120px;
}

.drop-shadow {
    box-shadow: 0 35px 55px rgba(0,0,0,0.15), 0 25px 63px rgba(0,0,0,0.15);
}

p.phone {
    font-size: 24px;
}

.foot-borders {
    padding-bottom: 0;
}

@media screen and (min-width: 64em) {
    .foot-borders {
    border-right: 1px solid #718673;
    border-left: 1px solid #718673;
    }
}

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

    .fa-ul {
        margin-left: 0;
    }

    .fa-li {
    left: -10px;
    position: relative;
    text-align: center;
    width: 2em;
    line-height: inherit;
    }

}


.credits {
    padding-top: 1rem;
    border-top: 1px solid #fbfbfa;
}

ul.sponsers-ul {
  list-style-type: none;
  columns: 3;
  -webkit-columns: 3;
  -moz-columns: 3;
}

ul.sponsers-ul li {
    display: inline-flex;
}

ul.sponsers-ul li:before {
    content: "• ";
    padding-right: 10px;
    color: #42536d;
}

@media screen and (max-width: 64em) {
    ul.sponsers-ul {
        columns: 2;
        -webkit-columns: 2;
        -moz-columns: 2;
    }
}

@media screen and (max-width: 630px) {
    ul.sponsers-ul {
        columns: 1;
        -webkit-columns: 1;
        -moz-columns: 1;
    }
}

.resource-card-cta .button {
    margin-bottom: 0;
}

.mobile a {
    line-height: 50px;
    color: #fbfbfa;
}


/* Overlay style */
.overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #42536D;
    z-index: 500;
    overflow: scroll;
}

/* Overlay closing cross */
.overlay .overlay-close {
    position: absolute;
    right: 0;
    top: 0;
    overflow: hidden;
    border: none;
    color: #fefefe;
    outline: none;
    z-index: 5001;
    font-size: 2rem;
    padding: 1rem;
    margin-right: 0;
}

/* Menu style */
.overlay nav {
    position: relative;
    top: 40%;
    height: 55%;
    font-size: 2.5rem;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.overlay ul {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    display: inline-block;
    height: 100%;
    position: relative;
    width: 100%;
}

.overlay ul li {
    display: block;
    padding: 0 0 10px;
}

.overlay ul li a {
    display: block;
    -webkit-transition: color 1s;
    transition: color 1s;
    line-height: 1;
    text-align: left;
    color: #fefefe;
    font-size: 1.2rem;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    letter-spacing: 1px;
    outline: none;
}

.overlay ul li .is-accordion-submenu-item a {
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: 1px;
    display: block;
    color: #fefefe;
    -webkit-transition: color 1s;
    transition: color 1s;
    line-height: 1;
    text-align: left;
}

nav .accordion-menu .nested.is-accordion-submenu ul li {
    padding: 0 0 0;
}

.overlay ul li a.phone {
    color: #fefefe;
    font-size: 2rem;
}

.overlay ul li a:hover,
.overlay ul li a:focus {
    color: #c3c3c3;
}

.footer img.logo {
    width: 175px;
    padding-bottom: 15px;
}

.footer h2 {
    font-size: 36px;
    line-height: 1.1;
    transition: all 0.5s ease-in-out;
    margin-bottom: 12px;
}

.footer .fa-ul>li {
    margin-bottom: 10px;
    position: relative;
    font-size: 14px;
}

/* Effects */
.overlay-slidedown {
    visibility: hidden;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: -webkit-transform 0.4s ease-in-out, visibility 0s 0.4s;
    transition: transform 0.4s ease-in-out, visibility 0s 0.4s;
}

.overlay-slidedown.open {
    visibility: visible;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    -webkit-transition: -webkit-transform 0.4s ease-in-out;
    transition: transform 0.4s ease-in-out;
}

#trigger-overlay {
    color: #fefefe;
    padding: 1rem;
}

nav .accordion-menu .nested.is-accordion-submenu {
    margin-right: 0;
    margin-left: 10px;
}

.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) > a::after {
    display: block;
    font-family: 'Font Awesome 5 Free';
    speak: none;
    font-style: normal;
    font-weight: 900;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    content: "\f107";
    font-size: 80%;
    margin-right: 0.3em;
    vertical-align: middle;
    color: #fefefe;
    position: absolute;
    top: 8px;
    right: 1rem;
}

.footer p.credit {
    font-size: 14px;
    color: #fefefe;
}

h1.blog-title {
    color: #525451;
    line-height: 1;
    margin-bottom: 0;
    padding-top: 25px;
}

h2.blog-subhead {
    color: #42536C;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    padding: 10px 0 5px;
    font-weight: 400;
    font-size: 1.5rem;
}

p.post-byline {
    color: #525451;
    font-size: 0.8rem;
}

.button:hover, .button:focus {
    background-color: #8ea590;
    color: #fefefe;
}

.accordion-title:hover, .accordion-title:focus {
    background-color: #3a4e3c;
    color: #fefefe;
}

.accordion-title {
    position: relative;
    display: block;
    padding: 1.25rem 1rem;
    border: 1px solid #e6e6e6;
    border-bottom: 0;
    font-size: 1rem;
    line-height: 1;
    color: #fefefe;
    background: #718673;
}

.accordion-content {
    color: #525451;
}

/* anna styles */

a.login-link {
    font-size: 14px;
    font-weight: 500;
}

li.social-icon a {
    font-size: 1.75em;
    padding-left: 5px;
    color: #42536D;
}

p.phone {
    font-size: 18px;
}

p.phone i {
    padding: 5px;
    color: #42536D;
}

.button {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 1rem 0;
    font-family: inherit;
    padding: 15px 30px;
    -webkit-appearance: none;
    border: 1px solid transparent;
    border-radius: 0;
    transition: background-color 0.25s ease-out, color 0.25s ease-out;
    font-size: 0.9rem;
    line-height: 1;
    text-align: center;
    cursor: pointer;
    background-color: #718673;
    color: #fefefe;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.button.large {
    font-size: 18px;
}

.footer .fa-li i {
    color: #718673
}

.footer a {
    color: #fefefe;
    padding-bottom: 0px;
    border-bottom: 1px solid #fefefe;
}

.footer h3 {
    padding: 0;
}

@media screen and (max-width: 1010px) {
    .footer h2 {
    font-size: 30px;
    }
}

@media screen and (max-width: 820px) {
    .footer h2 {
    font-size: 24px;
    }
}

a.read-more {
    border: 1px solid #fefefe;
    padding: 8px 15px;
}

.blog-post {
    border-bottom: 1px solid #e6e6de;
}

h2:after {
    background: none repeat scroll 0 0 #718673;
    bottom: -10px;
    content: "";
    display: block;
    height: 3px;
    position: relative;
    width: 180px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
}

h2.left:after {
    background: none repeat scroll 0 0 #718673;
    bottom: 0;
    content: "";
    display: block;
    height: 3px;
    position: relative;
    width: 180px;
    margin-left: 0;
    margin-right: auto;
    margin-bottom: 25px;
    margin-top: 25px;
}

.footer h2:after, h2.blog-subhead:after {
    display: none;
}

.button.hollow {
    border: 1px solid #fefefe;
    color: #fefefe;
}

.button.hollow:hover, .button.hollow:focus {
    border-color: unset;
    color: #42536d;
    background-color: #fefefe;
}

.button.tiny {
    font-size: 0.75rem;
    padding: 10px;
}

.video.resource-card {
    background: #e6e6de;
}

.video .resource-card-content {
    padding: 20px;
    padding-bottom: 60px;
}

.video .resource-card-content p {
    font-size: 14px;
    line-height: 1.6;
}

.video .resource-card-cta {
    position: absolute;
    bottom: 0;
    width: 100%;
}

.single-video h2 {
    font-size: 40px;
    line-height: 45px;
    transition: all 0.5s ease-in-out;
}

.job-post p {
    font-size: 14px;
    line-height: 26px;
    width: 90%;
}

.job-post .button.hollow {
    border: 1px solid #718673;
    color: #718673;
    padding: 10px 30px;
    width: auto;
    margin-top: 20px;
}

.job-post .button.hollow:hover {
    background: #718673;
    border: 1px solid #718673;
    color: #fefefe;
}

.benefits {
    padding-left: 50px;
}

.benefits h2:after {
    background: none repeat scroll 0 0 #718673;
    bottom: -10px;
    content: "";
    display: block;
    height: 3px;
    position: relative;
    width: 180px;
    margin-left: 0;
    margin-right: auto;
    margin-bottom: 30px;
}

.benefits li.lead {
    font-size: 15px;
}

@media print, screen and (max-width: 1023px) {

    .benefits {
        padding-left: 0;
    }
}

@media print, screen and (max-width: 639px) {

    .benefits {
        padding-top: 20px;
    }
}