

@media (min-width: 0){
    .social_icon:nth-child(2){
        padding: 0 15px;
    }
    .toggle {
        display: block;
        cursor: pointer;
      }
      .toggle input {
        display: none;
      }
      .toggle input + div {
        width: 20px;
        height: 14px;
        position: relative;
      }
      .toggle input + div div {
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        -webkit-transition: -webkit-transform .5s ease;
        transition: -webkit-transform .5s ease;
        transition: transform .5s ease;
        transition: transform .5s ease, -webkit-transform .5s ease;
      }
      .toggle input + div div span {
        display: block;
        position: absolute;
        left: 0;
        right: 0;
      }
      .toggle input + div div span:first-child {
        top: 0;
      }
      .toggle input + div div span:first-child:before, .toggle input + div div span:first-child:after {
        top: 0;
      }
      .toggle input + div div span:last-child {
        bottom: 0;
      }
      .toggle input + div div span:last-child:before, .toggle input + div div span:last-child:after {
        bottom: 0;
      }
      .toggle input + div div span:before, .toggle input + div div span:after {
        content: '';
        display: block;
        width: 47%;
        height: 2px;
        border-radius: 1px;
        background: #fff;
        position: absolute;
        -webkit-backface-visibility: hidden;
        -webkit-transition: border-radius .3s ease, background .4s ease, -webkit-transform .5s ease;
        transition: border-radius .3s ease, background .4s ease, -webkit-transform .5s ease;
        transition: transform .5s ease, border-radius .3s ease, background .4s ease;
        transition: transform .5s ease, border-radius .3s ease, background .4s ease, -webkit-transform .5s ease;
      }
      .toggle input + div div span:before {
        left: 0;
        -webkit-transform-origin: 0 50%;
                transform-origin: 0 50%;
        -webkit-transform: translate(1px, 0) scaleX(1.1);
                transform: translate(1px, 0) scaleX(1.1);
      }
      .toggle input + div div span:after {
        right: 0;
        -webkit-transform-origin: 100% 50%;
                transform-origin: 100% 50%;
        -webkit-transform: translate(-1px, 0) scaleX(1.1);
                transform: translate(-1px, 0) scaleX(1.1);
      }
      .toggle input + div svg {
        display: block;
        fill: none;
        stroke: #fff;
        stroke-width: 2px;
        width: 44px;
        height: 44px;
        stroke-linecap: round;
        position: absolute;
        left: 50%;
        top: 50%;
        margin: -22px 0 0 -22px;
        stroke-dasharray: 0 82.801 8 82.801;
        stroke-dashoffset: 82.801;
        -webkit-transform-origin: 50% 50%;
                transform-origin: 50% 50%;
        -webkit-backface-visibility: hidden;
        -webkit-transform: scale(1);
                transform: scale(1);
        -webkit-transition: stroke-dashoffset .5s ease, stroke-dasharray .6s ease, stroke .4s ease, -webkit-transform .5s ease;
        transition: stroke-dashoffset .5s ease, stroke-dasharray .6s ease, stroke .4s ease, -webkit-transform .5s ease;
        transition: stroke-dashoffset .5s ease, stroke-dasharray .6s ease, transform .5s ease, stroke .4s ease;
        transition: stroke-dashoffset .5s ease, stroke-dasharray .6s ease, transform .5s ease, stroke .4s ease, -webkit-transform .5s ease;
      }
      .toggle input + div svg:nth-child(3) {
        -webkit-transform: rotate(180deg) scale(1);
                transform: rotate(180deg) scale(1);
      }
      .toggle input:checked + div div {
        -webkit-transform: rotate(90deg);
                transform: rotate(90deg);
      }
      .toggle input:checked + div div span:before, .toggle input:checked + div div span:after {
        background: #fff;
      }
      .toggle input:checked + div div span:first-child:before {
        -webkit-transform: rotate(45deg) translate(2.2px, -3px) scaleX(1.05);
                transform: rotate(45deg) translate(2.2px, -3px) scaleX(1.05);
      }
      .toggle input:checked + div div span:first-child:after {
        -webkit-transform: rotate(-45deg) translate(-2.2px, -3px) scaleX(1.05);
                transform: rotate(-45deg) translate(-2.2px, -3px) scaleX(1.05);
      }
      .toggle input:checked + div div span:last-child:before {
        -webkit-transform: rotate(-45deg) translate(2.2px, 3px) scaleX(1.05);
                transform: rotate(-45deg) translate(2.2px, 3px) scaleX(1.05);
      }
      .toggle input:checked + div div span:last-child:after {
        -webkit-transform: rotate(45deg) translate(-2.2px, 3px) scaleX(1.05);
                transform: rotate(45deg) translate(-2.2px, 3px) scaleX(1.05);
      }
      .toggle input:checked + div svg {
        stroke-dashoffset: 62;
        stroke-dasharray: 0 82.801 62 82.801;
        -webkit-transform: rotate(90deg);
                transform: rotate(90deg);
        stroke: #fff;
      }
      .toggle input:checked + div svg:nth-child(3) {
        -webkit-transform: rotate(270deg);
                transform: rotate(270deg);
      }
      

      
  
   
      

    
    *{
        font-family: 'Josefin Slab', serif;
        color: #505050;
        font-weight: 600;
        box-sizing: border-box;
        position: relative;
    }
    body{
        margin: 0;
        padding: 0;
    }
    a{
        text-decoration: none;
    }
    .link{
        transition: color ease-in-out 0.2s;
        cursor: pointer;
    }
    .btn{
        height: 50px;
        border-radius: 25px;
        min-width: 120px;
        padding: 0 15px;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: all ease-in-out 0.2s;
        font-size: 16px;
        border:none;
        outline: none;
    }
    .btn, .btn > span{
        font-weight: bold;
        font-family: 'Josefin Sans', sans-serif;
    }
    input.btn_primary, a.btn_primary, .btn_primary{
        background-color: #46AB86;
        color: #fff;
    }
    input.btn_primary, a.btn_primary > span, .btn_primary > span{
        color: #fff;
    }
    .inline_form{
        display: flex;
    }
    .form_control{
        height: 50px;
        border-radius: 25px;
        padding: 25px;
        border:none;
        outline: none;
        appearance: none;
        width: 100%;
        font-size: 18px;
    }
    .inline_form > .form_control{
        padding-right: 130px;
    }
    .inline_form  .btn{
        position: absolute;
        right: 0;
        top: 0;
    }
    h1,h2,h3,h4,h5,h6, h4>a{
        font-family: 'Josefin Sans', sans-serif;
        margin: 0 0 40px 0;
    }
    .col > h2{ margin: 0;}
    h1, h3{
        color: #fff;
        margin: 0;
    }
    h1{
        font-size: 58px;
        margin-bottom: 10px;
    }
    h3{
        font-size:28px;
        font-weight: 300;
        line-height: 32px;
    }
    h2{
        color: #E50B3E;
        font-size: 52px;
    }
    
    .social_icon svg{
        vertical-align: middle;
        fill: #fff;
        transition: fill ease-in-out 0.2s;
        cursor: pointer;
    }
    .social_icon svg:hover{
        fill:#F6C688;
    }
    h2 > a{
        font-family: 'Josefin Sans', sans-serif;
        font-weight: 300;
        font-size: 28px;
        color: #E50B3E;
    }
    h4, h4>a{
        font-size: 21px;
    }
    h4>a:hover{
        color: #E50B3E;
    }
    h5{
        font-size: 18px;
        color: #B1B1B1;
        font-weight: normal;
    }
    .history_item h4{
        color: #46AB86;
        margin-bottom: 10px;
    }
    .history_item .circle{
        height: 80px;
        width: 80px;
        border-radius: 50%;
        background: #46AB86;
        margin-bottom: 15px;
    }
    .card h4{
        color: #fff;
        
    }
    
    .intro_paragraph{
        font-size: 24px;
        line-height: 38px;
    }
    .paragraph{
        font-size: 18px;
        line-height: 24px;
    }
    .quote{
        font-weight: bold;
        line-height: 33px;
        color: #3E2D48;
    }
    #bio{
        font-size: 18px;
        line-height: 28px;
    }
    header{
        position: absolute;
        top:0;
        left: 0;
        width: 100%;
        z-index: 99;
        padding: 20px;
    }
    header  .right{
        display:  flex;
        justify-content: flex-end;
    }
    #hamburger{
        height: 80px;
        width: 80px;
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 100;
    }
    nav{
        
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: #3E2D48;
        justify-content: center;
        align-items: center;
        z-index: 99;
        display: none;
    }
    nav.active{
        display: flex;
       
    }
    #nav_container{
        text-align: center;
    }
    #nav_container .link{
        display: block;
        height: 40px;
        line-height: 40px;
    }
    #nav_container div:first-of-type{
        margin-bottom: 30px;
    }
    #nav_container div:last-of-type{
        margin-top: 30px;
    }
     .link{
        color: #fff;
        text-shadow: 1px 1px 0 #2A1F31;
    }
    .link:hover{
        color: #E50B3E;
    }
    
    #hero_banner{
        background-image: url(../assets/banner@2x.jpg);
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover; 
        height: 80vh;
        display: flex;
        align-items: flex-end;
        
    }
    #hero_banner:after{
        content: '';
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        width: 100%;
        height: 500px;
        background-image: url(../assets/pattern.svg);
        background-position: left calc(100% + 80px);
        background-repeat: no-repeat;
        display: none;
    }
    .message{
       width: 100%;
       z-index: 98;
       margin:0 auto;
       max-width: 1076px;
       padding:0 50px 80px 50px;
    }
    
    body > section {
        padding: 100px 0;
    }
    body > section:nth-of-type(even){
        background: #EFEFEF;
    }
    .grid_container{
        max-width: 1076px;
        padding: 0 20px;
        margin: 0 auto; 
    }
    .grid_container.no_max{
        max-width: none;
        padding: 0;
    }
    .grid{
        margin: -20px;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }
    .col{
        margin: 20px;    
    }
    ._1,._2,._3,._4,._5,._6,._7,._8,._9,._10,._11,._12{
        flex: 0 0 100%;
        max-width: calc(100% - 40px);
    }
    .left, .right{
        flex: 0 0 50%;
        max-width: calc(50% - 40px);
    }
    #member_nav{
        text-align: right;
    }
    #member_nav button{
        cursor: pointer;
    }
    #member_nav button{
        appearance: none;
        background: none;
        border: none;
        outline: none;
        height: 30px;
        width: 30px;
    }

    .card{
        border-radius: 10px;
        overflow: hidden;
        cursor: pointer;
    }
    .card > img{
        z-index: 0;
    }
    .card-info.absolute{
        position: absolute;
        z-index: 1;
        bottom: 0;
        left: 0;
        text-align: center;
        width: 100%;
        padding: 0 15px;
    }
    #partners img{
        opacity: 0.8;
    }
    #partners img:not(:first-of-type){
        margin-left: 40px;
    }
    #sign_up h2{
        text-align: center;
        margin-bottom: 20px;
    }
    #sign_up #mc_embed_signup{
        max-width: 600px;
        margin: 0 auto;
    }
    footer{
        background: #3E2D48;
        padding: 40px;
        overflow: hidden;
        text-align: center;
        
    }
    footer:after{
        
        position: absolute;
        right: 0; 
        top: 0;
        margin-right: -106px;
        content: '';
        background-image: url(../assets/emblum.svg);
        transform: rotate(45deg);
        height: 297px;
        width: 290px;
        display: block;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 100% auto;
        display: none;
    }
    footer > div{
        margin-top: 20px;
    }
    footer .link{
        
        display: block;
        height: 40px;
        line-height: 40px;
    }
    footer .social_icon:nth-child(2){
        padding: 0 15px;
    }
    #copyright{
        font-size: 12px;
        color: #fff;
    }
    #latest_news .thumbnail_image {
        display: block;
        height: 200px;
        border-radius: 10px;
        overflow: hidden;
        margin-bottom: 30px;
    }
    .thumbnail_image .image{
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
    .image.default{
        background-image:url(../assets/loading_image.svg); 
    }
    em.date{
        color: #B1B1B1;
        font-size: 18px;
        font-style: normal;
        margin-bottom: 15px;
        display: block;
    }
    #latest_news h4{
        line-height: 28px;
    }
    #latest_news .news_post {
        flex: 100%;
        max-width: calc(100% - 40px);
    }   
    .historical-context{line-height: 21px;}  
    .post_info h4{
        margin-bottom: 10px;
    }
    .post_info .para{
        line-height: 23px;
    }
    #hero_banner > div.small  > h1{
        font-size: 32px;
        line-height: 38px;
    }
    #hero_banner > div.small  > h3{
        font-size: 26px;
    }
    #hero_banner > div.small > a{
        margin-top: 20px !important;
        max-width: 100px;
    }
}
@media (min-width:600px){
    #latest_news .news_post {
        flex: 33.33%;
        max-width: calc(33.33% - 40px);
    }   
}
@media (min-width:768px) {
    #hero_banner:after{
        display: block;
    }
    #hero_banner{
        min-height: 620px;
            background-image: url(../assets/banner@2x.jpg);
    }
    .message{
        width: 100%;
        z-index: 98;
        margin: 0;
        max-width: 50%;
        padding: 0 50px 180px 50px;
     }
    ._2{
        flex: 0 0 16.67%;
        max-width: calc(16.67% - 40px);
    }
    ._3{
        flex: 0 0 25%;
        max-width: calc(25% - 40px);       
    }
    ._4{
        flex: 0 0 33.33%;
        max-width: calc(33.33% - 40px);
    }
    ._6{
        flex: 0 0 50%;
        max-width: calc(50% - 40px);       
    }
    ._8{
        flex: 0 0 66.66%;
        max-width: calc(66.66% - 40px);
    }
    ._12{
        flex: 0 0 100%;
        max-width: calc(100% - 40px);
    }
    footer:after{
        display: block;
    }
    footer{
        text-align: left;
    }
    footer  .link{
        display: inline;
        margin-right: 30px;
    }
    
}
@media (min-width:1071px){
   
    #hamburger{display: none;}
    nav{
        display: flex;
        justify-content: flex-end;
        position: relative;
        background: transparent;
        
        
    }
    #nav_container{
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-items: center;
        height: 80px;
        position: relative;
    }
    #nav_container .link{
        height: auto;
        display: inline;
        line-height: normal;
    }
    #nav_container > div:first-of-type{
        padding-right: 30px;
        margin: 0;
    }
    #nav_container div:last-of-type{
        margin: 0;
    }
    
    #nav_container div:last-of-type{
        padding-left: 20px;
    }
    nav .menu_item{
        font-size: 14px;
        padding-left: 30px;
    }
    .left{
        flex: 0 0 33.33%;
        max-width: calc(33.33% - 40px);
    }
    .right{
        flex: 0 0 66.66%;
        max-width: calc(66.66% - 40px);
    }
    #hero_banner > div.small  > h1{
        font-size: 38px;
        line-height: 43px;
    }
    #hero_banner > div.small  > h3{
        font-size: 26px;
    }
}
@media (min-width:1106px) {
    .grid_container{
        padding: 0;
    }
}