/* prefixed by https://autoprefixer.github.io (PostCSS: v7.0.26, autoprefixer: v9.7.3) */


/*
Theme Name: Flex Farm
Description: Theme for Ducks Agriculture
Author: Manoverboard
Author URI: http://www.manoverboard.com/
Version: 1.1
*/

@import url("https://use.typekit.net/tmk6vms.css");

/*
Futura PT Heavy
font-family: futura-pt, sans-serif;
font-weight: 700;
font-style: normal;

Futura PT Demi
font-family: futura-pt, sans-serif;
font-weight: 600;
font-style: normal;

Futura PT Book
font-family: futura-pt, sans-serif;
font-weight: 400;
font-style: normal;

FreightSans Pro Bold
font-family: freight-sans-pro, sans-serif;
font-weight: 700;
font-style: normal;

FreightSans Pro Bold Italic
font-family: freight-sans-pro, sans-serif;
font-weight: 700;
font-style: italic;

FreightSans Pro Medium
font-family: freight-sans-pro, sans-serif;
font-weight: 500;
font-style: normal;

FreightSans Pro Medium Italic
font-family: freight-sans-pro, sans-serif;
font-weight: 500;
font-style: italic;

FreightSans Pro Semibold
font-family: freight-sans-pro, sans-serif;
font-weight: 600;
font-style: normal;
*/
:root{
--primary-blue: #52728F;
--link-color: #2C577E;
--link-color--hover: #4192DB;
--primary-green: #66703B;
--dark-green: #50592F;
--light-green: #C9BD4C;
--white: #EDF1F4;
--grey: #797573;
}

/*********************************************/


/*	Warning! Incoming Game. */


/*********************************************/

.site-title img {
    min-width: 250px !important;
    margin-top: -5px;
}

#isFront .site-title {
    margin-top: -25px;
}


/* wrap 'n' center helpers ------------ */


/* (wrap outer) */

.wo {
    text-align: center;
    padding: 0 100px;
}

.wo .wo {
    padding-left: 0;
    padding-right: 0;
}

.wo.fw {
    padding: 0 !important;
}

.wo.fw .inner {
  padding: 0 100px;
}


/* (pad vertical) */

.pv {
    padding-top: 60px;
    padding-bottom: 60px;
}

.pvi {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}


/* (wrap inner) */

.wo .inner {
    text-align: left;
    width: 1490px;
    max-width: 100%;
    margin: 0 auto;
}

.two-column .inner,
.large-paragraph .inner,
.text-box.wo .inner {
    width: 1300px;
}


/* border top */

.bt {
    border-top: 1px solid #E8E9E8;
}

button {
    cursor: pointer;
}


/*********************************************/


/*	Core Styles */


/*********************************************/

body {
    height: 100%;
    overflow: hidden;
}

body,
input,
textarea,
radio,
checkbox {
    background-color: transparent;
    font-weight: normal;
    font-style: normal;
    line-height: 1;
    text-align: left;
}

a {
    color: var(--link-color);
}


.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    overflow: hidden;
    max-width: 100%;
    height: auto;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/*********************************************/


/*	Header */


/*********************************************/

#header {
    background-color: #4A7392;
    height: 100px;
    z-index: 100;
    width: 100%;
    position: relative;
    z-index: 100000;
}

#header.wo {
    padding: 0 30px;
}

#header .inner {
    height: 100%;
    width: 1560px;
}

#header ul,
#header ul li {
    display: inline-block;
}

#headerContainer {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

#headerContainer .site-title {
    margin-right: auto;
}

#headerContainer .site-title img {
    opacity: .9999999999;
    -webkit-transition: .4s opacity ease-in-out;
    -o-transition: .4s opacity ease-in-out;
    transition: .4s opacity ease-in-out;
    min-width: 175px;
    min-width: 70px;
    /* DL */
    width: 70px;
    /* DL */
}

#headerContainer .site-title:hover img {
    opacity: .7;
}

#menu-main>li {
    padding-right: 40px;
}

#menu-main>li>a {
    color: white;
    font-family: futura-pt, sans-serif;
    font-weight: 700;
    font-size: 240%;
    -webkit-transition: .2s color ease-in-out;
    -o-transition: .2s color ease-in-out;
    transition: .2s color ease-in-out;
}

#menu-secondary {
    margin-left: -10px;
}

#menu-secondary>li {
    padding-left: 30px;
}

#menu-secondary>li>a {
    color: white;
    font-family: futura-pt, sans-serif;
    font-weight: 400;
    font-size: 210%;
    -webkit-transition: .2s color ease-in-out;
    -o-transition: .2s color ease-in-out;
    transition: .2s color ease-in-out;
}

#menu-main>li>a:hover,
#menu-secondary>li>a:hover,
#menu-main > .current-page-parent > a,
#menu-secondary > .current-page-parent > a,
#menu-main > .current-menu-item > a,
#menu-secondary > .current-menu-item > a {
    color: #CBBD2E !important;
}


/*************************** front page */

#isFront #header {
    background-color: transparent;
    position: absolute;
    top: 50px;
}


/*********************************************/


/*	Typography */


/*********************************************/


/* font defaults */

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: futura-pt, futura, sans-serif;
}

p,
.sType li {
    font-family: freight-sans-pro, sans-serif;
    font-weight: 500;
    font-size: 240%;
    line-height: 1.375;
    color: #797573;
    margin: 0.75em 0 30px 0;
}

.sType li {
    margin: 0.5em 0;
}

.viewAll {
    font-size: 210%;
    line-height: 1.43;
}

.sType strong,
.sType b{
    font-weight: 600;
}

.sType a {
    text-decoration: underline;
    -webkit-transition: .1s ease-in-out;
    -o-transition: .1s ease-in-out;
    transition: .1s ease-in-out;
}

.sType a:hover {
    color: var(--link-color--hover);
}

.sType p.small {
    font-size: 140%;
}

.photo-credit {
    position: absolute;
    right: 0;
    bottom: 0;
    color: white;
    padding-right: 20px;
    font-size: 16px !important;
    font-weight: 600;
}


/* headings */

.sType h2 {
    font-size: 510%;
    line-height: 1.12;
    font-weight: 700;
    color: #637032;
    margin-bottom: 40px;
    margin-top: 80px;
}

.h2 {
    font-size: 420%;
    line-height: 1.12;
    font-weight: 700;
    color: #637032;
    margin-bottom: 50px;
}

.inner > h2:first-of-type{
    margin-top: 60px;
}

/* this is so dumb, but a means to an end */
.pv > .wo:first-of-type > .inner > h2{
    margin-top: 0;
}

.h3 {
    font-size: 420%;
    font-weight: 600;
    color: #CCBE30;
    margin-bottom: 10px;
    margin-top: 20px;
}

.sType h3 {
    font-size: 300%;
    line-height: 1.18;
    font-weight: 600;
    color: #776B5A;
    margin-bottom: 30px;
    margin-top: 30px;
}

.sType h3 a {
    text-decoration: none;
}

.sType h4 {
    font-size: 260%;
    line-height: 1.18;
    font-weight: 600;
    color: #776B5A;
    margin-bottom: 20px;
    margin-top: 20px;
}

.page-id-26 .sType h4 {
    margin-top: 20px;
}

.sType h5 {
    font-size: 210%;
    font-weight: 600;
    color: #645848;
    margin-bottom: 20px;
    margin-top: 20px;
}

.sType h6 {
    font-size: 210%;
    font-weight: 600;
    color: #797573;
}


/* lists */

.sType ul {
    list-style-type: disc;
    margin-left: 2em;
}

.sType ul ul {
    margin-top: 10px;
    margin-bottom: 20px;
    list-style-type: circle;
}

.sType ul ul ul {
    list-style-type: square;
}

.sType ol {
    list-style-type: decimal;
}

.sType ol ol {
    margin-top: 10px;
    margin-bottom: 20px;
    list-style-type: lower-alpha;
}

.sType ol ol ol {
    list-style-type: lower-roman;
}

.sType ol ol,
.sType ul ol {
    list-style-type: lower-roman;
}


/* correct nested li font-size */

.sType li li {
    font-size: 100%;
}

.sType iframe {
    width: 100%;
}

.videoWrap {
    margin: 30px 0;
}


/*********************************************/


/*	Button */


/*********************************************/

.filtered-content .content a,
.pagination a,
.button {
    font-family: freight-sans-pro, sans-serif !important;
    display: inline-block;
    font-size: 210% !important;
    font-weight: 500 !important;
    line-height: 1 !important;
    color: #776B5A !important;
    text-decoration: none !important;
    width: auto !important;
    background-color: transparent !important;
    padding: 0 !important;
}

.filtered-content .content a:after,
.pagination a:after,
.button:after {
    content: '';
    display: block !important;
    width: 100% !important;
    height: 1px !important;
    background-color: #776B5A !important;
    margin-top: 10px !important;
    -webkit-transition: .4s width ease-in-out !important;
    -o-transition: .4s width ease-in-out !important;
    transition: .4s width ease-in-out !important;
    opacity: .5;
}

.filtered-content .content a:hover:after,
.pagination a:hover:after,
.button:hover:after {
    width: 90% !important;
}

.filtered-content .navigation .expander,
.button--big {
    font-family: futura-pt, futura, sans-serif;
    text-decoration: none;
    font-weight: 700;
    font-size: 240%;
    color: #776B5A;
    padding: 25px 50px;
    margin: 25px 30px;
    border-radius: 200px;
    border: 2px solid #C1B325;
    background-color: white;
    display: inline-block;
    -webkit-transition: .2s all ease-in-out;
    -o-transition: .2s all ease-in-out;
    transition: .2s all ease-in-out;
    cursor: pointer;
}

.filtered-content .navigation .expander.on,
.filtered-content .navigation .expander:hover,
.filtered-content .navigation .expander:focus,
.button--big:hover,
.button--big:focus {
    color: white;
    background-color: #C1B325;
}


.btn-download, a.btn-download{
    background-color: var(--link-color);
    padding: 15px;
    color: var(--white);
    text-decoration: none;
    border-radius: 4px;
    display: inline-flex;
    align-items: center;
    font-size: 1rem;
}

.btn-download:hover, a.btn-download:hover {
    background-color: var(--link-color--hover);
    color: #fff;
}

.btn-download:after{
    content: '';
    color: var(--white);
    padding: 8px;
    background: var(--primary-blue) url(/wp-content/themes/flexfarm/img/Icon_feather-download.svg) center center no-repeat;
    margin-left: 15px;
    width: 30px;
    height: 30px;
    display: inline-block;
    border-radius: 2px;
}

.btn-download:hover:after{
    background-color: var(--link-color);
}

/* prevent font-size compounding */

p .button {
    font-size: 100%;
}


/*********************************************/


/*	Home Page */


/*********************************************/

.code-block {
    padding-bottom: 0 !important;
    margin-bottom: -1px;
}

.code-block .inner {
    overflow: hidden;
}

.page-id-14 main {
    padding-bottom: 0 !important;
}


/*************************** hero banner */

.hero-banner .inner {
    position: relative;
}

.hero-banner .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100vh;
    min-height: 480px;
    position: absolute;
    right: 0;
}

.hero-banner .background-image {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 100vh;
    width: 100vw;
    margin: 0;
    padding: 0;
}

.hero-banner h1 {
    font-weight: 700;
    font-size: 1350%;
    line-height: .76;
    letter-spacing: -7px;
    color: white;
    text-transform: uppercase;
    max-width: 770px;
    margin-right: 50px;
}

.hero-page-banner h1 {
    font-size: 1350%;
}


/*************************** intro layer */

.intro-layer .inner {
    padding: 0 30px;
}

.intro-layer .content {
    position: absolute;
    z-index: 15;
    margin-top: 225px;
}

.intro-layer .h2,
.intro-layer .h3 {
    max-width: 754px;
    width: 100%;
}

.intro-layer .h3 a {
    text-decoration: none;
}

.intro-layer p {
    max-width: 590px;
    width: 100%;
}


/* x layers */

.x-layers {
    position: relative;
    overflow: hidden;
    width: 120%;
}

.x-layers .cutout {
    position: relative;
    z-index: 10;
    margin-bottom: -1px;
    margin-top: -1px;
}

.x-layers .x-top,
.x-layers .x-bottom {
    position: absolute;
    z-index: -1;
    width: 34%;
}

.x-layers .x-top {
    top: -13%;
    right: 10%;
}

.x-layers .x-bottom {
    bottom: -13%;
    right: 24%;
}


/*************************** intro layer 2 */

.intro-layer-2 .inner {
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.intro-layer-2 .video,
.intro-layer-2 .content {
    width: 50%;
}

.intro-layer-2 .content {
    padding-left: 65px;
}

.latest-stories h2,
.intro-layer-2 .content h2 {
    margin-top: 0;
}

.intro-layer-2 .content h3 {
    color: #CCBE30;
    font-size: 360%;
    line-height: 1.09;
    margin-top: 30px;
    margin-bottom: 10px;
}


/*************************** our stories */

.latest-stories .story-intro {
    max-width: 50%;
    width: 100%;
    height: auto;
    float: left;
    margin-top: 30px;
    padding-right: 100px;
    margin-bottom: 40px;
}

.latest-story {
    max-width: 50%;
    width: 100%;
    text-decoration: none !important;
    position: relative;
    background-color: black;
}

.latest-story.story1,
.latest-story.story3 {
    float: right;
}

.latest-story.story2,
.latest-story.story4 {
    float: left;
}

.latest-story.story3,
.latest-story.story4 {
    margin-top: 190px;
}

.latest-story div {
    height: 455px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    opacity: 0.7;
    -webkit-transition: .4s opacity ease-in-out;
    -o-transition: .4s opacity ease-in-out;
    transition: .4s opacity ease-in-out;
    position: relative;
    z-index: 1;
}

.latest-story h3 {
    color: white;
    font-weight: 700;
    font-size: 300%;
    line-height: 1.2;
    max-width: 60%;
    position: absolute;
    left: 55px;
    bottom: 55px;
    margin-bottom: 0px;
    z-index: 2;
}

.latest-story:hover div {
    opacity: .4;
}


/*************************** from the blog */

.latest-blog .latest-post {
    width: 49%;
    display: inline-block;
    vertical-align: top;
    margin-top: 30px;
    overflow: hidden;
}

.latest-blog .latest-post:first-of-type {
    padding-right: 30px;
}

.latest-blog .latest-post:last-of-type {
    padding-left: 30px;
}

.latest-blog .latest-post img {
    height: 30vw;
    width: 100%;
    max-width: none;
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
    margin-bottom: 30px;
}

.latest-blog .date {
    font-family: futura-pt, futura, sans-serif;
    font-size: 180%;
    font-weight: 600;
    color: #637032;
    text-transform: uppercase;
    margin-bottom: -30px;
}


/*************************** partner layer */

.partners-layer .inner {
    position: relative;
}

.partners-layer .content {
    display: block;
    max-width: 600px;
    margin-bottom: 50px;
}

.partners-layer .button {
    position: absolute;
    top: 0;
    right: 0;
}

.gallery img,
.partners-layer img {
    margin: 40px;
}

.partners-logo-container {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}


/*********************************************/


/*	Stories */


/*********************************************/

.pagination {

    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.pagination>div {
    width: 33%;
}

.pagination div:nth-child(2) {
    text-align: center;
}

.pagination div:last-child {
    text-align: right;
}


/*************************** our stories */

header.our-stories {
    position: relative;
    background: black;
    height: 50vh;
    min-height: 375px;
    width: 100%;
    z-index: 1;
    overflow: hidden;
}

header.our-stories .inner {

    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    height: 100%;
}

header.our-stories .content {
    margin-bottom: 140px;
}

header.our-stories h1 {
    display: inline-block;
    color: white;
    font-size: 900%;
    font-weight: 700;
    text-transform: uppercase;
    width: 44%;
    vertical-align: middle;
}

header.our-stories p {
    display: inline-block;
    color: white;
    font-weight: 600;
    width: 55%;
    padding-left: 7%;
    vertical-align: middle;
}

header.our-stories .background-image {
    height: 70vh;
    min-height: 375px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: .7;
}

.our-stories .story {
    
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.our-stories .story .content {
    padding-left: 65px;
    max-width: 40%;
}

.our-stories .story .content h3 {
    color: #637032;
    font-size: 420%;
    line-height: 1.21;
    font-weight: 700;
}

.our-stories .story .content h3 a {
    text-decoration: none;
}

.our-stories .story .content .date {
    font-family: futura-pt, futura, sans-serif;
    text-transform: uppercase;
    font-size: 180%;
    color: #637032;
    font-weight: 600;
}

.our-stories .story .content .button {
    margin-top: 10px;
}

.our-stories .story .image {
    width: 860px;
    height: 575px;
    max-width: 100%;
}

.our-stories .story .image img {
    width: 100%;
    /* or any custom size */
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}


/*************************** single story */

.page-child .heading-layer h2,
.single-story header h1 {
    font-size: 510%;
    line-height: 1.12;
    font-weight: 700;
    color: #637032;
    max-width: 900px;
}
.page-child .heading-layer h2 a{
    color:#4A7392;
}
.page-child .heading-layer h2 a:hover{
    text-decoration: none;
    color:#1c3c55;
}

.single-story header h2 {
    font-size: 360%;
    line-height: 1.16;
    font-weight: 500;
    color: #776B5A;
    max-width: 850px;
    margin-top: 50px;
    margin-bottom: 30px;
}

.single-story .date {
    float: right;
    font-family: futura-pt, futura, sans-serif;
    font-size: 210%;
    color: #637032;
    font-weight: 600;
    padding-left: 50px;
}

.single-story .post-type {
    font-family: futura-pt, futura, sans-serif;
    font-size: 270%;
    font-weight: 700;
    color: #CCBE30;
    text-transform: uppercase;
}

/*************************** single program */
.single-program .text-box {
    padding-top: 50px;
}

.single-program .text-box .inner {
    max-width: 1024px;
    width: 100%;
    margin: 0;
}

/*********************************************/


/*	Banners */


/*********************************************/


/* full height */

.hero-page-banner .background-image,
.child-page-banner .background-image,
.child-page-banner .content,
.hero-page-banner .content {
    height: calc(50vh);
    min-height: 375px;
    width: calc(100% - 100px);
}


/*************************** hero banner */

.hero-page-banner {
    background-color: black;
}

.hero-page-banner .inner {
    position: relative;
}

.hero-page-banner .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    z-index: 1;
    /*margin-top: -60px;*/
}

.hero-page-banner .background-image {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100vw;
    margin: 0;
    padding: 0;
    opacity: .8;
}

.hero-page-banner h1 {
    font-weight: 700;
    font-size: 900%;
    line-height: 1;
    color: white;
    //text-transform: uppercase;
    max-width: 70%;
}


/*************************** child banner */

.child-page-banner {
    background-color: black;
}

.child-page-banner .inner {
    position: relative;
}

.child-page-banner .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    position: absolute;
    z-index: 1;
    /*margin-top: -20px;*/
}

.child-page-banner .background-image {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100vw;
    margin: 0;
    padding: 0;
    opacity: .8;
}

.child-page-banner h1 {
    font-weight: 700;
    /*font-size: 1200%;*/
    font-size: 800%;
    line-height: 1.025;
    color: white;
    max-width: 70%;
}

.child-page-banner .content .button {
    color: white !important;
    margin-top: 70px;
}

.child-page-banner .content .button::after {
    background-color: white !important;
}


/*********************************************/
/*	Page Layers */
/*********************************************/


/*************************** image layer */

.image-layer img {
    width: 100%;
}

.image-layer figcaption {
    font-family: freight-sans-pro, sans-serif;
    font-weight: 500;
    line-height: 1.375;
    color: #797573;
    margin: 0.75em 0;
    font-size: 190%;
    max-width: 70%;
}


/*************************** blockquote layer */

.blockquote {
    margin: 40px 0;
}

.blockquote figure {
    margin-left: 4%;
    max-width: 60%;
}

.blockquote blockquote {
    padding: 0;
}

.blockquote blockquote p {
    color: #637032;
    font-size: 3rem;
}

.blockquote figcaption {
    font-size: 1rem;
    font-family: freight-sans-pro, sans-serif;
    color: #776b5a !important;
}


/*************************** text layer */

.text-box .embed-container {
    margin-top: 50px;
}

.text-box blockquote p {
    color: #637032;
    font-size: 240%;
    margin-left: 4%;
    max-width: 60%;
    padding: 40px 0;
}


/*************************** heading layer */

.heading-layer h2,
.heading-layer p {
    max-width: 990px;
    width: 100%;
}

.heading-layer p {
    font-family: futura-pt, futura, sans-serif;
    color: #CCBE30;
    font-size: 420%;
    line-height: 1.21;
    font-weight: 600;
}


/*************************** paragraph */

.large-paragraph p {
    font-family: futura-pt, futura, sans-serif;
    color: #938F8C;
    font-size: 360%;
    line-height: 1.25;
    font-weight: 500;
    max-width: 57%;
}


/*************************** two column */

.two-column .flex-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    column-gap: 65px;
    flex-direction: row;
}

.two-column .flex-container > div {
    flex-basis: 100%;
    flex: 1;
    flex-direction: column;
}


/*************************** call to action */

.call-to-action .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.call-to-action:nth-of-type(even) .inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.call-to-action .video,
.call-to-action .content,
.call-to-action .image {
    width: 50%;
}

.call-to-action:nth-of-type(odd) .content {
    padding-left: 125px;
    padding-right: 10%;
}

.call-to-action:nth-of-type(even) .content {
    padding-right: 125px;
    padding-left: 10%;
}

.call-to-action h1,
.call-to-action h2,
.call-to-action h3 {
    color: #637032;
    font-size: 420%;
    line-height: 1.21;
    font-weight: 700;
    margin-top: 0;
}

.call-to-action .content a {
    margin-top: 40px;
}


/*************************** gallery */

.gallery .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.gallery img,
.partners-layer img {
    max-height: 100px;
    margin: 50px;
}


/*************************** filtered content */

.filtered-content .inner>h2 {
    font-family: futura-pt, futura, sans-serif;
    font-weight: 700;
    font-size: 270%;
    text-transform: uppercase;
    color: #776B5A;
    margin-bottom: 30px;
}

.filtered-content .navigation {
    text-align: center;
    margin-left: -25px;
}

.filtered-content .hr {
    border-bottom: 1px solid #938F8C;
    margin: 100px 0;
    padding: 0;
}

.filtered-content [id^="target"] {
    display: none;
    max-width: 1300px;
    margin: auto;
}

.filtered-content .content,
.filtered-content .image {
    max-width: 46%;
    display: inline-block;
    vertical-align: top;
}

.filtered-content .image {
    margin-top: 60px;
    margin-left: 6%;
}

.filtered-content .content a {
    font-size: 100% !important;
}


/*********************************************/
/*	Programs Map */
/*********************************************/
.programs-map .inner {
    position: relative;
}

.Toggle--hidden,
.programs-map__list--hidden,
.programs-map__map--hidden {
    display: none !important;
}

.programs-map__list {
    max-width: 70%;
    text-align: center;
    margin: 0 auto;
}

.programs-map__map {
    position: relative;
}

.programs-map__map img {
    width: 100%;
}

.programs-map__map .button--big {
    position: absolute;
    margin: 0;
    z-index: 123;
}

.programs-map__bc {
    left: 3%;
    bottom: 32%;
}

.programs-map__ab {
    left: 13%;
    bottom: 32%;
}

.programs-map__sk {
    bottom: 19%;
    left: 20%;
}

.programs-map__mb {
    left: 34%;
    bottom: 32%;
}

.programs-map__on {
    bottom: 19%;
    left: 46%;
}

.programs-map__qb {
    bottom: 19%;
    left: 65%;
}

.programs-map__atl {
    bottom: 27%;
    right: 4%;
}

.programs-map__toggle {
    position: absolute;
    right: 0;
    top: 0;
}

.Toggle__display span {
    z-index: 123;
    font-family: futura-pt, sans-serif;
    font-weight: 700;
    font-size: 170%;
    line-height: 1;
}

.programs-map__other {
    text-align: center;
}

.programs-list__group {
    display: grid; 
    grid-auto-rows: 1fr; 
    grid-template-columns: 1fr 1fr 1fr; 
    gap: 20px 20px; 
    justify-content: start; 
    align-content: start; 
    justify-items: start; 
    align-items: center; 
}

.programs-list__group__program {
    width: 100%;
    height: 300px;
    position: relative;
    overflow: hidden;
}

.programs-list__group__program:focus-within img,
.programs-list__group__program:hover img {
    transform: scale(1.05);
}

.programs-list__group__program:focus-within h3,
.programs-list__group__program:hover h3 {
    text-decoration: underline;
    text-underline-offset: 3px;
}

.programs-list__group__program img {
    width: 100%; 
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: 0.2s all ease-in-out;
}

.programs-list__group__program a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.programs-list__group__program a h3 {
    font-family: 'futura-pt', sans-serif;
    font-weight: 600;
    font-size: 270%;
    line-height: 1;
    color: white;
    background-color: #637032; 
    padding: 17px 26px;
    position: absolute;
    width: 100%;
    bottom: 0;
}


/*********************************************/
/*	Toggle UI Element */
/* https://kittygiraudel.com/2021/04/05/an-accessible-toggle/ */
/*********************************************/

.Toggle {
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
    position: relative;
}

.Toggle__display {
    --offset: 4px;
    --diameter: 48px;
    --width: 80px;
    display: inline-flex;
    align-items: center;
    justify-content: space-around;
    width: calc((var(--width) + var(--offset)) * 2);
    height: calc(var(--diameter) + var(--offset) * 2);
    box-sizing: content-box;
    border: 2px solid #CCBE30;
    position: relative;
    border-radius: 100vw;
    background-color: white;
    cursor: pointer;
}

.Toggle__display:before {
    content: '';
    width: var(--width);
    height: var(--diameter);
    border-radius: 999px;
    box-sizing: border-box;
    position: absolute;
    z-index: 2;
    top: 50%;
    left: var(--offset);
    transform: translate(0, -50%);
    background-color: #637032;
    transition: all 0.3s cubic-bezier(0.55, 0, 1, 0.45);
}

.Toggle__input {
    opacity: 0.0000000001;
}

.Toggle__input:focus+.Toggle__display {
    outline: 1px dotted #212121;
    outline: 1px auto -webkit-focus-ring-color;
}

.Toggle__input:focus:not(:focus-visible)+.Toggle__display {
    outline: 0;
}

.Toggle__input:disabled+.Toggle__display {
    opacity: 0.6;
    filter: grayscale(40%);
    cursor: not-allowed;
}

/* unchecked state */
.Toggle__display .Toggle__display__unchecked {
    color: white;
}

.Toggle__display .Toggle__display__checked {
    color: #637032;
}

.Toggle__display:hover:before {
    background-color: #CCBE30;
    left: calc(var(--offset) + 4px);
}

/* checked state */
.Toggle__input:checked+.Toggle__display::before {
    transform: translate(100%, -50%);
}

.Toggle__input:checked+.Toggle__display .Toggle__display__unchecked {
    color: #637032;
}

.Toggle__input:checked+.Toggle__display .Toggle__display__checked {
    color: white;
}

.Toggle__input:checked+.Toggle__display:hover:before {
    left: calc(var(--offset) - 4px);
}

@media (prefers-reduced-motion: reduce) {
    .Toggle__display:before {
        transition: none;
    }
}




/*********************************************/


/*	Pagination */


/*********************************************/

#navAdjacent {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #1c3c55;
    padding: 60px 30px;
    text-align: center;
}

.navAdjacentInner {
    width: 1080px;
    max-width: 100%;
    margin: 0 auto;
}

#navAdjacent .prevButton a,
#navAdjacent .nextButton a,
#navAdjacent .allButton a {
    font-size: 210%;
    font-weight: 600;
    color: white;
}

#navAdjacent .fa {
    color: #fca443;
    font-size: 150%;
    vertical-align: middle;
    padding-bottom: 5px;
}

#navAdjacent .prevButton a,
#navAdjacent .nextButton a {
    text-decoration: none;
    vertical-align: middle;
}

#navAdjacent .allButton a {
    font-size: 240%;
    font-weight: 400;
    display: block;
    width: 100%;
    text-decoration: underline;
    position: absolute;
    width: 30%;
    left: 50%;
    margin-left: -15%;
}

#navAdjacent .prevButton a {
    float: left;
}

#navAdjacent .nextButton a {
    float: right;
}


/*********************************************/


/*	Footer */


/*********************************************/

#footer {
    background-color: #4A7392;
    padding: 230px 100px;
}

#footer .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

#footer .footer-logo img {
    display: inline-block;
    opacity: .9999999999;
    -webkit-transition: .4s opacity ease-in-out;
    -o-transition: .4s opacity ease-in-out;
    transition: .4s opacity ease-in-out;
    width: 190px;
}

#footer .footer-logo:hover img,
#footer small a:hover {
    opacity: .7;
}

#footer .social-media {
    text-align: right;
}

#footer .social-media a {
    color: white;
    font-family: futura-pt, sans-serif;
    font-weight: 700;
    font-size: 270%;
    text-decoration: none;
    padding: 0 10px;
    -webkit-transition: .2s color ease-in-out;
    -o-transition: .2s color ease-in-out;
    transition: .2s color ease-in-out;
    text-align: right;
}

#footer .social-media a:hover {
    color: #CBBD2E;
}

#footer a {
    text-decoration: none;
}

#footer .newsletter-container {
    margin-top: 165px;
}

#footer .newsletter-container h3 {
    color: white;
    font-family: futura-pt, sans-serif;
    font-weight: 700;
    font-size: 360%;
    line-height: 1.3;
}

#footer small {
    color: white;
    font-family: futura-pt, sans-serif;
    font-weight: 600;
    font-size: 150%;
    text-transform: uppercase;
    display: block;
    margin-top: 60px;
    -webkit-transition: .2s all ease-in-out;
    -o-transition: .2s all ease-in-out;
    transition: .2s all ease-in-out;
    text-align: right;
}

#footer .col-1,
#footer .col-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

#footer .col-1 {
    width: 60%;
}

#footer .col-2 {
    width: 40%;
}

#footer #mc_embed_signup_scroll h2 {
    display: none !important;
}

#mc_embed_signup div.mce_inline_error {
    position: absolute !important;
    margin-top: 15px;
}

#footer .mc-field-group label {
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.mc-field-group,
#footer .mc-field-group input,
#footer #mc-embedded-subscribe,
#footer .clear {
    display: inline-block;
}

#footer .mc-field-group input,
#footer #mc-embedded-subscribe {
    border: 3px solid rgba(255, 255, 255, .1) !important;
    border-radius: 0 !important;
    padding: 20px !important;
    margin: 0 !important;
    color: white !important;
    font-family: futura-pt, sans-serif !important;
    font-weight: 600 !important;
    font-size: 160% !important;
    -webkit-transition: .2s all ease-in-out;
    -o-transition: .2s all ease-in-out;
    transition: .2s all ease-in-out;
    cursor: pointer;
}

#footer #mc-embedded-subscribe {
    height: auto !important;
    margin-top: -31px !important;
    padding: 23px 20px !important;
}

#footer .mc-field-group input:hover {
    border: 3px solid rgba(255, 255, 255, .3) !important;
}

#footer .mc-field-group input:focus,
#footer #mc-embedded-subscribe:hover {
    border: 3px solid rgba(255, 255, 255, .5) !important;
}

#footer #mc-embedded-subscribe {
    text-transform: uppercase;
    margin-left: 0 !important;
}

#footer #mc_embed_signup {
    margin-top: 30px;
    background-color: transparent !important;
}

#mc_embed_signup .mc-field-group {
    width: 100% !important;
    max-width: 315px;
    margin-right: 15px;
}

#footer #mc_embed_signup form {
    padding: 0 !important;
}

/*********************************************/


/*	Navigation 2022 */


/*********************************************/


@media screen and (min-width: 1080px) {

    /*********************************************/
    /*  Navigation & Header */
    /*********************************************/
    #navToggle {
        display: none;
    }

    #header .menu .menu-item-has-children {
        position: relative;
        padding-bottom: 41px;
        padding-top: 39px;
    }
    
    #header .menu .menu-item-has-children:hover .sub-menu,
    #header .menu .menu-item-has-children:focus-within .sub-menu  {
        display: grid;
    }
    
    #header .menu .sub-menu {
        display: none;
        background-color: white;
        position: absolute;
        padding: 20px;
        grid-auto-rows: 1fr; 
        grid-template-columns: 1fr 1fr; 
        gap: 20px 20px; 
        justify-content: start; 
        align-content: start; 
        justify-items: start; 
        align-items: center;
        top: 101px;
    }
    
    #header .menu .sub-menu li a {
        font-family: futura-pt, sans-serif;
        font-weight: 600;
        color: #776B5A;
        font-size: 200%;
    }
    
    #header .menu .sub-menu .current-menu-item a,
    #header .menu .sub-menu li a:focus,
    #header .menu .sub-menu li a:hover {
        text-decoration: underline;
        text-underline-offset: 3px;
    }
}

@media screen and (max-width: 1080px) {
    /*********************************************/
    /*  Header & Navigation */
    /*********************************************/
    #navToggle {
        display: inline-block;
        color: white;
        font-weight: 700;
        font-size: 210%;
        background-color: transparent;
        border: none;
        position: absolute;
        z-index: 9999;
        top: 20px;
        right: 40px;
        padding: 0.5rem;
        border-radius: 4px;
        transition: all .2s ease;
    }

    #navToggle:hover, #navToggle:focus{
        text-decoration: underline;
        background-color: rgba(0,0,0,.1);
    }

    #isFront #header {
        top: 20px;
    }

    #header .inner {
        position: static;
    }

    #navMainContainer .menu li {
        display: block;
        text-align: left;
        padding: 10px 0;
    }

    #navSecondary {
        margin-top: 50px;
    }

    /* hide/show */
    #navMainContainer {
        display: none;
    }

    #navMainContainer.is-active {
        background-color: #637032;
        display: block;
        height: 100vh;
        width: 350px;
        position: absolute;
        top: 0;
        right: 0;
        padding: 80px 40px;
        overflow-y: auto;
        overflow-x: hidden;
        z-index: 10;
    }

    #isFront #navMainContainer {
        top: -20px;
    }

    /* sub-nav */
    .sub-menu {
        display: block;
        color: white;
        font-family: futura-pt, sans-serif;
        font-weight: 500;
        font-size: 200%;
        margin-left: 12px;
        margin-top: 12px;
    }

    #header ul,
    #header ul li {
        display: block;
    }

    #menu-secondary {
        margin: 0;
        padding: 0;
        margin-top: 20px;
    }
}


/*********************************************/


/*	Responsive Media Queries */


/*********************************************/



@media screen and (max-width: 1560px) {
    body {
        font-size: 60%;
    }

    .our-stories.pv {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .intro-layer .content {
        margin-top: 140px;
    }

    .intro-layer-2.pv {
        padding-top: 100px;
    }

    .intro-layer-2 .content h3 {
        margin-top: -20px;
    }

    .filtered-content .navigation .expander,
    .button--big {
        font-size: 220%;
        padding: 20px 40px;
    }
}

@media screen and (max-width: 1400px) {
    .h2 {
        font-size: 600%;
    }

    .heading-layer p {
        font-size: 390%;
    }

    .h3 {
        font-size: 380%;
    }

    .intro-layer .h2,
    .intro-layer .h3 {
        max-width: 590px;
    }

    .intro-layer p {
        max-width: 500px;
    }

    header.our-stories .content {
        margin-bottom: 100px;
    }

    #header {
        height: 80px;
    }

    #menu-main {
        margin-right: 5px;
    }

    #menu-main>li {
        display: inline-block;
        margin: 0 12px;
        padding: 0;
    }

    #menu-secondary>li {
        display: inline-block;
        margin: 0 10px;
        padding: 0;
    }

    #menu-main>li>a,
    #menu-secondary>li>a {
        font-size: 220%;
    }

    #headerContainer .site-title {
        width: 20%;
    }

    .hero-banner h1 {
        font-size: 1200%;
        max-width: 660px;
    }

    .hero-page-banner h1 {
        font-size: 1200%;
    }

    .child-page-banner h1 {
        font-size: 1000%;
    }

    .call-to-action:nth-of-type(2n) .content {
        padding-left: 0;
        padding-right: 100px;
    }

    .call-to-action:nth-of-type(2n+1) .content {
        padding-right: 0;
        padding-left: 100px;
    }

    .programs-list__group {
        grid-template-columns: 1fr 1fr;

    }
}

@media screen and (max-width: 1365px) {
    body {
        font-size: 57%;
    }

    .wo.fw .inner,
    .wo {
        padding: 0 60px;
    }
    

    #footer {
        padding: 200px 60px;
    }

    header.our-stories h1 {
        font-size: 800%;
    }

    .our-stories .story .image {
        width: 600px;
        height: 430px;
    }

    .our-stories .story .content {
        max-width: 52%;
    }

    .x-layers {
        margin-top: 65px;
    }

    .intro-layer .content {
        margin-top: 80px;
    }

    .intro-layer-2.pv {
        padding-top: 60px;
    }

    .filtered-content .navigation .expander {
        font-size: 220%;
        padding: 18px 40px;
        margin: 20px 20px;
    }

    .gallery img,
    .partners-layer img {
        max-height: 80px;
    }
}

@media screen and (max-width: 1240px) {
    .hero-banner h1 {
        font-size: 900%;
        max-width: 550px;
        margin-right: 30px;
        letter-spacing: -5px;
    }

    .hero-page-banner .background-image,
    .hero-page-banner .content {
        height: 30vh;
    }

    .child-page-banner .background-image,
    .child-page-banner .content {
        height: 40vh;
    }

    .hero-page-banner h1 {
        font-size: 900%;
        /*margin-top: 80px;*/
    }

    .child-page-banner h1 {
        font-size: 700%;
    }

    .h2 {
        font-size: 580%;
    }

    .page-child .heading-layer h2,
    .single-story header h1 {
        font-size: 460%;
    }

    .single-story header h2 {
        margin-top: 40px;
        font-size: 340%;
    }

    .intro-layer p {
        max-width: 410px;
    }

    .filtered-content .navigation .expander,
    .button--big {
        font-size: 220%;
        padding: 17px 35px;
        margin: 20px;
    }
}

@media screen and (max-width: 1195px) {
    header.our-stories .content {
        margin-bottom: 100px;
    }

    header.our-stories h1 {
        width: 300px;
    }

    header.our-stories p {
        width: 59%;
    }


    .filtered-content .content img {
        float: none !important;
        margin-left: 0 !important;
        margin-bottom: 60px !important;
        max-width: 100% !important;
        width: auto !important;
        display: block !important;
    }

    .filtered-content .content p,
    .filtered-content .content h3 {
        max-width: 100%;
    }
}

@media screen and (max-width: 1080px) {
    .x-layers {
        margin-left: 0%;
        margin-top: 26px;
    }

    .gallery img {
        max-height: 80px;
        margin: 40px;
    }

    .gallery img,
    .partners-layer img {
        max-height: 60px;
    }

    
    .two-column .flex-container{
        flex-direction: column;
    }

    /*********************************************/
    /*  Our Stories */
    /*********************************************/
    .our-stories .story .content h3 {
        font-size: 380%;
    }

    .our-stories .story .image {
        width: 400px;
        height: 300px;
    }

    .our-stories .story .content {
        max-width: 59%;
    }

    .our-stories .story {
        margin-top: 30px;
    }
}

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

    .programs-map__toggle,
    .programs-map__map {
        display: none !important;
    }

    .programs-map__list {
        display: block !important;
        max-width: 100%;
    }
}

@media screen and (max-width: 1050px) {
    body {
        font-size: 58%;
    }


    .h2 {
        font-size: 500%;
        margin-bottom: 20px;
        margin-top: 30px;
    }

    .call-to-action:nth-of-type(2n+1) .content {
        padding-left: 70px;
    }

    .call-to-action:nth-of-type(2n) .content {
        padding-right: 70px;
    }

    /*********************************************/
    /*	Home Page */
    /*********************************************/
    .intro-layer .h2,
    .intro-layer .h3 {
        max-width: 540px;
    }

    /*************************** intro layer 2 */
    .intro-layer-2 .inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .intro-layer-2 .video,
    .intro-layer-2 .content {
        width: 100%;
    }

    .intro-layer-2 .video {
        margin: 50px 0;
    }

    .intro-layer-2 .content {
        padding-left: 0;
    }
}

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

    p,
    section li {
        font-size: 220% !important;
    }

    .intro-layer p {
        max-width: 387px;
    }

    .heading-layer p {
        font-size: 340% !important;
    }

    .sType h2 {
        font-size: 400%;
        margin-top: 50px;
        margin-bottom: 30px;
    }

    .sType h3 {
        margin-bottom: 20px;
        margin-top: 40px;
    }

    .page-child .heading-layer h2,
    .single-story header h1 {
        font-size: 400%;
    }

    .single-story header h2 {
        font-size: 300%;
    }

    .single-story .post-type {
        font-size: 240%;
    }

    .call-to-action .inner {
        display: block;
    }

    .call-to-action .video,
    .call-to-action .content,
    .call-to-action .image {
        width: 100%;
    }

    .call-to-action .content {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .filtered-content .content,
    .filtered-content .image {
        max-width: 100%;
    }

    .filtered-content .image {
        margin-left: 0;
    }

    /*********************************************/
    /*	Home Page */
    /*********************************************/
    .hero-banner .background-image,
    .hero-banner .content {
        background-position: right;
        min-height: 600px;
    }

    .hero-banner h1 {
        font-size: 800%;
        max-width: 450px;
    }

    .hero-page-banner h1 {
        font-size: 800%;
    }

    .child-page-banner h1 {
        font-size: 600%;
        max-width: 100%;
    }

    /*************************** our stories */
    .latest-stories .story-intro {
        height: auto;
        padding-right: 50px;
        margin-bottom: 50px;
        margin-top: 0;
        display: block;
        max-width: 100%;
    }

    .latest-story {
        float: none !important;
        display: inline-block !important;
        max-width: 49%;
        margin-right: -2px;
        margin-top: -3px !important;
    }

    .latest-story div {
        height: 350px;
    }

    .latest-story h3 {
        font-size: 250%;
        line-height: 1.1;
        max-width: 100%;
        left: 30px;
        bottom: 30px;
        margin-right: 30px;
    }
}

@media screen and (max-width: 930px) {
    #footer {
        padding: 150px 60px;
    }

    #footer .inner {
        display: block;
    }

    #footer small,
    #footer .social-media {
        text-align: left;
    }

    #footer .col-1,
    #footer .col-2 {
        width: 100%;
    }

    #footer .col-2 {
        margin-top: 80px;
    }

    #footer .newsletter-container {
        margin-top: 100px;
    }

    #footer .social-media a:first-child {
        padding-left: 0;
    }
}

@media screen and (max-width: 870px) {
    .intro-layer .content {
        display: block;
        width: 100%;
        position: relative;
    }

    .intro-layer .h2,
    .intro-layer h3,
    .intro-layer p {
        max-width: 100%;
    }

    .x-layers {
        display: none;
    }

    .large-paragraph p {
        max-width: 100%;
    }

    /*********************************************/
    /*  Our Stories */
    /*********************************************/
    header.our-stories .content {
        margin-bottom: 60px;
    }

    header.our-stories h1,
    header.our-stories p {
        width: 100%;
        display: block;
        padding-left: 0;
    }

    .our-stories .story {
        display: block;
    }

    .our-stories .story .image {
        width: 100%;
        height: 480px;
    }

    .our-stories .story .content {
        max-width: 100%;
    }

    .our-stories .story .content {
        padding-left: 0;
        padding-top: 30px;
    }
}

@media screen and (max-width: 768px) {
    .wo {
        padding: 0 40px;
    }

    #footer {
        padding: 150px 40px;
    }

    .wo.fw .inner {
        padding: 0 40px;
    }

    .pvi {
        padding-top: 30px !important;
        padding-bottom: 30px !important;
    }

    .sType h3 {
        margin-bottom: 20px;
        margin-top: 40px;
    }

    .our-stories .story .image {
        height: 50vw;
    }

    /*********************************************/
    /*	Home Page */
    /*********************************************/
    /*************************** our stories */
    .latest-stories .story-intro {
        padding-right: 0;
        margin-top: 0;
        float: none;
        max-width: 100%;
    }

    .latest-blog .latest-post img {
        height: 60vw;
    }

    .latest-story.story1 {
        margin-top: 230px;
    }

    .latest-story.story3 {
        float: left;
    }

    .latest-story.story4 {
        float: right;
    }

    /*************************** latest blog */
    .latest-blog .latest-post {
        width: 100%;
    }

    .latest-blog .latest-post:first-of-type {
        padding-right: 0;
    }

    .latest-blog .latest-post:last-of-type {
        padding-left: 0;
        margin-top: 50px;
    }

    .latest-blog .date {
        margin-bottom: 0;
    }

    .latest-blog .latest-post h3 {
        margin-top: 10px;
        margin-bottom: 20px;
    }

    /*************************** partner layer */
    .partners-layer img {
        max-width: 180px;
    }

    .partners-layer .button {
        position: static;
        top: auto;
        right: auto;
        display: inline-block;
        margin-top: 20px;
    }
}

@media screen and (max-width: 665px) {
    body {
        font-size: 52%;
    }



    .single-story .date {
        float: none;
        padding-left: 0;
    }

    .text-box blockquote p,
    .image-layer figcaption {
        max-width: 100%;
    }

    .text-box blockquote p {
        padding: 20px 0;
    }

    .form-layer form {
        display: block;
    }

    .form-layer .form p {
        width: 100%;
    }

    .filtered-content .navigation .expander {
        font-size: 200%;
        padding: 15px 30px;
        margin: 12px 12px;
    }

    .filtered-content .hr {
        margin: 60px 0;
    }

    .call-to-action .content a {
        margin-top: 0;
    }

    .sType h2 {
        margin-bottom: 20px;
    }

    .partners-layer img,
    .gallery img {
        max-height: 100%;
        margin: 20px;
        max-width: 100px;
    }

    .programs-list__group {
        grid-template-columns: 1fr;
        
    }

    /*********************************************/
    /*	Home Page */
    /*********************************************/
    .hero-banner .background-image,
    .hero-banner .content {
        background-position: 30%;
       /*max-height: 1000px;*/
    }

    .hero-banner .content {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        right: auto;
        width: 100%;
        padding: 0 30px;
    }

    .hero-banner h1 {
        font-size: 700%;
        max-width: 460px;
        margin-top: 150px;
        letter-spacing: -3px;
    }

    .hero-page-banner h1 {
        font-size: 620%;
        max-width: 100%;
        margin-right: 20px;
    }

    .child-page-banner h1 {
        font-size: 500%;
       
    }

    /*************************** our stories */
    .latest-story.story1,
    .latest-story.story2,
    .latest-story.story3,
    .latest-story.story4 {
        display: block;
        float: left;
        margin-top: 50px;
        max-width: 100%;
        width: 100%;
        height: 350px;
    }
}

@media screen and (max-width: 565px) {
    #footer #mc-embedded-subscribe {
        margin-left: 0 !important;
        margin-top: 20px !important;
        display: block !important;
    }
}

@media screen and (max-width: 450px) {
    .wo {
        padding: 0 30px;
    }

    #headerContainer {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    #headerContainer .site-title img {
        min-width: 160px !important;
    }

    #navToggle {
        position: absolute;
        top: 28px;
        right: 20px;
    }

    .home #navToggle {
        top: 22px;
    }

    .hero-banner .content {
        padding: 10px;
    }

    .hero-banner h1 {
        font-size: 550%;
        margin-top: 130px;
        letter-spacing: -2px;
    }

    #footer {
        padding: 120px 30px;
    }

    #footer .inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-line-pack: center;
        align-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    #footer small,
    #footer .social-media {
        text-align: center;
    }

    #footer .mc-field-group input {
        width: 100% !Important;
        max-width: 100% !important;
    }

    .wo.fw .inner {
        padding: 0 30px;
    }

    .pvi {
        padding-top: 30px !important;
        padding-bottom: 30px !important;
    }

    .h2 {
        font-size: 450%;
    }

    .sType h2 {
        font-size: 360%;
        line-height: 1.2;
    }

    .heading-layer p {
        font-size: 330% !important;
    }

    .image-layer.wo {
        padding: 0;
    }

    header.our-stories .background-image,
    header.our-stories {
        height: 90vh;
        min-height: 375px;
    }

    .image-layer figcaption {
        margin-left: 30px;
    }

    .large-paragraph p {
        font-size: 270%;
    }

    .filtered-content .hr {
        margin: 40px 0;
    }

    .filtered-content .navigation .expander {
        font-size: 170%;
        padding: 7px 12px;
        margin: 10px 5px;
    }
}

@media screen and (max-width: 320px) {
    .hero-page-banner h1 {
        font-size: 600%;
        max-width: 100%;
        word-break: break-all;
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;
    }
}


/* Gravity Forms */

.gform_wrapper{
    font-family: futura-pt, sans-serif;
    background-color: rgba(93, 130, 157, .1);
    padding: 2rem;
}

.form-layer .gform_wrapper{
    max-width: 640px;
}

.gsection_title{
    margin-top: 30px !important;
}

.gform_wrapper p{
    line-height: 1.5;
    font-size: 1rem;
}

.gform_wrapper p small{
    font-size: .75rem;
}

.gform_legal{
    font-size: .75rem;
    margin: 2rem 0;
}

.gform_required_legend{
    display: none;
}

.button.gform_button{
    padding: 1rem !important;
    border-radius: 0 !important;
    background-color: #637032!important;
    color: #fff !important;
}

.button.gform_button:hover{
    background-color: #4f5928 !important;
}


/* GF Newsletter in footer */
.gform-theme--framework.newsletter_wrapper{
    padding: 0;
    background: none;
}

.gform-theme--framework.newsletter_wrapper .button.gform_button{
    padding: 1rem !important;
    border-radius: 0 !important;
    background-color: #213645!important;
    color: #fff !important;
}
.gform-theme--framework.newsletter_wrapper .button.gform_button:hover{
    background-color: #0d161d!important;
}
.gform-theme--foundation.newsletter_wrapper .gform_fields{
    row-gap: 15px;
}
.gform-theme--framework.newsletter_wrapper .gform-field-label{
    color: #fff;
}

.gform-theme--foundation .gfield--width-half.gfield input.medium{
    inline-size: 100%;
}
/*********************************************/


/*	Game Over. User Wins. */


/*********************************************/