@charset "UTF-8";
/*
  On The Table
*/
/* Theme Colors */
/* Fonts: */
/* Media query break points: */
@import url("https://use.typekit.net/ukd1egs.css");
.btn.small {
  min-width: initial;
  padding: 1px 12px 2px;
  font-size: 14px; }

.btn {
  background-color: #ea5329;
  border-radius: 22.5px;
  color: white;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  line-height: calc(25/16);
  min-width: 185px;
  max-height: 47px;
  padding: 10px 32px;
  text-align: center;
  -webkit-transition: background-color 0.2s ease-out, color 0.2s ease-out;
  transition: background-color 0.2s ease-out, color 0.2s ease-out;
  white-space: nowrap; }
  .btn.half-width {
    width: 50%; }
  .btn:hover {
    color: white;
    background-color: #e34316;
    -webkit-transition: background-color 0.3 ease;
    transition: background-color 0.3 ease; }
  .btn-blue {
    color: #272525;
    background-color: #a2dceb; }
    .btn-blue:hover {
      background-color: #fdfbf7; }
  .btn-cta {
    color: white; }
  .btn-header {
    color: white;
    width: auto;
    min-width: 0;
    line-height: 28px;
    height: 28px;
    padding: 0 15px; }
  .btn-video {
    color: white;
    position: relative;
    text-align: left;
    max-width: 183px; }
    .btn-video .play_btn {
      background-image: url(../images/play-button.svg);
      background-position: right 6px center;
      background-repeat: no-repeat;
      background-size: 35px 35px;
      display: inline-block;
      height: 37px;
      position: absolute;
      right: 0;
      text-align: left;
      top: 5px;
      width: 41px; }
  .btn-outline {
    border: 1px solid white;
    color: white; }
    .btn-outline:hover {
      background: white;
      color: #ea5329; }

input[type='text'], input[type='email'] {
  background-color: white;
  border-radius: 22px;
  padding: 0px 16px;
  height: 45px;
  display: inline-block;
  width: 100%;
  font-size: 18px; }
  input[type='text']:focus, input[type='email']:focus {
    outline: none;
    -webkit-box-shadow: 0px 0px 15px #45cdf4;
            box-shadow: 0px 0px 15px #45cdf4; }

.mc-field-group {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: inline-block;
  text-align: left;
  margin-bottom: 16px;
  width: 100%; }
  @media (min-width: 600px) {
    .mc-field-group {
      margin-right: 16px;
      width: auto; } }
  .mc-field-group:last-of-type {
    margin-right: 0px; }
  .mc-field-group label {
    display: block;
    margin-left: 16px;
    margin-bottom: 4px;
    color: rgba(39, 37, 37, 0.9); }

.input-group {
  display: block; }

.form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  @media (min-width: 600px) {
    .form-row {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; } }

.collapsible .collapsible-collapsed,
.collapsible .collapsible-toggle-hide {
  display: none; }

.collapsible.collapsible-active .collapsible-toggle-hide {
  display: block; }

.collapsible.collapsible-active .collapsible-toggle-show {
  display: none; }

.collapsible {
  border-top: 1px solid #272525; }
  .collapsible:last-of-type {
    border-bottom: 1px solid #272525; }
  .collapsible .collapsible-header {
    margin: 0;
    padding: 12px 0;
    cursor: pointer; }
    @media screen and (min-width: 600px) {
      .collapsible .collapsible-header {
        padding: 20px 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; } }
    .collapsible .collapsible-header div {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1; }
      @media screen and (min-width: 600px) {
        .collapsible .collapsible-header div {
          padding-right: 20px; } }
    .support-hover .collapsible .collapsible-header:hover {
      position: relative; }
      .support-hover .collapsible .collapsible-header:hover:after {
        content: '';
        position: absolute;
        top: 0px;
        bottom: 0px;
        left: -5px;
        right: -5px;
        background: rgba(255, 255, 255, 0.5);
        z-index: -1; }
      .support-hover .collapsible .collapsible-header:hover .button:before {
        /*background: linear-gradient(to right, $yellow, $red);*/ }
      .support-hover .collapsible .collapsible-header:hover .btn {
        background-color: #e34316; }
  .support-hover .collapsible.collapsible-active .collapsible-header:hover {
    position: relative; }
    .support-hover .collapsible.collapsible-active .collapsible-header:hover:after {
      bottom: 5px; }
  .collapsible .btn {
    padding: 3px 12px;
    min-width: 0; }
    @media screen and (min-width: 600px) {
      .collapsible .btn {
        padding: 8px 20px; } }
  .collapsible .collapsible-collapsed {
    clear: both; }
  .collapsible.collapsible-active .collapsible-toggle-hide {
    display: inline-block; }
  .collapsible .download-btn {
    margin-bottom: 30px; }

.social_links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-top: 16px; }
  @media (min-width: 600px) {
    .social_links {
      margin-top: 0;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end; } }
  .social_links:last-child {
    margin-right: 0; }

.social_link {
  display: block;
  width: 55px;
  height: 55px;
  background: url() center center no-repeat transparent;
  border-radius: 100%;
  background-size: contain;
  border: 3px solid black; }
  .social_link:hover {
    background-color: white; }

.social_item {
  margin-right: 15px; }
  .social_item:last-of-type {
    margin-right: 0px; }

.social_facebook {
  background-image: url(../images/facebook-light.svg); }
  .social_facebook:hover {
    background-image: url(../images/facebook-dark.svg); }

.social_facebook_dark {
  background-image: url(../images/facebook-dark.svg); }
  .social_facebook_dark:hover {
    background-image: url(../images/facebook-light.svg);
    background-color: #272525; }

.social_twitter {
  background-image: url(../images/twitter-light.svg); }
  .social_twitter:hover {
    background-image: url(../images/twitter-dark.svg); }

.social_twitter_dark {
  background-image: url(../images/twitter-dark.svg); }
  .social_twitter_dark:hover {
    background-image: url(../images/twitter-light.svg);
    background-color: #272525; }

.social_instagram {
  background-image: url(../images/instagram-light.svg); }
  .social_instagram:hover {
    background-image: url(../images/instagram-dark.svg); }

.social_instagram_dark {
  background-image: url(../images/instagram-dark.svg); }
  .social_instagram_dark:hover {
    background-image: url(../images/instagram-light.svg);
    background-color: #272525; }

section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative; }

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

body {
  background-color: #2E2B2A; }

.page {
  max-width: 1600px;
  margin: 0 auto; }

blockquote {
  margin: 0; }
  blockquote p {
    font-weight: bold;
    line-height: 1.5; }
  blockquote p:before, blockquote p:after {
    font-family: "bookmania";
    font-size: 24px;
    color: #231F20;
    line-height: 0; }
  blockquote p:first-of-type:before {
    content: "“";
    margin-right: 2px; }
  blockquote p:last-of-type:after {
    content: "”"; }
  blockquote cite {
    font-style: italic; }
  @media (min-width: 668px) {
    blockquote.center {
      text-align: center; } }

.wp-block-quote {
  margin: 20px 0;
  border-left: 3px solid black; }
  .wp-block-quote, .wp-block-quote.is-large, .wp-block-quote.is-style-large {
    padding: 0 0 0 20px; }
    @media (min-width: 668px) {
      .wp-block-quote, .wp-block-quote.is-large, .wp-block-quote.is-style-large {
        padding: 0 0 0 40px; } }
  .wp-block-quote p {
    font-style: italic; }
  .wp-block-quote p:last-of-type {
    margin-bottom: 0; }
  .wp-block-quote cite {
    display: block;
    margin-top: 10px;
    font-style: normal; }
    .wp-block-quote cite:before {
      content: '—'; }
  .wp-block-quote.is-large p, .wp-block-quote.is-style-large p {
    font-size: 24px; }
    @media (min-width: 668px) {
      .wp-block-quote.is-large p, .wp-block-quote.is-style-large p {
        font-size: 32px; } }

.hint {
  font-style: italic;
  font-size: 14px;
  color: rgba(39, 37, 37, 0.7); }

#about .about_organizations {
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 8%;
  padding-bottom: 8%;
  background-color: #a2dceb;
  padding-bottom: calc(8% + 10.75vw); }
  @media (min-width: 668px) {
    #about .about_organizations {
      padding-left: 8%;
      padding-right: 8%; } }
  #about .about_organizations:after {
    background-color: transparent;
    background-image: url(../images/2020/home-04-pink2c81e.svg?2);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    bottom: -1px;
    content: '';
    height: calc(100vw * .1075);
    left: 0;
    position: absolute;
    right: 0;
    width: 100vw;
    z-index: 10;
    pointer-events: none; }
    @media (min-width: 1600px) {
      #about .about_organizations:after {
        width: 100%; } }
  @media (min-width: 1600px) {
    #about .about_organizations:after {
      height: calc(1600px * .1075); } }

#about .about_ott {
  background-color: #a2dceb;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 8%;
  padding-bottom: 8%;
  padding-bottom: 0; }
  @media (min-width: 668px) {
    #about .about_ott {
      padding-left: 8%;
      padding-right: 8%; } }

#about .about_quote {
  padding-left: 10px;
  padding-right: 10px;
  background: #DBEBED; }
  @media (min-width: 668px) {
    #about .about_quote {
      padding-left: 8%;
      padding-right: 8%; } }
  @media (min-width: 668px) {
    #about .about_quote {
      height: calc(100vw * (423/1195) - 1px);
      margin-bottom: calc(100vw * (-204/1195)); }
      #about .about_quote:after {
        background-color: transparent;
        background-image: url(../images/2020/about-into-wave-with-quotes.svg);
        background-position: center top;
        background-repeat: no-repeat;
        background-size: cover;
        bottom: -1px;
        content: '';
        height: 35.39749vw;
        left: 0;
        position: absolute;
        right: 0;
        width: 100vw;
        z-index: 10;
        pointer-events: none; } }
    @media (min-width: 668px) and (min-width: 1600px) {
      #about .about_quote:after {
        width: 100%; } }
  #about .about_quote .section_container {
    margin-top: calc(100vw * (76/1195));
    z-index: 100;
    max-width: 650px; }
    @media (min-width: 950px) {
      #about .about_quote .section_container {
        margin-top: calc(100vw * (100/1195)); } }

#about .about_recap {
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 8%;
  padding-bottom: 8%;
  background-image: url(../images/2020/about_hero.jpg);
  background-position: center top;
  background-size: cover;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: calc(8% + 20vw);
  padding-bottom: calc(8% + 11.83vw);
  width: 100vw; }
  #about .about_recap:after {
    background-color: transparent;
    background-image: url(../images/2020/orange_wave.svg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    bottom: -1px;
    content: '';
    height: calc(100vw * 0.1183);
    left: 0;
    position: absolute;
    right: 0;
    width: 100vw;
    z-index: 10;
    pointer-events: none; }
    @media (min-width: 1600px) {
      #about .about_recap:after {
        width: 100%; } }
  @media (min-width: 668px) {
    #about .about_recap {
      padding-left: 8%;
      padding-right: 8%; } }
  #about .about_recap .section_container {
    margin: 80px 0; }
  @media (min-width: 1600px) {
    #about .about_recap:after {
      height: calc(1600px * .1183); } }

#about .nsg {
  padding-left: 10px;
  padding-right: 10px;
  background-color: #ea5329;
  padding-top: 4%;
  padding-bottom: calc(4% + 11.58vw);
  color: white; }
  #about .nsg:after {
    background-color: transparent;
    background-image: url(../images/2020/white_wave.svg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    bottom: -1px;
    content: '';
    height: calc(100vw * 0.1183);
    left: 0;
    position: absolute;
    right: 0;
    width: 100vw;
    z-index: 10;
    pointer-events: none; }
    @media (min-width: 1600px) {
      #about .nsg:after {
        width: 100%; } }
  @media (min-width: 668px) {
    #about .nsg {
      padding-left: 8%;
      padding-right: 8%; } }
  #about .nsg:after {
    -webkit-transform: scaleX(-1);
            transform: scaleX(-1); }
  #about .nsg p {
    max-width: 650px; }
  #about .nsg .partnership {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 25px; }
    #about .nsg .partnership div:first-of-type {
      max-width: 200px;
      margin-right: 60px;
      margin-bottom: 20px; }
      #about .nsg .partnership div:first-of-type img {
        width: 100%; }
    #about .nsg .partnership div:last-of-type {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1; }
  @media (min-width: 1600px) {
    #about .nsg {
      padding-bottom: calc(4% + (1600px * 0.1183)); } }
  @media (min-width: 1600px) {
    #about .nsg:after {
      height: calc(1600px * .1183); } }

#about .vf {
  padding-left: 10px;
  padding-right: 10px;
  background-color: white;
  padding-top: 4%;
  padding-bottom: calc(4% + 11.58vw); }
  #about .vf:after {
    background-color: transparent;
    background-image: url(../images/2020/blue_wave_2.svg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    bottom: -1px;
    content: '';
    height: calc(100vw * 0.1158);
    left: 0;
    position: absolute;
    right: 0;
    width: 100vw;
    z-index: 10;
    pointer-events: none; }
    @media (min-width: 1600px) {
      #about .vf:after {
        width: 100%; } }
  @media (min-width: 668px) {
    #about .vf {
      padding-left: 8%;
      padding-right: 8%; } }
  @media (min-width: 1600px) {
    #about .vf {
      padding-bottom: calc(4% + (1600px * 0.1158)); } }
  #about .vf .section_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  #about .vf .vf_left, #about .vf .vf_right {
    width: 100%;
    margin-bottom: 32px; }
  #about .vf .vf_left {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-right: 32px; }
    @media screen and (min-width: 600px) {
      #about .vf .vf_left {
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1; } }
    #about .vf .vf_left img {
      width: 100%;
      margin-bottom: 2em; }
  #about .vf .vf_right {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
    @media screen and (min-width: 600px) {
      #about .vf .vf_right {
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2; } }
  #about .vf .vf_logo {
    margin-bottom: 20px; }
    #about .vf .vf_logo img {
      width: 240px; }
  #about .vf .vf_text {
    width: 100%; }
  #about .vf .vf_btn {
    margin-top: 16px;
    background-color: #4ab1d8; }
  @media (min-width: 1600px) {
    #about .vf:after {
      height: calc(1600px * .1158); } }

#about .org_list {
  border: none; }
  #about .org_list .org_list-list {
    position: relative; }
    @media (min-width: 668px) {
      #about .org_list .org_list-list ul {
        -webkit-columns: 2;
           -moz-columns: 2;
                columns: 2; } }
    @media (min-width: 950px) {
      #about .org_list .org_list-list ul {
        -webkit-columns: 3;
           -moz-columns: 3;
                columns: 3; } }
    #about .org_list .org_list-list ul li {
      line-height: 1.6;
      margin-bottom: 15px; }
    #about .org_list .org_list-list .hide-orgs_btn_list {
      position: fixed;
      bottom: 10px;
      right: 10px; }

@media (min-width: 668px) {
  #about .vf .vf_left img {
    max-width: 500px;
    max-height: 500px;
    display: block;
    margin: 0 auto 2em; }
  #about .vf .vf_left blockquote {
    max-width: 400px;
    margin: 0 auto; }
  #about .vf .vf_logo {
    text-align: center; } }

@media (min-width: 950px) {
  #about .about_organizations .section_container h1 {
    font-size: 48px; }
  #about .about_organizations .section_container p {
    max-width: 650px; }
  #about .about_ott .about_text {
    max-width: 650px; }
  #about .about_recap h1 {
    margin-bottom: 30px; }
  #about .vf .section_container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
    #about .vf .section_container .vf_logo {
      text-align: left; } }

@media (min-width: 1600px) {
  #about .about_recap {
    width: 100%; } }

.public-events {
  padding: 25px 0px; }
  @media screen and (min-width: 445px) {
    .public-events {
      padding: 50px 0px; } }
  .public-events .section_container {
    max-width: 980px; }
    @media screen and (min-width: 900px) {
      .public-events .section_container {
        max-width: 1200px; } }
  .public-events .section_container > h1 {
    text-align: center; }

.events {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative; }
  .events .load-all {
    position: absolute;
    bottom: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(60%, white));
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 60%);
    width: 100%;
    height: 125px;
    padding-bottom: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end; }
  .events.shown {
    overflow: visible;
    max-height: none; }
    .events.shown .load-all {
      display: none; }
  .events .event {
    background-color: #eee;
    padding: 15px;
    border-radius: 10px;
    border: 1px solid #e6e6e6;
    -webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.14);
            box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.14);
    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;
    margin: 2% 4% 2% 2%; }
    @media screen and (min-width: 600px) {
      .events .event {
        margin: 1.5%;
        width: 47%; } }
    .events .event h3 {
      margin: 0; }
    .events .event img {
      width: 100%;
      height: auto;
      margin-bottom: 20px;
      display: block; }

h1 {
  font-weight: 600;
  color: black;
  font-family: "bookmania";
  font-size: 32px;
  line-height: 1; }
  h1.hero {
    font-size: 42px; }

h3 {
  font-weight: 600;
  color: black;
  font-family: "bookmania";
  font-size: 28px;
  line-height: 1; }

h4 {
  font-weight: 400;
  color: black;
  font-family: "bookmania";
  font-size: 22px; }

h1.white, h4.white {
  color: white; }

h1.black, h4.black {
  color: black; }

@media (min-width: 668px) {
  h1 {
    font-size: 36px; }
    h1.hero {
      font-size: 50px; }
  h3 {
    font-size: 34px; } }

@media (min-width: 950px) {
  h1.hero {
    font-size: 50px; }
    h1.hero.home {
      font-size: 70px; } }

#home section:not(.story-index_carousel) {
  padding-left: 10px;
  padding-right: 10px; }
  @media (min-width: 668px) {
    #home section:not(.story-index_carousel) {
      padding-left: 8%;
      padding-right: 8%; } }

#home .section_container {
  width: 100%;
  max-width: 900px;
  margin: 0 auto; }

#home .intro {
  background-color: #f7c1ad;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 10;
  padding-top: 8%;
  padding-bottom: 8%; }
  #home .intro h1 {
    color: #794316; }
  #home .intro .container {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 10%;
    position: relative;
    text-align: center;
    z-index: 1; }
  #home .intro p {
    color: #794316;
    font-size: 16px;
    max-width: 650px; }
  #home .intro:after {
    background-color: transparent;
    background-image: url(../images/2020/bg_new.svg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    bottom: calc(-40vw * 0.75);
    content: '';
    height: calc(100vw * 0.75);
    left: 0;
    position: absolute;
    right: 0;
    width: 100vw;
    z-index: 10;
    pointer-events: none; }
    @media (min-width: 1600px) {
      #home .intro:after {
        width: 100%; } }
  #home .intro:after {
    background-size: contain;
    z-index: -1; }
    @media (min-width: 1600px) {
      #home .intro:after {
        bottom: calc(-37vw * 0.75); } }
    @media (min-width: 1600px) {
      #home .intro:after {
        height: 1200px;
        bottom: -444px; } }
  @media screen and (min-width: 0) and (max-width: 667px) {
    #home .intro {
      padding: 0 8%; } }
  @media (min-width: 1600px) {
    #home .intro {
      padding-top: 4%;
      padding-bottom: 4%; } }

#home .register {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #f7c1ad;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  z-index: 10;
  padding: 40px 10px; }
  #home .register:after {
    background-color: transparent;
    background-image: url(../images/2020/pink_wave_1.svg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    bottom: calc(-100vw * 0.1267 + 1px);
    content: '';
    height: calc(100vw * 0.1267);
    left: 0;
    position: absolute;
    right: 0;
    width: 100vw;
    z-index: 10;
    pointer-events: none; }
    @media (min-width: 1600px) {
      #home .register:after {
        width: 100%; } }
  #home .register:after {
    -webkit-transform: scale(-1);
            transform: scale(-1); }
  @media (min-width: 1600px) {
    #home .register {
      padding: 2px 10px; }
      #home .register:after {
        bottom: calc((1600px * -1) * 0.1266);
        height: calc(1600px * 0.1266); } }

#home .resources {
  background-color: black;
  background-image: url(../images/2020/home-02-what.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: white;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 1;
  padding-top: calc(100vw * 0.2125);
  padding-bottom: calc(100vw * 0.125); }
  @media (min-width: 1600px) {
    #home .resources {
      padding-top: calc(1600px * 0.2125); } }
  #home .resources p {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 20px;
    width: 100%; }
    @media (min-width: 668px) {
      #home .resources p {
        margin-bottom: 48px; } }
  #home .resources:after {
    background-color: transparent;
    background-image: url(../images/2020/pink_wave_1.svg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    bottom: -1px;
    content: '';
    height: calc(100vw * 0.1366);
    left: 0;
    position: absolute;
    right: 0;
    width: 100vw;
    z-index: 10;
    pointer-events: none; }
    @media (min-width: 1600px) {
      #home .resources:after {
        width: 100%; } }
  #home .resources .container {
    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;
    margin-top: 40px;
    margin-bottom: 40px; }
    @media (min-width: 668px) {
      #home .resources .container {
        margin-top: 80px;
        margin-bottom: 80px;
        background-color: rgba(0, 0, 0, 0.7);
        padding: 30px;
        width: 500px; } }
    @media (min-width: 1400px) {
      #home .resources .container {
        margin-left: 100px; } }
  #home .resources .learn-more {
    color: white;
    line-height: 37px;
    text-decoration: underline; }
  #home .resources .overlay {
    background-color: rgba(0, 0, 0, 0.6);
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: -1; }
    @media (min-width: 668px) {
      #home .resources .overlay {
        display: none; } }
  @media (min-width: 1600px) {
    #home .resources:after {
      height: calc(1600px * 0.1267); } }
  #home .resources .row {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    #home .resources .row span {
      margin-left: 50px; }
  @media (min-width: 668px) {
    #home .resources .row {
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
    #home .resources span {
      margin-left: auto; } }

#home .single-page {
  padding-top: 150px; }
  #home .single-page h1 {
    margin-top: 1.5em; }
  #home .single-page a {
    text-decoration: underline; }
  #home .single-page ul {
    list-style-type: disc;
    padding-left: 2em; }
  #home .single-page li {
    list-style: inherit; }

.newsletter {
  background-color: #f7c1ad;
  text-align: center;
  padding: 40px 10px; }
  @media (min-width: 668px) {
    .newsletter {
      padding: 80px 10px 40px; } }

.newsletter_submit_btn {
  margin: 16px; }

/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
/* Sections
   ========================================================================== */
html, body {
  height: 100%; }

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
p, h1, h2, h3, h4, h5 {
  margin-top: 0;
  margin-bottom: 1rem; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * No borders
 */
button,
input {
  border: none; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

ul {
  padding-left: 0; }

li {
  list-style: none; }

.page .page_header {
  height: 320px;
  width: 100%;
  background-image: url(../images/resources-header.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center; }
  @media screen and (max-width: 600px) {
    .page .page_header {
      padding-top: 120px; } }

.page .page_text {
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 8%;
  padding-bottom: 8%;
  width: 100%; }
  @media (min-width: 668px) {
    .page .page_text {
      padding-left: 8%;
      padding-right: 8%; } }
  @media screen and (min-width: 600px) {
    .page .page_text {
      width: 50%; } }
  @media screen and (min-width: 600px) {
    .page .page_text.full {
      width: 100%; } }
  .page .page_text ul {
    font-size: 16px;
    list-style-type: disc;
    padding-left: 2em; }
  .page .page_text li {
    margin-bottom: .5em;
    list-style: inherit; }

.page .page_not_found .page_header {
  background-image: url(../images/empty-table.jpg); }

#resources section {
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 8%;
  padding-bottom: 8%; }
  @media (min-width: 668px) {
    #resources section {
      padding-left: 8%;
      padding-right: 8%; } }
  #resources section p {
    max-width: 650px; }

#resources #topic-accordion {
  display: none;
  max-width: 1000px; }
  #resources #topic-accordion .section_container {
    margin-bottom: 50px; }
  #resources #topic-accordion .topic {
    color: black;
    font-weight: 700;
    line-height: 22px;
    margin-bottom: 0; }
    @media screen and (min-width: 0) and (max-width: 667px) {
      #resources #topic-accordion .topic {
        margin-bottom: 20px; } }
  #resources #topic-accordion .topic_list ol {
    margin-bottom: 20px; }
    #resources #topic-accordion .topic_list ol li {
      list-style: number;
      padding: 3px; }

#resources .resources_header {
  background-color: #829691; }
  #resources .resources_header:after {
    background-color: transparent;
    background-image: url(../images/2020/grey_wave_editedc81e.svg?2);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    bottom: -17.25vw;
    content: '';
    height: 17.25vw;
    left: 0;
    position: absolute;
    right: 0;
    width: 100vw;
    z-index: 10;
    pointer-events: none; }
    @media (min-width: 1600px) {
      #resources .resources_header:after {
        width: 100%; } }
  @media (min-width: 750px) {
    #resources .resources_header {
      padding-bottom: 3%; } }
  #resources .resources_header p {
    position: relative;
    z-index: 100; }
  @media (min-width: 1600px) {
    #resources .resources_header:after {
      height: calc(breakpoint-large-desktop * 0.1725);
      bottom: calc(breakpoint-large-desktop * -1 * 0.1725); } }

#resources .resources_video {
  background-image: url(../images/2020/resources_hero.jpg);
  background-position: center top;
  background-position-y: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  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;
  padding: 20% 0; }
  #resources .resources_video:after {
    background-color: transparent;
    background-image: url(../images/2020/white_wave.svg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    bottom: -1px;
    content: '';
    height: 13vw;
    left: 0;
    position: absolute;
    right: 0;
    width: 100vw;
    z-index: 10;
    pointer-events: none; }
    @media (min-width: 1600px) {
      #resources .resources_video:after {
        width: 100%; } }
  #resources .resources_video .section_container {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 8%;
    padding-bottom: 8%; }
    @media (min-width: 668px) {
      #resources .resources_video .section_container {
        padding-left: 8%;
        padding-right: 8%; } }
  #resources .resources_video h1 {
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.7); }
  @media (min-width: 1600px) {
    #resources .resources_video:after {
      height: calc(1600px * 0.13); } }

#resources .resources_invite .section_container, #resources .resources_topic .section_container, #resources .resources_food .section_container, #resources .resources_location .section_container, #resources .resources_tools .section_container, #resources .resources_nsg .section_container, #resources .resources_stats .section_container {
  z-index: 100; }

@media (min-width: 750px) {
  #resources .resources_invite, #resources .resources_topic, #resources .resources_food, #resources .resources_location, #resources .resources_tools, #resources .resources_nsg, #resources .resources_stats {
    padding-top: 0px; }
    #resources .resources_invite .section_container, #resources .resources_topic .section_container, #resources .resources_food .section_container, #resources .resources_location .section_container, #resources .resources_tools .section_container, #resources .resources_nsg .section_container, #resources .resources_stats .section_container {
      margin-top: 40px;
      margin-bottom: -100px; } }
    @media (min-width: 750px) and (min-width: 1600px) {
      #resources .resources_invite .section_container, #resources .resources_topic .section_container, #resources .resources_food .section_container, #resources .resources_location .section_container, #resources .resources_tools .section_container, #resources .resources_nsg .section_container, #resources .resources_stats .section_container {
        margin-bottom: -200px; } }

@media (min-width: 950px) {
  #resources .resources_invite .section_container, #resources .resources_topic .section_container, #resources .resources_food .section_container, #resources .resources_location .section_container, #resources .resources_tools .section_container, #resources .resources_nsg .section_container, #resources .resources_stats .section_container {
    margin-top: 100px; } }

@media (min-width: 1600px) {
  #resources .resources_invite .section_container, #resources .resources_topic .section_container, #resources .resources_food .section_container, #resources .resources_location .section_container, #resources .resources_tools .section_container, #resources .resources_nsg .section_container, #resources .resources_stats .section_container {
    margin-top: 110px; } }

#resources .resources_invite {
  background-color: white; }
  #resources .resources_invite:after {
    background-color: transparent;
    background-image: url(../images/2020/pink_wave_2.svg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    bottom: -1px;
    content: '';
    height: 13vw;
    left: 0;
    position: absolute;
    right: 0;
    width: 100vw;
    z-index: 10;
    pointer-events: none; }
    @media (min-width: 1600px) {
      #resources .resources_invite:after {
        width: 100%; } }
  @media (min-width: 1600px) {
    #resources .resources_invite:after {
      height: calc(1600px * 0.13); } }
  #resources .resources_invite:after {
    -webkit-transform: scaleX(-1);
            transform: scaleX(-1); }
  #resources .resources_invite .section_container {
    z-index: 100; }
    @media (min-width: 668px) {
      #resources .resources_invite .section_container {
        margin-top: 0px; } }

#resources .resources_topic {
  background-color: #f7c1ad; }
  #resources .resources_topic:after {
    background-color: transparent;
    background-image: url(../images/2020/grey_wave_top.svg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    bottom: -1px;
    content: '';
    height: 13vw;
    left: 0;
    position: absolute;
    right: 0;
    width: 100vw;
    z-index: 10;
    pointer-events: none; }
    @media (min-width: 1600px) {
      #resources .resources_topic:after {
        width: 100%; } }
  @media (min-width: 750px) {
    #resources .resources_topic .section_container {
      margin-top: 60px; } }
  @media (min-width: 1600px) {
    #resources .resources_topic .section_container {
      margin-top: 110px; }
    #resources .resources_topic:after {
      height: calc(1600px * 0.13); } }

#resources .resources_food {
  background-color: #829691; }
  #resources .resources_food:after {
    background-color: transparent;
    background-image: url(../images/2020/blue_wave_2.svg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    bottom: -1px;
    content: '';
    height: 13vw;
    left: 0;
    position: absolute;
    right: 0;
    width: 100vw;
    z-index: 10;
    pointer-events: none; }
    @media (min-width: 1600px) {
      #resources .resources_food:after {
        width: 100%; } }
  @media (min-width: 1600px) {
    #resources .resources_food:after {
      height: calc(1600px * 0.13); } }
  #resources .resources_food .no-top-margin {
    margin-top: 0; }

#resources .resources_location {
  background-color: #a2dceb; }
  #resources .resources_location:after {
    background-color: transparent;
    background-image: url(../images/2020/brown_wave_tools.svg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    bottom: -1px;
    content: '';
    height: 13vw;
    left: 0;
    position: absolute;
    right: 0;
    width: 100vw;
    z-index: 10;
    pointer-events: none; }
    @media (min-width: 1600px) {
      #resources .resources_location:after {
        width: 100%; } }
  #resources .resources_location:after {
    -webkit-transform: scaleX(-1);
            transform: scaleX(-1); }
  @media (min-width: 1600px) {
    #resources .resources_location:after {
      height: calc(1600px * 0.13); } }

#resources .resources_tools {
  background-color: #D89A57;
  padding-bottom: calc((100vw * 0.1183) + 4%); }
  #resources .resources_tools:after {
    background-color: transparent;
    background-image: url(../images/2020/orange_wave.svg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    bottom: -1px;
    content: '';
    height: calc(100vw * 0.1183);
    left: 0;
    position: absolute;
    right: 0;
    width: 100vw;
    z-index: 10;
    pointer-events: none; }
    @media (min-width: 1600px) {
      #resources .resources_tools:after {
        width: 100%; } }
  #resources .resources_tools .section_container {
    margin-bottom: 0px; }
  @media (min-width: 950px) {
    #resources .resources_tools .resources_button_grid ul {
      max-width: 850px; } }
  @media (min-width: 1600px) {
    #resources .resources_tools:after {
      height: calc(1600px * 0.1183); } }

#resources .resources_nsg {
  background-color: #ea5329;
  color: white;
  padding-bottom: calc((100vw * 0.13) + 4%); }
  #resources .resources_nsg:after {
    background-color: transparent;
    background-image: url(../images/2020/white_wave.svg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    bottom: -1px;
    content: '';
    height: 13vw;
    left: 0;
    position: absolute;
    right: 0;
    width: 100vw;
    z-index: 10;
    pointer-events: none; }
    @media (min-width: 1600px) {
      #resources .resources_nsg:after {
        width: 100%; } }
  #resources .resources_nsg .section_container {
    margin-top: 0;
    margin-bottom: 0px; }
  @media (min-width: 1600px) {
    #resources .resources_nsg:after {
      height: calc(1600px * 0.13); } }

#resources .resources_stats {
  background-color: white;
  padding-bottom: calc((100vw * 0.1075) + 0%); }
  #resources .resources_stats:after {
    background-color: transparent;
    background-image: url(../images/2020/home-04-pink2c81e.svg?2);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    bottom: -1px;
    content: '';
    height: 10.75vw;
    left: 0;
    position: absolute;
    right: 0;
    width: 100vw;
    z-index: 10;
    pointer-events: none; }
    @media (min-width: 1600px) {
      #resources .resources_stats:after {
        width: 100%; } }
  #resources .resources_stats .section_container {
    margin-top: 0;
    margin-bottom: 0px; }
  #resources .resources_stats .stats {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    #resources .resources_stats .stats .stat {
      width: 250px;
      margin-right: 50px;
      margin-bottom: 20px; }
      #resources .resources_stats .stats .stat:last-of-type {
        margin-right: 0; }
  #resources .resources_stats h1 {
    color: #9AADA7;
    margin: 0; }
  @media (min-width: 1600px) {
    #resources .resources_stats {
      padding-bottom: calc((1600px  * .1075) + 0%); }
      #resources .resources_stats:after {
        height: calc(1600px * .1075); } }

#resources .resources_button_grid ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  #resources .resources_button_grid ul .btn {
    max-width: none;
    margin: 25px 25px 0 0;
    width: auto; }

#resources .resources_grid_column_left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse; }
  #resources .resources_grid_column_left .btn {
    margin-bottom: 1em; }
  #resources .resources_grid_column_left h5 {
    font-size: 18px;
    margin: 0; }
  #resources .resources_grid_column_left ul {
    margin-top: 0;
    margin-bottom: 1.5em; }
    #resources .resources_grid_column_left ul li:last-of-type p {
      margin-bottom: 0; }

#resources .resources_grid_column_right img {
  width: 100%;
  max-width: 400px; }

@media (min-width: 750px) {
  #resources .resources_grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative; }
    #resources .resources_grid_column_left {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      background-size: contain;
      background-repeat: no-repeat;
      background-position: left;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      -ms-flex-direction: column;
          flex-direction: column;
      min-height: 80vw; }
      #resources .resources_grid_column_left ul {
        max-width: 350px; }
    #resources .resources_grid_column_right {
      -webkit-box-flex: 0;
          -ms-flex: 0 1 25%;
              flex: 0 1 25%; }
      #resources .resources_grid_column_right img {
        max-width: 100%; }
    #resources .resources_grid .resources_grid_buttons {
      position: absolute;
      top: 0;
      z-index: 100; } }
    @media (min-width: 750px) and (min-width: 800px) {
      #resources .resources_grid .resources_grid_buttons {
        top: 40px; } }
    @media (min-width: 750px) and (min-width: 950px) {
      #resources .resources_grid .resources_grid_buttons {
        top: 0; } }

@media (min-width: 750px) {
    #resources .resources_grid.invite .resources_grid_column_left {
      background-image: url(../images/2020/blue_bg_blob_1.svg); }
    #resources .resources_grid.topic .resources_grid_column_left {
      background-image: url(../images/2020/pink_bg_blob.svg); }
    #resources .resources_grid.location .resources_grid_column_left {
      background-image: url(../images/2020/blue_bg_blob_2.svg); }
    #resources .resources_grid.food .resources_grid_column_left {
      background-image: url(../images/2020/green_bg_blob.svg); }
  #resources .resources_grid_column_left {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0 50px;
    position: relative;
    z-index: 1;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    padding-left: 11%;
    min-height: 60vw; }
    #resources .resources_grid_column_left ul {
      max-width: 310px; }
  #resources .resources_grid_column_right {
    display: block;
    position: absolute;
    right: 0;
    width: 40%;
    z-index: 2; }
    #resources .resources_grid_column_right img {
      width: 100%; } }

@media (min-width: 840px) {
  #resources .resources_grid_column_right {
    width: 45%; } }

@media (min-width: 950px) {
  #resources .resources_grid {
    padding-top: 2.5rem;
    max-width: 1050px; }
    #resources .resources_grid ul {
      max-width: 350px; }
    #resources .resources_grid_column_left {
      min-height: 0;
      height: 45vw;
      max-height: 550px;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      padding-left: 11%; }
    #resources .resources_grid_column_right {
      right: 0; }
      #resources .resources_grid_column_right img {
        max-height: 550px;
        -o-object-fit: contain;
           object-fit: contain; } }

#faq section {
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 8%;
  padding-bottom: 8%; }
  @media (min-width: 668px) {
    #faq section {
      padding-left: 8%;
      padding-right: 8%; } }
  #faq section p {
    max-width: 650px; }

#faq .intro {
  background-color: #DD9F57;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 8%;
  padding-bottom: 8%; }
  @media (min-width: 668px) {
    #faq .intro {
      padding-left: 8%;
      padding-right: 8%; } }
  #faq .intro:after {
    background-color: transparent;
    background-image: url(../images/2020/brown_wave_faqc81e.svg?2);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    bottom: calc(100vw * -1 * (207/1200));
    content: '';
    height: calc(100vw * (207/1200));
    left: 0;
    position: absolute;
    right: 0;
    width: 100vw;
    z-index: 10;
    pointer-events: none; }
    @media (min-width: 1600px) {
      #faq .intro:after {
        width: 100%; } }
  @media (min-width: 750px) {
    #faq .intro {
      padding-bottom: 0; } }
  @media (min-width: 1600px) {
    #faq .intro:after {
      height: calc(1600px * (207/1200));
      bottom: calc(1600px * -1 * (207/1200)); } }

#faq section.faq {
  position: relative;
  z-index: 1;
  padding-bottom: 50px;
  padding-top: calc(8% + (100vw * 0.1266));
  background-color: #FAE8E0;
  overflow: hidden; }
  @media (min-width: 668px) {
    #faq section.faq {
      padding-bottom: 100px; } }
  @media (min-width: 1600px) {
    #faq section.faq {
      padding-top: calc(8% + (1600px * 0.1266));
      padding-bottom: 175px; } }
  #faq section.faq:after {
    background-color: transparent;
    background-image: url(../images/2020/home-04-pink2c81e.svg?2);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    bottom: -1px;
    content: '';
    height: calc(100vw * 0.1142);
    left: 0;
    position: absolute;
    right: 0;
    width: 100vw;
    z-index: 10;
    pointer-events: none; }
    @media (min-width: 1600px) {
      #faq section.faq:after {
        width: 100%; } }
  #faq section.faq .faq_list {
    margin-bottom: 56px; }
  #faq section.faq .faq_question {
    font-weight: 500;
    width: 100%;
    padding-right: 20px;
    margin-bottom: 5px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; }
    @media (min-width: 600px) {
      #faq section.faq .faq_question {
        margin: 0px; } }
  #faq section.faq .faq_answer {
    padding-bottom: 32px; }
  #faq section.faq .faq_contact_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  #faq section.faq .faq_contact_item {
    margin-right: 32px;
    margin-bottom: 32px; }
    #faq section.faq .faq_contact_item .faq_contact_label {
      display: block;
      font-size: 16px;
      line-height: 1.25;
      font-weight: 600;
      margin-bottom: 5px; }
    #faq section.faq .faq_contact_item a {
      font-style: italic;
      color: black; }
      #faq section.faq .faq_contact_item a:hover {
        color: black;
        text-decoration: underline; }

.videowrap {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  mix-blend-mode: multiply; }

.header {
  padding: 4px 3%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 100%;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1000; }
  .admin-bar .header {
    top: 32px; }
  .header_focus {
    background-color: #f7c1ad; }
    .header_focus.about .header_nav ul li a:not(.btn-header), .header_focus.resources .header_nav ul li a:not(.btn-header), .header_focus.contact .header_nav ul li a:not(.btn-header), .header_focus.faq .header_nav ul li a:not(.btn-header), .header_focus.single-page .header_nav ul li a:not(.btn-header) {
      color: black; }
      .header_focus.about .header_nav ul li a:not(.btn-header):hover, .header_focus.resources .header_nav ul li a:not(.btn-header):hover, .header_focus.contact .header_nav ul li a:not(.btn-header):hover, .header_focus.faq .header_nav ul li a:not(.btn-header):hover, .header_focus.single-page .header_nav ul li a:not(.btn-header):hover {
        color: white; }
    .header_focus.about {
      background-color: #a2dceb; }
    .header_focus.resources {
      background-color: #829691; }
    .header_focus.contact {
      background-color: #a2dceb; }
    .header_focus.faq {
      background-color: #DD9F57; }
    .header_focus.single-page {
      background-color: #FAE8E0; }
  .header .header_nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    font-weight: 600;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .header .header_nav a:not(.btn-header) {
      color: white;
      padding: 15px 5px; }
      .header .header_nav a:not(.btn-header):hover {
        text-decoration: underline; }
    .header .header_nav ul {
      margin-left: 10px; }
    .header .header_nav ul > div {
      margin-left: 5px; }
    .header .header_nav ul, .header .header_nav ul > div {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      .header .header_nav ul li, .header .header_nav ul > div li {
        -webkit-box-flex: 1;
            -ms-flex: 1 1 auto;
                flex: 1 1 auto;
        margin-right: 4px;
        text-align: center; }
        .header .header_nav ul li a:not(.btn-header), .header .header_nav ul > div li a:not(.btn-header) {
          color: #794316;
          font-family: 'brother-1816';
          font-size: 16px;
          white-space: nowrap;
          -webkit-transition: color 0.1s linear;
          transition: color 0.1s linear; }
          .header .header_nav ul li a:not(.btn-header):hover, .header .header_nav ul > div li a:not(.btn-header):hover {
            color: #794316;
            text-decoration: underline; }
        .header .header_nav ul li.active a, .header .header_nav ul > div li.active a {
          text-decoration: underline; }
  .header .header_logos {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-height: 40px; }
    .header .header_logos .header_logos_ott {
      width: 120px;
      margin-top: 5px; }
    .header .header_logos .header_logos_vf {
      margin-top: 5px;
      width: 160px; }

.footer {
  padding-left: 10px;
  padding-right: 10px;
  background-color: #272525;
  padding-bottom: 4%;
  padding-top: 4%;
  position: relative;
  z-index: 100; }
  @media (min-width: 668px) {
    .footer {
      padding-left: 8%;
      padding-right: 8%; } }
  .footer .footer_container {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    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-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .footer .footer_nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .footer .footer_nav a {
      color: white; }
    .footer .footer_nav .footer_nav_list {
      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-wrap: wrap;
          flex-wrap: wrap;
      height: 50px;
      margin: 0;
      padding: 0; }
      .footer .footer_nav .footer_nav_list .footer_nav_item {
        margin-right: 32px; }
  .footer .footer_logos {
    margin-top: 16px;
    width: 300px; }
    .footer .footer_logos .footer_logos_vf, .footer .footer_logos .footer_logos_cbc {
      width: 100%;
      margin-bottom: 20px; }
  .footer .footer_social_links {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .footer .footer_social_links .footer_social_hashtag {
      width: 180px; }
    .footer .footer_social_links .footer_social_item {
      margin-right: 8px; }
      .footer .footer_social_links .footer_social_item:last-of-type {
        margin-right: 0px; }
    .footer .footer_social_links .footer_social_link {
      border: 3px solid white;
      height: 45px;
      width: 45px; }

@media screen and (min-width: 0) and (max-width: 667px) {
  .header .header_nav {
    max-width: 355px; }
    .header .header_nav a:not(.btn-header) {
      padding: 15px 3px; }
    .header .header_nav .btn-header {
      padding: 0 15px; }
    .header .header_nav ul > div {
      margin: 0; }
    .header .header_nav ul {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin: 0;
      margin: 0px; }
      .header .header_nav ul li {
        margin: 0px 3px 10px; }
  .header .header_logos {
    -ms-flex-pack: distribute;
        justify-content: space-around;
    width: 100%; } }

@media (min-width: 668px) {
  .footer .footer_container {
    max-width: 900px;
    margin: 0 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
  .footer .footer_nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
    .footer .footer_nav .footer_nav_list {
      float: left;
      margin: auto; }
  .footer .footer_logos {
    width: 200px; }
    .footer .footer_logos .footer_logos_vf, .footer .footer_logos .footer_logos_cbc {
      margin-bottom: 0px; }
  .header {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    height: 80px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .header .header_nav a:not(.btn-header) {
      padding: 10px 2px; }
    .header .header_nav ul {
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      margin-bottom: 0; }
      .header .header_nav ul li {
        -webkit-box-flex: 0;
            -ms-flex: 0 1 auto;
                flex: 0 1 auto;
        margin: 0 5px 10px; }
        .header .header_nav ul li.signin {
          margin-left: auto; }
        .header .header_nav ul li.register {
          margin-right: auto; } }

@media (min-width: 950px) {
  .header {
    height: auto; }
    .header .header_logos .header_logos_ott {
      width: 180px; }
    .header .header_logos .header_logos_vf {
      width: 220px; } }

@media (min-width: 1600px) {
  .header {
    height: 80px;
    margin: 0 auto; }
    .header .header_nav {
      max-width: none;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end; }
      .header .header_nav .btn-header {
        padding: 0 18px; }
      .header .header_nav ul li {
        margin: 0 10px 10px; }
  .footer {
    margin: 0 auto; }
  .footer_logos {
    width: 300px; } }

.single-story p {
  max-width: 650px; }

.single-story .story_header {
  background-color: #a2dceb;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 8%;
  padding-bottom: 8%; }
  @media (min-width: 668px) {
    .single-story .story_header {
      padding-left: 8%;
      padding-right: 8%; } }
  @media (min-width: 750px) {
    .single-story .story_header {
      padding-bottom: 3%; } }
  .single-story .story_header:after {
    background-color: transparent;
    background-image: url(../images/2020/blue_wave_about_edited.svg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    bottom: calc((1600px * -1) * 0.25 + 1px);
    content: '';
    height: calc(1600px * 0.25);
    left: 0;
    position: absolute;
    right: 0;
    width: 100vw;
    z-index: 10;
    pointer-events: none; }
    @media (min-width: 1600px) {
      .single-story .story_header:after {
        width: 100%; } }
  .single-story .story_header:after {
    background-size: contain; }
  .single-story .story_header .back {
    margin-top: 30px;
    color: black;
    font-size: 20px;
    font-weight: bold; }
    .single-story .story_header .back:hover {
      text-decoration: underline; }

.single-story .story_hero .hero_image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 35%;
  height: 60vh;
  width: 100%;
  padding-bottom: 150px; }
  @media (min-width: 668px) {
    .single-story .story_hero .hero_image {
      height: 80vh;
      min-height: 500px; } }

.single-story .story_hero:after {
  background-color: transparent;
  background-image: url(../images/2020/home-04-pink2c81e.svg?2);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  bottom: -1px;
  content: '';
  height: calc(100vw * .1075);
  left: 0;
  position: absolute;
  right: 0;
  width: 100vw;
  z-index: 10;
  pointer-events: none; }
  @media (min-width: 1600px) {
    .single-story .story_hero:after {
      width: 100%; } }

@media (min-width: 1600px) {
  .single-story .story_hero:after {
    height: calc(1600px * .1075); } }

body {
  font-family: "brother-1816", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility; }

p {
  font-size: 16px;
  line-height: calc(22/16);
  font-weight: 400;
  font-family: "brother-1816"; }

a {
  text-decoration: none;
  color: #0077cc; }
  a:hover {
    color: #32bfcc; }

#contact .intro {
  background-color: #a2dceb;
  padding-top: 8%;
  padding-bottom: 8%;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: calc(((30vw * 0.6732)/4));
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  @media (min-width: 668px) {
    #contact .intro {
      padding-left: 8%;
      padding-right: 8%; } }
  #contact .intro:after {
    background-color: transparent;
    background-image: url(../images/2020/contact_bg.svg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    bottom: -50%;
    content: '';
    height: calc(100vw * 0.6732);
    left: 0;
    position: absolute;
    right: 0;
    width: 100vw;
    z-index: 10;
    pointer-events: none; }
    @media (min-width: 1600px) {
      #contact .intro:after {
        width: 100%; } }
  #contact .intro .container {
    text-align: left;
    z-index: 10;
    max-width: 650px; }
    @media (min-width: 668px) {
      #contact .intro .container {
        text-align: center; } }
    #contact .intro .container > p {
      margin-bottom: 25px; }
  #contact .intro .email-container {
    -ms-flex-pack: distribute;
        justify-content: space-around;
    text-align: center; }
    @media (min-width: 668px) {
      #contact .intro .email-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; } }
    #contact .intro .email-container h5 {
      font-size: 16px;
      margin-bottom: 8px; }
    #contact .intro .email-container a {
      font-style: italic;
      color: black; }
      #contact .intro .email-container a:hover {
        color: black;
        text-decoration: underline; }
  #contact .intro:after {
    z-index: 1; }

#contact #newsletter {
  padding-top: 200px; }
  @media (min-width: 668px) {
    #contact #newsletter {
      padding-top: 300px; } }
  @media (min-width: 950px) {
    #contact #newsletter {
      padding-top: 350px; } }

@media (min-width: 668px) {
  #contact .intro {
    padding-bottom: calc(((100vw * 0.6732)/8)); } }

@media (min-width: 1600px) {
  #contact {
    padding-bottom: 0; }
    #contact .intro:after {
      height: 1077.12px;
      padding-bottom: 00px;
      bottom: -376.992px; } }

#home p {
  max-width: 650px; }

#home .story-index_header {
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 8%;
  padding-bottom: 8%;
  background-color: #DD9F57;
  padding-top: calc((100vw * 0.1267) + 1%); }
  @media (min-width: 668px) {
    #home .story-index_header {
      padding-left: 8%;
      padding-right: 8%; } }
  @media (min-width: 750px) {
    #home .story-index_header {
      padding-bottom: 1%; } }
  #home .story-index_header:after {
    background-color: transparent;
    background-image: url(../images/2020/brown_wave.svg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    bottom: calc(-100vw * 0.1491 + 2px);
    content: '';
    height: calc(100vw * 0.1491);
    left: 0;
    position: absolute;
    right: 0;
    width: 100vw;
    z-index: 10;
    pointer-events: none; }
    @media (min-width: 1600px) {
      #home .story-index_header:after {
        width: 100%; } }
  #home .story-index_header p:last-of-type {
    margin-bottom: 0; }

#home .story-index_carousel {
  background-color: #DD9F57; }
  #home .story-index_carousel.has-shares:after {
    background-color: transparent;
    background-image: url(../images/2020/brown_bottom_wave.svg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    bottom: calc(-100vw * 0.12);
    content: '';
    height: calc(100vw * 0.12);
    left: 0;
    position: absolute;
    right: 0;
    width: 100vw;
    z-index: 10;
    pointer-events: none; }
    @media (min-width: 1600px) {
      #home .story-index_carousel.has-shares:after {
        width: 100%; } }
  #home .story-index_carousel .carousel-dots {
    position: relative;
    margin-bottom: 40px; }
    #home .story-index_carousel .carousel-dots .carousel-arrows {
      width: 250px;
      margin: 0 auto;
      position: relative; }
      #home .story-index_carousel .carousel-dots .carousel-arrows .slick-prev {
        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;
        width: 60px;
        height: 60px; }
        #home .story-index_carousel .carousel-dots .carousel-arrows .slick-prev:before {
          color: black;
          font-size: 30px;
          font-weight: bold;
          content: '\003C'; }
      #home .story-index_carousel .carousel-dots .carousel-arrows .slick-next {
        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;
        width: 60px;
        height: 60px; }
        #home .story-index_carousel .carousel-dots .carousel-arrows .slick-next:before {
          color: black;
          font-size: 30px;
          font-weight: bold;
          content: '\003E'; }
    #home .story-index_carousel .carousel-dots .slick-dots {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      top: -20px; }
  #home .story-index_carousel .carousel-story {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    z-index: 100;
    height: 100vw; }
    @media screen and (min-width: 668px) {
      #home .story-index_carousel .carousel-story {
        height: 67vw; } }
    @media screen and (min-width: 950px) {
      #home .story-index_carousel .carousel-story {
        height: 44vw; } }
    @media screen and (min-width: 1600px) {
      #home .story-index_carousel .carousel-story {
        height: 704px; } }
  #home .story-index_carousel .carousel-story_overlay {
    background-color: rgba(221, 159, 87, 0.4);
    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;
    height: 100%;
    left: 0;
    padding: 0 15px;
    position: absolute;
    top: 0;
    width: 100%;
    text-align: center;
    -webkit-transition: opacity 0.1s linear;
    transition: opacity 0.1s linear; }
    #home .story-index_carousel .carousel-story_overlay h3 {
      color: white;
      font-family: "brother-1816";
      font-size: 24px; }
    #home .story-index_carousel .carousel-story_overlay a {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0; }
    .support-hover #home .story-index_carousel .carousel-story_overlay {
      opacity: 0; }
      .support-hover #home .story-index_carousel .carousel-story_overlay:hover {
        opacity: 1; }

#home .story-index_latest-shares {
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 8%;
  padding-bottom: 8%;
  padding-top: calc(8% + (100vw * 0.11));
  padding-bottom: calc(8% + (100vw * 0.12));
  background-color: white; }
  @media (min-width: 668px) {
    #home .story-index_latest-shares {
      padding-left: 8%;
      padding-right: 8%; } }
  #home .story-index_latest-shares:after {
    background-color: transparent;
    background-image: url(../images/2020/brown_bottom_wave2_144.svg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    bottom: -1px;
    content: '';
    height: calc(100vw * .12);
    left: 0;
    position: absolute;
    right: 0;
    width: 100vw;
    z-index: 10;
    pointer-events: none; }
    @media (min-width: 1600px) {
      #home .story-index_latest-shares:after {
        width: 100%; } }
  #home .story-index_latest-shares .grid {
    width: 100%; }
  #home .story-index_latest-shares .grid-item {
    margin-bottom: 10px;
    position: relative; }
    #home .story-index_latest-shares .grid-item img {
      width: 100%;
      display: block; }
    #home .story-index_latest-shares .grid-item .photo-overlay {
      background-color: #DD9F57;
      position: absolute;
      right: 0;
      bottom: 0;
      color: white;
      text-align: center;
      font-size: 16px;
      font-family: "brother-1816";
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      padding: 6px 10px; }
    .support-hover #home .story-index_latest-shares .grid-item .photo-overlay {
      opacity: 0;
      -webkit-transition: opacity 0.1s linear;
      transition: opacity 0.1s linear; }
    .support-hover #home .story-index_latest-shares .grid-item:hover .photo-overlay {
      opacity: 1; }
  #home .story-index_latest-shares .grid-sizer,
  #home .story-index_latest-shares .grid-item {
    width: 100%; }

#home .story-index_reflections-insights {
  padding-top: 8%;
  padding-bottom: 8%;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: calc((100vw * .1075) + 8%);
  background-color: #DD9F57; }
  @media (min-width: 668px) {
    #home .story-index_reflections-insights {
      padding-left: 8%;
      padding-right: 8%; } }
  #home .story-index_reflections-insights:after {
    background-color: transparent;
    background-image: url(../images/2020/home-04-pink2c81e.svg?2);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    bottom: -1px;
    content: '';
    height: calc(100vw * .1075);
    left: 0;
    position: absolute;
    right: 0;
    width: 100vw;
    z-index: 10;
    pointer-events: none; }
    @media (min-width: 1600px) {
      #home .story-index_reflections-insights:after {
        width: 100%; } }
  #home .story-index_reflections-insights p:last-of-type {
    margin-bottom: 50px; }
  #home .story-index_reflections-insights .reports-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    #home .story-index_reflections-insights .reports-grid .report {
      -webkit-box-flex: 1;
          -ms-flex: 1 0 auto;
              flex: 1 0 auto;
      max-width: 250px;
      width: 100%;
      text-align: center;
      margin-bottom: 30px;
      margin-right: 20px; }
    #home .story-index_reflections-insights .reports-grid .report-cover {
      display: block;
      margin-bottom: 20px;
      -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
              box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5); }
      #home .story-index_reflections-insights .reports-grid .report-cover img {
        display: block;
        max-height: 330px;
        width: 100%; }

@media (min-width: 668px) {
  #home .story-index_latest-shares .grid-sizer,
  #home .story-index_latest-shares .grid-item {
    width: calc(50% - 10px); }
  #home .story-index_reflections-insights .reports-grid .report {
    width: calc(50% - 10px); } }

@media (min-width: 950px) {
  #home .story-index_reflections-insights .reports-grid .report {
    width: calc(33% - 10px); }
  #home .story-index_latest-shares {
    /* 2 columns */ }
    #home .story-index_latest-shares .grid-sizer,
    #home .story-index_latest-shares .grid-item {
      width: calc(33% - 10px); } }

@media (min-width: 1600px) {
  #home .story-index_carousel:after {
    bottom: calc((1600px * -1) * 0.11);
    height: calc(1600px * 0.11); }
  #home .story-index_header:after {
    bottom: calc((1600px * -1) * 0.1391);
    height: calc(1600px * 0.1391); }
  #home .story-index_latest-shares {
    padding-top: calc(8% + (1600px * 0.11));
    padding-top: calc(8% + (1600px * 0.12)); }
    #home .story-index_latest-shares:after {
      height: calc(1600px * .12); }
  #home .story-index_reflections-insights {
    padding-bottom: calc((1600px  * .1075) + 8%); }
    #home .story-index_reflections-insights:after {
      height: calc(1600px * .1075); } }

/* Slider */
.slick-loading .slick-list {
  background: #fff url("ajax-loader.html") center center no-repeat; }

/* Icons */
@font-face {
  font-family: "slick";
  src: url("fonts/slick.html");
  src: url("fonts/slickd41d.html?#iefix") format("embedded-opentype"), url("fonts/slick-2.html") format("woff"), url("fonts/slick-3.html") format("truetype"), url("fonts/slick-4.html#slick") format("svg");
  font-weight: normal;
  font-style: normal; }

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: "←"; }
    [dir="rtl"] .slick-prev:before {
      content: "→"; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: "→"; }
    [dir="rtl"] .slick-next:before {
      content: "←"; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  list-style: none;
  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;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
  height: 40px;
  top: 0;
  bottom: 0;
  right: 0;
  max-width: 200px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%); }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 25px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  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;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [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; }

.slick-arrow.slick-hidden {
  display: none; }
