body {
    font-family: 'Lato', sans-serif !important;
    font-size: 13px;
    font-weight: normal;
    line-height: 1.5;
    overflow-x: hidden;
}
@media (min-width: 992px) {
    body {
        font-size: 15px;
    }
}
@media (min-width: 1200px) {
    body {
        font-size: 16px;
    }
}
a, a:hover, a:focus, a:active{
    color: #758f56;
}
p {
    margin-bottom: 1.5em;
}
h4, 
p.has-medium-font-size {
    font-size: 1.375em;
    line-height: 1.5;
    font-weight: 500;
}
p.has-small-font-size,
figcaption {
    font-size: 0.75em;
    line-height: 1.5;
}
hr.wp-block-separator {
    border-top: 1px solid rgba(0,0,0,0.3) !important;
}
a.studie-container .studie-logo {
    height: auto;
    width: 100%;
}

a.studie-container {
    background-color: #efe5eb;
    display: block;
    color: #000;
    padding: 15px;
}
a.studie-container:hover {
    text-decoration: none;
}
@media (max-width: 575px) {
    a.studie-container {
        margin-left: -15px;
        margin-right: -15px;
        padding: 15px;
    }
}
hr {
    border-top: 1px solid rgba(0,0,0,.3);
    background-color: transparent;
}
h1 {
    font-size: 2.75em;
    line-height: 1.33333;
    font-weight: 500;
    margin-bottom: 1rem;
}

h2 {
    font-size: 1.6em;
    font-weight: 500;
    margin-bottom: 1rem;
    line-height: 1.2;
}
@media (min-width: 992px) {
    h1 {
        font-size: 3.75em;
        line-height: 1.33333;
    }    
    h2 {
        font-size: 1.875em;
        font-weight: 500;
    }   
} 

h3 {
    font-size: 1.6em;
    font-weight: 300;
}
.featured-study h3 {
    font-size: 1.8em;
    line-height: 1;
    font-weight: 300;
    margin-top: 0;  
}
h4 > a,
h4 > a:hover {
    color: #000;
}
.widget h1.widget-title {
    font-weight: 300;
    font-size: 1.8em;
}


.featured-studies .studie-logo {
    height: auto;
    width: 100%; 
}
a.featured-study {
    display: block;
    text-decoration: none;
    color: #000;
}
.herospace {
    height: 40vh;
    background-size: cover;
    background-position: center center;
}
.home .herospace {
    height: 40vh;
}

.home .herospace-text h2 {
    font-size: 2.4em;

}
@media (min-width: 576px ) {
    .herospace {
        height: 40vh;
    }
    .home .herospace-text h2 {
        font-size: 1.875em;

    }
}
.home .herospace-text {
    background-color: rgba(117,143,86,1);
    font-size: 1em;
    color: #fff;
}


.no-herospace-gradient {
    height: 50px;
    margin-bottom: 20px;
    background: -moz-linear-gradient(top,  rgba(224,231,218,1) 0%, rgba(224,231,2186,0.99) 1%, rgba(125,185,232,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(224,231,218,1) 0%,rgba(224,231,2186,0.99) 1%,rgba(125,185,232,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(224,231,218,1) 0%,rgba(224,231,218,0.99) 1%,rgba(125,185,232,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0e7da', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}
.herospace-text {
    background-color: rgba(0,0,0,.3);
    padding: 15px 15px 1px 15px;
    margin: 0 -15px;
    color: #fff;
    font-size: 1.2em;
}
.herospace-text a {
    color: #fff;
    font-weight: bold;
}
@media (min-width: 992px ) {
    .herospace-text {
        color: #fff;
        padding: 0;
        margin: 0;
        background-color: transparent;
    }
    .home .herospace-text {
        padding: 0;
        color: #fff;
        font-size: 1em;
        border-left: 100px solid #8fb18e;
        margin-left: -100px;
    }
}
.herospace-gradient {
    background: rgb(0,0,0,0);
    /* background: linear-gradient(90deg, rgba(58,65,78,1) 30%, rgba(58,65,78,0) 100%); */
    height: 100%;
}

@media (min-width: 992px ) {
    .home .herospace-text {
        /* background-color: rgba(0,0,0,.3); */
        background-color: transparent;
        font-size: 1em;
        height: 60vh;
        color: #fff;
        background-color: #8fb18e;
    }
    .home .herospace {
        height: 60vh;
        background-color: #8fb18e;
    }
    .home .herospace {
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center right;
    }
}
span.read-more-link,
a.read-more-link {
    color: #5a5959;
    font-weight: bold;
    text-transform: uppercase;
}
.featured-study .read-more-link {
    font-weight: normal;
}
.main-logo {
    margin-bottom: 0;
    margin-top: 0;
}
.main-logo img {
}
.main-logo img {
    height: 54px;
}
.header {
    padding: 0 4px;
}

@media (min-width: 1200px ) {
    .main-logo img {
        height: 80px;
    }
    .main-logo {
        display: block;
    }
    .main-logo.scrolled {
        display: block;
    }
    .main-logo.scrolled img {
        height: 40px !important;
    }

}
a.mobile-toggler {
    display: inline-block;
    padding: 15px;
    background: #fff;

}
a.mobile-toggler img {
    margin-top: 6px;
    height: 26px;
    width: auto;
}
.navbar-purple {
    background-color: #fff;
    color: #fff;
}
.navbar-purple.navbar-light .navbar-nav .nav-link {
    color: #000;
}
.navbar-purple.navbar-light .navbar-nav .nav-link {
    color: #000;
    font-weight: 200;
}
.navbar-purple.navbar-light .navbar-nav .nav-link:hover {
    color: #666;
}
li.invert a.nav-link {
    color: #000 !important;
    background-color: #eee;
    margin-top: 5px;
    margin-bottom: -5px;
    padding: 16px 0;
}
li.invert a.nav-link:hover {
    background-color: #eee;
}

.navbar-white {
    background-color: #fff;
    width: 100%;
}

@media (max-width: 991px) {
    .navbar-purple li.invert a.nav-link{
        color: #fff !important;
        margin: 0 -15px;
        padding-left: 15px;
        background-color: rgba(0,0,0,0.3);
    }
}
@media (min-width: 1200px) {
    .navbar-purple {
        font-size: 1em;
        text-transform: uppercase;

    }
    .navbar {
        transition: padding .25s ease-in-out;
        padding: 20px 0;
    }
    .navbar.scrolled {
        padding: 5px 0;
    }
    .navbar-purple.navbar-light .navbar-nav .active>.nav-link, 
    .navbar-purple.navbar-light .navbar-nav .nav-link.active, 
    .navbar-purple.navbar-light .navbar-nav .nav-link.show, 
    .navbar-purple.navbar-light .navbar-nav .show>.nav-link,
    .navbar-purple.navbar-light .current-page-ancestor .nav-link,
    .navbar-purple.navbar-light .current-menu-ancestor .nav-link {
        color: #000;
        border-bottom: solid 5px #000;
        margin-bottom: -5px;

    }
    .navbar-purple.navbar-light .navbar-nav .nav-link {
        margin-left: 1em;
        padding-top: 1.2em;
        padding-left: 0;
        padding-right: 0;
        margin-right: 1em;
    }
    .navbar-purple.navbar-light .navbar-nav li:last-child .nav-link {
        margin-right: 0;
    }
}
#menu-main-menu-mobile {
    width: 100%;
    font-size: 1.4em;
    text-transform: uppercase;
}
#menu-main-menu-mobile > li {
    text-align: center;
}
#menu-main-menu-mobile li a {
    font-weight: 500;

    font-size: 1.2em;
    color: #fff;
}
#menu-main-menu-mobile li a:hover {
    color: #fff;
}
#menu-main-menu-mobile li ul  {
    list-style: none;
    margin-top: .5em;
    padding-left: .85em;
    font-size: .85em;
}
#menu-main-menu-mobile li ul li a {
    color: #fff;
    font-weight: 300;
}
#menu-main-menu-mobile li ul {
}
#menu-main-menu-mobile > li {
    border-bottom: 1px solid #fff;
    padding-bottom: 1em;
    margin-bottom: 1em;
}
#menu-main-menu-mobile > li:first-child {
    border-top: 1px solid #fff;
    padding-top: 1em;
}
a.mobile-toggler {
    padding: 0;
    height: 20px;
}
.navbar-brand img {
    width: auto;
    margin-top: 0;
    margin-bottom: 0;
    transition: all 0.25s ease-in-out;
}

.navbar-toggler {
    border: none !important;
    padding-right: 0;
}
.navbar-toggler.collapsed .navbar-toggler-icon {
    background-image: url("../menu-toggle-black.png");
    background-size: 20px 20px;
}
nav .navbar-toggler .navbar-toggler-icon {
    background-image: url("../menu-toggle-black.png");
    background-size: 20px 20px;
}
nav.custom-color .navbar-toggler.collapsed .navbar-toggler-icon {
    background-image: url("../menu-toggle-black.png");
    background-size: 20px 20px;
}
nav.custom-color .navbar-toggler .navbar-toggler-icon {
    background-image: url("../menu-toggle-black.png");
    background-size: 20px 20px;
}
#menu-top-menu a {
    color: #000;
    border-right: 1px solid #000;
    margin-right: 15px;
    padding-right: 15px;
}
.navbar-search a {
    color: #000;
}
.navbar-top {
    padding: 0;
    font-size: .85em;
}
@media (min-width: 576px) {
    #mobile-nav {
        margin: 1.75rem auto;
    }
}

#mobile-nav, #modal-search {
    margin: 0 auto;
    z-index: 2000;
}
#mobile-nav .modal-dialog {
    max-width: 1140px;
    margin: 0 !important;
}
#mobile-nav .modal-content {
    min-height: 100vh;
    min-width: 100vw;
}



ul.sidebar-menu {
    list-style: none;
    padding-left: 0;
    margin-bottom: 40px;
}
ul.sidebar-menu li {
    border-top: 1px solid #b0b0b0;
}
ul.sidebar-menu li:last-child {
    border-bottom: 1px solid #b0b0b0;
}
ul.sidebar-menu li a {
    padding-left: 0;
    font-weight: 200;
    color: #000;
}
ul.sidebar-menu li.current-menu-item a {
    color: #000;
    font-weight: bold;
}
ul.sidebar-menu li a:hover {
    color: #666;
}
@media (min-width: 1200px) {
    ul.sidebar-menu li a {
        font-size: 1em;
    }
}

.post-date::first-letter {
    text-transform: capitalize;
}


.modal-content {
    background: #fff;
    color: #000;
    border: 0;
    border-radius: 0;

}
#mobile-nav .modal-content {
    background: #758f56;

}

.modal-header {
    border-bottom: 0;
    padding: 0 12px;
}
#mobile-nav .close {
    opacity: 1;
    color: #fff;
    font-size: 5em;
}


.modal-backdrop {
    background-color: black !important;
    opacity: .85 !important;
    z-index: 1900;
}



.widget-area .widget {
    background-color: #f2f1ea;
    border-radius: 0px;
    padding: 15px;
    margin-bottom: 15px;
}

.widget a {
    /*
    text-transform: uppercase;
    font-size: 0.875em;
    letter-spacing: 0.05em;
    line-height: 1.5;
    font-weight: bold;
    */
    color: #000;
}

.widget a[href$=".pdf"] {
}
.widget a[href$=".pdf"],
.wp-block-file {
    background: url(../file-download-icon.png) top left !important;
    color: #000 !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
    padding: 0 0 0 2em;
}
.widget p:last-child {
    margin-bottom: 0;
}
.wp-block-file {
    font-weight: normal !important;
    margin-bottom: .5em;
}
.wp-block-file a {
    color: #000 !important;
}
body.home .widget-area .widget {
    margin-top: -15px;
}

.update-email-frame {
    height: 320px;
    width: 100%;
    overflow: hidden;
    border: 0;
    padding: 0;
}

.home-news-block {
    background-color: #efe5eb;
}
.homepage-news-meta::first-letter {
    text-transform: capitalize;
}
.home-news-block a {
    display: block;
    color: #000;
}
.home-news-block a:hover {
    text-decoration: none;
} 
.home-news-block a h4, 
.home-news-block a.read-more-link{
    color: #5a5959;
}

footer {
    min-height: 200px;
    background-color: #545454;
    color: #fff;
    margin-top: 30px;
}
footer  {
    font-size: .75em;

}
footer hr {
    background-color: transparent;
    height: 0 !important;
    border-bottom: 1px solid #666;
    border-top: 0;
}
footer a {
    color: #fff;
}
#menu-footer-menu li {
    padding: 10px 0;
    border-bottom: 1px solid #666;
}
#menu-footer-menu li:last-child {
    border-bottom: 0;
}
#menu-footer-menu li a:hover {
    color: #fff;


}



/**
 * 6.7 Post/Image/Paging Navigation
 * -----------------------------------------------------------------------------
 */

.nav-links {
    -webkit-hyphens: auto;
    -moz-hyphens:    auto;
    -ms-hyphens:     auto;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    hyphens:         auto;
    word-wrap: break-word;
}

.post-navigation,
.image-navigation {
    margin: 24px auto 48px;
    max-width: 474px;
    padding: 0 10px;
}

.post-navigation a,
.image-navigation .previous-image,
.image-navigation .next-image {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding: 11px 0 12px;
    width: 100%;
}

.post-navigation .meta-nav {
    color: #767676;
    display: block;
    font-size: 12px;
    font-weight: 900;
    line-height: 2;
    text-transform: uppercase;
}

.post-navigation a,
.image-navigation a {
    color: #8f004d;
    display: block;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.7142857142;
    text-transform: none;
}

.post-navigation a:hover,
.image-navigation a:hover {
    color: #8f004d;
}

/* Paging Navigation */

.paging-navigation {
    border-top: 5px solid #ececec;
    margin: 48px 0;
}

.paging-navigation .loop-pagination {
    margin-top: -5px;
    text-align: center;
}

.paging-navigation .page-numbers {
    border-top: 5px solid transparent;
    display: inline-block;
    font-size: 14px;
    font-weight: 900;
    margin-right: 1px;
    padding: 7px 16px;
    text-transform: uppercase;
}

.paging-navigation a {
    color: #8f004d;
}

.paging-navigation .page-numbers.current {
    border-top: 5px solid #8f004d;
}

.paging-navigation a:hover {
    border-top: 5px solid #8f004d;
    color: #8f004d;
}


div.wp-block-column > div  {
    width: 50%;
    background: #f00 !important;
}


.wp-block-coblocks-accordion-item__title {
    background-color: #f2f1ea;
}


.widget-area a.widget {
    display: block;
    background-color: rgba(96,96,0,.1);
    padding: 10px 25px;
    margin-bottom: 15px;
    color: #000;
}
.widget-area a.widget:hover {
    text-decoration: none;
}

.widget iframe {
    margin-bottom: 0;
}


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

