h1, h2, h3, h4, h5, p, blockquote, figure, ol, ul {
  margin: 0;
  padding: 0; }

iframe {
  border: 0; }

main {
  display: block; }

::-moz-selection {
  background-color: #52AA5E;
  color: #fff; }

::selection {
  background-color: #52AA5E;
  color: #fff; }

::-moz-focus-inner {
  padding: 0;
  border: 0; }

:focus {
  outline: 0; }

*, *::before, *::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html {
  font-size: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  margin: 0; }

body {
  margin: 0;
  line-height: 1.45;
  font-family: "Lora", serif;
  color: #616161; }

hr {
  height: 2px;
  margin: 1rem auto;
  border: 0;
  background: rgba(0, 0, 0, 0.3); }

.float-left {
  float: left; }

.float-right {
  float: right; }

.hide, .xlarge-hide {
  display: none !important; }

.small-show, .medium-show, .large-show, xlarge-show {
  display: none !important; }

.clear:before, .clear:after {
  content: '';
  display: table; }

.clear:after {
  clear: both; }

.clear {
  zoom: 1; }

a {
  text-decoration: none;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  color: #0EB1D2;
  cursor: pointer;
  -webkit-text-decoration-skip: objects; }
  a:active, a:hover {
    color: #ED3124; }
  a img {
    border: 0; }

p {
  margin-bottom: 1.1rem;
  text-rendering: optimizeLegibility; }

em, i, .em {
  font-style: italic;
  line-height: inherit; }

.uppercase {
  text-transform: uppercase; }

.capitalize {
  text-transform: capitalize; }

.lowercase {
  text-transform: lowercase; }

strong, b, .strong {
  font-weight: bolder;
  line-height: inherit; }

small, .small {
  font-size: 80%; }

.large {
  font-size: 140%; }

sup, .sup, sub, .sub {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline; }

sup, .sup {
  top: -.5em; }

sub, .sub {
  bottom: -.25em; }

.ellipsis, .ellipsis li {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden; }

.text-clip, .text-clip li {
  text-overflow: clip;
  white-space: nowrap;
  overflow: hidden; }

h1, h2, h3, h4, h5, .h1, .h2, .h3, .h4, .h5 {
  font-family: "Montserrat", sans-serif;
  font-weight: normal;
  text-rendering: optimizeLegibility;
  font-size: inherit;
  line-height: 1.2; }
  h1.super-header, h2.super-header, h3.super-header, h4.super-header, h5.super-header, .h1.super-header, .h2.super-header, .h3.super-header, .h4.super-header, .h5.super-header {
    font-size: 4rem;
    line-height: 1.18; }

.super-header {
  font-size: 5.65rem; }

.h1 {
  font-size: 3.998rem; }

.h2 {
  font-size: 2.827rem; }

.h3 {
  font-size: 1.999rem; }

.h4 {
  font-size: 1.414rem; }

.h5 {
  font-size: 1rem; }

.sub-header {
  color: rgba(97, 97, 97, 0.6); }

.super-header.vw {
  font-size: 7vw; }

h1.vw {
  font-size: 6vw; }

h2.vw {
  font-size: 5vw; }

h3.vw {
  font-size: 4.5vw; }

h4.vw {
  font-size: 4vw; }

h5.vw {
  font-size: 3.5vw; }

ul, ol, dl {
  list-style-position: outside;
  margin-bottom: 1.15rem; }
  ul ul, ul ol, ul dl, ol ul, ol ol, ol dl, dl ul, dl ol, dl dl {
    margin-bottom: 0; }

ul {
  margin-left: 1.2rem;
  list-style-type: disc; }
  ul ul {
    list-style-type: circle; }
  ul.lined, ul.none {
    list-style-type: none;
    margin-left: 0; }
  ul.lined li {
    border-bottom: solid 1px rgba(0, 0, 0, 0.2); }

ol {
  margin-left: 1.55rem;
  list-style-type: decimal; }

.img, img {
  max-width: 100%;
  height: auto;
  border: 0;
  border-style: none; }

svg:not(:root) {
  overflow: hidden; }

.video-container, .wp-block-embed {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden; }
  .video-container iframe, .video-container object, .video-container embed, .video-container video, .wp-block-embed iframe, .wp-block-embed object, .wp-block-embed embed, .wp-block-embed video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.full {
  margin: 0 auto;
  max-width: 1144px;
  width: 100%; }

.box-grid {
  display: -ms-grid;
  display: grid; }
  .box-grid .cell, .box-grid .wp-block-columns .wp-block-column, .wp-block-columns .box-grid .wp-block-column {
    margin-left: 0;
    margin-right: 0; }

.grid, .wp-block-columns {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap; }

.cell, .wp-block-columns .wp-block-column {
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
  min-height: 0px;
  min-width: 0px;
  max-width: 100%;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem; }
  .cell.fit, .wp-block-columns .fit.wp-block-column {
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto; }
  .cell.fill, .wp-block-columns .fill.wp-block-column {
    -webkit-flex: 1 1;
    flex: 1 1;
    width: auto; }
  .cell.collapse, .wp-block-columns .collapse.wp-block-column {
    margin-left: 0;
    margin-right: 0; }
  .cell.collapse-padding, .wp-block-columns .collapse-padding.wp-block-column {
    padding-left: 0;
    padding-right: 0; }

.nowrap {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap; }

.wrap-reverse {
  -webkit-flex-wrap: wrap-reverse;
  flex-wrap: wrap-reverse; }

.justify-start {
  -webkit-justify-content: flex-start;
  justify-content: flex-start; }

.justify-end {
  -webkit-justify-content: flex-end;
  justify-content: flex-end; }

.justify-center {
  -webkit-justify-content: center;
  justify-content: center; }

.justify-space {
  -webkit-justify-content: space-between;
  justify-content: space-between; }

.justify-around {
  -webkit-justify-content: space-around;
  justify-content: space-around; }

.reverse {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse; }

.vertical {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap; }
  .vertical.reverse {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap; }

.align-top {
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-align-self: flex-start;
  align-self: flex-start; }

.align-bottom {
  -webkit-align-items: flex-end;
  align-items: flex-end;
  -webkit-align-self: flex-end;
  align-self: flex-end; }

.align-center {
  -webkit-align-items: center;
  align-items: center;
  -webkit-align-self: center;
  align-self: center; }

.align-baseline {
  -webkit-align-items: baseline;
  align-items: baseline; }

.align-stretch {
  -webkit-align-items: stretch;
  align-items: stretch; }

.hide {
  display: none !important; }

.show {
  display: inherit !important; }

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

.text-right {
  text-align: right; }

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

.text-justify {
  text-align: justify; }

.twelve {
  max-width: calc( 100%/12 * 12 - 1rem );
  flex: 0 0 calc( 100%/12 * 12 - 1rem ); }
  .twelve.collapse {
    max-width: calc( 100%/12 * 12 );
    flex: 0 0 calc( 100%/12 * 12 ); }

.order-12 {
  -webkit-order: 12;
  order: 12; }

.eleven {
  max-width: calc( 100%/12 * 11 - 1rem );
  flex: 0 0 calc( 100%/12 * 11 - 1rem ); }
  .eleven.collapse {
    max-width: calc( 100%/12 * 11 );
    flex: 0 0 calc( 100%/12 * 11 ); }

.order-11 {
  -webkit-order: 11;
  order: 11; }

.ten {
  max-width: calc( 100%/12 * 10 - 1rem );
  flex: 0 0 calc( 100%/12 * 10 - 1rem ); }
  .ten.collapse {
    max-width: calc( 100%/12 * 10 );
    flex: 0 0 calc( 100%/12 * 10 ); }

.order-10 {
  -webkit-order: 10;
  order: 10; }

.nine {
  max-width: calc( 100%/12 * 9 - 1rem );
  flex: 0 0 calc( 100%/12 * 9 - 1rem ); }
  .nine.collapse {
    max-width: calc( 100%/12 * 9 );
    flex: 0 0 calc( 100%/12 * 9 ); }

.order-9 {
  -webkit-order: 9;
  order: 9; }

.eight {
  max-width: calc( 100%/12 * 8 - 1rem );
  flex: 0 0 calc( 100%/12 * 8 - 1rem ); }
  .eight.collapse {
    max-width: calc( 100%/12 * 8 );
    flex: 0 0 calc( 100%/12 * 8 ); }

.order-8 {
  -webkit-order: 8;
  order: 8; }

.seven {
  max-width: calc( 100%/12 * 7 - 1rem );
  flex: 0 0 calc( 100%/12 * 7 - 1rem ); }
  .seven.collapse {
    max-width: calc( 100%/12 * 7 );
    flex: 0 0 calc( 100%/12 * 7 ); }

.order-7 {
  -webkit-order: 7;
  order: 7; }

.six {
  max-width: calc( 100%/12 * 6 - 1rem );
  flex: 0 0 calc( 100%/12 * 6 - 1rem ); }
  .six.collapse {
    max-width: calc( 100%/12 * 6 );
    flex: 0 0 calc( 100%/12 * 6 ); }

.order-6 {
  -webkit-order: 6;
  order: 6; }

.five {
  max-width: calc( 100%/12 * 5 - 1rem );
  flex: 0 0 calc( 100%/12 * 5 - 1rem ); }
  .five.collapse {
    max-width: calc( 100%/12 * 5 );
    flex: 0 0 calc( 100%/12 * 5 ); }

.order-5 {
  -webkit-order: 5;
  order: 5; }

.four {
  max-width: calc( 100%/12 * 4 - 1rem );
  flex: 0 0 calc( 100%/12 * 4 - 1rem ); }
  .four.collapse {
    max-width: calc( 100%/12 * 4 );
    flex: 0 0 calc( 100%/12 * 4 ); }

.order-4 {
  -webkit-order: 4;
  order: 4; }

.three {
  max-width: calc( 100%/12 * 3 - 1rem );
  flex: 0 0 calc( 100%/12 * 3 - 1rem ); }
  .three.collapse {
    max-width: calc( 100%/12 * 3 );
    flex: 0 0 calc( 100%/12 * 3 ); }

.order-3 {
  -webkit-order: 3;
  order: 3; }

.two {
  max-width: calc( 100%/12 * 2 - 1rem );
  flex: 0 0 calc( 100%/12 * 2 - 1rem ); }
  .two.collapse {
    max-width: calc( 100%/12 * 2 );
    flex: 0 0 calc( 100%/12 * 2 ); }

.order-2 {
  -webkit-order: 2;
  order: 2; }

.one {
  max-width: calc( 100%/12 * 1 - 1rem );
  flex: 0 0 calc( 100%/12 * 1 - 1rem ); }
  .one.collapse {
    max-width: calc( 100%/12 * 1 );
    flex: 0 0 calc( 100%/12 * 1 ); }

.order-1 {
  -webkit-order: 1;
  order: 1; }

.fifth {
  max-width: calc( 20% - 1rem );
  flex: 0 0 calc( 20% - 1rem ); }
  .fifth.collapse {
    max-width: 20%;
    flex: 0 0 20%; }

.box-grid .span-1 {
  grid-column: auto / span 1; }
.box-grid .span-2 {
  grid-column: auto / span 2; }
.box-grid .span-3 {
  grid-column: auto / span 3; }
.box-grid .span-4 {
  grid-column: auto / span 4; }
.box-grid .span-5 {
  grid-column: auto / span 5; }
.box-grid .span-6 {
  grid-column: auto / span 6; }
.box-grid .span-7 {
  grid-column: auto / span 7; }
.box-grid .span-8 {
  grid-column: auto / span 8; }
.box-grid .span-col-1 {
  grid-row: auto / span 1; }
.box-grid .span-col-2 {
  grid-row: auto / span 2; }
.box-grid .span-col-3 {
  grid-row: auto / span 3; }
.box-grid .span-col-4 {
  grid-row: auto / span 4; }

@media only screen and (min-width: 480px) {
  .small-hide {
    display: none !important; }

  .small-show {
    display: inherit !important; }

  .small-text-left {
    text-align: left; }

  .small-text-right {
    text-align: right; }

  .small-text-center {
    text-align: center; }

  .small-text-justify {
    text-align: justify; }

  .small-twelve {
    max-width: calc( 100%/12 * 12 - 1rem );
    flex: 0 0 calc( 100%/12 * 12 - 1rem ); }
    .small-twelve.collapse {
      max-width: calc( 100%/12 * 12 );
      flex: 0 0 calc( 100%/12 * 12 ); }

  .small-order-12 {
    -webkit-order: 12;
    order: 12; }

  .small-eleven {
    max-width: calc( 100%/12 * 11 - 1rem );
    flex: 0 0 calc( 100%/12 * 11 - 1rem ); }
    .small-eleven.collapse {
      max-width: calc( 100%/12 * 11 );
      flex: 0 0 calc( 100%/12 * 11 ); }

  .small-order-11 {
    -webkit-order: 11;
    order: 11; }

  .small-ten {
    max-width: calc( 100%/12 * 10 - 1rem );
    flex: 0 0 calc( 100%/12 * 10 - 1rem ); }
    .small-ten.collapse {
      max-width: calc( 100%/12 * 10 );
      flex: 0 0 calc( 100%/12 * 10 ); }

  .small-order-10 {
    -webkit-order: 10;
    order: 10; }

  .small-nine {
    max-width: calc( 100%/12 * 9 - 1rem );
    flex: 0 0 calc( 100%/12 * 9 - 1rem ); }
    .small-nine.collapse {
      max-width: calc( 100%/12 * 9 );
      flex: 0 0 calc( 100%/12 * 9 ); }

  .small-order-9 {
    -webkit-order: 9;
    order: 9; }

  .small-eight {
    max-width: calc( 100%/12 * 8 - 1rem );
    flex: 0 0 calc( 100%/12 * 8 - 1rem ); }
    .small-eight.collapse {
      max-width: calc( 100%/12 * 8 );
      flex: 0 0 calc( 100%/12 * 8 ); }

  .small-order-8 {
    -webkit-order: 8;
    order: 8; }

  .small-seven {
    max-width: calc( 100%/12 * 7 - 1rem );
    flex: 0 0 calc( 100%/12 * 7 - 1rem ); }
    .small-seven.collapse {
      max-width: calc( 100%/12 * 7 );
      flex: 0 0 calc( 100%/12 * 7 ); }

  .small-order-7 {
    -webkit-order: 7;
    order: 7; }

  .small-six {
    max-width: calc( 100%/12 * 6 - 1rem );
    flex: 0 0 calc( 100%/12 * 6 - 1rem ); }
    .small-six.collapse {
      max-width: calc( 100%/12 * 6 );
      flex: 0 0 calc( 100%/12 * 6 ); }

  .small-order-6 {
    -webkit-order: 6;
    order: 6; }

  .small-five {
    max-width: calc( 100%/12 * 5 - 1rem );
    flex: 0 0 calc( 100%/12 * 5 - 1rem ); }
    .small-five.collapse {
      max-width: calc( 100%/12 * 5 );
      flex: 0 0 calc( 100%/12 * 5 ); }

  .small-order-5 {
    -webkit-order: 5;
    order: 5; }

  .small-four {
    max-width: calc( 100%/12 * 4 - 1rem );
    flex: 0 0 calc( 100%/12 * 4 - 1rem ); }
    .small-four.collapse {
      max-width: calc( 100%/12 * 4 );
      flex: 0 0 calc( 100%/12 * 4 ); }

  .small-order-4 {
    -webkit-order: 4;
    order: 4; }

  .small-three {
    max-width: calc( 100%/12 * 3 - 1rem );
    flex: 0 0 calc( 100%/12 * 3 - 1rem ); }
    .small-three.collapse {
      max-width: calc( 100%/12 * 3 );
      flex: 0 0 calc( 100%/12 * 3 ); }

  .small-order-3 {
    -webkit-order: 3;
    order: 3; }

  .small-two {
    max-width: calc( 100%/12 * 2 - 1rem );
    flex: 0 0 calc( 100%/12 * 2 - 1rem ); }
    .small-two.collapse {
      max-width: calc( 100%/12 * 2 );
      flex: 0 0 calc( 100%/12 * 2 ); }

  .small-order-2 {
    -webkit-order: 2;
    order: 2; }

  .small-one {
    max-width: calc( 100%/12 * 1 - 1rem );
    flex: 0 0 calc( 100%/12 * 1 - 1rem ); }
    .small-one.collapse {
      max-width: calc( 100%/12 * 1 );
      flex: 0 0 calc( 100%/12 * 1 ); }

  .small-order-1 {
    -webkit-order: 1;
    order: 1; }

  .small-fifth {
    max-width: calc( 20% - 1rem );
    flex: 0 0 calc( 20% - 1rem ); }
    .small-fifth.collapse {
      max-width: 20%;
      flex: 0 0 20%; }

  .box-grid .small-span-1 {
    grid-column: auto / span 1; }
  .box-grid .small-span-2 {
    grid-column: auto / span 2; }
  .box-grid .small-span-3 {
    grid-column: auto / span 3; }
  .box-grid .small-span-4 {
    grid-column: auto / span 4; }
  .box-grid .small-span-5 {
    grid-column: auto / span 5; }
  .box-grid .small-span-6 {
    grid-column: auto / span 6; }
  .box-grid .small-span-7 {
    grid-column: auto / span 7; }
  .box-grid .small-span-8 {
    grid-column: auto / span 8; }
  .box-grid .small-span-col-1 {
    grid-row: auto / span 1; }
  .box-grid .small-span-col-2 {
    grid-row: auto / span 2; }
  .box-grid .small-span-col-3 {
    grid-row: auto / span 3; }
  .box-grid .small-span-col-4 {
    grid-row: auto / span 4; } }
@media only screen and (min-width: 768px) {
  .medium-hide {
    display: none !important; }

  .medium-show {
    display: inherit !important; }

  .medium-text-left {
    text-align: left; }

  .medium-text-right {
    text-align: right; }

  .medium-text-center {
    text-align: center; }

  .medium-text-justify {
    text-align: justify; }

  .medium-twelve {
    max-width: calc( 100%/12 * 12 - 1rem );
    flex: 0 0 calc( 100%/12 * 12 - 1rem ); }
    .medium-twelve.collapse {
      max-width: calc( 100%/12 * 12 );
      flex: 0 0 calc( 100%/12 * 12 ); }

  .medium-order-12 {
    -webkit-order: 12;
    order: 12; }

  .medium-eleven {
    max-width: calc( 100%/12 * 11 - 1rem );
    flex: 0 0 calc( 100%/12 * 11 - 1rem ); }
    .medium-eleven.collapse {
      max-width: calc( 100%/12 * 11 );
      flex: 0 0 calc( 100%/12 * 11 ); }

  .medium-order-11 {
    -webkit-order: 11;
    order: 11; }

  .medium-ten {
    max-width: calc( 100%/12 * 10 - 1rem );
    flex: 0 0 calc( 100%/12 * 10 - 1rem ); }
    .medium-ten.collapse {
      max-width: calc( 100%/12 * 10 );
      flex: 0 0 calc( 100%/12 * 10 ); }

  .medium-order-10 {
    -webkit-order: 10;
    order: 10; }

  .medium-nine {
    max-width: calc( 100%/12 * 9 - 1rem );
    flex: 0 0 calc( 100%/12 * 9 - 1rem ); }
    .medium-nine.collapse {
      max-width: calc( 100%/12 * 9 );
      flex: 0 0 calc( 100%/12 * 9 ); }

  .medium-order-9 {
    -webkit-order: 9;
    order: 9; }

  .medium-eight {
    max-width: calc( 100%/12 * 8 - 1rem );
    flex: 0 0 calc( 100%/12 * 8 - 1rem ); }
    .medium-eight.collapse {
      max-width: calc( 100%/12 * 8 );
      flex: 0 0 calc( 100%/12 * 8 ); }

  .medium-order-8 {
    -webkit-order: 8;
    order: 8; }

  .medium-seven {
    max-width: calc( 100%/12 * 7 - 1rem );
    flex: 0 0 calc( 100%/12 * 7 - 1rem ); }
    .medium-seven.collapse {
      max-width: calc( 100%/12 * 7 );
      flex: 0 0 calc( 100%/12 * 7 ); }

  .medium-order-7 {
    -webkit-order: 7;
    order: 7; }

  .medium-six {
    max-width: calc( 100%/12 * 6 - 1rem );
    flex: 0 0 calc( 100%/12 * 6 - 1rem ); }
    .medium-six.collapse {
      max-width: calc( 100%/12 * 6 );
      flex: 0 0 calc( 100%/12 * 6 ); }

  .medium-order-6 {
    -webkit-order: 6;
    order: 6; }

  .medium-five {
    max-width: calc( 100%/12 * 5 - 1rem );
    flex: 0 0 calc( 100%/12 * 5 - 1rem ); }
    .medium-five.collapse {
      max-width: calc( 100%/12 * 5 );
      flex: 0 0 calc( 100%/12 * 5 ); }

  .medium-order-5 {
    -webkit-order: 5;
    order: 5; }

  .medium-four {
    max-width: calc( 100%/12 * 4 - 1rem );
    flex: 0 0 calc( 100%/12 * 4 - 1rem ); }
    .medium-four.collapse {
      max-width: calc( 100%/12 * 4 );
      flex: 0 0 calc( 100%/12 * 4 ); }

  .medium-order-4 {
    -webkit-order: 4;
    order: 4; }

  .medium-three {
    max-width: calc( 100%/12 * 3 - 1rem );
    flex: 0 0 calc( 100%/12 * 3 - 1rem ); }
    .medium-three.collapse {
      max-width: calc( 100%/12 * 3 );
      flex: 0 0 calc( 100%/12 * 3 ); }

  .medium-order-3 {
    -webkit-order: 3;
    order: 3; }

  .medium-two {
    max-width: calc( 100%/12 * 2 - 1rem );
    flex: 0 0 calc( 100%/12 * 2 - 1rem ); }
    .medium-two.collapse {
      max-width: calc( 100%/12 * 2 );
      flex: 0 0 calc( 100%/12 * 2 ); }

  .medium-order-2 {
    -webkit-order: 2;
    order: 2; }

  .medium-one {
    max-width: calc( 100%/12 * 1 - 1rem );
    flex: 0 0 calc( 100%/12 * 1 - 1rem ); }
    .medium-one.collapse {
      max-width: calc( 100%/12 * 1 );
      flex: 0 0 calc( 100%/12 * 1 ); }

  .medium-order-1 {
    -webkit-order: 1;
    order: 1; }

  .medium-fifth {
    max-width: calc( 20% - 1rem );
    flex: 0 0 calc( 20% - 1rem ); }
    .medium-fifth.collapse {
      max-width: 20%;
      flex: 0 0 20%; }

  .box-grid .medium-span-1 {
    grid-column: auto / span 1; }
  .box-grid .medium-span-2 {
    grid-column: auto / span 2; }
  .box-grid .medium-span-3 {
    grid-column: auto / span 3; }
  .box-grid .medium-span-4 {
    grid-column: auto / span 4; }
  .box-grid .medium-span-5 {
    grid-column: auto / span 5; }
  .box-grid .medium-span-6 {
    grid-column: auto / span 6; }
  .box-grid .medium-span-7 {
    grid-column: auto / span 7; }
  .box-grid .medium-span-8 {
    grid-column: auto / span 8; }
  .box-grid .medium-span-col-1 {
    grid-row: auto / span 1; }
  .box-grid .medium-span-col-2 {
    grid-row: auto / span 2; }
  .box-grid .medium-span-col-3 {
    grid-row: auto / span 3; }
  .box-grid .medium-span-col-4 {
    grid-row: auto / span 4; }

  .super-header.vw {
    font-size: 5vw; }

  .h1.vw {
    font-size: 3.5vw; }

  .h2.vw {
    font-size: 3vw; }

  .h3.vw {
    font-size: 2.5vw; }

  .h4.vw {
    font-size: 2vw; }

  .h5.vw {
    font-size: 1.5vw; } }
@media only screen and (min-width: 1024px) {
  .large-hide {
    display: none !important; }

  .large-show {
    display: inherit !important; }

  .large-text-left {
    text-align: left; }

  .large-text-right {
    text-align: right; }

  .large-text-center {
    text-align: center; }

  .large-text-justify {
    text-align: justify; }

  .large-twelve {
    max-width: calc( 100%/12 * 12 - 1rem );
    flex: 0 0 calc( 100%/12 * 12 - 1rem ); }
    .large-twelve.collapse {
      max-width: calc( 100%/12 * 12 );
      flex: 0 0 calc( 100%/12 * 12 ); }

  .large-order-12 {
    -webkit-order: 12;
    order: 12; }

  .large-eleven {
    max-width: calc( 100%/12 * 11 - 1rem );
    flex: 0 0 calc( 100%/12 * 11 - 1rem ); }
    .large-eleven.collapse {
      max-width: calc( 100%/12 * 11 );
      flex: 0 0 calc( 100%/12 * 11 ); }

  .large-order-11 {
    -webkit-order: 11;
    order: 11; }

  .large-ten {
    max-width: calc( 100%/12 * 10 - 1rem );
    flex: 0 0 calc( 100%/12 * 10 - 1rem ); }
    .large-ten.collapse {
      max-width: calc( 100%/12 * 10 );
      flex: 0 0 calc( 100%/12 * 10 ); }

  .large-order-10 {
    -webkit-order: 10;
    order: 10; }

  .large-nine {
    max-width: calc( 100%/12 * 9 - 1rem );
    flex: 0 0 calc( 100%/12 * 9 - 1rem ); }
    .large-nine.collapse {
      max-width: calc( 100%/12 * 9 );
      flex: 0 0 calc( 100%/12 * 9 ); }

  .large-order-9 {
    -webkit-order: 9;
    order: 9; }

  .large-eight {
    max-width: calc( 100%/12 * 8 - 1rem );
    flex: 0 0 calc( 100%/12 * 8 - 1rem ); }
    .large-eight.collapse {
      max-width: calc( 100%/12 * 8 );
      flex: 0 0 calc( 100%/12 * 8 ); }

  .large-order-8 {
    -webkit-order: 8;
    order: 8; }

  .large-seven {
    max-width: calc( 100%/12 * 7 - 1rem );
    flex: 0 0 calc( 100%/12 * 7 - 1rem ); }
    .large-seven.collapse {
      max-width: calc( 100%/12 * 7 );
      flex: 0 0 calc( 100%/12 * 7 ); }

  .large-order-7 {
    -webkit-order: 7;
    order: 7; }

  .large-six {
    max-width: calc( 100%/12 * 6 - 1rem );
    flex: 0 0 calc( 100%/12 * 6 - 1rem ); }
    .large-six.collapse {
      max-width: calc( 100%/12 * 6 );
      flex: 0 0 calc( 100%/12 * 6 ); }

  .large-order-6 {
    -webkit-order: 6;
    order: 6; }

  .large-five {
    max-width: calc( 100%/12 * 5 - 1rem );
    flex: 0 0 calc( 100%/12 * 5 - 1rem ); }
    .large-five.collapse {
      max-width: calc( 100%/12 * 5 );
      flex: 0 0 calc( 100%/12 * 5 ); }

  .large-order-5 {
    -webkit-order: 5;
    order: 5; }

  .large-four {
    max-width: calc( 100%/12 * 4 - 1rem );
    flex: 0 0 calc( 100%/12 * 4 - 1rem ); }
    .large-four.collapse {
      max-width: calc( 100%/12 * 4 );
      flex: 0 0 calc( 100%/12 * 4 ); }

  .large-order-4 {
    -webkit-order: 4;
    order: 4; }

  .large-three {
    max-width: calc( 100%/12 * 3 - 1rem );
    flex: 0 0 calc( 100%/12 * 3 - 1rem ); }
    .large-three.collapse {
      max-width: calc( 100%/12 * 3 );
      flex: 0 0 calc( 100%/12 * 3 ); }

  .large-order-3 {
    -webkit-order: 3;
    order: 3; }

  .large-two {
    max-width: calc( 100%/12 * 2 - 1rem );
    flex: 0 0 calc( 100%/12 * 2 - 1rem ); }
    .large-two.collapse {
      max-width: calc( 100%/12 * 2 );
      flex: 0 0 calc( 100%/12 * 2 ); }

  .large-order-2 {
    -webkit-order: 2;
    order: 2; }

  .large-one {
    max-width: calc( 100%/12 * 1 - 1rem );
    flex: 0 0 calc( 100%/12 * 1 - 1rem ); }
    .large-one.collapse {
      max-width: calc( 100%/12 * 1 );
      flex: 0 0 calc( 100%/12 * 1 ); }

  .large-order-1 {
    -webkit-order: 1;
    order: 1; }

  .large-fifth {
    max-width: calc( 20% - 1rem );
    flex: 0 0 calc( 20% - 1rem ); }
    .large-fifth.collapse {
      max-width: 20%;
      flex: 0 0 20%; }

  .box-grid .large-span-1 {
    grid-column: auto / span 1; }
  .box-grid .large-span-2 {
    grid-column: auto / span 2; }
  .box-grid .large-span-3 {
    grid-column: auto / span 3; }
  .box-grid .large-span-4 {
    grid-column: auto / span 4; }
  .box-grid .large-span-5 {
    grid-column: auto / span 5; }
  .box-grid .large-span-6 {
    grid-column: auto / span 6; }
  .box-grid .large-span-7 {
    grid-column: auto / span 7; }
  .box-grid .large-span-8 {
    grid-column: auto / span 8; }
  .box-grid .large-span-col-1 {
    grid-row: auto / span 1; }
  .box-grid .large-span-col-2 {
    grid-row: auto / span 2; }
  .box-grid .large-span-col-3 {
    grid-row: auto / span 3; }
  .box-grid .large-span-col-4 {
    grid-row: auto / span 4; } }
@media only screen and (min-width: 1200px) {
  .xlarge-hide {
    display: none !important; }

  .xlarge-show {
    display: inherit !important; }

  .xlarge-text-left {
    text-align: left; }

  .xlarge-text-right {
    text-align: right; }

  .xlarge-text-center {
    text-align: center; }

  .xlarge-text-justify {
    text-align: justify; }

  .xlarge-twelve {
    max-width: calc( 100%/12 * 12 - 1rem );
    flex: 0 0 calc( 100%/12 * 12 - 1rem ); }
    .xlarge-twelve.collapse {
      max-width: calc( 100%/12 * 12 );
      flex: 0 0 calc( 100%/12 * 12 ); }

  .xlarge-order-12 {
    -webkit-order: 12;
    order: 12; }

  .xlarge-eleven {
    max-width: calc( 100%/12 * 11 - 1rem );
    flex: 0 0 calc( 100%/12 * 11 - 1rem ); }
    .xlarge-eleven.collapse {
      max-width: calc( 100%/12 * 11 );
      flex: 0 0 calc( 100%/12 * 11 ); }

  .xlarge-order-11 {
    -webkit-order: 11;
    order: 11; }

  .xlarge-ten {
    max-width: calc( 100%/12 * 10 - 1rem );
    flex: 0 0 calc( 100%/12 * 10 - 1rem ); }
    .xlarge-ten.collapse {
      max-width: calc( 100%/12 * 10 );
      flex: 0 0 calc( 100%/12 * 10 ); }

  .xlarge-order-10 {
    -webkit-order: 10;
    order: 10; }

  .xlarge-nine {
    max-width: calc( 100%/12 * 9 - 1rem );
    flex: 0 0 calc( 100%/12 * 9 - 1rem ); }
    .xlarge-nine.collapse {
      max-width: calc( 100%/12 * 9 );
      flex: 0 0 calc( 100%/12 * 9 ); }

  .xlarge-order-9 {
    -webkit-order: 9;
    order: 9; }

  .xlarge-eight {
    max-width: calc( 100%/12 * 8 - 1rem );
    flex: 0 0 calc( 100%/12 * 8 - 1rem ); }
    .xlarge-eight.collapse {
      max-width: calc( 100%/12 * 8 );
      flex: 0 0 calc( 100%/12 * 8 ); }

  .xlarge-order-8 {
    -webkit-order: 8;
    order: 8; }

  .xlarge-seven {
    max-width: calc( 100%/12 * 7 - 1rem );
    flex: 0 0 calc( 100%/12 * 7 - 1rem ); }
    .xlarge-seven.collapse {
      max-width: calc( 100%/12 * 7 );
      flex: 0 0 calc( 100%/12 * 7 ); }

  .xlarge-order-7 {
    -webkit-order: 7;
    order: 7; }

  .xlarge-six {
    max-width: calc( 100%/12 * 6 - 1rem );
    flex: 0 0 calc( 100%/12 * 6 - 1rem ); }
    .xlarge-six.collapse {
      max-width: calc( 100%/12 * 6 );
      flex: 0 0 calc( 100%/12 * 6 ); }

  .xlarge-order-6 {
    -webkit-order: 6;
    order: 6; }

  .xlarge-five {
    max-width: calc( 100%/12 * 5 - 1rem );
    flex: 0 0 calc( 100%/12 * 5 - 1rem ); }
    .xlarge-five.collapse {
      max-width: calc( 100%/12 * 5 );
      flex: 0 0 calc( 100%/12 * 5 ); }

  .xlarge-order-5 {
    -webkit-order: 5;
    order: 5; }

  .xlarge-four {
    max-width: calc( 100%/12 * 4 - 1rem );
    flex: 0 0 calc( 100%/12 * 4 - 1rem ); }
    .xlarge-four.collapse {
      max-width: calc( 100%/12 * 4 );
      flex: 0 0 calc( 100%/12 * 4 ); }

  .xlarge-order-4 {
    -webkit-order: 4;
    order: 4; }

  .xlarge-three {
    max-width: calc( 100%/12 * 3 - 1rem );
    flex: 0 0 calc( 100%/12 * 3 - 1rem ); }
    .xlarge-three.collapse {
      max-width: calc( 100%/12 * 3 );
      flex: 0 0 calc( 100%/12 * 3 ); }

  .xlarge-order-3 {
    -webkit-order: 3;
    order: 3; }

  .xlarge-two {
    max-width: calc( 100%/12 * 2 - 1rem );
    flex: 0 0 calc( 100%/12 * 2 - 1rem ); }
    .xlarge-two.collapse {
      max-width: calc( 100%/12 * 2 );
      flex: 0 0 calc( 100%/12 * 2 ); }

  .xlarge-order-2 {
    -webkit-order: 2;
    order: 2; }

  .xlarge-one {
    max-width: calc( 100%/12 * 1 - 1rem );
    flex: 0 0 calc( 100%/12 * 1 - 1rem ); }
    .xlarge-one.collapse {
      max-width: calc( 100%/12 * 1 );
      flex: 0 0 calc( 100%/12 * 1 ); }

  .xlarge-order-1 {
    -webkit-order: 1;
    order: 1; }

  .xlarge-fifth {
    max-width: calc( 20% - 1rem );
    flex: 0 0 calc( 20% - 1rem ); }
    .xlarge-fifth.collapse {
      max-width: 20%;
      flex: 0 0 20%; }

  .box-grid .xlarge-span-1 {
    grid-column: auto / span 1; }
  .box-grid .xlarge-span-2 {
    grid-column: auto / span 2; }
  .box-grid .xlarge-span-3 {
    grid-column: auto / span 3; }
  .box-grid .xlarge-span-4 {
    grid-column: auto / span 4; }
  .box-grid .xlarge-span-5 {
    grid-column: auto / span 5; }
  .box-grid .xlarge-span-6 {
    grid-column: auto / span 6; }
  .box-grid .xlarge-span-7 {
    grid-column: auto / span 7; }
  .box-grid .xlarge-span-8 {
    grid-column: auto / span 8; }
  .box-grid .xlarge-span-col-1 {
    grid-row: auto / span 1; }
  .box-grid .xlarge-span-col-2 {
    grid-row: auto / span 2; }
  .box-grid .xlarge-span-col-3 {
    grid-row: auto / span 3; }
  .box-grid .xlarge-span-col-4 {
    grid-row: auto / span 4; } }
body {
  min-height: 100vh;
  display: flex;
  flex-direction: column; }
  @media only screen and (max-width: 1023px) {
    body.show-menu {
      overflow: hidden; } }
  body .grecaptcha-badge {
    display: none !important; }

main {
  flex: 1;
  min-height: 400px;
  overflow: hidden; }

.full.small-full {
  max-width: 760px; }

.box-grid {
  gap: 2px 2px;
  grid-gap: 2px 2px;
  grid-template-columns: repeat(8, 1fr);
  text-align: center;
  grid-auto-rows: 1fr; }
  .box-grid > .cell, .wp-block-columns .box-grid > .wp-block-column {
    color: #fff;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 1rem;
    background-size: cover;
    background-position: center; }
    .box-grid > .cell.spacer, .wp-block-columns .box-grid > .spacer.wp-block-column {
      background-color: transparent; }
  .box-grid h4 {
    max-width: 400px;
    margin: 0 auto; }

.main-overlay {
  position: fixed;
  z-index: 5;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.75);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1); }
  .show-team .main-overlay {
    opacity: 1;
    pointer-events: all;
    visibility: visible;
    cursor: pointer; }
  @media only screen and (max-width: 1023px) {
    .show-menu .main-overlay {
      opacity: 1;
      pointer-events: all;
      visibility: visible;
      cursor: pointer; } }

.block-spacer {
  width: 100%;
  height: 2rem; }

.wp-block-quote {
  border-left: none !important;
  position: relative; }
  .wp-block-quote:before {
    position: absolute;
    content: '\201C';
    top: 0;
    left: -2rem;
    display: inline-block;
    font-size: 8rem;
    line-height: .5;
    opacity: .6; }
  .wp-block-quote.is-large, .wp-block-quote.is-style-large {
    font-size: 1.5rem; }
  .wp-block-quote p {
    line-height: 1.5;
    font-size: 1.125rem; }
  .wp-block-quote cite {
    font-weight: bold;
    line-height: 1.2; }
    .wp-block-quote cite em {
      font-weight: normal; }

.wp-block-columns {
  margin-left: -1rem;
  margin-right: -1rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem; }
  .wp-block-columns.alignwide {
    margin-left: calc(25% - 25vw);
    margin-right: calc(25% - 25vw);
    width: auto;
    max-width: 1000%; }
  .wp-block-columns.alignfull {
    margin-left: calc( -100vw / 2 + 100% / 2 );
    margin-right: calc( -100vw / 2 + 100% / 2 );
    max-width: 100vw;
    width: 100vw; }
  .wp-block-columns .wp-block-column {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important; }
  @media only screen and (min-width: 768px) {
    .wp-block-columns.has-2-columns .cell, .wp-block-columns.has-2-columns .wp-block-column {
      max-width: calc( 50% - 1rem );
      flex: 0 0 calc( 50% - 1rem ); }
    .wp-block-columns.has-3-columns .cell, .wp-block-columns.has-3-columns .wp-block-column {
      max-width: calc( 100%/12 * 4 - 1rem );
      flex: 0 0 calc( 100%/12 * 4 - 1rem ); }
    .wp-block-columns.has-4-columns .cell, .wp-block-columns.has-4-columns .wp-block-column {
      max-width: calc( 100%/12 * 3 - 1rem );
      flex: 0 0 calc( 100%/12 * 3 - 1rem ); }
    .wp-block-columns.has-5-columns .cell, .wp-block-columns.has-5-columns .wp-block-column {
      max-width: calc( 20% - 1rem );
      flex: 0 0 calc( 20% - 1rem ); }
    .wp-block-columns.has-6-columns .cell, .wp-block-columns.has-6-columns .wp-block-column {
      max-width: calc( 100%/12 * 2 - 1rem );
      flex: 0 0 calc( 100%/12 * 2 - 1rem ); } }

.img-square {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 144.5%;
  -ms-transform: translate3d(-50.5%, -52.5%, 0);
  -webkit-transform: translate3d(-50.5%, -52.5%, 0);
  transform: translate3d(-50.5%, -52.5%, 0);
  pointer-events: none; }

.pagination-grid {
  padding: 1px; }
  .pagination-grid .cell, .pagination-grid .wp-block-columns .wp-block-column, .wp-block-columns .pagination-grid .wp-block-column {
    padding: 1px; }
    .pagination-grid .cell .link, .pagination-grid .wp-block-columns .wp-block-column .link, .wp-block-columns .pagination-grid .wp-block-column .link {
      background-color: #eaeaea;
      text-align: center;
      height: 3rem; }
      .pagination-grid .cell .link a, .pagination-grid .wp-block-columns .wp-block-column .link a, .wp-block-columns .pagination-grid .wp-block-column .link a {
        height: 3rem;
        line-height: 3rem;
        color: #fff;
        display: block;
        background-color: #FE7F2D;
        font-weight: bold; }
        .pagination-grid .cell .link a:hover, .pagination-grid .wp-block-columns .wp-block-column .link a:hover, .wp-block-columns .pagination-grid .wp-block-column .link a:hover {
          background-color: #0EB1D2; }

body {
  /* Text meant only for screen readers. */ }
  body .wp-block-button .wp-block-button__link, body .button, body input[type="submit"] {
    border: none;
    border-radius: 0;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    font-size: 1.414rem;
    line-height: 24px;
    margin: 0;
    padding: .875rem 1.75rem;
    text-align: center;
    text-decoration: none;
    white-space: normal;
    word-break: break-word;
    background-color: #FFA400;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    font-family: "Montserrat", sans-serif; }
    body .wp-block-button .wp-block-button__link:hover, body .wp-block-button .wp-block-button__link:active, body .wp-block-button .wp-block-button__link:focus, body .button:hover, body .button:active, body .button:focus, body input[type="submit"]:hover, body input[type="submit"]:active, body input[type="submit"]:focus {
      background-color: #FE7F2D; }
  body .alignnone {
    margin: 5px 20px 20px 0; }
  body .aligncenter,
  body div.aligncenter, body figure.aligncenter {
    display: block;
    margin: 5px auto 5px auto; }
  body .wp-block-image .aligncenter {
    margin: 5px auto 5px auto; }
  body .alignright {
    float: right;
    margin: 5px 0 20px 20px; }
  body .alignleft {
    float: left;
    margin: 5px 20px 20px 0; }
  body a img.alignright {
    float: right;
    margin: 5px 0 20px 20px; }
  body a img.alignnone {
    margin: 5px 20px 20px 0; }
  body a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0; }
  body a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto; }
  body .wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%;
    /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center; }
  body .wp-caption.alignnone {
    margin: 5px 20px 20px 0; }
  body .wp-caption.alignleft {
    margin: 5px 20px 20px 0; }
  body .wp-caption.alignright {
    margin: 5px 0 20px 20px; }
  body .wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto; }
  body .wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px; }
  body .screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
    /* Many screen reader and browser combinations announce broken words as they would appear visually. */ }
  body .screen-reader-text:focus {
    background-color: #eee;
    clip: auto !important;
    clip-path: none;
    color: #444;
    display: block;
    font-size: 1em;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */ }

.wp-block-embed__wrapper {
  position: initial !important; }

h1, h2, h3, h4, h5 {
  font-weight: 300 !important; }

.orange-text {
  color: #FE7F2D; }

.yellow-text {
  color: #FFA400; }

.cta-text {
  font-family: "Montserrat", sans-serif;
  font-size: .75rem;
  text-transform: uppercase;
  letter-spacing: .5px;
  font-weight: bold; }
  .cta-text.secondary {
    opacity: .8; }

.large-paragraph {
  font-size: 1.25rem; }

.white-text {
  color: #fff; }

.page-content h1, .page-content h2, .page-content h3, .page-content h4, .page-content h5 {
  margin-bottom: 1.5rem; }
.page-content h1 {
  font-size: 2.827rem; }
.page-content h2 {
  font-size: 1.999rem; }
.page-content h3 {
  font-size: 1.414rem; }
.page-content h4 {
  font-size: 1rem; }
.page-content h5 {
  font-size: .875rem; }
@media only screen and (min-width: 1024px) {
  .page-content super-header {
    font-size: 5.65rem; }
  .page-content h1 {
    font-size: 3.998rem; }
  .page-content h2 {
    font-size: 2.827rem; }
  .page-content h3 {
    font-size: 1.999rem; }
  .page-content h4 {
    font-size: 1.414rem; }
  .page-content h5 {
    font-size: 1rem; } }

.normal-link {
  color: #616161;
  text-decoration: underline; }
  .normal-link:hover {
    color: #ED3124; }

.super-header {
  font-size: 3.998rem; }

.h1 {
  font-size: 2.827rem; }

.h2 {
  font-size: 1.999rem; }

.h3 {
  font-size: 1.414rem; }

.h4 {
  font-size: 1rem; }

.h5 {
  font-size: .875rem; }

@media only screen and (min-width: 1024px) {
  .super-header {
    font-size: 5.65rem; }

  .h1 {
    font-size: 3.998rem; }

  .h2 {
    font-size: 2.827rem; }

  .h3 {
    font-size: 1.999rem; }

  .h4 {
    font-size: 1.414rem; }

  .h5 {
    font-size: 1rem; } }
body.scrolled-body:not(.show-search) #main-header .logo {
  opacity: 0;
  -ms-transform: translate3d(0, -120%, 0);
  -webkit-transform: translate3d(0, -120%, 0);
  transform: translate3d(0, -120%, 0);
  transition-delay: .1s; }

#main-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  padding: 0 62px;
  width: 100%; }
  .admin-bar #main-header {
    top: 46px; }
    @media only screen and (min-width: 783px) {
      .admin-bar #main-header {
        top: 32px; } }
  #main-header:after {
    content: '';
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 110px;
    background-color: #FFA400;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1); }
    .show-search #main-header:after {
      width: 100%; }
    @media only screen and (min-width: 1200px) {
      #main-header:after {
        height: 132px; } }
  #main-header .pen {
    width: 66px;
    height: 110px;
    background-color: #FFA400;
    margin-left: -70px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    cursor: pointer; }
    .show-menu #main-header .pen {
      background-color: #FE7F2D; }
    .show-search #main-header .pen .pen-logo {
      -ms-transform: scale(0.8, 0.8);
      -webkit-transform: scale(0.8, 0.8);
      transform: scale(0.8, 0.8); }
    #main-header .pen .pen-logo {
      transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
      -ms-transform: scale(0.86, 0.86);
      -webkit-transform: scale(0.86, 0.86);
      transform: scale(0.86, 0.86);
      margin-top: 5px;
      width: 24px;
      height: 98.6px; }
    #main-header .pen .menu-text {
      display: block;
      text-align: center;
      font-family: "Montserrat", sans-serif;
      font-weight: bold;
      color: #fff;
      background-color: #FFA400;
      padding: 0 0 .25rem;
      cursor: pointer;
      margin-top: -.5rem;
      transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
      position: relative; }
      #main-header .pen .menu-text .open {
        opacity: 1; }
      #main-header .pen .menu-text .close {
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0;
        display: block;
        width: 100%; }
      .show-menu #main-header .pen .menu-text {
        background-color: #FE7F2D; }
        .show-menu #main-header .pen .menu-text .close {
          opacity: 1; }
        .show-menu #main-header .pen .menu-text .open {
          opacity: 0; }
    @media only screen and (min-width: 1024px) {
      #main-header .pen .pen {
        cursor: inherit; }
      #main-header .pen .menu-text {
        display: none; } }
    @media only screen and (min-width: 1200px) {
      #main-header .pen {
        height: 132px; }
        #main-header .pen .pen-logo {
          margin-top: 14px;
          -ms-transform: scale(1, 1);
          -webkit-transform: scale(1, 1);
          transform: scale(1, 1); } }
  #main-header .logo {
    width: 146px;
    height: 84px;
    vertical-align: middle;
    margin: .75rem;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1); }
    @media only screen and (min-width: 1200px) {
      #main-header .logo {
        width: 153px;
        height: 88px; } }
    .show-search #main-header .logo {
      -ms-transform: scale(0.8, 0.8);
      -webkit-transform: scale(0.8, 0.8);
      transform: scale(0.8, 0.8);
      opacity: 0; }
    @media only screen and (max-width: 1023px) {
      .show-menu #main-header .logo {
        opacity: 1 !important;
        -ms-transform: translate3d(0, 0, 0) !important;
        -webkit-transform: translate3d(0, 0, 0) !important;
        transform: translate3d(0, 0, 0) !important; }
      .show-search #main-header .logo {
        opacity: 0 !important; } }
  #main-header .nav-container .searchform {
    position: absolute;
    top: 0;
    left: .5rem;
    right: .5rem;
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) 0.15s; }
    #main-header .nav-container .searchform input[type=text] {
      font-size: 2.5rem;
      color: #fff;
      background-color: transparent;
      line-height: 110px;
      height: auto;
      padding: 0 56px 0 2rem; }
      #main-header .nav-container .searchform input[type=text]::-webkit-input-placeholder {
        color: #fff; }
      #main-header .nav-container .searchform input[type=text]::-moz-placeholder {
        color: #fff; }
      #main-header .nav-container .searchform input[type=text]:-ms-input-placeholder {
        color: #fff; }
      #main-header .nav-container .searchform input[type=text]:-moz-placeholder {
        color: #fff; }
      @media only screen and (min-width: 1200px) {
        #main-header .nav-container .searchform input[type=text] {
          line-height: 132px;
          font-size: 3rem; } }
    #main-header .nav-container .searchform .text-input {
      position: relative; }
      #main-header .nav-container .searchform .text-input input[type=image] {
        position: absolute;
        right: 1rem;
        top: 50%;
        z-index: 3;
        -ms-transform: translate3d(0, -50%, 0);
        -webkit-transform: translate3d(0, -50%, 0);
        transform: translate3d(0, -50%, 0);
        padding: 0;
        width: 36px;
        height: 36px;
        cursor: pointer;
        transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1); }
        #main-header .nav-container .searchform .text-input input[type=image]:hover {
          opacity: .75; }
    #main-header .nav-container .searchform .close {
      text-align: right;
      color: #fff;
      cursor: pointer;
      font-family: "Montserrat", sans-serif;
      text-transform: uppercase;
      padding: .5rem .25rem 0 0;
      letter-spacing: 1px;
      font-size: .875rem;
      text-shadow: 0 0 12px rgba(0, 0, 0, 0.5), 1px 2px 8px rgba(0, 0, 0, 0.3); }
    .show-search #main-header .nav-container .searchform {
      pointer-events: inherit;
      opacity: 1; }
  #main-header nav {
    position: fixed;
    text-align: left;
    left: 0;
    top: 0;
    height: 110px;
    width: 66px;
    overflow: hidden;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    background-color: #FFA400;
    max-width: 100%;
    z-index: -1; }
    .show-menu #main-header nav {
      height: 100%;
      padding-top: 165px;
      bottom: 0;
      width: 254px;
      background-color: #FE7F2D; }
      .show-menu #main-header nav #menu-top-menu {
        opacity: 1; }
    @media only screen and (min-width: 1024px) {
      #main-header nav {
        position: relative;
        text-align: right;
        background-color: transparent;
        -ms-transform: none;
        -webkit-transform: none;
        transform: none;
        height: auto;
        width: auto;
        padding-top: 0;
        z-index: auto;
        background-color: transparent;
        overflow: visible; }
        .show-menu #main-header nav {
          background-color: transparent;
          padding-top: 0;
          width: auto; } }
  #main-header #menu-top-menu {
    margin: 0;
    display: block;
    font-family: "Montserrat", sans-serif;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    opacity: 0; }
    @media only screen and (max-width: 1023px) {
      #main-header #menu-top-menu {
        max-height: 100%;
        overflow: auto;
        padding-bottom: 2rem; } }
    @media only screen and (min-width: 1024px) {
      #main-header #menu-top-menu {
        opacity: 1;
        transition-delay: .1s; } }
    #main-header #menu-top-menu > li {
      list-style: none;
      display: block; }
      #main-header #menu-top-menu > li > a {
        color: #fff;
        line-height: 1.2;
        font-weight: bold;
        display: block;
        padding: .5rem 1.5rem; }
        #main-header #menu-top-menu > li > a:hover {
          background-color: #ED3124; }
      #main-header #menu-top-menu > li .sub-menu {
        min-width: 100%;
        margin: 0;
        list-style: none; }
        #main-header #menu-top-menu > li .sub-menu a {
          white-space: nowrap;
          display: block;
          font-size: .875rem;
          color: #fff;
          padding: .25rem 1.5rem .25rem 2rem; }
          #main-header #menu-top-menu > li .sub-menu a:hover {
            background-color: #ED3124; }
    @media only screen and (min-width: 1024px) {
      #main-header #menu-top-menu {
        display: inline-block;
        text-shadow: 0 0 12px rgba(0, 0, 0, 0.5), 1px 2px 8px rgba(0, 0, 0, 0.3); }
        .scrolled-body #main-header #menu-top-menu {
          opacity: 0;
          -ms-transform: translate3d(0, -110%, 0);
          -webkit-transform: translate3d(0, -110%, 0);
          transform: translate3d(0, -110%, 0);
          transition-delay: 0s; }
        .show-search #main-header #menu-top-menu {
          transition-delay: 0s;
          opacity: 0;
          position: relative;
          z-index: -3; }
        #main-header #menu-top-menu > li {
          display: inline-block;
          position: relative;
          padding-top: 2rem; }
          #main-header #menu-top-menu > li.current_page_item > a:after, #main-header #menu-top-menu > li.current-menu-parent > a:after {
            opacity: 1;
            -ms-transform: translate3d(0, -20%, 0) scale(1, 1);
            -webkit-transform: translate3d(0, -20%, 0) scale(1, 1);
            transform: translate3d(0, -20%, 0) scale(1, 1); }
          #main-header #menu-top-menu > li > a {
            display: inline-block;
            padding: 0 1rem .75rem; }
            #main-header #menu-top-menu > li > a:after {
              content: '';
              background-color: #FFA400;
              height: 2rem;
              position: absolute;
              top: 0;
              left: 1rem;
              right: 1rem;
              transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
              opacity: 0;
              -ms-transform: translate3d(0, -130%, 0) scale(0.9, 0.9);
              -webkit-transform: translate3d(0, -130%, 0) scale(0.9, 0.9);
              transform: translate3d(0, -130%, 0) scale(0.9, 0.9); }
            #main-header #menu-top-menu > li > a:hover {
              color: #FFA400;
              background-color: transparent; }
          #main-header #menu-top-menu > li.donate a {
            color: #FFA400;
            border-left: solid 1px #fff;
            padding-bottom: 0; }
          #main-header #menu-top-menu > li.search {
            margin-right: -22px;
            cursor: pointer;
            transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1); }
            #main-header #menu-top-menu > li.search a {
              display: none; }
            #main-header #menu-top-menu > li.search:after {
              content: url("images/search.png");
              display: inline-block;
              width: 22px;
              height: 22px;
              position: relative;
              top: 6px; }
            #main-header #menu-top-menu > li.search:hover {
              opacity: .6; }
          #main-header #menu-top-menu > li.menu-item-has-children .sub-menu {
            opacity: 0;
            display: block;
            position: absolute;
            left: 1rem;
            z-index: 5;
            pointer-events: none;
            transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
            -ms-transform: translate3d(0, 20%, 0);
            -webkit-transform: translate3d(0, 20%, 0);
            transform: translate3d(0, 20%, 0);
            text-align: left; }
            #main-header #menu-top-menu > li.menu-item-has-children .sub-menu li:first-child a {
              padding-top: .5rem; }
            #main-header #menu-top-menu > li.menu-item-has-children .sub-menu li:last-child a {
              padding-bottom: .75rem; }
            #main-header #menu-top-menu > li.menu-item-has-children .sub-menu a {
              text-shadow: none;
              color: #616161;
              background-color: #fff;
              padding: .25rem 1rem; }
              #main-header #menu-top-menu > li.menu-item-has-children .sub-menu a:hover {
                color: #fff;
                background-color: #FFA400; }
          #main-header #menu-top-menu > li.menu-item-has-children:hover .sub-menu {
            opacity: 1;
            pointer-events: all;
            -ms-transform: translate3d(0, 0, 0);
            -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); } }

footer#main-footer {
  background-color: #eaeaea; }
  @media only screen and (min-width: 768px) {
    footer#main-footer {
      background-color: #F7F7F7; } }
  footer#main-footer .logo {
    max-width: 168px;
    height: auto; }
  footer#main-footer .footer-grid > .cell, footer#main-footer .wp-block-columns .footer-grid > .wp-block-column, .wp-block-columns footer#main-footer .footer-grid > .wp-block-column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    footer#main-footer .footer-grid > .cell > *, footer#main-footer .wp-block-columns .footer-grid > .wp-block-column > *, .wp-block-columns footer#main-footer .footer-grid > .wp-block-column > * {
      width: 100%; }
    footer#main-footer .footer-grid > .cell > div, footer#main-footer .wp-block-columns .footer-grid > .wp-block-column > div, .wp-block-columns footer#main-footer .footer-grid > .wp-block-column > div {
      width: 100%; }
    footer#main-footer .footer-grid > .cell.newsletter-container, footer#main-footer .wp-block-columns .footer-grid > .newsletter-container.wp-block-column, .wp-block-columns footer#main-footer .footer-grid > .newsletter-container.wp-block-column {
      background-color: #eaeaea;
      padding: 2rem 1rem; }
      @media only screen and (min-width: 768px) {
        footer#main-footer .footer-grid > .cell.newsletter-container, footer#main-footer .wp-block-columns .footer-grid > .newsletter-container.wp-block-column, .wp-block-columns footer#main-footer .footer-grid > .newsletter-container.wp-block-column {
          padding: 2.5rem 2rem; } }
      footer#main-footer .footer-grid > .cell.newsletter-container #mc_embed_signup, footer#main-footer .wp-block-columns .footer-grid > .newsletter-container.wp-block-column #mc_embed_signup, .wp-block-columns footer#main-footer .footer-grid > .newsletter-container.wp-block-column #mc_embed_signup {
        max-width: 400px;
        margin: 0 auto; }
    footer#main-footer .footer-grid > .cell .grid .cell, footer#main-footer .wp-block-columns .footer-grid > .wp-block-column .grid .cell, .wp-block-columns footer#main-footer .footer-grid > .wp-block-column .grid .cell, footer#main-footer .footer-grid > .cell .wp-block-columns .cell, footer#main-footer .wp-block-columns .footer-grid > .wp-block-column .wp-block-columns .cell, .wp-block-columns footer#main-footer .footer-grid > .wp-block-column .wp-block-columns .cell, .wp-block-columns footer#main-footer .footer-grid > .cell .grid .wp-block-column, footer#main-footer .wp-block-columns .footer-grid > .wp-block-column .grid .wp-block-column, .wp-block-columns footer#main-footer .footer-grid > .wp-block-column .grid .wp-block-column, footer#main-footer .footer-grid > .cell .wp-block-columns .wp-block-column, footer#main-footer .wp-block-columns .footer-grid > .wp-block-column .wp-block-columns .wp-block-column, .wp-block-columns footer#main-footer .footer-grid > .wp-block-column .wp-block-columns .wp-block-column {
      padding: 0; }
  footer#main-footer .social-icon {
    text-align: center;
    display: inline-block;
    padding: 0 1rem; }
    @media only screen and (min-width: 768px) {
      footer#main-footer .social-icon {
        display: block; } }
    footer#main-footer .social-icon img {
      filter: invert(55%);
      transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
      max-width: 21px;
      max-height: 26px;
      margin-bottom: .75rem; }
      @media only screen and (min-width: 768px) {
        footer#main-footer .social-icon img {
          filter: invert(30%); } }
    footer#main-footer .social-icon:hover img {
      filter: invert(75%) hue-rotate(65deg); }
  footer#main-footer .cell.donate, footer#main-footer .wp-block-columns .donate.wp-block-column, .wp-block-columns footer#main-footer .donate.wp-block-column {
    background-color: #FFA400;
    color: #fff;
    text-align: center;
    padding: 1rem;
    font-family: "Montserrat", sans-serif;
    font-weight: 600; }
  footer#main-footer .official {
    background-color: #919191;
    text-align: center;
    color: #fff;
    padding: 1rem;
    font-size: .75rem; }
    footer#main-footer .official a {
      color: #fff; }
      footer#main-footer .official a:hover {
        text-decoration: underline; }
  footer#main-footer .social-container {
    padding: 1rem 1rem 0; }
  footer#main-footer .sponsors {
    text-align: center;
    padding: 1rem; }
    footer#main-footer .sponsors a:hover img {
      filter: grayscale(0%);
      opacity: 1; }
    footer#main-footer .sponsors img {
      max-width: 30%;
      filter: grayscale(75%);
      transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
      opacity: .7; }
      @media only screen and (min-width: 768px) {
        footer#main-footer .sponsors img {
          max-width: 40%; } }

input[type="text"], input[type="email"], input[type="number"], input[type="tel"], input[type="password"], .button.form-button, select {
  border-radius: 0;
  outline: none;
  border: none;
  height: 42px;
  line-height: calc( $form-height - 4px );
  padding: 0 .75rem;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  font-size: 1rem;
  font-family: "Lora", serif;
  width: 100%;
  color: #616161; }
  input[type="text"].dark, input[type="email"].dark, input[type="number"].dark, input[type="tel"].dark, input[type="password"].dark, .button.form-button.dark, select.dark {
    background-color: rgba(255, 255, 255, 0.1);
    color: #fff; }
    input[type="text"].dark:focus, input[type="email"].dark:focus, input[type="number"].dark:focus, input[type="tel"].dark:focus, input[type="password"].dark:focus, .button.form-button.dark:focus, select.dark:focus {
      background-color: rgba(255, 255, 255, 0.16); }
  input[type="text"].white, input[type="email"].white, input[type="number"].white, input[type="tel"].white, input[type="password"].white, .button.form-button.white, select.white {
    border: solid 2px rgba(0, 0, 0, 0.08); }
    input[type="text"].white:focus, input[type="email"].white:focus, input[type="number"].white:focus, input[type="tel"].white:focus, input[type="password"].white:focus, .button.form-button.white:focus, select.white:focus {
      border-color: transparent;
      background-color: rgba(0, 0, 0, 0.04); }
  input[type="text"]:-webkit-autofill, input[type="email"]:-webkit-autofill, input[type="number"]:-webkit-autofill, input[type="tel"]:-webkit-autofill, input[type="password"]:-webkit-autofill, .button.form-button:-webkit-autofill, select:-webkit-autofill {
    background-color: #fff !important;
    box-shadow: inset 0 0 200px 200px #eee5db;
    -webkit-text-fill-color: #b37300 !important; }

.button.form-button, input[type="submit"] {
  padding: 0 1.25rem;
  font-family: "Montserrat", sans-serif;
  color: #fff;
  -webkit-appearance: none; }

.select-wrap {
  margin-bottom: 1.1rem;
  position: relative; }
  .select-wrap:after {
    position: absolute;
    z-index: 2;
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 7px 0 7px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    border-color: #616161 transparent transparent transparent;
    top: 68%;
    right: .45rem;
    -ms-transform: translate3d(0, -50%, 0) scale(0.7, 0.7);
    -webkit-transform: translate3d(0, -50%, 0) scale(0.7, 0.7);
    transform: translate3d(0, -50%, 0) scale(0.7, 0.7); }

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-right: 1.125rem; }

.input-container {
  position: relative;
  padding-bottom: 1rem; }

textarea {
  max-width: 100%;
  resize: none;
  border-radius: 0;
  outline: none;
  border: none;
  max-height: 140px;
  padding: .75rem;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  font-size: 1rem;
  font-family: "Lora", serif; }

.tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black; }
  .tooltip .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: #FE7F2D;
    color: #fff;
    text-align: center;
    padding: .5rem;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    -ms-transform: translate3d(-50%, 0, 0);
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
    opacity: 0;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    font-size: .75rem;
    line-height: 1.25; }
    .tooltip .tooltiptext:after {
      content: "";
      position: absolute;
      top: 100%;
      left: 50%;
      margin-left: -5px;
      border-width: 5px;
      border-style: solid;
      border-color: #FE7F2D transparent transparent transparent; }
  .tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1; }

.submenu {
  width: 100%;
  text-align: center;
  margin-top: 2px; }
  .submenu ul {
    display: block;
    margin: 0 auto;
    list-style: none;
    position: relative;
    z-index: 2;
    background-color: #F7F7F7; }
    @media only screen and (min-width: 768px) {
      .submenu ul {
        max-height: 48px; } }
    .submenu ul li {
      display: block;
      text-align: center;
      max-height: 48px; }
      @media only screen and (min-width: 768px) {
        .submenu ul li {
          display: inline-block; } }
      .submenu ul li a {
        display: block;
        color: #616161;
        line-height: 1;
        padding: 1rem;
        font-family: "Montserrat", sans-serif;
        font-weight: 700;
        position: relative;
        overflow: hidden;
        z-index: 2; }
        .submenu ul li a:hover {
          color: #fff; }
          .submenu ul li a:hover:before {
            -ms-transform: translate3d(0, 0, 0);
            -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); }
        .submenu ul li a:before {
          z-index: -1;
          position: absolute;
          content: '';
          display: block;
          top: 0;
          right: 0;
          bottom: 0;
          left: 0;
          transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
          -ms-transform: translate3d(0, -105%, 0);
          -webkit-transform: translate3d(0, -105%, 0);
          transform: translate3d(0, -105%, 0);
          background-color: #FFA400; }
      .submenu ul li.current_page_item a {
        color: #fff; }
        .submenu ul li.current_page_item a:before {
          -ms-transform: translate3d(0, 0, 0);
          -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0); }

body.show-modal {
  overflow: hidden !important; }
  body.show-modal .main-overlay {
    opacity: 1;
    pointer-events: all;
    visibility: visible; }

.modal {
  position: fixed;
  top: 50%;
  left: 50%;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -ms-transform: translate3d(-50%, -50%, 0) scale(0.5, 0.5);
  -webkit-transform: translate3d(-50%, -50%, 0) scale(0.5, 0.5);
  transform: translate3d(-50%, -50%, 0) scale(0.5, 0.5);
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  z-index: 6;
  width: 100%;
  max-width: 480px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2), 0 2px 8px rgba(0, 0, 0, 0.14); }
  .modal.show-modal {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
    -ms-transform: translate3d(-50%, -50%, 0) scale(1, 1);
    -webkit-transform: translate3d(-50%, -50%, 0) scale(1, 1);
    transform: translate3d(-50%, -50%, 0) scale(1, 1); }
  .modal .modal-header {
    width: 100%;
    padding: 1rem;
    color: #fff;
    background-color: #FFA400;
    text-align: center; }
    .modal .modal-header h3 {
      font-weight: 600 !important; }
  .modal .modal-content {
    padding: 1.5rem;
    background-color: #fff; }

#share-modal {
  text-align: center; }
  #share-modal .social-icon {
    text-align: center;
    display: inline-block;
    padding: 0 1rem; }
    #share-modal .social-icon img {
      filter: invert(30%);
      transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
      max-width: 21px;
      max-height: 26px;
      margin-bottom: .75rem; }
    #share-modal .social-icon:hover img {
      filter: invert(75%) hue-rotate(65deg); }
  #share-modal #mc_embed_signup_modal {
    padding-top: 1rem;
    text-align: left; }
    #share-modal #mc_embed_signup_modal input[type=email] {
      background-color: #eaeaea; }
    #share-modal #mc_embed_signup_modal .grid .cell, #share-modal #mc_embed_signup_modal .wp-block-columns .cell, .wp-block-columns #share-modal #mc_embed_signup_modal .grid .wp-block-column, #share-modal #mc_embed_signup_modal .wp-block-columns .wp-block-column {
      padding: 0; }

body.home {
  position: relative; }
  body.home .box-grid {
    grid-auto-flow: dense;
    padding: 0 1rem; }
    @media only screen and (min-width: 1024px) {
      body.home .box-grid {
        padding: 0; } }
    body.home .box-grid .cell, body.home .box-grid .wp-block-columns .wp-block-column, .wp-block-columns body.home .box-grid .wp-block-column {
      padding: 0;
      background-size: cover; }
      body.home .box-grid .cell:not(.spacer), body.home .box-grid .wp-block-columns .wp-block-column:not(.spacer), .wp-block-columns body.home .box-grid .wp-block-column:not(.spacer) {
        position: relative; }
      body.home .box-grid .cell.base:before, body.home .box-grid .wp-block-columns .base.wp-block-column:before, .wp-block-columns body.home .box-grid .base.wp-block-column:before, body.home .box-grid .cell.half:before, body.home .box-grid .wp-block-columns .half.wp-block-column:before, .wp-block-columns body.home .box-grid .half.wp-block-column:before {
        content: "";
        height: 0;
        display: inline-block;
        padding-top: 100%;
        width: 1px;
        position: relative; }
      body.home .box-grid .cell.half:before, body.home .box-grid .wp-block-columns .half.wp-block-column:before, .wp-block-columns body.home .box-grid .half.wp-block-column:before {
        padding-top: 50%; }
      body.home .box-grid .cell .img-square, body.home .box-grid .wp-block-columns .wp-block-column .img-square, .wp-block-columns body.home .box-grid .wp-block-column .img-square {
        width: 150%; }
      body.home .box-grid .cell span, body.home .box-grid .wp-block-columns .wp-block-column span, .wp-block-columns body.home .box-grid .wp-block-column span {
        position: relative;
        z-index: 4; }
  body.home .top-prompts {
    color: #fff;
    text-align: center;
    position: relative;
    z-index: 4;
    margin-top: 1rem; }
    @media only screen and (min-width: 768px) {
      body.home .top-prompts {
        margin-top: -69.63px; }
        body.home .top-prompts .box-grid .cell, body.home .top-prompts .box-grid .wp-block-columns .wp-block-column, .wp-block-columns body.home .top-prompts .box-grid .wp-block-column {
          transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
          opacity: 0;
          -ms-transform: translate3d(0, 55%, 0);
          -webkit-transform: translate3d(0, 55%, 0);
          transform: translate3d(0, 55%, 0); }
          body.home .top-prompts .box-grid .cell:nth-child(2), body.home .top-prompts .box-grid .wp-block-columns .wp-block-column:nth-child(2), .wp-block-columns body.home .top-prompts .box-grid .wp-block-column:nth-child(2) {
            transition-delay: .4s; }
          body.home .top-prompts .box-grid .cell:nth-child(3), body.home .top-prompts .box-grid .wp-block-columns .wp-block-column:nth-child(3), .wp-block-columns body.home .top-prompts .box-grid .wp-block-column:nth-child(3) {
            transition-delay: .3s; }
          body.home .top-prompts .box-grid .cell:nth-child(4), body.home .top-prompts .box-grid .wp-block-columns .wp-block-column:nth-child(4), .wp-block-columns body.home .top-prompts .box-grid .wp-block-column:nth-child(4) {
            transition-delay: .1s; }
          body.home .top-prompts .box-grid .cell:nth-child(5), body.home .top-prompts .box-grid .wp-block-columns .wp-block-column:nth-child(5), .wp-block-columns body.home .top-prompts .box-grid .wp-block-column:nth-child(5) {
            transition-delay: .9s; }
          body.home .top-prompts .box-grid .cell:nth-child(6), body.home .top-prompts .box-grid .wp-block-columns .wp-block-column:nth-child(6), .wp-block-columns body.home .top-prompts .box-grid .wp-block-column:nth-child(6) {
            transition-delay: 1.6s; }
          body.home .top-prompts .box-grid .cell:nth-child(7), body.home .top-prompts .box-grid .wp-block-columns .wp-block-column:nth-child(7), .wp-block-columns body.home .top-prompts .box-grid .wp-block-column:nth-child(7) {
            transition-delay: 1.2s; }
          body.home .top-prompts .box-grid .cell:nth-child(8), body.home .top-prompts .box-grid .wp-block-columns .wp-block-column:nth-child(8), .wp-block-columns body.home .top-prompts .box-grid .wp-block-column:nth-child(8) {
            transition-delay: .7s; }
          body.home .top-prompts .box-grid .cell:nth-child(9), body.home .top-prompts .box-grid .wp-block-columns .wp-block-column:nth-child(9), .wp-block-columns body.home .top-prompts .box-grid .wp-block-column:nth-child(9) {
            transition-delay: 1.4s; }
        body.home .top-prompts .box-grid.viewed .cell, body.home .top-prompts .box-grid.viewed .wp-block-columns .wp-block-column, .wp-block-columns body.home .top-prompts .box-grid.viewed .wp-block-column {
          opacity: 1;
          -ms-transform: translate3d(0, 0, 0);
          -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0); } }
    body.home .top-prompts h4 {
      line-height: 1; }
    body.home .top-prompts .take-action {
      color: #fff;
      display: block;
      background-color: #FFA400;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      body.home .top-prompts .take-action > * {
        width: 100%; }
    body.home .top-prompts .spread-the-word {
      background-color: #FE7F2D;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      body.home .top-prompts .spread-the-word > * {
        width: 100%; }
      body.home .top-prompts .spread-the-word .social-icon:hover {
        opacity: .6; }
      body.home .top-prompts .spread-the-word .social-icon img {
        max-width: 21px;
        max-height: 24px;
        vertical-align: middle;
        margin: 0 .5rem -2px; }
    body.home .top-prompts .cell.half:before, body.home .top-prompts .wp-block-columns .half.wp-block-column:before, .wp-block-columns body.home .top-prompts .half.wp-block-column:before {
      padding-top: 24%; }
    body.home .top-prompts .partner {
      text-shadow: 0 0 12px rgba(0, 0, 0, 0.5), 1px 2px 8px rgba(0, 0, 0, 0.3), 1px 2px 8px rgba(0, 0, 0, 0.3), 1px 2px 8px rgba(0, 0, 0, 0.3); }
    body.home .top-prompts .newsletter {
      background-color: #33658A; }
    body.home .top-prompts .read {
      text-shadow: 0 0 12px rgba(0, 0, 0, 0.5), 1px 2px 8px rgba(0, 0, 0, 0.3);
      background-color: #cac8c8;
      background-blend-mode: multiply;
      background-image: url("images/home-grids/book.jpg"); }
      body.home .top-prompts .read:hover {
        background-color: #717171; }
    body.home .top-prompts .gala {
      text-shadow: 0 0 12px rgba(0, 0, 0, 0.5), 1px 2px 8px rgba(0, 0, 0, 0.3);
      background-color: #cac8c8;
      background-blend-mode: multiply;
      background-image: url("images/blocks/tarot.jpg"); }
      body.home .top-prompts .gala:hover {
        background-color: #717171; }
    body.home .top-prompts .students {
      text-shadow: 0 0 12px rgba(0, 0, 0, 0.5), 1px 2px 8px rgba(0, 0, 0, 0.3), 1px 2px 8px rgba(0, 0, 0, 0.3), 1px 2px 8px rgba(0, 0, 0, 0.3); }
    body.home .top-prompts .we-do {
      background-color: #878ca7;
      padding: 2rem 1rem; }
      body.home .top-prompts .we-do h4 {
        line-height: 1.2; }
        @media only screen and (max-width: 479px) {
          body.home .top-prompts .we-do h4 {
            font-size: 1.125rem; } }
  body.home .the-problem {
    padding: 5rem 1rem; }
    body.home .the-problem .tooltip {
      line-height: .75; }
    body.home .the-problem .cell, body.home .the-problem .wp-block-columns .wp-block-column, .wp-block-columns body.home .the-problem .wp-block-column {
      position: relative; }
      body.home .the-problem .cell .info, body.home .the-problem .wp-block-columns .wp-block-column .info, .wp-block-columns body.home .the-problem .wp-block-column .info {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        padding-top: 5rem;
        text-align: center; }
        body.home .the-problem .cell .info .h1, body.home .the-problem .wp-block-columns .wp-block-column .info .h1, .wp-block-columns body.home .the-problem .wp-block-column .info .h1 {
          line-height: 1.1;
          font-weight: 600; }
        body.home .the-problem .cell .info .h3, body.home .the-problem .wp-block-columns .wp-block-column .info .h3, .wp-block-columns body.home .the-problem .wp-block-column .info .h3 {
          color: #949494; }
        body.home .the-problem .cell .info p, body.home .the-problem .wp-block-columns .wp-block-column .info p, .wp-block-columns body.home .the-problem .wp-block-column .info p {
          line-height: 1.3;
          max-width: 300px;
          margin: .25rem auto 0;
          font-size: 1.25rem; }
    body.home .the-problem svg {
      -ms-transform: rotate(-90deg);
      -webkit-transform: rotate(-90deg);
      transform: rotate(-90deg);
      margin: 0 auto;
      display: block; }
      body.home .the-problem svg .track-value {
        transition: all 1.75s cubic-bezier(0.4, 0, 0.2, 1);
        stroke-dasharray: 0 1000000; }
      body.home .the-problem svg.adult .track-value {
        transition-delay: .5s; }
      body.home .the-problem svg.adult.viewed .track-value {
        stroke-dasharray: 115 1000000; }
      body.home .the-problem svg.children .track-value {
        transition-delay: 1s; }
      body.home .the-problem svg.children.viewed .track-value {
        stroke-dasharray: 437 1000000; }
      body.home .the-problem svg.prison .track-value {
        transition-delay: 1.5s; }
      body.home .the-problem svg.prison.viewed .track-value {
        stroke-dasharray: 565 1000000; }
  body.home .the-solution {
    padding: 7rem 1rem;
    background-color: #F7F7F7;
    position: relative;
    text-align: center; }
    body.home .the-solution:after, body.home .the-solution:before {
      content: '';
      position: absolute;
      left: 50%;
      top: -1px;
      -ms-transform: translate3d(-50%, 0, 0);
      -webkit-transform: translate3d(-50%, 0, 0);
      transform: translate3d(-50%, 0, 0);
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 60px 60px 0 60px;
      border-color: #fff transparent transparent transparent; }
    body.home .the-solution:after {
      top: 100%;
      border-color: #F7F7F7 transparent transparent transparent; }
    @media only screen and (min-width: 768px) {
      body.home .the-solution .grid .cell, body.home .the-solution .wp-block-columns .cell, .wp-block-columns body.home .the-solution .grid .wp-block-column, body.home .the-solution .wp-block-columns .wp-block-column {
        transition: all 0.75s cubic-bezier(0.4, 0, 0.2, 1);
        opacity: 0;
        -ms-transform: translate3d(0, 20%, 0);
        -webkit-transform: translate3d(0, 20%, 0);
        transform: translate3d(0, 20%, 0); }
        body.home .the-solution .grid .cell:nth-child(1), body.home .the-solution .wp-block-columns .cell:nth-child(1), .wp-block-columns body.home .the-solution .grid .wp-block-column:nth-child(1), body.home .the-solution .wp-block-columns .wp-block-column:nth-child(1) {
          transition-delay: .2s; }
        body.home .the-solution .grid .cell:nth-child(2), body.home .the-solution .wp-block-columns .cell:nth-child(2), .wp-block-columns body.home .the-solution .grid .wp-block-column:nth-child(2), body.home .the-solution .wp-block-columns .wp-block-column:nth-child(2) {
          transition-delay: .6s; }
        body.home .the-solution .grid .cell:nth-child(3), body.home .the-solution .wp-block-columns .cell:nth-child(3), .wp-block-columns body.home .the-solution .grid .wp-block-column:nth-child(3), body.home .the-solution .wp-block-columns .wp-block-column:nth-child(3) {
          transition-delay: 1s; }
      body.home .the-solution .grid.viewed .cell, body.home .the-solution .viewed.wp-block-columns .cell, body.home .the-solution .grid.viewed .wp-block-columns .wp-block-column, .wp-block-columns body.home .the-solution .grid.viewed .wp-block-column, body.home .the-solution .viewed.wp-block-columns .wp-block-column {
        opacity: 1;
        -ms-transform: translate3d(0, 0, 0);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0); } }
  body.home .global-impact {
    padding: 7rem 0;
    text-align: center; }
    body.home .global-impact h4, body.home .global-impact h3 {
      padding: 0 1rem; }
    body.home .global-impact .map-container {
      margin: 0 auto;
      display: inline-block;
      max-width: 100%;
      overflow-x: scroll;
      padding: 2rem 0; }
      @media only screen and (min-width: 768px) {
        body.home .global-impact .map-container {
          overflow: hidden; } }
    body.home .global-impact p {
      max-width: 580px;
      margin: 0 auto; }
  body.home .our-community {
    padding: 7rem 1rem 0rem;
    background-color: #F7F7F7;
    position: relative;
    border-bottom: solid 72px white; }
    body.home .our-community:before {
      content: '';
      position: absolute;
      left: 50%;
      top: -1px;
      -ms-transform: translate3d(-35%, 0, 0);
      -webkit-transform: translate3d(-35%, 0, 0);
      transform: translate3d(-35%, 0, 0);
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 60px 60px 0 60px;
      border-color: #fff transparent transparent transparent; }
    @media only screen and (min-width: 768px) {
      body.home .our-community .box-grid .cell, body.home .our-community .box-grid .wp-block-columns .wp-block-column, .wp-block-columns body.home .our-community .box-grid .wp-block-column {
        transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
        opacity: 0;
        -ms-transform: translate3d(0, 60%, 0);
        -webkit-transform: translate3d(0, 60%, 0);
        transform: translate3d(0, 60%, 0); }
        body.home .our-community .box-grid .cell:nth-child(2), body.home .our-community .box-grid .wp-block-columns .wp-block-column:nth-child(2), .wp-block-columns body.home .our-community .box-grid .wp-block-column:nth-child(2) {
          transition-delay: .2s; }
        body.home .our-community .box-grid .cell:nth-child(3), body.home .our-community .box-grid .wp-block-columns .wp-block-column:nth-child(3), .wp-block-columns body.home .our-community .box-grid .wp-block-column:nth-child(3) {
          transition-delay: .6s; }
        body.home .our-community .box-grid .cell:nth-child(4), body.home .our-community .box-grid .wp-block-columns .wp-block-column:nth-child(4), .wp-block-columns body.home .our-community .box-grid .wp-block-column:nth-child(4) {
          transition-delay: .3s; }
        body.home .our-community .box-grid .cell:nth-child(5), body.home .our-community .box-grid .wp-block-columns .wp-block-column:nth-child(5), .wp-block-columns body.home .our-community .box-grid .wp-block-column:nth-child(5) {
          transition-delay: 1s; }
        body.home .our-community .box-grid .cell:nth-child(6), body.home .our-community .box-grid .wp-block-columns .wp-block-column:nth-child(6), .wp-block-columns body.home .our-community .box-grid .wp-block-column:nth-child(6) {
          transition-delay: 1.2s; }
        body.home .our-community .box-grid .cell:nth-child(7), body.home .our-community .box-grid .wp-block-columns .wp-block-column:nth-child(7), .wp-block-columns body.home .our-community .box-grid .wp-block-column:nth-child(7) {
          transition-delay: .8s; }
        body.home .our-community .box-grid .cell:nth-child(8), body.home .our-community .box-grid .wp-block-columns .wp-block-column:nth-child(8), .wp-block-columns body.home .our-community .box-grid .wp-block-column:nth-child(8) {
          transition-delay: .7s; }
        body.home .our-community .box-grid .cell:nth-child(9), body.home .our-community .box-grid .wp-block-columns .wp-block-column:nth-child(9), .wp-block-columns body.home .our-community .box-grid .wp-block-column:nth-child(9) {
          transition-delay: 1.4s; }
        body.home .our-community .box-grid .cell:nth-child(10), body.home .our-community .box-grid .wp-block-columns .wp-block-column:nth-child(10), .wp-block-columns body.home .our-community .box-grid .wp-block-column:nth-child(10) {
          transition-delay: 2s; }
        body.home .our-community .box-grid .cell:nth-child(11), body.home .our-community .box-grid .wp-block-columns .wp-block-column:nth-child(11), .wp-block-columns body.home .our-community .box-grid .wp-block-column:nth-child(11) {
          transition-delay: .5s; }
        body.home .our-community .box-grid .cell:nth-child(12), body.home .our-community .box-grid .wp-block-columns .wp-block-column:nth-child(12), .wp-block-columns body.home .our-community .box-grid .wp-block-column:nth-child(12) {
          transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1) 1.8s, background 0.5s cubic-bezier(0.4, 0, 0.2, 1); }
        body.home .our-community .box-grid .cell:nth-child(13), body.home .our-community .box-grid .wp-block-columns .wp-block-column:nth-child(13), .wp-block-columns body.home .our-community .box-grid .wp-block-column:nth-child(13) {
          transition-delay: .8s; }
      body.home .our-community .box-grid.viewed .cell, body.home .our-community .box-grid.viewed .wp-block-columns .wp-block-column, .wp-block-columns body.home .our-community .box-grid.viewed .wp-block-column {
        opacity: 1;
        -ms-transform: translate3d(0, 0, 0);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0); } }
    body.home .our-community .box-grid {
      margin-bottom: -72px; }
      body.home .our-community .box-grid .cell.mission, body.home .our-community .box-grid .wp-block-columns .mission.wp-block-column, .wp-block-columns body.home .our-community .box-grid .mission.wp-block-column {
        background-color: #33658A; }
        body.home .our-community .box-grid .cell.mission .cta-text, body.home .our-community .box-grid .wp-block-columns .mission.wp-block-column .cta-text, .wp-block-columns body.home .our-community .box-grid .mission.wp-block-column .cta-text {
          font-size: 1rem; }
      body.home .our-community .box-grid .cell.students, body.home .our-community .box-grid .wp-block-columns .students.wp-block-column, .wp-block-columns body.home .our-community .box-grid .students.wp-block-column {
        z-index: 3;
        text-shadow: 0 0 12px rgba(0, 0, 0, 0.5), 1px 2px 8px rgba(0, 0, 0, 0.3), 1px 2px 8px rgba(0, 0, 0, 0.3), 1px 2px 8px rgba(0, 0, 0, 0.3);
        overflow: hidden; }
        body.home .our-community .box-grid .cell.students .cta-text, body.home .our-community .box-grid .wp-block-columns .students.wp-block-column .cta-text, .wp-block-columns body.home .our-community .box-grid .students.wp-block-column .cta-text {
          font-size: 1rem; }
      body.home .our-community .box-grid .cell.newsletter, body.home .our-community .box-grid .wp-block-columns .newsletter.wp-block-column, .wp-block-columns body.home .our-community .box-grid .newsletter.wp-block-column {
        z-index: 2;
        text-shadow: 0 0 12px rgba(0, 0, 0, 0.5), 1px 2px 8px rgba(0, 0, 0, 0.3), 1px 2px 8px rgba(0, 0, 0, 0.3), 1px 2px 8px rgba(0, 0, 0, 0.3); }
      body.home .our-community .box-grid .cell.take-action, body.home .our-community .box-grid .wp-block-columns .take-action.wp-block-column, .wp-block-columns body.home .our-community .box-grid .take-action.wp-block-column {
        background-color: transparent; }
        body.home .our-community .box-grid .cell.take-action a, body.home .our-community .box-grid .wp-block-columns .take-action.wp-block-column a, .wp-block-columns body.home .our-community .box-grid .take-action.wp-block-column a {
          display: block;
          width: 100%;
          background-color: #FFA400;
          color: #fff;
          position: absolute;
          left: 0;
          bottom: 0;
          height: 100%;
          padding-top: 1.75rem; }
          @media only screen and (min-width: 1024px) {
            body.home .our-community .box-grid .cell.take-action a, body.home .our-community .box-grid .wp-block-columns .take-action.wp-block-column a, .wp-block-columns body.home .our-community .box-grid .take-action.wp-block-column a {
              padding-top: .65rem;
              height: 50%; } }
      body.home .our-community .box-grid .cell.intern, body.home .our-community .box-grid .wp-block-columns .intern.wp-block-column, .wp-block-columns body.home .our-community .box-grid .intern.wp-block-column {
        background-color: #52AA5E; }
      body.home .our-community .box-grid .cell.staff, body.home .our-community .box-grid .wp-block-columns .staff.wp-block-column, .wp-block-columns body.home .our-community .box-grid .staff.wp-block-column {
        background-color: #2A7B35; }
      body.home .our-community .box-grid .cell.gala, body.home .our-community .box-grid .wp-block-columns .gala.wp-block-column, .wp-block-columns body.home .our-community .box-grid .gala.wp-block-column {
        text-shadow: 0 0 12px rgba(0, 0, 0, 0.5), 1px 2px 8px rgba(0, 0, 0, 0.3);
        background-color: #cac8c8;
        background-blend-mode: multiply;
        background-image: url("images/blocks/tarot.jpg"); }
        body.home .our-community .box-grid .cell.gala:hover, body.home .our-community .box-grid .wp-block-columns .gala.wp-block-column:hover, .wp-block-columns body.home .our-community .box-grid .gala.wp-block-column:hover {
          background-color: #717171; }
      body.home .our-community .box-grid .cell.quote, body.home .our-community .box-grid .wp-block-columns .quote.wp-block-column, .wp-block-columns body.home .our-community .box-grid .quote.wp-block-column, body.home .our-community .box-grid .cell.gala, body.home .our-community .box-grid .wp-block-columns .gala.wp-block-column, .wp-block-columns body.home .our-community .box-grid .gala.wp-block-column {
        background-color: #878ca7;
        text-align: left; }
        body.home .our-community .box-grid .cell.quote div, body.home .our-community .box-grid .wp-block-columns .quote.wp-block-column div, .wp-block-columns body.home .our-community .box-grid .quote.wp-block-column div, body.home .our-community .box-grid .cell.gala div, body.home .our-community .box-grid .wp-block-columns .gala.wp-block-column div, .wp-block-columns body.home .our-community .box-grid .gala.wp-block-column div {
          width: 100%;
          padding-left: 4rem; }
        body.home .our-community .box-grid .cell.quote h3, body.home .our-community .box-grid .wp-block-columns .quote.wp-block-column h3, .wp-block-columns body.home .our-community .box-grid .quote.wp-block-column h3, body.home .our-community .box-grid .cell.quote h4, body.home .our-community .box-grid .wp-block-columns .quote.wp-block-column h4, .wp-block-columns body.home .our-community .box-grid .quote.wp-block-column h4, body.home .our-community .box-grid .cell.gala h3, body.home .our-community .box-grid .wp-block-columns .gala.wp-block-column h3, .wp-block-columns body.home .our-community .box-grid .gala.wp-block-column h3, body.home .our-community .box-grid .cell.gala h4, body.home .our-community .box-grid .wp-block-columns .gala.wp-block-column h4, .wp-block-columns body.home .our-community .box-grid .gala.wp-block-column h4 {
          line-height: 1.2; }
        body.home .our-community .box-grid .cell.quote h4, body.home .our-community .box-grid .wp-block-columns .quote.wp-block-column h4, .wp-block-columns body.home .our-community .box-grid .quote.wp-block-column h4, body.home .our-community .box-grid .cell.gala h4, body.home .our-community .box-grid .wp-block-columns .gala.wp-block-column h4, .wp-block-columns body.home .our-community .box-grid .gala.wp-block-column h4 {
          padding-top: 2.5rem;
          margin: 0; }
      body.home .our-community .box-grid .cell.spread a, body.home .our-community .box-grid .wp-block-columns .spread.wp-block-column a, .wp-block-columns body.home .our-community .box-grid .spread.wp-block-column a {
        display: block;
        width: 50px;
        height: 50px;
        border-radius: 30px;
        background-color: rgba(110, 126, 133, 0.4);
        position: absolute;
        z-index: 2;
        -ms-transform: scale(0.8, 0.8);
        -webkit-transform: scale(0.8, 0.8);
        transform: scale(0.8, 0.8);
        opacity: 0; }
        body.home .our-community .box-grid .cell.spread a.facebook, body.home .our-community .box-grid .wp-block-columns .spread.wp-block-column a.facebook, .wp-block-columns body.home .our-community .box-grid .spread.wp-block-column a.facebook {
          left: 3%;
          bottom: 19%; }
        body.home .our-community .box-grid .cell.spread a.twitter, body.home .our-community .box-grid .wp-block-columns .spread.wp-block-column a.twitter, .wp-block-columns body.home .our-community .box-grid .spread.wp-block-column a.twitter {
          left: 22%;
          bottom: 20%; }
        body.home .our-community .box-grid .cell.spread a.instagram, body.home .our-community .box-grid .wp-block-columns .spread.wp-block-column a.instagram, .wp-block-columns body.home .our-community .box-grid .spread.wp-block-column a.instagram {
          left: 28%;
          bottom: -2%; }
        body.home .our-community .box-grid .cell.spread a:hover, body.home .our-community .box-grid .wp-block-columns .spread.wp-block-column a:hover, .wp-block-columns body.home .our-community .box-grid .spread.wp-block-column a:hover {
          opacity: 1;
          -ms-transform: scale(1, 1);
          -webkit-transform: scale(1, 1);
          transform: scale(1, 1); }
      body.home .our-community .box-grid .cell.read, body.home .our-community .box-grid .wp-block-columns .read.wp-block-column, .wp-block-columns body.home .our-community .box-grid .read.wp-block-column {
        background-color: #cac8c8;
        background-blend-mode: multiply;
        background-image: url("images/home-grids/brink-cover.jpg");
        text-shadow: 0 0 12px rgba(0, 0, 0, 0.5), 1px 2px 8px rgba(0, 0, 0, 0.3), 1px 2px 8px rgba(0, 0, 0, 0.3), 1px 2px 8px rgba(0, 0, 0, 0.3); }
        body.home .our-community .box-grid .cell.read .cta-text, body.home .our-community .box-grid .wp-block-columns .read.wp-block-column .cta-text, .wp-block-columns body.home .our-community .box-grid .read.wp-block-column .cta-text {
          font-size: 1rem; }
        body.home .our-community .box-grid .cell.read:hover, body.home .our-community .box-grid .wp-block-columns .read.wp-block-column:hover, .wp-block-columns body.home .our-community .box-grid .read.wp-block-column:hover {
          background-color: #717171; }
      body.home .our-community .box-grid .cell.learn-more, body.home .our-community .box-grid .wp-block-columns .learn-more.wp-block-column, .wp-block-columns body.home .our-community .box-grid .learn-more.wp-block-column {
        text-shadow: 0 0 12px rgba(0, 0, 0, 0.5), 1px 2px 8px rgba(0, 0, 0, 0.3), 1px 2px 8px rgba(0, 0, 0, 0.3), 1px 2px 8px rgba(0, 0, 0, 0.3); }
  body.home .talking {
    text-align: center;
    padding-bottom: 4rem; }
    body.home .talking img {
      max-width: 260px;
      width: 100%;
      transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
      filter: grayscale(100%); }
      body.home .talking img.koa {
        max-width: 160px; }
    body.home .talking a {
      padding: 3rem 1rem;
      display: block; }
      body.home .talking a:hover img {
        filter: grayscale(0%); }
    @media only screen and (min-width: 768px) {
      body.home .talking .grid .cell, body.home .talking .wp-block-columns .cell, .wp-block-columns body.home .talking .grid .wp-block-column, body.home .talking .wp-block-columns .wp-block-column {
        transition: all 0.75s cubic-bezier(0.4, 0, 0.2, 1);
        opacity: 0;
        -ms-transform: translate3d(0, 20%, 0);
        -webkit-transform: translate3d(0, 20%, 0);
        transform: translate3d(0, 20%, 0); }
        body.home .talking .grid .cell:nth-child(1), body.home .talking .wp-block-columns .cell:nth-child(1), .wp-block-columns body.home .talking .grid .wp-block-column:nth-child(1), body.home .talking .wp-block-columns .wp-block-column:nth-child(1) {
          transition-delay: .2s; }
        body.home .talking .grid .cell:nth-child(2), body.home .talking .wp-block-columns .cell:nth-child(2), .wp-block-columns body.home .talking .grid .wp-block-column:nth-child(2), body.home .talking .wp-block-columns .wp-block-column:nth-child(2) {
          transition-delay: .6s; }
        body.home .talking .grid .cell:nth-child(3), body.home .talking .wp-block-columns .cell:nth-child(3), .wp-block-columns body.home .talking .grid .wp-block-column:nth-child(3), body.home .talking .wp-block-columns .wp-block-column:nth-child(3) {
          transition-delay: 1s; }
      body.home .talking .grid.viewed .cell, body.home .talking .viewed.wp-block-columns .cell, body.home .talking .grid.viewed .wp-block-columns .wp-block-column, .wp-block-columns body.home .talking .grid.viewed .wp-block-column, body.home .talking .viewed.wp-block-columns .wp-block-column {
        opacity: 1;
        -ms-transform: translate3d(0, 0, 0);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0); } }
  body.home .before-you-go {
    background-size: cover;
    background-image: url("images/books.jpg");
    background-color: #525252;
    background-blend-mode: multiply;
    background-position: center;
    padding: 5rem 1rem 0;
    color: #fff;
    border-bottom: solid 72px white; }
    body.home .before-you-go .full {
      max-width: 714px; }
    body.home .before-you-go .box-grid {
      margin-bottom: -72px; }
      @media only screen and (min-width: 768px) {
        body.home .before-you-go .box-grid {
          grid-template-columns: repeat(5, 1fr); }
          body.home .before-you-go .box-grid .cell, body.home .before-you-go .box-grid .wp-block-columns .wp-block-column, .wp-block-columns body.home .before-you-go .box-grid .wp-block-column {
            transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
            opacity: 0;
            -ms-transform: translate3d(0, 40%, 0);
            -webkit-transform: translate3d(0, 40%, 0);
            transform: translate3d(0, 40%, 0); }
            body.home .before-you-go .box-grid .cell:nth-child(2), body.home .before-you-go .box-grid .wp-block-columns .wp-block-column:nth-child(2), .wp-block-columns body.home .before-you-go .box-grid .wp-block-column:nth-child(2) {
              transition-delay: .8s; }
            body.home .before-you-go .box-grid .cell:nth-child(3), body.home .before-you-go .box-grid .wp-block-columns .wp-block-column:nth-child(3), .wp-block-columns body.home .before-you-go .box-grid .wp-block-column:nth-child(3) {
              transition-delay: .4s; }
            body.home .before-you-go .box-grid .cell:nth-child(4), body.home .before-you-go .box-grid .wp-block-columns .wp-block-column:nth-child(4), .wp-block-columns body.home .before-you-go .box-grid .wp-block-column:nth-child(4) {
              transition-delay: .2s; }
            body.home .before-you-go .box-grid .cell:nth-child(5), body.home .before-you-go .box-grid .wp-block-columns .wp-block-column:nth-child(5), .wp-block-columns body.home .before-you-go .box-grid .wp-block-column:nth-child(5) {
              transition-delay: .7s; }
            body.home .before-you-go .box-grid .cell:nth-child(6), body.home .before-you-go .box-grid .wp-block-columns .wp-block-column:nth-child(6), .wp-block-columns body.home .before-you-go .box-grid .wp-block-column:nth-child(6) {
              transition-delay: .1s; }
          body.home .before-you-go .box-grid.viewed .cell, body.home .before-you-go .box-grid.viewed .wp-block-columns .wp-block-column, .wp-block-columns body.home .before-you-go .box-grid.viewed .wp-block-column {
            opacity: 1;
            -ms-transform: translate3d(0, 0, 0);
            -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); } }
      body.home .before-you-go .box-grid .img-square {
        max-width: 146.5%;
        -ms-transform: translate3d(-50.5%, -53%, 0);
        -webkit-transform: translate3d(-50.5%, -53%, 0);
        transform: translate3d(-50.5%, -53%, 0); }
      body.home .before-you-go .box-grid .cell:not(.spacer), body.home .before-you-go .box-grid .wp-block-columns .wp-block-column:not(.spacer), .wp-block-columns body.home .before-you-go .box-grid .wp-block-column:not(.spacer) {
        color: #fff; }
        body.home .before-you-go .box-grid .cell:not(.spacer) a, body.home .before-you-go .box-grid .wp-block-columns .wp-block-column:not(.spacer) a, .wp-block-columns body.home .before-you-go .box-grid .wp-block-column:not(.spacer) a {
          color: #fff; }
        body.home .before-you-go .box-grid .cell:not(.spacer).contact, body.home .before-you-go .box-grid .wp-block-columns .wp-block-column:not(.spacer).contact, .wp-block-columns body.home .before-you-go .box-grid .wp-block-column:not(.spacer).contact {
          background-color: #878ca7; }
        body.home .before-you-go .box-grid .cell:not(.spacer).action, body.home .before-you-go .box-grid .wp-block-columns .wp-block-column:not(.spacer).action, .wp-block-columns body.home .before-you-go .box-grid .wp-block-column:not(.spacer).action {
          z-index: 4;
          text-shadow: 0 0 12px rgba(0, 0, 0, 0.5), 1px 2px 8px rgba(0, 0, 0, 0.3), 1px 2px 8px rgba(0, 0, 0, 0.3), 1px 2px 8px rgba(0, 0, 0, 0.3); }
          body.home .before-you-go .box-grid .cell:not(.spacer).action .cta-text, body.home .before-you-go .box-grid .wp-block-columns .wp-block-column:not(.spacer).action .cta-text, .wp-block-columns body.home .before-you-go .box-grid .wp-block-column:not(.spacer).action .cta-text {
            font-size: 1rem; }
        body.home .before-you-go .box-grid .cell:not(.spacer).read, body.home .before-you-go .box-grid .wp-block-columns .wp-block-column:not(.spacer).read, .wp-block-columns body.home .before-you-go .box-grid .wp-block-column:not(.spacer).read {
          background-color: #cac8c8;
          background-blend-mode: multiply;
          background-image: url("images/home-grids/book-page.jpg");
          text-shadow: 0 0 12px rgba(0, 0, 0, 0.5), 1px 2px 8px rgba(0, 0, 0, 0.3), 1px 2px 8px rgba(0, 0, 0, 0.3); }
        body.home .before-you-go .box-grid .cell:not(.spacer).partner, body.home .before-you-go .box-grid .wp-block-columns .wp-block-column:not(.spacer).partner, .wp-block-columns body.home .before-you-go .box-grid .wp-block-column:not(.spacer).partner {
          text-shadow: 0 0 12px rgba(0, 0, 0, 0.5), 1px 2px 8px rgba(0, 0, 0, 0.3), 1px 2px 8px rgba(0, 0, 0, 0.3), 1px 2px 8px rgba(0, 0, 0, 0.3); }
        body.home .before-you-go .box-grid .cell:not(.spacer).share, body.home .before-you-go .box-grid .wp-block-columns .wp-block-column:not(.spacer).share, .wp-block-columns body.home .before-you-go .box-grid .wp-block-column:not(.spacer).share {
          background-color: #FE7F2D; }
          body.home .before-you-go .box-grid .cell:not(.spacer).share .social-icon:hover, body.home .before-you-go .box-grid .wp-block-columns .wp-block-column:not(.spacer).share .social-icon:hover, .wp-block-columns body.home .before-you-go .box-grid .wp-block-column:not(.spacer).share .social-icon:hover {
            opacity: .6; }
          body.home .before-you-go .box-grid .cell:not(.spacer).share .social-icon img, body.home .before-you-go .box-grid .wp-block-columns .wp-block-column:not(.spacer).share .social-icon img, .wp-block-columns body.home .before-you-go .box-grid .wp-block-column:not(.spacer).share .social-icon img {
            max-width: 21px;
            max-height: 24px;
            vertical-align: middle;
            margin: 0 .5rem -2px; }
  body.home .footer-quote {
    padding: 4rem 1rem; }
    body.home .footer-quote .h4 {
      margin-bottom: .5rem; }
    body.home .footer-quote .h5 {
      text-align: right;
      padding-right: 24%; }

body.home .home-intro {
  height: 75vh;
  color: #fff;
  overflow: hidden;
  background-size: cover;
  text-shadow: 0 0 12px rgba(0, 0, 0, 0.5), 1px 2px 8px rgba(0, 0, 0, 0.3), 1px 2px 8px rgba(0, 0, 0, 0.3);
  padding: 0 62px;
  transition: all 0.75s cubic-bezier(0.4, 0, 0.2, 1);
  padding-top: 110px;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-bottom: 1rem; }
  body.home .home-intro > .cell, body.home .wp-block-columns .home-intro > .wp-block-column, .wp-block-columns body.home .home-intro > .wp-block-column {
    position: relative;
    z-index: 2; }
  @media only screen and (min-width: 768px) {
    body.home .home-intro {
      padding-top: 0;
      padding-left: 62px;
      padding-right: 62px;
      padding-bottom: 0; } }
  @media only screen and (max-width: 1023px) {
    body.home .home-intro {
      background-image: url("images/intro/banner-1.jpg"); }
      body.home .home-intro.slide-2 {
        background-image: url("images/intro/banner-2.jpg"); }
      body.home .home-intro.slide-3 {
        background-image: url("images/intro/banner-3.jpg"); } }
  @media only screen and (max-width: 767px) {
    body.home .home-intro {
      background-image: url("images/intro/banner-3-small.jpg"); }
      body.home .home-intro.slide-2 {
        background-image: url("images/intro/banner-3-small.jpg"); }
      body.home .home-intro.slide-3 {
        background-image: url("images/intro/banner-3-small.jpg"); } }
  @media only screen and (min-width: 1024px) {
    body.home .home-intro {
      background-image: linear-gradient(to bottom, #283264 0%, #c745a7 32%, #dd7395 58%, #759fc6 80%, #fcedf7 100%);
      background-size: 100% 280%;
      background-color: #774e90; }
      body.home .home-intro.slide-2 {
        background-position: 0 30%; }
        body.home .home-intro.slide-2 #intro-scene .stars div {
          opacity: .5;
          -ms-transform: translate3d(0, -25%, 0);
          -webkit-transform: translate3d(0, -25%, 0);
          transform: translate3d(0, -25%, 0); }
        body.home .home-intro.slide-2 #intro-scene .moon div {
          opacity: .5;
          -ms-transform: rotate(3deg) translate3d(10%, -20%, 0);
          -webkit-transform: rotate(3deg) translate3d(10%, -20%, 0);
          transform: rotate(3deg) translate3d(10%, -20%, 0); }
        body.home .home-intro.slide-2 #intro-scene .sun div {
          opacity: .5;
          -ms-transform: translate3d(0, 20%, 0);
          -webkit-transform: translate3d(0, 20%, 0);
          transform: translate3d(0, 20%, 0); }
        body.home .home-intro.slide-2 #intro-scene .mountains div {
          -ms-transform: translate3d(0, 10%, 0);
          -webkit-transform: translate3d(0, 10%, 0);
          transform: translate3d(0, 10%, 0); }
        body.home .home-intro.slide-2 #intro-scene .people-4 div {
          -ms-transform: rotate(4deg) scale(0.9, 0.9) translate3d(0, -10%, 0);
          -webkit-transform: rotate(4deg) scale(0.9, 0.9) translate3d(0, -10%, 0);
          transform: rotate(4deg) scale(0.9, 0.9) translate3d(0, -10%, 0); }
        body.home .home-intro.slide-2 #intro-scene .people-3 div {
          -ms-transform: rotate(-3deg) scale(0.85, 0.85) translate3d(-5%, -20%, 0);
          -webkit-transform: rotate(-3deg) scale(0.85, 0.85) translate3d(-5%, -20%, 0);
          transform: rotate(-3deg) scale(0.85, 0.85) translate3d(-5%, -20%, 0); }
        body.home .home-intro.slide-2 #intro-scene .people-2 div {
          -ms-transform: rotate(-2deg) scale(0.95, 0.95) translate3d(0, -10%, 0);
          -webkit-transform: rotate(-2deg) scale(0.95, 0.95) translate3d(0, -10%, 0);
          transform: rotate(-2deg) scale(0.95, 0.95) translate3d(0, -10%, 0); }
        body.home .home-intro.slide-2 #intro-scene .people-1 div {
          -ms-transform: rotate(4deg) scale(0.95, 0.95) translate3d(-5%, -15%, 0);
          -webkit-transform: rotate(4deg) scale(0.95, 0.95) translate3d(-5%, -15%, 0);
          transform: rotate(4deg) scale(0.95, 0.95) translate3d(-5%, -15%, 0); }
      body.home .home-intro.slide-3 {
        background-position: 0 100%; }
        body.home .home-intro.slide-3 #intro-scene .stars div {
          opacity: 0;
          -ms-transform: translate3d(0, -50%, 0);
          -webkit-transform: translate3d(0, -50%, 0);
          transform: translate3d(0, -50%, 0); }
        body.home .home-intro.slide-3 #intro-scene .moon div {
          opacity: 0;
          -ms-transform: rotate(6deg) translate3d(15%, -50%, 0);
          -webkit-transform: rotate(6deg) translate3d(15%, -50%, 0);
          transform: rotate(6deg) translate3d(15%, -50%, 0); }
        body.home .home-intro.slide-3 #intro-scene .sun div {
          opacity: 1;
          -ms-transform: translate3d(0, 16%, 0);
          -webkit-transform: translate3d(0, 16%, 0);
          transform: translate3d(0, 16%, 0); }
        body.home .home-intro.slide-3 #intro-scene .sun-glare div {
          opacity: .6;
          -ms-transform: translate3d(0, 18%, 0) scale(1, 1);
          -webkit-transform: translate3d(0, 18%, 0) scale(1, 1);
          transform: translate3d(0, 18%, 0) scale(1, 1); }
        body.home .home-intro.slide-3 #intro-scene .mountains div {
          -ms-transform: translate3d(0, 18%, 0);
          -webkit-transform: translate3d(0, 18%, 0);
          transform: translate3d(0, 18%, 0); }
        body.home .home-intro.slide-3 #intro-scene .people-4 div {
          -ms-transform: rotate(6deg) scale(0.8, 0.8) translate3d(0, -26%, 0);
          -webkit-transform: rotate(6deg) scale(0.8, 0.8) translate3d(0, -26%, 0);
          transform: rotate(6deg) scale(0.8, 0.8) translate3d(0, -26%, 0); }
        body.home .home-intro.slide-3 #intro-scene .people-3 div {
          -ms-transform: rotate(-12deg) scale(0.75, 0.75) translate3d(-8%, -26%, 0);
          -webkit-transform: rotate(-12deg) scale(0.75, 0.75) translate3d(-8%, -26%, 0);
          transform: rotate(-12deg) scale(0.75, 0.75) translate3d(-8%, -26%, 0); }
        body.home .home-intro.slide-3 #intro-scene .people-2 div {
          -ms-transform: rotate(-6deg) scale(0.9, 0.9) translate3d(0, -14%, 0);
          -webkit-transform: rotate(-6deg) scale(0.9, 0.9) translate3d(0, -14%, 0);
          transform: rotate(-6deg) scale(0.9, 0.9) translate3d(0, -14%, 0); }
        body.home .home-intro.slide-3 #intro-scene .people-1 div {
          -ms-transform: rotate(10deg) scale(0.9, 0.9) translate3d(-7%, -24%, 0);
          -webkit-transform: rotate(10deg) scale(0.9, 0.9) translate3d(-7%, -24%, 0);
          transform: rotate(10deg) scale(0.9, 0.9) translate3d(-7%, -24%, 0); } }
  body.home .home-intro #intro-scene {
    z-index: 1;
    position: absolute;
    top: -60px;
    right: -60px;
    bottom: -60px;
    left: -60px;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAMAAAAp4XiDAAAAUVBMVEWFhYWDg4N3d3dtbW17e3t1dXWBgYGHh4d5eXlzc3OLi4ubm5uVlZWPj4+NjY19fX2JiYl/f39ra2uRkZGZmZlpaWmXl5dvb29xcXGTk5NnZ2c8TV1mAAAAG3RSTlNAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEAvEOwtAAAFVklEQVR4XpWWB67c2BUFb3g557T/hRo9/WUMZHlgr4Bg8Z4qQgQJlHI4A8SzFVrapvmTF9O7dmYRFZ60YiBhJRCgh1FYhiLAmdvX0CzTOpNE77ME0Zty/nWWzchDtiqrmQDeuv3powQ5ta2eN0FY0InkqDD73lT9c9lEzwUNqgFHs9VQce3TVClFCQrSTfOiYkVJQBmpbq2L6iZavPnAPcoU0dSw0SUTqz/GtrGuXfbyyBniKykOWQWGqwwMA7QiYAxi+IlPdqo+hYHnUt5ZPfnsHJyNiDtnpJyayNBkF6cWoYGAMY92U2hXHF/C1M8uP/ZtYdiuj26UdAdQQSXQErwSOMzt/XWRWAz5GuSBIkwG1H3FabJ2OsUOUhGC6tK4EMtJO0ttC6IBD3kM0ve0tJwMdSfjZo+EEISaeTr9P3wYrGjXqyC1krcKdhMpxEnt5JetoulscpyzhXN5FRpuPHvbeQaKxFAEB6EN+cYN6xD7RYGpXpNndMmZgM5Dcs3YSNFDHUo2LGfZuukSWyUYirJAdYbF3MfqEKmjM+I2EfhA94iG3L7uKrR+GdWD73ydlIB+6hgref1QTlmgmbM3/LeX5GI1Ux1RWpgxpLuZ2+I+IjzZ8wqE4nilvQdkUdfhzI5QDWy+kw5Wgg2pGpeEVeCCA7b85BO3F9DzxB3cdqvBzWcmzbyMiqhzuYqtHRVG2y4x+KOlnyqla8AoWWpuBoYRxzXrfKuILl6SfiWCbjxoZJUaCBj1CjH7GIaDbc9kqBY3W/Rgjda1iqQcOJu2WW+76pZC9QG7M00dffe9hNnseupFL53r8F7YHSwJWUKP2q+k7RdsxyOB11n0xtOvnW4irMMFNV4H0uqwS5ExsmP9AxbDTc9JwgneAT5vTiUSm1E7BSflSt3bfa1tv8Di3R8n3Af7MNWzs49hmauE2wP+ttrq+AsWpFG2awvsuOqbipWHgtuvuaAE+A1Z/7gC9hesnr+7wqCwG8c5yAg3AL1fm8T9AZtp/bbJGwl1pNrE7RuOX7PeMRUERVaPpEs+yqeoSmuOlokqw49pgomjLeh7icHNlG19yjs6XXOMedYm5xH2YxpV2tc0Ro2jJfxC50ApuxGob7lMsxfTbeUv07TyYxpeLucEH1gNd4IKH2LAg5TdVhlCafZvpskfncCfx8pOhJzd76bJWeYFnFciwcYfubRc12Ip/ppIhA1/mSZ/RxjFDrJC5xifFjJpY2Xl5zXdguFqYyTR1zSp1Y9p+tktDYYSNflcxI0iyO4TPBdlRcpeqjK/piF5bklq77VSEaA+z8qmJTFzIWiitbnzR794USKBUaT0NTEsVjZqLaFVqJoPN9ODG70IPbfBHKK+/q/AWR0tJzYHRULOa4MP+W/HfGadZUbfw177G7j/OGbIs8TahLyynl4X4RinF793Oz+BU0saXtUHrVBFT/DnA3ctNPoGbs4hRIjTok8i+algT1lTHi4SxFvONKNrgQFAq2/gFnWMXgwffgYMJpiKYkmW3tTg3ZQ9Jq+f8XN+A5eeUKHWvJWJ2sgJ1Sop+wwhqFVijqWaJhwtD8MNlSBeWNNWTa5Z5kPZw5+LbVT99wqTdx29lMUH4OIG/D86ruKEauBjvH5xy6um/Sfj7ei6UUVk4AIl3MyD4MSSTOFgSwsH/QJWaQ5as7ZcmgBZkzjjU1UrQ74ci1gWBCSGHtuV1H2mhSnO3Wp/3fEV5a+4wz//6qy8JxjZsmxxy5+4w9CDNJY09T072iKG0EnOS0arEYgXqYnXcYHwjTtUNAcMelOd4xpkoqiTYICWFq0JSiPfPDQdnt+4/wuqcXY47QILbgAAAABJRU5ErkJggg==); }
    body.home .home-intro #intro-scene > div {
      width: 100%;
      height: 100%; }
      body.home .home-intro #intro-scene > div > div {
        width: 100%;
        height: 100%;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: 0 100%;
        transition: all 1.75s cubic-bezier(0.4, 0, 0.2, 1); }
    @media only screen and (min-width: 1024px) {
      body.home .home-intro #intro-scene .stars div {
        background-image: url("images/intro/stars.png");
        background-size: cover; }
      body.home .home-intro #intro-scene .moon div {
        background-image: url("images/intro/moon.png");
        background-size: 100%; }
      body.home .home-intro #intro-scene .sun div {
        background-image: url("images/intro/sun.png");
        background-size: 100%;
        opacity: 0;
        -ms-transform: translate3d(0, 30%, 0);
        -webkit-transform: translate3d(0, 30%, 0);
        transform: translate3d(0, 30%, 0); }
      body.home .home-intro #intro-scene .sun-glare div {
        background-image: url("images/intro/sun-glare.png");
        background-size: 100%;
        opacity: 0;
        -ms-transform: translate3d(0, 18%, 0) scale(0.5, 0.5);
        -webkit-transform: translate3d(0, 18%, 0) scale(0.5, 0.5);
        transform: translate3d(0, 18%, 0) scale(0.5, 0.5); }
      body.home .home-intro #intro-scene .mountains div {
        background-image: url("images/intro/mountains-small.png");
        background-size: 100%; }
      body.home .home-intro #intro-scene .people-4 div {
        background-image: url("images/intro/people-4.png");
        background-position: 0 65%; }
      body.home .home-intro #intro-scene .people-3 div {
        background-image: url("images/intro/people-3.png");
        background-position: 0 90%; }
      body.home .home-intro #intro-scene .people-2 div {
        background-image: url("images/intro/people-2.png"); }
      body.home .home-intro #intro-scene .people-1 div {
        background-image: url("images/intro/people-1.png");
        background-position: 10% 95%; } }
body.home .slider-container .slider-controls {
  font-size: 1.75rem;
  text-align: center;
  text-transform: uppercase;
  width: 70px;
  margin-left: -70px; }
  body.home .slider-container .slider-controls .control {
    margin: .75rem 0;
    line-height: 1.7;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    display: block; }
    body.home .slider-container .slider-controls .control.active {
      color: #FFA400;
      text-decoration: underline; }
    body.home .slider-container .slider-controls .control:hover {
      color: #FFA400; }
@media only screen and (max-width: 767px) {
  body.home .slider-container .intro-text-holder {
    padding: 0;
    margin: 0; } }
body.home .slider-container .slide {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1), max-height 0s cubic-bezier(0.4, 0, 0.2, 1) 0.3s; }
  body.home .slider-container .slide.active {
    opacity: 1;
    max-height: 500px;
    transition: opacity 1s cubic-bezier(0.4, 0, 0.2, 1) 0.4s, max-height 0s cubic-bezier(0.4, 0, 0.2, 1) 0.4s; }
  body.home .slider-container .slide .leading {
    font-size: 80px;
    vertical-align: top;
    display: inline-block;
    line-height: 1;
    max-width: 56px;
    margin-top: -6px; }
    @media only screen and (min-width: 768px) {
      body.home .slider-container .slide .leading {
        max-width: 100%;
        margin-top: 0; } }
    @media only screen and (min-width: 1024px) {
      body.home .slider-container .slide .leading {
        font-size: 200px;
        vertical-align: baseline; } }
    @media only screen and (min-width: 1200px) {
      body.home .slider-container .slide .leading {
        font-size: 288px; } }
  body.home .slider-container .slide h2.h2 {
    display: inline-block;
    padding-left: .5rem;
    font-size: 1.414rem;
    max-width: calc( 100% - 60px );
    font-weight: 500 !important; }
    @media only screen and (min-width: 768px) {
      body.home .slider-container .slide h2.h2 {
        font-size: 1.999rem;
        max-width: 74%;
        font-weight: 400 !important; } }
    @media only screen and (min-width: 1200px) {
      body.home .slider-container .slide h2.h2 {
        font-size: 2.827rem; } }

.intro {
  width: 100%;
  padding-top: 198px;
  padding-bottom: 2rem;
  text-align: center;
  position: relative; }
  .intro.has-image {
    min-height: 300px;
    background-size: cover;
    background-position: center center;
    color: #fff;
    box-shadow: inset 0px 118px 260px -8px rgba(0, 0, 0, 0.36);
    text-shadow: 1px 2px 8px rgba(0, 0, 0, 0.3); }
    @media only screen and (min-width: 480px) {
      .intro.has-image {
        min-height: 300px; } }
    @media only screen and (min-width: 768px) {
      .intro.has-image {
        min-height: 400px; } }
    @media only screen and (min-width: 1024px) {
      .intro.has-image {
        min-height: 500px; } }
  .intro.no-image {
    padding-top: 148.5px;
    color: #fff;
    background-color: #6e7e85;
    padding-bottom: 3rem;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAMAAAAp4XiDAAAAUVBMVEWFhYWDg4N3d3dtbW17e3t1dXWBgYGHh4d5eXlzc3OLi4ubm5uVlZWPj4+NjY19fX2JiYl/f39ra2uRkZGZmZlpaWmXl5dvb29xcXGTk5NnZ2c8TV1mAAAAG3RSTlNAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEAvEOwtAAAFVklEQVR4XpWWB67c2BUFb3g557T/hRo9/WUMZHlgr4Bg8Z4qQgQJlHI4A8SzFVrapvmTF9O7dmYRFZ60YiBhJRCgh1FYhiLAmdvX0CzTOpNE77ME0Zty/nWWzchDtiqrmQDeuv3powQ5ta2eN0FY0InkqDD73lT9c9lEzwUNqgFHs9VQce3TVClFCQrSTfOiYkVJQBmpbq2L6iZavPnAPcoU0dSw0SUTqz/GtrGuXfbyyBniKykOWQWGqwwMA7QiYAxi+IlPdqo+hYHnUt5ZPfnsHJyNiDtnpJyayNBkF6cWoYGAMY92U2hXHF/C1M8uP/ZtYdiuj26UdAdQQSXQErwSOMzt/XWRWAz5GuSBIkwG1H3FabJ2OsUOUhGC6tK4EMtJO0ttC6IBD3kM0ve0tJwMdSfjZo+EEISaeTr9P3wYrGjXqyC1krcKdhMpxEnt5JetoulscpyzhXN5FRpuPHvbeQaKxFAEB6EN+cYN6xD7RYGpXpNndMmZgM5Dcs3YSNFDHUo2LGfZuukSWyUYirJAdYbF3MfqEKmjM+I2EfhA94iG3L7uKrR+GdWD73ydlIB+6hgref1QTlmgmbM3/LeX5GI1Ux1RWpgxpLuZ2+I+IjzZ8wqE4nilvQdkUdfhzI5QDWy+kw5Wgg2pGpeEVeCCA7b85BO3F9DzxB3cdqvBzWcmzbyMiqhzuYqtHRVG2y4x+KOlnyqla8AoWWpuBoYRxzXrfKuILl6SfiWCbjxoZJUaCBj1CjH7GIaDbc9kqBY3W/Rgjda1iqQcOJu2WW+76pZC9QG7M00dffe9hNnseupFL53r8F7YHSwJWUKP2q+k7RdsxyOB11n0xtOvnW4irMMFNV4H0uqwS5ExsmP9AxbDTc9JwgneAT5vTiUSm1E7BSflSt3bfa1tv8Di3R8n3Af7MNWzs49hmauE2wP+ttrq+AsWpFG2awvsuOqbipWHgtuvuaAE+A1Z/7gC9hesnr+7wqCwG8c5yAg3AL1fm8T9AZtp/bbJGwl1pNrE7RuOX7PeMRUERVaPpEs+yqeoSmuOlokqw49pgomjLeh7icHNlG19yjs6XXOMedYm5xH2YxpV2tc0Ro2jJfxC50ApuxGob7lMsxfTbeUv07TyYxpeLucEH1gNd4IKH2LAg5TdVhlCafZvpskfncCfx8pOhJzd76bJWeYFnFciwcYfubRc12Ip/ppIhA1/mSZ/RxjFDrJC5xifFjJpY2Xl5zXdguFqYyTR1zSp1Y9p+tktDYYSNflcxI0iyO4TPBdlRcpeqjK/piF5bklq77VSEaA+z8qmJTFzIWiitbnzR794USKBUaT0NTEsVjZqLaFVqJoPN9ODG70IPbfBHKK+/q/AWR0tJzYHRULOa4MP+W/HfGadZUbfw177G7j/OGbIs8TahLyynl4X4RinF793Oz+BU0saXtUHrVBFT/DnA3ctNPoGbs4hRIjTok8i+algT1lTHi4SxFvONKNrgQFAq2/gFnWMXgwffgYMJpiKYkmW3tTg3ZQ9Jq+f8XN+A5eeUKHWvJWJ2sgJ1Sop+wwhqFVijqWaJhwtD8MNlSBeWNNWTa5Z5kPZw5+LbVT99wqTdx29lMUH4OIG/D86ruKEauBjvH5xy6um/Sfj7ei6UUVk4AIl3MyD4MSSTOFgSwsH/QJWaQ5as7ZcmgBZkzjjU1UrQ74ci1gWBCSGHtuV1H2mhSnO3Wp/3fEV5a+4wz//6qy8JxjZsmxxy5+4w9CDNJY09T072iKG0EnOS0arEYgXqYnXcYHwjTtUNAcMelOd4xpkoqiTYICWFq0JSiPfPDQdnt+4/wuqcXY47QILbgAAAABJRU5ErkJggg==); }
    .intro.no-image + .page-content {
      padding-top: 4rem; }
  .intro .cell, .intro .wp-block-columns .wp-block-column, .wp-block-columns .intro .wp-block-column {
    z-index: 2; }
  .intro .overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5); }

body.page .page-content {
  padding: 2rem 1rem; }
  @media only screen and (min-width: 768px) {
    body.page .page-content {
      padding: 4rem 1rem; } }
  @media only screen and (min-width: 1024px) {
    body.page .page-content {
      padding: 6rem 1rem; } }
  body.page .page-content .block-content-section {
    max-width: 760px;
    margin: 0 auto; }
body.page .content-section {
  background-size: cover;
  position: relative;
  padding: 3rem 1.5rem; }
  @media only screen and (min-width: 480px) {
    body.page .content-section {
      padding: 4rem 1.5rem; } }
  @media only screen and (min-width: 768px) {
    body.page .content-section {
      padding: 6rem 2rem; } }
  @media only screen and (min-width: 1024px) {
    body.page .content-section {
      padding: 8rem 2rem; } }
  body.page .content-section > .background-image {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-size: cover;
    z-index: 1; }
  body.page .content-section > .full {
    z-index: 2;
    position: relative; }
  body.page .content-section h1 {
    font-size: 3.998rem; }
  body.page .content-section h2 {
    font-size: 2.827rem; }
  body.page .content-section h3 {
    font-size: 1.999rem; }
  body.page .content-section h4 {
    font-size: 1.414rem; }
  body.page .content-section h5 {
    font-size: 1rem; }

.wp-block-brink-fullwidth-block {
  padding: 6em 1rem;
  margin-left: calc( -100vw / 2 + 100% / 2 );
  margin-right: calc( -100vw / 2 + 100% / 2 );
  max-width: 100vw;
  background-size: cover;
  background-position: center center; }
  .wp-block-brink-fullwidth-block .inner-container {
    max-width: 760px;
    margin: 0 auto; }

body.page-community .map-container {
  width: 900px;
  margin-left: -70px;
  display: inline-block;
  overflow-x: scroll;
  padding: 2rem 0; }
  @media only screen and (min-width: 768px) {
    body.page-community .map-container {
      overflow: hidden; } }

body.page.page-contact .intro {
  min-height: 100%;
  min-height: 100vh;
  padding-top: 151.8px;
  background-color: rgba(0, 0, 0, 0.7); }
body.page.page-contact .contact-content {
  padding-left: 2rem;
  padding-right: 2rem;
  text-align: center; }
  body.page.page-contact .contact-content h2 {
    max-width: 400px;
    margin: 0 auto; }
  @media only screen and (min-width: 1024px) {
    body.page.page-contact .contact-content {
      text-align: right;
      -webkit-flex: 1 1;
      flex: 1 1;
      width: auto;
      padding-left: .5rem;
      padding-right: .5rem; }
      body.page.page-contact .contact-content h2 {
        max-width: 100%; } }
body.page.page-contact .cell.contact-form, body.page.page-contact .wp-block-columns .contact-form.wp-block-column, .wp-block-columns body.page.page-contact .contact-form.wp-block-column {
  margin-top: 1rem;
  background-image: url("images/contact-frame.png");
  background-repeat: no-repeat;
  background-size: 138% 100%;
  background-position: center;
  color: #616161;
  text-align: left;
  text-shadow: none;
  max-width: 540px;
  width: 100%;
  padding: 92px 68px 88px;
  margin-left: 0;
  margin-right: 0; }
  @media only screen and (min-width: 480px) {
    body.page.page-contact .cell.contact-form, body.page.page-contact .wp-block-columns .contact-form.wp-block-column, .wp-block-columns body.page.page-contact .contact-form.wp-block-column {
      background-size: 100% 100%;
      padding: 86px 144px 88px;
      margin-left: auto;
      margin-right: auto; } }
  @media only screen and (min-width: 768px) {
    body.page.page-contact .cell.contact-form, body.page.page-contact .wp-block-columns .contact-form.wp-block-column, .wp-block-columns body.page.page-contact .contact-form.wp-block-column {
      background-size: 100% 100%; } }
  @media only screen and (min-width: 1024px) {
    body.page.page-contact .cell.contact-form, body.page.page-contact .wp-block-columns .contact-form.wp-block-column, .wp-block-columns body.page.page-contact .contact-form.wp-block-column {
      margin-top: -4rem; } }
  body.page.page-contact .cell.contact-form input[type='email'], body.page.page-contact .wp-block-columns .contact-form.wp-block-column input[type='email'], .wp-block-columns body.page.page-contact .contact-form.wp-block-column input[type='email'], body.page.page-contact .cell.contact-form input[type='text'], body.page.page-contact .wp-block-columns .contact-form.wp-block-column input[type='text'], .wp-block-columns body.page.page-contact .contact-form.wp-block-column input[type='text'], body.page.page-contact .cell.contact-form textarea, body.page.page-contact .wp-block-columns .contact-form.wp-block-column textarea, .wp-block-columns body.page.page-contact .contact-form.wp-block-column textarea, body.page.page-contact .cell.contact-form select, body.page.page-contact .wp-block-columns .contact-form.wp-block-column select, .wp-block-columns body.page.page-contact .contact-form.wp-block-column select {
    background-color: transparent;
    width: 100%;
    border: solid 2px rgba(97, 97, 97, 0.75); }
body.page.page-contact input[type='submit'] {
  width: 100%;
  font-family: "Montserrat", sans-serif;
  color: #fff;
  height: 42px;
  line-height: calc( $form-height - 4px );
  padding: 0 .75rem;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  font-size: 1rem;
  font-weight: bold; }
body.page.page-contact .social-icon:hover {
  opacity: .6; }
body.page.page-contact .social-icon img {
  max-width: 21px;
  max-height: 24px;
  vertical-align: middle;
  margin: .5rem; }

body.post-type-archive-staff .intro {
  background-image: url("images/literacy/literacy-3.jpg"); }
  body.post-type-archive-staff .intro h2 {
    max-width: 760px;
    margin: 0 auto; }
body.post-type-archive-staff .people-grid {
  padding: 1px; }
  body.post-type-archive-staff .people-grid .cell, body.post-type-archive-staff .people-grid .wp-block-columns .wp-block-column, .wp-block-columns body.post-type-archive-staff .people-grid .wp-block-column {
    padding: 1px;
    color: #fff; }
    body.post-type-archive-staff .people-grid .cell h3, body.post-type-archive-staff .people-grid .wp-block-columns .wp-block-column h3, .wp-block-columns body.post-type-archive-staff .people-grid .wp-block-column h3, body.post-type-archive-staff .people-grid .cell .name, body.post-type-archive-staff .people-grid .wp-block-columns .wp-block-column .name, .wp-block-columns body.post-type-archive-staff .people-grid .wp-block-column .name {
      padding: 1rem;
      position: absolute;
      bottom: 0;
      left: 0; }
    body.post-type-archive-staff .people-grid .cell .name, body.post-type-archive-staff .people-grid .wp-block-columns .wp-block-column .name, .wp-block-columns body.post-type-archive-staff .people-grid .wp-block-column .name {
      text-shadow: 0 0 12px rgba(0, 0, 0, 0.5), 1px 2px 8px rgba(0, 0, 0, 0.3), 1px 2px 8px rgba(0, 0, 0, 0.3);
      width: 100%;
      box-shadow: inset 0px -34px 38px -16px rgba(0, 0, 0, 0.65); }
      body.post-type-archive-staff .people-grid .cell .name h4, body.post-type-archive-staff .people-grid .wp-block-columns .wp-block-column .name h4, .wp-block-columns body.post-type-archive-staff .people-grid .wp-block-column .name h4 {
        font-weight: bold !important; }
      body.post-type-archive-staff .people-grid .cell .name p, body.post-type-archive-staff .people-grid .wp-block-columns .wp-block-column .name p, .wp-block-columns body.post-type-archive-staff .people-grid .wp-block-column .name p {
        margin-bottom: 0;
        transition: all 0.75s cubic-bezier(0.4, 0, 0.2, 1);
        display: block;
        max-height: 0;
        opacity: 0;
        font-weight: bold; }
    @media only screen and (max-width: 479px) {
      body.post-type-archive-staff .people-grid .cell.staff-header .img-container, body.post-type-archive-staff .people-grid .wp-block-columns .staff-header.wp-block-column .img-container, .wp-block-columns body.post-type-archive-staff .people-grid .staff-header.wp-block-column .img-container {
        height: auto;
        padding-bottom: 0; }
      body.post-type-archive-staff .people-grid .cell.staff-header h3, body.post-type-archive-staff .people-grid .wp-block-columns .staff-header.wp-block-column h3, .wp-block-columns body.post-type-archive-staff .people-grid .staff-header.wp-block-column h3 {
        position: relative; } }
  body.post-type-archive-staff .people-grid .img-container {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    transition: all 0.75s cubic-bezier(0.4, 0, 0.2, 1); }
  body.post-type-archive-staff .people-grid .post-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.75s cubic-bezier(0.4, 0, 0.2, 1); }
    body.post-type-archive-staff .people-grid .post-img img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      transition: all 0.75s cubic-bezier(0.4, 0, 0.2, 1); }
  body.post-type-archive-staff .people-grid .staff-executive .img-container {
    background-color: #AD2E24; }
  body.post-type-archive-staff .people-grid .staff-leadership .img-container {
    background-color: #ED3124; }
  body.post-type-archive-staff .people-grid .staff-senior .img-container {
    background-color: #FE7F2D; }
  body.post-type-archive-staff .people-grid .staff-associate .img-container {
    background-color: #FFA400; }
  body.post-type-archive-staff .people-grid .staff-junior .img-container {
    background-color: #52AA5E; }
  body.post-type-archive-staff .people-grid .staff-intern .img-container {
    background-color: #2A7B35; }
  body.post-type-archive-staff .people-grid .staff-consultant .img-container {
    background-color: #33658A; }
  body.post-type-archive-staff .people-grid .staff-board-members .img-container {
    background-color: #0EB1D2; }
  body.post-type-archive-staff .people-grid .team-member {
    cursor: pointer; }
    body.post-type-archive-staff .people-grid .team-member:hover img {
      opacity: .4;
      filter: grayscale(100%); }
    body.post-type-archive-staff .people-grid .team-member:hover p {
      max-height: 100px;
      opacity: 1; }
body.post-type-archive-staff .team-modal {
  position: fixed;
  top: 50%;
  left: 50%;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -ms-transform: translate3d(-50%, -50%, 0) scale(0.5, 0.5);
  -webkit-transform: translate3d(-50%, -50%, 0) scale(0.5, 0.5);
  transform: translate3d(-50%, -50%, 0) scale(0.5, 0.5);
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  z-index: 6;
  width: 100%;
  max-width: 768px;
  transition-delay: 0s;
  color: #fff;
  max-height: 100%;
  overflow: auto; }
  @media only screen and (max-width: 479px) {
    body.post-type-archive-staff .team-modal {
      z-index: 1000; } }
  body.post-type-archive-staff .team-modal.active {
    transition-delay: .15s;
    opacity: 1;
    visibility: visible;
    pointer-events: all;
    -ms-transform: translate3d(-50%, -50%, 0) scale(1, 1);
    -webkit-transform: translate3d(-50%, -50%, 0) scale(1, 1);
    transform: translate3d(-50%, -50%, 0) scale(1, 1); }
  body.post-type-archive-staff .team-modal .close {
    text-align: right;
    color: #fff;
    cursor: pointer;
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    padding: .5rem .25rem 0 0;
    letter-spacing: 1px;
    font-size: .875rem;
    text-shadow: 0 0 12px rgba(0, 0, 0, 0.5), 1px 2px 8px rgba(0, 0, 0, 0.3); }
  body.post-type-archive-staff .team-modal.staff-executive .post-info {
    background-color: #AD2E24; }
  body.post-type-archive-staff .team-modal.staff-leadership .post-info {
    background-color: #ED3124; }
  body.post-type-archive-staff .team-modal.staff-senior .post-info {
    background-color: #FE7F2D; }
  body.post-type-archive-staff .team-modal.staff-associate .post-info {
    background-color: #FFA400; }
  body.post-type-archive-staff .team-modal.staff-junior .post-info {
    background-color: #52AA5E; }
  body.post-type-archive-staff .team-modal.staff-intern .post-info {
    background-color: #2A7B35; }
  body.post-type-archive-staff .team-modal.staff-consultant .post-info {
    background-color: #33658A; }
  body.post-type-archive-staff .team-modal.staff-board-members .post-info {
    background-color: #0EB1D2; }
  body.post-type-archive-staff .team-modal .img-container {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #6e7e85; }
    body.post-type-archive-staff .team-modal .img-container img {
      object-fit: cover;
      width: 100%;
      height: 100%; }
  body.post-type-archive-staff .team-modal .cell, body.post-type-archive-staff .team-modal .wp-block-columns .wp-block-column, .wp-block-columns body.post-type-archive-staff .team-modal .wp-block-column {
    padding: 0;
    position: relative; }
    body.post-type-archive-staff .team-modal .cell.post-info, body.post-type-archive-staff .team-modal .wp-block-columns .post-info.wp-block-column, .wp-block-columns body.post-type-archive-staff .team-modal .post-info.wp-block-column {
      padding: 2rem 3rem;
      font-size: .875rem;
      min-height: 400px; }
      body.post-type-archive-staff .team-modal .cell.post-info a, body.post-type-archive-staff .team-modal .wp-block-columns .post-info.wp-block-column a, .wp-block-columns body.post-type-archive-staff .team-modal .post-info.wp-block-column a {
        color: #fff;
        text-decoration: underline; }
        body.post-type-archive-staff .team-modal .cell.post-info a:hover, body.post-type-archive-staff .team-modal .wp-block-columns .post-info.wp-block-column a:hover, .wp-block-columns body.post-type-archive-staff .team-modal .post-info.wp-block-column a:hover {
          color: #ED3124; }
      body.post-type-archive-staff .team-modal .cell.post-info .social-icon, body.post-type-archive-staff .team-modal .wp-block-columns .post-info.wp-block-column .social-icon, .wp-block-columns body.post-type-archive-staff .team-modal .post-info.wp-block-column .social-icon {
        color: #fff; }
        body.post-type-archive-staff .team-modal .cell.post-info .social-icon:hover, body.post-type-archive-staff .team-modal .wp-block-columns .post-info.wp-block-column .social-icon:hover, .wp-block-columns body.post-type-archive-staff .team-modal .post-info.wp-block-column .social-icon:hover {
          opacity: .6; }
        body.post-type-archive-staff .team-modal .cell.post-info .social-icon img, body.post-type-archive-staff .team-modal .wp-block-columns .post-info.wp-block-column .social-icon img, .wp-block-columns body.post-type-archive-staff .team-modal .post-info.wp-block-column .social-icon img {
          max-width: 21px;
          max-height: 24px;
          vertical-align: middle;
          margin: .5rem; }

body.search-results .page-content {
  padding-bottom: 4rem; }
body.search-results .search-grid {
  padding: 1px; }
body.search-results .search-cell {
  color: #fff;
  padding: 1px; }
  body.search-results .search-cell article {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    background-color: #6e7e85; }
    body.search-results .search-cell article .post-title {
      margin-bottom: 0; }
    body.search-results .search-cell article .meta {
      font-size: .75rem; }
    body.search-results .search-cell article .info {
      padding: 2rem; }
  body.search-results .search-cell.staff article {
    background-color: #FFA400; }

body.page-about .literacy-is {
  padding: 4rem 0 0;
  width: 100vw;
  margin-bottom: 3rem;
  position: relative;
  left: 50%;
  -ms-transform: translate3d(-50%, 0, 0);
  -webkit-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0); }
  body.page-about .literacy-is.lit-1 .lit-header .cell, body.page-about .literacy-is.lit-1 .lit-header .wp-block-columns .wp-block-column, .wp-block-columns body.page-about .literacy-is.lit-1 .lit-header .wp-block-column {
    left: 0; }
  body.page-about .literacy-is.lit-1 .lit-grid .cell.express, body.page-about .literacy-is.lit-1 .lit-grid .wp-block-columns .express.wp-block-column, .wp-block-columns body.page-about .literacy-is.lit-1 .lit-grid .express.wp-block-column {
    opacity: 1; }
    body.page-about .literacy-is.lit-1 .lit-grid .cell.express h4, body.page-about .literacy-is.lit-1 .lit-grid .wp-block-columns .express.wp-block-column h4, .wp-block-columns body.page-about .literacy-is.lit-1 .lit-grid .express.wp-block-column h4 {
      opacity: 1; }
  body.page-about .literacy-is.lit-2 .lit-header .cell, body.page-about .literacy-is.lit-2 .lit-header .wp-block-columns .wp-block-column, .wp-block-columns body.page-about .literacy-is.lit-2 .lit-header .wp-block-column {
    -ms-transform: translate3d(100%, 0, 0);
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  body.page-about .literacy-is.lit-2 .lit-grid .cell.empathize, body.page-about .literacy-is.lit-2 .lit-grid .wp-block-columns .empathize.wp-block-column, .wp-block-columns body.page-about .literacy-is.lit-2 .lit-grid .empathize.wp-block-column {
    opacity: 1; }
    body.page-about .literacy-is.lit-2 .lit-grid .cell.empathize h4, body.page-about .literacy-is.lit-2 .lit-grid .wp-block-columns .empathize.wp-block-column h4, .wp-block-columns body.page-about .literacy-is.lit-2 .lit-grid .empathize.wp-block-column h4 {
      opacity: 1; }
  body.page-about .literacy-is.lit-3 .lit-header .cell, body.page-about .literacy-is.lit-3 .lit-header .wp-block-columns .wp-block-column, .wp-block-columns body.page-about .literacy-is.lit-3 .lit-header .wp-block-column {
    -ms-transform: translate3d(200%, 0, 0);
    -webkit-transform: translate3d(200%, 0, 0);
    transform: translate3d(200%, 0, 0); }
  body.page-about .literacy-is.lit-3 .lit-grid .cell.aspire, body.page-about .literacy-is.lit-3 .lit-grid .wp-block-columns .aspire.wp-block-column, .wp-block-columns body.page-about .literacy-is.lit-3 .lit-grid .aspire.wp-block-column {
    opacity: 1; }
    body.page-about .literacy-is.lit-3 .lit-grid .cell.aspire h4, body.page-about .literacy-is.lit-3 .lit-grid .wp-block-columns .aspire.wp-block-column h4, .wp-block-columns body.page-about .literacy-is.lit-3 .lit-grid .aspire.wp-block-column h4 {
      opacity: 1; }
  body.page-about .literacy-is .lit-header {
    position: relative;
    z-index: 2; }
    body.page-about .literacy-is .lit-header .cell, body.page-about .literacy-is .lit-header .wp-block-columns .wp-block-column, .wp-block-columns body.page-about .literacy-is .lit-header .wp-block-column {
      position: relative;
      padding-bottom: .5rem;
      transition: all 0.75s cubic-bezier(0.4, 0, 0.2, 1); }
      body.page-about .literacy-is .lit-header .cell h4, body.page-about .literacy-is .lit-header .wp-block-columns .wp-block-column h4, .wp-block-columns body.page-about .literacy-is .lit-header .wp-block-column h4 {
        position: relative;
        z-index: 3; }
      body.page-about .literacy-is .lit-header .cell:before, body.page-about .literacy-is .lit-header .wp-block-columns .wp-block-column:before, .wp-block-columns body.page-about .literacy-is .lit-header .wp-block-column:before {
        content: '';
        position: absolute;
        left: 50%;
        top: 100%;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 30px 30px 0 30px;
        -ms-transform: translate3d(-50%, 0, 0);
        -webkit-transform: translate3d(-50%, 0, 0);
        transform: translate3d(-50%, 0, 0);
        border-color: #fff transparent transparent transparent; }
  body.page-about .literacy-is .lit-grid {
    background-color: #000; }
    body.page-about .literacy-is .lit-grid .cell, body.page-about .literacy-is .lit-grid .wp-block-columns .wp-block-column, .wp-block-columns body.page-about .literacy-is .lit-grid .wp-block-column {
      background-size: cover;
      background-position: center top;
      color: #fff;
      text-align: center;
      padding: 16% 2.5rem 1rem;
      opacity: .4;
      transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1) 0.1s; }
      body.page-about .literacy-is .lit-grid .cell h4, body.page-about .literacy-is .lit-grid .wp-block-columns .wp-block-column h4, .wp-block-columns body.page-about .literacy-is .lit-grid .wp-block-column h4 {
        max-width: 340px;
        font-weight: bold !important;
        text-shadow: 0 0 12px rgba(0, 0, 0, 0.5), 1px 2px 8px rgba(0, 0, 0, 0.3), 1px 2px 8px rgba(0, 0, 0, 0.3);
        opacity: 0;
        transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
        margin: 0 auto; }
    body.page-about .literacy-is .lit-grid .express {
      background-image: url("images/literacy/literacy-1-800.jpg"); }
    body.page-about .literacy-is .lit-grid .empathize {
      background-image: url("images/literacy/literacy-2-800.jpg"); }
    body.page-about .literacy-is .lit-grid .aspire {
      background-image: url("images/literacy/literacy-3-800.jpg"); }

body.error404 .intro {
  min-height: 100%;
  min-height: 100vh;
  padding-top: 151.8px;
  background-color: rgba(0, 0, 0, 0.7);
  background-image: url("images/books.jpg");
  background-size: cover;
  background-position: center;
  color: #fff;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  body.error404 .intro > * {
    width: 100%; }
  body.error404 .intro h1.four-oh-four {
    display: inline-block;
    top: 50%;
    left: 50%;
    -ms-transform: translate3d(-50%, -50%, 0);
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    font-size: 20rem;
    font-weight: 700 !important;
    position: absolute;
    opacity: .25; }
  body.error404 .intro .four-oh-content {
    position: relative;
    z-index: 3; }
  body.error404 .intro .overlay {
    background-color: rgba(0, 0, 0, 0.75); }

/*# sourceMappingURL=style.css.map */
