/**
 * style.css
 *
 * Theme Name:  CIAC
 * Theme URI:   http://www.machine-agency.com
 * Author:      Machine
 * Author URI:  http://www.machine-agency.com
 * Description: Custom Theme
 * 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
    ========================================================================== */
    
@import url('https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;500;600;700&family=Work+Sans:wght@300;400;500;600;700&display=swap');

/*
Fonts
font-family: 'Space Grotesk', sans-serif;
font-family: 'Work Sans', sans-serif;
*/

body {
    color: #292929;
    background-color: #FFF;
    font-family: 'Work Sans', sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

section{
   padding: 4rem 0;
}

section + section:not(.retain-top-padding){
   padding-top: 0;
}

.grid-container.narrow{
    max-width: 60rem;
}

.bg-blue{
    background: #006E9F;
}

.bg-blue-2{
    background: #00A8CF;
}

.bg-blue-3{
    background: #4C6578;
}

.bg-green{
    background: #00A850;
}

.bg-dark-blue{
    background: #2C343D;
}

.bg-light-blue{
    background: #E5EFF8;
}

.bg-light-grey{
    background: #F7F7F7;
}

.bg-light-green{
    background: #EBF5E4;
}



.section-title{
    margin-bottom: 2rem;
    text-align: center;
}

.blue-text{
    color: #006E9F;
}

.light-blue-text{
    color: #00A8CF;
}

.white-text{
    color: #fff;
}

::-webkit-input-placeholder { /* Edge */
  color: #00A8CF;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #00A8CF;
}

::placeholder {
  color: #00A8CF;
}


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


h1 {
    font-family: 'Space Grotesk', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 56px;
    line-height: 71px;
    text-align: center;
    letter-spacing: 0.01em;
    margin-bottom: 1rem;
    color: #292929;
}

h2 {
    font-family: 'Space Grotesk', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 44px;
    line-height: 56px;
    margin-bottom: 1rem;
    color: #292929;
}

h3 {
    font-family: 'Space Grotesk', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 32px;
    line-height: 41px;
    margin-bottom: 1rem;
    color: #292929;
}

h4 {
    font-family: 'Space Grotesk', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 28px;
    line-height: 36px;
    letter-spacing: 0.05em;
    margin-bottom: 1rem;
    color: #292929;
}

h5 {
    font-family: 'Space Grotesk', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 31px;
    margin-bottom: 1rem;
    color: #292929;
}

h6 {
    font-family: 'Space Grotesk', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 31px;
    margin-bottom: 1rem;
    color: #292929;
}

h1.bold,
h1 b,
h1 strong,
h2.bold,
h2 b,
h2 strong,
h3.bold,
h3 b,
h3 strong,
h4.bold,
h4 b,
h4 strong,
h5.bold,
h5 b,
h5 strong,
h6.bold,
h6 b,
h6 strong{
    font-family: 'Space Grotesk', sans-serif;
    font-style: normal;
    font-weight: bold;
}

.caps{
    text-transform: uppercase;
}

p {
    font-family: 'Work Sans', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 28px;
    color: #292929;
    margin-bottom: 1rem;
}

main ul li,
main ol li{
    font-family: 'Work Sans', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 28px;
    color: #292929;
    margin-bottom: 1rem;
}

p.bold,
p.large.bold{
    font-weight: bold;
}

p.large,
a.large{
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 30px;
}

div.large-text > p{
    font-size: 24px;
    line-height: 30px;
}

.text-block-text.large > p{
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 30px;
}

.text-block-text.large > p.bold{
    font-weight: bold;
}

.main a{
    font-family: 'Work Sans', sans-serif;
}

.text-block-text > p:last-child{
    margin-bottom: 0;
}

main > h1,
main > h2,
main > h3,
main > h4,
main > h5,
main > h6,
main > ul,
main > ol,
main > p,
main > .wp-block-buttons,
main > .wp-block-columns{
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
    max-width: 75rem;
    margin-left: auto;
    margin-right: auto;
}

main > h1:first-child,
main > h2:first-child,
main > h3:first-child,
main > h4:first-child,
main > h5:first-child,
main > h6:first-child,
main > ul:first-child,
main > ol:first-child,
main > p:first-child,
main > .wp-block-buttons:first-child,
main > .wp-block-columns:first-child{
    margin-top: 4rem;
}

main > h1:last-child,
main > h2:last-child,
main > h3:last-child,
main > h4:last-child,
main > h5:last-child,
main > h6:last-child,
main > ul:last-child,
main > ol:last-child,
main > p:last-child,
main > .wp-block-buttons:last-child,
main > .wp-block-columns:last-child{
    margin-bottom: 4rem;
}

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

.site-header{
    position: relative;
    z-index: 99;
}

.top-header{
    background: #00A8CF;
    padding: 1rem 0;
}

.main-header{
    background: #E5EFF8;
    /*padding: 1rem 0;*/
}

ul.social-nav{
    display: flex;
    align-items: center;
    list-style: none;
    margin: 0;
}

ul.social-nav li{
    padding: 0 0.5rem;
}

.header-right-flex{
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.site-header .top-header .menu a{
    font-family: 'Space Grotesk', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 12px;
    line-height: 15px;
    letter-spacing: 0.02em;
    color: #FFFFFF;
    padding: 0.5rem;
}

.site-header .top-header .menu a:hover,
.site-header .top-header .menu a:focus{
    color: #fff;
    opacity: 0.75;
}

.header-search{
    padding-left: 0.5rem;
}

.main-header .menu a{
    font-family: 'Space Grotesk', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.02em;
    color: #292929;
    text-align: left;
}
.main-header .menu a:hover{
    color: #00A8CF;
}


.mobile-menu-toggle{
    display: none;
}

.site-header .menu a:hover.
.site-header .menu .is-active > a{
    color: #00A8CF;
}

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

.menu-close{
    display: none;
}

@media only screen and (max-width: 1175px){
    .site-header .dropdown.menu > li > a {
        padding-left: 0.25rem;
    }
    
    .main-header .menu a{
        font-size: 15px;
    }
}

@media only screen and (max-width: 1024px){
    
    .main-header{
        /*padding: 2rem 0;*/
    }
    
    .menu-close{
        display: block;
        position: absolute;
        top: 1rem;
        right: 1rem;
        cursor: pointer;
        z-index: 99;
    }
    
    .header-menu-wrapper{
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 99;
        background-color: #E5EFF8;
        transform: translateX(100%);
    }
    
    .drilldown .is-drilldown-submenu.is-active{
        padding-bottom: 2rem;
        margin-top: 4rem;
    }
    
    .drilldown.align-right .is-drilldown-submenu-parent > a::after{
            display: block;
            width: 0;
            height: 0;
            border: inset 6px;
            content: '';
            border-right-width: 0;
            border-left-style: solid;
            border-color: transparent transparent transparent #00A8CF;
            right: 1rem;
            left: auto;
    }
    
    ul.menu.align-right.drilldown li{
        position: static;
    }
    
    .drilldown a{
        background-color: #E5EFF8;
    }
    
    .drilldown .is-drilldown-submenu{
        background-color: #E5EFF8;
    }
    
    .header-menu-wrapper.transition{
        transition: all 0.3s ease;
    }
    
    ul.menu.align-right.drilldown{
        display: block;
    }
    
    ul.menu.align-right.drilldown *{
        justify-content: flex-start;
    }
    
    ul.menu.align-right.drilldown li{
        display: block;
    }
    
    ul.is-drilldown,
    ul.menu.align-right.drilldown{
        /*min-height: 300px!important;*/
    }
    
    ul.menu.align-right.drilldown {
        display: block;
        overflow: auto;
        padding-top: 4rem;
        height: 100vh;
    }
    
    .is-drilldown{overflow:visible !important}
    
    .header-menu-wrapper.is-open{
        transform: translateX(0%);
        overflow: hidden;
    }
    
    .mobile-menu-toggle{
        display: block;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 1rem;
        margin: auto;
        cursor: pointer;
    }
    
    .main-header{
        position: relative;
    }
    
    .site-logo{
        max-width: 200px;
    }
}

@media only screen and (max-width: 640px){
    .site-logo{
        max-width: 100%;
    }
    
    .top-header ul.social-nav li {
        padding: 0 0.25rem;
    }
}

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

.site-footer{
    background: #2C343D;
    padding-top: 4rem;
}

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

.footer-menu ul{
    display: block;
}

.footer-menu > li > a{
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 31px;
    color: #FFFFFF;
    font-family: 'Space Grotesk', sans-serif;
    padding: 0.5rem 0 1rem 0.5rem;
}


.footer-menu ul > li > a{
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 24px;
    color: #FFFFFF;
    font-family: 'Work Sans', sans-serif;
    padding: 0 0.5rem;
    max-width: 200px;
}

.footer-menu ul > li > a.button,
.footer-menu ul > li.button{
    margin-top: 1rem;
    margin-left: 0.7rem;
    margin-right: 0.7rem;
}

.footer-menu{
    padding: 4rem 0;
}

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

.sub-footer{
    background: #96C93D;
    padding: 1rem 0;
}

.copyright-info{
    background: #292929;
    padding: 1rem 0;
}

.sub-footer *,
.copyright-info *{
    color: #fff;
}

.copyright-info p,
.copyright-info a{
    margin: 0;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.03em;
}

.sub-footer .sub-footer-flex > a{
    margin-right: 2rem;
}

.sub-footer .sub-footer-flex > a > img{
    margin-right: 1rem;
}

.copyright-info .sub-footer-flex > a{
    margin-right: 0;
    margin-left: 2rem;
}

.copyright-info .sub-footer-flex > a:hover,
.copyright-info .sub-footer-flex > a:focus{
    color: #fff;
}

.sub-footer a{
    font-weight: bold;
    font-size: 20px;
    line-height: 28px;
}

.sub-footer a:hover,
.sub-footer a:focus{
    color: #fff;
}

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

.button{
    font-family: 'Space Grotesk', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0.21em;
    text-transform: uppercase;
    background-color: #fff;
    color: #006E9F;
    margin: 0;
    border: 2px solid #FFFFFF;
}

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

input[type="submit"].button{
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0.21em;
    padding: 0.85em 1em;
}

.input-group-field{
    padding: 0.85em 1em;
    height: auto;
}

.button.button-white-outline{
    border: 2px solid #FFFFFF;
    color: #fff;
    background-color: transparent;
}

.button.button-white-outline:hover,
.button.button-white-outline:focus{
    background-color: #fff;
    color: #292929;
}

.button.button-blue-outline{
    border: 2px solid #00A8CF;
    color: #fff;
    background-color: transparent;
}

.button-blue-outline.blue-text{
    color: #00A8CF;
}

.button.button-blue-outline:hover,
.button.button-blue-outline:focus{
    background-color: #fff;
    color: #00A8CF;
}

.button.button-blue-outline.blue-text:hover,
.button.button-blue-outline.blue-text:focus{
    background-color:#00A8CF;
    color: #fff;
}

.button-green{
    background-color: #96C93D;
    border: 2px solid #96C93D;
    color: #fff;
}

.button-green:hover,
.button-green:focus{
    background-color: transparent;
    color: #96C93D;
}

.button-blue{
    background-color: #00A8CF;
    border: 2px solid #00A8CF;
    color: #fff;
}

.button-blue:hover,
.button-blue:focus{
    background-color: transparent;
    color: #00A8CF;
}

.button-blue-2{
    background-color: #006E9F;
    border: 2px solid #006E9F;
    color: #fff;
}

.button-blue-2:hover,
.button-blue-2:focus{
    background-color: transparent;
    color: #006E9F;
}

.button-dark-blue{
    background-color: #2C343D;
    border: 2px solid #2C343D;
    color: #fff;
}

.button-dark-blue:hover,
.button-dark-blue:focus{
    background-color: #fff;
    color: #2C343D;
}

.resource-type-nav .button-dark-blue.is-active,
.resource-type-nav .button-dark-blue.is-active{
    background-color: #fff;
    color: #2C343D;
}

.arrow-link{
    font-family: 'Space Grotesk', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 31px;
    color: #292929;
    padding-right: 3rem;
    background-image: url(img/arrow.svg);
    background-position: 100% center;
    background-repeat: no-repeat;
    transition: all 0.3s ease;
}

.arrow-link:hover,
.arrow-link:focus{
    color: #00A8CF;
}

.arrow-link--large-white{
    font-family: 'Space Grotesk', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 28px;
    line-height: 36px;
    letter-spacing: 0.05em;
    text-transform: uppercase;  
    padding-right: 3rem;
    background-image: url(img/arrow-green.svg);
    background-position: 100% center;
    background-repeat: no-repeat;
    transition: all 0.3s ease;
    color: #fff;
}

.arrow-link--large-white:hover,
.arrow-link--large-white:focus{
    color: #fff;
}

.button-group .button{
    margin-left: 0.5rem;
    margin-right: 0.5rem;
}

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

p.post-date{
    font-family: 'Space Grotesk', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 31px;
}

.abs-image{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.abs-image-wrapper{
    position: relative;
    height: 100%;
    width: 100%;
}

.text-with-image-text{
    padding: 4rem;
}

.section--text-with-image .grid-container{
    padding: 0;
}

.section--text-with-image{
    padding: 0;
}

.section--twitter h3{
    color: #fff;
}

.tweet-inner{
    background: #FFFFFF;
    border-radius: 30px;
    padding: 2rem;
    margin-bottom: 2rem;
}

.tweet-inner p{
    margin: 0;
}

.tweet-header{
    display: flex;
    position: relative;
}

.tweet-author{
    padding-left: 1rem;
}

.twitter-icon{
    position: absolute;
    top: 0;
    right: 0;
}

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

.section--latest-news .cell{
    padding-bottom: 2rem;
}

.section--latest-news .news-block{
    background-color: #fff;
    padding: 1rem;
}

.section--latest-news{
    padding-bottom: 2rem;
}

.section--newsletter.bg-blue h3,
.section--newsletter.bg-blue p{
    color: #fff;
}

.section--newsletter .grid-container{
    max-width: 50rem;
}

.section--text-with-image.white-text *:not(.button){
    color: #fff;
}

.section--text-block p:last-child{
    margin-bottom: 0;
}

.section--impact{
    position: relative;
    overflow: hidden;
}

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

.impact-overlay{
    background: rgba(44, 52, 61, 0.6);
    opacity: 0.6;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
}

.section--impact .grid-container{
    position: relative;
    z-index: 3;
}

.section--impact h1{
    font-family: 'Space Grotesk', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 56px;
    line-height: 71px;
    text-align: center;
    letter-spacing: 0.01em;
    color: #FFFFFF;
}

.section--impact .grid-container{
    max-width: 60rem;
}

.section--impact{
    padding: 10rem 0;
}

h3.highlight-number{
    font-family: 'Space Grotesk', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 60px;
    line-height: 77px;
}

.callout-inner{
    display: flex;
    flex-direction: column;
    height: 100%;
}

.callout-inner > .callout-content{
    flex: 1;
}

.dotted-link{
    font-family: 'Work Sans', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 28px;
}

.callout-inner .dotted-link{
    color: #fff;
    border-bottom: 2px dashed #96C93D;
    padding-bottom: 0.5rem;
    align-self: center;
}

.numbers-inner,
.principles-inner{
    border-right: 2px solid #00A8CF;
    padding: 1rem 1.55rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    height: 100%;
}

.cell:last-child .numbers-inner{
    border-right: none;
}

.numbers-inner p.large{
    font-family: 'Space Grotesk', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 32px;
    line-height: 41px;
    text-align: center;
}

.section--by-the-numbers .grid-container:not(.fluid){
    max-width: 90rem;
}

.numbers-inner img{
    height: 6rem;
}

.section--twitter .button{
    margin-top: 1rem;
}

.input-group-button{
    margin-left: 1rem;
}

[type='text'], [type='password'], [type='date'], [type='datetime'], [type='datetime-local'], [type='month'], [type='week'], [type='email'], [type='number'], [type='search'], [type='tel'], [type='time'], [type='url'], [type='color'], textarea{
    border: none;
    box-shadow: none;
    background: #E5EFF8;
}

.section--newsletter form{
    margin-top: 2rem;
}

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

[type='text']:focus, [type='password']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='week']:focus, [type='email']:focus, [type='number']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='url']:focus, [type='color']:focus, textarea:focus{
    border: none;
    box-shadow: none;
    background: #E5EFF8;
}

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

.section--by-the-numbers.full-width{
    padding: 0;
}

.section--by-the-numbers.full-width .grid-container{
    padding: 0;
}

.section--by-the-numbers.full-width .numbers-inner{
    border: none;
    padding: 2rem 1rem;
}

.numbers-inner p:last-child{
    margin-bottom: 0;
}

.section--by-the-numbers.full-width *{
    color: #fff;
}

.horizontal-info-graphic{
    display: flex;
    align-items: center;
}

.infographic-text{
    padding-left: 2rem;
    padding-right: 1rem;
    width: 100%;
}

.infographic-text *{
    color: #fff;
}

.section--infographics .cell:first-child .infographic-text{
    border-right: 2px solid #fff;
}

.section--infographics .cell:last-child img{
    padding-left: 1rem;
}

.infographic-text .num{
    font-family: 'Space Grotesk', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 74px;
    line-height: 94px;
}

.infographic-text .stat{
    font-family: 'Space Grotesk', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 44px;
    line-height: 56px;
}

p.large + h3.highlight-number{
    margin-top: 0;
}

.numbers-inner > img + p.large{
    margin-top: 1rem;
}

.section--by-the-numbers.full-width h3.highlight-number{
    margin-top: 0;
}

.text-grid-inner{
    text-align: center;
    height: 100%;
    padding: 2rem;
}

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

.section--text-grid .cell{
    padding-bottom: 2rem;
}

.section--text-grid{
    padding-bottom: 2rem;
}

.section--text-block p + .button-row{
    margin-top: 2rem;
}

.text-grid-inner.white-text *{
    color: #fff!important;
}

.text-grid-inner p:last-child{
    margin-bottom: 0;
}

.section--why-join *:not(.button){
    color: #fff;
}

.section--why-join a:not(.button){
    color: #fff;
    font-weight: bold;
}

.section--why-join a:not(.button):hover,
.section--why-join a:not(.button):focus{
    color: #fff;
    opacity: 0.75;
}

.section--why-join .arrow-link--large-white{
    margin-bottom: 2rem;
    display: inline-block;
}

.why-join-grid{
    padding-bottom: 4rem;
}

.section--why-join .section-title{
    margin-bottom: 4rem;
}

.text-box{
    border: 4px solid #00A8CF;
    padding: 2rem;
    text-align: center;
}

.section--impact h1.dark{
    color: #292929;
}

.section--impact h1.text-left{
    text-align: left;
}

.section--impact.smaller-impact{
    padding-bottom: 2rem;
}

.section--impact.less-padding{
    padding: 4rem 0;
}

.section--impact .grid-container.text-left{
    max-width: 75rem;
}

.section--impact .grid-container img + h1{
    margin-top: 1rem;
}

.image-callout{
    position: relative;
}

.image-callout-image{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.image-callout-overlay{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    background: #2C343D;
    opacity: 0.6;
}

.image-callout-overlay.bg-blue{
    background: #006E9F;
}

.image-callout-overlay.bg-blue-2{
    background: #4C6578;
}

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

.image-callout h3{
    position: relative;
    z-index: 10;
}

.image-callout{
    text-align: center;
    padding: 8rem 2rem;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
}

.section--image-callouts .grid-container{
    padding: 0;
}

.section--image-callouts{
    padding-bottom: 0;
}

.image-callout-image,
.image-callout-overlay{
    transition: all 0.3s ease;
}

.image-callout:hover .image-callout-image{
    transform: scale(1.05);
}

.image-callout:hover .image-callout-overlay{
    opacity: 0.35;
}

.image-callout h3{
    max-width: 300px;
    margin: 0 auto;
    text-align: center;
}

.callout-content > img,
.numbers-inner > img{
    margin-bottom: 1rem;
}

.text-box .button{
    margin-top: 2rem;
}

.section--quotes h5{
    color: #fff;
}

.quote-inner{
    padding: 2rem;
}

.quote-inner h5:last-child{
    margin-bottom: 0;
}

.section--quotes .cell:first-child .quote-inner{
    border-right: 5px solid #96C93D;
}

.section--related-resources *{
    color: #fff;
}

.related-resources-grid{
    margin-top: 2rem;
}

.text-grid-inner a:not(.abs-link){
    color: #292929;
    display: block;
    margin-bottom: 0.5rem;
    white-space: nowrap;
}

.text-grid-inner a:last-child{
    margin-bottom: 0;
}

.text-grid-inner a:hover,
.text-grid-inner a:focus{
    color: #292929;
    text-decoration: underline;
}

.text-grid-inner a img{
    margin-right: 0.5rem;
}

.text-grid-inner p.name{
    margin: 0;
}



.section--principles.full-width,
.section--text-grid--fluid.full-width{
    padding: 0;
}

.section--principles.full-width .grid-container,
.section--text-grid--fluid.full-width .grid-container{
    padding: 0;
}

.section--principles.full-width .principles-inner,
.section--text-grid--fluid.full-width .text-grid-inner{
    border: none;
    padding: 2rem 1rem;
}

.principles-inner p:last-child{
    margin-bottom: 0;
}

/*.section--principles.full-width *:not(.section-title),*/
/*.section--text-grid--fluid.full-width *:not(.section-title){*/
/*    color: #fff;*/
/*}*/

.section--principles.full-width .section-title,
.section--text-grid--fluid.full-width .section-title{
    color: #292929;
}

.principles-inner img + p,
.text-grid-inner img + p{
    margin-top: 1rem;
}

.impact-overlay.bg-blue-2{
    background: #00A8CF;
}

.circle-number{
    background: #006E9F;
    font-family: 'Space Grotesk', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 26px;
    letter-spacing: 0.05em;
    border-radius: 100%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    margin: 2rem auto;
    color: #fff;
}

.text-grid-inner{
    position: relative;
}

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

.staff-block img{
    margin-bottom: 1rem;
}

.staff-block h5{
    margin-bottom: 0.5rem;
}

.section--staff .cell.medium-4{
    padding-bottom: 2rem;
}

a.arrow-dropdown{
    font-family: 'Space Grotesk', sans-serif;
    color: #292929;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    position: relative;
    padding-right: 1rem;
}

a.arrow-dropdown::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #96C93D transparent transparent;
    right: 5px;
    left: auto;
    margin-top: -3px;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

a.arrow-dropdown:hover,
a.arrow-dropdown:focus{
    color: #292929;
}

.staff-grid-titles{
    padding-bottom: 2rem;
}

.staff-grid-titles h3{
    margin: 0;
}

.resource-type-nav{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
}

.resource-type-nav .button-group.full{
    width: 100%;
    text-align: center;
    padding-top: 2rem;
}

.resource-type-nav .button-group.full .button{
    margin-bottom: 0.5rem;
}

.resource-type-nav select{
    max-width: 80%;
}

.resource-type-nav h3{
    margin-right: 1rem;
    margin-bottom: 0;
}

.resource-type-nav .button-group{
    display: block;
    margin: 0;
    width: auto;
    flex-grow: inherit;
}

.button-blue:hover img{
    filter: brightness(0);
}

.resource-search-input-form{
    margin-top: 2rem;
    margin-left: auto;
    margin-right: auto;
    max-width: 40rem;
}

.resource-search-input-form img{
  width: 24px;  
}

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

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

.resource-search-input-form input[type="text"]{
    background: #F7F7F7;
}

.text-grid-inner a.category-link,
a.category-link{
    font-family: 'Space Grotesk', sans-serif;
    background: #fff;
    padding: 0.5rem;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 23px;
    display: inline-block;
    margin-bottom: 1rem;
    white-space: normal;
}

.news-block.horizontal{
    display: flex;
}

.news-block.horizontal .news-block-image{
    width: 40%;
}

.news-block.horizontal .text-grid-inner{
    width: 60%;
}

.news-block.horizontal .text-grid-inner .category-link,
.news-block.vertical .text-grid-inner .category-link{
    margin-bottom: 0;
    margin-top: 1rem;
}

.news-block.horizontal .text-grid-inner a.arrow-link{
    width: auto;
    display: inline-block;
}

.news-block.vertical .news-block-image{
    padding: 9.5rem 0;
}

.news-block.vertical{
    height: 100%;
    background: #E5EFF8;
}


.news-block.vertical .text-grid-inner{
    height: auto;
}

.section--news .cell{
    padding-bottom: 2rem;
}

.section--news {
    padding-bottom: 2rem;
}

.vertical-stack-news .news-block{
    margin-bottom: 2rem;
}

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

.text-image-block--image{
    height: 100%;
}

.text-image-block--text{
    padding: 2rem;
    min-height: 25rem;
}

.section--text-grid .staff-grid-titles .cell{
    padding-bottom: 0;
}

.section--newsletter input[type="email"]{
    font-size: 24px;
    line-height: 24px;
}



.hero-feature-background-video {
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 2;
}

.news-block{
    cursor: pointer;
}

.news-block,
.news-block *{
    transition: all 0.3s ease;
}

.news-block:hover .bg-light-blue,
.news-block.vertical:hover .bg-light-blue,
.news-block.horizontal:hover .bg-light-blue{
    background: #00A8CF;
}

.section--events .news-block:hover *:not(.category-link),
.section--news .news-block:hover *:not(.category-link),
.section--resources .news-block:hover *:not(.category-link){
    color: #fff;
}

.section--events .news-block:hover .arrow-link,
.section--news .news-block:hover .arrow-link,
.section--resource-grid .text-grid-inner:hover .arrow-link{
    background-image: url(img/arrow-white.svg);
}

.section--resource-grid .text-grid-inner:hover{
    background: #00A8CF;
}

.section--resource-grid .text-grid-inner:hover  *:not(.category-link){
    color: #fff;
}

.section--resource-grid .text-grid-inner *,
.section--resource-grid .text-grid-inner{
    transition: all 0.3s ease;
}

.dropdown.menu > li.opens-left > .is-dropdown-submenu,
.dropdown.menu.align-right .is-dropdown-submenu.first-sub{
    right: auto!important;
    left: 0!important;
}

.dropdown.menu > li.opens-left:last-child > .is-dropdown-submenu{
    left: auto!important;
    right: 0!important;
}

.reveal button.close-button{
    background: #00A8CF;
    border: 4px solid #FFFFFF;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 55px;
    height: 55px;
    position: absolute;
    top: -1rem;
    right: -1rem;
}

.reveal button.close-button span{
    font-size: 40px;
    color: #fff;
    
}


.reveal{
    overflow: visible;
    background: #F7F7F7;
    border: none;
}

html.is-reveal-open main{
    filter:blur(10px);
}

.reveal-overlay{
    background-color: transparent;
}

.reveal.large{
    max-width: 60rem;
}

.resource-type-nav .button{
    font-family: 'Space Grotesk', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 31px;
    letter-spacing: 0px;
    text-transform: none;
}

.text-grid-inner img + h4{
    margin-top: 1rem;
}

.section--text-with-image--plain .button{
    margin-top: 0.5rem;
}

.section--why-join .button-group {
    margin-bottom: 3rem;
}

.text-grid-inner p.address{
    margin-top: 1rem;
}

.news-block.vertical:hover{
    background: #00A8CF;
}

.news-block.vertical {
    height: 50%;
}

.vertical-stack-news{
    /*height: calc(100% - 2rem);*/
}

.cell > .news-block.vertical{
    height: 100%;
}

.text-with-image-text > img {
    margin-bottom: 2rem;
    max-width: 300px;
}

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


.section--related-resources a:hover,
.section--related-resources a:focus{
    color: #fff;
    text-decoration: underline;
}

.download-report-button{
    margin-top: 1rem;
}

.section--text-image-block .logo-group{
    display: flex;
    flex-wrap: wrap;
    margin: 2rem 0;
}
.section--text-image-block .logo-group img{
    margin-right: 1rem;
    max-width: 250px;
}

.section--text-image-block .logo-group:last-child{
    margin-bottom: 0;
}

.section--newsletter label,
.section--newsletter legend{
    display: block;
    padding: 0;
    text-align: left;
    color: #fff;
}

.section--text-box.smaller-text p.large + .button{
    margin-top: 1rem;
}


body .section--newsletter .gform_wrapper.gravity-theme input[type=color], 
body .section--newsletter .gform_wrapper.gravity-theme input[type=date], 
body .section--newsletter .gform_wrapper.gravity-theme input[type=datetime-local], 
body .section--newsletter .gform_wrapper.gravity-theme input[type=datetime], 
body .section--newsletter .gform_wrapper.gravity-theme input[type=email], 
body .section--newsletter .gform_wrapper.gravity-theme input[type=month], 
body .section--newsletter .gform_wrapper.gravity-theme input[type=number], 
body .section--newsletter .gform_wrapper.gravity-theme input[type=password], 
body .section--newsletter .gform_wrapper.gravity-theme input[type=search], 
body .section--newsletter .gform_wrapper.gravity-theme input[type=tel], 
body .section--newsletter .gform_wrapper.gravity-theme input[type=text], 
body .section--newsletter .gform_wrapper.gravity-theme input[type=time], 
body .section--newsletter .gform_wrapper.gravity-theme input[type=url], 
body .section--newsletter .gform_wrapper.gravity-theme input[type=week], 
body .section--newsletter .gform_wrapper.gravity-theme select, 
body .section--newsletter .gform_wrapper.gravity-theme textarea{
    font-family: 'Space Grotesk', sans-serif;
    font-size: 24px;
    line-height: 24px!important;
    border: none;
    box-shadow: none;
    background: #E5EFF8;
    padding: 0.85em 1em;
    height: auto;
    min-height: auto!important;
}

form#gform_1{
    display: flex;
    width: 100%;
}

form#gform_1 .gform_body{
    width: 70%;
    margin: 0;
    padding: 0;
}

form#gform_1 .gform_footer{
    width: 30%;
    margin: 0;
    padding: 0;
    align-self: flex-start;
}

form#gform_1 .gform_footer button{
    margin: 0;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0.21em;
    padding: 1.3em 1em;
    width: calc(100% - 1rem);
    margin-left: 1rem;
}

form#gform_1 fieldset#field_1_2{
    display: flex;
}

form#gform_1 fieldset#field_1_2 input[type="radio"]{
    margin: 0;
}

form#gform_1 fieldset#field_1_2 .gfield_label{
    float: left;
    margin-right: 1rem;
}

form#gform_1 fieldset#field_1_2 .ginput_container_radio .gfield_radio{
    display: flex;
}


form#gform_5{
    display: flex;
    width: 100%;
}

form#gform_5 .gform_body{
    width: 70%;
    margin: 0;
    padding: 0;
}

form#gform_5 .gform_footer{
    width: 30%;
    margin: 0;
    padding: 0;
    align-self: flex-start;
}

form#gform_5 .gform_footer button{
    margin: 0;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0.21em;
    padding: 1.3em 1em;
    width: calc(100% - 1rem);
    margin-left: 1rem;
}

form#gform_5 fieldset#field_5_2{
    display: flex;
}

form#gform_5 fieldset#field_5_2 input[type="radio"]{
    margin: 0;
}

form#gform_5 fieldset#field_5_2 .gfield_label{
    float: left;
    margin-right: 1rem;
}

form#gform_5 fieldset#field_5_2 .ginput_container_radio .gfield_radio{
    display: flex;
}


.section--newsletter .gform_footer button{
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0.21em;
    padding: 1.3em 1em;
}

.section--newsletter .gform_confirmation_message{
    padding-top: 2rem;
    color: #fff;
    font-family: 'Work Sans', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 28px;
}

.section--newsletter .gfield_validation_message{
    margin-top: 0!important;
}

.section--newsletter .gform_validation_errors{
    margin-top: 2rem!important;
}

body img.gform_ajax_spinner {
    display: none !important;
}

.text-with-image-text a:not(.button){
    text-decoration: underline;
}

.text-with-image-text a:not(.button):hover,
.text-with-image-text a:not(.button):focus{
    text-decoration: none;
}

.text-block-text > .wp-caption.alignleft,
.text-block-text > p > img.alignleft{
    float: left;
    padding-right: 2rem;
    padding-bottom: 1rem;
}

.text-block-text > .wp-caption.alignright,
.text-block-text > p > img.alignright{
    float: right;
    padding-left: 2rem;
    padding-bottom: 1rem;
}

.text-block-text > p > img.aligncenter{
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.simple-fade{
    opacity: 0;
}

.section--quotes .cell:not(.medium-6) .quote-inner{
    padding-left: 0;
}

.section--quotes .cell.medium-6:first-child .quote-inner{
    padding-left: 0;
}

.section--quotes .cell.medium-6:last-child .quote-inner{
    padding-right: 0;
}

.section--text-image-block .arrow-link{
    margin-right: 1rem;
}

.button-row .button{
    margin-right: 1rem;
    margin-bottom: 1rem;
}

.team-image{
    padding: 12rem 0;
    margin-bottom: 1rem;
}



.letter-filters{
    margin-bottom: 1rem;
}
.letter-filter {
    display: inline-block;
    border: 1px solid #fff;
    padding: 0.25rem 0.5rem;
}
.letter-filter.is-active,
.letter-filter:hover{
    font-weight: bold;
    border-color: #00A8CF;
}

ul.member-list {
    list-style: none;
    padding: 0;
    margin: 0 -0.5rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

ul.member-list li {
    padding: 0.5rem;
    border: 1px solid #00A8CF;
    width: calc(25% - 1rem);
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0.5rem;
    transition: all 0.3s ease;
}

ul.member-list li a{
    transition: all 0.3s ease;
}

ul.member-list li:hover{
    background-color: #00A8CF;
    color: #fff;
}

ul.member-list li:hover a{
    color: #fff;
}

.select-news-cat{
    margin: 0;
}

/* ==========================================================================
    Responsive
    ========================================================================== */
@media only screen and (max-width: 1300px){
 .section--text-image-block .logo-group img{
    margin-bottom: 1rem;
 }   
}

@media only screen and (max-width: 1024px){
    .footer-menu > li{
        width: 50%;
    }
}

@media only screen and (max-width: 640px){
    
    ul.member-list li {
        width: calc(50% - 1rem);
    }
    .section--text-image-block .arrow-link{
        display: block;
        margin-top: 1rem;
    }
    .reveal{
        overflow: auto;
    }
    
    .reveal button.close-button{
        top: 0.5rem;
        right: 0.5rem;
    }
    
    .reveal .cell img{
        display: block;
        margin: 2rem auto;
    }
    
    .text-image-block--text{
        min-height: inherit;
    }
    
    .text-image-block--image{
        padding: 6rem 0;
    }
    
    .footer-menu > li{
        width: 100%;
    }
    
    .footer-menu{
        display: block;
    }
    
    .footer-menu > li > a{
            padding: 1rem 0 1rem 0.5rem;
    }
    
    .footer-menu {
        padding: 1rem 0 2rem 0;
    }
    
    .sub-footer-flex{
        display: block;
        text-align: center;
    }
    
    .sub-footer .sub-footer-flex > a {
        margin-right: 0.5rem;
        margin-left: 0.5rem;
    }
    
    .sub-footer .social-nav{
        justify-content: center;
        padding-top: 0.5rem;
    }
    
    .copyright-info .sub-footer-flex > a {
        margin-right: 0;
        margin-left: 0;
        margin-top: 1rem;
        display: inline-block;
    }
    
    .numbers-inner{
        border-right: none;
    }
    
    .section--impact {
        padding: 5rem 0;
    }
    
    .section--impact h1{
        font-size: 36px;
        line-height: 51px;
    }
    
    .abs-image-wrapper {
        min-height: 15rem;
    }
    
    .text-with-image-text {
        padding: 2rem 1rem;
    }
    
    .callout-inner{
        padding-bottom: 2rem;
    }
    
    .section--callouts{
        padding-bottom: 2rem;
    }
    
    .section--text-with-image--plain img{
        display: block;
        margin: 1rem auto 0 auto;
    }
}






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

.dropdown-search-form.transition{
    transition: all 0.3s ease;
 }

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

@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;
}

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

.search-form-container {
    display: flex;
}

@media only screen and (max-width: 640px){
    .btn--close-search{
        right: 0;
    }
}

.load-more{
    padding-top: 2rem;
}

.section--search .news-block{
    cursor: default;
}

.section--search h1{
    margin-bottom: 2rem;
}


/* french header */

.header-lang-fr .dropdown.menu > li.is-dropdown-submenu-parent > a{
    font-size: 15px;
    padding-left: 0.5rem;
}

@media only screen and (max-width: 1200px){
    .header-lang-fr .dropdown.menu > li.is-dropdown-submenu-parent > a{
        font-size: 14px;
        padding-left: 0;
    }
}

.section--newsletter label.gfield_consent_label{
    display: inline-block;
}

.section--newsletter .ginput_container_consent{
    text-align: left;
}

.footer-lang-fr .footer-menu > li > a {
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 26px;
}

.footer-menu ul > li > a{
    font-size: 16px;
}

.footer-menu ul > li.button{
    display: inline-block;
}

.footer-menu{
    flex-wrap: nowrap;
}

@media only screen and (max-width: 1024px){
    .footer-menu{
        flex-wrap: wrap;
    }
}


/*Twitter Feed*/

.ctf-tweets {
    display: flex;
}

body #ctf .ctf-item {
    border: none!important;
    margin: 0 1rem 2rem 1rem;
    background: #FFFFFF;
    border-radius: 30px;
    padding: 1rem 2rem 1rem 1rem;
    width: calc(33.333% - 2rem);
    position: relative;
}

.ctf-item {
    background-color: #fff;
}

body #ctf .ctf-item p{
    font-size: 16px;
    word-break: break-word;
}

#ctf .ctf-corner-logo {
    display: inline-block;
    float: right;
    color: #1b95e0;
    font-size: 24px;
    position: absolute;
    right: 1rem;
    top: 1rem;
}

@media only screen and (max-width: 960px){
    .ctf-tweets {
        flex-wrap: wrap;
    }
    
    body #ctf .ctf-item{
        width: 100%;
    }
}

.event-thumbnail-dates{
    font-size: 20px;
    line-height: 28px;
}


@media only screen and (max-width: 640px){
    form#gform_1{
        display: block;
    }
    
    form#gform_1 .gform_body{
        width: 100%;
    }
    
    form#gform_1 .gform_footer{
        width: 100%;
        padding-top: 1rem;
    }
    
    form#gform_1 .gform_footer button{
        width: 100%;
        margin-left: 0;
    }
    
    form#gform_1 fieldset#field_1_2 .gfield_label{
        float: none;
    }
    
    form#gform_5{
        display: block;
    }
    
    form#gform_5 .gform_body{
        width: 100%;
    }
    
    form#gform_5 .gform_footer{
        width: 100%;
        padding-top: 1rem;
    }
    
    form#gform_5 .gform_footer button{
        width: 100%;
        margin-left: 0;
    }
    
    form#gform_5 fieldset#field_5_2 .gfield_label{
        float: none;
    }
    
    
}

section.section.section--impact.no-title {
    padding: 15rem 0;
}

.section--timeline h4{
    color: #006E9F;
    font-size: 80px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.8px;
}

.timeline-image{
    box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.09);
}

.section--timeline{
    position: relative;
}

.section--timeline .grid-x{
    padding-bottom: 4rem;
    position: relative;
}

.section--timeline .grid-x:last-child{
    padding-bottom: 0;
}

.section--timeline .grid-container{
    max-width: 70rem;
}

.section--timeline .cell{
    padding-left: 2rem;
    padding-right: 2rem;
}

.section--timeline .cell:nth-child(odd){
    padding-right: 4rem;
}

.section--timeline .cell:nth-child(even){
    padding-left: 4rem;
}

.section--timeline .cell.medium-order-2:nth-child(odd){
    padding-left: 4rem;
    padding-right: 2rem;
}

.section--timeline .cell.medium-order-1:nth-child(even){
    padding-right: 4rem;
    padding-left: 2rem;
}

.timeline-image + p{
    margin: 1rem 0 0 0;
}

.section--timeline:after{
    content: "";
    width: 1px;
    position: absolute;
    left: 0;
    right: 0;
    top: 4rem;
    bottom: 4rem;
    margin: auto;
    background-color: #4C6578;
    z-index: -1;
}

.section--timeline .grid-x .circle{
    width: 32px;
    height: 32px;
    background-color: #00A8CF;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
    z-index: 2;
    border-radius: 100%;
}

.timeline-image-caption{
    font-style: italic;
}

@media only screen and (max-width: 640px){
    .section--timeline .cell{
        padding-left: 5rem;
        padding-right: 2rem;
    }
    
    .section--timeline .cell:nth-child(odd){
        padding-left: 5rem;
        padding-right: 2rem;
    }
    
    .section--timeline .cell:nth-child(even){
        padding-left: 5rem;
        padding-right: 2rem;
    }
    
    .section--timeline .cell.medium-order-2:nth-child(odd){
        padding-left: 5rem;
        padding-right: 2rem;
    }
    
    .section--timeline .cell.medium-order-1:nth-child(even){
        padding-left: 5rem;
        padding-right: 2rem;
    }
    
    .section--timeline:after{
        left: 2.5rem;
        right: auto;
    }
    
    .section--timeline .grid-x .circle{
        left: 1.5rem;
        right: auto;
    }
    
    .section--timeline h4{
        line-height: 1;
    }
}

.simple-scale{
    transform: scale(0);
}