<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name: OHE 2025 (Slightly child theme)
Theme URI: https://refinedpractice.com/
Description: A child of the Slightly theme for use by OHE for the 2025 rebrand
Author: Refined Practice
Author URI: https://refinedpractice.com/
Template: slightly
Version: 1.0.4
*/

/* Parent stylesheet should be loaded from functions.php not using @import */

@font-face {
  font-family: "RecklessMedium";
  src:
    url("fonts/otf/Reckless-Medium.otf") format("opentype"),
    url("fonts/woff/Reckless-Medium.woff2") format("woff2");
  font-weight: 500;
}

@font-face {
  font-family: "FragmentVariable";
  src:
    url("fonts/variable/PPFragmentSansVariable.woff2") format("woff2-variations");
}

/*
@font-face {
  font-family: "FragmentItalic";
  src:
    url("fonts/otf/PPFragment-SansLightItalic.otf") format("opentype"),
    url("fonts/woff/PPFragment-SansLightItalic.woff2") format("woff2");
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: "FragmentItalic";
  src:
    url("fonts/otf/PPFragment-SansThinItalic.otf") format("opentype"),
    url("fonts/woff/PPFragment-SansThinItalic.woff2") format("woff2");
 }
*/


:root {
    --ohe-dark-green: #024550; /* Footer background, headings, link text */
    --ohe-mid-green: #06D98C; /* Link underlining, separators */
    --ohe-light-green: #C3F8C9;
    --ohe-light-green-rgb: 195,248,201;
    --ohe-lime: #B0EF04;
	
    --ohe-violet: #8773F8;
    --ohe-light-purple: #C3B3EF;

    --ohe-black: #000; /* body text */
    --ohe-white: #fff; /* primary background, text on darkest backgrounds */
    
    --text-sans:"FragmentVariable", sans-serif;
    --text-serif:RecklessMedium, Newsreader, Georgia, serif;
}
*, *:before, *:after {
    box-sizing: border-box;
    scroll-behavior: smooth;
}
:root :where(a:where(:not(.wp-element-button))) {
    text-decoration: none;
}
.row--index {
    margin-top: 1.5rem;
}
.text-assistive {
    -webkit-clip-path: polygon(0 0, 0 0, 0 0, 0 0);
    clip-path: polygon(0 0, 0 0, 0 0, 0 0);
    box-sizing: border-box;
    position: absolute;
    margin: 0;
    padding: 0;
}
.d-none {
    display: none;
}   
.v-hidden {
    visibility: hidden;
}
html {
    min-height: 100vh;
    font-size: 16px;
    font-family: "FragmentVariable", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
    margin: 0;
    padding: 0;
}
body {
    margin: 0;
    padding: 0;
    min-height: 100vh;
    color: var(--ohe-white);
    background-color: var(--ohe-dark-green);
    font-family: inherit;
    font-size: 1.0625rem;
    line-height: 1.25;
}
button,input,select,textarea {
    color: inherit;
    background-color: inherit;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    font-size: inherit;
}
figure {
    margin-top: 45px;
    margin-bottom: 60px;
}


li.wp-block-post&gt;p.wp-block-post-title {
    display: inline;
}

.em-search-main-bar button {
    border-radius: unset;
    min-height: auto;
}
button i, .button i, .wp-block-button .wp-block-button__link i, input[type="button"] i, input[type="reset"] i, input[type="submit"] i {
    font-size: 1.25rem;
    padding-left: 20px;
}
button:hover, button:active, button:focus, .wp-block-button .wp-block-button__link:hover:not(.has-background), .wp-block-button .wp-block-button__link:active:not(.has-background), .wp-block-button .wp-block-button__link:focus:not(.has-background),  .button:hover, .button:active, .button:focus, .wp-block-button .wp-block-button__link:hover, .wp-block-button .wp-block-button__link:active, .wp-block-button .wp-block-button__link:focus, input[type="button"]:hover, input[type="button"]:active, input[type="button"]:focus, input[type="reset"]:hover, input[type="reset"]:active, input[type="reset"]:focus, input[type="submit"]:hover, input[type="submit"]:active, input[type="submit"]:focus {
    color: var(--ohe-white);
    background-color: var(--ohe-dark-green);
    border: 4px solid rgba(214, 202, 141, 1);
    text-shadow: 0 0 var(--ohe-white);
}


body.page .hentry, body.single .hentry, body.error404 .hentry {
    margin: 0;
}
/*
body.page .content-area, body.single .content-area, body.error404 .content-area {
    display: grid;
    grid-template: 100%/ 0 100% 0;
}
.content-area&gt;.wp-block-group {
    grid-area: 1 / 2 / 2 / 3;
    padding: 0 15px;  
}
*/
body.page .pageBannerImage, body.single .pageBannerImage, body.error404 .pageBannerImage {
    grid-area: 1 / 1 / 3 / 4;
    min-height: auto;
    overflow: hidden;
    z-index: 1;
    width: 100%;
    height: 100%;
}
body.page .pageBannerImage__image, body.single .pageBannerImage__image, body.error404 .pageBannerImage__image {
    position: static;
    transform: none;
    top: auto;
    left: auto;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

body.page .site-main, body.single .site-main, body.error404 .site-main {
    grid-area: 1 / 2 / 2 / 3;
    z-index: 2;
}
body.page .site-main-inner, body.single .site-main-inner, body.error404 .site-main-inner {
    padding: 1.5rem 1.5rem 0 1.5rem;
    grid-area: 1 / 2 / 2 / 3;        
}

body.page .pageBannerImage__overlay, body.single .pageBannerImage__overlay, body.error404 .pageBannerImage__overlay {
    height: 100%;
    width: 100%;
    background-color: transparent;
    border-bottom: 30px solid rgba(255, 255, 255, 0.25);
    z-index: 2;
}
body.page .pageBannerImage__leftOverlay, body.single .pageBannerImage__leftOverlay, body.error404 .pageBannerImage__leftOverlay {
    grid-area: 1 / 1 / 3 / 2;
    display: none;
}
body.page .pageBannerImage__centreOverlay, body.single .pageBannerImage__centreOverlay, body.error404 .pageBannerImage__centreOverlay {
    grid-area: 1 / 2 / 2 / 3;
}
body.page .pageBannerImage__rightOverlay, body.single .pageBannerImage__rightOverlay, body.error404 .pageBannerImage__rightOverlay {
    grid-area: 1 / 3 / 3 / 4;
    display: none;
}



@media (max-width: 43.75rem) {
    .alignleft, .alignright {
        margin-left: 0;
        margin-right: 0;
        float: none;
        width: 100%;
    }
    .alignleft img, .alignright img {
        width: 100%;
    }
}

.archive-content {
    padding: 0;
    margin: 0 auto;
    width: calc(100% - 3rem);
    max-width: 880px;
}

.archive-entry {
    display: block;        
}
.wp-block-post-template {
    list-style-type: none;    
}
.wp-block-post-template li {
    display: block;    
}
.wp-block-post-template .archive-entry-header .wp-block-post-date, .wp-block-post-template .archive-entry-header p, .wp-block-post-template .archive-entry-header .wp-block-post-author-name{
    display: inline;
    font-size: 1.1875rem;
}
.wp-block-post-template .archive-entry-header h2.wp-block-post-title {
    font-size: 1.6875rem;
    margin-bottom: 0.25em;
}
.wp-block-post-template .archive-entry-header h2.wp-block-post-title a {
    color: var(--ohe-dark-green);
}
.wp-block-post-template figure.is-style-porthole {
    margin: 0 auto 1.25rem auto;
    max-width: 300px;
}
@media (min-width: 782px) {
    .wp-block-post-template figure.is-style-porthole {
        margin: 0;
        max-width: none;
    }
}


.row {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 15px;
}

.site-header {
    width: 100%;
    border-bottom: none;
    height: auto;
    padding: 23px 0 23px 0;
    z-index: 555;
    display: grid;
    grid-template-columns: 0 max-content auto;
    align-items: center;
}
.site-branding {
    display: block;
    padding-left: 15px;
}
.ohe-logo-header-svg {
    height: 69px;
    width: 187px;
}
.ohe-logo-header-svg svg {
    width: 100%;
    height: 100%;
}
.site-title {
    margin: 0;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 3.75px;
    font-size: 15px;
    line-height: 1.18;
    text-edge: cap;
}
body.menu-open {
    height: 100vh;
    overflow: hidden;
}

@media (min-width: 1130px) { /* Matches break point set in MegaMenu */
    .site-header {
        display: block;
        position: fixed;
        padding: 0;
        height: 135px;
    }
    .site-content, .site-footer {
        position: relative;
        top: 135px;
    }
    .site-branding {
        display: none;
    }

}

a:focus {
    outline: 2px solid transparent;
}
a:focus-visible {
    outline: 2px solid var(--ohe-dark-green);
}


a.site-branding {
    color: var(--ohe-dark-green);
}
a.site-branding:hover, a.site-branding:focus {
    color: var(--ohe-dark-green);
}

a.site-branding:hover path, a.site-branding:focus path {
    fill: var(--ohe-dark-green);
}

.site-description {
    margin-bottom: 0.5em;
}
.site-logo {
    display: block;
    max-width: 220px;
}
.site-header-col {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: static;
    padding: 0;
}

.main-navigation li {
    margin: 0;
    list-style: none;
}

.main-navigation a {
    display: block;
    text-decoration: none;
    text-transform: none;
    font-weight: 500;
    padding: 20px 30px;
    letter-spacing: normal;
    font-size: 1.5rem;
    position: relative;
    box-shadow: inset 0px -2px 0px 0px #DED3D3;
}
.main-navigation a:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    content: "";
    transform: scaleX(0);
    background-color: #000;
    transition: all 0.2s ease-out;
}
.main-navigation a:hover:after {
    transform: scaleX(1);
}
.main-navigation li.menu-item-has-children&gt;a:before {
    position: absolute;
    right: 0.75em;
    top: 1em;
    width: 1em;
    height: 1rem;
    opacity: 0.3;
    filter: invert(29%) sepia(45%) saturate(3115%) hue-rotate(339deg) brightness(71%) contrast(95%);
    content: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20576%20512%22%3E%3C%21--%21Font%20Awesome%20Free%206.6.0%20by%20%40fontawesome%20-%20https%3A%2F%2Ffontawesome.com%20License%20-%20https%3A%2F%2Ffontawesome.com%2Flicense%2Ffree%20Copyright%202024%20Fonticons%2C%20Inc.--%3E%3Cpath%20d%3D%22M88.7%20223.8L0%20375.8%200%2096C0%2060.7%2028.7%2032%2064%2032l117.5%200c17%200%2033.3%206.7%2045.3%2018.7l26.5%2026.5c12%2012%2028.3%2018.7%2045.3%2018.7L416%2096c35.3%200%2064%2028.7%2064%2064l0%2032-336%200c-22.8%200-43.8%2012.1-55.3%2031.8zm27.6%2016.1C122.1%20230%20132.6%20224%20144%20224l400%200c11.5%200%2022%206.1%2027.7%2016.1s5.7%2022.2-.1%2032.1l-112%20192C453.9%20474%20443.4%20480%20432%20480L32%20480c-11.5%200-22-6.1-27.7-16.1s-5.7-22.2%20.1-32.1l112-192z%22%2F%3E%3C%2Fsvg%3E");
}
.main-navigation .current_page_item &gt; a {
    box-shadow: inset 0px -2px 0px 0px #DED3D3;
}

.main-navigation a:hover, .main-navigation a:focus {
    color: var(--ohe-dark-green);
    background-color: rgba(148, 0, 0, 0.1);
    border-bottom: none;
}

.primary-menu-text {
    display: none;
}
.primary-menu-icon {
    display: block;
}
.primary-menu-icon {
    stroke: var(--ohe-dark-green);
    stroke-width: 2;
    height: 54px;
    width: 54px;
}
button.menu-toggle {
    display: grid;
    grid-template: 54px / auto auto;
    align-items: center;
    border: none;
    text-transform: none;
    font-weight: 500;
    letter-spacing: normal;
    font-size: 18px;
    padding: 0;
    color: var(--ohe-dark-green);
    background: transparent;
    height: 54px;
}
@media (min-width: 782px) {
    .primary-menu-text {
        display: block;
    }
    button.menu-toggle {
        padding: 9px 0;
    }
}
button.menu-toggle:focus {
    outline: none;
}
button.menu-toggle:focus, button.menu-toggle:hover {
    color: var(--ohe-mid-green);
}
button.menu-toggle:focus-visible {
    outline: 2px solid var(--ohe-dark-green);
}

button.menu-toggle:focus .primary-menu-icon, button.menu-toggle:hover .primary-menu-icon {
    stroke: var(--ohe-mid-green);
}
button.menu-toggle:active, button.menu-toggle:active {
    border: none;
}
.main-navigation ul {
    display: block;
    list-style: none;
    padding: 0 0 0 20px;
    margin: 0;
}
.main-navigation &gt; div {
    position: absolute;
    left: 0;
    top: 100px;
    background: rgba(0, 0, 0, 0.65);
    height: calc(100vh - 100px);
    width: 100%;
    box-shadow: 0 12px 50px rgba(0, 0, 0, 0.05);
    border: 1px solid #eee;
    z-index: 9999;
    visibility: hidden;
    opacity: 0;
    transform: translateY(-10px);
    transition: 0.21s visibility, 0.2s opacity, 0.2s transform;
    transition-timing-function: ease-out;
}
.admin-bar .main-navigation &gt; div {
    top: 132px;
    height: calc(100vh - 132px);
}

@media (min-width: 782px) {
    .main-navigation &gt; div {
        top: 120px;
        height: calc(100vh - 120px);
    }
    .admin-bar .main-navigation &gt; div {
        top: 152px;
        height: calc(100vh - 152px);
    }
    .main-navigation &gt; div &gt; ul {
        width: 50%;
        margin-left: auto;
    }
}

.main-navigation &gt; div &gt; ul {
    padding: 0;
    background-color: var(--ohe-white);
}
.main-navigation.toggled ul {
    padding: 0;
}
.main-navigation.toggled ul#primary-menu {
    max-height: 100%;
    overflow-y: scroll;
    scrollbar-width: thin;
    scrollbar-color: var(--ohe-dark-green) #edead3;
}
.main-navigation.toggled ul#primary-menu::-webkit-scrollbar-track {
    background: #edead3;
}
.main-navigation.toggled ul#primary-menu::-webkit-scrollbar-thumb {
  background-color: var(--ohe-dark-green);
  outline: 1px solid var(--ohe-dark-green);
}

.main-navigation.toggled &gt; div {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
}

@media screen and (min-width: 37.5em) {
    .site-header-col {
        justify-content: space-between;
    }
    .site-title a {
        margin-right: 0;
    }

    .main-navigation.toggled ul {
        padding: 0;
    }
    .main-navigation &gt; div {
        position: fixed;
        left: 0;
        background: rgba(0, 0, 0, 0.65);
        width: 100%;
        box-shadow: 0 12px 50px rgba(0, 0, 0, 0.05);
        border: 1px solid #eee;
        z-index: 9999;
        visibility: hidden;
        opacity: 0;
        transform: translateY(-10px);
        transform: translateY(0);
    }
    .main-navigation &gt; div &gt; ul {
        padding: 0;
    }
    .main-navigation {
        clear: none;
        display: block;
        float: none;
        margin-left: 0;
    }
    .main-navigation ul {
        display: block;
        list-style: none;
        padding: 0 0 0 20px;
        margin: 0;
    }
    .main-navigation ul ul {
        box-shadow: none;
        float: none;
        position: static;
        top: 100%;
        left: 0;
        z-index: auto;
        border: none;
        background: #fff;
        width: auto;
        visibility: visible;
        opacity: 1;
        transform: none;
        transition: none;
        transition-timing-function: ease-out;
    }
    .main-navigation ul ul ul {
        left: 100%;
        top: 0;
        margin-top: 0;
    }
    .main-navigation ul ul li {
        width: auto;
    }
    .main-navigation ul ul li:hover &gt; ul,
    .main-navigation ul ul li.focus &gt; ul {
        left: auto;
    }
    .main-navigation ul ul a {
        width: auto;
    }
    .main-navigation ul li:hover &gt; ul,
    .main-navigation ul li.focus &gt; ul {
        visibility: visible;
        opacity: 1;
        transform: none;
    }
    .main-navigation li {
        float: none;
        position: static;
    }
    .main-navigation .current_page_ancestor &gt; a,
    .main-navigation .current_page_parent &gt; a {
        box-shadow: inset 0px -2px 0px 0px #DED3D3;
    }
    .main-navigation .current-menu-parent {
        box-shadow: inset 0px -2px 0px 0px #DED3D3;
    }
    .menu-toggle {
        display: inline-block;
    }
    .main-navigation ul {
        display: block;
    }
}


.sub-menu&gt;.current-page-ancestor&gt;a {
    border-bottom: none;
    color: var(--ohe-black);
}


.main-navigation a:after, .site-title a:after {
    height: 2px;
    background-color: var(--ohe-dark-green);
}

.main-navigation ul ul {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 99999;
    background: transparent;
    width: 100%;
    visibility: hidden;
    opacity: 0;
    transform: translateY(-10px);
    transition: 0.21s visibility, 0.4s opacity, 0.2s transform, 0.7s height;
    transition-timing-function: ease-out;
    height: 0;
}

.sub-menu {
    display:none;
    width:100%;
    float:none;
    position:relative;
    padding-left: 20px!important;
}
.sub-menu a {
    font-size: 1.25rem;
}

.main-navigation ul ul a:hover + ul,
.main-navigation ul ul a:focus + ul {
    left: 100%;
}

/*
.main-navigation a:hover + ul.sub-menu,
.main-navigation a:focus + ul.sub-menu,
*/
.main-navigation.toggled li.menu-item-has-children.focus ul.sub-menu,
ul.sub-menu:hover,
ul.sub-menu:has(a:focus) {
    position: relative;
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
    height: auto;
}





@media (min-width: 700px) {
    /*
    body.page .content-area, body.single .content-area, body.error404 .content-area {
        grid-template: 100% / minmax(0,auto) minmax(50rem,1440px) minmax(0,auto);
    }
    */
    body.page .site-main, body.single .site-main, body.error404 .site-main {
    }
    body.page .pageBannerImage__leftOverlay, body.single .pageBannerImage__leftOverlay, body.error404 .pageBannerImage__leftOverlay {
        display: block;
    }
    body.page .pageBannerImage__rightOverlay, body.single .pageBannerImage__rightOverlay, body.error404 .pageBannerImage__rightOverlay {
        display: block;
    }

}


.entry-content, .self-aligned { /* s */
    display: grid;
    grid-template-columns: 0 0 0 100% 0 0 0;
    padding: 0 0 60px 0;
}
.entry-content&gt;*, .self-aligned&gt;* { /* Give any direct descendents inline padding of 15px */
    padding-inline-start: 15px;
    padding-inline-end: 15px;
    width: 100%;
    grid-column: 4;
}

.page-template-page-full-width .entry-content&gt;*, .page-template-page-full-width .self-aligned&gt;* {
    grid-column: 2 / span 5;
}

.self-aligned, .page-template-page-full-width .self-aligned {
    grid-column: 1 / span 7;
    padding: 0;
}





@media (min-width: 750px) {  /* m */
    .entry-content, .self-aligned {
        grid-template-columns: 0 0 minmax(0,auto) 720px minmax(0,auto) 0 0;
    }
}
@media (min-width: 1230px) { /* l */
    .entry-content, .self-aligned {
        grid-template-columns: 0 minmax(0,auto) 240px 720px 240px minmax(0,auto) 0;
    }
    .entry-content&gt;.l-left-col, .self-aligned&gt;.l-left-col {
        grid-column: 2 / span 2;
    }
    .entry-content&gt;.l-left-col-narrow, .self-aligned&gt;.l-left-col-narrow {
        grid-column: 3;
    }
    .entry-content&gt;.l-main-spill-left, .self-aligned&gt;.l-main-spill-left {
        grid-column: 3 / span 2;
    }
    .entry-content&gt;.l-main-spill-right, .self-aligned&gt;.l-main-spill-right {
        grid-column: 4 / span 2;
    }
    .entry-content&gt;.l-right-col-narrow, .self-aligned&gt;.l-right-col-narrow {
        justify-self: end;
        grid-column: 5;
    }
    .entry-content&gt;.l-right-col, .self-aligned&gt;.l-right-col {
        justify-self: end;
        grid-column: 5 / span 2;
    }
}
@media (min-width: 1485px) { /* xl */
    .entry-content, .self-aligned {
        grid-template-columns: minmax(0,auto) 120px 240px 720px 240px 120px minmax(0,auto);
    }
}


.publications-template-default .entry-content&gt;figure.wp-block-image figcaption
{
    padding-inline-start: 15px;
    padding-inline-end: 15px;
    font-size: 0.75rem;
    text-align: left;
    margin-block-end: 0;
}




@media (min-width: 1230px) { /* l */

    .publications-template-default .entry-content&gt;figure.wp-block-image
    {
        grid-column: 4 / span 2;
    }

}

.publcation-citation-header {
    font-size: 15px;
}

/*
// &lt;uniquifier&gt;: Use a unique and descriptive class name
// &lt;weight&gt;: Use a value from 100 to 900

.newsreader-&lt;uniquifier&gt; {
  font-family: "Newsreader", serif;
  font-optical-sizing: auto;
  font-weight: &lt;weight&gt;;
  font-style: normal;
}

*/

a {
	color:inherit;
	transition:color 0.3s;
}

a:hover {color:var(--ohe-mid-green);}

strong,b,h1,h2,h3,h4,h5,h6 {
    font-optical-sizing: auto;
    font-weight: 500;
}

h1,h2,h3,h4,h5,h6 {
    font-family: RecklessMedium, Newsreader, Georgia, serif;
    color: inherit;
    line-height: 1.1765;
    margin: 0.5rem 0 1em 0;
    padding: 0; 
    text-transform: none;
    letter-spacing: normal;
}
h1 {
    font-size: 2.125rem;
    font-weight: 500;
    line-height: 2.25rem;
}
h2 {
    font-size: 1.6875rem;
    line-height: 1;
    padding: 0.8125rem 0;
    margin: 0.5rem 0;
    border-bottom: 6px dotted var(--ohe-mid-green);
}

.entry-content&gt;h2 {
    margin: 0.5rem auto;
    padding-inline-start: 0;
    padding-inline-end: 0;
    max-width: calc(100% - 30px);
}

@media (min-width: 750px) { /* m */
    .entry-content&gt;h2 {
        margin: 1.5rem 15px 1rem;
        padding-inline-start: 0;
        padding-inline-end: 0;
        max-width: 690px;
    }
}
h3 {
    font-size: 1.5rem;
    margin: 1.5rem 0 0.5rem;
}
h4 {
    font-size: 1.375rem;
}
h5 {
    font-size: 1.1875rem;
}
h6 {
    font-size: 1rem;
}
h1.entry-title {
    font-size: 1.875rem;
    margin: 0 0 10px 0;
    padding: 0 0 0 15px;
    line-height: 2rem;
}



.read-next {
    border-bottom: 1px solid #c1c1c1;
    border-top: 1px solid #c1c1c1;
    padding: 2em 0;
    margin: 4em 0;
}
.read-next span {
    color: #c1c1c1;
    text-transform: none;
    letter-spacing: normal;
    font-weight: 600;
    font-size: 1.125em;
}

.wp-block-separator {
	border:none;
	width:92%;
	margin-left:15px;
}

.wp-block-preformatted{
	width:96%;
	margin-left:15px;
}

@media (min-width: 900px) {
    h1 {
        font-size: 2.125rem;
        line-height: 2.25rem;
    }
    h2 {
        font-size: 1.6875rem;
        line-height: 1.9rem;
    }
    h3 {
        font-size: 1.5rem;
        line-height: 1.7rem;
    }
    h4 {
        font-size: 1.375rem;
    }
    h5 {
        font-size: 1.1875rem;
    }
    h6 {
        font-size: 1rem;
    }
    h1.entry-title {
        font-size: 2.125rem;
        line-height: 2.35rem;
    }
}
.entry-header {
    padding: 0;
    margin: 0;
/*    border-bottom: 1px solid var(--ohe-mid-green); */
}

.two-column {
    display: block;
}

.two-column .entry-header-title {
    padding: 0 15px 15px 15px;
}

.single-publications .entry-header-title, .single .entry-header-title {
    display: grid;
    grid-template-rows: auto max-content;
}


.two-column .entry-title {
    padding: 10px 0;
    margin: 0 0 30px 0;
    border-bottom: 1px solid var(--ohe-dark-green);
}

.single-publications .two-column .entry-title, .single .two-column .entry-title {
    padding: 10px 0;
    margin: 0;
    border-top: 1px solid var(--ohe-dark-green);
    border-bottom: none;
}


.two-column .entry-header-title p {
    font-size: 21px;
    font-style: normal;
    font-weight: 300;
    line-height: 1.3;  
}

.entry-featured-image {
    display: block;
    line-height: 0;
}
.entry-featured-image img {
    width: 100%;
    aspect-ratio: 3.915;
    object-fit: cover;
}


.decorator {
    display: none;
}

@media (min-width: 800px) {

    .entry-header {
        padding: 0;
        margin: 0 0 2.5rem 0;
    }

    .two-column {
        display:grid;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: max-content;
        grid-gap:15px;
        margin:0 auto   
    }

    .two-column .entry-header-title {
        padding: 0 0 15px 15px;
        max-width: 638px;
    }

    .two-column .entry-featured-image {
        display: block;
        height: 356px;
    }
    .two-column .entry-featured-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .entry-header.ohe-logo-bg {
        background-image: url('images/ohe-bg.svg');
        background-repeat: no-repeat;
        background-size: 50%;
        background-position: 100% 100%;
        min-height: 320px;
    }



}

@media (min-width: 1470px) {
    .two-column {
        grid-template-columns: minmax(0,auto) 712px 712px minmax(0,auto);
        grid-gap: 16px;
    }
    .two-column .entry-header-title {
        grid-column: 2 / 3;
    }
    .two-column .entry-featured-image {
        grid-column: 3 / 4;
    }

    .decorator {
        display: block;
    }
    .decorator.left {
        grid-area: 1 / 1 / 2 / 2;
    }
    .decorator.right {
        grid-area: 1 / 4 / 2 / 5;
    }

}

.one-column {
    padding: 15px;
}

@media (min-width: 1470px) {
    .one-column {
        display:grid;
        grid-template-columns: minmax(0,auto) 1410px minmax(0,auto);
        grid-template-rows: max-content;
        gap:15px;
        margin:0 auto; 
        padding: 0;
    }

    .one-column&gt;* {
        grid-column: 2 / 3;
    }
}

.card-with-image.no-mobile {
    display: none;
}

.two-column-inner {
    display: grid;
    grid-template-columns: 1fr;
    gap: 15px;
}

@media (min-width: 645px) {
    .two-column-inner {
        grid-template-columns: 1fr 1fr;
    }
}

@media (min-width: 720px) {
    .two-column-inner {
        grid-gap: 30px;
    }
}


.three-column-inner {
    display: grid;
    grid-template-columns: 1fr;
    gap: 15px;
}


@media (min-width: 645px) {
    .three-column-inner {
        grid-template-columns: 1fr 1fr;
    }
}

@media (min-width: 990px) {
    .three-column-inner {
        grid-template-columns: 1fr 1fr 1fr;
        gap: 30px;
    }
    .card.no-desktop {
        display: none;
    }
    .card-with-image.no-mobile {
        display: block;
    }
}

.latest-pubs {
    padding-top: 0;
    padding-bottom: 30px;
}

.latest-pubs-green {
    padding-top: 30px;
    padding-bottom: 30px;
}

.latest-pubs h2 {
    margin: 0 0 30px 0;
}


.latest-pubs-green .card {
    padding-bottom: 20px;
    border-bottom: 1px solid var(--ohe-white);
}

.latest-pubs-green .card.pub-card-11 {
    border-bottom-color: transparent;
}

@media(min-width: 645px){
    .latest-pubs-green .card.pub-card-10 {
        border-bottom-color: transparent;
    }
}

@media(min-width: 800px){
    .latest-pubs, .latest-pubs-green {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .latest-pubs h2 {
        margin: 0 0 60px 0;
    }

}

@media(min-width: 990px){
    .latest-pubs-green .card.pub-card-9 {
        border-bottom-color: transparent;
    }
}




.card-with-image img {
    aspect-ratio: 2.5;
    display: block;
    line-height: 0;
    width: 100%;
    object-fit: cover;
    margin: 0 0 5px 0;
    contain-intrinsic-size: none !important;
   
}

.archive .card-with-image img {
	 max-height:177px;
	 }
	 
.archive .card-with-image {
	
	border-top:1px solid var(--ohe-dark-green);
	transition: border 1s;
}

.archive-description {
    margin-bottom: 60px;
}

.archive-description a {
    text-decoration: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-color: var(--ohe-mid-green);
    text-decoration-thickness: 5.5%;
    text-underline-offset: 10%;
    text-underline-position: from-font;
    margin: 0 0 15px 0;
    color: var(--ohe-white);
    transition: color 0.5s;
}

.archive-description a:hover, .archive-description a:focus-visible {
        color: var(--ohe-light-green) !important;
}

.archive .card-with-image:hover, .archive .card-with-image:focus-within {
	border-top:1px solid var(--ohe-white);
}

.card-with-image time, .latest-pubs-green .card time {
    font-size: 13px;
    font-style: normal;
    font-weight: 300;
    line-height: 20px; /* 153.846% */
    margin: 0 0 15px 0;
    display: block;
}



.card-with-image h3 {
    margin: 0 0 15px 0;
}

.card h3 {
    margin: 0 0 15px 0;
    font-size: 21px;
    font-weight: 500;
    line-height: 27px;
}


.card-with-image p {
    font-size: 17px;
    font-style: normal;
    font-weight: 300;
    line-height: 1.4;
    margin: 0 0 15px 0;
}

.card-with-image a.read-more, .card a.read-more {
    display: block;
    font-size: 13px;
    font-style: normal;
    font-weight: 300;
    line-height: 20px; /* 153.846% */
    text-decoration: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-color: var(--ohe-mid-green);

    text-decoration-thickness: 5.5%; /* 0.715px */
    text-underline-offset: 10%; /* 1.3px */
    text-underline-position: from-font;
    margin: 0 0 15px 0;
}


.one-column.no-block-padding {
    padding: 0 15px;
}

.single-publications .entry-date-etc, .single .entry-date-etc {
    padding: 0 0 5px 0;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 1.2;
    color: var(--ohe-black);
}
.single-publications .entry-date-etc&gt;span, .single .entry-date-etc&gt;span {
    display: inline-block;
    margin-left: 15px;
}
.single-publications .entry-date-etc&gt;span:first-of-type, .single .entry-date-etc&gt;span:first-of-type {
    margin-left: 0;
}

h2.front-page {
    font-size: 1.9375rem;
    color: inherit;
    text-align: left;
}

p {
    font-size: 1.0625rem;
    margin: 0 0 0.9375rem 0;
    padding: 0;
}

blockquote {
    margin: 0 0 0.5rem 1rem;
    padding: 0 1rem;
    border-left: none;
    quotes: "\201C" "\201D";
    position: relative;
    border-left: 24px solid rgba(var(--ohe-light-green-rgb),0.2);
/*
    font-family: "Noto Serif", serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
    font-variation-settings: "wdth" 100;
    content: open-quote;
    font-size: 1.25rem;
*/
}



blockquote:before {
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  content: open-quote;
  font-size: 4rem;
  line-height: 1;
  position: absolute;
  top: -0.5rem;
  left:-1.75rem;
 
}
/*
blockquote p:last-of-type:after {
  content: close-quote;
  font-size: 4rem;
  line-height: 0.125rem;
  position: absolute;
  right: 0;
  bottom: -2.25rem;
}
*/
blockquote p {
    font-size: 1.125rem;
    margin: 0 0 0.75rem 0;
    position: relative;
}
blockquote p:first-of-type {
    text-indent: 0 rem;
}
blockquote p:last-of-type {
    margin-bottom: 1.625rem;
}
em,i,em strong,i strong,em b,i b, cite {
    font-style: italic;
    font-variation-settings: "ital" 1;
}

cite {
	text-align:left;
	font-weight:500;
	margin:-0.5rem 0rem 0;
	font-size:0.7rem;
	text-transform:uppercase;
	letter-spacing:1px;
}

cite:before {
	content:'â€“ ';
	
}



ul {
    font-size: 1.0625rem;
    margin: 0 0 0.5rem 0;
    display: block;
    margin-block-start: 0rem;
    margin-block-end:0rem;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 1.875rem;
    unicode-bidi: isolate;
}

ol {
    font-size: 1.0625rem;
    margin: 0 0 0.5rem 0;
    display: block;
    list-style-position: outside;
    margin-block-start:0rem;
    margin-block-end: 0rem;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 1.875rem;
    unicode-bidi: isolate;
}

li {
    padding: 0;
    margin: 0 0 0.625em 1.75rem;
}

li::marker {
	color:var(--ohe-mid-green);
}

.site-footer ul.menu {
    list-style-type: none;
    list-style-image: none;
    padding: 0;
}


.is-style-bg-dark-green {
    background-color: var(--ohe-dark-green);
    color: var(--ohe-white);
}
.is-style-bg-dark-green a, .is-style-bg-dark-green p a {
    border-bottom: 1px solid var(--ohe-white);
    color: var(--ohe-white);
}
.is-style-bg-dark-green a:hover, .is-style-bg-dark-green p a:hover {
    color:var(--ohe-white);
    border-bottom: 3px solid var(--ohe-white);
    text-shadow: 0 0 var(--ohe-white);
}
.is-style-bg-dark-green a:focus, .is-style-bg-dark-green p a:focus {
    color: var(--ohe-white);
    outline: 2px solid var(--ohe-white);
}

.is-style-bg-mid-green {
    background-color: var(--ohe-mid-green);
    color: var(--ohe-white);
}

.is-style-bg-light-green {
    background-color: var(--ohe-light-green);
    color: var(--ohe-dark-green);
}

.is-style-bg-lime {
    background-color: var(--ohe-lime);
    color: var(--ohe-dark-green);
}

.is-style-bg-violet {
    background-color: var(--ohe-violet);
    color: var(--ohe-white);
}

.is-style-bg-light-purple {
    background-color: var(--ohe-light-purple);
    color: var(--ohe-dark-green);
}

.is-style-bg-white {
    background-color: var(--ohe-white);
    color: var(--ohe-black);
}
.is-style-bg-white ol li::marker {
    color: var(--ohe-mid-green);
    font-weight: 700;
}
.is-style-bg-white h1.entry-title, .is-style-bg-white h1, .is-style-bg-white h2 {
    color: var(--ohe-dark-green);
}
.is-style-bg-white h3, .is-style-bg-white h4, .is-style-bg-white h5, .is-style-bg-white h6 {
    color: var(--ohe-black);
}
.is-style-bg-white blockquote:before {
    color: var(--ohe-mid-green);
}
.is-style-bg-white blockquote p:last-of-type:after {
    color: var(--ohe-mid-green);
}

a {
    color: var(--ohe-dark-green);
}

p:not(.site-title) a, span a, .nav-previous a, .nav-next a, .entry-content a {
    border-bottom: 1px solid var(--ohe-mid-green);
    font-weight: 300;
    transition: all .1s ease-out;
}

p:not(.site-title) a:hover, span a:hover, .nav-previous a:hover, .nav-next a:hover, .entry-content a:hover {
    border-bottom: 1px solid transparent;
    transition-delay: .2s;
    color: var(--ohe-dark-green);
}

.entry-content h1 a {
    font-weight: 500;
    border-bottom: none; 
}
.entry-content h2 a,.entry-content h3 a,.entry-content h4 a,.entry-content h5 a,.entry-content h6 a {
    font-weight: 500;
    border-bottom: none; 
}

p:not(.site-title) a:focus, span a:focus, .nav-previous a:focus, .nav-next a:focus, .entry-content a:focus {
    outline: none;
}

p:not(.site-title) a:focus-visible, span a:focus-visible, .nav-previous a:focus-visible, .nav-next a:focus-visible, .entry-content a:focus-visible {
    border-bottom: none;
    color: var(--ohe-dark-green);
    outline: 2px solid var(--ohe-dark-green);
}


p:not(.site-title) a:after, span a:after, .nav-previous a:after, .nav-next a:after, .entry-content a:after {
	content:none;
}


figure&gt;a {
    border-bottom: none!important;
}


body.single .entry-meta {
    text-align: center;
    margin: -2.5rem 0 1.9375rem 0;
    border-bottom: 1px solid var(--ohe-mid-green);
    font-size: 1.25rem;
    font-weight: 400;
    text-transform: none;
    color: var(--ohe-dark-green);
    padding: 0.75rem 0 0.6875rem 0;
}
@media (min-width: 782px) {
    body.single .entry-meta {
        font-size: 1.375rem;
    }
}

.no-padding {
	padding:0;
	margin-left:-0.5rem;
	margin-right:-0.5rem;
}

.col-xs-gap {
	margin-bottom:25px;
}

.wp-block-group {
	padding: 50px 0;

}

.has-large-font-size {
	font-size:1.7rem!important;
	font-weight:300;
	margin-bottom:1rem;
}

.has-x-large-font-size {
	font-size:2.2rem!important;
	font-weight:300;
	margin-bottom:0rem;
}


@media screen and (max-width: 767px) {
    .col-xs-gap {
    	margin-bottom:25px;
    }
}




/* Page styles */

.size-full img {
	width:100%;
}

.full-width {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
        width: auto;
    max-width: 1000%;	
}

.hero {
	padding:125px 0 50px 0;
	background-size: cover;
	background-repeat:no-repeat;
	background-position: center;
}

/* Gutenslider */

.slide-content p {
	font-size:1.2rem;
	padding: 10px 25px!important;
}

.is-position-bottom-right .slide-content p {
	border-radius: 15px 0px 0px 0px;
	margin: 0 -8px -8px 0!important;
	}
	
.is-position-bottom-left .slide-content p {
	border-radius: 0px 15px 0px 0px;
	margin: 0 0px -8px -8px!important;
	}
	
/* content footer */


.site-footer,  .page-template-page-full-width .site-footer {
	background: transparent;
	padding:0;
	color: var(--ohe-white);
	border-top:none;
	margin-top:0;
    padding: 40px 0;
}

@media (min-width: 1470px) {
    .site-footer.self-aligned .site-footer-inner {
        padding-inline-start: 0;
        padding-inline-end: 0;
    }
}

.site-footer-inner {
    grid-area: 1 / 2 / 2 / 7;
    display: block;
}

.footer-footer {
    display: grid;
    grid-template: 1fr 1fr / 1fr;
}

@media (min-width: 900px) {
    .site-footer-inner {
        display: grid;
        grid-template-columns: auto min-content;
    }

    .footer-footer {
        grid-column: 1 / span 2;
        grid-template: 1fr / auto max-content;
    }

}

.footer-tagline, .footer-socials {
    padding-top: 30px;
}

.footer-socials figure {
    display: inline-block;
    width: 45px;
    margin: 0 10px;
}


.footer-tagline p {
    color: var(--ohe-white);
    font-family: RecklessMedium, Newsreader, Georgia, serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 37px; /* 115.625% */
    margin: 0;
}

.footer-flexi-columns {
    display: none;
}


@media (min-width: 900px) {

    .footer-socials {
        display: grid;
        grid-gap: 10px;
        grid-template-columns: repeat(3, 1fr);
    }

    .footer-socials figure {
        display: block;
        width: 45px;
        margin: 0;
    }

    .footer-flexi-columns {
        display: flex;
        flex-wrap: wrap;
        gap: 30px;
        grid-column: 1 / span 2;
        margin: 30px 0 100px 0;
    }
    .footer-flexi-columns&gt;div {
        min-width: 211px;
    }

    .footer-flexi-columns .menu li {
        margin-left: 0;
    }

    .footer-flexi-columns .menu li:first-of-type {
        font-weight: 700;
    }

    .site-footer .footer-flexi-columns h2 {
        border: none;
        text-transform: none;
        font-family: "FragmentVariable", sans-serif;
        font-size: 16px;
        font-style: normal;
        font-weight: 800;
        line-height: 20px; /* 125% */
        margin: 0 0 0.9375rem 0;
        padding: 0;
    }

}

.footer-rule {
    grid-column: 1 / span 2;
    border-bottom: 1px solid var(--ohe-white);
    margin-bottom: 15px;
}

ul#menu-footer-utility {
    margin: 0;
}

ul#menu-footer-utility li {
    display: inline-block;
    margin: 0;
    padding: 0 15px;
    color: var(--ohe-white);
    font-family: RecklessMedium, Newsreader, Georgia, serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 1;
}

@media (min-width: 900px) {
    ul#menu-footer-utility li {
        margin: 0 0 0 30px;
        padding: 0;
    }
}

.footer-copyright p {
    color: var(--ohe-white);
    font-family: RecklessMedium, Newsreader, Georgia, serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
    max-width: 820px;
}

.footer-socials {
    text-align: center;
    padding-bottom: 30px;
}

.footer-utility-menu {
    text-align: center;
    grid-area: 1 / 1 / 2 / 2;
}

.footer-copyright {
    grid-area: 2 / 1 / 3 / 2;
}


@media (min-width: 900px) {

    .footer-socials {
        text-align: right;
        padding-bottom: 0;
    }

    .footer-copyright {
        grid-area: 1 / 1 / 2 / 2;
    }

    .footer-utility-menu {
        text-align: right;
        grid-area: 1 / 2 / 2 / 3;
    }

}

@media (min-width: 1470px) {
    .site-footer.self-aligned .site-footer-inner {
        padding-inline-start: 0;
        padding-inline-end: 0;
    }
}

.site-footer a, .site-footer p a {
    border-bottom:none;
    color:var(--ohe-white);
}

.site-footer a:hover, .site-footer p a:hover {
	color:var(--ohe-white);
	border-bottom: 3px solid var(--ohe-white);
    text-shadow: 0 0 var(--ohe-white);
}

.site-footer a:focus, .site-footer p a:focus {
    color: var(--ohe-white);
    outline: 2px solid var(--ohe-white);
}

.site-footer a:after, .site-footer p a:after {
	content:none;
}

.site-footer button, .site-footer input[type="button"], .site-footer input[type="reset"], .site-footer input[type="submit"] {
    background-color: transparent;
}
.site-footer button:hover, .site-footer button:active, .site-footer button:focus, .site-footer input[type="button"]:hover, .site-footer input[type="button"]:active, .site-footer input[type="button"]:focus, .site-footer input[type="reset"]:hover, .site-footer input[type="reset"]:active, .site-footer input[type="reset"]:focus, .site-footer input[type="submit"]:hover, .site-footer input[type="submit"]:active, .site-footer input[type="submit"]:focus {
    background-color: transparent;
}

.footer-contact-submit i {
    font-size: 1.25rem;
    padding-left: 20px;
}

.footer-contact-submit {
    padding-right: 21px!important;
}


.cf-grid {
    display: grid;
    grid-template: auto auto auto auto / 1fr;
    grid-gap: 15px;
    margin: 0 0 15px 0;

}
@media (min-width: 728px) {
    .cf-grid {
        grid-template: auto auto auto / 1fr 1fr;
    }
    .cf-name {
        grid-area: 1 / 1 / 2 / 2;
    }
    .cf-email {
        grid-area: 1 / 2 / 2 / 3;
    }
    .cf-message {
        grid-area: 2 / 1 / 3 / 3;
    }
    .cf-send {
        grid-area: 3 / 1 / 4 / 3;
    }
}
.cf-grid p {
    margin: 0;
}

input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea {
    -webkit-appearance: none;
    color: var(--ohe-black);
    border: none;
    border-radius: 0;
    padding: .6em 1em .6em;
    width: 100%;
    line-height: 1.5;
    background: var(--ohe-white);
    box-shadow: none;
    border-bottom: 1px solid var(--ohe-dark-green);
}

figure.address-table.wp-block-table {
    margin-top: -16px;
    margin-bottom: 0;
}

.address-table.wp-block-table td, .address-table.wp-block-table th {
    border: none;
    padding: 5px 0;
}
.address-table.wp-block-table td.address-icon {
    font-size: 1.75rem;
    padding: 5px 0 0 0;
    vertical-align: top;
    width: 3rem;
}

.site-footer .wp-block-contact-form-7-contact-form-selector {
    margin-bottom: 75px !important;
}

:where(.site-footer .wp-block-columns.is-layout-flex) {
    gap: 51px;
}


@media (min-width: 782px) {

    .site-footer .wp-block-contact-form-7-contact-form-selector {
        margin-bottom: 30px !important;
    }

    :where(.site-footer .wp-block-columns.is-layout-flex) {
        gap: 1rem;
    }

    .footer-church-info {
        min-width: 281px;
        margin-top: 40px !important;
    }

    .footer-newsletter {
        min-width: 192px;
        margin-top: 40px !important;
    }

    .footer-links {
        margin-top: 40px !important;
    }

    :where(.site-footer .wp-block-columns.is-layout-flex) {
        gap: 40px;
    }

}


.is-style-home-feature-custom {
    max-width: 712px;
    padding: 25px 1rem;
    margin: 0 auto;
    gap: 7.35%!important;
}

.sp-pcp-container, .is-style-home-feature-custom&gt;div:first-of-type {
    padding: 0 3rem;
}

@media (min-width: 765px) {
    .is-style-home-feature-custom {
        max-width: 712px;
    }
    .sp-pcp-container, .is-style-home-feature-custom&gt;div:first-of-type {
        padding: 0;
    }
}
@media (min-width: 1400px) {
    .is-style-home-feature-custom {
        max-width: 50.5%;
    }
}
.is-style-home-feature-custom&gt;div:first-of-type {
    flex-basis: 40%!important;
}
.is-style-home-feature-custom&gt;div:last-of-type {
    flex-basis: 60%!important;
    align-self: center;
}
.home-porthole-splash-text {
    padding: 25px 0 0 0;
    text-align: center;
}
.home-porthole-splash-text .wp-block-button, .home-porthole-splash-text .wp-element-button {
    width: 100%;
}


figure.is-style-porthole, .em-item-image-wrapper.is-style-porthole {
    margin: 0;
    height: 100%;
    width: 100%;
    overflow: hidden;
    aspect-ratio: 1/1;
    border-radius: 50%;
    position: relative;
}

figure.is-style-porthole img, .em-item-image-wrapper.is-style-porthole img {
    object-fit: cover;
    height: 100%;
    width: 100%;
    display: block;
}

.swiper-slide .sp-pcp-post-thumb-area .sp-pcp-thumb img {
    filter: brightness(0.8);
}

figure.is-style-porthole:after, .em-item-image-wrapper.is-style-porthole:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    background-image: url("data:image/svg+xml;utf8,&lt;svg viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'&gt;&lt;circle cx='50' cy='50' r='47' fill='none' stroke='%23999' stroke-width='6'/&gt;&lt;/svg&gt;");
    background-size: 100%;
    display: block;
    mix-blend-mode: color-dodge; 
}

.wp-block-group.nopad {
    padding: 0;
}

.page-numbers.current, .wp-block-query-pagination a {
    font-size: 1.125rem;
    font-weight: 500;
    color: var(--ohe-dark-green);
    background-color: white;
    line-height: 1;
    padding: 10px;
    border-radius: 5px;
    display: inline-block;
    height: 36px;
    margin: 0 2px;
}

.wp-block-query-pagination&gt;.wp-block-query-pagination-next, .wp-block-query-pagination&gt;.wp-block-query-pagination-numbers, .wp-block-query-pagination&gt;.wp-block-query-pagination-previous {
    margin: 0;
    height: 36px;
}
.page-numbers.current,
.wp-block-query-pagination&gt;.wp-block-query-pagination-next:hover, .wp-block-query-pagination&gt;.wp-block-query-pagination-previous:hover, .page-numbers:hover,
.wp-block-query-pagination&gt;.wp-block-query-pagination-next:focus, .wp-block-query-pagination&gt;.wp-block-query-pagination-previous:focus, .page-numbers:focus {
    color: var(--ohe-white);
    background-color: var(--ohe-dark-green);
}
.wp-block-query-pagination .wp-block-query-pagination-next-arrow, .wp-block-query-pagination .wp-block-query-pagination-previous-arrow {
    margin: 0;
}

nav.wp-block-query-pagination {
    margin: 3.125rem 0;
}

.page-numbers.dots {
    font-weight: 700;
    display: inline-block;
    margin: 0 2px;
}


.search-form {
    margin: 3.25rem 0;
}

.search-form .search-field {
    font-size: 1.125rem;
    border: 4px solid rgba(214, 202, 141, 0.80);
    font-weight: 400;
    box-shadow: none;
}

.main-navigation li#menu-item-291&gt;a:before {
    position: absolute;
    opacity: 0.3;
    right: 0.75em;
    top: 1em;
    width: 1em;
    height: 1rem;
    filter: invert(29%) sepia(45%) saturate(3115%) hue-rotate(339deg) brightness(71%) contrast(95%);
    content: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20448%20512%22%3E%3C%21--%21Font%20Awesome%20Free%206.6.0%20by%20%40fontawesome%20-%20https%3A%2F%2Ffontawesome.com%20License%20-%20https%3A%2F%2Ffontawesome.com%2Flicense%2Ffree%20Copyright%202024%20Fonticons%2C%20Inc.--%3E%3Cpath%20d%3D%22M152%2024c0-13.3-10.7-24-24-24s-24%2010.7-24%2024l0%2040L64%2064C28.7%2064%200%2092.7%200%20128l0%2016%200%2048L0%20448c0%2035.3%2028.7%2064%2064%2064l320%200c35.3%200%2064-28.7%2064-64l0-256%200-48%200-16c0-35.3-28.7-64-64-64l-40%200%200-40c0-13.3-10.7-24-24-24s-24%2010.7-24%2024l0%2040L152%2064l0-40zM48%20192l80%200%200%2056-80%200%200-56zm0%20104l80%200%200%2064-80%200%200-64zm128%200l96%200%200%2064-96%200%200-64zm144%200l80%200%200%2064-80%200%200-64zm80-48l-80%200%200-56%2080%200%200%2056zm0%20160l0%2040c0%208.8-7.2%2016-16%2016l-64%200%200-56%2080%200zm-128%200l0%2056-96%200%200-56%2096%200zm-144%200l0%2056-64%200c-8.8%200-16-7.2-16-16l0-40%2080%200zM272%20248l-96%200%200-56%2096%200%200%2056z%22%2F%3E%3C%2Fsvg%3E);
}

.main-navigation li#menu-item-272&gt;a:before {
    position: absolute;
    opacity: 0.3;
    right: 0.75em;
    top: 1em;
    width: 1em;
    height: 1rem;
    filter: invert(29%) sepia(45%) saturate(3115%) hue-rotate(339deg) brightness(71%) contrast(95%);
    content: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20512%20512%22%3E%3C%21--%21Font%20Awesome%20Free%206.6.0%20by%20%40fontawesome%20-%20https%3A%2F%2Ffontawesome.com%20License%20-%20https%3A%2F%2Ffontawesome.com%2Flicense%2Ffree%20Copyright%202024%20Fonticons%2C%20Inc.--%3E%3Cpath%20d%3D%22M416%20208c0%2045.9-14.9%2088.3-40%20122.7L502.6%20457.4c12.5%2012.5%2012.5%2032.8%200%2045.3s-32.8%2012.5-45.3%200L330.7%20376c-34.4%2025.2-76.8%2040-122.7%2040C93.1%20416%200%20322.9%200%20208S93.1%200%20208%200S416%2093.1%20416%20208zM208%20352a144%20144%200%201%200%200-288%20144%20144%200%201%200%200%20288z%22%2F%3E%3C%2Fsvg%3E);
}


@media screen and (min-width: 640px) {
    .row--index {
        margin-top: 52px;
    }
}

@media (min-width: 782px) {
    body {
        line-height: 1.4;
    }
    .is-style-home-feature-custom {
        max-width: 712px;
        padding: 125px 1rem;
    }
    .home-porthole-splash-text {
        padding: 0;
        text-align: left;
    }
    .home-porthole-splash-text .wp-block-button, .home-porthole-splash-text .wp-element-button {
        width: auto;
    }

}

#event-map {
    aspect-ratio: 1;
}
@media (min-width: 782px) {
    #event-map {
        aspect-ratio: 1.9;
    }
}

.em.pixelbones {
    --button-padding: 0 30px;
    --input-padding: 6px 10px;
    scroll-behavior: smooth !important;
    font-size: inherit !important;
    line-height: inherit !important;
    font-weight: inherit !important;
    font-family: inherit !important;
    color: inherit !important;
    background-color: transparent !important;
}

.em.em-item.em-item-single&gt;section {
    margin: 0 0 60px;
}

.em.pixelbones h2, .em.pixelbones h3 {
    margin: 0 0 0.5em 0;
    padding: 0;
    text-transform: none;
    letter-spacing: normal;
    font-size:  1.9375rem !important;
    line-height: 1.25 !important;
    letter-spacing: normal !important;
    font-family: RecklessMedium, Newsreader, Georgia, serif;
    font-optical-sizing: auto;
    font-weight: 700 !important;
    font-style: normal;
}
@media (min-width: 600px) {
    .em.pixelbones h2 {
        font-size:  1.9375rem !important;
    }
}
@media (min-width: 782px) {
   .em.pixelbones h2 {
        line-height: 1.35 !important;
    }
}
.em.pixelbones a, .em.em-item .em-item-meta .em-item-meta-line a, .em.em-list .em-item .em-item-meta .em-item-meta-line a, .em.em-list-widget .em-item .em-item-meta .em-item-meta-line a, .em.em-list.em-grid&gt;div.em-item .em-item-info .em-item-title a {
    color: var(--ohe-mid-green) !important;
    background-color: transparent !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border-bottom: 1px solid var(--ohe-mid-green);
    font-weight: 400;
    transition: all .1s ease-out;
}
.em.pixelbones a:hover, .em.em-item .em-item-meta .em-item-meta-line a:hover, .em.em-list .em-item .em-item-meta .em-item-meta-line a:hover, .em.em-list-widget .em-item .em-item-meta .em-item-meta-line a:hover, .em.em-list.em-grid&gt;div.em-item .em-item-info .em-item-title a:hover {
    border-bottom: 3px solid var(--ohe-dark-green);
    color: var(--ohe-dark-green);
    text-shadow: 0 0 var(--ohe-dark-green);
}
.em.pixelbones a:focus, .em.em-item .em-item-meta .em-item-meta-line a:focus, .em.em-list .em-item .em-item-meta .em-item-meta-line a:focus, .em.em-list-widget .em-item .em-item-meta .em-item-meta-line a:focus, .em.em-list.em-grid&gt;div.em-item .em-item-info .em-item-title a:focus {
    border-bottom: none;
    color: var(--ohe-dark-green);
    outline: 2px solid var(--ohe-dark-green);
}
.em.em-item .em-item-meta .em-item-meta-line a, .em.em-list .em-item .em-item-meta .em-item-meta-line a, .em.em-list-widget .em-item .em-item-meta .em-item-meta-line a {
    font-style: normal !important;
    text-decoration: none !important;
    text-underline-offset: 3px;
}
.em.pixelbones ul {
    font-size: 1rem;
    margin: 0 0 1.625rem 0;
    display: block;
    margin-block-start: 1rem;
    margin-block-end: 1rem;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-left: 2.5rem !important;
    unicode-bidi: isolate;
}
.em.pixelbones li {
    padding: 0;
    margin: 0 0 0.625em 0 !important;
}

.em .em-search-advanced .em-search-main.em-search-main-bar, .em.em-search .em-search-main.em-search-main-bar, .em.em-search-advanced .em-search-main.em-search-main-bar {
    border-radius: 10px;
}
.em.em-list.em-grid&gt;div.em-item .em-item-info .em-item-title a {
    border: none!important;
    font-weight: 700 !important;
}
.em.em-list.em-grid&gt;div.em-item .em-item-info .em-item-title {
    font-weight: 700 !important;
}
.em.pixelbones .button.button-primary.input, .em.pixelbones .input .button.button-primary, .em.pixelbones .input button.button-primary, .em.pixelbones .input input[type=button].button-primary, .em.pixelbones .input input[type=reset].button-primary, .em.pixelbones .input input[type=submit].button-primary, .em.pixelbones button.button-primary.input, .em.pixelbones input[type=button].button-primary.input, .em.pixelbones input[type=reset].button-primary.input, .em.pixelbones input[type=submit].button-primary.input, .em.pixelbones.input .button.button-primary, .em.pixelbones.input button.button-primary, .em.pixelbones.input input[type=button].button-primary, .em.pixelbones.input input[type=reset].button-primary, .em.pixelbones.input input[type=submit].button-primary {
    color: var(--ohe-white) !important;
    background-color: var(--ohe-dark-green) !important;
    border-color: var(--ohe-dark-green) !important;
    text-transform: none !important;
    font-size: 1rem !important;
    border-radius: 8px!important;
}
.em.pixelbones .button.button-primary.input:focus, .em.pixelbones .input .button.button-primary:hover, .em.pixelbones .input button.button-primary:hover, .em.pixelbones .input input[type=button].button-primary:hover, .em.pixelbones .input input[type=reset].button-primary:hover, .em.pixelbones .input input[type=submit].button-primary:hover, .em.pixelbones button.button-primary.input:focus, .em.pixelbones input[type=button].button-primary.input:focus, .em.pixelbones input[type=reset].button-primary.input:focus, .em.pixelbones input[type=submit].button-primary.input:focus, .em.pixelbones.input .button.button-primary:hover, .em.pixelbones.input button.button-primary:hover, .em.pixelbones.input input[type=button].button-primary:hover, .em.pixelbones.input input[type=reset].button-primary:hover, .em.pixelbones.input input[type=submit].button-primary:hover {
    color: var(--ohe-white) !important;
    background-color: var(--ohe-mid-green) !important;
    border-color: var(--ohe-dark-green) !important;
}

.em.em-list.em-grid .em-item .em-item-info, .em.em-list.size-small .em-item .em-item-info {
    border-left: none !important;
    border-top: none;
    padding: 10px;
    background-color: var(--ohe-white);
}
.em.em-list.em-grid&gt;div.em-item {
    border-radius: 10px;
    overflow: hidden;
    background-color: rgba(255, 255, 255, 0.4);
}
.em.em-list.em-grid&gt;div.em-item .em-item-info .em-item-meta .em-item-meta-line {
    line-height: 1.25;
    margin-bottom: 0.75rem;
    /* grid-template-columns: 30px 1fr; */
    font-size: 1rem;
}

.em.em-list.em-grid&gt;div.em-item .em-item-meta .em-item-meta-line a {
    border: none!important;
}

.em.em-view-container[data-view="grid"] {
    --view-grid-width : 100% !important;
}

.em.em-list.em-grid {
    grid-gap: 50px;
}

.em.em-list.em-grid&gt;div.em-item {
    max-width: none;
}

@media (min-width: 782px) {
    .em.em-view-container[data-view="grid"] {
        --view-grid-width : calc(50% - 25px) !important;
    }
}

.em.em-list.em-grid&gt;div.em-item:hover {
    filter: brightness(1.2);   
}

.em.em-list.em-grid&gt;div.em-item .em-item-image {
    position: relative;
    width: 100%;
    aspect-ratio: 1;
    padding: 10px !important;
}

.em.em-list.em-grid&gt;div.em-item .em-item-image:not(.has-placeholder)&gt;div {
    position: relative;
}


.prev-next-links&gt;div {
    width: 100%;
    padding: 0 15px 60px 15px;
}
.prev-next-links&gt;div&gt;div {
    border-top: 1px solid var(--ohe-black);
    padding: 15px 0;
    display: grid;
    grid-template-columns: max-content max-content;
    gap: 60px;
    align-items: center;
}
.prev-next-links a {
    display: grid;
    grid-template-columns: max-content max-content;
    gap: 10px;
    align-items: center;
    font-size: 12px;
    font-weight: 300;
    line-height: 20px; /* 166.667% */
    color: var(--ohe-black);
}
.prev-next-links a:hover, .prev-next-links a:focus-visible {
    color: var(--ohe-mid-green);
}
.prev-next-links a:hover path, .prev-next-links a:focus-visible path {
    stroke: var(--ohe-mid-green);
    fill: var(--ohe-white);
}


.prev-next-links a&gt;span {
    display: block;
    line-height: 0;
}


.tag-lines {
    display: flex;
    flex-basis: row;
    flex-wrap: wrap;
    gap: 10px;
    padding: 10px 0;
}

.tag-line {
    display: block;
    padding: 1px 8px;
    border: 1px solid var(--ohe-dark-green);
    border-radius: 14px;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    color: var(--ohe-dark-green);    
}

a.tag-line:hover, a.tag-line:focus-visible {
    border: 1px solid var(--ohe-light-green);
    background-color: var(--ohe-light-green);
    color: var(--ohe-dark-green);    
}

.card.card-search a.tag-line:hover, .card.card-search a.tag-line:focus-visible {
    border: 1px solid var(--ohe-white);
    background-color: var(--ohe-dark-green);
    color: var(--ohe-white);    
}

.card-date {
    font-size: 15px;
}


.tag-line svg {
    display: inline-block;
    margin-right: 10px;
}

.breadcrumbs {
    display: none;
    max-width: 1440px;
    margin: 0 auto 30px auto;
    padding: 0 15px;
    color: var(--ohe-dark-green);
    font-size: 15px;
    font-style: normal;
    font-weight: 300;
    line-height: 20px; /* 133.333% */
}

.two-column .breadcrumbs {
    grid-column: 1 / span 2;
    max-width: auto;
    margin: 0 0 15px 0;
}

@media (min-width: 800px) {
    .breadcrumbs {
        display: block
    }
}

@media (min-width: 1485px) {
    .two-column .breadcrumbs {
        grid-column: 2 / span 2;
    }
}


.breadcrumb {
    color: var(--ohe-dark-green);
    text-decoration: none;
    border-bottom: 1px solid var(--ohe-mid-green);
}

.breadcrumb a {
    color: var(--ohe-dark-green);
    text-decoration: none;
    border-bottom: 1px solid white;
}

.breadcrumb a:hover, .breadcrumb a:focus-visible {
    color: var(--ohe-mid-green);
    border-bottom: 1px solid var(--ohe-mid-green);
}

.download-publication {
    margin-top: 15px;
}

.share-print p {
    font-size: 14px;
    line-height: 1.42;
    margin: 0 0 5px 0;
}


#search-menu {
    position: fixed;
/*    top: 135px;  */
    top: 0;
    left: 0;
    width: 100%;
/*    height: calc(100% - 135px); */
    height: 100%;
    background-color: rgba(2,69,80,0.6);
    display: none;
    grid-template-columns: 0 0 100% 0;
    grid-gap: 15px;
    z-index: 999;
}
#search-menu.on {
    display: grid;
}

.search-menu-r-mask {
    grid-area: 1 / 3 / 2 / 5;
    color: var(--ohe-white);
    width: 100%;
    height: 100%;
    background-color: var(--ohe-dark-green);    
}
.search-menu-contents {
    grid-area: 1 / 3 / 2 / 4;
    color: var(--ohe-white);
    width: 100%;
    height: 100%;
    background-color: var(--ohe-dark-green);
    padding: 37px 0 30px 15px;
}

@media (min-width: 720px) {
    #search-menu {
        grid-template-columns: 0 minmax(0, auto) 720px 0;
    }
}

@media (min-width: 1440px) {
    .search-menu-contents {
        padding: 30px 15px 30px 15px;
    }
}


@media (min-width: 1485px) {
    #search-menu {
        grid-template-columns: minmax(0, auto) 720px 720px minmax(0, auto);
    }
}

#search-menu-closer {
    text-align: right;
    margin-bottom: 37px;
}
#search-menu-closer a {
    text-decoration: none;
    border: 1px solid transparent;
    display: inline-block;
    width: 38px;
    height: 38px;
    padding: 5px;
}
#search-menu-closer a:hover, #search-menu-closer a:focus-visible {
    border: 1px solid var(--ohe-light-green);
}

#search-menu .search-form {
    margin: 0 0 20px 0;
    padding:0;
    border-top: 1px solid transparent;
    border-bottom: 1px solid var(--ohe-light-green);
}

#search-menu .search-field {
    border: none;
    background-color: transparent;
    color: var(--ohe-light-green);
    font-family: "FragmentVariable", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 20px; /* 125% */
    padding: 5px;
}
#search-menu .search-field:focus-visible {
    border: none;
    outline: none;
}

#search-menu .search-field::placeholder {
    font-family: "FragmentVariable", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 20px; /* 125% */
    color: var(--ohe-light-green);
}
#search-menu .search-field:focus-visible::placeholder {
    color: rgba(195, 248, 201, 0.40);
}

button#search-menu-submit {
    border-radius: 0;
    border: none !important;
    height: 23px;
    width: 23px;
    color: white !important;
    background-color: transparent !important;
    padding: 5px 0 0 10px !important;
}
button#search-menu-submit:hover, button#search-menu-submit:focus-visible {
    border: none;
    text-shadow: none;
}

button#search-menu-submit:hover path, button#search-menu-submit:focus-visible path {
    fill: var(--ohe-light-green);
}

/* Search and Archive Results */

.search-results-in-page {
    padding-block-start: 60px;
	padding-block-end: 60px;
}

.search h1, .archive h1 {
	margin-top: 60px;
}

form.search-form {
    background-color: transparent;
}

.search-results h2 a:hover, .search-results h2 a:focus-visible {
	color:var(--ohe-black)!important;
}

.search-results h2 {
    font-size: 21px;
    line-height: 27px;
	border:none;
	margin-bottom:10px;
	padding:0;
}

.post-type{
	color:var(--ohe-white);
	text-transform:uppercase;
	letter-spacing:2px;
	font-size:0.8rem;
}

.card-date {
	
	font-size:0.9rem!important;
}

.archive h1 {
	border-bottom: 6px dotted var(--ohe-mid-green);
	padding-bottom:15px;
}

.search-results .post-type {
    color:var(--ohe-dark-green);    
}

.search-results .read-more {
	color:var(--ohe-white);
	transition:color 0.5s;
}

.search-results .read-more:hover, .search-results .read-more:focus-visible {
	color:var(--ohe-light-green);
}

.card.card-search {
    border-top: 1px solid var(--ohe-white);
    padding-top: 30px;
}

.card.card-search:first-child
{
    border-top: none;
    padding-top: 0;
}

@media (min-width: 645px) {
    .card.card-search:nth-child(-n+2)
    {
        border-top: none;
        padding-top: 0;
    }
}


@media (min-width: 990px) {
    .card.card-search:nth-child(-n+3)
    {
        border-top: none;
        padding-top: 0;
    }
}


.search-cards {
    padding-bottom: 30px;
}

.search form.search-form {
	margin:0 0 30px 0;
	padding:0;
}

.search .search-form .search-field {
    background-color: transparent !important;
    border: none;
    border-bottom: 1px solid var(--ohe-mid-green) !important;
    color: var(--ohe-dark-green) !important;
    font-weight: 300 !important;
}

.search .search-form .search-field:focus-visible {
    outline: none !important;
    border-bottom: 1px solid var(--ohe-dark-green) !important;
}

.page-numbers.current {
	background:var(--ohe-mid-green)!important;
	color:var(--ohe-dark-green)!important;
}

.page-numbers {
	background:var(--ohe-light-green)!important;
	transition:background 0.5s!important;
}

.page-numbers:hover {
	color:var(--ohe-dark-green)!important;
	background:var(--ohe-mid-green)!important;
}

.page-numbers.dots {
	background:none!important;
}

.page-numbers.dots:hover {
	color:var(--ohe-white)!important;
}

.nav-links {
	margin-bottom:30px;
}

.nav-links {
	padding-top:15px;
	border-top: 1px solid var(--ohe-mid-green);
}

/* Search filters */

h4.green {
	color:var(--ohe-dark-green);
	margin-bottom:15px;
}

.search-filters {

	display: grid;
  	grid-gap: 15px;
  	grid-template-columns: 1fr 1fr ;
  	grid-auto-columns: 1fr;
	align-items:end;
	margin-bottom:15px;

}

@media (min-width: 800px) {
	h4.green {
	color:var(--ohe-dark-green);
	margin-bottom:-15px;
	}	
	
	.search-filters {

		display: grid;
  		grid-gap: 15px;
  		grid-template-columns: 3fr 3fr 5fr 5fr 3fr;
  		grid-auto-columns: 3fr;
 		align-items:end;
 		margin-bottom:15px;

	}

}

.search-filter {
		display:grid;
}

.search-filter a {
	margin-bottom:5px;
	border:1px solid var(--ohe-light-green);padding:0.2rem 0.5rem;
	position:relative;
	border-radius: 0;
}

.search-filter a:hover {
	background:var(--ohe-light-green);
}

.search-filter a:after {
	content:"X";
	position:absolute;
	right:10px;
}

.search-filters .search-filter select {
	width:100%;
	height:32px;
	margin-bottom:5px;
    border: none;
    border-bottom: 1px solid var(--ohe-dark-green);
    color: var(--ohe-dark-green);
}

.search-filters input {
    color: var(--ohe-dark-green);
}

select#rlv_from_mon,  select#rlv_to_mon {
	
}

select#rlv_from_year, select#rlv_to_year {
	
}

label.date-picker-label {
	font-size:0.65rem!important;
	text-transform:uppercase;
	letter-spacing:2px;
	color:var(--ohe-dark-green)!important;
	margin-bottom:5px!important;
}

.date-picker {
	display: grid;
  grid-gap: 7px;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
 
}

.date-picker input[type="text"]{
	padding:.3em 1em .3em;
	height:32px;
}

.apply-button {
	margin-bottom:5px;
	display:grid;
}

.apply-button a {
	text-align:center;
	padding-left:0!important;
	padding-right:0!important;
	padding-top:8px!important;
	padding-bottom:8px!important;
}


.apply-button a:hover {
		text-align:center;
	padding-left:0!important;
	padding-right:0!important;
	padding-top:8px!important;
	padding-bottom:8px!important;
}

/* CSS for the subhead block */

.post-subhead {
    margin-block-end: 30px;
}

.post-subhead h2 {
    border-bottom: 6px dotted var(--ohe-dark-green);;
}

.publication-subhead h2 {
    border-bottom: 6px dotted var(--ohe-dark-green);;
}

.post-subhead-aside {
    padding-block-start: 0;
    padding-block-end: 30px;
}

.post-subhead-main {
    padding-block-start: 30px;
    padding-block-end: 30px;
}

.post-subhead-title {
    padding-block-start: 30px;    
    padding-block-end: 30px;
}

.post-subhead-title h1 {
    margin: 0;
    border-bottom: 1px solid var(--ohe-dark-green);
    padding-block-end: 10px;
}


.page-subhead .post-subhead-main {
    padding-block-start: 0;
}


.post-subhead-main p {
	font-size:1.625rem;
	line-height:1.3;
	color:var(--ohe-dark-green);
	margin-bottom:1rem;
}

.post-author-grid {
    margin-block-end: 30px;
}

.post-subhead-main .acf-innerblocks-container {
    color: var(--ohe-black);
}

.post-subhead-main .acf-innerblocks-container&gt;p {
   font-size: 1.3125rem; 
}

.post-subhead-main .acf-innerblocks-container&gt;ul {
   font-size: 1.3125rem; 
}

.post-subhead-main .acf-innerblocks-container&gt;p:first-of-type {
    font-size: 1.625rem;
    line-height: 1.3;
    margin-block-end: 1rem;
}

.post-author-grid {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 30px;
}

.post-author-grid&gt;div {
    display: grid;
    grid-template: 5px minmax(76px,max-content) / 76px auto;
    grid-gap: 15px;
    align-items: center;
    border-top: 1px solid var(--ohe-dark-green);
}
.post-author-grid&gt;div&gt;a, .post-author-grid&gt;div&gt;span, .post-author-grid&gt;div&gt;p {
    grid-row-start: 2;
}
.post-author-grid img {
    display: block;
    line-height: 0;
    border-radius: 50%;
    margin: 0;
    padding: 0;
    width: 100%;
    aspect-ratio: 1;
    object-fit: cover;
    object-position: top;
}
.post-author-grid p {
    font-family: RecklessMedium, Newsreader, Georgia, serif;  
    font-weight: 500;  
    font-size: 1.3125rem;
    line-height: 1.2857;
    margin: 0;
    
}

.post-author-grid div&gt;a {
    border: none !important;
    text-decoration: none !important;
    line-height: 0;
}

.post-author-grid p a {
	font-weight:500;
	font-size:21px;
    border: none !important;
    text-decoration: none !important;
    color: var(--ohe-dark-green) !important;
}

.post-subhead-aside.l-left-col {
    display: none;
}

.post-subhead-aside.single-col-view {
    display: grid;
    justify-content: center;
}

.post-subhead-aside.single-col-view .download-publication {
    text-align: center;
}

@media (min-width: 480px) { 

    .post-author-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 575px) { 

    .post-subhead-aside.single-col-view {
        grid-template-columns: repeat(2, max-content);
        gap: 30px;
    }
}


@media (min-width: 720px) { /* m */

    .post-author-grid {
        grid-template-columns: repeat(3, 1fr);
    }

}


@media (min-width: 800px) { /* m */

    .post-subhead-main {
        padding-block-start: 60px;
    }

    .page-subhead .post-subhead-main {
        padding-block-start: 0;
    }


}

@media (min-width: 1230px) { /* l */

    .post-subhead-aside.l-left-col {
        display: block;
        padding-block-start: 60px;
        padding-block-end: 60px;
    }
    .post-subhead-aside.single-col-view {
        display: none;
    }
    .post-subhead-main {
        padding-block-end: 60px;
    }
    .page-subhead .post-subhead-main {
        grid-column: 4 / span 2;
    }

    .post-subhead-title, .page-template-page-full-width .page-subhead .post-subhead-main {
        grid-column: 2 / 7;
    }


}

.share-print {
    font-size: 0.875rem;
    font-family: "FragmentVariable", sans-serif;
}


/* ADD TO ANY */
.share-print .addtoany_list {
    display: block !important;
}
.share-print span {
    border-radius: 50% !important;
}


/* editor styles */
.is-root-container .post-subhead-aside {
    display: none;
}



/* Table styles */

.wp-block-table{
	margin:0.5rem 0;
	
}

.wp-block-table thead, .wp-block-table td, .wp-block-table th {
	border:none;
}

.wp-element-caption{
	font-size: 0.75rem;
	text-align: left;
}

.is-style-caption{
    margin: 15px 0 60px 0;
    font-size: 0.75rem;
    text-align: left;
}

.flourish-embed {
    margin-top: 60px;
}

table {
 font-size:0.9rem;
	border-bottom:1px solid var(--ohe-black);
  margin-bottom:0.5rem;
}
table td, table th {
  padding: 3px 2px;
}
table tbody td {

}
table tr:nth-child(even) {
  background:rgba(var(--ohe-light-green-rgb),0.4);
}
table thead {
  background: #024550;
}
table thead th {
  
  font-weight: bold;
  color: #FFFFFF;
  text-align: left;
}
table tfoot {
 
  font-weight: bold;
  color: #333333;
  background: #C3F8C9;
  border-top: 1px solid #444444;
}
table tfoot td {
 
}


/* Block column styles */
.wp-block-image.aligncenter {
text-align: left;
max-width: 720px;
margin: 60px 0;
}


.wp-block-columns figure 
	{
	margin: 15px 0;

}

.wp-block-group figure {
	margin:5px 0 15px 0;
}

:where(.wp-block-columns.is-layout-flex){
	gap:30px;
}

/* block image styles */
.wp-block-image&gt;figcaption{
	display:contents;
}
.figcaption {
	float:left;
}

.wp-block-image {
	width:fit-content;
	
}

.wp-block-group {
	margin:0;
	padding-inline-start: 15px;
	padding-inline-end: 15px;
	padding-top:0;
	padding-bottom:0;
}



.publications-archive-content {
    padding-block-start: 60px;
    padding-block-end: 60px;
}

.wp-block-media-text {
margin:30px 0;
}

/* Event styles */

.two-column-header {
    display: block;
}

@media (min-width: 800px) {

	   .two-column-header {
        display:grid;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: max-content;
        grid-gap:15px;
        margin:0;   
    }
}

.single-events .entry-date-etc, .single-events .entry-date-etc h3{
	color:var(--ohe-dark-green);
	font-family:var(--text-sans);
}

.single-events .entry-date-etc {
    border-top: 1px solid var(--ohe-dark-green);
}

.single-events .entry-date-etc p {
	font-weight:500;
}

.single-events .entry-date-etc h3{
	font-weight:300;
	font-size:1.2rem;
	margin-top:0.5rem;
}

#booking {
	position:relative;
	top:-175px;
	height:0;
}

.event-tile&gt;div {
    padding: 30px 15px;
    background-blend-mode: multiply, normal, normal;
    color:var(--ohe-white);
    width: 100%;
    overflow: hidden;
}

.event-tile h3 {
	color: var(--ohe-white);
	border-bottom: 1px solid var(--ohe-white);
    margin-top: 0;
}

.event-tile:hover&gt;div, .event-tile:hover h3 {
    color: #E4FCE7;
}

.event-tile-content {
	width:50%;
    height: 100%;
    overflow: hidden;
}

.event-tile-content .read-more {
    font-size: 13px;
    display: block;
    text-decoration: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-color: #06D98C;
    text-decoration-thickness: 5.5%; /* 0.715px */
    text-underline-offset: 10%; /* 1.3px */
    text-underline-position: from-font;
}


@media (min-width: 645px) {
    .three-column-inner.insights-home .event-tile.tile-1 {
        grid-column: 1;
    }
    .three-column-inner .event-tile.tile-1-of-1, .three-column-inner .event-tile.tile-1-of-3 {
        grid-column: 1 / span 3;
    }
}


@media (min-width: 990px) {
    .three-column-inner.insights-home .event-tile.tile-1 {
        grid-column: 1 / span 3;
        aspect-ratio: 3;
    }
    .three-column-inner .event-tile.tile-1-of-1, .three-column-inner .event-tile.tile-1-of-3 {
        grid-column: 1 / span 3;
        aspect-ratio: 2.75;
    }
}

@media (min-width: 1030px) {
    .three-column-inner.insights-home .event-tile.tile-1 {
        aspect-ratio: 3.25;
    }
    .three-column-inner .event-tile.tile-1-of-1, .three-column-inner .event-tile.tile-1-of-3 {
        aspect-ratio: 3;
    }
}

@media (min-width: 1100px) {
    .three-column-inner.insights-home .event-tile.tile-1 {
        aspect-ratio: 3.75;
    }
    .three-column-inner .event-tile.tile-1-of-1, .three-column-inner .event-tile.tile-1-of-3 {
        aspect-ratio: 3.5;
    }
}

@media (min-width: 1200px) {
    .three-column-inner.insights-home .event-tile.tile-1 {
        aspect-ratio: 4.25;
    }
    .three-column-inner .event-tile.tile-1-of-1, .three-column-inner .event-tile.tile-1-of-3 {
        aspect-ratio: 3.5;
    }
}


.two-column-inner .event-tile {
    aspect-ratio: 1.768;
}

.three-column-inner .event-tile.tile-1-of-1&gt;div, 
.three-column-inner .event-tile.tile-1-of-3&gt;div, 
.two-column-inner .event-tile&gt;div,
.three-column-inner.insights-home .event-tile.tile-1&gt;div
{
    display: grid;
    grid-template-rows: auto max-content;
    padding: 30px 15px;
    height: 100%;
}

.two-column-inner .event-tile&gt;div {
    padding: 15px;
}


.three-column-inner .event-tile.tile-1-of-1 .tag-line, 
.three-column-inner .event-tile.tile-1-of-3 .tag-line,
.two-column-inner .event-tile .tag-line,
.three-column-inner.insights-home .event-tile.tile-1 .tag-line
{
    border: 1px solid var(--ohe-white);
    color: var(--ohe-white);
}

.three-column-inner .event-tile.tile-1-of-1 .tag-line path, 
.three-column-inner .event-tile.tile-1-of-3 .tag-line path,
.two-column-inner .event-tile .tag-line path, 
.three-column-inner.insights-home .event-tile.tile-1 .tag-line path
{
    fill: var(--ohe-white) !important;
}

.event-tiles-column-3 {
    display: grid;
    grid-template-rows: 1fr 1fr;
    grid-template-columns: 1fr;
    gap: 30px;
}
.insights-home .event-tiles-column-3 {
    grid-template-rows: 1fr;    
}

.event-tiles-column-3&gt;.event-tile, .tile-3, .tile-4, .tile-5 {
    aspect-ratio: auto;
    height: 100%;
}
.event-tiles-column-3&gt;.event-tile&gt;div, .tile-3&gt;div, .tile-4&gt;div, .tile-5&gt;div, .insights-home .tile-2&gt;div {
    height: 100%;
    background-blend-mode: normal;
    color: var(--ohe-dark-green);
}
.event-tiles-column-3 .event-tile-content, .tile-3 .event-tile-content, .tile-4 .event-tile-content, .tile-5 .event-tile-content, .insights-home .tile-2 .event-tile-content {
    width: 66%;
}
.event-tiles-column-3&gt;.event-tile h3, .tile-3 h3, .tile-4 h3, .tile-5 h3, .insights-home .tile-2 h3 {
    border-bottom: none;
    color: var(--ohe-dark-green);
    font-size: 24px;
    margin-top: 0;
}
.event-tiles-column-3 .event-tile-content .read-more, .tile-3 .event-tile-content .read-more, .tile-4 .event-tile-content .read-more, .tile-5 .event-tile-content .read-more {
    color: var(--ohe-dark-green);
}

.event-tiles-column-3&gt;.event-tile:hover&gt;div, .insights-home .tile-2:hover&gt;div, .tile-3:hover&gt;div, .tile-4:hover&gt;div, .tile-5:hover&gt;div {
    color: var(--ohe-black);
}

.event-tiles-column-3&gt;.event-tile:hover h3, .insights-home .tile-2:hover h3, .tile-3:hover h3, .tile-4:hover h3, .tile-5:hover h3 {
    color: var(--ohe-black);
}

@media(max-width: 1110px){
    .event-tile.tile-1-of-2, .event-tile.tile-2-of-2 {
        aspect-ratio: 1.25;
    }
    .insights-home .tile-1 {
        aspect-ratio: auto;
    }
}


@media(max-width: 730px){
    .event-tile.tile-1-of-2, .event-tile.tile-2-of-2 {
        aspect-ratio: 1;
    }
}

@media(max-width: 644px){
    .event-tile.tile-1-of-2, .event-tile.tile-2-of-2 {
        aspect-ratio: auto;
    }
}


@media(max-width: 939px){
    .event-tile.tile-1-of-1&gt;div, .event-tile.tile-1-of-2&gt;div, .event-tile.tile-2-of-2&gt;div, .insights-home .event-tile.tile-1&gt;div {
        background: linear-gradient(334deg, rgba(0, 0, 0, 0.00) 72.81%, rgba(0, 0, 0, 0.45) 72.81%), 
        linear-gradient(72deg, #8773F8 60%, rgba(195, 248, 201, 0.00) 60%), 
        linear-gradient(72deg, rgba(0, 0, 0, 0.25) 60%, rgba(0, 0, 0, 0.25) 60%), 
        url('/wp-content/uploads/2025/05/8o_lkmpo8ug-930x523.jpg') lightgray 50% / cover no-repeat !important;
    }
    .event-tile.tile-1-of-2 .event-tile-content, .event-tile.tile-2-of-2 .event-tile-content, .insights-home .tile-1 .event-tile-content {
        width: 100%;
    }
}

@media(max-width: 780px){
    .event-tile:not(.tile-1-of-1)&gt;div {
        background: linear-gradient(72deg, var(--ohe-light-green) 72.25%, rgba(195, 248, 201, 0.00) 72.25%), 
        linear-gradient(72deg, var(--ohe-light-green) 60%, var(--ohe-light-green) 60%) !important;
    }
    .event-tile .event-tile-content, .insights-home .tile-2 .event-tile-content {
        width: 100%;
    }
}

/* Form styles */



form, .post-password-form {
	background:var(--ohe-dark-green);
	color:var(--ohe-white);
	padding:25px 25px 25px 25px;
	margin-top:30px;
	border-radius: none;
}

form h2 {
	color:var(--ohe-white)!important;
	border-bottom:1px var(--ohe-white) solid;
	margin-bottom:10px;
	margin-top:0;
}

form h3 {
	color:var(--ohe-white)!important;
	
	margin-bottom:10px;
}

form p {
	font-size:0.9rem;
}

label {

	color:var(--ohe-white)!important;
	font-weight:300!important;
	font-size:0.85rem!important;
}

label input {
	background:var(--ohe-dark-green)!important;
	border-bottom:1px solid var(--ohe-mid-green)!important;
	border-radius:0!important;
	box-shadow:none!important;
	color:var(--ohe-white)!important;
	width:fit-avaliable!important;
	font-size:1rem!important;
	padding-left:0!important;
}

.post-password-form label input {
    color: var(--ohe-black)!important;
    background: var(--ohe-white)!important;
    box-shadow: none!important;
}

/* buttons */

button, button:focus, .button, .wp-block-button .wp-block-button__link, .wp-block-file__button, input[type="button"], input[type="reset"], input[type="submit"] {
    border-radius: 15px;
    background-color: var(--ohe-mid-green) !important;
    font-weight: 300;
    font-size: 1rem;
    line-height: 1;
    padding: 3px 25px !important;
    color: var(--ohe-black) !important;
    transition: all .1s ease-out;
    border: 1px solid var(--ohe-mid-green) !important;
    border-width: 1px !important;
    text-transform: none;
    letter-spacing: normal;
    min-height: auto;
}

button:hover, button:active, button:focus-visible, .wp-block-button .wp-block-button__link:hover:not(.has-background), .wp-block-button .wp-block-button__link:active:not(.has-background), .wp-block-button .wp-block-button__link:focus:not(.has-background), .button:hover, .button:active, .button:focus, .wp-block-button .wp-block-button__link:hover, .wp-block-button .wp-block-button__link:active, .wp-block-button .wp-block-button__link:focus, .wp-block-file__button:hover:not(.has-background), .wp-block-file__button:active:not(.has-background), .wp-block-file__button:focus:not(.has-background), .button:hover, .button:active, .button:focus, .wp-block-file__button:hover, .wp-block-file__button:active, .wp-block-file__button:focus, input[type="button"]:hover, input[type="button"]:active, input[type="button"]:focus, input[type="reset"]:hover, input[type="reset"]:active, input[type="reset"]:focus, input[type="submit"]:hover, input[type="submit"]:active, input[type="submit"]:focus {
color: var(--ohe-black) !important;
background-color: var(--ohe-light-green) !important;
border: 1px solid var(--ohe-light-green) !important;
text-shadow: none;
padding: 3px 25px !important;
}


button.is-style-btn-lime, .button.is-style-btn-lime, .wp-block-button .wp-block-button__link.is-style-btn-lime, input[type="button"].is-style-btn-lime, input[type="reset"].is-style-btn-lime, input[type="submit"].is-style-btn-lime {
    background-color: var(--ohe-lime) !important;
    color: var(--ohe-black) !important;
    padding: 3px 25px !important;
    border: 1px solid var(--ohe-lime) !important;
}

button.is-style-btn-lime:hover, .button.is-style-btn-lime:hover, .wp-block-button .wp-block-button__link.is-style-btn-lime:hover, input[type="button"].is-style-btn-lime:hover, input[type="reset"].is-style-btn-lime:hover, input[type="submit"].is-style-btn-lime:hover,
button.is-style-btn-lime:focus-visible, .button.is-style-btn-lime:focus-visible, .wp-block-button .wp-block-button__link.is-style-btn-lime:focus-visible, input[type="button"].is-style-btn-lime:focus-visible, input[type="reset"].is-style-btn-lime:focus-visible, input[type="submit"].is-style-btn-lime:focus-visible {
    background-color: var(--ohe-lime) !important;
    color: var(--ohe-black) !important;
    padding: 3px 25px !important;
    border: 1px solid var(--ohe-dark-green) !important;
}


input::-webkit-contacts-auto-fill-button {
	background-color:var(--ohe-white)!important;
}

.is-style-outline .wp-block-button__link, button.mgbutton.change-settings-button{
	background-color: var(--ohe-white) !important;
	border: 1px solid var(--ohe-mid-green) !important;
}

.is-style-outline .wp-block-button__link:hover, .is-style-outline .wp-block-button__link:focus-within,
button.mgbutton.change-settings-button:focus-visible, button.mgbutton.change-settings-button:hover {
	background-color: var(--ohe-white) !important;
	border: 1px solid var(--ohe-mid-green) !important;
}

.wp-block-buttons {
	margin:15px 0 30px;
}


.relevanssi_related {
    padding-block-end: 60px;
}
.relevanssi_related h2 {
    margin-block-end: 30px;
}

.post-auto-content {
    padding-block-start: 60px;
    padding-block-end: 60px;  
}


/* PUBLICATION SUBHEAD */
/* CSS for the publication subhead block */



/* CSS for the publication subhead block */

.publication-subhead {
    margin-block-end: 30px;
}

.publication-subhead-aside {
    padding-block-start: 0;
    padding-block-end: 30px;
}

.publication-subhead-main {
    padding-block-start: 30px;
    padding-block-end: 30px;
}


.publication-author-grid {
    margin-block-end: 30px;
}

.publication-subhead-main p {
    font-size:1.625rem;
    line-height:1.3;
    color:var(--ohe-dark-green);
    margin-bottom:1rem;
}

.publication-subhead-main .acf-innerblocks-container {
    color: var(--ohe-dark-green);
}

.publication-subhead-main .acf-innerblocks-container&gt;p {
   font-size: 1.3125rem; 
}

.publication-subhead-main .acf-innerblocks-container&gt;ul {
   font-size: 1.3125rem; 
}


.publication-subhead-main .acf-innerblocks-container&gt;p:first-of-type {
    font-size: 1.625rem;
    line-height: 1.3;
    margin-block-end: 1rem;
}

.acf-innerblocks-container ul {
    margin-top:1.5rem;
}

.acf-innerblocks-container li {
    margin-left:0;
}


.publication-author-grid {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 30px;
}

.publication-author-grid&gt;div {
    display: grid;
    grid-template: 5px minmax(76px,max-content) / 76px auto;
    grid-gap: 15px;
    align-items: center;
    border-top: 1px solid var(--ohe-dark-green);
}
.publication-author-grid&gt;div&gt;a, .publication-author-grid&gt;div&gt;span, .publication-author-grid&gt;div&gt;p {
    grid-row-start: 2;
}
.missing-person {
    display: block;
    width: 76px;
    height: 76px;
    padding-top: 12px;
    padding-left: 9px;
    background-color: var(--ohe-white);
    border-radius: 38px;
    overflow: hidden;
}
.missing-person svg {
    height: 65px;
}
.missing-person path {
    fill: #9CC6A1;
}
.publication-author-grid img {
    display: block;
    line-height: 0;
    border-radius: 50%;
    margin: 0;
    padding: 0;
    width: 100%;
    aspect-ratio: 1;
    object-fit: cover;
    object-position: top;
}
.publication-author-grid div&gt;a {
    text-decoration: none !important;
    border: none !important;
    line-height: 0;    
}
.publication-author-grid p, .publication-author-grid p a {
    font-family: RecklessMedium, Newsreader, Georgia, serif;    
    font-size: 1.3125rem;
    line-height: 1.2857;
    margin: 0;
    font-weight:500!important;
    text-decoration: none !important;
    border: none !important;
    color: var(--ohe-dark-green) !important;
}

.publication-subhead-aside.l-left-col {
    display: none;
}

.publication-subhead-aside.single-col-view {
    display: grid;
    justify-content: center;
}

.publication-subhead-aside.single-col-view .download-publication {
    text-align: center;
}

@media (min-width: 480px) { 

    .publication-author-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 575px) { 

    .publication-subhead-aside.single-col-view {
        grid-template-columns: repeat(2, max-content);
        gap: 30px;
    }
}


@media (min-width: 720px) { /* m */

    .publication-author-grid {
        grid-template-columns: repeat(3, 1fr);
    }

}

@media (min-width: 800px) { /* m */

    .publication-subhead-main {
        padding-block-start: 60px;
    }

}

@media (min-width: 1230px) { /* l */

    .publication-subhead-aside.l-left-col {
        display: block;
        padding-block-start: 60px;
        padding-block-end: 60px;
    }
    .publication-subhead-aside.single-col-view {
        display: none;
    }
    .publication-subhead-main {
        padding-block-end: 60px;
    }

}

.share-print {
    font-size: 0.875rem;
    font-family: "FragmentVariable", sans-serif;
}


/* ADD TO ANY */
.share-print .addtoany_list {
    display: block !important;
}
.share-print span {
    border-radius: 50% !important;
}


/* editor styles */
.is-root-container .publication-subhead-aside {
    display: none;
}

/* Quotes and references block */

.publication-quotes-references&gt;h2, .is-style-bg-light .publication-quotes-references-content&gt;h2 {
    font-size: 1.5rem;
    color: var(--ohe-black) !important;
    border-bottom: 1px solid #000;
}

.publication-quotes-references p {
    font-size: 0.75rem;
    line-height: 1.3333;
    font-family: "FragmentVariable", sans-serif;
}


/* Mega Menu */

button.mega-toggle-animated.mega-toggle-animated-slider {
    background-color: transparent !important;
    border-radius: none !important;
    color: var(--ohe-dark-green) !important;
    padding: 0 !important;
    border: none !important;
}

#mega-menu-wrap-menu-1 button.mega-close {
    background-color: transparent !important;
    border-radius: none !important;
    color: var(--ohe-white) !important;
    padding: 5px !important;
    border: none !important;    
}

@media (min-width: 1200px) { /* mobile menu breakpoint */

    #mega-menu-item-7550 {
        padding-right: 5px!important;
    }

}

li.mega-menu-item.mega-current-menu-item  &gt; a.mega-menu-link.mega-menu-logo {
    border-bottom: none ! important;
} 


.slider {
    display: grid;
    grid-template: auto 39px / 1fr;
    aspect-ratio: 2;
    overflow: hidden;
}


.slides {
    grid-area: 1 / 1 / 3 / 2;
    display: grid;
    grid-template: 1fr / 1fr;
    aspect-ratio: 2;
    overflow: hidden;
}

.slides &gt; div {
    grid-area: 1 / 1 / 2 / 2;
    display: none;
}

.slides &gt; div:last-of-type {
    display: grid;
}

.slider-nav-container {
    grid-area: 2 / 1 / 3 / 2;
    display: grid;
    grid-template: 1fr / repeat(5, 1fr);
    position: relative;
    z-index: 9;
    padding: 0 15px 15px 15px;
    grid-gap: 10px;
}

a.slider-bar {
    display: block;
    width: 100%;
    height: 24px;
    padding: 10px 0 10px 0;
}

.slider-bar span {
    display: block;
    background-color: var(--ohe-light-green);
    height: 100%;
    width: 100%;
    opacity: .4;
}

.slider-bar.active-slide-nav span {
    opacity: 1;
}

@media(max-width: 740px){
    .slider, .slides {
        aspect-ratio: 1.5;
    }
}

@media(max-width: 580px){
    .slider, .slides {
        aspect-ratio: 1.25;
    }
}

@media(max-width: 500px){
    .slider, .slides {
        aspect-ratio: 1;
    }
}

@media(max-width: 460px){
    .slider, .slides {
        aspect-ratio: 0.75;
    }
}

@media(max-width: 400px){
    .slider, .slides {
        aspect-ratio: 0.66;
    }
}




.headline-slider-grid-container {
    padding: 0;
    margin:0 auto 40px auto; 
    width: 100%;
    max-width: 1440px;
}

.headline-slides {
    display: grid;
    grid-template: 1fr / 1fr;
    width: 100%;
    overflow: hidden;
    padding: 0;
    margin: 0;
}
.headline-slide {
    display: grid;
    grid-template: 1fr / 1fr;
    width: 100%;
    max-width: 1440px;
    overflow: hidden;
}

.headline-slide-title a {
    color: var(--ohe-white);
}

.headline-slide-title a:hover, .headline-slide-title a:focus-visible {
    color: var(--ohe-light-green);
}

.headline-slide-image {
    grid-area: 1 / 1 / 2 / 2;
    width: 100%;
    max-width: 1440px;
    max-height: 500px;
}
.headline-slide-image img {
    width: 100%;
    max-width: 1440px;
    object-fit: cover;    
}

.headline-slide-overlay {
    grid-area: 1 / 1 / 2 / 2;
    width: 100%;
    max-width: 1440px;
    display: grid;
    padding: 15px;
    grid-template: auto 25px / 1fr;
    position:relative;
}
@media(max-width: 690px){
    .headline-slide-overlay {
/*        background: var(--ohe-dark-green) !important; */
/*        background: linear-gradient(90deg, #02455026 3%, #02455026 65%), conic-gradient(from 0deg at 85% 50%, #B0EF04 17%, #ffffff00 17%, #ffffff00 96%, #B0EF04 96%), 
        conic-gradient(from 0deg at 85% 50%, #ffffff00 17%, rgba(2,45,50,0.85) 17%, rgba(2,45,50,0.85) 46%, #ffffff00 46%), 
        conic-gradient(from 0deg at 85% 50%,  #ffffff00 46%, #C3F8C9CC 46%, #C3F8C9CC 67%, #ffffff00 67%),
        linear-gradient(90deg, #024550FF 3%, #024550C5 65%) !important; */
        background: conic-gradient(from 0deg at 85% 50%, #B0EF04 17%, #ffffff00 17%, #ffffff00 96%, #B0EF04 96%), 
        conic-gradient(from 0deg at 85% 50%, #ffffff00 17%, rgba(2,45,50,0.85) 17%, rgba(2,45,50,0.85) 46%, #ffffff00 46%), 
        conic-gradient(from 0deg at 85% 50%,  #ffffff00 46%, #C3F8C9CC 46%, #C3F8C9CC 67%, #ffffff00 67%),
        linear-gradient(90deg, #024550FF 3%, #024550C5 65%) !important;
    }
}

.slider.headline-slider, .slides.headline-slides, .headline-slide, .headline-slide-image, .headline-slide-image img .headline-slide-overlay {
    aspect-ratio: 2.88;
}

@media(max-width: 980px){
    .slider.headline-slider, .slides.headline-slides, .headline-slide, .headline-slide-image, .headline-slide-image img .headline-slide-overlay {
        aspect-ratio: 2.4;
    }
}

@media(max-width: 800px){
    .slider.headline-slider, .slides.headline-slides, .headline-slide, .headline-slide-image, .headline-slide-image img .headline-slide-overlay {
        aspect-ratio: 2;
    }
}

@media(max-width: 740px){
    .slider.headline-slider, .slides.headline-slides, .headline-slide, .headline-slide-image, .headline-slide-image img .headline-slide-overlay {
        aspect-ratio: 1.5;
    }
}

@media(max-width: 580px){
    .slider.headline-slider, .slides.headline-slides, .headline-slide, .headline-slide-image, .headline-slide-image img .headline-slide-overlay {
        aspect-ratio: 1.25;
    }
}

@media(max-width: 500px){
    .slider.headline-slider, .slides.headline-slides, .headline-slide, .headline-slide-image, .headline-slide-image img .headline-slide-overlay {
        aspect-ratio: 1;
    }
}

@media(max-width: 460px){
    .slider.headline-slider, .slides.headline-slides, .headline-slide, .headline-slide-image, .headline-slide-image img .headline-slide-overlay {
        aspect-ratio: 0.75;
    }
}

@media(max-width: 400px){
    .slider.headline-slider, .slides.headline-slides, .headline-slide, .headline-slide-image, .headline-slide-image img .headline-slide-overlay {
        aspect-ratio: 0.66;
    }
}



.headline-slide-text-grid {
    max-width: 500px;
    display: grid;
    grid-template-rows: auto max-content;
    align-items: center;
    color: var(--ohe-white);
}

@media(min-width: 691px){
    .headline-slide-text-grid {
        max-width: 500px;
    }
}

.headline-slide-text h2 {
    color: var(--ohe-white);
    margin: 0 0 10px 0;
    padding: 0 0 10px 0;
    border-bottom: 1px solid var(--ohe-white);    
    font-size: 34px;
    line-height: 36px;
    font-weight: 500;
}
.headline-slide-text p {
    color: var(--ohe-white);
    margin: 0;
    padding: 0;
    font-size: 21px;
    line-height: 24px;
}

.headline-slide-text-grid .tag-line {
    color: var(--ohe-white);
    border: 1px solid var(--ohe-white);
}

.headline-slide-text-grid .tag-line path {
    fill: var(--ohe-white) !important;
}

.headline-slide-footer {
    grid-area: 2 / 1 / 3 / 2;
}


.home-two-column {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    padding: 0;
    display: grid;
    grid-template-columns: 1fr 2fr;
    grid-gap: 15px;
}

.home-col-1 {
    padding: 0 0 0 15px;
}
h2.col-header {
    margin-top: 0;
    padding-top: 0;
/*    padding-right:30px; */
}

.home-col-2 {
    padding: 0 15px 0 0;
}

.home-inner-2-column {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 0;
}

@media(min-width: 641px) {
    .home-inner-2-column {
        grid-template-columns: 1fr 1fr;
        grid-gap: 30px;
    }    
}

@media(max-width: 640px) {
    .topics .home-inner-2-column {
        grid-gap: 0;
    }
}


@media(min-width: 821px){
    .col-header-home-publications {
        margin-right: 45px;
    }
}

.home-publications {
    margin-top: 30px;
    margin-bottom: 0;
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 0;
}

@media (min-width: 641px) {
    .home-publications {
        grid-template-columns: 1fr 1fr;
        grid-gap: 30px;
    }
}

.home-publication-card {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 20px;
    padding: 0;
    margin:0 0 30px 0;
}


.home-publication-card-image {
    text-align: center;
}

.home-publication-card-image img {
    aspect-ratio: 1;
    border-radius: 50%;
    max-width: 180px;
}


.home-publication-card-text {
    padding: 0;
    margin:0 0 15px 0;
    border-bottom: none;    
}

@media(min-width: 641px){
    .home-publication-card-text {
        padding: 0 0 30px 0;
        border-bottom: 1px solid var(--ohe-dark-green);    
    }
    .home-publication-card.last-card .home-publication-card-text {
        border-bottom-color: transparent;
    }
}

@media(min-width: 821px){
    .home-publications {
        display: block;
        margin-bottom: 30px;
    }
    .home-publication-card {
        padding: 0 45px 0 0;
        margin:0 0 30px 0;
    }
    .home-publication-card.last-card {
        display: none;
    }
    .home-publication-card.hp-card-2 .home-publication-card-text
    {
        border-bottom-color: transparent;
    }
}

@media(min-width: 970px){
    .home-publication-card {
        grid-template-columns: 100px auto;
    }
    .home-publication-card-image img {
        aspect-ratio: 1;
        border-radius: 50%;
        max-width: 100px;
    }

}
@media(min-width: 1200px){
    .home-publication-card.last-card {
        display: grid;
    }
    .home-publication-card:last-of-type {
        display: none;
    }
    .home-publication-card.hp-card-2 .home-publication-card-text
    {
        border-bottom-color: var(--ohe-dark-green);
    }

}


.home-publication-card-text h3 {
    margin: 0 0 15px 0;
    font-size: 24px;
    line-height: 27px;
}

.home-publication-card-text p {
    margin: 0 0 15px 0;
}

.home-publication-card-text .tag-lines {
    padding: 0;
}


.home-insights {
    margin-bottom: 30px;
}

.home-insights .card-with-image {
    margin-top: 30px;
}

.home-insights .card-with-image .tag-lines {
    padding-bottom: 0;
}


.home-spacer {
    background-color: transparent;
    border-bottom: 6px dotted var(--ohe-mid-green);
    margin: 30px auto 40px;
    position: relative;
    width: 100%;
    grid-column: 2 / 3;
/*    z-index: 999; */
}

/* home page topics */

.topics h2 {
    margin-top: 0;
    padding-top: 0;
}

.topics h3 {
    margin: 0 0 30px 0;
    padding-top: 0;
}

.see-all-link {
    font-family: "FragmentVariable", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
    font-size: 13px;
    line-height: 20px;
    display: inline-block;
    padding-left: 15px;
    text-decoration: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-color: #06D98C;
    text-decoration-thickness: 5.5%; /* 0.715px */
    text-underline-offset: 10%; /* 1.3px */
    text-underline-position: from-font;

}

.topic-column {
	
}


.topic-card {
    display: grid;
    grid-template-columns: 1fr;
    gap:15px;
    margin-bottom:30px;
}


@media (min-width: 1080px) {
    .topic-card {
    	display: grid;
    	grid-template-columns: 1fr 3fr;
    	gap:15px;
    	margin-bottom:30px;
    }
}

.topic-card h4 {
    color: var(--ohe-dark-green);
    margin: 0 0 15px 0;
    font-size: 21px;
    line-height: 24px;
}


@media(min-width: 641px) {
    .topic-content {
        border-bottom: 1px solid var(--ohe-dark-green);
    }
    .topic-card:last-of-type .topic-content {
        border-bottom:none;
    }
}
@media(max-width: 640px) {
    .topic-column:last-of-type .topic-card:last-of-type .topic-content {
        border-bottom:none;
    }
}

.topic-image {
	
}

.topic-image img {
    width:100%;
    object-fit:cover;
    aspect-ratio: 2.5;
}


@media (min-width: 1080px) {
    .topic-image img {
        width:100%;
        height:200px;
        min-height:100%;
        aspect-ratio: auto;
    }
}


details summary { 
    cursor: pointer;
    font-family: RecklessMedium, Newsreader, Georgia, serif;
    color: inherit;
    font-size: 1.6875rem;
    line-height: 1.9rem;
    margin: 0.5rem 0 .5rem 0;
    padding: 0; 
    text-transform: none;
    letter-spacing: normal;
    font-optical-sizing: auto;
    font-weight: 500;
    padding: 5px;
    border: 3px solid var(--ohe-light-green);
    position: relative;
}
details summary:after {
    display: block;
    content: "+";
    position: absolute;
    top: 5px;
    right: 10px;
    color: var(--ohe-mid-green);
}
details[open] summary:after {
    content: "-";
}


details[open] summary ~ * {
  animation: sweep .5s ease-in-out;
}
@keyframes sweep {
  0%    {opacity: 0; margin-top: -10px}
  100%  {opacity: 1; margin-top: 0px}
}

.home-offset-circle-left h2 {
    border-bottom: none;
}


@media(min-width: 951px) {
    .home-offset-circle-left {
        color: var(--ohe-white);
        background: url('images/dark-green-circle.png') no-repeat, url('images/white-box.png') no-repeat, url('images/white-box.png') no-repeat, url('images/dot-pattern.png');
        background-size: 463px 463px, 463px 231px, 100px 100%, 20px 20px;
        height: calc(100% + 100px);
        width: 463px;
        margin-top: -120px;
        margin-left: -100px;
        padding-top: 120px;
        padding-left: 100px;
        padding-right: 100px;
    }
    .home-offset-circle-left h2 {
        color: var(--ohe-white);
        font-size: 36px;
        line-height: 37px;
    }
}

@media(max-width: 1150px){
    .home-offset-circle-left {
        margin-left: -200px;
        padding-left: 200px;
    }
}
@media(max-width: 950px){
    .home-two-column.topics {
        grid-template-columns: 1fr;
        padding-left: 15px;
    }
    .home-col-1.with-dots {
        padding: 0 15px 0 0;        
    }

}


.iwith-dots {
    background: url('images/dot-pattern.png');
}


/* Home stats boxes */

.one-column.home-stats {
    padding-bottom: 0;
}


.home-stats .home-two-column {
    margin-bottom: 0;
}


.home-stats .home-col-1, .home-stats .home-col-2 {
    padding:15px 0 0 0!important;
}


@media(min-width: 950px){
    .home-stats .home-two-column {
        margin-bottom: 60px;
    }
    .home-stats .home-col-1 {
        padding:15px 15px 0 0!important;
    }

}

@media(max-width: 1040px){
    .home-stats .home-two-column {
        grid-template-columns: 1fr;
    }
    .home-stats .home-col-1 {
        padding:15px 0 0 0!important;
    }
}

@media(min-width: 1041px){
    .home-stats .home-two-column {
        margin-bottom: 0;
    }
}



.home-stats h2 {
	border:none;
}


.home-stats .tag-lines, .home-stats .tag-line {
	text-align:right;
	flex-direction:row-reverse;
	
}

.stats-two-col {
	display:grid;
	grid-template-columns: 1fr;
	gap:15px;
	margin-bottom:15px;
}

@media(min-width: 681px){
    .stats-two-col {
        display:grid;
        grid-template-columns: 1fr 1fr;
        gap:15px;
        margin-bottom:15px;
    }

}

.stats-one-col .stat-card {
    background-color:var(--ohe-dark-green);
}


@media(min-width: 781px){
    .stats-one-col .stat-card {
    	background-color:var(--ohe-dark-green);
    	background:conic-gradient(from 0deg at 60% 50%, var(--ohe-lime) 16%, #ffffff00 16%, #ffffff00 96%, var(--ohe-lime) 96%),conic-gradient(from 0deg at 60% 50%, var(--ohe-dark-green) 46%, #ffffff00 46%),conic-gradient(from 0deg at 60% 50%, var(--ohe-mid-green) 66%, #ffffff00 66%);

    }
}

.stats-one-col .stat-big, .stats-one-col .stat-big-sub {
	font-family: var(--text-serif);
}

.stat-card {
	display:grid;
	grid-template-columns: 1fr 1fr;
	gap:5px;
	background-color:var(--ohe-mid-green);
	padding:15px;
}

.stat-card .right {
	
	text-align:right;
	justify-content:space-between;
}

.stat-text{
	font-family: Reckless;
font-size: 20px;
font-style: normal;
font-weight: 500;
line-height: 27px; /* 135% */

}

.stat-big{
	font-size:4rem;
	font-weight:normal;
	margin-top:60px;
	margin-bottom:0;
	line-height:85%;
}

@media(min-width: 481px){
    .stat-big{
        font-size:5.5rem;
    }
}

@media(min-width: 571px){
    .stat-big{
        font-size:7rem;
    }
}

.stat-big-sub{
	font-size:1.25rem;
	text-transform:uppercase;
	letter-spacing:2px;

}

.stat-card.light-purple {
	background-color:var(--ohe-light-purple);
}
.stat-card.light-purple .stat-big {
	color:var(--ohe-light-green);
}

.stat-card.light-green {
	background-color:var(--ohe-light-green);
	
}

.stat-card.light-green .stat-big {
	color:var(--ohe-dark-green);
}



.stat-card.light-green .tag-line:hover{
	background-color:var(--ohe-dark-green);
	color:var(--ohe-light-green);
}

.stat-card.light-green .tag-line:hover svg {
	filter: invert(100%) sepia(15%) saturate(500%) hue-rotate(59deg) brightness(135%) contrast(100%);
}


.stat-card.dark-green {
	background-color:var(--ohe-dark-green);
}

.stat-card.dark-green .stat-big, .stat-card.dark-green .stat-big-sub {
	color:var(--ohe-lime);
}

.stat-card.dark-green p {
	color:var(--ohe-white);
}

.stat-card.dark-green .read-more-link {
	color:var(--ohe-light-green);
}

.stat-card.dark-green .read-more-link:hover {
	color:var(--ohe-mid-green);
}

.stat-card.dark-green .tag-line {
	border-color:var(--ohe-light-green);
	color:var(--ohe-light-green);
}

.stat-card.dark-green .tag-line:hover{
	color:var(--ohe-dark-green);
}

.stat-card.dark-green .tag-line svg {
	filter: invert(100%) sepia(15%) saturate(500%) hue-rotate(59deg) brightness(135%) contrast(100%);
}

.stat-card.dark-green .tag-line:hover svg {
	filter: none;
}

.stat-card .read-more-link {
	font-size: 13px;
}



/* Home page events box */

.home-events {
	
	padding:15px 15px 30px;

}

.border-wrap {
	border-top: 6px dotted var(--ohe-mid-green);
	gap:0;
}

.home-events .home-col-1, .home-events .home-col-2 {
	
	padding:15px 0 0 0!important;
}


.home-events h2 {
	border:none;
}

.home-event {
	background-color:var(--ohe-mid-green);
	display:grid;
	grid-template-columns: 1fr 1fr;
	gap:15px;
	padding:15px 15px;
	min-height:400px;
	overflow:hidden;
}

@media(min-width: 920px){
    .home-event {
        padding: 45px 15px;
    }    
}

@media(min-width: 1200px){
    .home-event {
        padding: 15px 15px;
    }
}

@media(min-width: 1390px){
    .home-event {
        padding: 45px 15px;
    }    
}


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

.home-event-content h4 {
		color:var(--ohe-white);
		font-size:32px;
		margin-bottom:10px;
		transition:color 0.2s;
}

.home-event-content a h4:hover{
/*		color:var(--ohe-dark-green); */
}

.home-event-content p {
		color:var(--ohe-white);
		font-size:17px;
}

.home-event-content a.tag-line {
    border: 1px solid var(--ohe-light-green);
    background-color: var(--ohe-light-green);
    color: var(--ohe-dark-green);
}

.home-event-content .read-more-link {
	font-size: 13px;
	color:var(--ohe-dark-green);
	font-style: normal;
	font-weight: 300;

	text-decoration-line: underline;
	text-decoration-style: solid;
	text-decoration-skip-ink: auto;
	text-decoration-color: var(--ohe-light-green);

	text-decoration-thickness: 5.5%; /* 0.715px */
	text-underline-offset: 10%; /* 1.3px */
	text-underline-position: from-font;
}

.home-event-content .read-more-link:hover {
	color:var(--ohe-black);
	text-decoration-color: var(--ohe-white);
}


 .container {
	 float:right;
       position: relative; /* Makes the container the reference point */
       width: 100%;
       aspect-ratio: 2;
     }

     .circle1 {
       position: absolute;
       top:0;
       left:-250px;
       width: 600px;
       height: 600px;
       border-radius: 50%;
       background-color: var(--ohe-dark-green);
       z-index:0;
       transition:width 0.4s, height 0.4s;
     }

     .circle2 {
       position: absolute;
       top: -30px;
       left: 0;
       width: 400px; 
       height:400px;
       border-radius: 50%;
       background-color: var(--ohe-light-green);
       overflow: hidden; /* crops image to edge of circle */
        z-index:1;
         transition:width 0.4s, height 0.4s;
     }

     .circle2 img {
       position: absolute;
       top:30px; /* possitive version of circle 2 amount */
       left:-250px; /* same amount left as circle 1 */
      border-radius: 50%;
      max-width:initial;
       width: 600px; /* image same size as circle 1 */
       height: 600px;
       object-fit:cover;
        z-index:2;
        transition:width 0.4s, height 0.4s
     }
 
 a:hover .home-event-image .circle1 {
 		 width: 625px;
       height: 625px;
 }
 
  a:hover .home-event-image .circle2 {
 	 width:420px; 
       height:420px;
 }
 
   a:hover .home-event-image .circle2 img {
 	 width: 625px; /* image same size as circle 1 */
       height: 625px;
 }
     




@media(max-width: 1200px){
    .home-events .home-two-column {
        grid-template-columns: 1fr;
    }
}

.home-event-slider {
    max-width: 940px;
    margin: 0 auto;
}

@media(max-width: 820px){
    .home-two-column.home-publications-insights {
        grid-template-columns: 1fr;
    }
    .home-two-column.home-publications-insights .home-col-1 {
        padding-right: 15px;
    }
    .home-two-column.home-publications-insights .home-col-2 {
        padding-left: 15px;
    }
}

@media(max-width: 850px){
    .home-event {
        grid-template-columns: 2fr 1fr;
    }
}

@media(max-width: 600px){
    .home-event {
        grid-template-columns: 4fr 1fr;
    }
}

.page-hide {
    position: absolute;
    top: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
    background-color: rgba(2,69,80,.98);
}
.page-hide-inner {
    margin: 135px auto;
    padding: 15px;
    width: 100%;
    max-width: 720px;
}
.page-hide-back {
    color: var(--ohe-white) !important;
}

body#page-hidden {
    overflow: hidden;
}
body#page-hidden.no-modal {
    overflow: visible;
}



/* Mega Menu Panel Content */

.mega-sub-menu {
    background-color: rgba(2,69,80,0.9) !important;
}

h4.mega-block-title {
    font-family: "FragmentVariable", sans-serif !important;
    font-optical-sizing: auto !important;
    font-weight: 500 !important;
    font-style: normal !important;
    font-size: 19px !important;
}

li.mega-menu-item {
    font-family: "FragmentVariable", sans-serif !important;
    font-optical-sizing: auto !important;
    font-weight: 300 !important;
    font-style: normal !important;
}

.mega-sub-menu a {
    font-weight: 300 !important;    
}

li.mega-menu-item.highlight-li, .mega-sub-menu .highlight-li a {
    font-weight: 500 !important;
}

.mega-sub-menu li h3, .mega-sub-menu li h3 a {
    font-weight: 500 !important;
    margin: 0 !important;
    font-size: 34px !important; 
}

@media(max-width: 1130px){
    .mega-sub-menu li h3, .mega-sub-menu li h3 a {
        display: none !important;
    }
}


.moove-gdpr-modal-close {
    background-color: transparent !important;
    border-color: transparent !important;
}

.gdpr-icon.moovegdpr-arrow-close {
    background-color: var(--ohe-mid-green) !important;
}

@media (min-width: 767px) {
    .gdpr-icon.moovegdpr-arrow-close {
        left: -26px;
        top: -4px;
    }
}

.search-form-topics h3 {
    font-size: 21px;
    font-family: "FragmentVariable", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    line-height: 1.4;
    margin: 15px 0;
}

.search-form-topics a {
    color: var(--ohe-white) !important;
    border-bottom: 1px solid transparent !important;
}
.search-form-topics a:hover, .search-form-topics a:focus-visible {
    border-bottom: 1px solid var(--ohe-mid-green) !important;
}


.search-ohe form.search-form {
        margin:0 0 30px 0;
        padding:0;
}

.search-ohe .search-form .search-field {
    background-color: transparent !important;
    border: none;
    border-bottom: 1px solid var(--ohe-mid-green) !important;
    color: var(--ohe-dark-green) !important;
    font-weight: 300 !important;
}

.search-ohe .search-form .search-field:focus-visible {
    outline: none !important;
    border-bottom: 1px solid var(--ohe-dark-green) !important;
}


@media (min-width: 750px) {
    .page-subhead.page-subhead-wide .post-subhead-title,
    .page-subhead.page-subhead-wide .post-subhead-main {
        grid-column: 2 / 7;
    }
}

.archive h1 {
    margin-top: 15px;
}

.archive .breadcrumbs {
    margin: 0;
    padding: 0;
}

.one-column.one-column-wide {
    padding: 0;
}

@media (min-width: 750px) {
    .one-column.one-column-wide&gt;* {
        grid-column: 2 / 7;
    }
}
@media (min-width: 1440px) {
    .one-column.one-column-wide&gt;* {
        grid-column: 2 / 3;
    }
    .one-column.one-column-wide.self-aligned&gt;* {
        padding: 0;
    }
}

.post-8063 .entry-content {
    padding-bottom: 0;
}

.stakeholder-featured-image {
    width: 100%;
    max-width: 455px;
    margin:0 auto 30px auto;
    align-self: start;
}

.stakeholder-featured-image img {
    width: 100%;
    aspect-ratio: 1;
    border-radius: 50%;
    object-fit: cover;
    object-position: top;
}


.stakeholder-featured-image svg {
    width: 100%;
    aspect-ratio: 1;
    border-radius: 50%;
    object-fit: cover;
}

.stakeholder-featured-image svg path {
    fill: #9CC6A1;
}

@media (min-width: 970px) {
    .stakeholder-two-col-inner {
        display: grid;
        grid-template-columns: 455px auto;
        grid-gap: 30px;
        align-items: center;
    }
    .stakeholder-featured-image {
        max-width: 100%;
    }
}

#page {
    overflow-x: hidden;
}
@media (min-width: 1130px) {
    #page {
        overflow-x: visible;
    }
}

</pre></body></html>