/**
 * Foundation for Sites by ZURB
 * Version 6.4.3
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
/*
	javascript:javascript:jQuery(document).find('.cbm-dev').css('display', 'block');jQuery(document).find('.cbm-kill').css('display', 'none');
*/
@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;700&display=swap");
.cbm-dev {
  display: none; }

/*
Fun mixins
*/
/*
Collection of one-off helper classes
*/
.z1 {
  position: relative;
  z-index: 1; }

.z2 {
  position: relative;
  z-index: 2; }

.z3 {
  position: relative;
  z-index: 3; }

.block-center {
  display: block;
  margin-left: auto !important;
  margin-right: auto !important; }

.justify {
  text-align: justify; }

.text-bottom-holder {
  position: relative;
  width: 100%;
  height: 100%; }
  .text-bottom-holder > div.text-bottom {
    position: absolute;
    bottom: 0; }

.relative {
  position: relative; }

.display-flex {
  display: -webkit-flex;
  display: flex; }
  .display-flex > * {
    display: block; }

.flex-wrap-container {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }
  .flex-wrap-container > * {
    width: 100%; }

.flex-center {
  display: -webkit-flex;
  display: flex;
  -webkit-align-content: center;
  align-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center; }

[data-whatinput='mouse'] img.slick-slide:focus {
  outline: 0px !important; }

.image-center {
  position: relative; }
  .image-center img {
    position: absolute; }
  .image-center.center-vertical {
    overflow-x: hidden; }
    .image-center.center-vertical img {
      top: 0;
      bottom: 0;
      height: 100%;
      max-height: 100%;
      width: auto;
      max-width: none;
      left: 50%;
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%); }
  .image-center.center-horizontal {
    overflow-y: hidden; }
    .image-center.center-horizontal img {
      left: 0;
      right: 0;
      height: auto;
      max-height: none;
      width: 100%;
      max-width: 100%;
      top: 50%;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%); }

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0; }

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto; }

.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

a img.alignnone {
  margin: 5px 20px 20px 0; }

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.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; }

.wp-caption.alignnone {
  margin: 5px 20px 20px 0; }

.wp-caption.alignleft {
  margin: 5px 20px 20px 0; }

.wp-caption.alignright {
  margin: 5px 0 20px 20px; }

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto; }

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px; }

/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  white-space: nowrap;
  height: 1px;
  width: 1px;
  overflow: hidden; }

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #1779ba;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */ }

@font-face {
  font-family: GothamNarrow;
  src: url("../fonts/GothamNarrow-Medium.otf") format("opentype"); }

@font-face {
  font-family: GothamNarrow;
  font-weight: bold;
  src: url("../fonts/GothamNarrow-Bold.otf") format("opentype"); }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "GothamNarrow", Arial, sans-serif !important;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal; }

.menu a {
  font-family: "GothamNarrow", Arial, sans-serif; }

h2 {
  font-size: 32px;
  margin-bottom: 24px; }
  @media print, screen and (min-width: 40em) {
    h2 {
      font-size: 48px; } }
  h2.white {
    color: #ffffff; }

h3 {
  font-size: 24px; }

h4 {
  font-size: 20px; }

h5 {
  font-size: 18px; }

h6 {
  font-size: 16px; }

body {
  font-family: Arial, sans-serif;
  color: #4d4d4f; }

.stat,
.hashtag {
  font-family: 'Playfair Display', serif; }

.hashtag {
  font-size: 36px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-align: center; }

.copy {
  font-size: 17px;
  line-height: 1.5;
  font-weight: normal; }
  .copy.color-primary,
  .copy.color-primary p,
  .copy.color-primary ul {
    color: #1779ba; }
  .copy.white {
    color: #ffffff; }
  .copy p {
    line-height: inherit; }
    .copy p:last-child {
      margin-bottom: 0; }
  .copy ul,
  .copy ol {
    margin-left: 50px; }
  .copy ul {
    list-style-type: none; }
    .copy ul li {
      position: relative; }
      .copy ul li:before {
        content: '';
        display: block;
        width: 9px;
        height: 18px;
        background: url("../images/list-grain.svg") no-repeat top center;
        background-size: contain;
        position: absolute;
        left: -24px;
        top: 4px; }

mark {
  background-color: #00a0dd;
  color: #fff; }

blockquote {
  padding: 0;
  padding-left: 69px;
  margin: 0 0 24px;
  border: none;
  position: relative; }
  @media print, screen and (min-width: 64em) {
    blockquote {
      margin: 0; } }
  blockquote p {
    font-size: 24px;
    font-weight: bold;
    font-style: italic;
    line-height: 1.5;
    color: #4d4d4f; }
  blockquote:before {
    content: '';
    display: block;
    width: 45px;
    height: 34px;
    background: url("../images/quote.svg") no-repeat center center;
    position: absolute;
    left: 0;
    top: 0; }

.text-uppercase {
  text-transform: uppercase; }

.text-capitalize {
  text-transform: capitalize; }

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

.super {
  font-weight: 700;
  font-size: 3.25rem;
  letter-spacing: -1px;
  line-height: 1.25;
  text-transform: uppercase;
  color: #a3cf60;
  margin: 0.5rem 0; }
  @media (min-width: 900px) {
    .super {
      font-size: 7rem; } }
  @media (min-width: 1200px) {
    .super {
      font-size: 9rem;
      line-height: 9rem; } }

.header-link {
  position: relative; }
  .header-link span {
    background-image: linear-gradient(to right, #383839 0%, #383839 100%);
    background-size: 0px 2px;
    background-position: 0px 95%;
    background-repeat: no-repeat;
    transition: background-size 0.8s cubic-bezier(0.19, 1, 0.155, 1.01) 0s;
    will-change: background-size; }
  .header-link:hover span, .header-link:focus span {
    background-size: 100% 2px; }

footer.footer {
  padding: 36px 0; }
  @media print, screen and (min-width: 40em) {
    footer.footer {
      padding: 80px 0 90px; } }
  footer.footer .hashtag {
    margin-bottom: 70px; }
  footer.footer .social {
    text-align: center; }
  footer.footer .copyright {
    margin-top: 48px;
    text-align: center; }
  footer.footer .candybox-link {
    margin-top: 24px; }
  footer.footer .footer-title {
    font-size: 15px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.7;
    letter-spacing: normal;
    color: #898989;
    text-transform: uppercase;
    margin-bottom: 4px;
    margin-top: 24px; }
    @media print, screen and (min-width: 40em) {
      footer.footer .footer-title {
        margin-top: 0; } }
    footer.footer .footer-title.mt {
      margin-top: 24px; }
  footer.footer ul.menu a {
    padding: 0;
    font-size: 15px;
    font-weight: normal;
    line-height: 1.7; }
  footer.footer .feedback {
    margin-top: 30px; }
  footer.footer .label {
    font-size: 15px;
    line-height: 1.7; }
  footer.footer .cra {
    margin-top: 50px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-direction: column;
    flex-direction: column;
    font-size: 15px;
    font-weight: normal;
    line-height: 1.7;
    text-align: center; }
    footer.footer .cra img {
      margin-bottom: 24px; }
    footer.footer .cra a:nth-of-type(2) {
      margin-left: 20px; }
    @media print, screen and (min-width: 40em) {
      footer.footer .cra a:nth-of-type(2) {
        margin-left: 48px; } }
    @media print, screen and (min-width: 64em) {
      footer.footer .cra {
        text-align: right;
        -webkit-flex-direction: row;
        flex-direction: row; }
        footer.footer .cra img {
          margin-bottom: 0; } }

header.hero-header {
  position: relative;
  z-index: 10; }
  header.hero-header .sticky {
    position: relative;
    z-index: 99999999; }
    @media screen and (max-width: 39.9375em) {
      header.hero-header .sticky {
        top: 0 !important; } }
    header.hero-header .sticky .top-bar {
      background-color: rgba(255, 255, 255, 0);
      transition: background-color 300ms ease-in-out;
      padding-top: 8px;
      padding-bottom: 8px; }
    header.hero-header .sticky.is-stuck {
      position: fixed; }
      header.hero-header .sticky.is-stuck .top-bar {
        background-color: rgba(255, 255, 255, 0.8);
        backdrop-filter: saturate(200%) blur(10px);
        -webkit-backdrop-filter: saturate(200%) blur(10px); }

.top-bar {
  padding: 0;
  background: transparent; }
  .top-bar > .row {
    width: 100%; }
  .top-bar > .row .column {
    width: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center; }
  .top-bar .mobile-donate {
    margin-top: 10px;
    display: block; }
    .top-bar .mobile-donate > a.button {
      width: 100%; }
  .top-bar .top-nav {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    width: 100%; }
  .top-bar .top-bar-title {
    margin: 0;
    -webkit-flex: initial;
    flex: initial; }
    .top-bar .top-bar-title img {
      width: 150px;
      min-width: 150px;
      height: 105px;
      -o-object-fit: contain;
      object-fit: contain; }
  .top-bar .top-bar-left {
    margin-left: auto;
    margin-right: 0;
    -webkit-flex: initial;
    flex: initial; }
    .top-bar .top-bar-left li.menu-item {
      position: relative;
      display: inline-block;
      list-style: outside none none;
      margin: 0 1em;
      padding: 0; }
      .top-bar .top-bar-left li.menu-item .submenu.is-dropdown-submenu {
        background: #fff;
        min-width: 300px; }
        .top-bar .top-bar-left li.menu-item .submenu.is-dropdown-submenu li {
          margin: 0;
          padding: 5px 10px; }
      .top-bar .top-bar-left li.menu-item > a {
        display: inline;
        background: transparent !important;
        padding: 0.5em 0 !important;
        position: relative;
        letter-spacing: 1px;
        text-decoration: none;
        text-transform: uppercase;
        font-size: 16px;
        font-weight: 500;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: 1px;
        text-align: center;
        color: #4d4d4f; }
        .top-bar .top-bar-left li.menu-item > a:before, .top-bar .top-bar-left li.menu-item > a:after {
          position: absolute;
          transition: all 0.35s ease; }
        .top-bar .top-bar-left li.menu-item > a:before {
          bottom: 0;
          display: block;
          height: 3px;
          width: 0%;
          background-color: #00a0dd; }
        .top-bar .top-bar-left li.menu-item > a:after {
          left: 0;
          top: 0;
          padding: 0.5em 0;
          position: absolute;
          content: "";
          color: #00a0dd;
          white-space: nowrap;
          width: 0%;
          overflow: hidden; }
        .top-bar .top-bar-left li.menu-item > a:hover:before {
          opacity: 1;
          width: 100%; }
        .top-bar .top-bar-left li.menu-item > a:hover:after {
          width: 100%; }
        .top-bar .top-bar-left li.menu-item > a:hover {
          color: #00a0dd; }
      .top-bar .top-bar-left li.menu-item.is-active a:before {
        opacity: 1;
        width: 100%; }
      .top-bar .top-bar-left li.menu-item.is-active a:after {
        width: 100%; }
  .top-bar a.button {
    min-width: unset;
    width: 150px; }
  .top-bar ul {
    background-color: transparent; }
  .top-bar .top-bar-burger {
    margin-left: auto; }
    @media print, screen and (min-width: 40em) {
      .top-bar .top-bar-burger {
        margin-left: 36px; } }
    @media only screen and (min-width: 1024px) {
      .top-bar .top-bar-burger {
        display: none; } }
    .top-bar .top-bar-burger .explain-menu {
      color: #00a0dd;
      font-size: 13px;
      margin-bottom: 0; }

.dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a:after {
  content: none; }

.hero {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse; }
  @media print, screen and (min-width: 64em) {
    .hero {
      -webkit-flex-direction: row;
      flex-direction: row;
      height: 500px; } }
  .hero h1 {
    font-size: 40px;
    font-weight: bold;
    line-height: normal;
    letter-spacing: normal;
    margin-bottom: 0; }
    @media print, screen and (min-width: 40em) {
      .hero h1 {
        font-size: 72px; } }
  .hero .copy {
    margin-top: 24px; }
  .hero .outer-grid {
    width: 100%;
    height: 100%; }
    .hero .outer-grid .hero-img-wrapper {
      text-align: right; }
      @media print, screen and (min-width: 40em) {
        .hero .outer-grid .hero-img-wrapper {
          height: 100%; } }
    .hero .outer-grid img {
      max-height: 500px;
      -o-object-fit: cover;
      object-fit: cover;
      margin-bottom: 24px; }
      @media print, screen and (min-width: 40em) {
        .hero .outer-grid img {
          height: 100%; } }
    @media print, screen and (min-width: 64em) {
      .hero .outer-grid {
        max-width: 1440px;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        margin: 0 auto;
        z-index: -1; }
        .hero .outer-grid img {
          margin-bottom: 0; } }
  .hero .button-group {
    margin-top: 32px; }
  .hero.home {
    -webkit-align-items: flex-end;
    align-items: flex-end;
    z-index: 1; }
    .hero.home > .row {
      margin-bottom: 75px; }
    @media print, screen and (min-width: 64em) {
      .hero.home {
        height: 700px; }
        .hero.home > .row {
          margin-bottom: 150px; } }
    .hero.home .outer-grid img {
      max-height: 700px; }
    .hero.home h1 span {
      background-color: #f7f7f7;
      color: #4d4d4f;
      display: inline;
      padding: 10px 20px;
      line-height: 1.3;
      -webkit-box-decoration-break: clone;
      box-decoration-break: clone; }
    @media print, screen and (min-width: 64em) {
      .hero.home h1 {
        margin-left: -20px; } }
    .hero.home .button-group {
      margin-top: 32px; }
  .hero.small .subtitle {
    margin-top: 12px;
    font-size: 24px;
    font-family: "GothamNarrow", Arial, sans-serif !important; }
  .hero.small .outer-grid .hero-img-wrapper {
    position: relative; }
    .hero.small .outer-grid .hero-img-wrapper img {
      width: 100%; }
    @media print, screen and (min-width: 40em) {
      .hero.small .outer-grid .hero-img-wrapper:after {
        content: "";
        display: block;
        height: 475px;
        width: 326px;
        position: absolute;
        left: -50px;
        bottom: -50px;
        background: url(../images/wavy-blue.svg) repeat;
        z-index: -1;
        pointer-events: none; } }
    @media print, screen and (min-width: 64em) {
      .hero.small .outer-grid .hero-img-wrapper {
        width: 708px;
        margin-left: auto; } }
  @media screen and (min-width: 420px) and (max-width: 1380px) {
    .hero.small h1 {
      margin-left: -20px; }
      .hero.small h1 span {
        background-color: #f7f7f7;
        color: #4d4d4f;
        display: inline;
        padding: 10px 20px;
        line-height: 1.4;
        -webkit-box-decoration-break: clone;
        box-decoration-break: clone; }
    .hero.small .copy {
      background-color: #f7f7f7;
      padding: 10px 20px; } }
  @media print, screen and (min-width: 64em) {
    .hero.project {
      height: 300px; }
      .hero.project .hero-img-wrapper {
        width: 491px;
        background: #a3cf60;
        margin-left: auto;
        position: relative; }
        .hero.project .hero-img-wrapper:after {
          content: "";
          width: 326px;
          height: 242px;
          display: block;
          position: absolute;
          left: -110px;
          top: 110px;
          background: url("../images/wavy-blue.svg") repeat;
          opacity: 0.33;
          pointer-events: none; } }
  @media print, screen and (min-width: 64em) {
    .hero.ecomm .hero-img-wrapper {
      background: #00a0dd; } }
  @media print, screen and (min-width: 40em) {
    .hero.ecomm h1 {
      font-size: 60px; } }

.hero-full .hero-container {
  position: relative;
  z-index: 1; }

.hero-full .custom-slider-group {
  opacity: 0; }

.hero-full .button-group {
  -webkit-justify-content: center;
  justify-content: center; }

.hero-full .slick-initialized {
  opacity: 1;
  transition: opacity 0.3s ease-out; }

.hero-full .custom-slide {
  background-size: cover;
  min-height: 500px;
  width: auto;
  display: -webkit-flex !important;
  display: flex !important;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center; }
  .hero-full .custom-slide:after {
    content: "";
    position: absolute;
    background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
    width: 100%;
    height: 100%; }
  .hero-full .custom-slide img {
    position: absolute;
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
    width: 100%;
    -o-object-position: center;
    object-position: center; }
  .hero-full .custom-slide .hero-content {
    z-index: 1;
    padding: 10px;
    text-align: center;
    margin-bottom: 15px; }
  .hero-full .custom-slide .left-side.hero-content {
    -webkit-align-self: flex-start;
    align-self: flex-start;
    width: 60%;
    text-align: left;
    padding-left: 40px; }
    .hero-full .custom-slide .left-side.hero-content .button-group {
      -webkit-justify-content: flex-start;
      justify-content: flex-start; }
  .hero-full .custom-slide .right-side.hero-content {
    -webkit-align-self: flex-end;
    align-self: flex-end;
    width: 60%;
    text-align: right;
    padding-right: 40px; }
    .hero-full .custom-slide .right-side.hero-content .button-group {
      -webkit-justify-content: flex-end;
      justify-content: flex-end; }
  .hero-full .custom-slide.custom-slide.align-top {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    padding-top: 10px; }
  .hero-full .custom-slide.custom-slide.align-bottom {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    padding-bottom: 10px; }
  .hero-full .custom-slide h2 {
    font-size: 40px;
    font-weight: bold;
    line-height: normal;
    letter-spacing: normal;
    margin-bottom: 15px;
    color: #fff; }
    @media print, screen and (min-width: 40em) {
      .hero-full .custom-slide h2 {
        font-size: 72px; } }

.hero-full .wp-caption-text {
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 14px;
  line-height: 1.82;
  padding: 12px 18px;
  color: #fff;
  background: rgba(77, 77, 79, 0.5);
  width: 100%;
  margin-bottom: 0; }

.hero-full .slick-dots {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  margin: 0;
  padding: 1rem 0;
  list-style-type: none; }
  .hero-full .slick-dots li {
    margin: 0 0.25rem; }
  .hero-full .slick-dots button {
    display: block;
    width: 0.5rem;
    height: 0.5rem;
    padding: 0;
    border: none;
    border-radius: 100%;
    background-color: #00a0dd;
    text-indent: -9999px; }
  .hero-full .slick-dots li.slick-active button {
    background-color: #a3cf60; }

@media only screen and (max-width: 640px) {
  .hero-full .custom-slide {
    height: auto; }
    .hero-full .custom-slide:after {
      content: normal; }
    .hero-full .custom-slide .left-side.hero-content,
    .hero-full .custom-slide .right-side.hero-content,
    .hero-full .custom-slide .center.hero-content {
      -webkit-align-self: center;
      -ms-grid-row-align: center;
      align-self: center;
      text-align: center;
      width: 100%;
      padding: 10px; }
    .hero-full .custom-slide img {
      position: relative; }
    .hero-full .custom-slide .hero-content {
      padding: 10px; }
    .hero-full .custom-slide h2 {
      color: #000; }
  .hero-full .wp-caption-text {
    position: relative; } }

.off-canvas {
  opacity: 0; }
  .off-canvas.is-transition-overlap.is-open {
    box-shadow: -20px 0 40px -8px rgba(0, 0, 0, 0.1);
    opacity: 1; }
  .off-canvas.is-transition-overlap {
    background: #ffffff;
    padding: 24px;
    width: 100%;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    transition: -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1); }
    .off-canvas.is-transition-overlap.is-open {
      -webkit-transform: translate(0);
      transform: translate(0); }
    @media print, screen and (min-width: 40em) {
      .off-canvas.is-transition-overlap {
        width: 500px;
        padding: 36px 80px; } }
  .off-canvas .close-button {
    display: block;
    margin-left: auto;
    margin-bottom: 24px; }
    @media print, screen and (min-width: 40em) {
      .off-canvas .close-button {
        margin-bottom: 50px; } }
    .off-canvas .close-button:hover {
      cursor: pointer; }
  .off-canvas .menu li {
    margin-bottom: 8px; }
    @media print, screen and (min-width: 40em) {
      .off-canvas .menu li {
        margin-bottom: 16px; } }
  .off-canvas .menu li > a {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5;
    color: #4d4d4f;
    text-transform: uppercase;
    background: transparent;
    padding: 0; }
    .off-canvas .menu li > a:hover, .off-canvas .menu li > a:focus {
      color: #00a0dd; }
  .off-canvas .menu li.menu-item-has-children {
    position: relative; }
    .off-canvas .menu li.menu-item-has-children .submenu-toggle {
      content: '';
      display: block;
      position: absolute;
      width: 10px;
      height: 6px;
      background: url("../images/menu-chevron.svg") no-repeat center center;
      top: 10px;
      right: 0;
      transition: all 300ms ease-in-out; }
      .off-canvas .menu li.menu-item-has-children .submenu-toggle[aria-expanded='true'] {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg); }
      .off-canvas .menu li.menu-item-has-children .submenu-toggle:hover {
        cursor: pointer; }
    .off-canvas .menu li.menu-item-has-children .submenu-toggle-text {
      display: none; }
    .off-canvas .menu li.menu-item-has-children > a {
      display: inline-block; }
    .off-canvas .menu li.menu-item-has-children .submenu {
      margin-left: 20px;
      margin-bottom: 8px; }
      .off-canvas .menu li.menu-item-has-children .submenu li {
        margin-bottom: 0; }
      .off-canvas .menu li.menu-item-has-children .submenu a {
        font-size: 16px;
        font-weight: 500;
        line-height: 1.5;
        margin: 6px 0;
        text-transform: unset; }
  .off-canvas .menu .is-active > a {
    color: #00a0dd; }
  .off-canvas a.button {
    margin: 12px 0 24px; }
    @media print, screen and (min-width: 40em) {
      .off-canvas a.button {
        margin: 36px 0; } }
  .off-canvas .title {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5;
    font-family: "GothamNarrow", Arial, sans-serif; }
  .off-canvas .label strong {
    font-size: 15px;
    line-height: 1.7;
    font-family: "GothamNarrow", Arial, sans-serif;
    display: block;
    margin-top: 12px; }
    @media print, screen and (min-width: 40em) {
      .off-canvas .label strong {
        margin-top: 24px; } }
  .off-canvas .social-icons-wrapper {
    margin-top: 12px; }
    @media print, screen and (min-width: 40em) {
      .off-canvas .social-icons-wrapper {
        margin-top: 36px; } }
  .off-canvas .social-icons-wrapper .social-icon svg path {
    fill: #00a0dd; }
    .off-canvas .social-icons-wrapper .social-icon svg path:hover, .off-canvas .social-icons-wrapper .social-icon svg path:focus {
      fill: #a3cf60; }

section.form {
  position: relative;
  margin-top: 80px; }
  @media print, screen and (min-width: 64em) {
    section.form {
      margin-top: 160px; } }
  section.form h2 {
    color: #ffffff;
    margin-bottom: 32px; }
  section.form .copy {
    color: #ffffff; }
  section.form .form-copy {
    padding-top: 60px;
    padding-bottom: 60px;
    background: #00a0dd;
    position: relative;
    margin-bottom: 32px; }
    section.form .form-copy:after {
      content: '';
      display: block;
      width: 50vw;
      height: 100%;
      background: #00a0dd;
      position: absolute;
      right: 0;
      top: 0;
      z-index: -1; }
    @media print, screen and (min-width: 64em) {
      section.form .form-copy {
        padding-top: 150px;
        padding-bottom: 150px;
        padding-right: 100px;
        margin-bottom: 0; } }
  section.form .large-7 {
    -webkit-align-self: center;
    -ms-grid-row-align: center;
    align-self: center; }
  section.form .gform_title {
    padding-bottom: 30px;
    margin-bottom: 40px;
    position: relative; }
    section.form .gform_title:after {
      content: '';
      display: block;
      width: 36px;
      height: 1px;
      background: rgba(255, 255, 255, 0.2);
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      margin: 0 auto; }
  section.form .gform_description {
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.63;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
    display: block;
    margin-bottom: 28px; }

.gform_wrapper .validation_error,
.gform_wrapper .validation_message {
  color: #f0493e;
  font-size: 17px; }

.gform_wrapper .validation_error {
  margin-bottom: 24px; }

.gform_wrapper .validation_message {
  text-align: right;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  margin-top: 12px; }

.gform_wrapper ul {
  list-style-type: none;
  margin-left: 0px; }

@media print, screen and (min-width: 40em) {
  .gform_wrapper .gform_fields {
    display: -ms-grid;
    display: grid;
    grid-gap: 24px;
    -ms-grid-columns: (1fr)[6];
    grid-template-columns: repeat(6, 1fr); } }

.gform_wrapper .gfield {
  margin-bottom: 32px;
  -ms-grid-column-span: 6;
  grid-column: span 6;
  position: relative; }
  @media print, screen and (min-width: 40em) {
    .gform_wrapper .gfield {
      margin-bottom: 8px; } }
  .gform_wrapper .gfield.grid-half {
    -ms-grid-column-span: 3;
    grid-column: span 3; }
  .gform_wrapper .gfield.grid-two-thirds {
    -ms-grid-column-span: 4;
    grid-column: span 4; }
  .gform_wrapper .gfield.grid-one-third {
    -ms-grid-column-span: 2;
    grid-column: span 2; }
  .gform_wrapper .gfield.grid-full {
    -ms-grid-column-span: 6;
    grid-column: span 6; }
  .gform_wrapper .gfield .gfield_label {
    font-size: 17px;
    font-weight: normal;
    line-height: normal;
    color: #4d4d4f;
    margin-bottom: 12px; }
  .gform_wrapper .gfield .gfield_radio .gfield-choice-input,
  .gform_wrapper .gfield .gfield_radio .gfield-choice-input + label {
    vertical-align: unset; }
  .gform_wrapper .gfield .gfield_radio input[type='radio']:after {
    width: 15px;
    height: 15px;
    border-radius: 15px;
    top: -2px;
    left: -1px;
    position: relative;
    background-color: #d1d3d1;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 2px solid white; }
  .gform_wrapper .gfield .gfield_radio input[type='radio']:checked:after {
    width: 15px;
    height: 15px;
    border-radius: 15px;
    top: -2px;
    left: -1px;
    position: relative;
    background-color: #00a0dd;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 2px solid white; }
  .gform_wrapper .gfield .gfield_checkbox,
  .gform_wrapper .gfield .ginput_container_consent {
    margin: 12px 0 0; }
    @media print, screen and (min-width: 40em) {
      .gform_wrapper .gfield .gfield_checkbox,
      .gform_wrapper .gfield .ginput_container_consent {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr; } }
    @media print, screen and (min-width: 64em) {
      .gform_wrapper .gfield .gfield_checkbox,
      .gform_wrapper .gfield .ginput_container_consent {
        -ms-grid-columns: 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr; } }
    .gform_wrapper .gfield .gfield_checkbox li,
    .gform_wrapper .gfield .ginput_container_consent li {
      overflow: visible;
      padding: 6px; }
    .gform_wrapper .gfield .gfield_checkbox input,
    .gform_wrapper .gfield .ginput_container_consent input {
      visibility: hidden; }
    .gform_wrapper .gfield .gfield_checkbox label:before,
    .gform_wrapper .gfield .ginput_container_consent label:before {
      content: ' ';
      width: 24px;
      height: 24px;
      border-radius: 2px;
      border: solid 2px #383839;
      background-color: transparent;
      display: inline-block;
      margin-left: -19px;
      outline: none;
      -webkit-transform: translateY(0.5em) translateX(-10px);
      -moz-transform: translateY(0.5em) translateX(-10px);
      -ms-transform: translateY(0.5em) translateX(-10px);
      -o-transform: translateY(0.5em) translateX(-10px);
      transform: translateY(0.5em) translateX(-10px);
      transition: all 300ms ease-in-out; }
    .gform_wrapper .gfield .gfield_checkbox li:hover label:before,
    .gform_wrapper .gfield .ginput_container_consent li:hover label:before {
      border: solid 2px #00a0dd; }
    .gform_wrapper .gfield .gfield_checkbox input:checked + label:before,
    .gform_wrapper .gfield .ginput_container_consent input:checked + label:before {
      border: solid 2px #00a0dd; }
    .gform_wrapper .gfield .gfield_checkbox label:after,
    .gform_wrapper .gfield .ginput_container_consent label:after {
      content: "";
      background: url("../../assets/images/check.svg") no-repeat center center;
      width: 10.8px;
      height: 8px;
      display: block;
      position: absolute;
      left: -22px;
      top: 15px;
      opacity: 0;
      transition: all 300ms ease-in-out; }
    .gform_wrapper .gfield .gfield_checkbox input:checked + label:after,
    .gform_wrapper .gfield .ginput_container_consent input:checked + label:after {
      opacity: 1; }
    .gform_wrapper .gfield .gfield_checkbox label,
    .gform_wrapper .gfield .ginput_container_consent label {
      margin-left: 10px;
      margin-top: -1em;
      position: relative; }
  .gform_wrapper .gfield.stacked .gfield_checkbox {
    display: block; }
  .gform_wrapper .gfield .ginput_container_consent {
    display: block; }
  .gform_wrapper .gfield.gf_file_upload label {
    display: block !important;
    position: relative;
    color: transparent;
    /* INPUT */
    /* BUTTON */ }
    .gform_wrapper .gfield.gf_file_upload label:before {
      content: attr(data-filename);
      height: 55px;
      line-height: 55px;
      background-color: transparent;
      width: 60%;
      top: 0px;
      left: 0px;
      position: absolute;
      padding: 0 16px;
      font-weight: 500;
      overflow: hidden;
      color: #383839; }
    .gform_wrapper .gfield.gf_file_upload label:hover::after {
      box-shadow: 0px 0px 10px #ddd;
      transition-duration: 300ms; }
    .gform_wrapper .gfield.gf_file_upload label:after {
      content: attr(data-status);
      text-align: center;
      width: 37.5%;
      background-color: #1779ba;
      height: 55px;
      line-height: 55px;
      position: absolute;
      top: 0px;
      right: 0%;
      transition-duration: 300ms;
      color: #ffffff;
      font-weight: 500; }
  .gform_wrapper .gfield.gf_file_upload input {
    height: 1px;
    width: 1px;
    opacity: .01; }

input[type="text"][rows],
textarea[rows] {
  height: 200px;
  padding-top: 12px; }

input[type="text"],
input[type="file"],
input[type="tel"],
input[type="email"],
select,
.select2-container--default .select2-selection--single,
textarea {
  height: 50px;
  border-radius: 3px;
  border: solid 1.5px #4d4d4f;
  background-color: transparent;
  box-shadow: unset;
  line-height: 20px;
  padding: 0 16px;
  color: #4d4d4f;
  margin: 0px;
  font-size: 17px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  transition: all 300ms ease-in-out; }
  input[type="text"]:focus,
  input[type="file"]:focus,
  input[type="tel"]:focus,
  input[type="email"]:focus,
  select:focus,
  .select2-container--default .select2-selection--single:focus,
  textarea:focus {
    border: solid 1.5px #00a0dd;
    box-shadow: unset;
    background-color: transparent;
    box-shadow: none; }
  input[type="text"][rows],
  input[type="file"][rows],
  input[type="tel"][rows],
  input[type="email"][rows],
  select[rows],
  .select2-container--default .select2-selection--single[rows],
  textarea[rows] {
    height: 150px; }

select {
  padding-right: 36px; }

.select2-container .select2-selection--single {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center; }
  .select2-container .select2-selection--single .select2-selection__rendered {
    padding: 0;
    color: #4d4d4f;
    margin: 0px;
    font-size: 17px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal; }
  .select2-container .select2-selection--single .select2-selection__arrow {
    top: 12px; }

input[type="file"] {
  padding: 58.5px 0 0 0;
  overflow: hidden;
  box-sizing: border-box;
  text-indent: -9999999999px; }
  input[type="file"]:after {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    top: 20px;
    width: 16px;
    height: 16px;
    background: url("../../assets/images/icon-upload.svg") no-repeat top right;
    background-size: contain; }

input[type="submit"]:hover, input[type="submit"]:focus {
  background: #a3cf60; }

@media screen and (max-width: 39.9375em) {
  input[type="submit"] {
    width: 100%;
    text-align: center; } }

img.gform_ajax_spinner {
  display: none !important; }

form[id*=vcrm] .v_gaw {
  display: -webkit-flex !important;
  display: flex !important;
  gap: 8px;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }

form[id*=vcrm] a.v_gao:before {
  content: unset !important; }

form[id*=vcrm] a.v_gao.active {
  background: #a3cf60; }

form[id*=vcrm] .v_ig .button:hover, form[id*=vcrm] .v_ig .button:focus {
  background: #a3cf60 !important; }

form[id*=vcrm] .v_ig .button:before {
  content: unset !important; }

form[id*=vcrm] .v_mt_2 {
  font-size: 24px; }

/* Change Autocomplete styles in Chrome*/
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-text-fill-color: #4d4d4f;
  -webkit-box-shadow: 0 0 0 30px transparent inset !important;
  transition: background-color 5000s ease-in-out 0s; }

.placeholder, ::-webkit-input-placeholder, ::-moz-placeholder, :-ms-input-placeholder, :-moz-placeholder {
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 16px;
  line-height: 1;
  color: #383839;
  opacity: 1; }

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */ }

::-moz-placeholder {
  /* Firefox 19+ */ }

:-ms-input-placeholder {
  /* IE 10+ */ }

:-moz-placeholder {
  /* Firefox 18- */ }

a,
.button,
.cta,
svg path {
  transition: all 300ms ease-in-out; }

.row {
  max-width: 1280px;
  width: 100%; }

a {
  color: #00a0dd; }
  a:hover, a:focus {
    color: #a3cf60; }

body {
  background-color: #f7f7f7; }

.outer-grid {
  max-width: 1440px; }

.flex-video.widescreen {
  padding: 56.25% 0 0 0;
  position: relative; }
  .flex-video.widescreen iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.slider .slide {
  display: none; }

.slider .slide:first-child {
  display: block; }

.slider.slick-initialized .slide {
  display: block; }

::selection {
  color: #ffffff;
  background: #00a0dd; }

::-moz-selection {
  /* Code for Firefox */
  color: #ffffff;
  background: #00a0dd; }

.blur {
  opacity: 0.6; }

#toast-container {
  z-index: 999999999; }
  #toast-container > div {
    opacity: 0.95; }

.candybox-link {
  color: #383839;
  display: inline-block;
  transition: all 300ms ease-in-out; }
  .candybox-link a {
    transition: all 300ms ease-in-out;
    color: #383839;
    background-image: linear-gradient(to right, #383839 0%, #383839 100%);
    background-repeat: no-repeat;
    background-position: 0 95%;
    background-size: 0% 2px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center; }
    .candybox-link a:hover, .candybox-link a:focus {
      color: #383839;
      background-image: linear-gradient(to right, #383839 0%, #383839 100%);
      background-size: 78.5% 2px; }
  .candybox-link svg {
    margin-left: 10px; }
  .candybox-link:hover, .candybox-link:focus {
    background-image: linear-gradient(45deg, #383839 0%, #383839 100%);
    -webkit-background-clip: text; }
    .candybox-link:hover a, .candybox-link:focus a {
      color: #FF445E !important;
      background-image: #FF445E;
      opacity: 1;
      text-decoration: none;
      background-size: calc(100% - 34px) 2px; }
      .candybox-link:hover a svg path, .candybox-link:focus a svg path {
        fill: #FF445E; }

section.video .copy {
  margin: 30px 0; }
  @media print, screen and (min-width: 64em) {
    section.video .copy {
      margin: 60px 0; } }

@media print, screen and (min-width: 40em) {
  body.single-post .hero h1,
  body.single-project .hero h1 {
    font-size: 50px; } }

body.single-post .progress-indicator-2,
body.single-project .progress-indicator-2 {
  position: fixed;
  top: 121px;
  left: 0;
  height: 5px;
  background-color: #a3cf60;
  z-index: 5; }

body.single-post .progress-indicator,
body.single-project .progress-indicator {
  position: fixed;
  width: 100px;
  height: 100px;
  top: 100px;
  opacity: 0;
  transition: all 300ms ease-in-out;
  z-index: -1; }
  body.single-post .progress-indicator svg,
  body.single-project .progress-indicator svg {
    position: absolute; }
  body.single-post .progress-indicator circle,
  body.single-project .progress-indicator circle {
    fill: rgba(255, 255, 255, 0.5); }
  body.single-post .progress-indicator svg .animated-circle,
  body.single-project .progress-indicator svg .animated-circle {
    fill: transparent;
    stroke-width: 40px;
    stroke: rgba(163, 207, 96, 0.2);
    stroke-dasharray: 126;
    stroke-dashoffset: 126; }

body.single-post .progress-count,
body.single-project .progress-count {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 100px;
  color: #a3cf60; }

@media print, screen and (min-width: 64em) {
  body.single-post .hero,
  body.single-project .hero {
    height: 650px; } }

body.single-post .hero .outer-grid img,
body.single-project .hero .outer-grid img {
  margin-bottom: 0; }

body.single-post .hero .meta,
body.single-project .hero .meta {
  margin-top: 24px; }
  @media print, screen and (min-width: 40em) {
    body.single-post .hero .meta,
    body.single-project .hero .meta {
      display: -webkit-flex;
      display: flex; } }
  @media print, screen and (min-width: 64em) {
    body.single-post .hero .meta,
    body.single-project .hero .meta {
      position: absolute;
      bottom: 0;
      width: 100%;
      max-width: 1280px;
      margin: 0 auto; } }
  body.single-post .hero .meta .date,
  body.single-post .hero .meta .category,
  body.single-post .hero .meta .province,
  body.single-project .hero .meta .date,
  body.single-project .hero .meta .category,
  body.single-project .hero .meta .province {
    background-color: #ffffff;
    color: #4d4d4f;
    font-size: 13px;
    font-weight: bold;
    min-height: 34px;
    min-width: 250px;
    padding: 10px 0;
    text-align: center;
    text-transform: uppercase; }
  body.single-post .hero .meta .category,
  body.single-post .hero .meta .province,
  body.single-project .hero .meta .category,
  body.single-project .hero .meta .province {
    min-width: 110px;
    padding: 10px 0.75em;
    margin-top: 8px; }
    @media print, screen and (min-width: 40em) {
      body.single-post .hero .meta .category,
      body.single-post .hero .meta .province,
      body.single-project .hero .meta .category,
      body.single-project .hero .meta .province {
        margin-left: 8px;
        margin-top: 0; } }
  body.single-post .hero .meta .province,
  body.single-project .hero .meta .province {
    min-width: 50px; }

body.single-post section.quote,
body.single-project section.quote {
  background: #00a0dd;
  padding: 50px 0; }
  @media print, screen and (min-width: 64em) {
    body.single-post section.quote,
    body.single-project section.quote {
      padding: 100px 0; } }
  body.single-post section.quote blockquote > *,
  body.single-project section.quote blockquote > * {
    color: #ffffff; }
  body.single-post section.quote blockquote,
  body.single-project section.quote blockquote {
    padding: 0;
    margin-bottom: 0; }
  body.single-post section.quote blockquote:before,
  body.single-project section.quote blockquote:before {
    background: url("../images/quote-white.svg") no-repeat center center;
    left: -69px; }

body.single-post section.project-meta,
body.single-project section.project-meta {
  background: #00a0dd;
  padding: 98px 0; }
  body.single-post section.project-meta .meta-wrapper > *,
  body.single-project section.project-meta .meta-wrapper > * {
    color: #ffffff; }
  body.single-post section.project-meta .meta-wrapper,
  body.single-project section.project-meta .meta-wrapper {
    display: -ms-grid;
    display: grid;
    grid-gap: 12px; }
    @media print, screen and (min-width: 40em) {
      body.single-post section.project-meta .meta-wrapper,
      body.single-project section.project-meta .meta-wrapper {
        -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr); } }
    body.single-post section.project-meta .meta-wrapper strong,
    body.single-project section.project-meta .meta-wrapper strong {
      display: block; }

body.single-post .event,
body.single-project .event {
  display: -ms-grid;
  display: grid;
  grid-gap: 12px;
  margin-bottom: 24px; }
  @media print, screen and (min-width: 40em) {
    body.single-post .event,
    body.single-project .event {
      -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr); } }

body.single-post article:not(.wpgb-card),
body.single-project article:not(.wpgb-card) {
  margin-top: 80px; }
  @media print, screen and (min-width: 64em) {
    body.single-post article:not(.wpgb-card),
    body.single-project article:not(.wpgb-card) {
      display: -ms-grid;
      display: grid;
      gap: 24px;
      -ms-grid-columns: (1fr)[12];
      grid-template-columns: repeat(12, 1fr); }
      body.single-post article:not(.wpgb-card) > *,
      body.single-project article:not(.wpgb-card) > * {
        grid-column: 3 / -3; }
      body.single-post article:not(.wpgb-card) blockquote,
      body.single-project article:not(.wpgb-card) blockquote {
        -ms-grid-column: 1;
        -ms-grid-column-span: 5;
        grid-column: 1 / 6; }
      body.single-post article:not(.wpgb-card) blockquote + *,
      body.single-project article:not(.wpgb-card) blockquote + * {
        grid-column: 7 / -3; }
      body.single-post article:not(.wpgb-card) img.alignleft,
      body.single-project article:not(.wpgb-card) img.alignleft {
        -ms-grid-column: 1;
        -ms-grid-column-span: 4;
        grid-column: 1 / 5;
        width: 100%; }
      body.single-post article:not(.wpgb-card) img.alignleft + *,
      body.single-project article:not(.wpgb-card) img.alignleft + * {
        grid-column: 5 / -3; }
      body.single-post article:not(.wpgb-card) img.alignright,
      body.single-project article:not(.wpgb-card) img.alignright {
        grid-column: 9 / -1;
        width: 100%; }
      body.single-post article:not(.wpgb-card) .left-grid-copy,
      body.single-project article:not(.wpgb-card) .left-grid-copy {
        -ms-grid-column: 3;
        -ms-grid-column-span: 6;
        grid-column: 3 / 9; } }
  body.single-post article:not(.wpgb-card) img,
  body.single-project article:not(.wpgb-card) img {
    margin: 0; }
  body.single-post article:not(.wpgb-card) .wp-caption,
  body.single-project article:not(.wpgb-card) .wp-caption {
    width: 100% !important;
    max-width: 100%;
    margin-right: 0;
    background: transparent;
    text-align: left;
    border: none;
    padding: 0; }
    body.single-post article:not(.wpgb-card) .wp-caption img,
    body.single-project article:not(.wpgb-card) .wp-caption img {
      width: 100%;
      max-width: 100%;
      -o-object-fit: cover;
      object-fit: cover; }
    body.single-post article:not(.wpgb-card) .wp-caption .wp-caption-text,
    body.single-project article:not(.wpgb-card) .wp-caption .wp-caption-text {
      font-size: 14px;
      line-height: 1.82;
      padding: 12px 18px;
      color: #ffffff;
      background: #4d4d4f; }

body.single-post .wp-caption-text,
body.single-project .wp-caption-text {
  font-size: 14px;
  line-height: 1.82;
  padding: 12px 18px;
  color: #fff;
  background: #4d4d4f;
  width: 100%;
  text-align: left; }

body.single-post .post-social-wrapper,
body.single-project .post-social-wrapper {
  margin-top: 50px;
  margin-bottom: 50px; }
  @media print, screen and (min-width: 64em) {
    body.single-post .post-social-wrapper,
    body.single-project .post-social-wrapper {
      margin-bottom: 120px; } }

body.single-post .social-links,
body.single-project .social-links {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center; }
  @media print, screen and (min-width: 64em) {
    body.single-post .social-links,
    body.single-project .social-links {
      margin-top: 0; } }
  body.single-post .social-links a,
  body.single-project .social-links a {
    margin-right: 12px; }
    body.single-post .social-links a:last-of-type,
    body.single-project .social-links a:last-of-type {
      margin-right: 0; }
    body.single-post .social-links a svg,
    body.single-project .social-links a svg {
      height: 24px;
      width: 24px; }
      body.single-post .social-links a svg path,
      body.single-project .social-links a svg path {
        fill: #4d4d4f; }
    body.single-post .social-links a:hover svg path, body.single-post .social-links a:focus svg path,
    body.single-project .social-links a:hover svg path,
    body.single-project .social-links a:focus svg path {
      fill: #a3cf60; }
  @media print, screen and (min-width: 40em) {
    body.single-post .social-links,
    body.single-project .social-links {
      -webkit-flex-direction: row;
      flex-direction: row; }
      body.single-post .social-links .copy,
      body.single-project .social-links .copy {
        margin-right: 50px;
        margin-bottom: 0; } }

body.single-post section.affected,
body.single-project section.affected {
  margin-top: 50px; }
  body.single-post section.affected h2,
  body.single-project section.affected h2 {
    margin-bottom: 24px; }
  body.single-post section.affected .stats,
  body.single-project section.affected .stats {
    margin-top: 46px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column; }
    @media print, screen and (min-width: 40em) {
      body.single-post section.affected .stats,
      body.single-project section.affected .stats {
        -webkit-flex-direction: row;
        flex-direction: row;
        -webkit-justify-content: space-between;
        justify-content: space-between; }
        body.single-post section.affected .stats .stat-wrapper,
        body.single-project section.affected .stats .stat-wrapper {
          max-width: 175px;
          margin-bottom: 0; } }

body.single-post section.highlights,
body.single-project section.highlights {
  background: #f0ce15;
  position: relative;
  overflow: hidden;
  padding: 48px 0;
  margin-top: 50px; }
  @media print, screen and (min-width: 64em) {
    body.single-post section.highlights,
    body.single-project section.highlights {
      padding: 150px 0; } }
  body.single-post section.highlights .outer-grid,
  body.single-project section.highlights .outer-grid {
    max-width: 1440px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 100%; }
    body.single-post section.highlights .outer-grid:after,
    body.single-project section.highlights .outer-grid:after {
      content: "";
      display: block;
      height: 475px;
      width: 326px;
      position: absolute;
      left: 623px;
      top: 0px;
      background: url("../images/wavy.svg") repeat;
      pointer-events: none; }
  body.single-post section.highlights .img-background,
  body.single-project section.highlights .img-background {
    height: 100%;
    width: 976px;
    -o-object-fit: cover;
    object-fit: cover; }
  body.single-post section.highlights > .row,
  body.single-project section.highlights > .row {
    position: relative;
    z-index: 1; }
  body.single-post section.highlights h2,
  body.single-project section.highlights h2 {
    color: #ffffff;
    margin-bottom: 24px; }
  body.single-post section.highlights .points .large-5,
  body.single-project section.highlights .points .large-5 {
    background: #ffffff;
    margin-bottom: 24px; }
  body.single-post section.highlights .point,
  body.single-project section.highlights .point {
    padding: 36px 24px 36px 36px; }
    body.single-post section.highlights .point .suffix,
    body.single-post section.highlights .point .prefix,
    body.single-project section.highlights .point .suffix,
    body.single-project section.highlights .point .prefix {
      font-size: 18px;
      font-weight: bold;
      line-height: 1.42; }
    body.single-post section.highlights .point .suffix,
    body.single-project section.highlights .point .suffix {
      margin-top: 12px; }
    body.single-post section.highlights .point .stat,
    body.single-project section.highlights .point .stat {
      font-weight: bold;
      font-size: 36px; }

body.single-post section.form-inner,
body.single-project section.form-inner {
  margin-top: 60px; }
  body.single-post section.form-inner h3,
  body.single-project section.form-inner h3 {
    margin-bottom: 24px; }

body.single-post section.additional-cards,
body.single-project section.additional-cards {
  margin-bottom: 100px; }
  body.single-post section.additional-cards h3,
  body.single-project section.additional-cards h3 {
    margin-bottom: 0; }
  body.single-post section.additional-cards .card-wrapper,
  body.single-project section.additional-cards .card-wrapper {
    display: -ms-grid;
    display: grid;
    grid-gap: 24px; }
    @media print, screen and (min-width: 40em) {
      body.single-post section.additional-cards .card-wrapper,
      body.single-project section.additional-cards .card-wrapper {
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr; } }
    @media print, screen and (min-width: 64em) {
      body.single-post section.additional-cards .card-wrapper,
      body.single-project section.additional-cards .card-wrapper {
        -ms-grid-columns: 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr; } }
  body.single-post section.additional-cards .card-column,
  body.single-project section.additional-cards .card-column {
    margin-top: 32px;
    display: -webkit-flex;
    display: flex; }
    body.single-post section.additional-cards .card-column .card,
    body.single-project section.additional-cards .card-column .card {
      background: #ffffff;
      box-shadow: 0 20px 40px -10px rgba(0, 0, 0, 0.08);
      width: 100%;
      height: 100%; }
      body.single-post section.additional-cards .card-column .card img,
      body.single-project section.additional-cards .card-column .card img {
        height: 288px;
        width: 100%;
        -o-object-fit: cover;
        object-fit: cover; }
      body.single-post section.additional-cards .card-column .card .inner,
      body.single-project section.additional-cards .card-column .card .inner {
        padding: 30px;
        color: #4d4d4f; }
        body.single-post section.additional-cards .card-column .card .inner .card-title,
        body.single-project section.additional-cards .card-column .card .inner .card-title {
          font-size: 24px;
          font-weight: bold;
          font-family: "GothamNarrow", Arial, sans-serif; }
        body.single-post section.additional-cards .card-column .card .inner .learn-more,
        body.single-project section.additional-cards .card-column .card .inner .learn-more {
          margin-top: 22px;
          color: #00a0dd;
          font-size: 13px;
          font-weight: bold;
          text-transform: uppercase; }
      body.single-post section.additional-cards .card-column .card:hover, body.single-post section.additional-cards .card-column .card:focus,
      body.single-project section.additional-cards .card-column .card:hover,
      body.single-project section.additional-cards .card-column .card:focus {
        box-shadow: 0 20px 40px -10px rgba(0, 0, 0, 0.2); }

body.single-post .news-wrapper,
body.single-project .news-wrapper {
  margin-top: 44px;
  display: -ms-grid;
  display: grid;
  grid-gap: 24px; }
  @media print, screen and (min-width: 40em) {
    body.single-post .news-wrapper,
    body.single-project .news-wrapper {
      -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr; } }
  @media print, screen and (min-width: 64em) {
    body.single-post .news-wrapper,
    body.single-project .news-wrapper {
      -ms-grid-columns: 1fr 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr; } }

body.single-post h3,
body.single-project h3 {
  font-size: 24px;
  font-weight: bold; }

.page-template-template-00_UI-Kit .secondary-bg {
  background-color: #a3cf60; }

.page-template-template-00_UI-Kit #main-content {
  margin: 0; }

.page-template-template-00_UI-Kit #main-content section {
  margin: 100px 0 0; }
  .page-template-template-00_UI-Kit #main-content section .title {
    text-transform: uppercase;
    border-bottom: 3px solid #000;
    margin-bottom: 24px; }
  .page-template-template-00_UI-Kit #main-content section.typography > * {
    margin-bottom: 12px; }

.page-template-template-00_UI-Kit .super {
  margin-top: 50px; }

.page-template-template-00_UI-Kit .background-header {
  margin-top: 100px;
  position: relative; }
  .page-template-template-00_UI-Kit .background-header .background-title {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: 0;
    z-index: -1;
    max-width: 650px;
    font-weight: 700;
    font-style: italic;
    line-height: 1;
    color: #e6e6e6;
    text-transform: uppercase;
    letter-spacing: -4px;
    font-size: 8rem; }
  .page-template-template-00_UI-Kit .background-header .subtitle {
    font-size: 2rem;
    padding-left: 5rem;
    line-height: 2;
    margin: 0; }

.page-template-template-00_UI-Kit .color-wrapper {
  display: -ms-grid;
  display: grid;
  gap: 20px;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr); }
  .page-template-template-00_UI-Kit .color-wrapper .color {
    width: 100%;
    height: 0;
    padding-top: 100%;
    margin-bottom: 12px; }
    .page-template-template-00_UI-Kit .color-wrapper .color.primary {
      background: #00a0dd; }
    .page-template-template-00_UI-Kit .color-wrapper .color.secondary {
      background: #a3cf60; }
    .page-template-template-00_UI-Kit .color-wrapper .color.black {
      background: #383839; }
    .page-template-template-00_UI-Kit .color-wrapper .color.light-gray {
      background: #e6e6e6; }
    .page-template-template-00_UI-Kit .color-wrapper .color.medium-gray {
      background: #cacaca; }
    .page-template-template-00_UI-Kit .color-wrapper .color.dark-gray {
      background: #898989; }
    .page-template-template-00_UI-Kit .color-wrapper .color.off-white {
      background: #f7f7f7; }

.page-template-template-00_UI-Kit section.hollow {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-direction: column;
  flex-direction: column; }
  .page-template-template-00_UI-Kit section.hollow a.stroke {
    font-weight: 900;
    font-size: 80px;
    letter-spacing: 0.02em;
    -webkit-text-stroke-color: #fff;
    -webkit-text-stroke-width: 0.02em;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-repeat: no-repeat;
    transition: background-size 0.5s cubic-bezier(0.67, 0.01, 0.15, 0.98); }
    .page-template-template-00_UI-Kit section.hollow a.stroke.top {
      background-image: linear-gradient(180deg, #fff 0%, #fff 50%, transparent 50.1%);
      background-position: 100% 0%;
      background-size: 100% 0%; }
      .page-template-template-00_UI-Kit section.hollow a.stroke.top:hover {
        background-size: 100% 200%; }
    .page-template-template-00_UI-Kit section.hollow a.stroke.right {
      background-image: linear-gradient(270deg, #fff 0%, #fff 50%, transparent 50.1%);
      background-position: 100% 0%;
      background-size: 0% 100%; }
      .page-template-template-00_UI-Kit section.hollow a.stroke.right:hover {
        background-size: 200% 100%; }
    .page-template-template-00_UI-Kit section.hollow a.stroke.bottom {
      background-image: linear-gradient(0deg, #fff 0%, #fff 50%, transparent 50.1%);
      background-position: 100% 100%;
      background-size: 100% 0%; }
      .page-template-template-00_UI-Kit section.hollow a.stroke.bottom:hover {
        background-size: 100% 200%; }
    .page-template-template-00_UI-Kit section.hollow a.stroke.left {
      background-image: linear-gradient(90deg, #fff 0%, #fff 50%, transparent 50.1%);
      background-size: 0% 100%; }
      .page-template-template-00_UI-Kit section.hollow a.stroke.left:hover {
        background-size: 200% 100%; }
    .page-template-template-00_UI-Kit section.hollow a.stroke.angle {
      background-image: linear-gradient(135deg, #fff 0%, #fff 50%, transparent 50.1%);
      background-size: 0% 100%; }
      .page-template-template-00_UI-Kit section.hollow a.stroke.angle:hover {
        background-size: 220% 100%; }
    .page-template-template-00_UI-Kit section.hollow a.stroke.radial {
      background-image: radial-gradient(circle farthest-corner at center center, #fff 0%, #fff 50%, transparent 50.1%);
      background-position: 50% 50%;
      background-size: 0% 0%; }
      .page-template-template-00_UI-Kit section.hollow a.stroke.radial:hover {
        background-size: 180% 400%; }

.page-template-template-00_UI-Kit .news-wrapper {
  margin-top: 44px;
  display: -ms-grid;
  display: grid;
  grid-gap: 24px; }
  @media print, screen and (min-width: 40em) {
    .page-template-template-00_UI-Kit .news-wrapper {
      -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr; } }
  @media print, screen and (min-width: 64em) {
    .page-template-template-00_UI-Kit .news-wrapper {
      -ms-grid-columns: 1fr 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr; } }

.page-template-template-00_UI-Kit section.videos .video-wrapper {
  position: relative; }
  .page-template-template-00_UI-Kit section.videos .video-wrapper > video {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    opacity: 0; }
  .page-template-template-00_UI-Kit section.videos .video-wrapper .pattern {
    width: 240px;
    height: 252px;
    position: absolute;
    bottom: -36px;
    right: -40px;
    z-index: -1;
    background: url("../../assets/images/checkers.svg") repeat top left;
    transition: all 0.2s ease-in 3s;
    -webkit-transform: translateY(70px);
    transform: translateY(70px);
    opacity: 0; }
  .page-template-template-00_UI-Kit section.videos .video-wrapper .swipe {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 100%;
    left: 0px;
    background-color: black; }
  .page-template-template-00_UI-Kit section.videos .video-wrapper.loaded .swipe {
    -webkit-animation: swipe 1.5s ease-in 1s forwards;
    animation: swipe 1.5s ease-in 1s forwards; }
  .page-template-template-00_UI-Kit section.videos .video-wrapper.loaded video {
    -webkit-animation: fade 0.25s ease-in 2s forwards;
    animation: fade 0.25s ease-in 2s forwards; }
  .page-template-template-00_UI-Kit section.videos .video-wrapper.loaded .pattern {
    -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
    transform: matrix(1, 0, 0, 1, 0, 0);
    opacity: 1; }

.page-template-template-00_UI-Kit section.videos .square {
  width: 100%;
  padding-bottom: 100%;
  height: 0; }

.page-template-template-00_UI-Kit section.videos .testimonial-video-wrapper {
  padding-right: 400px;
  position: relative;
  margin: 50px 0;
  max-width: 900px; }
  .page-template-template-00_UI-Kit section.videos .testimonial-video-wrapper .name {
    margin-bottom: 32px;
    font-size: 1.6em; }
  .page-template-template-00_UI-Kit section.videos .testimonial-video-wrapper .testimonial,
  .page-template-template-00_UI-Kit section.videos .testimonial-video-wrapper .testimonial-media {
    height: 506.25px; }
  .page-template-template-00_UI-Kit section.videos .testimonial-video-wrapper .testimonial blockquote {
    padding: 0;
    padding-left: 1.5em; }
  .page-template-template-00_UI-Kit section.videos .testimonial-video-wrapper .testimonial-media {
    min-width: 1px;
    width: 100%;
    overflow: hidden;
    top: 70px;
    right: 0;
    position: absolute; }
    .page-template-template-00_UI-Kit section.videos .testimonial-video-wrapper .testimonial-media .teaser {
      height: 100%;
      width: 260px;
      overflow: hidden;
      position: absolute;
      right: 0; }
      .page-template-template-00_UI-Kit section.videos .testimonial-video-wrapper .testimonial-media .teaser video {
        height: 100%;
        width: 900px;
        -webkit-transform: translateX(-130px);
        transform: translateX(-130px); }
    .page-template-template-00_UI-Kit section.videos .testimonial-video-wrapper .testimonial-media .full {
      position: absolute;
      top: 0;
      left: 100%;
      width: 100%;
      height: 100%;
      background-color: black; }
      .page-template-template-00_UI-Kit section.videos .testimonial-video-wrapper .testimonial-media .full .full-video {
        height: 100%;
        width: 100%;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 2; }
      .page-template-template-00_UI-Kit section.videos .testimonial-video-wrapper .testimonial-media .full .widescreen,
      .page-template-template-00_UI-Kit section.videos .testimonial-video-wrapper .testimonial-media .full iframe {
        width: 100%;
        height: 100%; }
  .page-template-template-00_UI-Kit section.videos .testimonial-video-wrapper .close-button {
    position: absolute;
    right: 32px;
    top: 32px;
    width: 32px;
    height: 32px;
    opacity: 0;
    cursor: pointer;
    z-index: 5;
    transition: all 300ms ease-in-out; }
    .page-template-template-00_UI-Kit section.videos .testimonial-video-wrapper .close-button:hover {
      opacity: 1 !important; }
    .page-template-template-00_UI-Kit section.videos .testimonial-video-wrapper .close-button:before, .page-template-template-00_UI-Kit section.videos .testimonial-video-wrapper .close-button:after {
      position: absolute;
      top: 0;
      left: 15px;
      content: " ";
      height: 33px;
      width: 2px;
      background-color: #fff; }
    .page-template-template-00_UI-Kit section.videos .testimonial-video-wrapper .close-button:before {
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg); }
    .page-template-template-00_UI-Kit section.videos .testimonial-video-wrapper .close-button:after {
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg); }
  .page-template-template-00_UI-Kit section.videos .testimonial-video-wrapper .play-button {
    width: 152px;
    height: 152px;
    cursor: pointer;
    position: absolute;
    top: 50%;
    right: 175px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 2;
    opacity: 0; }
  .page-template-template-00_UI-Kit section.videos .testimonial-video-wrapper .play-circles {
    display: block;
    width: 100%;
    height: 100%; }
  .page-template-template-00_UI-Kit section.videos .testimonial-video-wrapper .play-triangle {
    border-style: solid;
    border-color: transparent transparent transparent #a3cf60;
    border-width: 37px 0 37px 60px;
    width: 60px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  .page-template-template-00_UI-Kit section.videos .testimonial-video-wrapper .teaser.loaded + .play-button {
    -webkit-animation: fade 0.25s ease-in 3s forwards;
    animation: fade 0.25s ease-in 3s forwards; }

@-webkit-keyframes swipe {
  0% {
    bottom: 0;
    top: 100%;
    height: 0%; }
  50% {
    bottom: 0;
    top: 0;
    height: 100%; }
  100% {
    bottom: 100%;
    top: 0;
    height: 0%; } }

@keyframes swipe {
  0% {
    bottom: 0;
    top: 100%;
    height: 0%; }
  50% {
    bottom: 0;
    top: 0;
    height: 100%; }
  100% {
    bottom: 100%;
    top: 0;
    height: 0%; } }

@-webkit-keyframes fade {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fade {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@media print, screen and (min-width: 64em) {
  .page-template-template-01_Homepage section.action .large-6 {
    position: relative; }
    .page-template-template-01_Homepage section.action .large-6:after {
      content: '';
      display: block;
      height: 475px;
      width: 326px;
      position: absolute;
      left: -263px;
      bottom: -5px;
      background: url("../images/wavy-blue.svg") repeat;
      z-index: -1;
      pointer-events: none; } }

.page-template-template-01_Homepage section.what-cfb {
  position: relative;
  padding: 48px 0;
  background: #00a0dd; }
  @media print, screen and (min-width: 64em) {
    .page-template-template-01_Homepage section.what-cfb {
      padding: 80px 0 150px; } }
  .page-template-template-01_Homepage section.what-cfb h2,
  .page-template-template-01_Homepage section.what-cfb .copy {
    color: #ffffff;
    margin-bottom: 24px; }
  .page-template-template-01_Homepage section.what-cfb .service-column {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-end;
    align-items: flex-end; }
  .page-template-template-01_Homepage section.what-cfb .service {
    margin-bottom: 24px; }
    .page-template-template-01_Homepage section.what-cfb .service > img {
      width: 100%;
      -o-object-fit: cover;
      object-fit: cover;
      max-height: 300px; }
      @media print, screen and (min-width: 40em) {
        .page-template-template-01_Homepage section.what-cfb .service > img {
          max-height: none; } }
    @media print, screen and (min-width: 40em) {
      .page-template-template-01_Homepage section.what-cfb .service {
        margin-bottom: 0px; } }
    .page-template-template-01_Homepage section.what-cfb .service .service-title {
      font-size: 24px;
      font-weight: bold;
      line-height: 1.5;
      color: #ffffff;
      margin-bottom: 24px;
      background: #00a0dd;
      display: inline-block;
      transition: all 300ms ease-in-out; }
    .page-template-template-01_Homepage section.what-cfb .service .button {
      max-width: 194px; }
    .page-template-template-01_Homepage section.what-cfb .service .copy {
      transition: all 300ms ease-in-out; }
    .page-template-template-01_Homepage section.what-cfb .service .inner {
      padding: 24px 20px;
      transition: all 300ms ease-in-out; }
    .page-template-template-01_Homepage section.what-cfb .service:hover .inner, .page-template-template-01_Homepage section.what-cfb .service:focus .inner {
      background: #ffffff; }
    .page-template-template-01_Homepage section.what-cfb .service:hover .service-title,
    .page-template-template-01_Homepage section.what-cfb .service:hover .copy, .page-template-template-01_Homepage section.what-cfb .service:focus .service-title,
    .page-template-template-01_Homepage section.what-cfb .service:focus .copy {
      color: #4d4d4f; }
    .page-template-template-01_Homepage section.what-cfb .service:hover .service-title, .page-template-template-01_Homepage section.what-cfb .service:focus .service-title {
      background: #ffffff; }
    .page-template-template-01_Homepage section.what-cfb .service:hover .button, .page-template-template-01_Homepage section.what-cfb .service:focus .button {
      background: #00a0dd; }

.page-template-template-01_Homepage section.accomplished {
  background: #f0ce15;
  position: relative;
  overflow: hidden;
  padding: 48px 0; }
  @media print, screen and (min-width: 64em) {
    .page-template-template-01_Homepage section.accomplished {
      padding: 150px 0; } }
  .page-template-template-01_Homepage section.accomplished .outer-grid {
    max-width: 1440px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 100%; }
    .page-template-template-01_Homepage section.accomplished .outer-grid:after {
      content: '';
      display: block;
      height: 475px;
      width: 326px;
      position: absolute;
      left: 623px;
      top: 0px;
      background: url("../images/wavy.svg") repeat;
      pointer-events: none; }
  .page-template-template-01_Homepage section.accomplished .img-background {
    height: 100%;
    width: 976px;
    -o-object-fit: cover;
    object-fit: cover; }
  .page-template-template-01_Homepage section.accomplished > .row {
    position: relative;
    z-index: 1; }
  .page-template-template-01_Homepage section.accomplished h2 {
    color: #ffffff;
    margin-bottom: 24px; }
  .page-template-template-01_Homepage section.accomplished .help {
    background: #ffffff;
    padding: 36px 24px 36px 36px;
    margin-bottom: 24px; }
    .page-template-template-01_Homepage section.accomplished .help .suffix,
    .page-template-template-01_Homepage section.accomplished .help .prefix {
      font-size: 18px;
      font-weight: bold;
      line-height: 1.42; }
    .page-template-template-01_Homepage section.accomplished .help .suffix {
      margin-top: 12px; }
    .page-template-template-01_Homepage section.accomplished .help .stat {
      font-weight: bold; }

.page-template-template-01_Homepage section.members {
  background: #00a0dd;
  padding: 48px 0; }
  @media print, screen and (min-width: 64em) {
    .page-template-template-01_Homepage section.members {
      padding: 100px 0 150px; } }
  .page-template-template-01_Homepage section.members h2,
  .page-template-template-01_Homepage section.members .copy {
    color: #ffffff; }
  .page-template-template-01_Homepage section.members h2 {
    margin-bottom: 24px; }
  .page-template-template-01_Homepage section.members .logos-wrapper {
    margin: 48px 0; }
    .page-template-template-01_Homepage section.members .logos-wrapper img {
      max-height: 66px;
      max-width: 90%;
      -o-object-fit: contain;
      object-fit: contain; }
      @media print, screen and (min-width: 40em) {
        .page-template-template-01_Homepage section.members .logos-wrapper img {
          max-width: 200px; } }
  .page-template-template-01_Homepage section.members .slick-track {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center; }
  .page-template-template-01_Homepage section.members .slick-slide > div {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center; }
  .page-template-template-01_Homepage section.members .slick-slide:first-of-type > div {
    -webkit-justify-content: flex-start;
    justify-content: flex-start; }
  .page-template-template-01_Homepage section.members .slick-slide:last-of-type > div {
    -webkit-justify-content: flex-end;
    justify-content: flex-end; }

.page-template-template-01_Homepage section.blog {
  margin-top: 32px; }
  @media print, screen and (min-width: 64em) {
    .page-template-template-01_Homepage section.blog {
      margin-top: 100px; } }
  .page-template-template-01_Homepage section.blog .news-wrapper {
    margin-top: 44px;
    display: -ms-grid;
    display: grid;
    grid-gap: 24px; }
    @media print, screen and (min-width: 40em) {
      .page-template-template-01_Homepage section.blog .news-wrapper {
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr; } }
    @media print, screen and (min-width: 64em) {
      .page-template-template-01_Homepage section.blog .news-wrapper {
        -ms-grid-columns: 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr; } }
  @media screen and (min-width: 40em) and (max-width: 63.9375em) {
    .page-template-template-01_Homepage section.blog .card.news:last-of-type {
      display: none; } }

.page-template-template-02_Blog-Landing .blog-feed,
.archive.category .blog-feed {
  margin-top: 32px; }
  @media print, screen and (min-width: 64em) {
    .page-template-template-02_Blog-Landing .blog-feed,
    .archive.category .blog-feed {
      margin-top: 100px; }
      .page-template-template-02_Blog-Landing .blog-feed .wpgb-facet-8,
      .archive.category .blog-feed .wpgb-facet-8 {
        margin-left: auto; } }
  @media screen and (max-width: 63.9375em) {
    .page-template-template-02_Blog-Landing .blog-feed .wp-grid-builder .wpgb-area-top-2 .wpgb-facet-8,
    .archive.category .blog-feed .wp-grid-builder .wpgb-area-top-2 .wpgb-facet-8 {
      -webkit-flex-basis: 100%;
      flex-basis: 100%;
      max-width: 100%; } }
  .page-template-template-02_Blog-Landing .blog-feed .news-wrapper,
  .archive.category .blog-feed .news-wrapper {
    margin-top: 44px;
    display: -ms-grid;
    display: grid;
    grid-gap: 24px; }
    @media print, screen and (min-width: 40em) {
      .page-template-template-02_Blog-Landing .blog-feed .news-wrapper,
      .archive.category .blog-feed .news-wrapper {
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr; } }
    @media print, screen and (min-width: 64em) {
      .page-template-template-02_Blog-Landing .blog-feed .news-wrapper,
      .archive.category .blog-feed .news-wrapper {
        -ms-grid-columns: 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr; } }

.page-template-template-02_Blog-Landing .category-container,
.archive.category .category-container {
  padding-bottom: 10px;
  border-bottom: 2px solid rgba(77, 77, 79, 0.1); }

.page-template-template-02_Blog-Landing .category-link,
.archive.category .category-link {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  text-transform: uppercase;
  color: #4d4d4f;
  position: relative;
  padding: 0 0.75em; }
  .page-template-template-02_Blog-Landing .category-link:after,
  .archive.category .category-link:after {
    content: '';
    width: 100%;
    height: 2px;
    background: rgba(77, 77, 79, 0.1);
    position: absolute;
    left: 0;
    bottom: -16px;
    transition: all 300ms ease-in-out; }
  .page-template-template-02_Blog-Landing .category-link.active, .page-template-template-02_Blog-Landing .category-link:hover, .page-template-template-02_Blog-Landing .category-link:focus,
  .archive.category .category-link.active,
  .archive.category .category-link:hover,
  .archive.category .category-link:focus {
    color: #00a0dd; }
    .page-template-template-02_Blog-Landing .category-link.active:after, .page-template-template-02_Blog-Landing .category-link:hover:after, .page-template-template-02_Blog-Landing .category-link:focus:after,
    .archive.category .category-link.active:after,
    .archive.category .category-link:hover:after,
    .archive.category .category-link:focus:after {
      background: #00a0dd; }

@media print, screen and (min-width: 64em) {
  .page-template-template-03_About .hero-img-wrapper:before {
    content: '';
    width: 100%;
    height: 400px;
    background: #a3cf60;
    position: absolute;
    top: 100%;
    right: 0;
    z-index: -1; } }

.page-template-template-03_About section.intro {
  margin-top: 100px; }
  .page-template-template-03_About section.intro h2,
  .page-template-template-03_About section.intro .copy {
    margin-bottom: 24px; }
  .page-template-template-03_About section.intro .img-wrapper {
    margin-top: 24px; }
    @media print, screen and (min-width: 64em) {
      .page-template-template-03_About section.intro .img-wrapper {
        margin-top: 0; } }
    .page-template-template-03_About section.intro .img-wrapper img {
      width: 100%;
      -o-object-fit: cover;
      object-fit: cover; }

.page-template-template-03_About section.history {
  margin-top: 100px;
  background: #f0ce15;
  position: relative;
  overflow: hidden;
  padding: 60px 0 0; }
  @media print, screen and (min-width: 64em) {
    .page-template-template-03_About section.history {
      margin-top: 150px; } }
  @media print, screen and (min-width: 64em) {
    .page-template-template-03_About section.history {
      padding: 150px 0 0; } }
  .page-template-template-03_About section.history .outer-grid {
    max-width: 1440px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 100%; }
    .page-template-template-03_About section.history .outer-grid:after {
      content: '';
      display: block;
      height: 475px;
      width: 326px;
      position: absolute;
      left: 623px;
      top: 0px;
      background: url("../images/wavy.svg") repeat;
      pointer-events: none; }
  .page-template-template-03_About section.history .img-background {
    height: 100%;
    width: 976px;
    -o-object-fit: cover;
    object-fit: cover; }
  .page-template-template-03_About section.history > .row {
    position: relative;
    z-index: 1; }
  .page-template-template-03_About section.history .inner {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    height: 100%; }
  .page-template-template-03_About section.history h2 {
    color: #ffffff;
    margin-bottom: 24px; }
  .page-template-template-03_About section.history .buttons {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    margin-bottom: 50px; }
    @media screen and (max-width: 39.9375em) {
      .page-template-template-03_About section.history .buttons {
        -webkit-flex-direction: column;
        flex-direction: column;
        -webkit-align-items: center;
        align-items: center; } }
    .page-template-template-03_About section.history .buttons .slider-buttons {
      margin-left: 24px;
      margin-top: 24px; }
      @media print, screen and (min-width: 40em) {
        .page-template-template-03_About section.history .buttons .slider-buttons {
          margin-top: 0; } }
      .page-template-template-03_About section.history .buttons .slider-buttons svg path:first-of-type {
        fill: #f0ce15; }
  .page-template-template-03_About section.history .timeline-slider {
    background: #ffffff; }
  .page-template-template-03_About section.history .timeline {
    background: #ffffff;
    padding: 32px; }
    .page-template-template-03_About section.history .timeline .title {
      font-family: "GothamNarrow", Arial, sans-serif;
      font-size: 24px;
      font-weight: bold;
      margin-bottom: 42px; }
    @media print, screen and (min-width: 40em) {
      .page-template-template-03_About section.history .timeline {
        padding: 60px; } }

.page-template-template-03_About section.values {
  margin-top: 50px; }
  @media print, screen and (min-width: 64em) {
    .page-template-template-03_About section.values {
      margin-top: 150px; } }
  .page-template-template-03_About section.values .val-column {
    margin-top: 32px;
    display: -webkit-flex;
    display: flex; }
    .page-template-template-03_About section.values .val-column .val {
      background: #ffffff;
      box-shadow: 0 20px 40px -10px rgba(0, 0, 0, 0.08); }
      .page-template-template-03_About section.values .val-column .val img {
        height: 288px;
        width: 100%;
        -o-object-fit: cover;
        object-fit: cover; }
      .page-template-template-03_About section.values .val-column .val .inner {
        padding: 30px 30px 40px;
        color: #4d4d4f; }
        .page-template-template-03_About section.values .val-column .val .inner .val-title {
          font-size: 17px;
          font-weight: bold;
          margin-bottom: 12px; }
        .page-template-template-03_About section.values .val-column .val .inner .learn-more {
          margin-top: 18px;
          color: #00a0dd;
          font-size: 16px;
          font-weight: bold;
          letter-spacing: 1px;
          text-transform: uppercase; }
      .page-template-template-03_About section.values .val-column .val:hover, .page-template-template-03_About section.values .val-column .val:focus {
        box-shadow: 0 20px 40px -10px rgba(0, 0, 0, 0.2); }

.page-template-template-03_About section.faqs {
  margin-top: 100px; }
  @media print, screen and (min-width: 64em) {
    .page-template-template-03_About section.faqs {
      margin-top: 150px; } }
  .page-template-template-03_About section.faqs a.button {
    margin-top: 32px; }

.page-template-template-04_Contact .hero,
.page-template-template-05_Team .hero {
  z-index: 1; }

.page-template-template-04_Contact section.contact,
.page-template-template-05_Team section.contact {
  background: #00a0dd;
  padding: 50px 0;
  position: relative;
  margin-top: 32px; }
  @media print, screen and (min-width: 40em) {
    .page-template-template-04_Contact section.contact,
    .page-template-template-05_Team section.contact {
      padding: 140px 0; } }
  @media print, screen and (min-width: 64em) {
    .page-template-template-04_Contact section.contact,
    .page-template-template-05_Team section.contact {
      margin-top: 0; } }
  .page-template-template-04_Contact section.contact:after,
  .page-template-template-05_Team section.contact:after {
    content: "";
    display: block;
    height: 126px;
    width: 326px;
    position: absolute;
    left: 50%;
    bottom: 0px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background: url(../images/wavy-blue.svg) repeat;
    z-index: -1;
    opacity: 0.2;
    pointer-events: none; }
  .page-template-template-04_Contact section.contact .detail,
  .page-template-template-05_Team section.contact .detail {
    color: #ffffff;
    text-align: center;
    margin-bottom: 32px; }
    @media print, screen and (min-width: 64em) {
      .page-template-template-04_Contact section.contact .detail,
      .page-template-template-05_Team section.contact .detail {
        margin-bottom: 0; } }
  .page-template-template-04_Contact section.contact a,
  .page-template-template-05_Team section.contact a {
    color: #f0ce15; }
    .page-template-template-04_Contact section.contact a:hover, .page-template-template-04_Contact section.contact a:focus,
    .page-template-template-05_Team section.contact a:hover,
    .page-template-template-05_Team section.contact a:focus {
      color: #a3cf60; }

.page-template-template-04_Contact section.coordinators,
.page-template-template-05_Team section.coordinators {
  margin-top: 50px; }
  @media print, screen and (min-width: 40em) {
    .page-template-template-04_Contact section.coordinators,
    .page-template-template-05_Team section.coordinators {
      margin-top: 150px; } }
  .page-template-template-04_Contact section.coordinators .coord-column,
  .page-template-template-05_Team section.coordinators .coord-column {
    margin-top: 24px; }
    .page-template-template-04_Contact section.coordinators .coord-column .coord,
    .page-template-template-05_Team section.coordinators .coord-column .coord {
      background: #ffffff;
      box-shadow: 0 20px 40px -10px rgba(0, 0, 0, 0.08);
      height: 100%; }
      .page-template-template-04_Contact section.coordinators .coord-column .coord > img,
      .page-template-template-05_Team section.coordinators .coord-column .coord > img {
        height: 192px;
        width: 100%;
        -o-object-fit: cover;
        object-fit: cover; }
      .page-template-template-04_Contact section.coordinators .coord-column .coord .inner,
      .page-template-template-05_Team section.coordinators .coord-column .coord .inner {
        padding: 20px; }
        .page-template-template-04_Contact section.coordinators .coord-column .coord .inner .location,
        .page-template-template-05_Team section.coordinators .coord-column .coord .inner .location {
          font-weight: bold;
          margin-bottom: 6px; }
        .page-template-template-04_Contact section.coordinators .coord-column .coord .inner .name,
        .page-template-template-04_Contact section.coordinators .coord-column .coord .inner .title,
        .page-template-template-04_Contact section.coordinators .coord-column .coord .inner .agency,
        .page-template-template-05_Team section.coordinators .coord-column .coord .inner .name,
        .page-template-template-05_Team section.coordinators .coord-column .coord .inner .title,
        .page-template-template-05_Team section.coordinators .coord-column .coord .inner .agency {
          font-size: 15px;
          line-height: 1.7; }
        .page-template-template-04_Contact section.coordinators .coord-column .coord .inner .links,
        .page-template-template-05_Team section.coordinators .coord-column .coord .inner .links {
          margin-top: 12px;
          display: -webkit-flex;
          display: flex;
          -webkit-flex-direction: column;
          flex-direction: column; }
  .page-template-template-04_Contact section.coordinators a.button,
  .page-template-template-05_Team section.coordinators a.button {
    display: inline-block;
    margin-top: 24px; }

.page-template-template-05_Team section.coordinators h2 {
  margin-bottom: 0; }

.page-template-template-05_Team section.coordinators h3 {
  margin-top: 48px; }

.page-template-template-05_Team section.coordinators .name {
  font-weight: bold; }

.page-template-template-05_Team section.coordinators .coord-column .coord > img {
  height: 302px; }

@media screen and (min-width: 1220px) {
  .page-template-template-06_General-Landing .hero-img-wrapper:before {
    content: '';
    width: 600px;
    height: 258px;
    background: #f0493e;
    position: absolute;
    top: 100%;
    right: 0;
    z-index: -1; } }

.page-template-template-06_General-Landing section.intro {
  margin-top: 32px; }
  @media screen and (max-width: 1219px) {
    .page-template-template-06_General-Landing section.intro .large-6 {
      -webkit-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%; } }
  @media screen and (min-width: 1219px) {
    .page-template-template-06_General-Landing section.intro {
      margin-top: 0; } }

.page-template-template-06_General-Landing section.values {
  margin-top: 100px; }
  @media print, screen and (min-width: 64em) {
    .page-template-template-06_General-Landing section.values {
      margin-top: 150px; } }
  .page-template-template-06_General-Landing section.values .val-column {
    margin-top: 32px;
    display: -webkit-flex;
    display: flex; }
    .page-template-template-06_General-Landing section.values .val-column .val {
      background: #ffffff;
      box-shadow: 0 20px 40px -10px rgba(0, 0, 0, 0.08);
      width: 100%;
      height: 100%; }
      .page-template-template-06_General-Landing section.values .val-column .val img {
        height: 288px;
        width: 100%;
        -o-object-fit: cover;
        object-fit: cover; }
      .page-template-template-06_General-Landing section.values .val-column .val .inner {
        padding: 30px 30px 40px;
        color: #4d4d4f; }
        .page-template-template-06_General-Landing section.values .val-column .val .inner .val-title {
          font-size: 17px;
          font-weight: bold;
          margin-bottom: 12px; }
        .page-template-template-06_General-Landing section.values .val-column .val .inner .learn-more {
          margin-top: 18px;
          color: #00a0dd;
          font-size: 16px;
          font-weight: bold;
          letter-spacing: 1px;
          text-transform: uppercase; }
      .page-template-template-06_General-Landing section.values .val-column .val:hover, .page-template-template-06_General-Landing section.values .val-column .val:focus {
        box-shadow: 0 20px 40px -10px rgba(0, 0, 0, 0.2); }

.page-template-template-06_General-Landing section.faqs {
  margin-top: 100px; }
  @media print, screen and (min-width: 64em) {
    .page-template-template-06_General-Landing section.faqs {
      margin-top: 150px; } }

@media print, screen and (min-width: 64em) {
  .page-template-template-07_Donate .hero-img-wrapper:before {
    content: '';
    width: 600px;
    height: 400px;
    background: #f0ce15;
    position: absolute;
    top: 100%;
    right: 0;
    z-index: -1; } }

.page-template-template-07_Donate section.intro {
  margin-top: 100px; }
  .page-template-template-07_Donate section.intro h2 {
    margin-bottom: 32px; }
  @media print, screen and (min-width: 64em) {
    .page-template-template-07_Donate section.intro .large-5 {
      -webkit-align-self: center;
      -ms-grid-row-align: center;
      align-self: center; } }
  .page-template-template-07_Donate section.intro img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    margin-top: 24px; }
    @media print, screen and (min-width: 64em) {
      .page-template-template-07_Donate section.intro img {
        margin-top: 0; } }

.page-template-template-07_Donate section.options {
  margin-top: 100px;
  padding-top: 100px;
  background: #a3cf60;
  position: relative; }
  .page-template-template-07_Donate section.options:after {
    content: '';
    display: block;
    height: 475px;
    width: 326px;
    position: absolute;
    left: 50%;
    top: 0px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background: url(../images/wavy-blue.svg) repeat;
    opacity: 0.2;
    pointer-events: none; }
  @media print, screen and (min-width: 64em) {
    .page-template-template-07_Donate section.options {
      margin-top: 140px; } }
  .page-template-template-07_Donate section.options h2 {
    margin-bottom: 24px; }
  .page-template-template-07_Donate section.options .option {
    background: #ffffff;
    box-shadow: 0 20px 40px -10px rgba(0, 0, 0, 0.08);
    padding: 60px;
    margin-bottom: 24px;
    z-index: 1;
    position: relative; }
    .page-template-template-07_Donate section.options .option .label {
      font-family: "GothamNarrow", Arial, sans-serif;
      font-size: 24px;
      font-weight: bold; }
      @media print, screen and (min-width: 40em) {
        .page-template-template-07_Donate section.options .option .label {
          margin-right: 34px;
          width: 250px;
          min-width: 250px; } }
    @media print, screen and (min-width: 40em) {
      .page-template-template-07_Donate section.options .option {
        display: -webkit-flex;
        display: flex; } }
    .page-template-template-07_Donate section.options .option:last-of-type {
      position: relative;
      margin-bottom: 0; }
      .page-template-template-07_Donate section.options .option:last-of-type:before {
        content: '';
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        background: #ffffff;
        z-index: -1; }
      .page-template-template-07_Donate section.options .option:last-of-type:after {
        content: '';
        display: block;
        width: 200vw;
        height: 50%;
        position: absolute;
        bottom: 0;
        background: #f7f7f7;
        z-index: -2;
        -webkit-transform: translateX(-100vw);
        transform: translateX(-100vw); }

.page-template-template-07_Donate section.values {
  margin-top: 100px; }
  @media print, screen and (min-width: 64em) {
    .page-template-template-07_Donate section.values {
      margin-top: 150px; } }
  .page-template-template-07_Donate section.values .val-column {
    margin-top: 32px;
    display: -webkit-flex;
    display: flex; }
    .page-template-template-07_Donate section.values .val-column .val {
      background: #ffffff;
      box-shadow: 0 20px 40px -10px rgba(0, 0, 0, 0.08);
      width: 100%;
      height: 100%; }
      .page-template-template-07_Donate section.values .val-column .val img {
        height: 288px;
        width: 100%;
        -o-object-fit: cover;
        object-fit: cover; }
      .page-template-template-07_Donate section.values .val-column .val .inner {
        padding: 30px 30px 40px;
        color: #4d4d4f; }
        .page-template-template-07_Donate section.values .val-column .val .inner .val-title {
          font-size: 17px;
          font-weight: bold;
          margin-bottom: 12px; }
        .page-template-template-07_Donate section.values .val-column .val .inner .learn-more {
          margin-top: 18px;
          color: #00a0dd;
          font-size: 16px;
          font-weight: bold;
          letter-spacing: 1px;
          text-transform: uppercase; }
      .page-template-template-07_Donate section.values .val-column .val:hover, .page-template-template-07_Donate section.values .val-column .val:focus {
        box-shadow: 0 20px 40px -10px rgba(0, 0, 0, 0.2); }
  .page-template-template-07_Donate section.values .additional-link {
    margin-top: 60px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-direction: column;
    flex-direction: column; }
    .page-template-template-07_Donate section.values .additional-link a {
      margin-top: 24px; }
    @media print, screen and (min-width: 64em) {
      .page-template-template-07_Donate section.values .additional-link {
        -webkit-flex-direction: row;
        flex-direction: row; }
        .page-template-template-07_Donate section.values .additional-link a {
          margin-left: 32px;
          margin-top: 0; } }

.page-template-template-07_Donate section.faqs {
  margin-top: 100px; }
  @media print, screen and (min-width: 64em) {
    .page-template-template-07_Donate section.faqs {
      margin-top: 150px; } }

@media print, screen and (min-width: 64em) {
  .page-template-template-08_About-Hunger .hero-img-wrapper:before {
    content: '';
    width: 598px;
    height: 400px;
    background: #f0ce15;
    position: absolute;
    top: 100%;
    right: 0;
    z-index: -1; } }

.page-template-template-08_About-Hunger section.intro {
  margin-top: 50px; }
  @media print, screen and (min-width: 64em) {
    .page-template-template-08_About-Hunger section.intro {
      margin-top: 100px; } }
  .page-template-template-08_About-Hunger section.intro h2 {
    margin-bottom: 24px; }
  .page-template-template-08_About-Hunger section.intro a.button {
    margin-top: 24px; }
  .page-template-template-08_About-Hunger section.intro img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    margin-top: 32px; }
    @media print, screen and (min-width: 64em) {
      .page-template-template-08_About-Hunger section.intro img {
        margin-top: 0; } }

.page-template-template-08_About-Hunger section.hunger {
  background: #f0493e;
  position: relative;
  overflow: hidden;
  padding: 48px 0;
  margin-top: 100px; }
  @media print, screen and (min-width: 64em) {
    .page-template-template-08_About-Hunger section.hunger {
      padding: 165px 0 92px;
      margin-top: 150px; } }
  .page-template-template-08_About-Hunger section.hunger .outer-grid {
    max-width: 1440px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 100%; }
    .page-template-template-08_About-Hunger section.hunger .outer-grid:after {
      content: '';
      display: block;
      height: 475px;
      width: 326px;
      position: absolute;
      left: 623px;
      top: 0px;
      background: url("../images/wavy.svg") repeat;
      pointer-events: none; }
  .page-template-template-08_About-Hunger section.hunger .img-background {
    height: 100%;
    width: 976px;
    -o-object-fit: cover;
    object-fit: cover; }
  .page-template-template-08_About-Hunger section.hunger > .row {
    position: relative;
    z-index: 1; }
  .page-template-template-08_About-Hunger section.hunger .causes-slider {
    margin-top: 32px; }
    @media print, screen and (min-width: 64em) {
      .page-template-template-08_About-Hunger section.hunger .causes-slider {
        margin-top: 0; } }
    .page-template-template-08_About-Hunger section.hunger .causes-slider .slick-track {
      background: #ffffff;
      margin-bottom: 24px; }
  .page-template-template-08_About-Hunger section.hunger .cause {
    padding: 36px 24px 36px 36px; }
    .page-template-template-08_About-Hunger section.hunger .cause .title {
      font-size: 24px;
      font-weight: bold;
      font-family: "GothamNarrow", Arial, sans-serif !important;
      margin-bottom: 42px; }
  .page-template-template-08_About-Hunger section.hunger .slider-buttons {
    -webkit-justify-content: flex-start;
    justify-content: flex-start; }
    .page-template-template-08_About-Hunger section.hunger .slider-buttons button.slick-disabled:focus svg path:first-of-type,
    .page-template-template-08_About-Hunger section.hunger .slider-buttons svg path:first-of-type {
      fill: #f0493e; }

.page-template-template-08_About-Hunger section.affected {
  margin-top: 100px; }
  @media print, screen and (min-width: 64em) {
    .page-template-template-08_About-Hunger section.affected {
      margin-top: 160px; } }
  .page-template-template-08_About-Hunger section.affected h2 {
    margin-bottom: 24px; }
  .page-template-template-08_About-Hunger section.affected .stats {
    margin-top: 46px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column; }
    @media print, screen and (min-width: 40em) {
      .page-template-template-08_About-Hunger section.affected .stats {
        -webkit-flex-direction: row;
        flex-direction: row;
        -webkit-justify-content: space-between;
        justify-content: space-between; }
        .page-template-template-08_About-Hunger section.affected .stats .stat-wrapper {
          max-width: 175px;
          margin-bottom: 0; } }

.page-template-template-08_About-Hunger section.assistance {
  margin-top: 100px; }
  @media print, screen and (min-width: 64em) {
    .page-template-template-08_About-Hunger section.assistance {
      margin-top: 185px; }
      .page-template-template-08_About-Hunger section.assistance .large-6 {
        -webkit-align-self: flex-end;
        align-self: flex-end; } }
  .page-template-template-08_About-Hunger section.assistance a.button {
    margin-top: 24px; }
  .page-template-template-08_About-Hunger section.assistance .video-wrapper {
    position: relative;
    margin-top: 32px; }
    @media print, screen and (min-width: 64em) {
      .page-template-template-08_About-Hunger section.assistance .video-wrapper {
        margin-top: 0; }
        .page-template-template-08_About-Hunger section.assistance .video-wrapper:before {
          content: '';
          display: block;
          height: 475px;
          width: 326px;
          position: absolute;
          left: 217px;
          top: -123px;
          background: url(../images/wavy-blue.svg) repeat;
          pointer-events: none;
          opacity: 0.2; }
        .page-template-template-08_About-Hunger section.assistance .video-wrapper:after {
          content: '';
          background: #00a0dd;
          width: 708px;
          height: 100%;
          left: 109px;
          top: -123px;
          position: absolute;
          z-index: -1;
          pointer-events: none; } }

.page-template-template-08_About-Hunger section.distribution {
  margin-top: 100px; }
  @media print, screen and (min-width: 64em) {
    .page-template-template-08_About-Hunger section.distribution {
      margin-top: 200px; }
      .page-template-template-08_About-Hunger section.distribution .large-6 {
        -webkit-align-self: center;
        -ms-grid-row-align: center;
        align-self: center; } }
  .page-template-template-08_About-Hunger section.distribution .img-wrapper {
    position: relative;
    margin-top: 32px; }
    @media print, screen and (min-width: 64em) {
      .page-template-template-08_About-Hunger section.distribution .img-wrapper {
        margin-top: 0; } }
    .page-template-template-08_About-Hunger section.distribution .img-wrapper:after {
      content: '';
      background: #f0ce15;
      width: 490px;
      height: 100%;
      right: 80px;
      top: -50px;
      position: absolute;
      z-index: -1;
      pointer-events: none; }

@media print, screen and (min-width: 64em) {
  .page-template-template-09_Members .hero-img-wrapper:before {
    content: '';
    width: 598px;
    height: 400px;
    background: #00a0dd;
    position: absolute;
    top: 100%;
    right: 0;
    z-index: -1; } }

.page-template-template-09_Members section.intro {
  margin-top: 50px; }
  @media print, screen and (min-width: 64em) {
    .page-template-template-09_Members section.intro {
      margin-top: 100px; } }
  .page-template-template-09_Members section.intro h2 {
    margin-bottom: 24px; }
  .page-template-template-09_Members section.intro a.button {
    margin-top: 24px; }
  @media print, screen and (min-width: 64em) {
    .page-template-template-09_Members section.intro .large-6 {
      -webkit-align-self: center;
      -ms-grid-row-align: center;
      align-self: center; } }
  .page-template-template-09_Members section.intro img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    margin-top: 32px; }
    @media print, screen and (min-width: 64em) {
      .page-template-template-09_Members section.intro img {
        margin-top: 0; } }

.page-template-template-09_Members section.video {
  margin-top: 100px; }
  @media print, screen and (min-width: 64em) {
    .page-template-template-09_Members section.video {
      margin-top: 150px; }
      .page-template-template-09_Members section.video .large-6 {
        -webkit-align-self: flex-end;
        align-self: flex-end; } }
  .page-template-template-09_Members section.video a.button {
    margin-top: 24px; }
  .page-template-template-09_Members section.video .video-wrapper {
    position: relative;
    margin-top: 32px; }
    @media print, screen and (min-width: 64em) {
      .page-template-template-09_Members section.video .video-wrapper {
        margin-top: 0; }
        .page-template-template-09_Members section.video .video-wrapper:before {
          content: '';
          display: block;
          height: 475px;
          width: 326px;
          position: absolute;
          left: 217px;
          top: -123px;
          background: url(../images/wavy-blue.svg) repeat;
          pointer-events: none;
          opacity: 0.2; }
        .page-template-template-09_Members section.video .video-wrapper:after {
          content: '';
          background: #00a0dd;
          width: 708px;
          height: 100%;
          left: 109px;
          top: -123px;
          position: absolute;
          z-index: -1;
          pointer-events: none; } }

.page-template-template-09_Members section.action {
  margin-top: 50px; }
  @media print, screen and (min-width: 64em) {
    .page-template-template-09_Members section.action {
      margin-top: 150px; } }

.page-template-template-09_Members section.history {
  margin-top: 50px;
  margin-bottom: 100px; }
  .page-template-template-09_Members section.history .large-6:nth-of-type(2) {
    margin-top: 32px; }
  @media print, screen and (min-width: 64em) {
    .page-template-template-09_Members section.history {
      margin-top: 100px; }
      .page-template-template-09_Members section.history .large-6:nth-of-type(2) {
        margin-top: 0; }
      .page-template-template-09_Members section.history .large-10 {
        position: relative;
        padding: 100px 0;
        margin-bottom: 0; }
        .page-template-template-09_Members section.history .large-10:before {
          content: '';
          display: block;
          background: #f0493e;
          width: 165px;
          height: 100%;
          left: -298px;
          top: 0;
          position: absolute; }
        .page-template-template-09_Members section.history .large-10:after {
          content: '';
          display: block;
          height: 301px;
          width: 85px;
          position: absolute;
          top: 0;
          left: -218px;
          background: url("../images/wavy.svg") repeat;
          pointer-events: none; } }

.page-template-template-09_Members section.highlights {
  background: #f0ce15;
  position: relative;
  overflow: hidden;
  padding: 48px 0; }
  @media print, screen and (min-width: 64em) {
    .page-template-template-09_Members section.highlights {
      padding: 150px 0; } }
  .page-template-template-09_Members section.highlights .outer-grid {
    max-width: 1440px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 100%; }
    .page-template-template-09_Members section.highlights .outer-grid:after {
      content: '';
      display: block;
      height: 475px;
      width: 326px;
      position: absolute;
      left: 623px;
      top: 0px;
      background: url("../images/wavy.svg") repeat;
      pointer-events: none; }
  .page-template-template-09_Members section.highlights .img-background {
    height: 100%;
    width: 976px;
    -o-object-fit: cover;
    object-fit: cover; }
  .page-template-template-09_Members section.highlights > .row {
    position: relative;
    z-index: 1; }
  .page-template-template-09_Members section.highlights h2 {
    color: #ffffff;
    margin-bottom: 24px; }
  .page-template-template-09_Members section.highlights .points .large-5 {
    background: #ffffff;
    margin-bottom: 24px; }
  .page-template-template-09_Members section.highlights .point {
    padding: 36px 24px 36px 36px; }
    .page-template-template-09_Members section.highlights .point .suffix,
    .page-template-template-09_Members section.highlights .point .prefix {
      font-size: 18px;
      font-weight: bold;
      line-height: 1.42; }
    .page-template-template-09_Members section.highlights .point .suffix {
      margin-top: 12px; }
    .page-template-template-09_Members section.highlights .point .stat {
      font-weight: bold;
      font-size: 36px; }

.page-template-template-09_Members section.present {
  margin-top: 100px; }
  @media print, screen and (min-width: 64em) {
    .page-template-template-09_Members section.present {
      margin-top: 150px; }
      .page-template-template-09_Members section.present .large-6 {
        -webkit-align-self: center;
        -ms-grid-row-align: center;
        align-self: center; } }
  .page-template-template-09_Members section.present .img-wrapper {
    position: relative;
    margin-top: 32px; }
    @media print, screen and (min-width: 64em) {
      .page-template-template-09_Members section.present .img-wrapper {
        margin-top: 0; } }
    .page-template-template-09_Members section.present .img-wrapper:after {
      content: '';
      background: #a3cf60;
      width: 600px;
      height: 200px;
      left: 0;
      top: 150px;
      position: absolute;
      z-index: -1;
      pointer-events: none; }
      @media print, screen and (min-width: 40em) {
        .page-template-template-09_Members section.present .img-wrapper:after {
          height: 400px; } }

.page-template-template-09_Members section.projects {
  margin-top: 132px; }
  @media print, screen and (min-width: 64em) {
    .page-template-template-09_Members section.projects {
      margin-top: 250px; } }
  .page-template-template-09_Members section.projects a.button {
    margin-top: 32px; }
  .page-template-template-09_Members section.projects .proj-column {
    margin-top: 32px;
    display: -webkit-flex;
    display: flex; }
    @media screen and (min-width: 40em) and (max-width: 63.9375em) {
      .page-template-template-09_Members section.projects .proj-column:nth-of-type(3) {
        display: none; } }
    .page-template-template-09_Members section.projects .proj-column .project {
      background: #ffffff;
      box-shadow: 0 20px 40px -10px rgba(0, 0, 0, 0.08);
      width: 100%;
      height: 100%; }
      .page-template-template-09_Members section.projects .proj-column .project img {
        height: 288px;
        width: 100%;
        -o-object-fit: cover;
        object-fit: cover; }
      .page-template-template-09_Members section.projects .proj-column .project .inner {
        padding: 30px 30px;
        color: #4d4d4f; }
        .page-template-template-09_Members section.projects .proj-column .project .inner .project-title {
          font-size: 17px;
          line-height: 1.5;
          font-weight: bold;
          margin-bottom: 5px; }
        .page-template-template-09_Members section.projects .proj-column .project .inner .learn-more {
          margin-top: 18px;
          color: #00a0dd;
          font-size: 16px;
          font-weight: bold;
          letter-spacing: 1px;
          text-transform: uppercase; }
      .page-template-template-09_Members section.projects .proj-column .project:hover, .page-template-template-09_Members section.projects .proj-column .project:focus {
        box-shadow: 0 20px 40px -10px rgba(0, 0, 0, 0.2); }

.page-template-template-10_Project-Map .off-canvas-wrapper {
  overflow: initial; }

.page-template-template-10_Project-Map .wp-grid-builder .wpgb-area-top-2 {
  display: block; }
  .page-template-template-10_Project-Map .wp-grid-builder .wpgb-area-top-2 > div {
    max-width: 100%; }
  @media print, screen and (min-width: 64em) {
    .page-template-template-10_Project-Map .wp-grid-builder .wpgb-area-top-2 {
      -webkit-align-items: center;
      align-items: center; }
      .page-template-template-10_Project-Map .wp-grid-builder .wpgb-area-top-2 > div {
        max-width: 50%;
        -webkit-flex: 0 0 50%;
        flex: 0 0 50%; } }

.page-template-template-10_Project-Map .wp-grid-builder .wpgb-wrapper {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap; }
  @media print, screen and (min-width: 64em) {
    .page-template-template-10_Project-Map .wp-grid-builder .wpgb-wrapper {
      -webkit-flex-direction: row;
      flex-direction: row;
      -webkit-flex-wrap: wrap;
      flex-wrap: wrap; } }

.page-template-template-10_Project-Map .wpgb-map-marker-body {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  padding: 8px;
  width: 300px; }

.page-template-template-10_Project-Map .wpgb-booking-marker-img {
  -webkit-flex: 0 0 30%;
  flex: 0 0 30%;
  overflow: hidden;
  width: 30%;
  border-radius: .35em;
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat; }

.page-template-template-10_Project-Map .wpgb-booking-marker-content {
  -webkit-flex: 0 0 70%;
  flex: 0 0 70%;
  max-width: 70%;
  padding: .625em .375em .625em .75em; }

.page-template-template-10_Project-Map .wpgb-facet .leaflet-popup-content .wpgb-map-marker-title {
  font-family: "GothamNarrow", Arial, sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #4d4d4f;
  padding: 0; }

.page-template-template-10_Project-Map .wp-grid-builder .wpgb-main {
  -webkit-order: 1;
  order: 1; }
  @media print, screen and (min-width: 64em) {
    .page-template-template-10_Project-Map .wp-grid-builder .wpgb-main {
      -webkit-order: unset;
      order: unset; } }

.page-template-template-10_Project-Map .wpgb-map-facet {
  width: 100%; }

@media print, screen and (min-width: 64em) {
  .page-template-template-10_Project-Map .wp-grid-builder .wpgb-sidebar .wpgb-facet .wpgb-map-facet {
    padding-bottom: 0 !important; }
  .page-template-template-10_Project-Map .wp-grid-builder .wpgb-main {
    overflow: hidden;
    padding-right: 24px; }
  .page-template-template-10_Project-Map .wp-grid-builder .wpgb-sidebar {
    position: -webkit-sticky;
    position: sticky;
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
    height: 100vh;
    height: calc(100vh - 125px);
    top: 125px; }
  .page-template-template-10_Project-Map .wp-grid-builder .wpgb-sidebar .wpgb-facet,
  .page-template-template-10_Project-Map .wp-grid-builder .wpgb-sidebar .wpgb-facet fieldset,
  .page-template-template-10_Project-Map .wp-grid-builder .wpgb-sidebar .wpgb-facet .wpgb-map-facet {
    height: 100%; } }

@media print, screen and (min-width: 64em) {
  .page-template-template-11_Thanks .hero-img-wrapper:before,
  .error404 .hero-img-wrapper:before {
    content: '';
    width: 598px;
    height: 400px;
    background: #00a0dd;
    position: absolute;
    top: 100%;
    right: 0;
    z-index: -1; } }

.page-template-template-11_Thanks section.intro,
.error404 section.intro {
  margin-top: 25px; }
  @media print, screen and (min-width: 40em) {
    .page-template-template-11_Thanks section.intro,
    .error404 section.intro {
      margin-top: 50px; } }
  @media print, screen and (min-width: 64em) {
    .page-template-template-11_Thanks section.intro,
    .error404 section.intro {
      margin-top: 125px;
      min-height: 275px; } }
  .page-template-template-11_Thanks section.intro h2,
  .error404 section.intro h2 {
    margin-bottom: 24px; }
  .page-template-template-11_Thanks section.intro a.button,
  .error404 section.intro a.button {
    margin-top: 24px; }

.page-template-template-12_Flex section.intro {
  margin-top: 100px; }
  .page-template-template-12_Flex section.intro a.button {
    margin-top: 24px; }

.page-template-template-12_Flex section.highlights {
  background: #f0ce15;
  position: relative;
  overflow: hidden;
  padding: 48px 0;
  margin-top: 100px; }
  @media print, screen and (min-width: 64em) {
    .page-template-template-12_Flex section.highlights {
      padding: 150px 0;
      margin-top: 150px; } }
  .page-template-template-12_Flex section.highlights .outer-grid {
    max-width: 1440px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 100%; }
    .page-template-template-12_Flex section.highlights .outer-grid:after {
      content: '';
      display: block;
      height: 475px;
      width: 326px;
      position: absolute;
      left: 623px;
      top: 0px;
      background: url("../images/wavy.svg") repeat;
      pointer-events: none; }
  .page-template-template-12_Flex section.highlights .img-background {
    height: 100%;
    width: 976px;
    -o-object-fit: cover;
    object-fit: cover; }
  .page-template-template-12_Flex section.highlights > .row {
    position: relative;
    z-index: 1; }
  .page-template-template-12_Flex section.highlights h2 {
    color: #ffffff;
    margin-bottom: 24px; }
  .page-template-template-12_Flex section.highlights .points .large-5 {
    background: #ffffff;
    margin-bottom: 24px; }
  .page-template-template-12_Flex section.highlights .point {
    padding: 36px 24px 36px 36px; }
    .page-template-template-12_Flex section.highlights .point .suffix,
    .page-template-template-12_Flex section.highlights .point .prefix {
      font-size: 18px;
      font-weight: bold;
      line-height: 1.42; }
    .page-template-template-12_Flex section.highlights .point .suffix {
      margin-top: 12px; }
    .page-template-template-12_Flex section.highlights .point .stat {
      font-weight: bold; }

.page-template-template-12_Flex section.optional-content {
  margin-top: 100px; }
  @media print, screen and (min-width: 64em) {
    .page-template-template-12_Flex section.optional-content {
      margin-top: 230px; } }
  .page-template-template-12_Flex section.optional-content .img-wrapper {
    position: relative;
    margin-bottom: 32px; }
    @media print, screen and (min-width: 64em) {
      .page-template-template-12_Flex section.optional-content .img-wrapper {
        margin-bottom: 0; } }
    .page-template-template-12_Flex section.optional-content .img-wrapper:before {
      content: '';
      background: #f0493e;
      width: 600px;
      height: 200px;
      left: -80px;
      top: -120px;
      position: absolute;
      z-index: -2;
      pointer-events: none; }
      @media print, screen and (min-width: 40em) {
        .page-template-template-12_Flex section.optional-content .img-wrapper:before {
          height: 400px; } }
    .page-template-template-12_Flex section.optional-content .img-wrapper:after {
      content: '';
      display: block;
      height: 100%;
      width: 326px;
      position: absolute;
      top: -120px;
      left: 85px;
      background: url("../images/wavy.svg") repeat;
      pointer-events: none;
      z-index: -1; }
  .page-template-template-12_Flex section.optional-content a.button {
    margin-top: 24px; }

.page-template-template-12_Flex section.cards {
  margin-top: 100px; }
  @media print, screen and (min-width: 64em) {
    .page-template-template-12_Flex section.cards {
      margin-top: 150px; } }
  .page-template-template-12_Flex section.cards .card-column {
    margin-top: 32px;
    display: -webkit-flex;
    display: flex; }
    .page-template-template-12_Flex section.cards .card-column .card {
      background: #ffffff;
      box-shadow: 0 20px 40px -10px rgba(0, 0, 0, 0.08);
      width: 100%;
      height: 100%; }
      .page-template-template-12_Flex section.cards .card-column .card img {
        height: 288px;
        width: 100%;
        -o-object-fit: cover;
        object-fit: cover; }
      .page-template-template-12_Flex section.cards .card-column .card .inner {
        padding: 30px 30px 40px;
        color: #4d4d4f; }
        .page-template-template-12_Flex section.cards .card-column .card .inner .val-title {
          font-size: 17px;
          font-weight: bold;
          margin-bottom: 12px; }
        .page-template-template-12_Flex section.cards .card-column .card .inner .learn-more {
          margin-top: 18px;
          color: #00a0dd;
          font-size: 16px;
          font-weight: bold;
          letter-spacing: 1px;
          text-transform: uppercase; }
      .page-template-template-12_Flex section.cards .card-column .card:hover, .page-template-template-12_Flex section.cards .card-column .card:focus {
        box-shadow: 0 20px 40px -10px rgba(0, 0, 0, 0.2); }

.page-template-template-12_Flex section.faqs {
  margin-top: 100px; }
  @media print, screen and (min-width: 64em) {
    .page-template-template-12_Flex section.faqs {
      margin-top: 150px; } }

.page-template-template-12_Flex section.form {
  margin-top: 0; }

.page-template-template-13_Resource-Landing section.grid-wrapper,
.page-id-1084 section.grid-wrapper {
  margin-top: 95px; }

.page-template-template-13_Resource-Landing .wp-grid-builder .wpgb-area-top-1,
.page-id-1084 .wp-grid-builder .wpgb-area-top-1 {
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: 24px; }

.page-template-template-13_Resource-Landing .wp-grid-builder .wpgb-result-count,
.page-id-1084 .wp-grid-builder .wpgb-result-count {
  margin-bottom: 12px; }
  @media print, screen and (min-width: 40em) {
    .page-template-template-13_Resource-Landing .wp-grid-builder .wpgb-result-count,
    .page-id-1084 .wp-grid-builder .wpgb-result-count {
      margin-bottom: 0; } }

.page-template-template-13_Resource-Landing .wpgb-facet > fieldset:last-child,
.page-id-1084 .wpgb-facet > fieldset:last-child {
  margin-bottom: 0; }

.page-template-template-13_Resource-Landing .wpgb-facet .wpgb-radio-facet .wpgb-radio-control,
.page-id-1084 .wpgb-facet .wpgb-radio-facet .wpgb-radio-control {
  display: none; }

.page-template-template-13_Resource-Landing .wpgb-grid-2 .wpgb-area-top-2,
.page-id-1084 .wpgb-grid-2 .wpgb-area-top-2 {
  display: none; }
  @media print, screen and (min-width: 40em) {
    .page-template-template-13_Resource-Landing .wpgb-grid-2 .wpgb-area-top-2,
    .page-id-1084 .wpgb-grid-2 .wpgb-area-top-2 {
      display: block; } }
  .page-template-template-13_Resource-Landing .wpgb-grid-2 .wpgb-area-top-2 > div,
  .page-id-1084 .wpgb-grid-2 .wpgb-area-top-2 > div {
    width: 100%;
    margin-bottom: 24px;
    max-width: 100%; }
  .page-template-template-13_Resource-Landing .wpgb-grid-2 .wpgb-area-top-2 .wpgb-facet-6 fieldset,
  .page-id-1084 .wpgb-grid-2 .wpgb-area-top-2 .wpgb-facet-6 fieldset {
    width: 100%;
    background: #4d4d4f;
    padding: 24px; }
  .page-template-template-13_Resource-Landing .wpgb-grid-2 .wpgb-area-top-2 .wpgb-hierarchical-list,
  .page-id-1084 .wpgb-grid-2 .wpgb-area-top-2 .wpgb-hierarchical-list {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column; }
    @media print, screen and (min-width: 40em) {
      .page-template-template-13_Resource-Landing .wpgb-grid-2 .wpgb-area-top-2 .wpgb-hierarchical-list,
      .page-id-1084 .wpgb-grid-2 .wpgb-area-top-2 .wpgb-hierarchical-list {
        -webkit-flex-direction: row;
        flex-direction: row; } }
    .page-template-template-13_Resource-Landing .wpgb-grid-2 .wpgb-area-top-2 .wpgb-hierarchical-list li,
    .page-id-1084 .wpgb-grid-2 .wpgb-area-top-2 .wpgb-hierarchical-list li {
      color: #ffffff; }
      @media print, screen and (min-width: 40em) {
        .page-template-template-13_Resource-Landing .wpgb-grid-2 .wpgb-area-top-2 .wpgb-hierarchical-list li,
        .page-id-1084 .wpgb-grid-2 .wpgb-area-top-2 .wpgb-hierarchical-list li {
          margin-top: 0; } }
      .page-template-template-13_Resource-Landing .wpgb-grid-2 .wpgb-area-top-2 .wpgb-hierarchical-list li:hover, .page-template-template-13_Resource-Landing .wpgb-grid-2 .wpgb-area-top-2 .wpgb-hierarchical-list li:focus,
      .page-id-1084 .wpgb-grid-2 .wpgb-area-top-2 .wpgb-hierarchical-list li:hover,
      .page-id-1084 .wpgb-grid-2 .wpgb-area-top-2 .wpgb-hierarchical-list li:focus {
        color: #a3cf60; }
      .page-template-template-13_Resource-Landing .wpgb-grid-2 .wpgb-area-top-2 .wpgb-hierarchical-list li .wpgb-radio-label,
      .page-id-1084 .wpgb-grid-2 .wpgb-area-top-2 .wpgb-hierarchical-list li .wpgb-radio-label {
        padding: 0 32px 0 0;
        font-size: 18px;
        font-family: "GothamNarrow", Arial, sans-serif;
        font-weight: normal; }
      .page-template-template-13_Resource-Landing .wpgb-grid-2 .wpgb-area-top-2 .wpgb-hierarchical-list li:last-of-type .wpgb-radio-label,
      .page-id-1084 .wpgb-grid-2 .wpgb-area-top-2 .wpgb-hierarchical-list li:last-of-type .wpgb-radio-label {
        padding: 0; }

.page-template-template-13_Resource-Landing .wp-grid-builder .wpgb-sidebar-left,
.page-id-1084 .wp-grid-builder .wpgb-sidebar-left {
  margin-right: 24px; }
  .page-template-template-13_Resource-Landing .wp-grid-builder .wpgb-sidebar-left > .wpgb-facet fieldset,
  .page-id-1084 .wp-grid-builder .wpgb-sidebar-left > .wpgb-facet fieldset {
    margin-bottom: 24px; }
  .page-template-template-13_Resource-Landing .wp-grid-builder .wpgb-sidebar-left .wpgb-checkbox-facet,
  .page-id-1084 .wp-grid-builder .wpgb-sidebar-left .wpgb-checkbox-facet {
    background: white;
    padding: 24px;
    box-shadow: 0 15px 40px -8px rgba(0, 0, 0, 0.2); }
    .page-template-template-13_Resource-Landing .wp-grid-builder .wpgb-sidebar-left .wpgb-checkbox-facet .wpgb-checkbox-control,
    .page-id-1084 .wp-grid-builder .wpgb-sidebar-left .wpgb-checkbox-facet .wpgb-checkbox-control {
      border: solid 1.5px #4d4d4f;
      border-radius: 1px; }
    .page-template-template-13_Resource-Landing .wp-grid-builder .wpgb-sidebar-left .wpgb-checkbox-facet .wpbg-checkbox-label,
    .page-id-1084 .wp-grid-builder .wpgb-sidebar-left .wpgb-checkbox-facet .wpbg-checkbox-label {
      font-family: "GothamNarrow", Arial, sans-serif;
      font-size: 18px;
      color: #4d4d4f; }
    .page-template-template-13_Resource-Landing .wp-grid-builder .wpgb-sidebar-left .wpgb-checkbox-facet li[aria-expanded]:after,
    .page-id-1084 .wp-grid-builder .wpgb-sidebar-left .wpgb-checkbox-facet li[aria-expanded]:after {
      background-color: transparent;
      background-image: url("../images/product-chevron.svg");
      transition: all 300ms ease-in-out; }
    .page-template-template-13_Resource-Landing .wp-grid-builder .wpgb-sidebar-left .wpgb-checkbox-facet li[aria-expanded="false"]:after,
    .page-template-template-13_Resource-Landing .wp-grid-builder .wpgb-sidebar-left .wpgb-checkbox-facet li[aria-expanded="true"]:after,
    .page-id-1084 .wp-grid-builder .wpgb-sidebar-left .wpgb-checkbox-facet li[aria-expanded="false"]:after,
    .page-id-1084 .wp-grid-builder .wpgb-sidebar-left .wpgb-checkbox-facet li[aria-expanded="true"]:after {
      background-size: contain; }
    .page-template-template-13_Resource-Landing .wp-grid-builder .wpgb-sidebar-left .wpgb-checkbox-facet li[aria-expanded="true"] > .wpgb-checkbox .wpgb-checkbox-label,
    .page-id-1084 .wp-grid-builder .wpgb-sidebar-left .wpgb-checkbox-facet li[aria-expanded="true"] > .wpgb-checkbox .wpgb-checkbox-label {
      color: #00a0dd; }
    .page-template-template-13_Resource-Landing .wp-grid-builder .wpgb-sidebar-left .wpgb-checkbox-facet li[aria-expanded="true"]:after,
    .page-id-1084 .wp-grid-builder .wpgb-sidebar-left .wpgb-checkbox-facet li[aria-expanded="true"]:after {
      background-image: url("../images/product-chevron-blue.svg");
      -webkit-transform: rotate(180deg);
      transform: rotate(180deg); }

@media print, screen and (min-width: 64em) {
  .page-template-template-14_Primary-Solutions .hero-img-wrapper:before {
    content: '';
    width: 598px;
    height: 400px;
    background: #a3cf60;
    position: absolute;
    top: 100%;
    right: 0;
    z-index: -1; } }

.page-template-template-14_Primary-Solutions section.intro {
  margin-top: 50px; }
  @media print, screen and (min-width: 64em) {
    .page-template-template-14_Primary-Solutions section.intro {
      margin-top: 100px; } }
  .page-template-template-14_Primary-Solutions section.intro h2 {
    margin-bottom: 24px; }
  .page-template-template-14_Primary-Solutions section.intro a.button {
    margin-top: 24px; }
  @media print, screen and (min-width: 64em) {
    .page-template-template-14_Primary-Solutions section.intro .large-6 {
      -webkit-align-self: center;
      -ms-grid-row-align: center;
      align-self: center; } }
  .page-template-template-14_Primary-Solutions section.intro img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    margin-top: 32px; }
    @media print, screen and (min-width: 64em) {
      .page-template-template-14_Primary-Solutions section.intro img {
        margin-top: 0; } }

.page-template-template-14_Primary-Solutions section.optional-content {
  margin-top: 100px; }
  @media print, screen and (min-width: 64em) {
    .page-template-template-14_Primary-Solutions section.optional-content {
      margin-top: 230px; } }
  .page-template-template-14_Primary-Solutions section.optional-content a.button {
    margin-top: 24px; }
  .page-template-template-14_Primary-Solutions section.optional-content .img-wrapper {
    position: relative;
    margin-bottom: 32px; }
    @media print, screen and (min-width: 64em) {
      .page-template-template-14_Primary-Solutions section.optional-content .img-wrapper {
        margin-bottom: 0; } }
    .page-template-template-14_Primary-Solutions section.optional-content .img-wrapper:before {
      content: '';
      background: #f0493e;
      width: 600px;
      height: 200px;
      left: -80px;
      top: -120px;
      position: absolute;
      z-index: -2;
      pointer-events: none; }
      @media print, screen and (min-width: 40em) {
        .page-template-template-14_Primary-Solutions section.optional-content .img-wrapper:before {
          height: 400px; } }
    .page-template-template-14_Primary-Solutions section.optional-content .img-wrapper:after {
      content: '';
      display: block;
      height: 100%;
      width: 326px;
      position: absolute;
      top: -120px;
      left: 85px;
      background: url("../images/wavy.svg") repeat;
      pointer-events: none;
      z-index: -1; }

.page-template-template-14_Primary-Solutions section.video {
  margin-top: 100px; }
  @media print, screen and (min-width: 64em) {
    .page-template-template-14_Primary-Solutions section.video {
      margin-top: 150px; }
      .page-template-template-14_Primary-Solutions section.video .large-6 {
        -webkit-align-self: flex-end;
        align-self: flex-end; } }
  .page-template-template-14_Primary-Solutions section.video a.button {
    margin-top: 24px; }
  .page-template-template-14_Primary-Solutions section.video .video-wrapper {
    position: relative;
    margin-top: 32px; }
    @media print, screen and (min-width: 64em) {
      .page-template-template-14_Primary-Solutions section.video .video-wrapper {
        margin-top: 0; }
        .page-template-template-14_Primary-Solutions section.video .video-wrapper:before {
          content: '';
          display: block;
          height: 475px;
          width: 326px;
          position: absolute;
          left: 217px;
          top: -123px;
          background: url(../images/wavy-blue.svg) repeat;
          pointer-events: none;
          opacity: 0.2; }
        .page-template-template-14_Primary-Solutions section.video .video-wrapper:after {
          content: '';
          background: #00a0dd;
          width: 708px;
          height: 100%;
          left: 109px;
          top: -123px;
          position: absolute;
          z-index: -1;
          pointer-events: none; } }

.page-template-template-14_Primary-Solutions section.history {
  margin-top: 100px;
  background: #f0ce15;
  position: relative;
  overflow: hidden;
  padding: 60px 0 0; }
  @media print, screen and (min-width: 64em) {
    .page-template-template-14_Primary-Solutions section.history {
      margin-top: 150px; } }
  @media print, screen and (min-width: 64em) {
    .page-template-template-14_Primary-Solutions section.history {
      padding: 150px 0 0; } }
  .page-template-template-14_Primary-Solutions section.history .outer-grid {
    max-width: 1440px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 100%; }
    .page-template-template-14_Primary-Solutions section.history .outer-grid:after {
      content: '';
      display: block;
      height: 475px;
      width: 326px;
      position: absolute;
      left: 623px;
      top: 0px;
      background: url("../images/wavy.svg") repeat;
      pointer-events: none; }
  .page-template-template-14_Primary-Solutions section.history .img-background {
    height: 100%;
    width: 976px;
    -o-object-fit: cover;
    object-fit: cover; }
  .page-template-template-14_Primary-Solutions section.history > .row {
    position: relative;
    z-index: 1; }
  .page-template-template-14_Primary-Solutions section.history .inner {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    height: 100%; }
  .page-template-template-14_Primary-Solutions section.history h2 {
    color: #ffffff;
    margin-bottom: 24px; }
  .page-template-template-14_Primary-Solutions section.history .buttons {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    margin-bottom: 50px; }
    @media screen and (max-width: 39.9375em) {
      .page-template-template-14_Primary-Solutions section.history .buttons {
        -webkit-flex-direction: column;
        flex-direction: column;
        -webkit-align-items: center;
        align-items: center; } }
    .page-template-template-14_Primary-Solutions section.history .buttons .slider-buttons {
      margin-left: 24px;
      margin-top: 24px; }
      @media print, screen and (min-width: 40em) {
        .page-template-template-14_Primary-Solutions section.history .buttons .slider-buttons {
          margin-top: 0; } }
      .page-template-template-14_Primary-Solutions section.history .buttons .slider-buttons svg path:first-of-type {
        fill: #f0ce15; }
  .page-template-template-14_Primary-Solutions section.history .timeline-slider {
    background: #ffffff; }
  .page-template-template-14_Primary-Solutions section.history .timeline {
    background: #ffffff;
    padding: 32px; }
    .page-template-template-14_Primary-Solutions section.history .timeline .title {
      font-family: "GothamNarrow", Arial, sans-serif;
      font-size: 24px;
      font-weight: bold;
      margin-bottom: 42px; }
    @media print, screen and (min-width: 40em) {
      .page-template-template-14_Primary-Solutions section.history .timeline {
        padding: 60px; } }

.page-template-template-14_Primary-Solutions section.action,
.page-template-template-14_Primary-Solutions section.generic {
  margin-top: 50px; }
  @media print, screen and (min-width: 64em) {
    .page-template-template-14_Primary-Solutions section.action,
    .page-template-template-14_Primary-Solutions section.generic {
      margin-top: 150px; } }

.page-template-template-14_Primary-Solutions section.highlights {
  background: #f0ce15;
  position: relative;
  overflow: hidden;
  padding: 48px 0;
  margin-top: 50px; }
  @media print, screen and (min-width: 64em) {
    .page-template-template-14_Primary-Solutions section.highlights {
      padding: 150px 0;
      margin-top: 125px; } }
  .page-template-template-14_Primary-Solutions section.highlights .outer-grid {
    max-width: 1440px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 100%; }
    .page-template-template-14_Primary-Solutions section.highlights .outer-grid:after {
      content: '';
      display: block;
      height: 475px;
      width: 326px;
      position: absolute;
      left: 623px;
      top: 0px;
      background: url("../images/wavy.svg") repeat;
      pointer-events: none; }
  .page-template-template-14_Primary-Solutions section.highlights .img-background {
    height: 100%;
    width: 976px;
    -o-object-fit: cover;
    object-fit: cover; }
  .page-template-template-14_Primary-Solutions section.highlights > .row {
    position: relative;
    z-index: 1; }
  .page-template-template-14_Primary-Solutions section.highlights h2 {
    color: #ffffff;
    margin-bottom: 24px; }
  .page-template-template-14_Primary-Solutions section.highlights .points .large-5 {
    background: #ffffff;
    margin-bottom: 24px; }
  .page-template-template-14_Primary-Solutions section.highlights .point {
    padding: 36px 24px 36px 36px; }
    .page-template-template-14_Primary-Solutions section.highlights .point .suffix,
    .page-template-template-14_Primary-Solutions section.highlights .point .prefix {
      font-size: 18px;
      font-weight: bold;
      line-height: 1.42; }
    .page-template-template-14_Primary-Solutions section.highlights .point .suffix {
      margin-top: 12px; }
    .page-template-template-14_Primary-Solutions section.highlights .point .stat {
      font-weight: bold;
      font-size: 36px; }

.page-template-template-14_Primary-Solutions section.form {
  margin-top: 0; }

.page-template-template-14_Primary-Solutions section.donate-banner {
  margin-top: 50px; }
  @media print, screen and (min-width: 64em) {
    .page-template-template-14_Primary-Solutions section.donate-banner {
      margin-top: 0; } }

.page-template-template-14_Primary-Solutions section.cards {
  margin-top: 50px; }
  @media print, screen and (min-width: 64em) {
    .page-template-template-14_Primary-Solutions section.cards {
      margin-top: 150px; } }
  .page-template-template-14_Primary-Solutions section.cards .card-column {
    margin-top: 32px;
    display: -webkit-flex;
    display: flex; }
    .page-template-template-14_Primary-Solutions section.cards .card-column .card {
      background: #ffffff;
      box-shadow: 0 20px 40px -10px rgba(0, 0, 0, 0.08); }
      .page-template-template-14_Primary-Solutions section.cards .card-column .card img {
        height: 288px;
        width: 100%;
        -o-object-fit: cover;
        object-fit: cover; }
      .page-template-template-14_Primary-Solutions section.cards .card-column .card .inner {
        padding: 30px;
        color: #4d4d4f; }
        .page-template-template-14_Primary-Solutions section.cards .card-column .card .inner .card-title {
          font-size: 17px;
          font-weight: bold;
          margin-bottom: 12px; }
        .page-template-template-14_Primary-Solutions section.cards .card-column .card .inner .learn-more {
          margin-top: 18px;
          color: #00a0dd;
          font-size: 16px;
          font-weight: bold;
          letter-spacing: 1px;
          text-transform: uppercase; }
      .page-template-template-14_Primary-Solutions section.cards .card-column .card:hover, .page-template-template-14_Primary-Solutions section.cards .card-column .card:focus {
        box-shadow: 0 20px 40px -10px rgba(0, 0, 0, 0.2); }

.page-template-template-14_Primary-Solutions section.prayer {
  margin-top: 50px; }
  @media print, screen and (min-width: 64em) {
    .page-template-template-14_Primary-Solutions section.prayer {
      margin-top: 150px; } }
  .page-template-template-14_Primary-Solutions section.prayer > .row {
    margin-top: -200px; }
  .page-template-template-14_Primary-Solutions section.prayer .box-over {
    text-align: center;
    padding: 48px 48px 0px;
    background: #f7f7f7; }
  .page-template-template-14_Primary-Solutions section.prayer .pray {
    margin-bottom: 32px; }
  .page-template-template-14_Primary-Solutions section.prayer .slick-dots {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    margin: 0;
    padding: 1rem 0;
    list-style-type: none; }
    .page-template-template-14_Primary-Solutions section.prayer .slick-dots li {
      margin: 0 0.25rem; }
    .page-template-template-14_Primary-Solutions section.prayer .slick-dots button {
      display: block;
      width: 0.5rem;
      height: 0.5rem;
      padding: 0;
      border: none;
      border-radius: 100%;
      background-color: #00a0dd;
      text-indent: -9999px; }
    .page-template-template-14_Primary-Solutions section.prayer .slick-dots li.slick-active button {
      background-color: #a3cf60; }
  .page-template-template-14_Primary-Solutions section.prayer .bg-wrapper {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    margin: auto;
    height: 100%;
    width: 100%;
    max-width: calc(1280px * .8333333);
    z-index: -1; }
  .page-template-template-14_Primary-Solutions section.prayer .bg-pattern {
    height: 100%;
    width: 326px;
    background: url("../images/wavy.svg") repeat;
    margin-left: auto; }
  .page-template-template-14_Primary-Solutions section.prayer .background {
    padding-top: 190px;
    padding-bottom: 112px;
    min-height: 350px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    z-index: -1; }

.page-template-template-15_Donate-Landing .hero.small {
  margin-bottom: 30px; }

.page-template-template-15_Donate-Landing section.intro {
  margin-top: 25px; }
  .page-template-template-15_Donate-Landing section.intro h2 {
    margin-bottom: 15px; }

.page-template-template-15_Donate-Landing section.cards {
  margin-top: 50px; }
  .page-template-template-15_Donate-Landing section.cards .card-column {
    display: -webkit-flex;
    display: flex;
    margin-bottom: 25px; }
    .page-template-template-15_Donate-Landing section.cards .card-column .card {
      background: #ffffff;
      box-shadow: 0 20px 40px -10px rgba(0, 0, 0, 0.08); }
      .page-template-template-15_Donate-Landing section.cards .card-column .card img {
        height: 194px;
        width: 100%;
        -o-object-fit: cover;
        object-fit: cover; }
      .page-template-template-15_Donate-Landing section.cards .card-column .card .inner {
        padding: 30px;
        color: #4d4d4f; }
        .page-template-template-15_Donate-Landing section.cards .card-column .card .inner .card-title {
          font-size: 17px;
          font-weight: bold;
          margin-bottom: 15px; }
        .page-template-template-15_Donate-Landing section.cards .card-column .card .inner .copy {
          margin-bottom: 15px; }
        .page-template-template-15_Donate-Landing section.cards .card-column .card .inner .learn-more {
          margin-top: 18px;
          font-size: 16px;
          font-weight: bold;
          letter-spacing: 1px;
          text-transform: uppercase; }
      .page-template-template-15_Donate-Landing section.cards .card-column .card:hover, .page-template-template-15_Donate-Landing section.cards .card-column .card:focus {
        box-shadow: 0 20px 40px -10px rgba(0, 0, 0, 0.2); }
    .page-template-template-15_Donate-Landing section.cards .card-column .card-305 img {
      height: 305px; }

.page-template-template-15_Donate-Landing section.options {
  margin-top: 100px;
  padding-top: 100px;
  background: #a3cf60;
  position: relative; }
  .page-template-template-15_Donate-Landing section.options:after {
    content: '';
    display: block;
    height: 475px;
    width: 326px;
    position: absolute;
    left: 50%;
    top: 0px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background: url(../images/wavy-blue.svg) repeat;
    opacity: 0.2;
    pointer-events: none; }
  .page-template-template-15_Donate-Landing section.options h2 {
    margin-bottom: 24px; }
  .page-template-template-15_Donate-Landing section.options .option {
    background: #ffffff;
    box-shadow: 0 20px 40px -10px rgba(0, 0, 0, 0.08);
    padding: 60px;
    margin-bottom: 24px;
    z-index: 1;
    position: relative; }
    .page-template-template-15_Donate-Landing section.options .option .label {
      font-family: "GothamNarrow", Arial, sans-serif;
      font-size: 24px;
      font-weight: bold; }
      @media print, screen and (min-width: 40em) {
        .page-template-template-15_Donate-Landing section.options .option .label {
          margin-right: 34px;
          width: 250px;
          min-width: 250px; } }
    @media print, screen and (min-width: 40em) {
      .page-template-template-15_Donate-Landing section.options .option {
        display: -webkit-flex;
        display: flex; } }
    .page-template-template-15_Donate-Landing section.options .option:last-of-type {
      position: relative;
      margin-bottom: 0; }
      .page-template-template-15_Donate-Landing section.options .option:last-of-type:before {
        content: '';
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        background: #ffffff;
        z-index: -1; }
      .page-template-template-15_Donate-Landing section.options .option:last-of-type:after {
        content: '';
        display: block;
        width: 200vw;
        height: 50%;
        position: absolute;
        bottom: 0;
        background: #f7f7f7;
        z-index: -2;
        -webkit-transform: translateX(-100vw);
        transform: translateX(-100vw); }

.page-template-template-15_Donate-Landing section.banner {
  margin-top: 60px; }
  @media print, screen and (min-width: 64em) {
    .page-template-template-15_Donate-Landing section.banner {
      margin-top: 100px; } }

.page-template-template-16_Campaign .hero.small .outer-grid .hero-img-wrapper {
  margin-left: 0;
  margin-right: auto;
  width: auto;
  display: inline-block; }
  .page-template-template-16_Campaign .hero.small .outer-grid .hero-img-wrapper img {
    width: auto;
    -o-object-fit: contain;
    object-fit: contain; }
  .page-template-template-16_Campaign .hero.small .outer-grid .hero-img-wrapper:after {
    left: initial;
    right: -50px; }

.page-template-template-16_Campaign .hero.small .outer-grid.center {
  text-align: center; }

.page-template-template-16_Campaign .hero.small .outer-grid.right {
  text-align: right; }
  .page-template-template-16_Campaign .hero.small .outer-grid.right .hero-img-wrapper:after {
    right: initial;
    left: -50px; }

@media print, screen and (min-width: 64em) {
  .page-template-template-16_Campaign section.intro {
    margin-top: 32px;
    margin-bottom: 32px; } }

.page-template-template-16_Campaign section.intro h1 {
  font-size: 40px;
  font-weight: bold;
  line-height: normal;
  letter-spacing: normal;
  margin-bottom: 0; }
  @media print, screen and (min-width: 40em) {
    .page-template-template-16_Campaign section.intro h1 {
      font-size: 72px; } }

.page-template-template-16_Campaign section.intro a.button {
  margin-top: 24px; }

.page-template-template-16_Campaign section.campaign .side-content {
  padding: 32px;
  margin-top: 32px; }
  @media print, screen and (min-width: 64em) {
    .page-template-template-16_Campaign section.campaign .side-content {
      margin-top: 0; } }

.page-template-template-16_Campaign section.campaign .large-6:not(.side-content) {
  padding-right: 32px;
  padding-left: 32px; }

.page-template-template-16_Campaign section.campaign .row.row-reverse {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse; }
  @media print, screen and (min-width: 64em) {
    .page-template-template-16_Campaign section.campaign .row.row-reverse {
      -webkit-flex-direction: row-reverse;
      flex-direction: row-reverse; } }

.page-template-template-16_Campaign section.banner {
  margin-top: 60px; }
  @media print, screen and (min-width: 64em) {
    .page-template-template-16_Campaign section.banner {
      margin-top: 100px; } }

.page-template-template-18_Full h1 {
  font-size: 40px;
  font-weight: bold;
  line-height: normal;
  letter-spacing: normal;
  margin-bottom: 32px; }
  @media print, screen and (min-width: 40em) {
    .page-template-template-18_Full h1 {
      font-size: 72px; } }

@media print, screen and (min-width: 64em) {
  .hero.ecomm .cart-icon-row {
    position: absolute;
    bottom: -25px;
    right: 0;
    left: 0;
    margin-left: auto;
    margin-right: auto; } }

.hero.ecomm .cart-icon-row a {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin-left: auto;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background-color: #4d4d4f;
  position: relative; }
  .hero.ecomm .cart-icon-row a:hover, .hero.ecomm .cart-icon-row a:focus {
    background-color: #a3cf60; }
  .hero.ecomm .cart-icon-row a .cart-count {
    position: absolute;
    top: -15px;
    right: -7.5px;
    width: 30px;
    height: 30px;
    background: #f0ce15;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    color: white;
    border-radius: 100%; }

.woocommerce-message {
  border-top-color: #a3cf60; }
  .woocommerce-message:before {
    color: #a3cf60; }

.woocommerce-error {
  border-top-color: #f0493e; }
  .woocommerce-error:before {
    color: #f0493e; }

.woocommerce-info {
  border-top-color: #f0ce15; }
  .woocommerce-info:before {
    color: #f0ce15; }

@media screen and (max-width: 39.9375em) {
  .woocommerce .woocommerce-error,
  .woocommerce .woocommerce-info,
  .woocommerce .woocommerce-message {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column; }
    .woocommerce .woocommerce-error a.button,
    .woocommerce .woocommerce-info a.button,
    .woocommerce .woocommerce-message a.button {
      float: none;
      -webkit-order: 1;
      order: 1;
      margin-top: 12px; } }

.woocommerce div.product form.cart div.quantity {
  float: none;
  margin: 0; }

.woocommerce .quantity .qty {
  border-radius: 3px;
  border: solid 1.5px #4d4d4f;
  width: 58px;
  height: 50px; }

.woocommerce.single-product .hero {
  display: block; }
  .woocommerce.single-product .hero .breadcrumbs {
    margin-top: 24px;
    font-size: 13px;
    line-height: 1.96;
    text-transform: uppercase;
    margin-bottom: 40px; }

.woocommerce.single-product .product-wrapper {
  margin-top: 114px; }

@media print, screen and (min-width: 64em) {
  .woocommerce.single-product div.product {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between; } }

.woocommerce.single-product div.product form.cart {
  margin-bottom: 0; }

.woocommerce.single-product div.product .summary {
  margin-top: 60px;
  margin-bottom: 0;
  -webkit-align-self: center;
  -ms-grid-row-align: center;
  align-self: center; }
  @media print, screen and (min-width: 64em) {
    .woocommerce.single-product div.product .summary {
      margin-top: 0; } }

.woocommerce.single-product div.product table.variations {
  border-collapse: separate;
  border-spacing: 0 15px; }

.woocommerce.single-product div.product .variations td.label {
  padding-top: 10px; }

.woocommerce.single-product div.product .variations select {
  margin-bottom: 0; }

.woocommerce.single-product div.product .woocommerce-product-gallery {
  margin-bottom: 0; }

.woocommerce.single-product div.product .woocommerce-product-gallery:after {
  content: '';
  display: block;
  width: 300px;
  height: 200px;
  background-color: #a3cf60;
  position: absolute;
  left: -80px;
  bottom: -37.5px;
  pointer-events: none;
  z-index: -1; }
  @media print, screen and (min-width: 40em) {
    .woocommerce.single-product div.product .woocommerce-product-gallery:after {
      width: 600px;
      height: 400px; } }
  @media print, screen and (min-width: 64em) {
    .woocommerce.single-product div.product .woocommerce-product-gallery:after {
      bottom: -100px; } }

.woocommerce.single-product div.product div.images .flex-control-thumbs {
  margin-top: 12px;
  display: -ms-grid;
  display: grid;
  grid-gap: 24px;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr); }
  @media print, screen and (min-width: 40em) {
    .woocommerce.single-product div.product div.images .flex-control-thumbs {
      -ms-grid-columns: (1fr)[6];
      grid-template-columns: repeat(6, 1fr); } }
  .woocommerce.single-product div.product div.images .flex-control-thumbs li {
    width: unset;
    float: none; }
    .woocommerce.single-product div.product div.images .flex-control-thumbs li img {
      width: 100%;
      height: 75px;
      -o-object-fit: cover;
      object-fit: cover; }

.woocommerce.single-product .cbm-woo-label,
.woocommerce.single-product .variations td.label label {
  opacity: 0.6;
  font-size: 17px;
  font-weight: bold;
  line-height: 1.5;
  color: #4d4d4f; }
  .woocommerce.single-product .cbm-woo-label.mb12,
  .woocommerce.single-product .variations td.label label.mb12 {
    margin-bottom: 12px; }

.woocommerce.single-product .woocommerce-Price-amount {
  font-size: 24px;
  font-weight: bold;
  color: #4d4d4f;
  font-family: "GothamNarrow", Arial, sans-serif !important; }

.woocommerce.single-product section.related {
  margin-top: 50px; }
  @media print, screen and (min-width: 64em) {
    .woocommerce.single-product section.related {
      margin-top: 150px; } }

.woocommerce.single-product .news-wrapper {
  margin-top: 44px;
  display: -ms-grid;
  display: grid;
  grid-gap: 24px; }
  @media screen and (min-width: 40em) and (max-width: 63.9375em) {
    .woocommerce.single-product .news-wrapper {
      -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr; }
      .woocommerce.single-product .news-wrapper a.card:nth-child(3) {
        display: none; } }
  @media print, screen and (min-width: 64em) {
    .woocommerce.single-product .news-wrapper {
      -ms-grid-columns: 1fr 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr; } }
  .woocommerce.single-product .news-wrapper a.card .text-wrapper {
    padding: 30px; }
    .woocommerce.single-product .news-wrapper a.card .text-wrapper .card-title {
      font-size: 17px;
      line-height: 1.5; }
  .woocommerce.single-product .news-wrapper a.card:hover, .woocommerce.single-product .news-wrapper a.card:focus {
    background: #00a0dd; }
    .woocommerce.single-product .news-wrapper a.card:hover img, .woocommerce.single-product .news-wrapper a.card:focus img {
      -webkit-transform: none;
      transform: none; }
    .woocommerce.single-product .news-wrapper a.card:hover .text-wrapper .card-title, .woocommerce.single-product .news-wrapper a.card:focus .text-wrapper .card-title {
      color: #ffffff; }

.woocommerce-cart-form td.product-name a,
.woocommerce-cart-form td.product-price {
  font-family: "GothamNarrow", Arial, sans-serif !important;
  font-size: 17px;
  font-weight: bold;
  color: #4d4d4f; }
  @media print, screen and (min-width: 40em) {
    .woocommerce-cart-form td.product-name a,
    .woocommerce-cart-form td.product-price {
      font-size: 24px; } }

.woocommerce-cart-form td.product-name a:hover, .woocommerce-cart-form td.product-name a:focus {
  color: #a3cf60; }

.woocommerce-cart-form .product-quantity:before {
  margin-right: 24px; }
  @media print, screen and (min-width: 40em) {
    .woocommerce-cart-form .product-quantity:before {
      margin-right: 0; } }

.woocommerce-cart-form dl.variation {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 1fr;
  grid-template-columns: auto 1fr;
  grid-gap: 6px; }
  .woocommerce-cart-form dl.variation dt {
    margin-bottom: 0; }

.woocommerce table.shop_table,
.woocommerce table.shop_table td {
  border: none; }

.woocommerce table.shop_table td {
  border-bottom: 1px solid rgba(77, 77, 79, 0.1); }
  .woocommerce table.shop_table td.actions {
    border-bottom: none; }

.cart-buttons {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-top: 46px;
  -webkit-flex-direction: column;
  flex-direction: column; }
  @media screen and (min-width: 40em) and (max-width: 63.9375em) {
    .cart-buttons {
      display: block; }
      .cart-buttons button.button.secondary {
        margin-bottom: 24px; } }
  @media screen and (max-width: 39.9375em) {
    .cart-buttons button.button.secondary {
      margin-bottom: 24px; }
    .cart-buttons .button-group {
      width: 100%; } }
  @media print, screen and (min-width: 40em) {
    .cart-buttons {
      -webkit-flex-direction: row;
      flex-direction: row; } }

@media print, screen and (min-width: 64em) {
  #add_payment_method table.cart .product-thumbnail,
  .woocommerce-cart table.cart .product-thumbnail,
  .woocommerce-checkout table.cart .product-thumbnail {
    width: 193px;
    padding: 46px 12px; }
    #add_payment_method table.cart .product-thumbnail img,
    .woocommerce-cart table.cart .product-thumbnail img,
    .woocommerce-checkout table.cart .product-thumbnail img {
      width: 193px;
      -o-object-fit: cover;
      object-fit: cover; } }

.woocommerce-checkout .woocommerce,
.woocommerce-cart .woocommerce {
  margin-top: 50px; }
  @media print, screen and (min-width: 64em) {
    .woocommerce-checkout .woocommerce,
    .woocommerce-cart .woocommerce {
      margin-top: 114px; } }

@media print, screen and (min-width: 64em) {
  .woocommerce-checkout .woocommerce {
    margin-top: 172px; } }

.woocommerce-checkout .woocommerce .woocommerce-billing-fields > h3 {
  display: none; }

.woocommerce-checkout .woocommerce .col-1 {
  margin-bottom: 32px; }

.woocommerce-checkout .woocommerce #add_payment_method #payment,
.woocommerce-checkout .woocommerce .woocommerce-cart #payment,
.woocommerce-checkout .woocommerce .woocommerce-checkout #payment {
  background: transparent;
  border-radius: unset; }
  .woocommerce-checkout .woocommerce #add_payment_method #payment div.form-row,
  .woocommerce-checkout .woocommerce .woocommerce-cart #payment div.form-row,
  .woocommerce-checkout .woocommerce .woocommerce-checkout #payment div.form-row {
    padding: 0; }
  .woocommerce-checkout .woocommerce #add_payment_method #payment #place_order,
  .woocommerce-checkout .woocommerce .woocommerce-cart #payment #place_order,
  .woocommerce-checkout .woocommerce .woocommerce-checkout #payment #place_order {
    float: none; }

.woocommerce-checkout .woocommerce .woocommerce-additional-fields {
  margin: 32px 0; }

.woocommerce-checkout .woocommerce .product-review-table td {
  font-family: "GothamNarrow", Arial, sans-serif !important;
  font-size: 17px;
  font-weight: bold;
  color: #4d4d4f;
  padding-bottom: 32px;
  padding-top: 24px;
  border-bottom: 1px solid rgba(77, 77, 79, 0.1); }
  @media print, screen and (min-width: 40em) {
    .woocommerce-checkout .woocommerce .product-review-table td {
      font-size: 24px; } }
  .woocommerce-checkout .woocommerce .product-review-table td.product-quantity {
    min-width: unset; }

.woocommerce-checkout .woocommerce .product-review-table tr:first-of-type td {
  padding-top: 0; }

.woocommerce-checkout .woocommerce .product-review-table tr:last-of-type td {
  border-bottom: none; }

.woocommerce-checkout .woocommerce .product-review-table td.product-name dl.variation dd {
  margin-bottom: 0.3rem; }

.woocommerce .woocommerce-customer-details address {
  border: none;
  background: transparent;
  padding: 0; }

section.technical {
  margin-top: 50px; }
  @media print, screen and (min-width: 64em) {
    section.technical {
      margin-top: 150px; } }
  section.technical .additional-link {
    margin-top: 60px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-direction: column;
    flex-direction: column; }
    section.technical .additional-link a {
      margin-top: 24px; }
    @media print, screen and (min-width: 64em) {
      section.technical .additional-link {
        -webkit-flex-direction: row;
        flex-direction: row; }
        section.technical .additional-link a {
          margin-left: 32px;
          margin-top: 0; } }

.social-icons-wrapper {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin-top: 30px; }
  .social-icons-wrapper .social-icon {
    position: relative;
    margin-right: 16px; }
    .social-icons-wrapper .social-icon:last-of-type {
      margin-right: 0; }
    .social-icons-wrapper .social-icon svg path {
      fill: #383839; }
    .social-icons-wrapper .social-icon:hover svg path {
      fill: #00a0dd; }
    .social-icons-wrapper .social-icon svg {
      width: 24px;
      height: 24px; }

.page-navigation {
  margin-top: 48px; }
  .page-navigation ul.pagination {
    display: -webkit-flex;
    display: flex;
    margin-bottom: 0;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center; }
    .page-navigation ul.pagination li {
      display: -webkit-flex;
      display: flex;
      -webkit-align-items: center;
      align-items: center;
      -webkit-justify-content: center;
      justify-content: center;
      width: 50px;
      height: 50px;
      margin: 0;
      font-size: 18px;
      font-weight: bold;
      text-align: center;
      color: #4d4d4f;
      border-radius: 100%;
      border: solid 1px #4d4d4f;
      transition: all 300ms ease-in-out;
      margin-right: 11px; }
      .page-navigation ul.pagination li:last-of-type {
        margin-right: 0; }
      .page-navigation ul.pagination li.current {
        background: #f0493e;
        color: #ffffff;
        border-color: #f0493e; }
      .page-navigation ul.pagination li:not(.current) {
        background-color: transparent;
        color: #4d4d4f; }
        .page-navigation ul.pagination li:not(.current) a {
          color: #4d4d4f; }
        .page-navigation ul.pagination li:not(.current):hover {
          background-color: #f0493e;
          border-color: #f0493e; }
          .page-navigation ul.pagination li:not(.current):hover a {
            color: #ffffff; }
      .page-navigation ul.pagination li a {
        font-size: 18px;
        font-weight: bold;
        text-align: center;
        color: #ffffff; }
        .page-navigation ul.pagination li a:hover {
          background-color: rgba(255, 255, 255, 0); }

.button,
a.button,
.woocommerce a.button,
.woocommerce input.button,
.woocommerce button.button,
.woocommerce button.button.alt,
.woocommerce a.button.alt,
.post-password-form input[type="submit"],
form[id*=vcrm] .v_gao,
form[id*=vcrm] .v_ig .button {
  display: inline-block;
  padding: 13px 2em;
  margin: 0;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 1px;
  border: none;
  text-transform: uppercase;
  text-align: center;
  cursor: pointer;
  background: #00a0dd;
  color: #ffffff;
  border-radius: 25px;
  box-shadow: 0 10px 20px -8px rgba(0, 0, 0, 0.1); }
  .button:hover, .button:focus,
  a.button:hover,
  a.button:focus,
  .woocommerce a.button:hover,
  .woocommerce a.button:focus,
  .woocommerce input.button:hover,
  .woocommerce input.button:focus,
  .woocommerce button.button:hover,
  .woocommerce button.button:focus,
  .woocommerce button.button.alt:hover,
  .woocommerce button.button.alt:focus,
  .woocommerce a.button.alt:hover,
  .woocommerce a.button.alt:focus,
  .post-password-form input[type="submit"]:hover,
  .post-password-form input[type="submit"]:focus,
  form[id*=vcrm] .v_gao:hover,
  form[id*=vcrm] .v_gao:focus,
  form[id*=vcrm] .v_ig .button:hover,
  form[id*=vcrm] .v_ig .button:focus {
    background: #a3cf60;
    color: #ffffff; }
  .button.secondary,
  a.button.secondary,
  .woocommerce a.button.secondary,
  .woocommerce input.button.secondary,
  .woocommerce button.button.secondary,
  .woocommerce button.button.alt.secondary,
  .woocommerce a.button.alt.secondary,
  .post-password-form input[type="submit"].secondary,
  form[id*=vcrm] .v_gao.secondary,
  form[id*=vcrm] .v_ig .button.secondary {
    background: #4d4d4f; }
    .button.secondary:hover, .button.secondary:focus,
    a.button.secondary:hover,
    a.button.secondary:focus,
    .woocommerce a.button.secondary:hover,
    .woocommerce a.button.secondary:focus,
    .woocommerce input.button.secondary:hover,
    .woocommerce input.button.secondary:focus,
    .woocommerce button.button.secondary:hover,
    .woocommerce button.button.secondary:focus,
    .woocommerce button.button.alt.secondary:hover,
    .woocommerce button.button.alt.secondary:focus,
    .woocommerce a.button.alt.secondary:hover,
    .woocommerce a.button.alt.secondary:focus,
    .post-password-form input[type="submit"].secondary:hover,
    .post-password-form input[type="submit"].secondary:focus,
    form[id*=vcrm] .v_gao.secondary:hover,
    form[id*=vcrm] .v_gao.secondary:focus,
    form[id*=vcrm] .v_ig .button.secondary:hover,
    form[id*=vcrm] .v_ig .button.secondary:focus {
      background: #a3cf60; }
  .button.white,
  a.button.white,
  .woocommerce a.button.white,
  .woocommerce input.button.white,
  .woocommerce button.button.white,
  .woocommerce button.button.alt.white,
  .woocommerce a.button.alt.white,
  .post-password-form input[type="submit"].white,
  form[id*=vcrm] .v_gao.white,
  form[id*=vcrm] .v_ig .button.white {
    background: #ffffff;
    color: #4d4d4f; }
    .button.white:hover, .button.white:focus,
    a.button.white:hover,
    a.button.white:focus,
    .woocommerce a.button.white:hover,
    .woocommerce a.button.white:focus,
    .woocommerce input.button.white:hover,
    .woocommerce input.button.white:focus,
    .woocommerce button.button.white:hover,
    .woocommerce button.button.white:focus,
    .woocommerce button.button.alt.white:hover,
    .woocommerce button.button.alt.white:focus,
    .woocommerce a.button.alt.white:hover,
    .woocommerce a.button.alt.white:focus,
    .post-password-form input[type="submit"].white:hover,
    .post-password-form input[type="submit"].white:focus,
    form[id*=vcrm] .v_gao.white:hover,
    form[id*=vcrm] .v_gao.white:focus,
    form[id*=vcrm] .v_ig .button.white:hover,
    form[id*=vcrm] .v_ig .button.white:focus {
      background: #a3cf60;
      color: #ffffff; }

.button-group {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column; }
  .button-group .button:nth-of-type(2) {
    margin-top: 24px; }
  @media print, screen and (min-width: 40em) {
    .button-group {
      -webkit-flex-direction: row;
      flex-direction: row; }
      .button-group .button:nth-of-type(2) {
        margin-left: 25px;
        margin-top: 0; } }

.slider-buttons {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin-top: 12px; }
  @media print, screen and (min-width: 40em) {
    .slider-buttons {
      -webkit-justify-content: flex-end;
      justify-content: flex-end;
      margin-top: 0; } }
  .slider-buttons > button {
    width: 50px;
    height: 50px;
    cursor: pointer; }
    .slider-buttons > button:nth-of-type(2) {
      margin-left: 14px; }
    .slider-buttons > button:hover svg path:first-of-type, .slider-buttons > button:focus svg path:first-of-type {
      fill: #a3cf60; }
    .slider-buttons > button.slick-disabled {
      opacity: 0.5;
      cursor: default; }
      .slider-buttons > button.slick-disabled:hover svg path:first-of-type, .slider-buttons > button.slick-disabled:focus svg path:first-of-type {
        fill: #008EC4; }

.woocommerce button.button.alt.disabled {
  background: rgba(0, 160, 221, 0.5); }
  .woocommerce button.button.alt.disabled:hover, .woocommerce button.button.alt.disabled:focus {
    background: rgba(163, 207, 96, 0.5);
    color: #ffffff; }

.woocommerce button.button:disabled,
.woocommerce button.button:disabled[disabled] {
  background: rgba(77, 77, 79, 0.5);
  color: #ffffff;
  padding: 13px 2em; }
  .woocommerce button.button:disabled:hover, .woocommerce button.button:disabled:focus,
  .woocommerce button.button:disabled[disabled]:hover,
  .woocommerce button.button:disabled[disabled]:focus {
    background: rgba(163, 207, 96, 0.5);
    color: #ffffff; }

.card.news {
  position: relative;
  width: 100%;
  background: #ffffff;
  box-shadow: 0 20px 40px -10px rgba(0, 0, 0, 0.08);
  overflow: hidden; }
  .card.news .image-wrapper {
    height: 300px;
    overflow: hidden;
    position: relative; }
    .card.news .image-wrapper > img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover;
      transition: all 0.25s ease; }
  .card.news .date, .card.news .category {
    background-color: #ffffff;
    color: #4d4d4f;
    font-size: 13px;
    font-weight: bold;
    min-height: 34px;
    min-width: 250px;
    padding: 10px 0;
    position: absolute;
    left: 30px;
    text-align: center;
    text-transform: uppercase;
    top: 0;
    transition: all 0.25s ease; }
  .card.news .category {
    top: calc(300px - 39px);
    min-width: 110px;
    padding: 10px 0.75em; }
  .card.news .text-wrapper {
    padding: 30px 30px 18px;
    opacity: 1;
    transition: all 0.25s ease; }
    .card.news .text-wrapper .card-title {
      font-family: "GothamNarrow", Arial, sans-serif !important;
      font-size: 24px;
      font-weight: bold;
      color: #4d4d4f;
      text-transform: capitalize; }
    .card.news .text-wrapper .read-more {
      margin-top: 14px;
      font-size: 13px;
      font-weight: bold;
      color: #00a0dd;
      text-transform: uppercase; }
  .card.news .hover {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 160, 221, 0.75);
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    opacity: 0;
    transition: all 0.25s ease; }
    .card.news .hover img {
      transition: all 0.25s ease;
      opacity: 0; }
  .card.news:hover, .card.news:focus {
    box-shadow: 0 20px 40px -10px rgba(0, 0, 0, 0.2); }
    .card.news:hover .hover, .card.news:focus .hover {
      transition-delay: 0.1s;
      opacity: 1; }
    .card.news:hover .date, .card.news:focus .date {
      -webkit-transform: translateY(-100%);
      transform: translateY(-100%); }
    .card.news:hover .image-wrapper img, .card.news:focus .image-wrapper img {
      -webkit-transform: scale(1.1);
      transform: scale(1.1); }
    .card.news:hover .hover img, .card.news:focus .hover img {
      opacity: 1; }

.card.hover {
  position: relative; }
  .card.hover .face {
    height: 200px;
    transition: all 300ms ease-in-out; }
  .card.hover .face1 {
    position: relative;
    background: #383839;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    z-index: 1;
    -webkit-transform: translateY(100px);
    transform: translateY(100px); }
    .card.hover .face1 .content {
      opacity: 0.2;
      transition: all 300ms ease-in-out;
      color: #ffffff;
      text-align: center; }
      .card.hover .face1 .content img {
        max-width: 100px; }
      .card.hover .face1 .content h3 {
        margin: 10px 0 0;
        padding: 0; }
  .card.hover .face2 {
    position: relative;
    background: #ffffff;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    padding: 20px;
    box-sizing: border-box;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.8);
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px); }
    .card.hover .face2 .content {
      color: #383839; }
  .card.hover:hover .face1, .card.hover:focus .face1 {
    background: #a3cf60;
    -webkit-transform: translateY(0);
    transform: translateY(0); }
    .card.hover:hover .face1 .content, .card.hover:focus .face1 .content {
      opacity: 1; }
  .card.hover:hover .face2, .card.hover:focus .face2 {
    -webkit-transform: translateY(0);
    transform: translateY(0); }

.card.image {
  background-color: #ffffff;
  color: #ffffff;
  font-size: 16px;
  overflow: hidden;
  position: relative;
  text-align: left;
  width: 100%;
  -webkit-transform: translateZ(0);
  transform: translateZ(0); }
  .card.image *,
  .card.image *:before,
  .card.image *:after {
    box-sizing: border-box;
    transition: all 0.45s ease; }
  .card.image img {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    max-width: 100%;
    vertical-align: top; }
  .card.image:before, .card.image:after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: '';
    background-color: #00a0dd;
    opacity: 0.5;
    transition: all 0.45s ease; }
  .card.image:before {
    -webkit-transform: skew(30deg) translateX(-80%);
    transform: skew(30deg) translateX(-80%); }
  .card.image:after {
    -webkit-transform: skew(-30deg) translateX(-70%);
    transform: skew(-30deg) translateX(-70%); }
  .card.image figcaption {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    z-index: 1;
    bottom: 0;
    padding: 25px 40% 25px 20px; }
  .card.image figcaption:before,
  .card.image figcaption:after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #00a0dd;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.7);
    content: '';
    opacity: 0.5;
    z-index: -1; }
  .card.image figcaption:before {
    -webkit-transform: skew(30deg) translateX(-100%);
    transform: skew(30deg) translateX(-100%); }
  .card.image figcaption:after {
    -webkit-transform: skew(-30deg) translateX(-90%);
    transform: skew(-30deg) translateX(-90%); }
  .card.image h3,
  .card.image p {
    margin: 0;
    opacity: 0;
    letter-spacing: 1px; }
  .card.image h3 {
    font-size: 36px;
    font-weight: 700;
    line-height: 1em;
    text-transform: uppercase; }
  .card.image p {
    font-size: 0.9em; }
  .card.image a {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1; }
  .card.image:hover h3,
  .card.image:hover p {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 0.9;
    transition-delay: 0.2s; }
  .card.image:hover:before {
    -webkit-transform: skew(30deg) translateX(-20%);
    transform: skew(30deg) translateX(-20%);
    transition-delay: 0.05s; }
  .card.image:hover:after {
    -webkit-transform: skew(-30deg) translateX(-10%);
    transform: skew(-30deg) translateX(-10%); }
  .card.image:hover figcaption:before {
    -webkit-transform: skew(30deg) translateX(-40%);
    transform: skew(30deg) translateX(-40%);
    transition-delay: 0.15s; }
  .card.image:hover figcaption:after {
    -webkit-transform: skew(-30deg) translateX(-30%);
    transform: skew(-30deg) translateX(-30%);
    transition-delay: 0.1s; }

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  display: block;
  cursor: pointer;
  transition-property: opacity, -webkit-filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible; }
  .hamburger.is-active {
    pointer-events: none; }

.hamburger:hover .hamburger-inner,
.hamburger:hover .hamburger-inner::before,
.hamburger:hover .hamburger-inner::after {
  background-color: #a3cf60; }

.hamburger.is-active:hover {
  opacity: 0.7; }

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #f0493e;
  width: 28px;
  height: 1.5px; }

.hamburger-box {
  width: 28px;
  height: 24px;
  display: block;
  position: relative; }

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px; }

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
  width: 28px;
  height: 2.5px;
  border-radius: 2px;
  position: absolute;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
  background-color: #00a0dd; }

.hamburger-inner {
  width: 18px; }

.hamburger-inner::after {
  width: 24px; }

.hamburger-inner::before,
.hamburger-inner::after {
  content: "";
  display: block; }

.hamburger-inner::before {
  top: -9px; }

.hamburger-inner::after {
  bottom: -9px; }

/*
   * 3DX
   */
.hamburger--3dx .hamburger-box {
  -webkit-perspective: 80px;
  perspective: 80px; }

.hamburger--3dx .hamburger-inner {
  transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dx .hamburger-inner::before,
.hamburger--3dx .hamburger-inner::after {
  transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dx.is-active .hamburger-inner {
  background-color: transparent !important;
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg); }

.hamburger--3dx.is-active .hamburger-inner::before {
  -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
  transform: translate3d(0, 10px, 0) rotate(45deg); }

.hamburger--3dx.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
  transform: translate3d(0, -10px, 0) rotate(-45deg); }

/*
     * 3DX Reverse
     */
.hamburger--3dx-r .hamburger-box {
  -webkit-perspective: 80px;
  perspective: 80px; }

.hamburger--3dx-r .hamburger-inner {
  transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dx-r .hamburger-inner::before,
.hamburger--3dx-r .hamburger-inner::after {
  transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dx-r.is-active .hamburger-inner {
  background-color: transparent !important;
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg); }

.hamburger--3dx-r.is-active .hamburger-inner::before {
  -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
  transform: translate3d(0, 10px, 0) rotate(45deg); }

.hamburger--3dx-r.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
  transform: translate3d(0, -10px, 0) rotate(-45deg); }

/*
     * 3DY
     */
.hamburger--3dy .hamburger-box {
  -webkit-perspective: 80px;
  perspective: 80px; }

.hamburger--3dy .hamburger-inner {
  transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dy .hamburger-inner::before,
.hamburger--3dy .hamburger-inner::after {
  transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dy.is-active .hamburger-inner {
  background-color: transparent !important;
  -webkit-transform: rotateX(-180deg);
  transform: rotateX(-180deg); }

.hamburger--3dy.is-active .hamburger-inner::before {
  -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
  transform: translate3d(0, 10px, 0) rotate(45deg); }

.hamburger--3dy.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
  transform: translate3d(0, -10px, 0) rotate(-45deg); }

/*
     * 3DY Reverse
     */
.hamburger--3dy-r .hamburger-box {
  -webkit-perspective: 80px;
  perspective: 80px; }

.hamburger--3dy-r .hamburger-inner {
  transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dy-r .hamburger-inner::before,
.hamburger--3dy-r .hamburger-inner::after {
  transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dy-r.is-active .hamburger-inner {
  background-color: transparent !important;
  -webkit-transform: rotateX(180deg);
  transform: rotateX(180deg); }

.hamburger--3dy-r.is-active .hamburger-inner::before {
  -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
  transform: translate3d(0, 10px, 0) rotate(45deg); }

.hamburger--3dy-r.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
  transform: translate3d(0, -10px, 0) rotate(-45deg); }

/*
     * 3DXY
     */
.hamburger--3dxy .hamburger-box {
  -webkit-perspective: 80px;
  perspective: 80px; }

.hamburger--3dxy .hamburger-inner {
  transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dxy .hamburger-inner::before,
.hamburger--3dxy .hamburger-inner::after {
  transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dxy.is-active .hamburger-inner {
  background-color: transparent !important;
  -webkit-transform: rotateX(180deg) rotateY(180deg);
  transform: rotateX(180deg) rotateY(180deg); }

.hamburger--3dxy.is-active .hamburger-inner::before {
  -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
  transform: translate3d(0, 10px, 0) rotate(45deg); }

.hamburger--3dxy.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
  transform: translate3d(0, -10px, 0) rotate(-45deg); }

/*
     * 3DXY Reverse
     */
.hamburger--3dxy-r .hamburger-box {
  -webkit-perspective: 80px;
  perspective: 80px; }

.hamburger--3dxy-r .hamburger-inner {
  transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dxy-r .hamburger-inner::before,
.hamburger--3dxy-r .hamburger-inner::after {
  transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dxy-r.is-active .hamburger-inner {
  background-color: transparent !important;
  -webkit-transform: rotateX(180deg) rotateY(180deg) rotateZ(-180deg);
  transform: rotateX(180deg) rotateY(180deg) rotateZ(-180deg); }

.hamburger--3dxy-r.is-active .hamburger-inner::before {
  -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
  transform: translate3d(0, 10px, 0) rotate(45deg); }

.hamburger--3dxy-r.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
  transform: translate3d(0, -10px, 0) rotate(-45deg); }

/*
     * Arrow
     */
.hamburger--arrow.is-active .hamburger-inner::before {
  -webkit-transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1);
  transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1); }

.hamburger--arrow.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1);
  transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1); }

/*
     * Arrow Right
     */
.hamburger--arrow-r.is-active .hamburger-inner::before {
  -webkit-transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1);
  transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1); }

.hamburger--arrow-r.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1);
  transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1); }

/*
     * Arrow Alt
     */
.hamburger--arrowalt .hamburger-inner::before {
  transition: top 0.1s 0.1s ease, -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1); }

.hamburger--arrowalt .hamburger-inner::after {
  transition: bottom 0.1s 0.1s ease, -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1); }

.hamburger--arrowalt.is-active .hamburger-inner::before {
  top: 0;
  -webkit-transform: translate3d(-8px, -10px, 0) rotate(-45deg) scale(0.7, 1);
  transform: translate3d(-8px, -10px, 0) rotate(-45deg) scale(0.7, 1);
  transition: top 0.1s ease, -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22), -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22); }

.hamburger--arrowalt.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: translate3d(-8px, 10px, 0) rotate(45deg) scale(0.7, 1);
  transform: translate3d(-8px, 10px, 0) rotate(45deg) scale(0.7, 1);
  transition: bottom 0.1s ease, -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22), -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22); }

/*
     * Arrow Alt Right
     */
.hamburger--arrowalt-r .hamburger-inner::before {
  transition: top 0.1s 0.1s ease, -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1); }

.hamburger--arrowalt-r .hamburger-inner::after {
  transition: bottom 0.1s 0.1s ease, -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1); }

.hamburger--arrowalt-r.is-active .hamburger-inner::before {
  top: 0;
  -webkit-transform: translate3d(8px, -10px, 0) rotate(45deg) scale(0.7, 1);
  transform: translate3d(8px, -10px, 0) rotate(45deg) scale(0.7, 1);
  transition: top 0.1s ease, -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22), -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22); }

.hamburger--arrowalt-r.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: translate3d(8px, 10px, 0) rotate(-45deg) scale(0.7, 1);
  transform: translate3d(8px, 10px, 0) rotate(-45deg) scale(0.7, 1);
  transition: bottom 0.1s ease, -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22), -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22); }

/*
     * Arrow Turn
     */
.hamburger--arrowturn.is-active .hamburger-inner {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg); }

.hamburger--arrowturn.is-active .hamburger-inner::before {
  -webkit-transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1);
  transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1); }

.hamburger--arrowturn.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1);
  transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1); }

/*
     * Arrow Turn Right
     */
.hamburger--arrowturn-r.is-active .hamburger-inner {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg); }

.hamburger--arrowturn-r.is-active .hamburger-inner::before {
  -webkit-transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1);
  transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1); }

.hamburger--arrowturn-r.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1);
  transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1); }

/*
     * Boring
     */
.hamburger--boring .hamburger-inner,
.hamburger--boring .hamburger-inner::before,
.hamburger--boring .hamburger-inner::after {
  transition-property: none; }

.hamburger--boring.is-active .hamburger-inner {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

.hamburger--boring.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0; }

.hamburger--boring.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg); }

/*
     * Collapse
     */
.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--collapse .hamburger-inner::after {
  top: -20px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear; }

.hamburger--collapse .hamburger-inner::before {
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--collapse.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
  transform: translate3d(0, -10px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }

.hamburger--collapse.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear; }

.hamburger--collapse.is-active .hamburger-inner::before {
  top: 0;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
     * Collapse Reverse
     */
.hamburger--collapse-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--collapse-r .hamburger-inner::after {
  top: -20px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear; }

.hamburger--collapse-r .hamburger-inner::before {
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--collapse-r.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, -10px, 0) rotate(45deg);
  transform: translate3d(0, -10px, 0) rotate(45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }

.hamburger--collapse-r.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear; }

.hamburger--collapse-r.is-active .hamburger-inner::before {
  top: 0;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
     * Elastic
     */
.hamburger--elastic .hamburger-inner {
  top: 2px;
  transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55); }

.hamburger--elastic .hamburger-inner::before {
  top: 10px;
  transition: opacity 0.125s 0.275s ease; }

.hamburger--elastic .hamburger-inner::after {
  top: 20px;
  transition: -webkit-transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55), -webkit-transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55); }

.hamburger--elastic.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, 10px, 0) rotate(135deg);
  transform: translate3d(0, 10px, 0) rotate(135deg);
  transition-delay: 0.075s; }

.hamburger--elastic.is-active .hamburger-inner::before {
  transition-delay: 0s;
  opacity: 0; }

.hamburger--elastic.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -20px, 0) rotate(-270deg);
  transform: translate3d(0, -20px, 0) rotate(-270deg);
  transition-delay: 0.075s; }

/*
     * Elastic Reverse
     */
.hamburger--elastic-r .hamburger-inner {
  top: 2px;
  transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55); }

.hamburger--elastic-r .hamburger-inner::before {
  top: 10px;
  transition: opacity 0.125s 0.275s ease; }

.hamburger--elastic-r .hamburger-inner::after {
  top: 20px;
  transition: -webkit-transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55), -webkit-transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55); }

.hamburger--elastic-r.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, 10px, 0) rotate(-135deg);
  transform: translate3d(0, 10px, 0) rotate(-135deg);
  transition-delay: 0.075s; }

.hamburger--elastic-r.is-active .hamburger-inner::before {
  transition-delay: 0s;
  opacity: 0; }

.hamburger--elastic-r.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -20px, 0) rotate(270deg);
  transform: translate3d(0, -20px, 0) rotate(270deg);
  transition-delay: 0.075s; }

/*
     * Emphatic
     */
.hamburger--emphatic {
  overflow: hidden; }

.hamburger--emphatic .hamburger-inner {
  transition: background-color 0.125s 0.175s ease-in; }

.hamburger--emphatic .hamburger-inner::before {
  left: 0;
  transition: top 0.05s 0.125s linear, left 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335); }

.hamburger--emphatic .hamburger-inner::after {
  top: 10px;
  right: 0;
  transition: top 0.05s 0.125s linear, right 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335); }

.hamburger--emphatic.is-active .hamburger-inner {
  transition-delay: 0s;
  transition-timing-function: ease-out;
  background-color: transparent !important; }

.hamburger--emphatic.is-active .hamburger-inner::before {
  left: -80px;
  top: -80px;
  -webkit-transform: translate3d(80px, 80px, 0) rotate(45deg);
  transform: translate3d(80px, 80px, 0) rotate(45deg);
  transition: left 0.125s ease-out, top 0.05s 0.125s linear, -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1); }

.hamburger--emphatic.is-active .hamburger-inner::after {
  right: -80px;
  top: -80px;
  -webkit-transform: translate3d(-80px, 80px, 0) rotate(-45deg);
  transform: translate3d(-80px, 80px, 0) rotate(-45deg);
  transition: right 0.125s ease-out, top 0.05s 0.125s linear, -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1); }

/*
     * Emphatic Reverse
     */
.hamburger--emphatic-r {
  overflow: hidden; }

.hamburger--emphatic-r .hamburger-inner {
  transition: background-color 0.125s 0.175s ease-in; }

.hamburger--emphatic-r .hamburger-inner::before {
  left: 0;
  transition: top 0.05s 0.125s linear, left 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335); }

.hamburger--emphatic-r .hamburger-inner::after {
  top: 10px;
  right: 0;
  transition: top 0.05s 0.125s linear, right 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335); }

.hamburger--emphatic-r.is-active .hamburger-inner {
  transition-delay: 0s;
  transition-timing-function: ease-out;
  background-color: transparent !important; }

.hamburger--emphatic-r.is-active .hamburger-inner::before {
  left: -80px;
  top: 80px;
  -webkit-transform: translate3d(80px, -80px, 0) rotate(-45deg);
  transform: translate3d(80px, -80px, 0) rotate(-45deg);
  transition: left 0.125s ease-out, top 0.05s 0.125s linear, -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1); }

.hamburger--emphatic-r.is-active .hamburger-inner::after {
  right: -80px;
  top: 80px;
  -webkit-transform: translate3d(-80px, -80px, 0) rotate(45deg);
  transform: translate3d(-80px, -80px, 0) rotate(45deg);
  transition: right 0.125s ease-out, top 0.05s 0.125s linear, -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1); }

/*
     * Minus
     */
.hamburger--minus .hamburger-inner::before,
.hamburger--minus .hamburger-inner::after {
  transition: bottom 0.08s 0s ease-out, top 0.08s 0s ease-out, opacity 0s linear; }

.hamburger--minus.is-active .hamburger-inner::before,
.hamburger--minus.is-active .hamburger-inner::after {
  opacity: 0;
  transition: bottom 0.08s ease-out, top 0.08s ease-out, opacity 0s 0.08s linear; }

.hamburger--minus.is-active .hamburger-inner::before {
  top: 0; }

.hamburger--minus.is-active .hamburger-inner::after {
  bottom: 0; }

/*
     * Slider
     */
.hamburger--slider .hamburger-inner {
  top: 2px; }

.hamburger--slider .hamburger-inner::before {
  top: 10px;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  transition-timing-function: ease;
  transition-duration: 0.15s; }

.hamburger--slider .hamburger-inner::after {
  top: 20px; }

.hamburger--slider.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
  transform: translate3d(0, 10px, 0) rotate(45deg); }

.hamburger--slider.is-active .hamburger-inner::before {
  -webkit-transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
  transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
  opacity: 0; }

.hamburger--slider.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -20px, 0) rotate(-90deg);
  transform: translate3d(0, -20px, 0) rotate(-90deg); }

/*
     * Slider Reverse
     */
.hamburger--slider-r .hamburger-inner {
  top: 2px; }

.hamburger--slider-r .hamburger-inner::before {
  top: 10px;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  transition-timing-function: ease;
  transition-duration: 0.15s; }

.hamburger--slider-r .hamburger-inner::after {
  top: 20px; }

.hamburger--slider-r.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, 10px, 0) rotate(-45deg);
  transform: translate3d(0, 10px, 0) rotate(-45deg); }

.hamburger--slider-r.is-active .hamburger-inner::before {
  -webkit-transform: rotate(45deg) translate3d(5.71429px, -6px, 0);
  transform: rotate(45deg) translate3d(5.71429px, -6px, 0);
  opacity: 0; }

.hamburger--slider-r.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -20px, 0) rotate(90deg);
  transform: translate3d(0, -20px, 0) rotate(90deg); }

/*
     * Spin
     */
.hamburger--spin .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spin .hamburger-inner::before {
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in; }

.hamburger--spin .hamburger-inner::after {
  transition: bottom 0.1s 0.25s ease-in, -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spin.is-active .hamburger-inner {
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }

.hamburger--spin.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out; }

.hamburger--spin.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  transition: bottom 0.1s ease-out, -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
     * Spin Reverse
     */
.hamburger--spin-r .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spin-r .hamburger-inner::before {
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in; }

.hamburger--spin-r .hamburger-inner::after {
  transition: bottom 0.1s 0.25s ease-in, -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spin-r.is-active .hamburger-inner {
  -webkit-transform: rotate(-225deg);
  transform: rotate(-225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }

.hamburger--spin-r.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out; }

.hamburger--spin-r.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  transition: bottom 0.1s ease-out, -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
     * Spring
     */
.hamburger--spring .hamburger-inner {
  top: 2px;
  transition: background-color 0s 0.13s linear; }

.hamburger--spring .hamburger-inner::before {
  top: 10px;
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spring .hamburger-inner::after {
  top: 20px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spring.is-active .hamburger-inner {
  transition-delay: 0.22s;
  background-color: transparent !important; }

.hamburger--spring.is-active .hamburger-inner::before {
  top: 0;
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
  transform: translate3d(0, 10px, 0) rotate(45deg); }

.hamburger--spring.is-active .hamburger-inner::after {
  top: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transform: translate3d(0, 10px, 0) rotate(-45deg);
  transform: translate3d(0, 10px, 0) rotate(-45deg); }

/*
     * Spring Reverse
     */
.hamburger--spring-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spring-r .hamburger-inner::after {
  top: -20px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0s linear; }

.hamburger--spring-r .hamburger-inner::before {
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spring-r.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
  transform: translate3d(0, -10px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }

.hamburger--spring-r.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0s 0.22s linear; }

.hamburger--spring-r.is-active .hamburger-inner::before {
  top: 0;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
     * Stand
     */
.hamburger--stand .hamburger-inner {
  transition: background-color 0s 0.075s linear, -webkit-transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear;
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear, -webkit-transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--stand .hamburger-inner::before {
  transition: top 0.075s 0.075s ease-in, -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--stand .hamburger-inner::after {
  transition: bottom 0.075s 0.075s ease-in, -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--stand.is-active .hamburger-inner {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  background-color: transparent !important;
  transition: background-color 0s 0.15s linear, -webkit-transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear, -webkit-transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1); }

.hamburger--stand.is-active .hamburger-inner::before {
  top: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: top 0.075s 0.1s ease-out, -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1); }

.hamburger--stand.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: bottom 0.075s 0.1s ease-out, -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
     * Stand Reverse
     */
.hamburger--stand-r .hamburger-inner {
  transition: background-color 0s 0.075s linear, -webkit-transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear;
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear, -webkit-transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--stand-r .hamburger-inner::before {
  transition: top 0.075s 0.075s ease-in, -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--stand-r .hamburger-inner::after {
  transition: bottom 0.075s 0.075s ease-in, -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--stand-r.is-active .hamburger-inner {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  background-color: transparent !important;
  transition: background-color 0s 0.15s linear, -webkit-transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear, -webkit-transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1); }

.hamburger--stand-r.is-active .hamburger-inner::before {
  top: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: top 0.075s 0.1s ease-out, -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1); }

.hamburger--stand-r.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: bottom 0.075s 0.1s ease-out, -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
     * Squeeze
     */
.hamburger--squeeze .hamburger-inner {
  transition-duration: 0.075s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--squeeze .hamburger-inner::before {
  transition: top 0.075s 0.12s ease, opacity 0.075s ease; }

.hamburger--squeeze .hamburger-inner::after {
  transition: bottom 0.075s 0.12s ease, -webkit-transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--squeeze.is-active .hamburger-inner {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }

.hamburger--squeeze.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.075s ease, opacity 0.075s 0.12s ease; }

.hamburger--squeeze.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  transition: bottom 0.075s ease, -webkit-transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
     * Vortex
     */
.hamburger--vortex .hamburger-inner {
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }

.hamburger--vortex .hamburger-inner::before,
.hamburger--vortex .hamburger-inner::after {
  transition-duration: 0s;
  transition-delay: 0.1s;
  transition-timing-function: linear; }

.hamburger--vortex .hamburger-inner::before {
  transition-property: top, opacity; }

.hamburger--vortex .hamburger-inner::after {
  transition-property: bottom, -webkit-transform;
  transition-property: bottom, transform;
  transition-property: bottom, transform, -webkit-transform; }

.hamburger--vortex.is-active .hamburger-inner {
  -webkit-transform: rotate(765deg);
  transform: rotate(765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }

.hamburger--vortex.is-active .hamburger-inner::before,
.hamburger--vortex.is-active .hamburger-inner::after {
  transition-delay: 0s; }

.hamburger--vortex.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0; }

.hamburger--vortex.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg); }

/*
     * Vortex Reverse
     */
.hamburger--vortex-r .hamburger-inner {
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }

.hamburger--vortex-r .hamburger-inner::before,
.hamburger--vortex-r .hamburger-inner::after {
  transition-duration: 0s;
  transition-delay: 0.1s;
  transition-timing-function: linear; }

.hamburger--vortex-r .hamburger-inner::before {
  transition-property: top, opacity; }

.hamburger--vortex-r .hamburger-inner::after {
  transition-property: bottom, -webkit-transform;
  transition-property: bottom, transform;
  transition-property: bottom, transform, -webkit-transform; }

.hamburger--vortex-r.is-active .hamburger-inner {
  -webkit-transform: rotate(-765deg);
  transform: rotate(-765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }

.hamburger--vortex-r.is-active .hamburger-inner::before,
.hamburger--vortex-r.is-active .hamburger-inner::after {
  transition-delay: 0s; }

.hamburger--vortex-r.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0; }

.hamburger--vortex-r.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg); }

section.newsletter {
  margin-top: 100px; }
  section.newsletter .box-over {
    text-align: center;
    padding-bottom: 48px;
    background: #f7f7f7; }
    section.newsletter .box-over h2 {
      margin-bottom: 24px; }
    section.newsletter .box-over a.button {
      margin-top: 32px; }
  section.newsletter .bg-wrapper {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    margin: auto;
    height: 100%;
    width: 100%;
    max-width: calc(1280px * .8333333);
    z-index: -1; }
  section.newsletter .bg-pattern {
    height: 100%;
    width: 326px;
    background: url("../images/wavy.svg") repeat;
    margin-left: auto; }
  section.newsletter .subscribe {
    padding-top: 190px;
    padding-bottom: 112px;
    min-height: 350px;
    margin-top: -200px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    z-index: -1; }
  section.newsletter .gform_wrapper form {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap; }
  section.newsletter .gform_wrapper .validation_error {
    width: 100%;
    text-align: center; }
  section.newsletter .gform_wrapper .gform_body {
    -webkit-flex-grow: 1;
    flex-grow: 1; }
  section.newsletter .gform_wrapper .gfield_label {
    display: none; }
  section.newsletter .gform_wrapper .gform_fields {
    display: block;
    margin-bottom: 0; }
  section.newsletter .gform_wrapper .gfield {
    margin-bottom: 0; }
  section.newsletter .gform_wrapper input[type="text"] {
    height: 50px;
    border-radius: 25px;
    border: solid 1.5px #ffffff;
    padding: 0 30px;
    font-size: 17px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #ffffff; }
  section.newsletter .gform_wrapper .gform_footer {
    margin-top: 24px;
    width: 100%; }
  section.newsletter .gform_wrapper .button.gform_button {
    min-width: 144px;
    background: #00a0dd;
    height: 50px; }
    section.newsletter .gform_wrapper .button.gform_button:hover, section.newsletter .gform_wrapper .button.gform_button:focus {
      background: #a3cf60; }
  @media print, screen and (min-width: 40em) {
    section.newsletter .gform_wrapper .gform_footer {
      margin-top: 0;
      width: auto; }
    section.newsletter .gform_wrapper .gform_body {
      margin-right: 24px; } }

section.donate-banner {
  margin-top: 100px;
  background: #a3cf60;
  color: #ffffff; }
  @media print, screen and (min-width: 64em) {
    section.donate-banner {
      margin-top: 150px; } }
  section.donate-banner h2 {
    font-size: 36px;
    margin-bottom: 24px; }
  section.donate-banner a.button {
    margin-top: 24px; }
  section.donate-banner .column.medium-7 {
    padding-top: 45px;
    padding-bottom: 45px; }
    @media print, screen and (min-width: 40em) {
      section.donate-banner .column.medium-7 {
        padding-top: 90px;
        padding-bottom: 90px; } }
  section.donate-banner .column.medium-5 {
    padding-right: 0px;
    position: relative; }
    section.donate-banner .column.medium-5:after {
      content: '';
      display: block;
      height: 475px;
      width: 326px;
      position: absolute;
      left: 0px;
      top: 60px;
      background: url(../images/wavy-blue.svg) repeat;
      pointer-events: none;
      opacity: 0.2; }
    @media screen and (max-width: 39.9375em) {
      section.donate-banner .column.medium-5 {
        padding-left: 0; } }
  section.donate-banner img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover; }
  @media print, screen and (min-width: 64em) {
    section.donate-banner img {
      position: absolute;
      top: 0;
      left: 80px; }
    section.donate-banner .column.medium-5:after {
      left: 80px; } }

.accordion {
  background: transparent;
  margin-bottom: 0; }
  .accordion .accordion-item {
    border-bottom: 2px solid rgba(77, 77, 79, 0.2); }
  .accordion .accordion-item.is-active .accordion-title:after {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg); }
  .accordion .accordion-item.is-active .accordion-title:before {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg); }
  .accordion .accordion-title {
    border: none;
    padding: 32px 32px 32px 56px;
    font-size: 24px;
    font-weight: bold;
    color: #4d4d4f; }
    .accordion .accordion-title:before, .accordion .accordion-title:after {
      display: block;
      margin: 0;
      left: 0;
      right: unset;
      content: '';
      background: #00a0dd;
      border-radius: 10px;
      position: absolute;
      transition: all 300ms ease-in-out; }
    .accordion .accordion-title:before {
      width: 4px;
      margin-left: -2px;
      height: 32px;
      left: 16px;
      top: 30px; }
    .accordion .accordion-title:after {
      height: 4px;
      width: 32px;
      top: 44px; }
    .accordion .accordion-title:hover {
      background: transparent;
      color: #00a0dd; }
    .accordion .accordion-title:focus {
      background: transparent; }
  .accordion .accordion-content {
    border: none;
    background: transparent;
    padding-bottom: 32px;
    font-weight: bold; }
    @media print, screen and (min-width: 40em) {
      .accordion .accordion-content {
        padding: 14px 32px 32px 56px; } }

section.map {
  margin-top: 50px; }

.wp-grid-builder .wpgb-card-3 .event-date-term + .date-term {
  display: none; }

.wp-grid-builder .proj-title {
  font-family: "GothamNarrow", Arial, sans-serif; }

.wp-grid-builder .wpgb-facet .wpgb-button[aria-pressed="true"] {
  background: #00a0dd;
  border-color: #00a0dd; }
  .wp-grid-builder .wpgb-facet .wpgb-button[aria-pressed="true"]:hover, .wp-grid-builder .wpgb-facet .wpgb-button[aria-pressed="true"]:focus {
    border-color: #f0493e;
    background: #f0493e; }

.wp-grid-builder .wpgb-result-count {
  font-family: "GothamNarrow", Arial, sans-serif;
  font-size: 24px;
  font-weight: bold;
  color: #4d4d4f;
  margin-bottom: 16px;
  display: block; }

.wp-grid-builder .wpgb-facet .wpgb-facet-title {
  font-family: Arial, sans-serif !important;
  font-size: 17px;
  line-height: 1.5;
  font-weight: normal;
  color: #4d4d4f;
  margin-bottom: 12px; }

.wp-grid-builder .wpgb-area-bottom-1 > div,
.wp-grid-builder .wpgb-area-bottom-2 > div {
  width: 100%; }

.wp-grid-builder .wpgb-facet .wpgb-pagination-facet {
  margin-top: 30px;
  text-align: center; }
  .wp-grid-builder .wpgb-facet .wpgb-pagination-facet .wpgb-pagination {
    display: -webkit-flex;
    display: flex;
    margin-bottom: 0;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center; }
  .wp-grid-builder .wpgb-facet .wpgb-pagination-facet .wpgb-pagination li {
    width: 50px;
    height: 50px;
    margin: 0;
    color: #4d4d4f;
    margin-right: 11px; }
    .wp-grid-builder .wpgb-facet .wpgb-pagination-facet .wpgb-pagination li:last-of-type {
      margin-right: 0; }
    .wp-grid-builder .wpgb-facet .wpgb-pagination-facet .wpgb-pagination li a {
      font-size: 18px;
      font-weight: bold;
      text-align: center;
      color: #4d4d4f;
      border: solid 1px #4d4d4f;
      border-radius: 100%;
      padding: 0;
      width: 100%;
      height: 100%;
      display: -webkit-flex;
      display: flex;
      -webkit-align-items: center;
      align-items: center;
      -webkit-justify-content: center;
      justify-content: center; }
      .wp-grid-builder .wpgb-facet .wpgb-pagination-facet .wpgb-pagination li a:hover, .wp-grid-builder .wpgb-facet .wpgb-pagination-facet .wpgb-pagination li a:focus, .wp-grid-builder .wpgb-facet .wpgb-pagination-facet .wpgb-pagination li a[aria-current="true"] {
        background-color: #f0493e;
        color: #ffffff;
        border-color: #f0493e;
        outline: none; }

.wp-grid-builder .wpgb-card.wpgb-card-2 {
  box-shadow: 0 20px 40px -10px rgba(0, 0, 0, 0.08);
  transition: all 300ms ease-in-out; }
  .wp-grid-builder .wpgb-card.wpgb-card-2:hover, .wp-grid-builder .wpgb-card.wpgb-card-2:focus {
    box-shadow: 0 40px 40px -10px rgba(0, 0, 0, 0.16); }
    .wp-grid-builder .wpgb-card.wpgb-card-2:hover .wpgb-card-body, .wp-grid-builder .wpgb-card.wpgb-card-2:focus .wpgb-card-body {
      background: #00a0dd; }
      .wp-grid-builder .wpgb-card.wpgb-card-2:hover .wpgb-card-body h3, .wp-grid-builder .wpgb-card.wpgb-card-2:focus .wpgb-card-body h3 {
        color: #ffffff; }

.search-results .search-term {
  font-weight: bold; }

.search-results .search-grid {
  margin-top: 32px;
  display: -ms-grid;
  display: grid;
  grid-gap: 24px; }
  @media print, screen and (min-width: 40em) {
    .search-results .search-grid {
      -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr; } }
  @media print, screen and (min-width: 64em) {
    .search-results .search-grid {
      margin-top: 100px;
      -ms-grid-columns: 1fr 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr; } }

section.action {
  position: relative;
  margin-top: 32px; }
  @media print, screen and (min-width: 64em) {
    section.action {
      margin-top: 100px; } }
  section.action h2,
  section.action .copy {
    text-align: center; }
  section.action h2 {
    margin-bottom: 24px; }
  section.action .box-over {
    background: #f7f7f7;
    padding: 48px 8.3333333333% 48px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    z-index: 1;
    position: relative; }
    @media print, screen and (min-width: 40em) {
      section.action .box-over {
        -webkit-flex-direction: row;
        flex-direction: row;
        -webkit-justify-content: space-between;
        justify-content: space-between; }
        section.action .box-over .stat-wrapper {
          max-width: 175px;
          margin-bottom: 0; } }
  section.action .stat-wrapper {
    background: url("../images/blue-shape.svg") no-repeat top center;
    padding-top: 24px;
    margin-bottom: 24px; }
    section.action .stat-wrapper .intro {
      font-size: 24px;
      font-weight: bold;
      line-height: normal;
      text-align: center;
      color: #00a0dd;
      text-transform: uppercase; }
    section.action .stat-wrapper .number {
      font-size: 72px;
      line-height: 1;
      font-weight: bold;
      text-align: center;
      color: #00a0dd;
      display: -webkit-flex;
      display: flex;
      -webkit-align-items: center;
      align-items: center;
      -webkit-justify-content: center;
      justify-content: center; }
    section.action .stat-wrapper .suffix {
      font-size: 24px; }
    section.action .stat-wrapper .description {
      margin-top: 16px;
      font-size: 15px;
      font-weight: bold;
      line-height: 1.5;
      text-align: center;
      color: #4d4d4f;
      text-align: center; }
    section.action .stat-wrapper .share-wrapper {
      display: -webkit-flex;
      display: flex;
      -webkit-align-items: center;
      align-items: center;
      -webkit-justify-content: center;
      justify-content: center;
      margin-top: 18px;
      font-size: 12px; }
      section.action .stat-wrapper .share-wrapper .facebook-share,
      section.action .stat-wrapper .share-wrapper .twitter-share {
        height: 24px;
        width: 24px;
        display: inline-block; }
      section.action .stat-wrapper .share-wrapper .facebook-share {
        margin-left: 16px; }
      section.action .stat-wrapper .share-wrapper .twitter-share {
        margin-left: 12px; }
      section.action .stat-wrapper .share-wrapper svg path {
        fill: #00a0dd; }
      section.action .stat-wrapper .share-wrapper button.facebook-share:hover,
      section.action .stat-wrapper .share-wrapper button.twitter-share:hover {
        cursor: pointer; }
        section.action .stat-wrapper .share-wrapper button.facebook-share:hover svg path,
        section.action .stat-wrapper .share-wrapper button.twitter-share:hover svg path {
          fill: #4d4d4f; }
    section.action .stat-wrapper:nth-of-type(2) {
      background: url("../images/green-shape.svg") no-repeat top center; }
      section.action .stat-wrapper:nth-of-type(2) .intro,
      section.action .stat-wrapper:nth-of-type(2) .number {
        color: #a3cf60; }
      section.action .stat-wrapper:nth-of-type(2) svg path {
        fill: #a3cf60; }
    section.action .stat-wrapper:nth-of-type(3) {
      background: url("../images/orange-shape.svg") no-repeat top center; }
      section.action .stat-wrapper:nth-of-type(3) .intro,
      section.action .stat-wrapper:nth-of-type(3) .number {
        color: #f0493e; }
      section.action .stat-wrapper:nth-of-type(3) svg path {
        fill: #f0493e; }
  section.action .action-cta {
    margin-top: -100px;
    padding-top: 164px;
    padding-bottom: 60px;
    background: #a3cf60;
    position: relative; }
    section.action .action-cta .cta-title {
      font-family: "GothamNarrow", Arial, sans-serif;
      font-size: 36px;
      font-weight: bold;
      font-stretch: normal;
      font-style: normal;
      line-height: normal;
      letter-spacing: normal;
      color: #ffffff; }
    section.action .action-cta .cta-col {
      position: relative;
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: flex-start;
      justify-content: flex-start;
      -webkit-align-items: flex-end;
      align-items: flex-end;
      z-index: 2;
      margin-top: 24px; }
      section.action .action-cta .cta-col .button {
        min-width: 226px; }
      @media print, screen and (min-width: 64em) {
        section.action .action-cta .cta-col {
          margin-top: 0; } }
  section.action .bg-wrapper {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    max-width: calc(1280px * .8333333); }
  section.action .bg-pattern {
    height: 100%;
    width: 326px;
    background: url("../images/wavy.svg") repeat;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    pointer-events: none; }
  section.action .outer-grid {
    max-width: 1440px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 100%; }
    section.action .outer-grid .img-wrapper {
      text-align: right;
      height: 100%; }
      section.action .outer-grid .img-wrapper img {
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover; }

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