<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**
 * style.css
 *
 * Theme Name: CCLI
 * Theme URI:   http://www.machine-agency.com
 * Author:      Machine
 * Author URI:  http://www.machine-agency.com
 * Description: Custom Theme for CCLI
 * Version:     1.0
 * License:     GNU General Public License v2 or later
 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
 * Tags:        light
 * Text Domain: machine
 */


/* ==========================================================================
  Global
  ========================================================================== */


 body {
   color: #000;
   background: transparent;
   -webkit-font-smoothing: antialiased;
   -moz-osx-font-smoothing: grayscale;
   font-family: 'Roboto', sans-serif;
 }

 section{
   padding: 0 0 4rem 0;
   width: 100%;
 }

.grid-container{
  max-width: 80rem;
}

.no-padding-bottom{
  padding-bottom: 0;
}

@media only screen and (max-width: 39.9375em) {
  section{
    padding: 0 0 2rem 0;
  }
}

main{
  background-color: #F4F3F1
}

main &gt; h1,
main &gt; h2,
main &gt; h3,
main &gt; h4,
main &gt; h5,
main &gt; h6,
main &gt; p,
main &gt; ul,
main &gt; ol,
main &gt; blockquote,
main &gt; .wp-block-buttons,
main &gt; .wp-block-embed{
	max-width: 60rem;
	margin: 1rem auto;
	padding: 0 1rem;
}

main &gt; ul,
main &gt; ol{
	padding-left: 2rem;
}

main &gt; h1:first-child,
main &gt; h2:first-child,
main &gt; h3:first-child,
main &gt; h4:first-child,
main &gt; h5:first-child,
main &gt; h6:first-child,
main &gt; p:first-child,
main &gt; ul:first-child,
main &gt; ol:first-child,
main &gt; .wp-block-image:first-child{
	padding-top: 4rem;
	margin-top:0;
}

main &gt; h1:last-child,
main &gt; h2:last-child,
main &gt; h3:last-child,
main &gt; h4:last-child,
main &gt; h5:last-child,
main &gt; h6:last-child,
main &gt; p:last-child,
main &gt; ul:last-child,
main &gt; ol:last-child,
main &gt; .wp-block-image:last-child{
	padding-bottom: 4rem;
	margin-bottom:0;
}

main &gt; .wp-block-embed{
  text-align: center;
  padding: 2rem 0;
}

.wp-block-image.alignwide {
  max-width: 80rem;
	margin: 1rem auto;
}

.wp-block-image.alignright,
.wp-block-image.alignleft{
	max-width: 60rem;
}

.wp-block-image .aligncenter {
  max-width: 60rem;
  padding: 0 1rem;
}

body.single main &gt; h1,
body.single main &gt; h2,
body.single main &gt; h3,
body.single main &gt; h4,
body.single main &gt; h5,
body.single main &gt; h6,
body.single main &gt; p,
body.single main &gt; ul,
body.single main &gt; ol,
body.single main &gt; blockquote,
body.single main &gt; .wp-block-buttons,
body.single main &gt; .wp-block-embed{
	max-width: 60rem;
	margin: 1rem auto;
	padding: 0 1rem;  
}

body.single main &gt; h1:last-child,
body.single main &gt; h2:last-child,
body.single main &gt; h3:last-child,
body.single main &gt; h4:last-child,
body.single main &gt; h5:last-child,
body.single main &gt; h6:last-child,
body.single main &gt; p:last-child,
body.single main &gt; ul:last-child,
body.single main &gt; ol:last-child,
body.single main &gt; .wp-block-image:last-child{
	padding-bottom: 4rem;
	margin-bottom:0;
}

body.single main &gt; .wp-block-embed{
  text-align: center;
  padding: 2rem 0;
}

/* ==========================================================================
  Typography
  ========================================================================== */


/*

Mrs Eaves XL Serif OT Reg Italic
font-family: mrs-eaves-xl-serif, serif;
font-weight: 400;
font-style: italic;

Mrs Eaves XL Serif OT Bold Italic
font-family: mrs-eaves-xl-serif, serif;
font-weight: 700;
font-style: italic;

Mrs Eaves XL Serif OT Reg
font-family: mrs-eaves-xl-serif, serif;
font-weight: 400;
font-style: normal;

Mrs Eaves XL Serif OT Bold
font-family: mrs-eaves-xl-serif, serif;
font-weight: 700;
font-style: normal;

*/

h1{
  font-family: mrs-eaves-xl-serif, serif;
  font-weight: 400;
  font-style: italic;
  font-size: 52px;
  line-height: 69px;
  letter-spacing: 0.03em;
  color: #395A64;
}

h2{
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: normal;
  font-size: 44px;
  line-height: 52px;
  letter-spacing: 0.05em;
  color: #395A64;
}

h2.large-italic{
  font-family: mrs-eaves-xl-serif, serif;
font-weight: 400;
font-style: italic;
  font-size: 52px;
  line-height: 69px;
  letter-spacing: 0.03em; 
  color: #395A64;
}

h3{
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: normal;
  font-size: 36px;
  line-height: 42px;
  letter-spacing: 0.05em;  
  color: #395A64;
}

h4{
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: normal;
  font-size: 28px;
  line-height: 36px;
  letter-spacing: 0.02em;  
  color: #395A64;
}

h5{
  font-family: mrs-eaves-xl-serif, serif;
font-weight: 400;
font-style: italic;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0.05em;  
  color: #395A64;
}

h6{
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0.02em;  
  color: #395A64;
}


p, li, a{
  font-family: 'Roboto';
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 30px;
  letter-spacing: 0.05em; 
  color: #395A64;
}


hr{
  border: 1px solid #DDDBD7;
}

@media only screen and (max-width: 1024px){
   h1{
    font-size: 42px;
    line-height: 59px;
    letter-spacing: 0.03em;
  }
  
  h2{
    font-size: 34px;
    line-height: 42px;
    letter-spacing: 0.05em;
  }
  
  h2.large-italic{
    font-size: 42px;
    line-height: 59px;
    letter-spacing: 0.03em;
  }
  
  h3{
    font-size: 26px;
    line-height: 32px;
    letter-spacing: 0.05em;
  }
  
  h4{
    font-size: 22px;
    line-height: 33px;
    letter-spacing: 0.02em;
  }
  
  h5{
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0.05em;
  }
  
  h6{
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0.02em;
  }
  
  
  p, li, a{
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0.05em; 
  } 
}

@media only screen and (max-width: 640px){
   h1{
    font-size: 35px;
    line-height: 49px;
    letter-spacing: 0.03em;
  }
  
  h2{
    font-size: 32px;
    line-height: 38px;
    letter-spacing: 0.05em;
  }
  
  h2.large-italic{
    font-size: 30px;
    line-height: 36px;
    letter-spacing: 0.03em;
  }
  
  h3{
    font-size: 24px;
    line-height: 30px;
    letter-spacing: 0.05em;
  }
  
  h4{
    font-size: 22px;
    line-height: 28px;
    letter-spacing: 0.02em;
  }
  
  h5{
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0.05em;
  }
  
  h6{
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0.02em;
  }
  
  
  p, li, a{
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.05em; 
  } 
}

/* ==========================================================================
  Header
  ========================================================================== */

.site-header{
	padding: 0;
	top: 0;
	left: 0;
	right: 0;
	background-color: #F4F3F1;
	z-index: 99;
	transition: all 0.3s ease;
	box-shadow: 0px 2px 6px rgba(0,0,0,0.15);
	z-index: 50;
}

.header-lower{
  background-color: #395A64;
  padding: 1rem 0;
}

.header-lower .is-dropdown-submenu{
  background-color: #395A64;
  border: none;
}

.dropdown.menu &gt; li.is-dropdown-submenu-parent &gt; a::after{
  border-color: #fff transparent transparent;
}

.header-lower .dropdown.menu &gt; li.is-active &gt; a{
  color: #fff;
}

.header-lower .dropdown.menu &gt; li.opens-right &gt; .is-dropdown-submenu{
  top: 142%;
  z-index: 99;
}

.header-lower .dropdown.menu &gt; li.opens-left &gt; .is-dropdown-submenu{
  z-index: 99;
}

.header-lower .menu li{
  color: #fff;
  font-weight: 500;
  font-size: 16px;
}

.header-lower .menu a{
  font-weight: 300;
  color: #fff;
  font-size: 16px;
}

.header-lower .menu a:hover,
.header-lower .menu a:focus{
  color: #fff;
}

.header-lower .dropdown.menu &gt; li &gt; a{
  font-weight: 500;
}

.header-lower .dropdown.menu &gt; li li &gt; a{
  border-bottom: 1px solid rgba(255,255,255,0.2);
}

.header-lower .dropdown.menu &gt; li li:last-child &gt; a{
  border-bottom: none;
}

.header-upper{
  padding: 1rem 0;
}

.site-header .menu{
	transition: all 0.3s ease;
	opacity: 0;
	height: 0;
}

.site-header .menu.loaded{
	opacity: 1;
	height: auto;
}

.btn--menu{
	display: none;
}

.social-nav{
	list-style: none;
	margin: 0;
	display: flex;
	justify-content: flex-end;
}

.social-nav li{
	max-width: 3rem;
	padding-left: 1rem;
}

.menu-right{
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: flex-end;
}

.menu-right .button{
  margin: 0 1rem;
}

.header-menu-right &gt; li{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
}

.dropdown ul{
  list-style: none;
}

.lang-link{
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0.02em;
  color: #395A64;
}

/* ==========================================================================
  Mobile Header
  ========================================================================== */

@media only screen and (max-width: 1050px){
  .dropdown.menu &gt; li &gt; a {
    padding: 0.7rem 0.7rem;
  }
}

@media only screen and (max-width: 1024px){
  
  .drilldown a {
    padding: 0.7rem 1rem;
    background: transparent;
  }
  
  ul.menu.drilldown{
    display: block;
  }
  
  .menu-wrapper-header{
    position: absolute;
    top: 5rem;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #395A64;
    padding: 2rem;
    z-index: 99;
    transform: translateX(-100%);
  }
  
  .menu-wrapper-header.transition{
    transition: transform 0.6s cubic-bezier(0.76, 0, 0.24, 1);
  }
  
  .header-lower .menu li{
    position: static;
  }
  
  .drilldown .js-drilldown-back &gt; a::before{
    border-color: transparent #fff transparent transparent;
  }
  
  .drilldown .is-drilldown-submenu{
    background-color: #395A64;
  }
  
  .menu-wrapper-header.is-open{
    transform: translateX(0%);
  }
  
  .drilldown .is-drilldown-submenu-parent &gt; a::after{
    border-color: transparent transparent transparent #ffffff;
  }
  
  .drilldown *:hover,
  .drilldown *:focus{
    outline: none!important;
  }
  
  .site-header .social-nav{
    display: none;
  }
  
  .btn--menu {
    cursor: pointer;
    display: block;
    border: none;
    display: inline-block;
    padding: 8px 5px;
    color: #395A64;
    text-transform: uppercase;
    background-color: transparent;
    -webkit-transition: all 0.2s cubic-bezier(.6,.2,.6,.9);
       -moz-transition: all 0.2s cubic-bezier(.6,.2,.6,.9);
         -o-transition: all 0.2s cubic-bezier(.6,.2,.6,.9);
            transition: all 0.2s cubic-bezier(.6,.2,.6,.9);
  }
  
  .btn--menu:hover,
  .btn--menu:focus,
  .btn--menu.is-hovered,
  .btn--menu.is-focused,
  .btn--menu.is-active {
    outline: none;
    color: #395A64;
    background-color: transparent;
  }
  .btn--menu:active {
    background-color: transparent;
  }
  
  .btn--menu .bar,
  .btn--menu .bar:before,
  .btn--menu .bar:after {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 23px;
    height: 2px;
    background-color: #395A64;
    -webkit-transition: all 0.2s cubic-bezier(.6,.2,.6,.9);
       -moz-transition: all 0.2s cubic-bezier(.6,.2,.6,.9);
         -o-transition: all 0.2s cubic-bezier(.6,.2,.6,.9);
            transition: all 0.2s cubic-bezier(.6,.2,.6,.9);
  }
  
  .btn--menu .bar {
    margin-top: -2px;
    margin-left: 4px;
  }
  .btn--menu .bar:before,
  .btn--menu .bar:after {
    content: '';
    position: absolute;
    left: 0;
  }
  .btn--menu .bar:before {
    top: -6px;
  }
  .btn--menu .bar:after {
    bottom: -6px;
  }
  
  .btn--menu:hover .bar,
  .btn--menu:hover .bar:before,
  .btn--menu:hover .bar:after,
  .btn--menu:focus .bar,
  .btn--menu:focus .bar:before,
  .btn--menu:focus .bar:after,
  .btn--menu.is-hovered .bar,
  .btn--menu.is-hovered .bar:before,
  .btn--menu.is-hovered .bar:after,
  .btn--menu.is-focused .bar,
  .btn--menu.is-focused .bar:before,
  .btn--menu.is-focused .bar:after,
  .btn--menu.is-active .bar,
  .btn--menu.is-active .bar:before,
  .btn--menu.is-active .bar:after {
    background-color: #395A64;
  }
  
  .btn--menu.is-active .bar,
  .btn--menu.is-active:hover .bar,
  .btn--menu.is-active:focus .bar {
    background-color: transparent;
    -webkit-transition-delay: 0s;
       -moz-transition-delay: 0s;
         -o-transition-delay: 0s;
            transition-delay: 0s;
  }
  
  .btn--menu.is-active .bar:before {
    top: 0;
    -webkit-transform: rotate(-45deg);
       -moz-transform: rotate(-45deg);
         -o-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .btn--menu.is-active .bar:after {
    bottom: 0;
    -webkit-transform: rotate(45deg);
       -moz-transform: rotate(45deg);
         -o-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  
}

@media only screen and (max-width: 640px){
  
  .menu-right &gt; .button{
    display: none;
  }
  
  .menu-right .search{
    margin-right: 0.5rem;
  }
  
  .btn--menu{
    margin-left: 0.5rem;
  }
  
  .header-lower {
    padding: 0.25rem 0;
  }
  
}

/* ==========================================================================
  Footer
  ========================================================================== */

.site-footer ul ul{
  display: block;
}

.site-footer{
	clear: both;
	background-color: #DDDBD7;
	padding: 2rem 0 0 0;
}

.site-footer .site-logo{
  margin-bottom: 2rem;
  display: inline-block;
  max-width: 500px;
  width: 100%;
}

.footer-menu{
  flex-wrap: nowrap;
  justify-content: space-between;
}

.footer-menu &gt; li{
  max-width: 20%;
}

.footer-menu &gt; li &gt; a{
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 23px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #395A64;
  white-space: nowrap;
}

.footer-menu &gt; li &gt; ul &gt; li &gt; a,
.site-footer p,
.sub-footer-flex a{
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 23px;
  letter-spacing: 0.02em;
  color: #395A64;
}

.site-footer .social-nav{
  justify-content: flex-start;
}

.site-footer .social-nav li {
    padding-left: 0;
    padding-right: 1rem;
}

.sub-footer-flex{
  display: flex;
  justify-content: center;
  align-items: center;
}

.sub-footer-flex *{
  color: #F2F2F2!important;
}

.sub-footer{
  background-color: #828282;
}

.sub-footer-flex p{
  margin: 0;
}

.logo-list{
  list-style: none;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.logo-list li{
  padding: 0 1rem;
}

.section--newsletter{
  background-color: #395A64;
  padding: 4rem 0;
}

.section--newsletter h2,
.section--newsletter h4{
  color: #fff;
}

.section--newsletter .button{
  background-color: #B8DCCD;
  margin-left: 1rem;
}

.section--newsletter form{
  max-width: 40rem;
  margin: 2rem auto 0 auto;
}

.section--newsletter h2{
  font-style: normal;
  font-weight: bold;
}

.section--newsletter .input-group{
  margin: 0;
}

.partners-footer h4{
  font-family: mrs-eaves-xl-serif, serif;
  font-weight: 700;
  font-style: italic;
  font-size: 20px;
  line-height: 27px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #828282;
}

.partners-footer .logo-list{
  padding: 0 0 2rem 0;
}

.site-footer .social-nav{
  margin-top: 1rem;
}

.footer-partners-grid{
  padding-bottom: 2rem;
}


.footer-partners-grid h4{
  margin-bottom: 1rem;
}

@media only screen and (max-width: 1100px){
  .footer-menu{
    flex-wrap: wrap;
    justify-content: space-around;
  }
  
  .footer-menu &gt; li{
    max-width: 50%;
  }
}

@media only screen and (max-width: 640px){
  .footer-menu &gt; li{
    max-width: 100%;
  }
  
  .footer-menu{
    display: block;
    padding-top: 2rem;
  }
  
  .footer-menu li a{
    padding-left: 0;
  }
}

/* ==========================================================================
  Button Styles
  ========================================================================== */

.button{
  margin: 0;
  background-color: #395A64;
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  border: 2px solid #395A64;
  padding: 0.5em 1em;
  transition: all 0.3s ease;
}

.button:hover,
.button:focus{
  color: #395A64;
  background-color: #fff;
}

.button.italic-arrow{
  font-family: mrs-eaves-xl-serif, serif;
  font-weight: 400;
  font-style: italic;
  font-size: 24px;
  line-height: 23px;
  text-align: center;
  letter-spacing: 0.05em;
  color: #000;
  padding: 0 2rem 0 0;
  background-color: transparent;
  border: none;
  text-transform: none;
  position: relative;
  transition: all 0.3s ease;
}

.button.italic-arrow:hover{
  padding-right: 3rem;
}

.button.italic-arrow:after{
    content: "";
    position: absolute;
    width: 23px;
    height: 23px;
    background-image: url(img/arrow-right.svg);
    background-size: contain;
    background-position: 50% 70%;
    background-repeat: no-repeat;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.button.button-transparent{
  background-color: transparent;
  color: #395A64;
}

.button.button-transparent:hover,
.button.button-transparent:focus{
  background-color: #fff;
}

.button.button-blue-border{
  background-color: transparent;
  color: #55B8E4;
  border: 2px solid #55B8E4;
}

.button.button-blue-border:hover,
.button.button-blue-border:focus{
  background-color: #fff;
}

.button.button-rounded-white{
  background-color: #FFFFFF;
  border-radius: 10px;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 22px;
  color: #55B8E4;
  text-transform: none;
  border: none;
}

.button.button-rounded-white:hover,
.button.button-rounded-white:focus{
  color: #fff;
  background-color: #55B8E4;
}

main &gt; .wp-block-buttons{
  margin-top: 0;
  margin-bottom: 0;
  padding: 3rem 1rem;
}

.template-content &gt; .wp-block-buttons{
  margin-top: 0;
  margin-bottom: 0;
  padding: 3rem 0;
}

body.single main &gt; .wp-block-buttons:last-child{
  padding-bottom: 4rem;
  margin-bottom: 0;
  padding-top: 2rem;
}

main .wp-block-button__link{
  background-color: #395A64;
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  border: 2px solid #395A64;
  padding: 0.5em 1em;
  border-radius: 0px;
  transition: all 0.3s ease;
}

main .wp-block-button__link:hover,
main .wp-block-button__link:focus{
  color: #395A64;
  background-color: #fff!important;
}

/* ==========================================================================
  Sections
  ========================================================================== */


/* Impact Areas */


.parallax-bg{
 position: absolute;
 top: 0;
 left: 0;
 right: 0;
 z-index: 1;
 bottom: -30%;
}

.section--impact{
  position: relative;
  overflow: hidden;
  padding: 6rem 0;
  margin-bottom: 4rem;
}

.section--impact:not(:first-child){
	margin-top: 4rem;
}

.section--impact:not(.video-impact){
	 margin-bottom: 4rem;
}

.section--impact .grid-x{
  position: relative;
  z-index: 10;
}

.section--impact h1{
  color: #fff;
  text-shadow: 3px 4px 9px rgba(0, 0, 0, 0.45);
}


.section--impact p{
  color: #fff;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 30px;
  letter-spacing: 0.05em;
  max-width: 60rem;
  margin: 0 auto;
}

.section--impact h1 + p{
  margin-top: 2rem;
}

.search-form .input-group{
  margin: 0;
}

/* callouts */

.callout-image-wrapper{
  position: relative;
  padding: 6rem 1rem;
}

.callout-image-wrapper *{
  color: #fff;
}

.abs-link{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 15;
}

/* Slider */

.swipe-slider .swipe-slide{
  padding: 6rem 0;
}

.swipe-slider .swipe-slide h2,
.swipe-slider .swipe-slide p{
  color: #fff;
}

.section--slider{
  padding: 0;
  margin-bottom: 6rem;
  overflow: hidden;
}

button.slick-prev.slick-arrow {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 10;
    color: #fff;
    cursor: pointer;
    padding: 1rem;
}

button.slick-next.slick-arrow {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 10;
    color: #fff;
    cursor: pointer;
    padding: 1rem;
}


.section--callouts{
  padding-bottom: 3rem;
}

.callout-overlay{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.5);
  z-index: 5;
  transition: all 0.3s ease;
}

.callout-image{
  padding: 12rem 0;
}

.callout-button{
    margin-top: -12rem;
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: normal;
    font-size: 28px;
    line-height: 36px;
    text-align: center;
    letter-spacing: 0.02em;
    max-width: 16rem;
    text-transform: none;
}

.impact-overlay{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #395A64;
	opacity: 0.5;
	z-index: 4;
}


.story-image{
  height: 100%;
}

.swipe-slider *:focus{
  outline: none!important;
}

ul.slick-dots{
  display: flex;
  list-style: none;
  margin: 0;
  z-index: 10;
  position: absolute;
  justify-content: center;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 3rem;
}

ul.slick-dots li button{
  display: none;
}

ul.slick-dots li{
  width: 14px;
  height: 14px;
  border: 2px solid #fff;
  border-radius: 100%;
  margin: 0 0.25rem;
  cursor: pointer;
  transition: all 0.3s ease;
}

ul.slick-dots li.slick-active{
  background-color: #fff;
}

.swipe-slide .grid-container{
  background-color: rgba(255,255,255,0.75);
  padding: 2rem;
  max-width: 40rem;
}

.swipe-slide .grid-container .button{
  margin: 0;
}

.swipe-slide .grid-container h1,
.swipe-slide .grid-container h2,
.swipe-slide .grid-container p{
  color: #395A64;
}

.swipe-slide .grid-container h1,
.swipe-slide .grid-container h2{
  font-family: mrs-eaves-xl-serif, serif;
font-weight: 400;
font-style: italic;
  font-size: 52px;font-family: mrs-eaves-xl-serif, serif;
font-weight: 400;
font-style: italic;
  line-height: 69px;
  text-align: center;
  letter-spacing: 0.03em;
}

.swipe-slide .grid-container p:not(.top-title){
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: normal;
  font-size: 36px;
  line-height: 42px;
  text-align: center;
  letter-spacing: 0.05em;
  margin-bottom: 1.5rem;
}

.swipe-slide .grid-container p.top-title{
  margin: 0;
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 36px;
  color: #4F4F4F;
  text-transform: uppercase;
}

.swipe-slide .grid-container .button{
  background-color: transparent;
  color: #395A64;
}

.swipe-slide .grid-container .button:hover{
  background-color: rgba(255,255,255,0.4);
}

.section--text-with-image h3{
  margin: 3rem 0;
}

.section--text-with-image .image-wrapper{
  position: relative;
  z-index: 2;
}

.section--text-with-image .image-wrapper img{
  position: relative;
  z-index: 2;
}

.section--text-with-image .image-wrapper-before{
  background-color: #55B8E4;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transform: translate3d(-2rem, -2rem, 0);
  transition: all 0.3s ease;
  z-index: 1;
}

.section--text-with-image .cell:not(.medium-order-1) .text-wrapper{
  padding-left: 2rem;
}

.section--text-with-image .cell.medium-order-1 .text-wrapper{
  padding-right: 2rem;
}

.section--stories h2{
  margin-bottom: 3rem;
}

.section--stories{
  background-color: #DDDBD7;
  position: relative;
}

.section--callouts{
  position: relative;
  z-index: 2;
}

.section--stories:before{
  content: "";
  background-color: #DDDBD7;
  position: absolute;
  left: 0;
  right: 0;
  top: -10rem;
  height: 10rem;
  z-index: 1;
}

.section--stories .text-cell{
  background-color: #FFFFFF;
  padding: 3rem 4rem;
}

.section--stories .text-cell p{
  color: #000;
  margin: 2rem 0 4rem 0;
}

.section--stories .text-cell h5{
  text-transform: uppercase;
  color: #828282;
}

.section--stories .text-cell h3{
  font-size: 44px;
  line-height: 52px;
  letter-spacing: 0.05em;
}

.story-grid{
  margin-bottom: 2rem;
}

.story-grid:last-child{
  margin-bottom: 0;
}

.section--latest-updates{
  padding: 4rem 0;
}

.news-block{
  background: #FFFFFF;
  padding: 2rem;
  margin-bottom: 2rem;
  position: relative;
}

.news-block:last-child{
  margin-bottom: 0;
}

.news-block h4{
  margin: 2rem 0;
  color: #000;
}

.news-block h5{
  color: #000;
}

.section--latest-updates .cell &gt; h3{
  margin-bottom: 2rem;
}

.button-group .button{
  margin-right: 1rem;
}

.button-group .button:last-child{
  margin-right: 0;
}

.section--latest-updates .button-group{
  margin-top: 2rem;
  margin-bottom: 0;
}

.section--latest-updates .button-group .button:nth-child(even){
  background-color: transparent;
  color: #395A64;
}

.section--latest-updates .button-group .button:nth-child(even):hover{
  background-color: #fff;
}

.section--404{
  padding: 4rem 0;
}

.section--impact.plain h1{
  text-shadow: none;
  color: #395A64;
}

.section--impact.plain p{
  color: #395A64;
}

.section--impact.plain{
  margin-bottom: 0;
}

.news-archive-block{
  border-bottom: 3px solid #DDDBD7;
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  height: calc(100% - 2rem);
}

.pagination{
  margin: 0;
  display: flex;
  justify-content: center;
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: normal;
  font-size: 28px;
  line-height: 36px;
  text-align: center;
  letter-spacing: 0.02em;
  padding-bottom: 4rem;
  color: #305C67;
}

.pagination a{
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: normal;
  font-size: 28px;
  line-height: 36px;
  text-align: center;
  letter-spacing: 0.02em;
  color: #305C67;
  background-color: transparent;
}

a.prev.page-numbers,
a.next.page-numbers{
  display: none;
}

.pagination a,
.pagination button {
  color: #305C67;
}

.pagination a:hover,
.pagination button:hover {
    color: #305C67;
}

.pagination .current {
  background: transparent;
  color: #305C67;
  text-decoration: underline;
  cursor: default;
}


.post-impact{
  padding: 12rem 0;
}

.section.section--post-intro{
  padding-bottom: 2rem;
}

.news-archive-block{
  position: relative;
}

.section--news-archive .cell:nth-child(3n+2) .news-archive-block:after{
  content: "";
  background-color: #DDDBD7;
  width: 3px;
  top: 0;
  bottom: 2rem;
  right: -1rem;
  position: absolute;
}

.section--news-archive .cell:nth-child(3n+2) .news-archive-block:before{
    content: "";
    background-color: #DDDBD7;
    height: 3px;
    width: 4rem;
    left: auto;
    right: -3rem;
    bottom: -3px;
    position: absolute;
}

.section--news-archive .cell:last-child .news-archive-block:before{
  content: none;
}

.section--news-archive .cell:nth-child(3n+3) .news-archive-block{
  padding-left: 2rem;
}

@media only screen and (max-width: 640px){
  .section--news-archive .cell:nth-child(3n+3) .news-archive-block{
    padding-left: 0;
  }  
  
  .section--news-archive .cell:nth-child(3n+2) .news-archive-block:after,
  .section--news-archive .cell:nth-child(3n+2) .news-archive-block:before{
    content: none;
  }
}

p.post-author{
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: bold;
  font-size: 28px;
  line-height: 36px;
  letter-spacing: 0.02em;
  color: #395A64;
}

.news-archive-block h3{
  margin: 2rem 0;
}

h2.post-title{
  margin: 2rem 0;
}

.news-archive-block .button{
  font-family: 'Roboto';
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 22px;
  text-transform: none;
  
}

.resource-block{
  background-color: #DDDBD7;
  padding: 2rem;
  margin-bottom: 2rem;
  height: calc(100% - 2rem);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}


.resource-block .button{
  color: #395A64;
  padding: 0!important;
  display: flex;
  align-items: center;
}

.resource-block .button img{
  margin-right: 1rem;
}

.resource-block .button:after{
  content: none;
}

.section--resources .cell:nth-child(4n + 2) .resource-block,
.section--resources .cell:nth-child(4n + 3) .resource-block{
  background-color: #395A64;
}

.section--resources .cell:nth-child(4n + 2) .resource-block *,
.section--resources .cell:nth-child(4n + 3) .resource-block *{
  color: #fff;
}

.section--resources .cell:nth-child(4n + 2) .resource-block small,
.section--resources .cell:nth-child(4n + 3) .resource-block small{
  color: #B8DCCD;
}

.section--resources .cell:nth-child(4n + 2) .resource-block p,
.section--resources .cell:nth-child(4n + 3) .resource-block p{
  color: #DDDBD7;
}

.section--resources .cell:nth-child(4n + 2) .resource-block img,
.section--resources .cell:nth-child(4n + 3) .resource-block img{
  filter: brightness(0) invert(1);
}

.resource-block  p{
  font-size: 18px;
  line-height: 22px;
  color: #828282;
}

.resource-block small{
  font-family: 'Roboto Condensed';
  font-weight: bold;
  font-size: 20px;
  line-height: 36px;
  letter-spacing: 0.02em;
  display: block;
  margin-bottom: 2rem;
  color: #395A64;
}



.section--resources .pagination{
  padding-top: 2rem;
  padding-bottom: 2rem;
}



.event-block,
.team-block{
  position: relative;
}

.event-block-content p,
.team-block-content p{
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0.05em;  
  color: #000;
}

.event-block-content,
.team-block-content{
  padding: 0 0 0 2rem;
  width: 66.6666%;
}

.event-block,
.team-block{
  display: flex;
  align-items: center;
  background-color: #fff;
  padding: 2rem;
}

.cell.large-4 .team-block,
.cell.large-3 .team-block{
  height: calc(100% - 2rem);
  flex-direction: column;
}

.cell.large-4 .team-block .featured-image--archive-wrapper.background,
.cell.large-3 .team-block .featured-image--archive-wrapper.background{
  width: 100%;
  margin-bottom: 1rem;
  height: auto;
}

.cell.large-3 .team-block .featured-image--archive-wrapper.background{
    padding: 7rem 0;
}

.cell.large-4 .team-block .team-block-content,
.cell.large-3 .team-block .team-block-content{
  width: 100%;
  padding: 0;
}

.cell.large-4 .team-block .team-block-content p,
.cell.large-3 .team-block .team-block-content p{
    font-size: 16px;
    line-height: 25px;
}

.featured-image--archive-wrapper.background{
  height: 100%;
  padding: 12rem 0;
  width: 33.333%;
}

.event-data{
  display: flex;
  justify-content: flex-start;
  padding-bottom: 1rem;
}

.event-data small{
  background-color: #F4F3F1;
  border-radius: 10px;
  padding: 0.5rem;
  margin-right: 1rem;
  color: #395A64;
  font-size: 18px;
  line-height: 22px;
}

.filter-bar{
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.filter-bar input[type="text"]{
  margin: 0;
}

.filter-bar select{
  margin: 0;
}

.flex-filter{
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.flex-filter p{
  margin: 0;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0.05em;
  white-space: nowrap;
  margin-right: 1rem;
}

.flex-filter select{
  max-width: 200px;
  margin-right: 1rem;
}

.filter-bar input[type="text"],
.filter-bar select{
  border: none;
  box-shadow: none;
}

.filter-bar input[type="text"]{
  background-image: url(img/search.svg);
  background-position: 98% center;
  background-size: 16px;
  background-repeat: no-repeat;
  padding-right: 2rem;
}

.section--team-member{
  padding: 3rem 0;
}

.section--team-member .social-nav{
  justify-content: flex-start;
}

.section--team-member .social-nav li{
  padding-left: 0;
  padding-right: 1rem;
}

.section--team-member .social-nav{
  padding-bottom: 2rem;
}

.team-article{
  position: relative;
  padding: 1rem;
  background-color: #fff;
  margin-bottom: 2rem;
}

.team-member-articles{
  padding-top: 2rem;
}

.team-member-articles h4{
  margin-bottom: 2rem;
}

.team-block{
  margin-bottom: 2rem;
}

.single-group .section--impact h1{
  color: #395A64;
}

.section--upcoming-events{
  padding: 3rem 0;
}

.section--upcoming-events h2,
.section--group-knowledge-hub h2{
  margin-bottom: 2rem;
}

.upcoming-event-content{
  background-color: #DDDBD7;
  padding: 0 1rem 1rem 1rem;
  height: 100%;
}

.upcoming-event-content p{
  font-size: 18px;
  line-height: 22px;
}

.upcoming-event-content .event-image {
    padding: 6rem 0;
    margin: 0 -1rem 2rem -1rem;
}

.upcoming-event-content .event-data small{
  color: #55B8E4;
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 1rem;
}

.upcoming-event-content .event-data small:last-child{
  margin-bottom: 0;
}

.upcoming-event-content .event-data{
  flex-wrap: wrap;
}

.button.see-all{
  margin-top: 2rem;
}

.section--group-knowledge-hub .button.see-all{
  margin-top: 0;
}

.section--group-knowledge-hub .cell:nth-child(4n + 2) .resource-block,
.section--group-knowledge-hub .cell:nth-child(4n + 3) .resource-block{
  background-color: #395A64;
}

.section--group-knowledge-hub .cell:nth-child(4n + 2) .resource-block *,
.section--group-knowledge-hub .cell:nth-child(4n + 3) .resource-block *{
  color: #fff;
}

.section--group-knowledge-hub .cell:nth-child(4n + 2) .resource-block small,
.section--group-knowledge-hub .cell:nth-child(4n + 3) .resource-block small{
  color: #B8DCCD;
}

.section--group-knowledge-hub .cell:nth-child(4n + 2) .resource-block p,
.section--group-knowledge-hub .cell:nth-child(4n + 3) .resource-block p{
  color: #DDDBD7;
}

.section--group-knowledge-hub .cell:nth-child(4n + 2) .resource-block img,
.section--group-knowledge-hub .cell:nth-child(4n + 3) .resource-block img{
  filter: brightness(0) invert(1);
}

.filter-bar{
  max-width: 60rem;
  margin: 0 auto;
}

.section--resources .filter-bar,
.section--team .filter-bar{
  padding-top: 0;
}

.event-block{
  margin-bottom: 2rem;
}

.featured-event{
 position: relative; 
}

.featured-event-image{
  padding: 14rem 0;
}

.section--impact + .section--featured-events{
  margin-top: -4rem;
}

.featured-event-content{
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 1rem;
}

.featured-event-content h3,
.featured-event-content .button.italic-arrow{
  color: #fff;
}

.section--featured-events .grid-container{
  padding: 0;
}

.featured-event-date{
  position: absolute;
  top: 1rem;
  left: 1rem;
  padding: 0.5rem;
  line-height: 1;
  background-color: #fff;
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 20px;
}

.single-event .event-data small{
  background-color: #fff;
}

.single-event .event-data{
  padding-top: 1rem;
  padding-bottom: 0;
}

.fancy-post-date{
  text-align: center;
  background: #395A64;
  padding: 1rem;
}

.fancy-post-month{
  font-family: mrs-eaves-xl-serif, serif;
  font-style: normal;
  font-weight: bold;
  font-size: 33px;
  line-height: 44px;
  letter-spacing: 0.12em;
  color: #fff;
}

.fancy-post-day{
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: normal;
  font-size: 134px;
  line-height: 157px;
  text-align: center;
  letter-spacing: -0.1em;
  color: #fff;
}

.section--event-intro .button.italic-arrow{
  margin: 1rem 0;
}

.section--resources .section--no-results,
.section--events .section--no-results{
  padding-top: 3rem;
}

.featured-event-overlay{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.5);
}

.section--news-archive-related{
  padding-top: 3rem;
}

.section--news-archive-related .cell:first-child .news-archive-block:after {
    content: "";
    background-color: #DDDBD7;
    width: 3px;
    top: 0;
    bottom: 2rem;
    right: -1rem;
    position: absolute;
}

.section--news-archive-related .cell:last-child .news-archive-block {
    padding-left: 2rem;
}

.section--news-archive-related .cell:first-child .news-archive-block {
    padding-left: 0;
}


.section--news-archive-related h2{
    border-bottom: 3px solid #DDDBD7;
    margin-bottom: 2rem;
    padding-bottom: 1rem;
}

.section--team-members{
  padding: 4rem 0;
}

.logo-list li{
  max-width: 300px;
}

.filter-bar.wide{
  max-width: 80rem;
}

.wp-block-buttons + .section--impact.plain{
  margin-top: 0;
  padding-top: 2rem;
}

.section--resources.resources-filtered{
  padding-bottom: 2rem;
}

body.single main &gt; .wp-block-buttons{
  margin-top: 2rem;
}

.section--text-with-image + .section--text-with-image{
  margin-top: 2rem;
}


/* French header */

.site-header.fr .header-lower .menu.header-menu-right li{
  white-space: nowrap;
}

.site-footer.fr .footer-menu &gt; li{
  max-width: none;
}

.site-header.fr .grid-container{
  max-width: 80rem;
}

.site-header.fr .dropdown.menu &gt; li &gt; a{
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}

.site-header.fr .medium-9 .dropdown.menu &gt; li {
    /*max-width: 18%;*/
}

.site-header.fr .dropdown.menu &gt; li{
  /*white-space: nowrap;*/
  /*overflow: hidden;*/
}

.site-header.fr .dropdown.menu{
  flex-wrap: nowrap;
}

@media only screen and (max-width: 1300px){
  .site-footer.fr .footer-menu{
    flex-wrap: wrap;
    justify-content: center;
  }
  
  .site-footer.fr .footer-menu &gt; li{
    max-width: 33.333%;
    width: 33.333%;
  }
}

@media only screen and (max-width: 1300px){
  .site-header.fr .dropdown.menu &gt; li &gt; a{
    padding: 0.7rem 0.25rem;
    font-size: 14px;
    padding-right: 1rem;
  }
  
  .site-header .dropdown.menu &gt; li &gt; a{
    font-size: 14px;
  }
  
  .site-footer.fr .footer-menu &gt; li &gt; a{
    white-space: normal;
  }
  
  .site-header.fr .dropdown.menu &gt; li.is-dropdown-submenu-parent &gt; a::after{
    right: 2px;
  }
}

@media only screen and (max-width: 1100px){
  .site-header.fr .dropdown.menu &gt; li &gt; a{
    padding: 0.7rem 0.25rem;
    font-size: 13px;
    padding-right: 1rem;
  }
}


/* Responsive */

@media only screen and (max-width: 1024px){
  .site-footer.fr .footer-menu &gt; li{
    max-width: 50%;
    width: 50%;
  }
  
  .site-footer.fr .footer-menu{
    flex-wrap: wrap;
    justify-content: space-between;
  }
  
  
  
  .event-block,
  .team-block{
    display: block;
  }
  
  .featured-image--archive-wrapper.background{
    width: 100%;
  }
  
  .event-block-content, .team-block-content {
    padding: 0;
    width: 100%;
    padding-top: 2rem;
  }
}


@media only screen and (max-width: 640px){
  
  .section--news-archive-related .cell:last-child .news-archive-block{
    padding-left: 0;
  }  
  
  .section--news-archive-related .cell:first-child .news-archive-block:after{
    content: none;
  }
  
  .section--impact{
    padding: 4rem 0;
  }
  
  .section--text-with-image .image-wrapper img{
    margin-bottom: 2rem;
  }
  .section--text-with-image h3 {
    margin: 1rem 0;
 }
 
 .callout-button{
    font-size: 22px;
    line-height: 26px;
 }
 
 .section--stories .text-cell h3{
  font-size: 26px;
  line-height: 32px;
  letter-spacing: 0.05em;
 }
 
 .section--stories .text-cell p{
    margin: 1rem 0 1rem 0;
 }
 
 .section--stories .text-cell {
    padding: 2rem;
 }
 
 .news-block h4 {
    margin: 1rem 0;
 }
  
 .section--latest-updates .button-group{
   margin: 2rem 0;
 }
 
 .section--latest-updates{
   padding: 2rem 0 0 0;
 }
 
 .news-block{
   margin-bottom: 1rem;
 }
 
 .section--latest-updates .cell &gt; h3 {
    margin-bottom: 1rem;
 }
 
 .section--newsletter{
   padding: 2rem 0;
 }
 
 .sub-footer-flex{
   padding-top: 0.7rem;
   display: block;
   text-align: center;
 }
 
 .sub-footer-flex .menu{
   justify-content: center;
 }
 
 .flex-filter{
   padding-top: 1rem;
 }
 
 .flex-filter select:last-child{
   margin-right: 0;
 }
  
 .section--impact p{
   font-size: 18px;
    line-height: 24px;
 }
 
 .section--impact h1 + p{
   margin-top: 1rem;
 }
 
 .callout-image {
    padding: 8rem 0;
 }
 
 .logo-list li {
    padding: 0 2rem;
    max-width: 50%;
 }
 
 .logo-list{
   flex-wrap: wrap;
 }
 
 .featured-event-image {
    padding: 8rem 0;
 }
 
 .filter-bar {
    padding-top: 1rem;
    padding-bottom: 2rem;
 }
 
 .event-block, .team-block{
   padding: 1rem;
 }
 
 .featured-image--archive-wrapper.background{
   padding: 6rem 0;
 }
 
 .event-block-content p, 
 .team-block-content p{
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.05em;
 }
 
 .event-data{
   flex-wrap: wrap;
   padding-bottom: 0;
 }
 
 .event-data small{
   margin-bottom: 1rem;
   font-size:l 16px;
 }
 
 .event-block-content, 
 .team-block-content{
   padding-top: 1rem;
 }
 
 .pagination{
   padding-bottom: 2rem;
 }
 
 .fancy-post-day{
    font-size: 57px;
    line-height: 57px;
 }
 
 .fancy-post-date{
   margin-bottom: 1rem;
 }
 
 .section--event-intro .button.italic-arrow {
    margin: 0.5rem 0 1rem 0;
  }
  
  section.section.section--event-intro{
    padding-bottom: 0;
  }
  
  .post-impact {
    padding: 6rem 0;
  }
  
  .section--impact:not(.video-impact) {
    margin-bottom: 2rem;
  }
  
  section.section.section--impact.plain{
    padding: 3rem 0;
    margin-bottom: 0;
  }
  
  .news-archive-block h3 {
    margin: 1rem 0;
  }
  
  h2.post-title {
    margin: 1rem 0;
  }
  
  .resource-block small{
    margin-bottom: 0.5rem;
  }
  
  .social-nav img{
    max-width: 20px;
  }
  
  .section.section--post-intro{
    padding-bottom: 1rem;
  }
  
  .upcoming-event-content .event-data small:last-child{
    margin-bottom: 1rem;
  }
  
  .upcoming-event-content .event-data small{
    font-size: 16px;
  }
  
  .button.button-rounded-white{
    font-size: 16px;
  }
  
  .section--upcoming-events h2, .section--group-knowledge-hub h2{
    margin-bottom: 1rem;
  }
  
  .section--upcoming-events{
    padding: 2rem 0;
  }
  
  .team-block .featured-image--archive-wrapper.background{
    padding: 12rem 0;
  }
  
  .section--team-member .cell &gt; img{
    display: block;
    margin: 0 auto 2rem auto;
  }
  
  .section--text-with-image .image-wrapper img{
    max-height: 25rem;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
  
  .section--text-with-image .image-wrapper-before {
    right: 0;
    bottom: 1rem;
    transform: translate3d(0rem, -1rem, 0);
  }
  
  .image-wrapper-before:before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 30%;
    background: #F4F3F1;
  }
  
  
  .image-wrapper-before:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 15%;
    background: #F4F3F1;
  }
  
  .swipe-slide .grid-container h1,
  .swipe-slide .grid-container h2{
    font-size: 42px;font-family: mrs-eaves-xl-serif, serif;
    line-height: 49px;
    letter-spacing: 0.03em;
  }
  
  .swipe-slide .grid-container p:not(.top-title){
    font-size: 26px;
    line-height: 32px;
  }
  
  .section--impact + .section--featured-events{
    margin-top: -2rem;
  }
  
  .is-drilldown{
    min-height: 400px!important;
  }
  
  .site-footer.fr .footer-menu &gt; li{
    max-width: 100%;
    width: 100%;
  }
  
}

@media only screen and (max-width: 490px){
  .image-wrapper-before:after{
    width: 5%;
  }
}

@media only screen and (max-width: 400px){
  .image-wrapper-before:after{
    width: 0;
  }
}

@media only screen and (max-width: 350px){
  .image-wrapper-before:after{
    width: 0;
  }
  
  .section--text-with-image .image-wrapper img{
    margin-left: 1rem;
    margin-right: 1rem;
    max-width: calc(100% - 2rem);
  }
}





/*search*/

.dropdown-search-form{
	/* display: none; */
	opacity: 0;
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	background-color: #fff;
	padding: 2rem;
	transform: translateY(-100%);
	transition: all 0.3s ease;
	z-index: 9999999999;
}

.search-form-inner{
	position: relative;
	max-width: 80rem;
	margin: 0 auto;
	padding: 0 1rem;
}

.search-form-container{
  position: relative;
}

@media only screen and (max-width: 640px){
    .search-form-inner{
        padding: 0;
    }
}

.dropdown-search-form.is-active{
	transform: translateY(0);
	opacity: 1;
	z-index: 99999999999;
}

.dropdown-search-form .button{
  position: absolute;
  right: 0;
  top: 0;
}

.btn--close-search{
  position: absolute;
  top: 0;
  right: 1rem;
  cursor: pointer;
}

.dropdown-search-form input[type="text"]{
  box-shadow: none;
}

.header-lower .text-right .menu li{
  white-space: nowrap;
}



/*mailchimp form*/

.section--newsletter #mc_embed_signup{
  background-color: transparent;
}

.section--newsletter #mc_embed_signup label{
  display: none;
}


.section--newsletter #mc_embed_signup .button{
    background-color: #B8DCCD;
    margin-left: 1rem;
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: bold;
    color: #fff;
    border-radius: 0px;
    font-size: 16px;
    height: 2.5rem;
}

.section--newsletter #mc_embed_signup .button:hover, 
.section--newsletter #mc_embed_signup .button:focus {
    color: #395A64;
    background-color: #fff;
}

.section--newsletter #mc_embed_signup input.email{
  box-shadow: none;
  border: none;
  border-radius: 0px;
  font-size: 16px;
  height: 2.5rem;
}

@media (max-width: 768px){
  .section--newsletter #mc_embed_signup .button{
    margin-left: 0;
    margin-top: 0.5rem;
  }
}


.section--gravity-form .gform_wrapper.gravity-theme .gfield{
  text-align: left;
}

.event-block-content .button{
  position: relative;
  z-index: 20;
}

.nvkForm {
    max-width: 50rem;
    margin: 0 auto;
}

.nvkForm h1,
.nvkForm p{
  text-align: center;
}

.nvkContent .nvkForm .form-control{
  border: 1px solid #cacaca;
  box-shadow: none;
  border-radius: 0px;
}

.nvkContent .nvkForm .form-control:focus{
  border: 1px solid #cacaca;
  box-shadow: none;
  border-radius: 0px;
}

body .nvkContent{
  background-color: #395A64;
  padding: 3rem 0 4rem 0;
}

body .nvkContent h1 img{
  display: none;
}

body .nvkContent h1,
body .nvkContent p,
body .nvkContent label{
  color: #fff;
}


body .nvkContent .nvkCustomHTML{
  padding-bottom: 2rem;
}

body .nvkContent .btn-default{
    background-color: transparent;
    color: #FFF!important;
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    border: 2px solid #FFF;
    padding: 0.5em 1em;
    transition: all 0.3s ease;
}

body .nvkContent .btn-default:hover,
body .nvkContent .btn-default:focus{
  background-color: #fff;
  color: #395A64!important;
  border: 2px solid #FFF;
}

body .nvkContent .nvkFormItem.nvkSubmitButton{
  text-align: center;
}


body .nvkContent p{
  padding: 0; 
}

.nvkFormItem.nvkCheckboxInput.checkbox label{
  font-weight: bold;
}

.nvkFormItem.nvkCheckboxInput.checkbox {
    padding-bottom: 1rem;
    font-weight: bold;
}

#envoke-form-popup{
  padding: 0;
  border: none;
  outline: none;
}


#envoke-form-popup .close-button{
  color: #fff;
}

.reveal.medium {
    width: 60%;
    max-width: 60rem;
}

@media only screen and (max-width: 640px){
  .reveal.medium {
    width: 100%;
    max-width: 80rem;
    background-color: #395A64;
  }
}

html.is-reveal-open {
    position: relative;
    top: 0!important;
}


.section--accordion h3 + .accordion{
  margin-top: 3rem;
}

.section--accordion .accordion-item{
  /*margin-bottom: 1rem;*/
  background: transparent;
  border: none;
}

.accordion-title:hover, 
.accordion-title:focus {
    background-color: transparent;
    border: none;
}

.section--accordion .accordion{
  background: transparent;
}

.accordion-content{
  background-color: transparent;
  border: none;
  padding-bottom: 2rem;
}
.accordion-content &gt; p:first-child {
  margin-top: 0;
}
.accordion-title{
  border-bottom: 0;
  font-size: 24px;
  line-height: 30px;
  color: #395A64;
  border: none;
  padding-right: 3.5rem;
}

:last-child &gt; .accordion-content:last-child {
    border: none;
}

:last-child:not(.is-active) &gt; .accordion-title{
   border: none;
}

a.accordion-title:hover, a.accordion-title:focus {
  color: #395A64;
}

.accordion-content *:last-child{
  margin-bottom: 0;
}

.accordion-title::before {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 1rem;
  height: 1.5rem;
  content: '+';
  line-height: 1;
}

.section--accordion .grid-container{
    max-width: 62rem;
    margin: 1rem auto;
    padding: 0 1rem;
}

.anchor-nav-sticky {
  position: sticky;
  top: 0;
  padding-top: 2rem;
  padding-bottom: 5rem;
}

.anchor-nav{
  list-style: none;
  margin: 0;
  padding: 0;
}

.anchor-nav li{
  padding-bottom: 1rem;
}

@media only screen and (max-width: 640px){
  .anchor-nav-sticky{
    display: none;
  }
  
  .button-group{
    flex-wrap: wrap;
    justify-content: center;
  }
  
  .button-group .button{
    margin-bottom: 1rem;
    margin-left: 0;
    margin-right: 0;
    max-width: 100%;
  }
  
  .button-group .button:last-child{
    margin-bottom: 0;
  }
  
  .wp-block-image{
    padding-left: 1rem;
    padding-right: 1rem;
  }
  
  .wp-block-image img{
    height: auto!important;
  }
  
  body.single main&gt;ul{
    padding-left: 2rem;
  }
  
}



/* ==========================================================================
  Updates June 2024
  ========================================================================== */

.anchor-nav-button{
  display: none;
}


.anchor-nav-close{
  display: none;
}

@media only screen and (max-width: 640px){
  .anchor-nav-sticky {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #F4F3F1;
    padding: 2rem;
    z-index: 99;
    transform: translateX(-100%);
  } 
  
  .anchor-nav-sticky.transition{
    transition: all 0.3s ease;
  }
  
  .anchor-nav-sticky.is-open {
    transform: translateX(0%);
  }
  
  .anchor-nav-button{
    display: inline-block;
    cursor: pointer;
    background: #395A64;
    padding: 0.5rem;
    box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.25);
    position: fixed;
    bottom: 1rem;
    left: 1rem;
    z-index: 98;
  }
  
  .anchor-nav-close{
    display: block;
    padding: 0.5rem;
    position: absolute;
    top: 1rem;
    right: 1rem;
    cursor: pointer;
  }
}



.wp-block-columns{
  max-width: 60rem;
  margin: 0 auto;
  padding: 4rem 0;
}

.wp-block-columns.alignwide{
  max-width: 80rem;
}

.wp-block-columns.alignfull{
  max-width: none;
}


.wp-block-columns{
  padding-left: 1rem;
  padding-right: 1rem;
}

.wp-block-columns iframe, 
.cell iframe{
  /*max-width: 100%;*/
}

.wp-block-columns .wp-block-column{
  overflow: auto;
}

ul.social-nav a img {
    height: 17px;
}

.template-content &gt; .wp-block-columns{
  padding-left: 0;
  padding-right: 0;
}

.template-content &gt; .section--team .grid-container{
  padding: 0;
}

.section.bg-dark{
  padding: 4rem 0;
  background-color: #395a64;
}

.section.bg-dark.section--callouts{
  padding-bottom: 3rem;
}

.section.bg-dark *{
  color: #fff;
}

.section.bg-dark + p,
.section.bg-dark + h1,
.section.bg-dark + h2,
.section.bg-dark + h3,
.section.bg-dark + h4,
.section.bg-dark + h5,
.section.bg-dark + h6,
.section.bg-dark + ul,
.section.bg-dark + ol{
  margin-top: 4rem;
}

.section.bg-dark + section{
  padding-top: 4rem;
}

.section.bg-dark a.accordion-title:hover, 
.section.bg-dark a.accordion-title:focus{
  color: #fff;
}

@media only screen and (max-width: 640px){
  .section.bg-dark{
    padding: 2rem 0;
    background-color: #395a64;
  }
  
  .section.bg-dark + p,
  .section.bg-dark + h1,
  .section.bg-dark + h2,
  .section.bg-dark + h3,
  .section.bg-dark + h4,
  .section.bg-dark + h5,
  .section.bg-dark + h6,
  .section.bg-dark + ul,
  .section.bg-dark + ol{
    margin-top: 2rem;
  }
  
  .section.bg-dark + section{
    padding-top: 2rem;
  }

}


.template-content iframe,
main &gt; iframe,
section iframe{
  max-width: 100%!important;
}

.wp-block-group.has-background{

}


.wp-block-group{
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.wp-block-group.alignfull{
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}


.wp-block-group.alignwide{
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
}


.wp-block-group__inner-container &gt; p,
.wp-block-group__inner-container &gt; h1,
.wp-block-group__inner-container &gt; h2,
.wp-block-group__inner-container &gt; h3,
.wp-block-group__inner-container &gt; h4,
.wp-block-group__inner-container &gt; h5,
.wp-block-group__inner-container &gt; h6,
.wp-block-group__inner-container &gt; ul,
.wp-block-group__inner-container &gt; ol,
.wp-block-group &gt; p,
.wp-block-group &gt; h1,
.wp-block-group &gt; h2,
.wp-block-group &gt; h3,
.wp-block-group &gt; h4,
.wp-block-group &gt; h5,
.wp-block-group &gt; h6,
.wp-block-group &gt; ul,
.wp-block-group &gt; ol{
  max-width: 60rem;
  margin: 1rem auto;
  padding: 0 1rem;
}



.has-green-color {
    color: #395a64;
}
.has-green-background-color {
    background-color: #395a64;
}


.has-black-color {
    color: #000000;
}
.has-black-background-color {
    background-color: #000000;
}


.has-white-color {
    color: #FFFFFF;
}
.has-white-background-color {
    background-color: #FFFFFF;
}


.wp-block-group.has-white-color *{
  color: #fff;
}


.section--impact .video-bg {
    height: 100%;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 3;
}


.section--impact .video-bg video {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.section--impact-full-screen{
  min-height: calc(100vh - 157px);
  display: flex;
  align-items: center;
}


.page-template-template-simple-header-anchor-nav .section--impact-full-screen,
.page-template-template-simple-header .section--impact-full-screen{
  min-height: calc(100vh - 87px);
}

.section--quote-slider{
  margin: 0;
  padding: 4rem 0;
}

.quote-slide{
  padding: 0 1rem;
}

.section--quote-slider .grid-container{
  max-width: 85rem;
}

.section--quote-slider ul.slick-dots{
  bottom: -2rem;
}

.section--quote-slider ul.slick-dots li{
  border-color: #395a64;
}

.section--quote-slider ul.slick-dots li.slick-active{
  background-color: #395a64;
}


.footer-flex-social{
  display: flex;
  justify-content: space-between;
  padding-bottom: 2rem;
  align-items: center;
}

.site-footer .social-nav{
  margin-top: 0;
}

@media only screen and (max-width: 640px){
  .wp-block-columns {
      max-width: 60rem;
      margin: 0 auto;
      padding: 2rem 1rem;
  }
  
  .wp-block-columns + .wp-block-columns{
    padding-top: 0;
  }
  
  :where(.wp-block-columns.is-layout-flex) {
    gap: 1em;
  }
  
}</pre></body></html>