@font-face{ 
    font-family: 'ssstandard';
    src: url('../dist/fonts/ssstandard/ss-standard.eot');
    src: url('../dist/fonts/ssstandard/ss-standard.eot?#iefix') format('embedded-opentype'),
         url('../dist/fonts/ssstandard/ss-standard.woff') format('woff'),
         url('../dist/fonts/ssstandard/ss-standard.ttf') format('truetype'),
         url('../dist/fonts/ssstandard/ss-standard.svg#webfont') format('svg');
    font-weight: normal;
    font-style: normal;
}
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
}
body {
    font-family: 'Demos Next W01', 'serif', sans-serif;
    font-size: 1.8rem;
    line-height: 2.8rem;
    margin: 0;
    padding: 0;
    color: #193030;
}
%row, .row {
    zoom: 1;
}
%row:before,
  %row:after,
  .row:before,
  .row:after {
    content: " ";
    display: table;
  }
%row:after, .row:after {
    clear: both;
  }
.circular {
    border-radius: 50%;
}
img {
    max-width: 100%;
    height: auto;
    vertical-align: top;
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'Alergia Grotesk W00', 'sans-serif';
  margin: 0;
}
ul {
    padding: 0;
    margin-left: 1.8rem;
}
ol {
  padding: 0;
  margin-left: 2.2rem;
}
.btn, a {
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}
.center-block {
  float: none;
  margin: 0 auto;
}
.centered {
  text-align: center;
}
@media (min-width: 768px) {
  .half {
    margin-right: 10px;
  }

  .half-end {
    margin-left: 10px;
  }  
}
.container {
  max-width: 1360px;
  margin: 0 auto;
  padding: 0 2.4rem;
}
/*Buttons and Links*/
.btn-primary {
  font-family: 'Alergia Grotesk W00', 'sans-serif';
  border-radius: 0;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding: 1.4rem;
  border: 0;
  font-size: 1.3rem;
  line-height: 1.2rem;
  font-weight: bold;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  cursor: pointer;
  display: inline-block;
  background: #386869;
  color: #fff;
}
.btn-primary:hover {
        background: #72D3D5;
        color: #fff;
    }
.btn-secondary {
  font-family: 'Alergia Grotesk W00', 'sans-serif';
  border-radius: 0;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding: 1.4rem;
  border: 0;
  font-size: 1.3rem;
  line-height: 1.2rem;
  font-weight: bold;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  cursor: pointer;
  display: inline-block;
  background: #A5D84E;
  color: #193030;
}
.btn-secondary:hover {
        background: #72D3D5;
        color: #fff;
    }

#program-btn {
    margin-top: 100px;
}

.continue {
    text-transform: uppercase;
    letter-spacing: .3rem;
    color: #222;
    font-family: 'Alergia Grotesk W00', 'sans-serif';
    font-size: 1.2rem;
    font-weight: bold;
    color: #A5D84E;
}
.continue:after {
        content: "+";
        font-family: 'Alergia Grotesk W00', 'sans-serif';
        display: inline-block;
        margin-left: .4rem;
        color: #A5D84E;
    }
.continue:hover {
        color: #386869;
    }
/*Headings*/
/*Content*/
a {
    color: #A5D84E;
    text-decoration: none;
}
a:hover {
        text-decoration:none;
        color: #386869;
    }
.decorated {
    padding-bottom: 4px;
    border-bottom: 4px solid #A5D84E;
}
.nopadding {
  padding-left: 0;
  padding-right: 0;
}
.preview {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 5.0rem;
}
@media (min-width: 768px) {
.preview {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}  
  }
.preview .preview__image {
    
    max-width: 20.0rem;
    margin: 0 auto 3.0rem auto;
  }
@media (min-width: 768px) {
.preview .preview__image {
      width: 17.5rem;
      height: 17.5rem;
      margin: 0 3.0rem 3.0rem 0;
      padding: 0
  }
    }
.preview .preview__image img {
      border-radius: 50%;
    }
.preview .preview__content {
    -webkit-box-flex: 2;
        -ms-flex: 2;
            flex: 2;
  }
.preview .preview__content p {
      margin-bottom: 0;
    }
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}
.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}
.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.alignleft {
    float: left;
    margin-right: 3.0rem;
    margin-bottom: 3.0rem;
}
.alignright {
    float: right;
    margin-left: 3.0rem;
    margin-bottom: 3.0rem;
}
.post__date {
    text-transform: uppercase;
    font-size: 1.4rem;
    line-height: 2.4rem;
    font-weight: 300;
    letter-spacing: .2rem;
    margin-bottom: 1.0rem;
}
.post__title {
    
    font-size: 4.0rem;
    line-height: 5.6rem;
}
.post__image {
    margin-bottom: 2.0rem;
}
.post__image img {
        width: 100%;
    }
.post__categories {
        text-transform: uppercase;
        font-family: 'Alergia Grotesk W00', 'sans-serif';
        font-size: 1.4rem;
        line-height: 2.4rem;
        letter-spacing: .3rem;
        font-weight: bold;
}
.post__categories ul {
        list-style: none;
        margin: 0;
        padding: 0;
        
        
        margin-bottom: 2.0rem;
        display: inline-block;
        
    }
.post__categories li {
        display: inline-block;
        margin-right: 5px;
    }
.post__categories li:after {
            content: ', ';
        }
.post__categories li:last-of-type:after {
            content: '';
        }
.post__image--caption, .wp-caption-text {
    text-align: right;
    font-size: 1.4rem;
    line-height: 2.4rem;
    padding: 1.0rem 0;
    font-family: 'Alergia Grotesk W00', 'sans-serif';
}
h1 {
    font-size: 10vw;
    line-height: 14vw;
    margin-bottom: 4vw;
    color: #A5D84E;
    font-weight: normal;
    font-family: 'Alergia Grotesk W00', 'sans-serif';
    color: #193030;
    font-weight: bold;
    
}
.entire-program-big-title{
     color:white !important;
}
@media (min-width: 768px) {
h1 {
        font-size: 6.4rem;
        line-height: 7.4rem;
        margin-bottom: 3.0rem
    
}
    }
h2 {
    font-size: 2.8rem;
    line-height: 3.8rem;
    margin: 0;
    color: #000;
}
p {
    margin: 0 0 2.4rem;
}
blockquote {
    margin: 0;
    background: #D8D8D8;
    padding: 3.0rem 6.0rem;
    margin-bottom: 3.0rem;
}
blockquote p {
    color: #0A1D2C;
    font-size: 2.8rem;
    line-height: 3.8rem;
    margin: 0;
    }
.divider {
    font-size: 5.0rem;
    line-height: 6.0rem;
    font-weight: 200;
    font-family: 'Demos Next W01', 'serif';
    padding: 4.0rem 0;
    width: 100%;
}
.post-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.cms img.alignright {float:right; margin:0 0 1em 1em}
.cms img.alignleft {float:left; margin:0 1em 1em 0}
.cms img.aligncenter {display: block; margin-left: auto; margin-right: auto}
.cms a img.alignright {float:right; margin:0 0 1em 1em}
.cms a img.alignleft {float:left; margin:0 1em 1em 0}
.cms a img.aligncenter {display: block; margin-left: auto; margin-right: auto}
.cms ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }
.cms ul li {
            padding-left: 2.0rem;
            position: relative;
            font-size: 1.6rem;
            line-height: 2.8rem;
            color: #000;
        }
.cms ul li:before {
                content: "";
                display: inline-block;
                width: .7rem;
                height: .7rem;
                background: #72D3D5;
                position: absolute;
                border-radius: 50%;
                top: 50%;
                left: 0;
                margin-top: -.3rem;
            }
.cms blockquote {
        background: none;
        border-left: 1px solid #bbb;
        padding: 3.0rem 6.0rem 3.0rem 6.0rem;
        margin: 4.0rem 20% 4.0rem 0;
        position: relative;

    }
.cms blockquote:before, .cms blockquote:after {
            content: "";
            width: 4.0rem;
            height: 1px;
            background-color: #bbb;
            top: 0;
            left: 0;
            position: absolute;
        }
.cms blockquote:after {
            left: 0;
            bottom: 0;
            top: auto;
        }
.posts-header {
}
.post__preview {
    
    margin-bottom: 4.0rem;
}
@media (min-width: 768px) {
.post__preview {
        width: 48%
}    
    }
.post__preview h2 {
        font-size: 2.0rem;
        line-height: 3.4rem;
    }
.wide-previews .post__preview {
        width: 80%;
    }
.wide-previews .post__preview h2 {
            font-size: 2.8rem;
            line-height: 3.8rem;
        }
.pagination {
    border-top: 1px solid #bbb;
    padding: 1.5rem 0;
    width: 100%;
    font-family: 'Alergia Grotesk W00', 'sans-serif';
    font-size: 1.6rem;
    line-height: 2.8rem;
    font-weight: bold;
    color: #72D3D5;
}
.pagination ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }
.pagination li {
        margin-right: .8rem;
        display: inline-block;
    }
.pagination .next, .pagination .prev {
        font-family: 'ssstandard';
        font-size: 1.0rem;
        color: #72D3D5;
    }
.site-search {
    display: inline-block;
    
}
.search-page input {
        display: inline-block;
        margin-bottom: 3.0rem;
    }
.footer-container {
    background: #2C3717;
    padding: 8.0rem 4.0rem;
}
.footer {
    max-width: 1360px;
    margin: 0 auto;
    padding: 0 2.4rem;
    color: #fff;
    font-family: 'Alergia Grotesk W00', 'sans-serif';
    font-size: 1.6rem;
    
}
@media (min-width: 992px) {
.footer {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap
    
}
    }
.footer a {
        color: #fff;
    }
.footer a:hover {
            color: #72D3D5;
        }
.footer a.btn-secondary {
        color: #fff;
    }
.footer a.btn-secondary:hover {
            color: #fff;
        }
.footer-logo {
    width: 100%;
    margin-bottom: 3.0rem;
}
.footer-logo div {
        padding: .7rem .7rem 0 .7rem;
        background: #fff;
        display: inline-block;
        
    }
.address-container ul {
        list-style: none;
        margin: 0;
        padding: 0;
        margin-bottom: 5.0rem;

    }
.address-container ul span {
            font-family: 'ssstandard';
            -webkit-font-feature-settings: "liga";
                    font-feature-settings: "liga";
            -ms-font-feature-settings: "liga" 1;
            text-rendering: optimizeLegibility;
            color: #72D3D5;
            display: inline-block;
            margin-right: 1.0rem;
            font-size: 1.2rem;
            margin-top: .3rem;
            vertical-align: middle;
        }
.address-container ul li {
            margin-bottom: 1.6rem;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: start;
                -ms-flex-align: start;
                    align-items: flex-start;
        }
.address-container ul i {
            width: 2.4rem;
            display: inline-block;
        }
.address-container ul a {
            color: #fff;
        }
.footer-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
@media (min-width: 992px) {
.footer-nav {
        width: 33%
}    
    }
.footer-nav .footer-menu {
        list-style: none;
        margin: 0;
        padding: 0;
        font-size: 1.6rem;
        line-height: 2.8rem;
        text-transform: uppercase;
        letter-spacing: .3rem;
        margin-bottom: 3.0rem;
    }
.footer-nav .footer-menu a {
            color: #fff;
        }
.footer-nav .footer-menu a:hover {
                color: #72D3D5;
            }
.footer-nav .footer-menu:first-of-type {
            margin-right: 5.0rem;
        }
.social-menu {
    border-top: 1px solid #fff;
    width: 100%;
    list-style: none;
    margin: 0;
    padding: 0;
    padding-top: 2.0rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 5.0rem;
}
.social-menu li {
        margin-right: 3.0rem;
    }
.newsletter-sign-up-cta {
    width: 100%;
}
.newsletter-sign-up-cta h2 {
        font-size: 2.0rem;
        line-height: 3.4rem;
        color: #72D3D5;
        margin-bottom: 2.0rem;
    }
.newsletter-sign-up-cta form {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
    }
.copyright {
    margin-top: 5.0rem;
    padding-top: 1.6rem;
    color: rgba(255, 255, 255, .6);
    font-size: 1.2rem;
    width: 100%;
}
.subscribe-modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    padding-top: 4.0rem;
    overflow-y: scroll;
    display: none;
}
@media (min-width: 992px) {
.subscribe-modal {
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center
}    
    }
.subscribe-modal.open {
        display: block;
    }
@media (min-width: 992px) {
.subscribe-modal.open {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex
    }
        }
.subscribe-modal .ctct-embed-signup {
        max-width: 600px;
        margin: auto;
        min-height: 300px;
    }
.subscribe-modal .subscribe-close {
        position: absolute;
        top: 1.0rem;
        right: 2.4rem;
        color: #fff;
        cursor: pointer;
    }
.subscribe-modal #success_message {
        display: block;
        width: 100%;
        padding: 2.4rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }
.subscribe-modal #success_message i {
            color: lightgreen;
            font-size: 5.0rem;
        }
.subscribe-modal #success_message span {
            line-height: 1.0rem;
            font-size: 2.0rem;
            line-height: 3.4rem;
            display: inline-block;
            margin-left: .5rem;
        }
.subscribe-modal #success_message p {
            color: #222;
        }
.page-main {
    max-width: 1360px;
    margin: 0 auto;
    padding: 0 2.4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 6.0rem 2.4rem 12.0rem;
}
.page-full {
     max-width: 1360px;
     margin: 0 auto;
     padding: 0 2.4rem;
    padding: 6.0rem 2.4rem 12.0rem;   
}
.page-container {
    width: 100%;
    
}
@media (min-width: 768px) {
.page-container {
        width: 75%;
        padding-left: 6.0rem
    
}    
    }
.page-sidebar {
    display: none;
}
@media (min-width: 768px) {
.page-sidebar {
        display: block;
        width: 25%
}    
    }
.page-header {
    max-width: 1360px;
    margin: 0 auto;
    padding: 0 2.4rem;
}
/*Breadcrumbs*/
.breadcrumb-container {
    margin-bottom: 3.0rem;
    display: none;
}
@media (min-width: 768px) {
.breadcrumb-container {
        display: block
}
    }
.breadcrumbs {

    
    font-size: 1.2rem;
    font-family: 'Alergia Grotesk W00', 'sans-serif';
}
.breadcrumbs span {
        padding: 0 .5rem 0 .5rem;
    }
.breadcrumbs span:first-of-type span:before {
            font-family: 'ssstandard';
            content: 'home';
            -ms-font-feature-settings: "liga" 1;
            display: inline-block;
            color: #c8c8c8;
            font-size: 1.0rem;
            line-height: 1.8rem;
            margin-right: .5rem;
            }
.breadcrumbs a {
        color: #c8c8c8;
    }
.sidebar-nav-container {
    font-family: 'Alergia Grotesk W00', 'sans-serif';
    background: rgba(216, 216, 216, 0.2);
}
.sidebar-nav {
    list-style: none;
    margin: 0;
    padding: 0;
    font-family: 'Alergia Grotesk W00', 'sans-serif';
    padding: 6.0rem 6.0rem 6.0rem 0;
    text-transform: uppercase;
    font-size: 1.8rem;
    line-height: 3.0rem;
    font-weight: bold;
    letter-spacing: .2rem;
    
}
.sidebar-nav > li {
        padding-left: 6.0rem;
        margin-bottom: 2.0rem;
    }
.sidebar-nav > li a {
            margin-bottom: 1.6rem;
            display: block;
        }
.sidebar-nav a {
        color: #386869;
    }
.sidebar-nav a:hover {
            color: #72D3D5;
        }
.sidebar-nav ul {
        list-style: none;
        margin: 0;
        padding: 0;
        font-size: 1.4rem;
        line-height: 2.4rem;
        text-transform: uppercase;
        letter-spacing: .3rem;
        font-weight: normal;
        
    }
.sidebar-nav ul ul {
            display: none;
        }
.sidebar-nav ul ul li {
                padding-left: 2.0rem;
            }
.sidebar-nav ul li {
            position: relative;
        }
.sidebar-nav ul li.current-menu-ancestor ul {
                display: block;
            }
.sidebar-nav ul .current-menu-item > a {
                color: #72D3D5;    
            }
.sidebar-nav ul .current-menu-item:before {
                position: absolute;
                content: "–";
                left: -6.0rem;
                color: #72D3D5;
            }
.sidebar-nav ul .current-menu-item ul {
                display: block;
            }
.sidebar-nav ul .current_page_parent > a {
                color: #72D3D5;
            }
.page-content > p:first-of-type {
        font-size: 2.0rem;
        line-height: 3.4rem;
        margin-bottom: 3.0rem;
    }
.empty {
    height: 1;
    width: 30%;
}
.previews {
    padding: 5.0rem 0;
}
hr.hr {
    width: 100%;
    margin: 5.0rem 0;
    border: 0;
    border-bottom: 4px solid #72D3D5;
    background:;
}
.larger {
    font-size: 2.4rem;
    line-height: 4.0rem;
    margin-bottom: 4.0rem;
}
iframe {
    max-width: 100%;
}
.snippet {
    background: #fafafa;
    padding: 3.0rem;
    margin: 2.0rem 0;
}
.snippet .preview {
        margin-bottom: 0;
    }
.snippet .preview__image {
        margin-bottom: 0;
    }
.snippet .preview__content {
        margin-bottom: 0;
    }
.result {
    margin-bottom: 3.0rem;
}
.field, .fieldset {
    margin-bottom: 2.0rem;
}
.text {
    border: 1px solid #bbb;
    padding: .8rem;
    font-size: 1.6rem;
    font-family: 'Demos Next W01', 'serif';
    border-radius: 0;
}
.full {
    width: 100%;
}
@media (min-width: 768px) {
.fieldset {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
}    
    }
.fieldset span {
        display: inline-block;

    }
.fieldset span:first-child {
        width: 100%;
        margin-bottom: 2.0rem;
        

    }
@media (min-width: 768px) {
.fieldset span:first-child {
        -webkit-box-flex: 2;
            -ms-flex: 2;
                flex: 2;
        margin-right: 2.0rem
        

    }

        }
.fieldset span {
        width: 100%;
    }
@media (min-width: 768px) {
.fieldset span {
            margin-right: 2.0rem;
            width: auto
    }
        }
.fieldset span:last-child input {
            width: 100%;
        }
@media (min-width: 768px) {
.fieldset span:last-child {
            margin: 0


        
    }    

            .fieldset span:last-child input {
                width: auto;
            }
        }
span.wpcf7-list-item {
    margin: 0;
}
.form-dropdown {

    background: #fff;
    border-radius: 0;
    height: 40px;
}
@media (max-width: 768px) {
.form-dropdown {
        margin-bottom: 2.0rem
}
    }
div.wpforms-container-full .wpforms-form input[type=submit], div.wpforms-container-full .wpforms-form button[type=submit], div.wpforms-container-full .wpforms-form .wpforms-page-button {
    font-family: 'Alergia Grotesk W00', 'sans-serif';
    border-radius: 0;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 1.4rem;
    border: 0;
    font-size: 1.3rem;
    line-height: 1.2rem;
    font-weight: bold;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    cursor: pointer;
    display: inline-block;
    background: #A5D84E;
    color: #193030;
}
div.wpforms-container-full .wpforms-form input[type=submit]:hover, div.wpforms-container-full .wpforms-form button[type=submit]:hover, div.wpforms-container-full .wpforms-form .wpforms-page-button:hover {
        background: #72D3D5;
        color: #fff;
    }
div.wpforms-container-full .wpforms-form input[type=submit]:hover, div.wpforms-container-full .wpforms-form button[type=submit]:hover, div.wpforms-container-full .wpforms-form .wpforms-page-button:hover {
        border: none;
    }
.header-container {
    max-width: 1360px;
    margin: 0 auto;
    padding: 0 2.4rem;
    font-family: 'Alergia Grotesk W00', 'sans-serif';
}
.header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    border-bottom: 4px solid #72D3D5;
    padding-top: 2.0rem;
    padding-bottom: 2.0rem;
}
@media (min-width: 768px) {
.header {
        padding-top: 5.0rem
}
    }
.header-content img {
    width: 200px;
    height: auto;
    margin-bottom: .5rem;
}
@media (min-width: 768px) {
.header-content img {
        width: auto;
        max-width: 240px
}
    }
.main-nav-container {
    display: none;
}
@media (min-width: 768px) {
.main-nav-container {
        display: block
}
    }
.main-menu {
    list-style: none;
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    width: auto;
    font-size: 1.4rem;
    line-height: 2.4rem;
}
.main-menu li {
        margin-left: 4.0rem;
        font-weight: bold;
    }
.main-menu a {
        text-transform: uppercase;
        letter-spacing: .2rem;
        color: #386869;
    }
.main-menu a:hover {
            color: #A5D84E;
        }
/*Action Menu*/
.action-menu {
    list-style: none;
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-bottom: 2.0rem;
}
.action-menu li {
        margin-left: 2.0rem;
    }
.action-menu__button {
    display: inline-block;
    background: #eee;
    font-family: 'Alergia Grotesk W00', 'sans-serif';
    border-radius: 0;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 1.4rem;
    border: 0;
    font-size: 1.3rem;
    line-height: 1.2rem;
    font-weight: bold;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    cursor: pointer;
    display: inline-block;
    background: #386869;
    color: #fff;

}
.action-menu__button:hover {
        background: #72D3D5;
        color: #fff;
    }
/*Site Search*/
.site-search {
    position: relative;
}
.site-search input.text {
        background: rgb(239, 239, 239);
        padding: .6rem 2.0rem;
        border: 0;
        font-size: 1.6rem;
        line-height: 2.8rem;
        position: relative;
    }
.site-search:after {
            position: absolute;
            top: 0;
            right: 1.0rem;
            line-height: 40px;
            content: '\f002';
            font-family: 'FontAwesome';
            color: #193030;
        }
.slick-prev, .slick-next {
    display: inline-block;
    background: #A5D84E;
    border: 0;
    border-radius: 50%;
    width: 3.6rem;
    height: 3.6rem;
    text-indent: -9999px;
    position: relative;
    cursor: pointer;
    position: absolute;
    top: 50%;
    right: -1.8rem;

}
.slick-prev:after, .slick-next:after {
        position: absolute;
        display: block;
        left: 0;
        right: 0;
        top: 0;
        font-size: 1.4rem;
        line-height: 3.6rem;
        margin-top: .1rem;
        text-align: center;
        content: "▻";
        color: #fff;
        text-indent: 0;
        vertical-align: top;
        font-family: 'ssstandard';
        font-weight: normal;
        
    }
.slick-prev {
    left: -1.8rem;
    right: auto;
}
.slick-prev:after {
        content: '◅';
    }
.slider-container {
    position: relative;
}
.home-slider__container {
    max-width: 1360px;
    margin: 0 auto;
    padding: 0 2.4rem;
}
.home-slider {
    position: relative;
}
.home-slider .slick-dots {
        position: absolute;
        bottom: 1.6rem;
        left: 3.0rem;

        list-style: none;

        margin: 0;

        padding: 0;

    }
.home-slider .slick-dots li {
            display: inline-block;
            margin-right: 1.0rem;
        }

.home-slider .slick-dots button {
            background: rgba(255, 255, 255, 0.6);
            border: 0;
            border-radius: 50%;
            text-indent: -9999px;
            width: 1.6rem;
            height: 1.6rem;
            cursor: pointer;
            outline: 0;
            padding: 0;
        }
.home-slider .slick-dots li.slick-active button {
                background: #A5D84E;
            }
@media (min-width: 768px) {
.home-slider .slick-dots {
            bottom: 3.0rem;
            left: 6.0rem

    }    
        }
.home-slider .slide {
        color: #fff;
        
        padding: 2.4rem 2.4rem 4rem 2.4rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: end;
            -ms-flex-align: end;
                align-items: flex-end;
        background-size: cover;
        background-position: center center;
        height: 25.0rem;
    }
@media (min-width: 768px) {
.home-slider .slide {
            height: 74.0rem;
            padding: 6.0rem
    }
        }
.home-slider .slide h1 {
            color: #fff;
            
            font-size: 2.8rem;
            
            line-height: 3.8rem;
            margin-bottom: 0;
        }
@media (min-width: 768px) {
.home-slider .slide h1 {
                font-size: 10.0rem;
                line-height: 11.0rem;
                margin-bottom: 2.0rem
        }    
            }
.home-slider .slide h1 strong {
                color: #A5D84E;
            }
.home-slider .slide p {
           
            font-size: 1.4rem;
           
            line-height: 2.4rem;
        }
@media (min-width: 768px) {
.home-slider .slide p {
                font-size: 2.8rem;
                line-height: 3.8rem
        }
            }
.home-slider .slide-content {
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
    }
.home-slider__heading {
    color: #fff;
}
.home-banner__container  {
    
    max-width: 1360px;
    
    margin: 0 auto;
    
    padding: 0 2.4rem;
}
.home-banner {
    background: #F4B22A;
    padding: 4.0rem;
    
}
@media (min-width: 768px) {
.home-banner {
    padding: 8.0rem 12.0rem
    
}    
    }
.home-banner__heading {
    text-align: center;
    font-size: 1.8rem;
    line-height: 3.0rem;
    text-transform: uppercase;   
}
@media (min-width: 768px) {
.home-banner__heading {
        font-size: 2.8rem;
        line-height: 3.8rem   
}
    }
.home-banner__heading span {
        font-size: 1.2rem;
        line-height: 1.8rem;
        text-transform: uppercase;
        display: block;
        border-bottom: 3px solid #B03E26;
        margin: 0 0 3.0rem;
        font-weight: 300;
        padding-bottom: 1.0rem;
        letter-spacing: .3rem;
    }
@media (min-width: 768px) {
.home-banner__heading span {
            font-size: 1.4rem;
            line-height: 2.4rem
    }            
        }
@media (min-width: 768px) {
.home-banner__heading span {
            margin: 0 15.0rem 3.0rem 15.0rem
    }
        }
.home-main {
    max-width: 1360px;
    margin: 0 auto;
    padding: 0 2.4rem;
}
.home-intro {
    padding: 5.0rem 0 2.5rem;
}
@media (min-width: 768px) {
.home-intro {
        padding: 10.0rem 0 5.0rem
}    
    }
.home-intro h2 {
        font-weight: bold;
        font-size: 4.0vw;
        line-height: 7vw;
    }
@media (min-width: 768px) {
.home-intro h2 {
            font-size: 2.8rem;
            line-height: 3.8rem
    }
        }
.home-intro a {
        color: #193030;
        border-bottom: 5px solid #A5D84E;
    }
.home-intro a:hover {
            color: #A5D84E;
        }
.callout__heading {
    font-family: 'Demos Next W01', 'serif';
    font-weight: 300;
    margin-bottom: 3.0rem;
    font-size: 9vw;
    line-height: 11vw;
}
@media (min-width: 768px) {
.callout__heading {
        font-size: 6.4rem;
        line-height: 7.4rem;
}
    }
.callout {
    margin-bottom: 4.0rem;
}
@media(min-width: 768px) {
    .callout {
        border-left: 1px solid #bbb;
        padding: 3.0rem 6.0rem 3.0rem 6.0rem;
        margin: 8.0rem 20.0rem 5.0rem 0;
        position: relative;
        border-right: 1px solid #bbb;
    }
        .callout:before, .callout:after {
            content: "";
            width: 4.0rem;
            height: 1px;
            background-color: #bbb;
            top: 0;
            left: 0;
            position: absolute;
        }

        .callout:after {
            left: auto;
            right: 0;
        }

    .callout__heading {
        margin-top: -7.0rem;
        position: relative;

    }

    .callout__content {
        font-size: 2.0rem;
        line-height: 3.4rem;
        
        margin: 3.0rem 0 0 0;
    }

        .callout__content p:last-of-type {
            margin: 0;
        }

}
.home-program-areas {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 8.0rem;
}
.home-program-area {
    width: 100%;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}
@media (min-width: 768px) {
.home-program-area {
        width: 50%
}

    }
@media (min-width: 1200px) {
.home-program-area {
        width: 25%
}
    }
.home-program-area .overlay {
        position: absolute;
        -webkit-transition: all .5s ease;
        transition: all .5s ease;
        top: 100%;
        right: 0;
        left: 0;
        
        padding: 4.0rem;
        color: #fff;
    }
.home-program-area .overlay h2 {
            font-size: 2.0rem;
            line-height: 3.4rem;
            font-weight: bold;
            color: #fff;
            margin-bottom: 2.0rem;  
        }
.home-program-area .overlay .continue {
            color: #fff;
        }
.home-program-area .overlay .continue:after {
                color: #fff;
            }
.home-program-area .overlay p {
            font-size: 1.6rem;
            line-height: 2.8rem;
        }
.home-program-area:hover .overlay, .home-program-area:active .overlay, .home-program-area:focus .overlay {
            top: 0;
            bottom: 0;
        }
.home-program-area__title {
    color: #fff;
    padding: 3.0rem 1.5rem;
    text-align: center;
    cursor: pointer;
    
}
.home-program-area__title h2 {
        font-size: 2.0rem;
        line-height: 3.4rem;
        font-weight: bold;
        color: #fff;    
    }
.home-how {
    background: #000;
    color: #fff;
    margin-bottom: 4.0rem;
    background-size: cover;
    background-position: center center;

}
@media (min-width: 768px) {
.home-how {
        padding: 5.0rem;
        margin-bottom: 11.5rem

}
    }
.home-how .home-how__content {
        
        
        padding: 4.0rem;
        position: relative;
        
        



        
    }
@media (min-width: 768px) {
.home-how .home-how__content {
            padding: 7.0rem;    
            border: 1px solid rgba(255,255,255,.5);
            border-width: 0 1px 1px 1px
        
        



        
    }
        }
.home-how .home-how__content:before, .home-how .home-how__content:after {
            
                content: "";
                width: 6.0rem;
                height: 1px;
                background-color: rgba(255,255,255,.5);
                top: 0;
                left: 0;
                position: absolute;    
            
            
        }
.home-how .home-how__content:after {

            
                top: 0;
                left: auto;
                right: 0;    
            
            
        }
.home-how h2 {
        color: #A5D84E;
        font-size: 4.8rem;
        font-weight: bold;
        line-height: 5.6rem;
        margin-bottom: 3.0rem;
    }
.home-how p {
        font-size: 2.0rem;
        line-height: 3.4rem;
    }
@media (min-width: 768px) {
.home-how__content--button {
        text-align: center;
        position: absolute;
        bottom: -1.6rem;
        width: calc(100% - 18.0rem)
    
}
    }
.home-story {
    background-size: cover;
    background-position: center center;
    
    -webkit-box-align: center;
    
        -ms-flex-align: center;
    
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-bottom: 6.0rem;
}
@media (min-width: 768px) {
.home-story {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
}
    }
.home-story.alternate {
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end;
    }
.home-story__content {
    background: rgba(56, 104, 105, 0.6);
    
    padding: 7.0rem 4.0rem;
    
    color: #fff;
    font-size: 2.0rem;
    line-height: 3.4rem;

}
@media (min-width: 768px) {
.home-story__content {
        margin: 5.0rem;
        width: 35%

}
    }
.home-news__heading {
    font-family: 'Demos Next W01', 'serif';
    font-weight: 300;
    margin-bottom: 3.0rem;
    font-size: 9vw;
    line-height: 11vw;
    margin-bottom: 5.0rem;
}
@media (min-width: 768px) {
.home-news__heading {
        font-size: 6.4rem;
        line-height: 7.4rem;
}
    }
.home-news {
    margin-bottom: 5.0rem;
}
.home-news__posts {
    list-style: none;
    margin: 0;
    padding: 0;
    
    -webkit-box-pack: justify;
    
        -ms-flex-pack: justify;
    
            justify-content: space-between;
}
@media (min-width: 768px) {
.home-news__posts {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
}
    }
.home-news__post {
    
    margin-bottom: 2.0rem;
}
@media (min-width: 768px) {
.home-news__post {
        width: 30%
}
    }
.home-news__post img {
        margin-bottom: 2.0rem;
    }
.home-news__post h3 {
        font-size: 2.0rem;
        line-height: 3.4rem;
    }
.home-donate {
    
    border: 1px solid #bbb;
    border-width: 1px 0;
    padding: 4.0rem 0;
    margin-bottom: 4.0rem;
    position: relative;
}
.home-donate:before {
        content: "";
        width: 4.0rem;
        height: 1px;
        background-color: #bbb;
        top: 0;
        right: 0;
        position: absolute;
        display: none;
    }
@media (min-width: 768px) {
.home-donate {
        margin-right: 10.0rem
}
    }
@media (min-width: 992px) {
.home-donate {
        margin-right: 20.0rem;
        border-width: 0 1px 0 0;
        padding: 0 5.0rem 0 0
}

        .home-donate:before {
            display: block;
        }
    }
.home-donate h2 {
        font-size: 4.0rem;
        line-height: 4.0rem;
        font-weight: bold;
        margin-bottom: 1.5rem;       
        -webkit-box-align: start;       
            -ms-flex-align: start;       
                align-items: flex-start;
    }
.home-donate h2 i {
            font-style: normal;
            -webkit-box-flex: 1;
                -ms-flex: 1;
                    flex: 1;
            display: inline-block;
            
        }
.home-donate h2 strong {
            color: #72D3D5;
        }
@media (min-width: 768px) {
.home-donate__content {
       padding-bottom: 4.0rem
} 
    }
@media (min-width: 992px) {
.home-donate__content {
       
        padding-bottom: 8.0rem;
        padding-right: 4.0rem;
        padding-top: 4.0rem
}
    }
.donate-button-group {
    
    -webkit-box-pack: end;
    
        -ms-flex-pack: end;
    
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: -1.5rem;
}
@media (min-width: 768px) {
.donate-button-group {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
}
    }
@media (min-width: 992px) {
.donate-button-group {
        margin-bottom: 10.0rem
}
    }
.donate-button-group h3 {
        margin-right: 2.0rem;
        display: inline-block;
        
    }
.donate-button-group ul {
        list-style: none;
        margin: 0;
        padding: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        width: auto;
        max-width: 400px; 
        -ms-flex-wrap: wrap; 
            flex-wrap: wrap;
    }
.donate-button-group ul li {
            margin: 1.0rem .5rem;
            width: 45%;
        }
@media (min-width: 768px) {
.donate-button-group ul li {
                margin: 0 .5rem;
                width: auto
        }
            }
.donate-button-group ul li a {
                text-align: center;
                width: 100%;
                
            }
@media (min-width: 768px) {
.donate-button-group ul li a {
                    width: auto
                
            }
                }
@media (min-width: 768px) {
            .donate-button-group ul li {
                margin: 0 1.0rem;
            }
        }
@media (min-width: 992px) {
.member-grid {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between

    
}
    }
.member-grid .member-container {
        display: block;
    }
@media (min-width: 992px) {
.member-grid .member-container {
            width: 48%
    }    
        }
.team-member {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 3.0rem;
    height: 100%;
}
.team-member h2 {
        text-transform: uppercase;
        font-size: 2.0rem;
        line-height: 3.4rem;
        letter-spacing: .3rem;
    }
.team-member__position {
    text-transform: uppercase;
    font-family: 'Alergia Grotesk W00', 'sans-serif';
    font-size: 1.4rem;
    line-height: 2.4rem;
    letter-spacing: .3rem;
}
.team-member__image {
    width: 10.0rem;
    height: 10.0rem;
    margin-right: 3.0rem;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
}
.team-member__image img {
        border-radius: 50%;
    }
.single-member__header {
    
    -webkit-box-align: center;
    
        -ms-flex-align: center;
    
            align-items: center;
    margin-bottom: 5.0rem;
}
@media (min-width: 768px) {
.single-member__header {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
}
    }
.single-member__image {
    text-align: center;
    margin-bottom: 2.0rem;
    margin-right: 3.0rem;
}
.single-member__image img {
        border-radius: 50%;    
        max-width: 20.0rem;
        max-height: 20.0rem;
    }
.single-member__details {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
}
.single-member__name {
    margin-bottom: 2.0rem;
    font-size: 4.8rem;
}
.single-member__title {
    text-transform: uppercase;
    font-family: 'Alergia Grotesk W00', 'sans-serif';
    font-size: 1.4rem;
    line-height: 2.4rem;
    letter-spacing: .3rem;
}
/*Program Area Grid*/
.program-area-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 6.0rem 0;
}
.program-area-grid__item {
    width: 100%;
    margin-bottom: 2%;
}
@media (min-width: 768px) {
.program-area-grid__item {
        width: 49%;
}        
    }
.program-area-grid__item--content {
    padding: 3.0rem;
    color: #fff;
}
.program-area-grid__item--content h2 {
        font-size: 2.8rem;
        line-height: 3.8rem;
        color: #fff;
        font-weight: bold;
        
    }
.program-area-grid__item--content .continue {
        color: #fff;
    }
.program-area-grid__item--content .continue:after {
            color: #fff;
        }
.program-area-grid__item--content .continue:hover {
            text-decoration: underline;
        }
.program-area-story {
    max-width: 1360px;
    margin: 0 auto;
    padding: 0 2.4rem;
    margin-bottom: 12.0rem;
}
.program-area-contact {
    background: #fafafa;
    padding: 4.0rem;
    margin: 4.0rem 0;
}
.program-area-contact .preview {
        margin-bottom: 0;
    }
.program-area-contact .preview__image {
        margin-bottom: 0;
    }
.all-program-preview {
    margin-bottom: 2.0rem;
}
.all-program-preview p {
        margin-bottom: 0;
    }
/*Program List*/
.program-list, .program-list-open {
    list-style: none;
    margin: 0;
    padding: 0;
}
.program-list h3, .program-list-open h3 {
        font-size: 1.8rem;
        line-height: 3.0rem;
        text-transform: uppercase;
        letter-spacing: .3rem;
    }
.program-list .program-list__location, .program-list-open .program-list__location {
        font-size: 1.6rem;
        line-height: 2.8rem;
    }
.program-list h4, .program-list-open h4 {
        font-size: 1.6rem;
        line-height: 2.8rem;
        font-weight: normal;
        display: inline-block;
    }
.program-list h4:after, .program-list-open h4:after {
            content: ": ";
        }
.program-list p, .program-list-open p {
        margin: 0;
    }
.program-list li, .program-list-open li {
        margin-bottom: 3.0rem;
        display: none;
        padding-bottom: 3.0rem;
        border-bottom: 1px solid #bbb;
    }
.program-list-open li {
        display: block;
    }
.program-filters {
    

    -webkit-box-pack: start;
    

        -ms-flex-pack: start;
    

            justify-content: flex-start;
    list-style: none;
    margin: 0;
    padding: 0;
    margin: 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
@media (min-width: 768px) {
.program-filters {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
}
    }
.program-filters li {
        margin-bottom: 2.0rem;
        display: none;
    }
@media (min-width: 768px) {
.program-filters li {
            width: 33%;
    }    
        }
.program-filter {
    
    margin-right: .8rem;
     
}
.program-area-filter {
    background: none;
    border-left: 1px solid #bbb;
    padding: 3.0rem 6.0rem 3.0rem 6.0rem;
    margin: 4.0rem 0 2.0rem 0;
    position: relative;
    font-family: 'Alergia Grotesk W00', 'sans-serif';
    font-weight: bold;

}
.program-area-filter:before, .program-area-filter:after {
        content: "";
        width: 4.0rem;
        height: 1px;
        background-color: #bbb;
        top: 0;
        left: 0;
        position: absolute;
    }
.program-area-filter:after {
        left: 0;
        bottom: 0;
        top: auto;
    }
.program-filter-all {
    font-size: 1.6rem;
    line-height: 2.8rem;
    display: inline-block;
    font-weight: bold;
    letter-spacing: .3rem;
    text-decoration: none;
    border-bottom: 2px solid #A5D84E;
    margin-bottom: 4.0rem;
}
.program-filter-no-results {
    display: none;
}
.program-details {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.program-details h2 {
        text-transform: uppercase;
        font-family: 'Alergia Grotesk W00', 'sans-serif';
        font-size: 1.6rem;
        line-height: 2.8rem;
        font-weight: bold;
        letter-spacing: .3rem;
        margin-bottom: 1.5rem;
    }
.program-details ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }
.program-details__container {
    margin-bottom: 3.0rem;
}
.program-details__contact {
    list-style: none;
    margin: 0;
    padding: 0;
}
.program-details__contact li {
        position: relative;
        padding-left: 2.4rem;
        margin-bottom: 1.0rem;
    }
.program-details__contact i {
        position: absolute;
        left: 0;
        top: .5rem;
        font-family: 'ssstandard';
        -ms-font-feature-settings: "liga" 1;
        color: #72D3D5;
        font-size: 1.4rem;
        line-height: 2.4rem;
        display: inline-block;
        margin-right: .8rem;
        font-style: normal;
    }
.program-details__column {
    width: 50%;
}
.map h2 {
        font-size: 4.2rem;
        line-height: 6.6rem;
        font-weight: bold;
        
    }
.program-locator {
    background-image: url('../dist/img/map.png');
    background-size: cover;
    background-position: center center;
    min-height: 550px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.program-locator select {
    background: #fff;
    border-radius: 0;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border: 0;
    width: 20.0rem;
    padding-left: 2.0rem;
    
    font-size: 1.8rem;
    
    line-height: 3.0rem;
    }
.program-locator .fieldset {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
.difference-prefooter {
    margin-top: 5.0rem;
    max-width: 1360px;
    margin: 0 auto;
    padding: 0 2.4rem;
    padding-bottom: 12.0rem;
}
.difference-story {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    height: 500px;
    margin-bottom: 5.0rem;
}
.difference-story__content {
    background: #193030;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 3.0rem;
    color: #fff;
    width: 400px;
}
.difference-story__content h2 {
        color: #fff;
    }
.difference-story__content .continue {
        color: #fff;
    }
.difference-story__content .continue:after {
            color: #A5D84E;
        }
.difference-post {
    height: 500px;
    background-size: cover;
    background-position: center center;
    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;

}
.difference-post__content {
    padding: 5.0rem;
    width: 60%;
}
.difference-post__content h3 {
        font-size: 5.0rem;
        line-height: 5.8rem;
        font-family: 'Demos Next W01', 'serif';
        font-weight: 300;
    }
.difference-post__content .continue {

        color: #193030;
    }
.difference-post__content .continue:after {
            color: #193030;
        }
.difference-post__content .continue:hover {
            color: #193030;
            text-decoration: underline;
            
        }
.difference-post__preheading {
    text-transform: uppercase;
    font-family: 'Alergia Grotesk W00', 'sans-serif';
    letter-spacing: .3rem;
    font-weight: bold;
    font-size: 1.4rem;
    line-height: 2.4rem;
}
.stacking-page-main {
    padding-bottom: 6.0rem;
}
.difference-donate-box {
    background: #000;
    color: #fff;
    padding: 10.0rem 4.0rem;
}
.difference-donate-box h2 {
        font-size: 4.8rem;
        line-height: 5.6rem;
        font-weight: bold;
        color: #fff;
        margin-bottom: 4rem;
    }
.difference-donate-box h2 strong {
            color: #72D3D5;
        }
.difference-donate-button-group {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin: 0;
}
.sidebar-categories {
    padding: 6.0rem 6.0rem 6.0rem 0;
}
.sidebar-categories-heading {
    padding-left: 6.0rem;
    font-weight: bold;
    font-size: 1.8rem;
    line-height: 3.0rem;
    text-transform: uppercase;
    margin-bottom: 2.0rem;
    letter-spacing: .2rem;
    color: #386869;
}
.sidebar-categories-list {



    list-style: none;



    margin: 0;



    padding: 0;
    font-family: 'Alergia Grotesk W00', 'sans-serif';
    
    text-transform: uppercase;
    font-size: 1.4rem;
    line-height: 2.4rem;
    letter-spacing: .3rem;
    font-weight: normal;
    
        
    

}
.sidebar-categories-list a:hover {
            color: #72D3D5;
        }
.sidebar-categories-list > li {
        padding-left: 6.0rem;
        margin-bottom: 2.0rem;
    }
.sidebar-categories-list > li a {
            margin-bottom: 1.6rem;
            display: block;
        }
.sidebar-categories-list li {
        position: relative;
    }
.sidebar-categories-list li.current-menu-ancestor ul {
            display: block;
        }
.sidebar-categories-list .current-cat > a {
            color: #72D3D5;    
        }
.sidebar-categories-list .current-cat:before {
            position: absolute;
            content: "–";
            left: 0rem;
            color: #72D3D5;
        }
.sidebar-categories-list .current-cat ul {
            display: block;
        }
.media-center-previews {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 3.0rem 0;
}
.media-center__feature {
    
    text-align: center;
    margin-bottom: 6.0rem;
    width: 100%;
}
@media (min-width: 768px) {
.media-center__feature {
        width: 46%
}
    }
.media-center__feature img {
        width: 20.0rem;
        height: auto;
        margin-bottom: 1.0rem;
        border-radius: 50%;
    }
.media-center__feature h2 {
        margin-bottom: 1.0rem;
    }
.media-center__feature a {
        min-width: 16.0rem;
    }
@charset "UTF-8";
/*!
 * Pikaday
 * Copyright © 2014 David Bushell | BSD & MIT license | http://dbushell.com/
 */
.pika-single {
    z-index: 9999;
    display: block;
    position: relative;
    color: #333;
    background: #fff;
    border: 1px solid #ccc;
    border-bottom-color: #bbb;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
/*
clear child float (pika-lendar), using the famous micro clearfix hack
http://nicolasgallagher.com/micro-clearfix-hack/
*/
.pika-single:before,
.pika-single:after {
    content: " ";
    display: table;
}
.pika-single:after { clear: both }
.pika-single { *zoom: 1 }
.pika-single.is-hidden {
    display: none;
}
.pika-single.is-bound {
    position: absolute;
    -webkit-box-shadow: 0 5px 15px -5px rgba(0,0,0,.5);
            box-shadow: 0 5px 15px -5px rgba(0,0,0,.5);
}
.pika-lendar {
    float: left;
    width: 240px;
    margin: 8px;
}
.pika-title {
    position: relative;
    text-align: center;
}
.pika-label {
    display: inline-block;
    *display: inline;
    position: relative;
    z-index: 9999;
    overflow: hidden;
    margin: 0;
    padding: 5px 3px;
    font-size: 14px;
    line-height: 20px;
    font-weight: bold;
    background-color: #fff;
}
.pika-title select {
    cursor: pointer;
    position: absolute;
    z-index: 9998;
    margin: 0;
    left: 0;
    top: 5px;
    filter: alpha(opacity=0);
    opacity: 0;
}
.pika-prev,
.pika-next {
    display: block;
    cursor: pointer;
    position: relative;
    outline: none;
    border: 0;
    padding: 0;
    width: 20px;
    height: 30px;
    /* hide text using text-indent trick, using width value (it's enough) */
    text-indent: 20px;
    white-space: nowrap;
    overflow: hidden;
    background-color: transparent;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 75% 75%;
    opacity: .5;
    *position: absolute;
    *top: 0;
}
.pika-prev:hover,
.pika-next:hover {
    opacity: 1;
}
.pika-prev,
.is-rtl .pika-next {
    float: left;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAUklEQVR42u3VMQoAIBADQf8Pgj+OD9hG2CtONJB2ymQkKe0HbwAP0xucDiQWARITIDEBEnMgMQ8S8+AqBIl6kKgHiXqQqAeJepBo/z38J/U0uAHlaBkBl9I4GwAAAABJRU5ErkJggg==');
    *left: 0;
}
.pika-next,
.is-rtl .pika-prev {
    float: right;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAU0lEQVR42u3VOwoAMAgE0dwfAnNjU26bYkBCFGwfiL9VVWoO+BJ4Gf3gtsEKKoFBNTCoCAYVwaAiGNQGMUHMkjGbgjk2mIONuXo0nC8XnCf1JXgArVIZAQh5TKYAAAAASUVORK5CYII=');
    *right: 0;
}
.pika-prev.is-disabled,
.pika-next.is-disabled {
    cursor: default;
    opacity: .2;
}
.pika-select {
    display: inline-block;
    *display: inline;
}
.pika-table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    border: 0;
}
.pika-table th,
.pika-table td {
    width: 14.285714285714286%;
    padding: 0;
}
.pika-table th {
    color: #999;
    font-size: 12px;
    line-height: 25px;
    font-weight: bold;
    text-align: center;
}
.pika-button {
    cursor: pointer;
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -moz-box-sizing: border-box;
    outline: none;
    border: 0;
    margin: 0;
    width: 100%;
    padding: 5px;
    color: #666;
    font-size: 12px;
    line-height: 15px;
    text-align: right;
    background: #f5f5f5;
}
.pika-week {
    font-size: 11px;
    color: #999;
}
.is-today .pika-button {
    color: #33aaff;
    font-weight: bold;
}
.is-selected .pika-button {
    color: #fff;
    font-weight: bold;
    background: #33aaff;
    -webkit-box-shadow: inset 0 1px 3px #178fe5;
            box-shadow: inset 0 1px 3px #178fe5;
    border-radius: 3px;
}
.is-inrange .pika-button {
    background: #D5E9F7;
}
.is-startrange .pika-button {
    color: #fff;
    background: #6CB31D;
    -webkit-box-shadow: none;
            box-shadow: none;
    border-radius: 3px;
}
.is-endrange .pika-button {
    color: #fff;
    background: #33aaff;
    -webkit-box-shadow: none;
            box-shadow: none;
    border-radius: 3px;
}
.is-disabled .pika-button,
.is-outside-current-month .pika-button {
    pointer-events: none;
    cursor: default;
    color: #999;
    opacity: .3;
}
.pika-button:hover {
    color: #fff;
    background: #ff8000;
    -webkit-box-shadow: none;
            box-shadow: none;
    border-radius: 3px;
}
/* styling for abbr */
.pika-table abbr {
    border-bottom: none;
    cursor: help;
}
/**
 * This theme is an example to show how you can create your own.
 */
.pika-single.dark-theme {
    color: #fff;
    background: #333;
    border: 1px solid #666;
    border-bottom-color: #999;
}
.dark-theme .pika-label {
    background-color: #333;
}
.dark-theme .pika-prev,
.dark-theme .is-rtl .pika-next {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAQAAACGG/bgAAAAQ0lEQVR4Ae3KIQ4AIBTD0N0/IeHGI3UIRA3ut/Zl+ltXc5++htVAmIAwAWECwgSEKbgthEoIlRAqIVRCqINQB9nDgQd7ktwFo6UpWQAAAABJRU5ErkJggg==');
}
.dark-theme .pika-next,
.dark-theme .is-rtl .pika-prev {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAQAAACGG/bgAAAAP0lEQVQ4y+3TMQoAMAgEwfwfAvvjTZ1uGzuvHhBPPGczEG+FRqqRaqQaqUaqkX6QBmmjacvQ6qEVTjsh+xizebvlaWptGXZAAAAAAElFTkSuQmCC');
}
.dark-theme .pika-table th {
    color: #999;
}
.dark-theme .pika-button {
    color: #fff;
    background: #222;
}
.dark-theme .pika-week {
    color: #999;
}
.dark-theme .is-today .pika-button {
    color: #33aaff;
}
.dark-theme .is-selected .pika-button {
    color: #fff;
    background: #33aaff;
    -webkit-box-shadow: inset 0 1px 3px #178fe5;
            box-shadow: inset 0 1px 3px #178fe5;
}
.dark-theme .is-disabled .pika-button {
    color: #999;
    opacity: .3;
}
.dark-theme .pika-button:hover {
    color: #fff !important;
    background: #ff8000 !important;
}
/**
 * This theme is an example to show how you can add triangles to the dropdowns.
 */
.triangle-theme .pika-label:after {
    content:" \25be";
}
.mobile-nav-trigger {
    display: block;
    position: absolute;
    right: 2.4rem;
    top: 4.5rem;
    color: #455A21;
    cursor: pointer;
}
@media (min-width: 768px) {
.mobile-nav-trigger {
        display: none
}
    }
.mobile-navigation {
	position: fixed;
	
	width: 100%;
	height: 100%;
	z-index: 1000;
	top: 0;
	right: 0;
	bottom: 0;
	left: -100%;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
	background: rgba(25,48,48,.9);
}
.mobile-navigation.open {
		left: 0;
	}
.mobile-navigation .site-search {
		display: inline-block;
		margin-top: 2.0rem;
		margin-left: 1.0rem;
	}
.mobile-navigation .site-search input {
			min-width: 280px;
		}
.mobile-menu {
	width: 100%;
	margin: 0;
	padding: 0;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	
	list-style: none;
}
.mobile-menu li {
		margin: 0;
		padding: 0;
	}
.mobile-menu > li {
		width: 100%;
	}
.mobile-menu > li a {
			display: block;
			width: 100%;
			padding: 1.4rem 1.0rem;
			border-bottom: 1px solid rgba(114,211,213,.2);
			color: #fff;
		}
.mobile-menu > li a:hover {
				background: #72D3D5;
			}
.mobile-menu > li:first-of-type a {
				border-top: 1px solid rgba(114,211,213,.2);
			}
.mobile-menu .menu-item-has-children {
		position: relative;
	}
.mobile-menu .menu-item-has-children:after {
			position: absolute;
			content: "\f0d9" ;
			font-family: 'fontAwesome';
			color: #fff;
			top: 0;
			right: 1.0rem;
			line-height: 6.4rem;
		}
.mobile-menu .menu-item-has-children.open:after {
				content: "\f0d7";
			}
.mobile-menu ul {
		margin: 0;
		padding: 0;
		display: none;
	}
.mobile-menu ul a {
			padding-left: 4.0rem;
		}
.close-mobile-nav {
	text-align: right;
	width: 100%;
	color: #fff;
	padding: 1.0rem 1.0rem 1.0rem;
}




