@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* ---------------------- Responsiveness ---------------------- */
#ems {
  position: fixed;
  z-index: 9999;
  background: rgba(255, 255, 255, 0.75);
  left: 30%;
  bottom: 0;
  padding: 0.25em;
}
#ems p {
  padding-bottom: 0;
}

#ems p {
  color: black;
  font-weight: bold;
}
#ems p:after {
  content: " <1 (i6 V)";
  margin-left: 1em;
}
@media only screen and (min-width: 32em) {
  #ems p:after {
    content: "bp1";
  }
}
.no-mq #ems p:after {
  content: "bp1";
}
@media only screen and (min-width: 41.5em) {
  #ems p:after {
    content: "bp2/i6 H";
  }
}
.no-mq #ems p:after {
  content: "bp2/i6 H";
}
@media only screen and (min-width: 47.5em) {
  #ems p:after {
    content: "bp3/ipad V";
  }
}
.no-mq #ems p:after {
  content: "bp3/ipad V";
}
@media only screen and (min-width: 62em) {
  #ems p:after {
    content: "bp4/ipad H";
  }
}
.no-mq #ems p:after {
  content: "bp4/ipad H";
}
@media only screen and (min-width: 72em) {
  #ems p:after {
    content: "bp5";
  }
}
.no-mq #ems p:after {
  content: "bp5";
}
@media only screen and (min-width: 85em) {
  #ems p:after {
    content: "bp6";
  }
}
.no-mq #ems p:after {
  content: "bp6";
}
@media only screen and (min-width: 100em) {
  #ems p:after {
    content: "bp7";
  }
}
.no-mq #ems p:after {
  content: "bp7";
}

/* ----------------------  ---------------------- */
html {
  box-sizing: border-box;
}

body {
  font-family: "DM Sans", sans-serif;
  line-height: 1.3em;
  -webkit-text-size-adjust: 100%;
}

*, *:before, *:after {
  box-sizing: inherit;
}

*[data-href] {
  cursor: hand;
  cursor: pointer;
}

figure img {
  width: 100%;
  display: block;
}

.hidden {
  display: none;
}

.strong {
  font-weight: bold;
}

.clear {
  clear: both;
}

.fr {
  float: right;
}

.fl {
  float: left;
}

.oh {
  overflow: hidden;
}

.smallcaps {
  font-variant: small-caps;
}

.allcaps {
  text-transform: uppercase;
}

.smaller {
  font-size: 90%;
}

.tal {
  text-align: left !important;
}

.tar {
  text-align: right !important;
}

.center {
  text-align: center;
}

.centerm {
  margin: 0 auto;
}

.fixed {
  position: fixed;
}

@media only screen and (max-width: 41.5em) {
  .fixed-bp2 {
    position: fixed;
  }
}

@media only screen and (max-width: 47.5em) {
  .fixed-bp3 {
    position: fixed;
  }
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

u {
  text-decoration: underline;
}

p, a, h1, h2, h3, h4, h5, h6, li, q {
  color: inherit;
  line-height: inherit;
}

a {
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

p {
  padding-bottom: 1em;
  font-size: 100%;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.3em;
  font-family: "DM Sans", sans-serif;
}

h1 {
  font-size: 274.4%;
  font-weight: bold;
  margin-bottom: 0.5em;
}

h2 {
  font-size: 196%;
}

h3 {
  font-size: 140%;
}

h2, h3, h4, h5 {
  margin-bottom: 1em;
}

p + h1, p + h2, p + h3, p + h4 {
  margin-top: 1.5em;
}

ul + h1, ul + h2, ul + h3, ul + h4 {
  margin-top: 1.5em;
}

ol + h1, ol + h2, ol + h3, ol + h4 {
  margin-top: 1.5em;
}

table + h1, table + h2, table + h3, table + h4 {
  margin-top: 1.5em;
}

.cols + h1, .cols + h2, .cols + h3, .cols + h4 {
  margin-top: 1.5em;
}

section + h1, section + h2, section + h3, section + h4 {
  margin-top: 0.5em;
}

div.button, p.button {
  padding: 0;
}

p.button.wide {
  width: 100%;
  text-align: center;
}
p.button.wide a {
  display: block;
}

input[type=submit],
p.button.thin a {
  padding: 0.5em 1em;
}

button,
.button a,
input[type=submit] {
  font-family: "DM Sans", sans-serif;
  background: rgba(255, 255, 255, 0.25);
  border: none;
  display: block;
  padding: 1em 1em;
  color: black;
  border-radius: 99em;
  -webkit-border-radius: 99em;
  transition: 450ms all !important;
  font-size: 140%;
  letter-spacing: 1px;
  cursor: hand;
  cursor: pointer;
  font-weight: 400;
}
button:hover,
.button a:hover,
input[type=submit]:hover {
  background: rgb(0, 98.6666666667, 102);
  color: white;
  text-decoration: none;
}
button.wide,
.button a.wide,
input[type=submit].wide {
  width: 100%;
}
button.widerx,
.button a.widerx,
input[type=submit].widerx {
  padding-left: 2em;
  padding-right: 2em;
}
button.orange,
.button a.orange,
input[type=submit].orange {
  background: #ff9e00;
}

.button a {
  display: inline-block;
}

.button.yellowHeart a,
input[type=submit].yellowHeart,
button.yellowHeart {
  background: #f5d500;
}

.button.flower a {
  background: #FFFFFF url("/images/button-background.png") no-repeat 140% 50%;
  background-size: contain;
}
.button.flower a:hover {
  background: #FFFFFF url("/images/button-background.png") no-repeat 50% 50%;
  background-size: contain;
  color: #8d2061 !important;
}

.button.yellowFlower a,
input[type=submit].yellowFlower,
button.yellowFlower {
  background: #fbd66f url("/images/button-background.png") no-repeat 140% 50%;
  background-size: contain;
}

.button.paleYellow a,
input[type=submit].paleYellow,
button.paleYellow {
  background: #fbd66f;
}

p + p.button,
p + button {
  margin-top: 1em;
}

div.pdfButton a {
  display: block;
  padding: 1em 2em;
  border-radius: 2em;
  background: #f5d500;
  text-decoration: none;
  white-space: nowrap;
  font-size: 130%;
}

input[type=text],
input[type=tel],
input[type=email],
textarea {
  box-sizing: border-box;
  width: 100%;
  border: none;
  border-bottom: 1px solid #DDD;
  padding: 0.5em 1em;
  margin-bottom: 0.5em;
  font-size: 100%;
  font-family: "DM Sans", sans-serif;
  border-radius: 0;
  -webkit-border-radius: 0;
  -webkit-appearance: none;
}

textarea {
  height: 5em;
}

input::-webkit-input-placeholder {
  color: #999;
}

input:-moz-placeholder {
  color: #999;
}

textarea::-webkit-input-placeholder {
  color: #999;
}

textarea:-moz-placeholder {
  color: #999;
}

select::-ms-expand {
  display: none;
}

.captchaSection {
  margin-bottom: 2em;
}

input.captcha {
  width: 5em;
  display: inline-block;
}

.captchaText {
  display: inline;
}

/* ---------------------- layouts ---------------------- */
article > section {
  padding: 4em 0;
}
@media only screen and (min-width: 47.5em) {
  article > section {
    padding: 7em 0;
  }
}
.no-mq article > section {
  padding: 7em 0;
}

.band {
  width: 100%;
  overflow: hidden;
}
.band.violet {
  background: #8d2061;
  color: white;
}
.band.b-newsletter {
  background: #ff9e00;
  padding-top: 2em;
  margin-top: -4em;
  padding-bottom: 3em;
  margin-bottom: 5em;
}
@media only screen and (min-width: 47.5em) {
  .band.b-newsletter {
    margin-top: -7em;
  }
}
.no-mq .band.b-newsletter {
  margin-top: -7em;
}
.band.b-workTogether + .band.b-newsletter {
  border-top: 8em solid white;
}
.band.b-message-from-president + .band.b-newsletter {
  border-top: 8em solid white;
}
.band.b-general-content + .band.b-newsletter {
  border-top: 8em solid white;
}
.band.b-board + .band.b-newsletter {
  border-top: 8em solid white;
}

.container {
  margin: 0 2em;
}
@media only screen and (min-width: 41.5em) {
  .container {
    margin: 0 4em;
  }
}
.no-mq .container {
  margin: 0 4em;
}
@media only screen and (min-width: 100em) {
  .container {
    width: 96em;
    margin: auto;
  }
}
.no-mq .container {
  width: 96em;
  margin: auto;
}

.rotatorWrapper {
  position: relative;
}

.rotator .flex-control-nav {
  bottom: 6%;
}

.band.rotator {
  margin: 0;
}
.band.rotator ul.rotator {
  overflow: hidden;
  position: relative;
}
.band.rotator ul.rotator li {
  line-height: 0;
}
.band.rotator ul.rotator li figure {
  position: relative;
  z-index: 1;
}
.band.rotator ul.rotator li figure img {
  position: relative;
  width: 100%;
  z-index: 2;
}
.band.rotator ul.rotator li figure aside {
  position: absolute;
  z-index: 3;
  bottom: 7%;
  left: 10%;
  color: white;
}
.band.rotator ul.rotator li figure aside h1 {
  font-size: 5vw;
  line-height: 1.15em;
  padding: 0;
  margin: 0 0 0.5em 0;
  letter-spacing: 0.05em;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
.band.rotator ul.rotator li figure aside div.button a {
  font-weight: 600;
  padding: 1.5em 3.5em;
  font-size: 100%;
}
@media only screen and (min-width: 41.5em) {
  .band.rotator ul.rotator li figure aside div.button a {
    font-size: 110%;
  }
}
.no-mq .band.rotator ul.rotator li figure aside div.button a {
  font-size: 110%;
}

/* ---------------------- common ---------------------- */
.cols {
  overflow: hidden;
  margin-bottom: 1em;
}
.cols img {
  max-width: 100%;
}

@media only screen and (min-width: 47.5em) {
  .cols--two > * {
    width: 47.5%;
  }
  .cols--two > *:nth-child(odd) {
    clear: both;
    float: left;
  }
  .cols--two > *:nth-child(even) {
    float: right;
  }
}
.no-mq .cols--two > * {
  width: 47.5%;
}
.no-mq .cols--two > *:nth-child(odd) {
  clear: both;
  float: left;
}
.no-mq .cols--two > *:nth-child(even) {
  float: right;
}
@media only screen and (min-width: 47.5em) {
  .cols--two.line > *:nth-child(2n) {
    border-left: 1px solid #888;
  }
}
.no-mq .cols--two.line > *:nth-child(2n) {
  border-left: 1px solid #888;
}

.cols--nogap {
  margin-top: 1em;
}
.cols--nogap > * {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
  padding-top: 0 !important;
}
@media only screen and (min-width: 47.5em) {
  .cols--nogap > * {
    margin-bottom: 1em !important;
    padding-bottom: 1em !important;
    padding-top: 1em !important;
  }
}
.no-mq .cols--nogap > * {
  margin-bottom: 1em !important;
  padding-bottom: 1em !important;
  padding-top: 1em !important;
}

@media only screen and (min-width: 41.5em) {
  .cols--three > * {
    float: left;
    width: 30%;
    margin-left: 5%;
  }
  .cols--three > *:nth-child(3n+1) {
    clear: left;
    margin-left: 0;
  }
}
.no-mq .cols--three > * {
  float: left;
  width: 30%;
  margin-left: 5%;
}
.no-mq .cols--three > *:nth-child(3n+1) {
  clear: left;
  margin-left: 0;
}

@media only screen and (min-width: 32em) {
  .cols--three-two > * {
    float: left;
    width: 46%;
    margin-left: 8%;
  }
  .cols--three-two > *:nth-child(2n+1) {
    clear: left;
    margin-left: 0;
  }
}
.no-mq .cols--three-two > * {
  float: left;
  width: 46%;
  margin-left: 8%;
}
.no-mq .cols--three-two > *:nth-child(2n+1) {
  clear: left;
  margin-left: 0;
}
@media only screen and (min-width: 62em) {
  .cols--three-two > * {
    width: 30%;
    margin-left: 3.3333333333%;
  }
  .cols--three-two > *:nth-child(2n+1) {
    clear: none;
    margin-left: 3.3333333333%;
  }
  .cols--three-two > *:nth-child(3n+1) {
    clear: left;
    margin-left: 0;
  }
}
.no-mq .cols--three-two > * {
  width: 30%;
  margin-left: 3.3333333333%;
}
.no-mq .cols--three-two > *:nth-child(2n+1) {
  clear: none;
  margin-left: 3.3333333333%;
}
.no-mq .cols--three-two > *:nth-child(3n+1) {
  clear: left;
  margin-left: 0;
}

.cols--four > * {
  margin-bottom: 2em;
}
@media only screen and (min-width: 32em) {
  .cols--four > * {
    float: left;
    width: 47.5%;
    margin-left: 5%;
  }
  .cols--four > *:nth-child(2n+1) {
    clear: left;
    margin-left: 0;
  }
}
.no-mq .cols--four > * {
  float: left;
  width: 47.5%;
  margin-left: 5%;
}
.no-mq .cols--four > *:nth-child(2n+1) {
  clear: left;
  margin-left: 0;
}
@media only screen and (min-width: 47.5em) {
  .cols--four > * {
    width: 23.75%;
    margin-left: 1.6666666667%;
  }
  .cols--four > *:nth-child(2n+1) {
    clear: none;
    margin-left: 1.6666666667%;
  }
  .cols--four > *:nth-child(4n+1) {
    clear: left;
    margin-left: 0;
  }
}
.no-mq .cols--four > * {
  width: 23.75%;
  margin-left: 1.6666666667%;
}
.no-mq .cols--four > *:nth-child(2n+1) {
  clear: none;
  margin-left: 1.6666666667%;
}
.no-mq .cols--four > *:nth-child(4n+1) {
  clear: left;
  margin-left: 0;
}

@media only screen and (min-width: 47.5em) {
  .cols--five > * {
    float: left;
    width: 18.4%;
    margin-left: 2%;
  }
  .cols--five > *:nth-child(5n+1) {
    clear: left;
    margin-left: 0;
  }
}
.no-mq .cols--five > * {
  float: left;
  width: 18.4%;
  margin-left: 2%;
}
.no-mq .cols--five > *:nth-child(5n+1) {
  clear: left;
  margin-left: 0;
}

.flex-2col {
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 47.5em) {
  .flex-2col {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  .flex-2col > *:first-child {
    width: 40%;
  }
  .flex-2col > *:last-child {
    width: 55%;
  }
}
.no-mq .flex-2col {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.no-mq .flex-2col > *:first-child {
  width: 40%;
}
.no-mq .flex-2col > *:last-child {
  width: 55%;
}
@media only screen and (min-width: 62em) {
  .flex-2col > *:first-child {
    width: 45%;
  }
  .flex-2col > *:last-child {
    width: 50%;
  }
}
.no-mq .flex-2col > *:first-child {
  width: 45%;
}
.no-mq .flex-2col > *:last-child {
  width: 50%;
}
.flex-2col h4 {
  margin-bottom: 0;
}
.flex-2col h4 + p {
  margin-top: 0;
}
@media only screen and (min-width: 47.5em) {
  .flex-2col.flex-2col-bp4 {
    flex-direction: column;
  }
  .flex-2col.flex-2col-bp4 > *:first-child, .flex-2col.flex-2col-bp4 > *:last-child {
    width: 100%;
  }
}
.no-mq .flex-2col.flex-2col-bp4 {
  flex-direction: column;
}
.no-mq .flex-2col.flex-2col-bp4 > *:first-child, .no-mq .flex-2col.flex-2col-bp4 > *:last-child {
  width: 100%;
}
@media only screen and (min-width: 62em) {
  .flex-2col.flex-2col-bp4 {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  .flex-2col.flex-2col-bp4 > *:first-child {
    width: 45%;
  }
  .flex-2col.flex-2col-bp4 > *:last-child {
    width: 50%;
  }
}
.no-mq .flex-2col.flex-2col-bp4 {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.no-mq .flex-2col.flex-2col-bp4 > *:first-child {
  width: 45%;
}
.no-mq .flex-2col.flex-2col-bp4 > *:last-child {
  width: 50%;
}

/* ---------------------- lists ---------------------- */
ol {
  counter-reset: li; /* Initiate a counter */
  list-style: none; /* Remove default numbering */
  *list-style: decimal; /* Keep using default numbering for IE6/7 */
  font: 15px "trebuchet MS", "lucida sans";
  padding: 1.5em;
  margin-bottom: 4em;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}

ul {
  margin-bottom: 1em;
}

/* ---------- rounded list ---------- */
.rounded-list {
  padding: 0 1.5em;
}

.rounded-list li {
  position: relative;
  display: block;
  padding: 0.4em 0.4em 0.4em 2em;
  *padding: 0.4em;
  margin: 0.5em 0;
  background: #ddd;
  color: #444;
  text-decoration: none;
  border-radius: 0.3em;
  transition: all 0.3s ease-out;
}
.rounded-list li a:hover {
  background: none;
}
.rounded-list li:before {
  content: counter(li);
  counter-increment: li;
  position: absolute;
  left: -1.3em;
  top: 50%;
  margin-top: -1.3em;
  height: 2em;
  width: 2em;
  line-height: 2em;
  border: 0.3em solid #fff;
  text-align: center;
  font-weight: bold;
  border-radius: 2em;
  transition: all 0.3s ease-out;
  content: "» ";
}

.rounded-list li:hover {
  background: #eee;
}

ul.raquo li {
  list-style-type: none;
  padding-left: 10px;
  margin-bottom: 0.2em;
}
ul.raquo:before {
  content: "» ";
  display: inline;
  margin-left: -10px;
}

/* ---------------------- header ---------------------- */
/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 15px 15px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, 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:hover {
  opacity: 1;
}
.hamburger.is-active:hover {
  opacity: 1;
}
.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #FFF;
}

.hamburger-box {
  width: 25px;
  height: 19px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1.5px;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 25px;
  height: 3px;
  background-color: #FFF;
  border-radius: 0px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}
.hamburger-inner::before {
  top: -8px;
}
.hamburger-inner::after {
  bottom: -8px;
}

/*
 * 3DX
 */
.hamburger--3dx .hamburger-box {
  perspective: 50px;
}
.hamburger--3dx .hamburger-inner {
  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);
}
.hamburger--3dx .hamburger-inner::before, .hamburger--3dx .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dx.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateY(180deg);
}
.hamburger--3dx.is-active .hamburger-inner::before {
  transform: translate3d(0, 8px, 0) rotate(45deg);
}
.hamburger--3dx.is-active .hamburger-inner::after {
  transform: translate3d(0, -8px, 0) rotate(-45deg);
}

/*
 * 3DX Reverse
 */
.hamburger--3dx-r .hamburger-box {
  perspective: 50px;
}
.hamburger--3dx-r .hamburger-inner {
  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);
}
.hamburger--3dx-r .hamburger-inner::before, .hamburger--3dx-r .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dx-r.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateY(-180deg);
}
.hamburger--3dx-r.is-active .hamburger-inner::before {
  transform: translate3d(0, 8px, 0) rotate(45deg);
}
.hamburger--3dx-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -8px, 0) rotate(-45deg);
}

/*
 * 3DY
 */
.hamburger--3dy .hamburger-box {
  perspective: 50px;
}
.hamburger--3dy .hamburger-inner {
  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);
}
.hamburger--3dy .hamburger-inner::before, .hamburger--3dy .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dy.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(-180deg);
}
.hamburger--3dy.is-active .hamburger-inner::before {
  transform: translate3d(0, 8px, 0) rotate(45deg);
}
.hamburger--3dy.is-active .hamburger-inner::after {
  transform: translate3d(0, -8px, 0) rotate(-45deg);
}

/*
 * 3DY Reverse
 */
.hamburger--3dy-r .hamburger-box {
  perspective: 50px;
}
.hamburger--3dy-r .hamburger-inner {
  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);
}
.hamburger--3dy-r .hamburger-inner::before, .hamburger--3dy-r .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dy-r.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(180deg);
}
.hamburger--3dy-r.is-active .hamburger-inner::before {
  transform: translate3d(0, 8px, 0) rotate(45deg);
}
.hamburger--3dy-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -8px, 0) rotate(-45deg);
}

/*
 * 3DXY
 */
.hamburger--3dxy .hamburger-box {
  perspective: 50px;
}
.hamburger--3dxy .hamburger-inner {
  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);
}
.hamburger--3dxy .hamburger-inner::before, .hamburger--3dxy .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dxy.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(180deg) rotateY(180deg);
}
.hamburger--3dxy.is-active .hamburger-inner::before {
  transform: translate3d(0, 8px, 0) rotate(45deg);
}
.hamburger--3dxy.is-active .hamburger-inner::after {
  transform: translate3d(0, -8px, 0) rotate(-45deg);
}

/*
 * 3DXY Reverse
 */
.hamburger--3dxy-r .hamburger-box {
  perspective: 50px;
}
.hamburger--3dxy-r .hamburger-inner {
  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);
}
.hamburger--3dxy-r .hamburger-inner::before, .hamburger--3dxy-r .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dxy-r.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(180deg) rotateY(180deg) rotateZ(-180deg);
}
.hamburger--3dxy-r.is-active .hamburger-inner::before {
  transform: translate3d(0, 8px, 0) rotate(45deg);
}
.hamburger--3dxy-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -8px, 0) rotate(-45deg);
}

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

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

/*
 * Arrow Alt
 */
.hamburger--arrowalt .hamburger-inner::before {
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt .hamburger-inner::after {
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt.is-active .hamburger-inner::before {
  top: 0;
  transform: translate3d(-5px, -6.25px, 0) rotate(-45deg) scale(0.7, 1);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}
.hamburger--arrowalt.is-active .hamburger-inner::after {
  bottom: 0;
  transform: translate3d(-5px, 6.25px, 0) rotate(45deg) scale(0.7, 1);
  transition: bottom 0.1s ease, 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, 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, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt-r.is-active .hamburger-inner::before {
  top: 0;
  transform: translate3d(5px, -6.25px, 0) rotate(45deg) scale(0.7, 1);
  transition: top 0.1s ease, 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;
  transform: translate3d(5px, 6.25px, 0) rotate(-45deg) scale(0.7, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

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

/*
 * Arrow Turn Right
 */
.hamburger--arrowturn-r.is-active .hamburger-inner {
  transform: rotate(-180deg);
}
.hamburger--arrowturn-r.is-active .hamburger-inner::before {
  transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}
.hamburger--arrowturn-r.is-active .hamburger-inner::after {
  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 {
  transform: rotate(45deg);
}
.hamburger--boring.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}
.hamburger--boring.is-active .hamburger-inner::after {
  bottom: 0;
  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: -16px;
  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), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse.is-active .hamburger-inner {
  transform: translate3d(0, -8px, 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;
  transform: rotate(-90deg);
  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);
}

/*
 * 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: -16px;
  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), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse-r.is-active .hamburger-inner {
  transform: translate3d(0, -8px, 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;
  transform: rotate(90deg);
  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);
}

/*
 * Elastic
 */
.hamburger--elastic .hamburger-inner {
  top: 1.5px;
  transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic .hamburger-inner::before {
  top: 8px;
  transition: opacity 0.125s 0.275s ease;
}
.hamburger--elastic .hamburger-inner::after {
  top: 16px;
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic.is-active .hamburger-inner {
  transform: translate3d(0, 8px, 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 {
  transform: translate3d(0, -16px, 0) rotate(-270deg);
  transition-delay: 0.075s;
}

/*
 * Elastic Reverse
 */
.hamburger--elastic-r .hamburger-inner {
  top: 1.5px;
  transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic-r .hamburger-inner::before {
  top: 8px;
  transition: opacity 0.125s 0.275s ease;
}
.hamburger--elastic-r .hamburger-inner::after {
  top: 16px;
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic-r.is-active .hamburger-inner {
  transform: translate3d(0, 8px, 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 {
  transform: translate3d(0, -16px, 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: 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;
}
.hamburger--emphatic .hamburger-inner::after {
  top: 8px;
  right: 0;
  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;
}
.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: -50px;
  top: -50px;
  transform: translate3d(50px, 50px, 0) rotate(45deg);
  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);
}
.hamburger--emphatic.is-active .hamburger-inner::after {
  right: -50px;
  top: -50px;
  transform: translate3d(-50px, 50px, 0) rotate(-45deg);
  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);
}

/*
 * 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: 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;
}
.hamburger--emphatic-r .hamburger-inner::after {
  top: 8px;
  right: 0;
  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;
}
.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: -50px;
  top: 50px;
  transform: translate3d(50px, -50px, 0) rotate(-45deg);
  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);
}
.hamburger--emphatic-r.is-active .hamburger-inner::after {
  right: -50px;
  top: 50px;
  transform: translate3d(-50px, -50px, 0) rotate(45deg);
  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);
}

/*
 * 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: 1.5px;
}
.hamburger--slider .hamburger-inner::before {
  top: 8px;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.15s;
}
.hamburger--slider .hamburger-inner::after {
  top: 16px;
}
.hamburger--slider.is-active .hamburger-inner {
  transform: translate3d(0, 8px, 0) rotate(45deg);
}
.hamburger--slider.is-active .hamburger-inner::before {
  transform: rotate(-45deg) translate3d(-3.5714285714px, -5px, 0);
  opacity: 0;
}
.hamburger--slider.is-active .hamburger-inner::after {
  transform: translate3d(0, -16px, 0) rotate(-90deg);
}

/*
 * Slider Reverse
 */
.hamburger--slider-r .hamburger-inner {
  top: 1.5px;
}
.hamburger--slider-r .hamburger-inner::before {
  top: 8px;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.15s;
}
.hamburger--slider-r .hamburger-inner::after {
  top: 16px;
}
.hamburger--slider-r.is-active .hamburger-inner {
  transform: translate3d(0, 8px, 0) rotate(-45deg);
}
.hamburger--slider-r.is-active .hamburger-inner::before {
  transform: rotate(45deg) translate3d(3.5714285714px, -5px, 0);
  opacity: 0;
}
.hamburger--slider-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -16px, 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, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin.is-active .hamburger-inner {
  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;
  transform: rotate(-90deg);
  transition: bottom 0.1s ease-out, 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, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin-r.is-active .hamburger-inner {
  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;
  transform: rotate(90deg);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Spring
 */
.hamburger--spring .hamburger-inner {
  top: 1.5px;
  transition: background-color 0s 0.13s linear;
}
.hamburger--spring .hamburger-inner::before {
  top: 8px;
  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);
}
.hamburger--spring .hamburger-inner::after {
  top: 16px;
  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);
}
.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), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, 8px, 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), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, 8px, 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: -16px;
  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), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring-r.is-active .hamburger-inner {
  transform: translate3d(0, -8px, 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;
  transform: rotate(90deg);
  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);
}

/*
 * Stand
 */
.hamburger--stand .hamburger-inner {
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear;
}
.hamburger--stand .hamburger-inner::before {
  transition: top 0.075s 0.075s ease-in, 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, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--stand.is-active .hamburger-inner {
  transform: rotate(90deg);
  background-color: transparent !important;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear;
}
.hamburger--stand.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-45deg);
  transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--stand.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(45deg);
  transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Stand Reverse
 */
.hamburger--stand-r .hamburger-inner {
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear;
}
.hamburger--stand-r .hamburger-inner::before {
  transition: top 0.075s 0.075s ease-in, 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, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--stand-r.is-active .hamburger-inner {
  transform: rotate(-90deg);
  background-color: transparent !important;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear;
}
.hamburger--stand-r.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-45deg);
  transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--stand-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(45deg);
  transition: bottom 0.075s 0.1s ease-out, 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, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--squeeze.is-active .hamburger-inner {
  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;
  transform: rotate(-90deg);
  transition: bottom 0.075s ease, 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, transform;
}
.hamburger--vortex.is-active .hamburger-inner {
  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;
  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, transform;
}
.hamburger--vortex-r.is-active .hamburger-inner {
  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;
  transform: rotate(-90deg);
}

#mobileNavWrapper {
  cursor: hand;
  cursor: pointer;
  position: fixed;
  z-index: 5601;
  right: 1em;
  top: 1em;
  display: block;
}
@media only screen and (min-width: 47.5em) {
  #mobileNavWrapper {
    display: none;
  }
}
.no-mq #mobileNavWrapper {
  display: none;
}
#mobileNavWrapper.scrolled button.hamburger {
  box-shadow: none;
}

button.hamburger {
  background: rgba(0, 0, 0, 0.1);
  border-radius: 99em;
  transition: 250ms all;
  padding: 12px 12px;
  opacity: 1;
}
button.hamburger:focus {
  outline: 0 !important;
}
button.hamburger:hover, button.hamburger.is-active {
  background: #f5d500;
}
button.hamburger .hamburger-box {
  margin-top: 1px !important;
  margin-bottom: -1px !important;
}

.hamburger-label {
  text-transform: uppercase;
  color: #009499;
  margin-right: 0.75em;
  display: inline-block;
  vertical-align: top;
}

@media only screen and (max-width: 47.5em) {
  .offcanvas-menu {
    position: fixed;
    top: -150%;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(255, 255, 255, 0.9);
    z-index: 100;
    color: #444;
    transition: 500ms all;
    opacity: 0;
  }
  .offcanvas-menu figure.logo > .logoMobileMenu {
    display: block;
  }
  .offcanvas-menu figure.logo > .logoWideMenu {
    display: none;
  }
  .offcanvas-menu figure.logo figure {
    width: 15em;
    margin-left: 3em;
    margin-top: 1em;
  }
  .offcanvas-menu nav {
    font-family: "DM Sans", sans-serif;
    position: absolute;
    left: 15%;
    top: 50%;
    width: 80%;
    transform: translateY(-45%);
    font-size: 8vw;
    font-weight: 600;
    /*
                @include min($bp1) {
                    transform: translateY(-70%);
                    font-size: 6vw;
                }

                @include min($bp2) {
                    left: 15%;
                    transform: translateY(-50%);
                }

                @include min($bp3) {
                    left: 20%;
                }

                @include min($bp4) {
                    left: 50%;
                    margin-left: -5em;
                    font-size: 350%;
                }

                @include maxHeight(25em) {
                    font-size: 6vmin;
                    transform: translateY(-60%);
                    left: 45%;

                    ul>li>div {
                        left: 10em !important;
                        font-size: 5vmin !important;
                    }

                }

                @include minHeight(30em) {
                    ul>li {
                        margin-bottom: 0.5em;

                        >div li {
                            margin-bottom: 1em;
                        }
                    }
                }

                @include minHeight(60em) {
                    top: 40%;

                }
    */
  }
  .offcanvas-menu nav li.tel a {
    color: #ff9e00;
  }
  .offcanvas-menu nav a {
    transition: 250ms all;
  }
  .offcanvas-menu nav a:hover {
    color: #8d2061 !important;
    text-decoration: none;
  }
  .offcanvas-menu nav ul > li {
    line-height: 1.2em;
    margin-bottom: 0.4em;
  }
  .offcanvas-menu nav ul > li.button a {
    font-size: 80%;
    padding: 0.25em 1em;
    background: #fbd66f url("/images/button-background.png") no-repeat 140% 50%;
    background-size: contain;
  }
  .offcanvas-menu nav ul > li.button a:hover {
    background: #fbd66f url("/images/button-background.png") no-repeat 50% 50%;
    background-size: contain;
    color: #8d2061 !important;
  }
  .offcanvas-menu nav ul > li > div {
    left: 57.5%;
    position: absolute;
    top: 42%;
    transform: translateY(-50%);
    font-size: 1.2rem;
  }
  .offcanvas-menu nav ul > li > div li {
    margin-bottom: 0.75em;
  }
}
@media only screen and (max-width: 47.5em) and (min-width: 32em) {
  .offcanvas-menu nav ul > li > div {
    left: 50%;
  }
}
@media only screen and (max-width: 47.5em) {
  .no-mq .offcanvas-menu nav ul > li > div {
    left: 50%;
  }
}
@media only screen and (max-width: 47.5em) and (min-width: 41.5em) {
  .offcanvas-menu nav ul > li > div {
    left: 50%;
    font-size: 1.25rem;
  }
}
@media only screen and (max-width: 47.5em) {
  .no-mq .offcanvas-menu nav ul > li > div {
    left: 50%;
    font-size: 1.25rem;
  }
}
@media only screen and (max-width: 47.5em) and (min-width: 47.5em) {
  .offcanvas-menu nav ul > li > div {
    left: 50%;
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 47.5em) {
  .no-mq .offcanvas-menu nav ul > li > div {
    left: 50%;
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 47.5em) and (min-width: 62em) {
  .offcanvas-menu nav ul > li > div {
    left: 15em;
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 47.5em) {
  .no-mq .offcanvas-menu nav ul > li > div {
    left: 15em;
    font-size: 1.5rem;
  }
  .offcanvas-menu.active {
    top: 0;
    left: 0;
    opacity: 1;
  }
}

@media only screen and (min-width: 47.5em) {
  header.offcanvas-menu {
    width: 100%;
    height: auto;
    display: block;
    min-height: 1em;
    top: 0;
    left: 0;
    position: absolute;
    z-index: 99;
    opacity: 1;
    background: transparent;
    color: #009499;
    padding-left: 2em;
    padding-right: 2em;
  }
}
@media only screen and (min-width: 47.5em) and (min-width: 47.5em) {
  header.offcanvas-menu {
    padding-left: 1em;
    padding-right: 1em;
  }
}
@media only screen and (min-width: 47.5em) {
  .no-mq header.offcanvas-menu {
    padding-left: 1em;
    padding-right: 1em;
  }
}
@media only screen and (min-width: 47.5em) and (min-width: 62em) {
  header.offcanvas-menu {
    padding-left: 2em;
    padding-right: 2em;
  }
}
@media only screen and (min-width: 47.5em) {
  .no-mq header.offcanvas-menu {
    padding-left: 2em;
    padding-right: 2em;
  }
}
@media only screen and (min-width: 47.5em) and (min-width: 72em) {
  header.offcanvas-menu {
    padding-left: 3em;
    padding-right: 3em;
  }
}
@media only screen and (min-width: 47.5em) {
  .no-mq header.offcanvas-menu {
    padding-left: 3em;
    padding-right: 3em;
  }
  header.offcanvas-menu figure.logo {
    float: left;
    margin-top: 1.25em;
    margin-bottom: 1em;
  }
  header.offcanvas-menu figure.logo > .logoMobileMenu {
    display: none;
  }
  header.offcanvas-menu figure.logo > .logoWideMenu {
    display: block;
  }
  header.offcanvas-menu figure.logo img {
    margin-top: 0.75em;
    width: 15em;
    height: auto;
  }
}
@media only screen and (min-width: 47.5em) and (min-width: 52.5em) {
  header.offcanvas-menu figure.logo {
    margin-top: 1.35em;
  }
  header.offcanvas-menu figure.logo img {
    width: 18em;
  }
}
@media only screen and (min-width: 47.5em) {
  .no-mq header.offcanvas-menu figure.logo {
    margin-top: 1.35em;
  }
  .no-mq header.offcanvas-menu figure.logo img {
    width: 18em;
  }
}
@media only screen and (min-width: 47.5em) and (min-width: 62em) {
  header.offcanvas-menu figure.logo {
    margin-top: 1.6em;
  }
  header.offcanvas-menu figure.logo img {
    width: 20em;
  }
}
@media only screen and (min-width: 47.5em) {
  .no-mq header.offcanvas-menu figure.logo {
    margin-top: 1.6em;
  }
  .no-mq header.offcanvas-menu figure.logo img {
    width: 20em;
  }
}
@media only screen and (min-width: 47.5em) and (min-width: 72em) {
  header.offcanvas-menu figure.logo {
    margin-top: 2.3em;
  }
  header.offcanvas-menu figure.logo img {
    width: 20em;
  }
}
@media only screen and (min-width: 47.5em) {
  .no-mq header.offcanvas-menu figure.logo {
    margin-top: 2.3em;
  }
  .no-mq header.offcanvas-menu figure.logo img {
    width: 20em;
  }
}
@media only screen and (min-width: 47.5em) and (min-width: 82em) {
  header.offcanvas-menu figure.logo {
    margin-top: 2em;
  }
  header.offcanvas-menu figure.logo img {
    width: 25em;
  }
}
@media only screen and (min-width: 47.5em) {
  .no-mq header.offcanvas-menu figure.logo {
    margin-top: 2em;
  }
  .no-mq header.offcanvas-menu figure.logo img {
    width: 25em;
  }
  header.offcanvas-menu nav {
    color: #444;
    display: block;
    letter-spacing: 1px;
    float: right;
    margin-top: 2.5em;
    font-size: 0.8em;
    font-weight: 400;
  }
}
@media only screen and (min-width: 47.5em) and (min-width: 52.5em) {
  header.offcanvas-menu nav {
    font-size: 0.9em;
  }
}
@media only screen and (min-width: 47.5em) {
  .no-mq header.offcanvas-menu nav {
    font-size: 0.9em;
  }
}
@media only screen and (min-width: 47.5em) and (min-width: 62em) {
  header.offcanvas-menu nav {
    font-size: 1em;
  }
}
@media only screen and (min-width: 47.5em) {
  .no-mq header.offcanvas-menu nav {
    font-size: 1em;
  }
}
@media only screen and (min-width: 47.5em) and (min-width: 72em) {
  header.offcanvas-menu nav {
    font-size: 1.2em;
  }
}
@media only screen and (min-width: 47.5em) {
  .no-mq header.offcanvas-menu nav {
    font-size: 1.2em;
  }
  header.offcanvas-menu nav > ul {
    padding: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: baseline;
  }
  header.offcanvas-menu nav > ul > li {
    vertical-align: baseline;
    position: relative;
  }
  header.offcanvas-menu nav > ul > li:last-child {
    margin-right: 0;
  }
  header.offcanvas-menu nav > ul > li.tel {
    display: none;
  }
  header.offcanvas-menu nav > ul > li a {
    color: inherit !important;
    transition: 250ms all;
    margin: 0.5em 0.5em 0;
    display: block;
  }
  header.offcanvas-menu nav > ul > li.quote {
    color: #ff9e00;
  }
  header.offcanvas-menu nav > ul > li.button a {
    background: #FFFFFF url("/images/button-background.png") no-repeat 140% 50%;
    background-size: contain;
    font-size: 100%;
    padding: 0.5em 1em;
    letter-spacing: 0;
  }
  header.offcanvas-menu nav > ul > li.button a:hover {
    background: #FFFFFF url("/images/button-background.png") no-repeat 50% 50%;
    background-size: contain;
    color: #8d2061 !important;
  }
}
@media only screen and (min-width: 47.5em) and (min-width: 52.5em) {
  header.offcanvas-menu nav > ul > li.button a {
    padding: 0.5em 0.5em;
  }
}
@media only screen and (min-width: 47.5em) {
  .no-mq header.offcanvas-menu nav > ul > li.button a {
    padding: 0.5em 0.5em;
  }
}
@media only screen and (min-width: 47.5em) and (min-width: 62em) {
  header.offcanvas-menu nav > ul > li.button a {
    padding: 0.55em 1em;
    letter-spacing: 1px;
  }
}
@media only screen and (min-width: 47.5em) {
  .no-mq header.offcanvas-menu nav > ul > li.button a {
    padding: 0.55em 1em;
    letter-spacing: 1px;
  }
}
@media only screen and (min-width: 47.5em) and (min-width: 72em) {
  header.offcanvas-menu nav > ul > li.button a {
    padding: 0.55em 1.25em;
  }
}
@media only screen and (min-width: 47.5em) {
  .no-mq header.offcanvas-menu nav > ul > li.button a {
    padding: 0.55em 1.25em;
  }
  header.offcanvas-menu nav > ul > li > div {
    opacity: 0;
    margin-left: 0;
    position: absolute;
    top: 100%;
    margin-top: 2em;
    left: -1em;
    z-index: 5001;
    background: rgba(255, 255, 255, 0.85);
    transition: 250ms all;
    transform: translateY(-0.25em);
    font-weight: 500;
  }
  header.offcanvas-menu nav > ul > li > div > ul {
    width: 13em;
    margin-bottom: 0;
  }
  header.offcanvas-menu nav > ul > li > div > ul > li {
    border-left: 2px solid #f5d500;
    padding: 0;
    margin: 0;
    transition: 250ms all;
  }
  header.offcanvas-menu nav > ul > li > div > ul > li a {
    padding: 0.7em 2em 0.7em;
    margin: 0;
    display: block;
    transition: none;
  }
  header.offcanvas-menu nav > ul > li > div > ul > li:hover {
    background: #f5d500;
    text-shadow: none;
    color: #8d2061;
    font-weight: 400;
  }
  header.offcanvas-menu nav > ul > li:hover > div:not(.button) {
    transform: translateY(0);
    opacity: 1;
  }
}
.no-mq header.offcanvas-menu {
  width: 100%;
  height: auto;
  display: block;
  min-height: 1em;
  top: 0;
  left: 0;
  position: absolute;
  z-index: 99;
  opacity: 1;
  background: transparent;
  color: #009499;
  padding-left: 2em;
  padding-right: 2em;
}
@media only screen and (min-width: 47.5em) {
  .no-mq header.offcanvas-menu {
    padding-left: 1em;
    padding-right: 1em;
  }
}
.no-mq .no-mq header.offcanvas-menu {
  padding-left: 1em;
  padding-right: 1em;
}
@media only screen and (min-width: 62em) {
  .no-mq header.offcanvas-menu {
    padding-left: 2em;
    padding-right: 2em;
  }
}
.no-mq .no-mq header.offcanvas-menu {
  padding-left: 2em;
  padding-right: 2em;
}
@media only screen and (min-width: 72em) {
  .no-mq header.offcanvas-menu {
    padding-left: 3em;
    padding-right: 3em;
  }
}
.no-mq .no-mq header.offcanvas-menu {
  padding-left: 3em;
  padding-right: 3em;
}
.no-mq header.offcanvas-menu figure.logo {
  float: left;
  margin-top: 1.25em;
  margin-bottom: 1em;
}
.no-mq header.offcanvas-menu figure.logo > .logoMobileMenu {
  display: none;
}
.no-mq header.offcanvas-menu figure.logo > .logoWideMenu {
  display: block;
}
.no-mq header.offcanvas-menu figure.logo img {
  margin-top: 0.75em;
  width: 15em;
  height: auto;
}
@media only screen and (min-width: 52.5em) {
  .no-mq header.offcanvas-menu figure.logo {
    margin-top: 1.35em;
  }
  .no-mq header.offcanvas-menu figure.logo img {
    width: 18em;
  }
}
.no-mq .no-mq header.offcanvas-menu figure.logo {
  margin-top: 1.35em;
}
.no-mq .no-mq header.offcanvas-menu figure.logo img {
  width: 18em;
}
@media only screen and (min-width: 62em) {
  .no-mq header.offcanvas-menu figure.logo {
    margin-top: 1.6em;
  }
  .no-mq header.offcanvas-menu figure.logo img {
    width: 20em;
  }
}
.no-mq .no-mq header.offcanvas-menu figure.logo {
  margin-top: 1.6em;
}
.no-mq .no-mq header.offcanvas-menu figure.logo img {
  width: 20em;
}
@media only screen and (min-width: 72em) {
  .no-mq header.offcanvas-menu figure.logo {
    margin-top: 2.3em;
  }
  .no-mq header.offcanvas-menu figure.logo img {
    width: 20em;
  }
}
.no-mq .no-mq header.offcanvas-menu figure.logo {
  margin-top: 2.3em;
}
.no-mq .no-mq header.offcanvas-menu figure.logo img {
  width: 20em;
}
@media only screen and (min-width: 82em) {
  .no-mq header.offcanvas-menu figure.logo {
    margin-top: 2em;
  }
  .no-mq header.offcanvas-menu figure.logo img {
    width: 25em;
  }
}
.no-mq .no-mq header.offcanvas-menu figure.logo {
  margin-top: 2em;
}
.no-mq .no-mq header.offcanvas-menu figure.logo img {
  width: 25em;
}
.no-mq header.offcanvas-menu nav {
  color: #444;
  display: block;
  letter-spacing: 1px;
  float: right;
  margin-top: 2.5em;
  font-size: 0.8em;
  font-weight: 400;
}
@media only screen and (min-width: 52.5em) {
  .no-mq header.offcanvas-menu nav {
    font-size: 0.9em;
  }
}
.no-mq .no-mq header.offcanvas-menu nav {
  font-size: 0.9em;
}
@media only screen and (min-width: 62em) {
  .no-mq header.offcanvas-menu nav {
    font-size: 1em;
  }
}
.no-mq .no-mq header.offcanvas-menu nav {
  font-size: 1em;
}
@media only screen and (min-width: 72em) {
  .no-mq header.offcanvas-menu nav {
    font-size: 1.2em;
  }
}
.no-mq .no-mq header.offcanvas-menu nav {
  font-size: 1.2em;
}
.no-mq header.offcanvas-menu nav > ul {
  padding: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: baseline;
}
.no-mq header.offcanvas-menu nav > ul > li {
  vertical-align: baseline;
  position: relative;
}
.no-mq header.offcanvas-menu nav > ul > li:last-child {
  margin-right: 0;
}
.no-mq header.offcanvas-menu nav > ul > li.tel {
  display: none;
}
.no-mq header.offcanvas-menu nav > ul > li a {
  color: inherit !important;
  transition: 250ms all;
  margin: 0.5em 0.5em 0;
  display: block;
}
.no-mq header.offcanvas-menu nav > ul > li.quote {
  color: #ff9e00;
}
.no-mq header.offcanvas-menu nav > ul > li.button a {
  background: #FFFFFF url("/images/button-background.png") no-repeat 140% 50%;
  background-size: contain;
  font-size: 100%;
  padding: 0.5em 1em;
  letter-spacing: 0;
}
.no-mq header.offcanvas-menu nav > ul > li.button a:hover {
  background: #FFFFFF url("/images/button-background.png") no-repeat 50% 50%;
  background-size: contain;
  color: #8d2061 !important;
}
@media only screen and (min-width: 52.5em) {
  .no-mq header.offcanvas-menu nav > ul > li.button a {
    padding: 0.5em 0.5em;
  }
}
.no-mq .no-mq header.offcanvas-menu nav > ul > li.button a {
  padding: 0.5em 0.5em;
}
@media only screen and (min-width: 62em) {
  .no-mq header.offcanvas-menu nav > ul > li.button a {
    padding: 0.55em 1em;
    letter-spacing: 1px;
  }
}
.no-mq .no-mq header.offcanvas-menu nav > ul > li.button a {
  padding: 0.55em 1em;
  letter-spacing: 1px;
}
@media only screen and (min-width: 72em) {
  .no-mq header.offcanvas-menu nav > ul > li.button a {
    padding: 0.55em 1.25em;
  }
}
.no-mq .no-mq header.offcanvas-menu nav > ul > li.button a {
  padding: 0.55em 1.25em;
}
.no-mq header.offcanvas-menu nav > ul > li > div {
  opacity: 0;
  margin-left: 0;
  position: absolute;
  top: 100%;
  margin-top: 2em;
  left: -1em;
  z-index: 5001;
  background: rgba(255, 255, 255, 0.85);
  transition: 250ms all;
  transform: translateY(-0.25em);
  font-weight: 500;
}
.no-mq header.offcanvas-menu nav > ul > li > div > ul {
  width: 13em;
  margin-bottom: 0;
}
.no-mq header.offcanvas-menu nav > ul > li > div > ul > li {
  border-left: 2px solid #f5d500;
  padding: 0;
  margin: 0;
  transition: 250ms all;
}
.no-mq header.offcanvas-menu nav > ul > li > div > ul > li a {
  padding: 0.7em 2em 0.7em;
  margin: 0;
  display: block;
  transition: none;
}
.no-mq header.offcanvas-menu nav > ul > li > div > ul > li:hover {
  background: #f5d500;
  text-shadow: none;
  color: #8d2061;
  font-weight: 400;
}
.no-mq header.offcanvas-menu nav > ul > li:hover > div:not(.button) {
  transform: translateY(0);
  opacity: 1;
}

.mobileOnlyLogo {
  width: 15em;
  position: absolute;
  z-index: 100;
  margin-left: 2em;
  margin-top: 1em;
  transition: 250ms all;
}
@media only screen and (min-width: 32em) {
  .mobileOnlyLogo {
    width: 18em;
  }
}
.no-mq .mobileOnlyLogo {
  width: 18em;
}
@media only screen and (min-width: 41.5em) {
  .mobileOnlyLogo {
    width: 22em;
  }
}
.no-mq .mobileOnlyLogo {
  width: 22em;
}
@media only screen and (min-width: 47.5em) {
  .mobileOnlyLogo {
    display: none;
  }
}
.no-mq .mobileOnlyLogo {
  display: none;
}

.mobileMenuExpanded .mobileOnlyLogo {
  opacity: 0;
}

/* ---------------------- content ---------------------- */
article.page-secondary {
  margin-top: 6em;
}
@media only screen and (min-width: 41.5em) {
  article.page-secondary {
    margin-top: 8em;
  }
}
.no-mq article.page-secondary {
  margin-top: 8em;
}
@media only screen and (min-width: 47.5em) {
  article.page-secondary {
    margin-top: 10em;
  }
}
.no-mq article.page-secondary {
  margin-top: 10em;
}
@media only screen and (min-width: 85em) {
  article.page-secondary {
    margin-top: 12em;
  }
}
.no-mq article.page-secondary {
  margin-top: 12em;
}

.violetBG {
  background: #8d2061;
}

.orangeBG {
  background: #ff9e00;
}

.content.offsetParagraph + .content {
  margin-top: 5em;
}

.content.padBottom {
  padding-bottom: 10em;
}
.content h1 {
  font-family: "Allura", cursive;
  color: #8d2061;
  font-weight: 100;
  line-height: 1;
  margin: 0 0 0.25em 0;
  padding: 0;
  font-size: 600%;
}
@media only screen and (min-width: 32em) {
  .content h1 {
    font-size: 800%;
  }
}
.no-mq .content h1 {
  font-size: 800%;
}
@media only screen and (min-width: 62em) {
  .content h1 {
    font-size: 900%;
  }
}
.no-mq .content h1 {
  font-size: 900%;
}
@media only screen and (min-width: 72em) {
  .content h1 {
    font-size: 1000%;
  }
}
.no-mq .content h1 {
  font-size: 1000%;
}
.content h1.smaller {
  font-size: 600%;
}
.page-secondary .content h1 {
  font-size: 400%;
}
@media only screen and (min-width: 32em) {
  .page-secondary .content h1 {
    font-size: 450%;
  }
}
.no-mq .page-secondary .content h1 {
  font-size: 450%;
}
@media only screen and (min-width: 41.5em) {
  .page-secondary .content h1 {
    font-size: 500%;
  }
}
.no-mq .page-secondary .content h1 {
  font-size: 500%;
}
@media only screen and (min-width: 47.5em) {
  .page-secondary .content h1 {
    font-size: 600%;
  }
}
.no-mq .page-secondary .content h1 {
  font-size: 600%;
}
@media only screen and (min-width: 62em) {
  .page-secondary .content h1 {
    font-size: 900%;
  }
}
.no-mq .page-secondary .content h1 {
  font-size: 900%;
}
@media only screen and (min-width: 72em) {
  .page-secondary .content h1 {
    font-size: 1000%;
  }
}
.no-mq .page-secondary .content h1 {
  font-size: 1000%;
}
.page-secondary .content h1.smaller {
  font-size: 600%;
}
.content p,
.content ul li,
.content ol li,
.content table th,
.content table td {
  line-height: 1.8em;
  letter-spacing: 0.1em;
}
@media only screen and (min-width: 62em) {
  .content p,
  .content ul li,
  .content ol li,
  .content table th,
  .content table td {
    font-size: 110%;
  }
}
.no-mq .content p,
.no-mq .content ul li,
.no-mq .content ol li,
.no-mq .content table th,
.no-mq .content table td {
  font-size: 110%;
}
@media only screen and (min-width: 72em) {
  .content p,
  .content ul li,
  .content ol li,
  .content table th,
  .content table td {
    font-size: 120%;
  }
}
.no-mq .content p,
.no-mq .content ul li,
.no-mq .content ol li,
.no-mq .content table th,
.no-mq .content table td {
  font-size: 120%;
}
.content ul.nested li {
  font-size: 100% !important;
}
.content a,
.content a:hover {
  text-decoration: underline;
}
.content ol {
  list-style-type: decimal;
  margin-bottom: 1em;
}
.content ol li {
  margin-left: 1em;
  margin-bottom: 0.5em;
}
.content ol li::marker {
  font-weight: bold;
}
.content > figure {
  margin-bottom: 2em;
}
.content ul li {
  margin-left: 1em;
  list-style: disc;
  margin-bottom: 0.5em;
}
.content ul li > ul {
  margin-left: 2em;
  margin-bottom: 0;
}
.content ul.no-disc li {
  list-style: none;
}
.content h3.pillar {
  display: inline-block;
  font-weight: 600;
  padding-bottom: 0.25em;
  border-bottom: 0.25em solid #f5d500;
  margin-top: 2em;
}
@media only screen and (min-width: 41.5em) {
  .content.offsetParagraph > p,
  .content.offsetParagraph .offset {
    margin-left: 10em;
    max-width: 31em;
  }
}
.no-mq .content.offsetParagraph > p,
.no-mq .content.offsetParagraph .offset {
  margin-left: 10em;
  max-width: 31em;
}
@media only screen and (min-width: 47.5em) {
  .content.offsetParagraph > p,
  .content.offsetParagraph .offset {
    margin-left: 20em;
  }
}
.no-mq .content.offsetParagraph > p,
.no-mq .content.offsetParagraph .offset {
  margin-left: 20em;
}
@media only screen and (min-width: 62em) {
  .content.offsetParagraph > p,
  .content.offsetParagraph .offset {
    margin-left: 22em;
  }
}
.no-mq .content.offsetParagraph > p,
.no-mq .content.offsetParagraph .offset {
  margin-left: 22em;
}
@media only screen and (min-width: 72em) {
  .content.offsetParagraph > p,
  .content.offsetParagraph .offset {
    margin-left: 25em;
    max-width: 40em;
  }
}
.no-mq .content.offsetParagraph > p,
.no-mq .content.offsetParagraph .offset {
  margin-left: 25em;
  max-width: 40em;
}
@media only screen and (min-width: 41.5em) {
  .content.offsetParagraphSecondChild h1 + *,
  .content.offsetParagraphSecondChild .offset {
    margin-left: 10rem;
    max-width: 31rem;
  }
}
.no-mq .content.offsetParagraphSecondChild h1 + *,
.no-mq .content.offsetParagraphSecondChild .offset {
  margin-left: 10rem;
  max-width: 31rem;
}
@media only screen and (min-width: 47.5em) {
  .content.offsetParagraphSecondChild h1 + *,
  .content.offsetParagraphSecondChild .offset {
    margin-left: 20rem;
  }
}
.no-mq .content.offsetParagraphSecondChild h1 + *,
.no-mq .content.offsetParagraphSecondChild .offset {
  margin-left: 20rem;
}
@media only screen and (min-width: 62em) {
  .content.offsetParagraphSecondChild h1 + *,
  .content.offsetParagraphSecondChild .offset {
    margin-left: 22rem;
  }
}
.no-mq .content.offsetParagraphSecondChild h1 + *,
.no-mq .content.offsetParagraphSecondChild .offset {
  margin-left: 22rem;
}
@media only screen and (min-width: 72em) {
  .content.offsetParagraphSecondChild h1 + *,
  .content.offsetParagraphSecondChild .offset {
    margin-left: 25rem;
    max-width: 40rem;
  }
}
.no-mq .content.offsetParagraphSecondChild h1 + *,
.no-mq .content.offsetParagraphSecondChild .offset {
  margin-left: 25rem;
  max-width: 40rem;
}
.content .helloMessage figure.signature {
  margin-top: 2em;
  margin-bottom: 1em;
  display: block;
  width: 15em;
}
.content .helloMessage > div:nth-child(2) {
  margin-top: 13em;
  margin-bottom: 10em;
}
@media only screen and (min-width: 52.5em) {
  .content .helloMessage > div:nth-child(1) {
    width: 45%;
    padding: 1em;
    clear: left;
    float: left;
    z-index: 2;
    position: relative;
    margin-bottom: 0;
  }
  .content .helloMessage > div:nth-child(2) {
    float: right;
    width: 50%;
    margin-top: 3em;
    padding-right: 4em;
    margin-bottom: 0;
  }
}
.no-mq .content .helloMessage > div:nth-child(1) {
  width: 45%;
  padding: 1em;
  clear: left;
  float: left;
  z-index: 2;
  position: relative;
  margin-bottom: 0;
}
.no-mq .content .helloMessage > div:nth-child(2) {
  float: right;
  width: 50%;
  margin-top: 3em;
  padding-right: 4em;
  margin-bottom: 0;
}
.content .helloMessage > div:nth-child(1) > figure {
  position: relative;
  z-index: 3;
  max-width: 28em;
  margin-bottom: 8em;
}
.content .helloMessage > div:nth-child(1) > figure > h2 {
  font-family: "Allura", cursive;
  font-size: 230%;
  line-height: 1;
  z-index: 3;
}
@media only screen and (min-width: 52.5em) {
  .content .helloMessage > div:nth-child(1) > figure > h2 {
    width: 5em;
  }
}
.no-mq .content .helloMessage > div:nth-child(1) > figure > h2 {
  width: 5em;
}
@media only screen and (min-width: 72em) {
  .content .helloMessage > div:nth-child(1) > figure > h2 {
    width: auto;
  }
}
.no-mq .content .helloMessage > div:nth-child(1) > figure > h2 {
  width: auto;
}
.content .helloMessage > div:nth-child(1) > figure h3 {
  font-family: "DM Sans", sans-serif;
  z-index: 4;
  margin-top: 1em;
  margin-bottom: 0;
  font-size: 180%;
}
.content .helloMessage > div:nth-child(1) > figure p.email {
  font-size: 90%;
}
.content .helloMessage > div:nth-child(1) > figure p.email a {
  text-decoration: none;
}
.content .helloMessage > div:nth-child(1) > figure:after {
  top: -2em;
  left: -100em;
  bottom: -10em;
  content: " ";
  position: absolute;
  background: #ff9e00;
  right: 4em;
  z-index: -1;
}
.content .helloMessage.team > div:nth-child(1) > figure:after {
  bottom: -10em;
}
.content .helloMessage.team h3.name {
  margin-bottom: 0;
  font-size: 220%;
  letter-spacing: 0.05em;
}
.content .helloMessage.team h3.title {
  margin-bottom: 0;
  color: #8d2061;
  font-size: 180%;
}

/* ---------------------- Collapse ---------------------- */
.collapseWrapper {
  margin-top: 3em;
  border-left: 0.5em solid #fbd66f;
  margin-bottom: 3em;
}
.collapseWrapper .collapseHeader {
  background: #fbd66f;
  padding: 0.5em;
  cursor: hand;
  cursor: pointer;
}
.collapseWrapper .collapseHeader .fa-angle-right {
  transition: 400ms all;
  margin-right: 0.5em;
}
.collapseWrapper .collapseHeader.expanded .fa-angle-right {
  transform: rotate(90deg);
}
.collapseWrapper .collapse {
  padding-left: 3em;
  padding-bottom: 1em;
}

.collapse.collapsed {
  display: none;
}

/* ---------------------- Grants ---------------------- */
div.tableWrapper {
  overflow: scroll;
}

table.grantOpportunities {
  margin-top: 3em;
  margin-bottom: 3em;
  border-collapse: collapse;
  overflow: scroll;
}
table.grantOpportunities tr th {
  font-weight: bold;
  background: #fbd66f;
}
table.grantOpportunities tr th,
table.grantOpportunities tr td {
  border: 1px solid #DDD;
  padding: 0.5em;
}
@media only screen and (min-width: 41.5em) {
  table.grantOpportunities tr th,
  table.grantOpportunities tr td {
    padding: 1em;
  }
}
.no-mq table.grantOpportunities tr th,
.no-mq table.grantOpportunities tr td {
  padding: 1em;
}

h2 + div.tableWrapper table.grantOpportunities,
h3 + div.tableWrapper table.grantOpportunities {
  margin-top: 0;
}

/* ---------------------- home mission values ---------------------- */
.missionVisionValues {
  width: 100%;
  position: relative;
  margin-bottom: 0;
}
@media only screen and (min-width: 77em) {
  .missionVisionValues {
    margin-bottom: 10em;
  }
}
.no-mq .missionVisionValues {
  margin-bottom: 10em;
}
.missionVisionValues .container {
  position: relative;
}
.missionVisionValues div.figure {
  display: none;
  position: absolute;
  width: 35em;
}
@media only screen and (min-width: 77em) {
  .missionVisionValues div.figure {
    display: block;
  }
}
.no-mq .missionVisionValues div.figure {
  display: block;
}
@media only screen and (min-width: 85em) {
  .missionVisionValues div.figure {
    width: 40em;
  }
}
.no-mq .missionVisionValues div.figure {
  width: 40em;
}
.missionVisionValues div.figure .valuesExpanded {
  background: #fbd66f url("/images/flower-bg-white.png");
  display: none;
  padding: 3em;
}
.missionVisionValues div.figure .valuesExpanded ul li {
  margin-bottom: 1em;
}
.missionVisionValues div.figure .valuesExpanded ul li span {
  display: none;
}
.missionVisionValues div.figure .valuesExpanded ul li.expanded span {
  display: block;
}
.missionVisionValues div.figure .valuesExpanded ul li h3 {
  font-weight: 500;
  margin-bottom: 0em;
  line-height: 1;
  font-family: "Allura", cursive;
  font-size: 250%;
}
.missionVisionValues div.figure .valuesExpanded ul li span {
  display: block;
  padding-left: 1em;
}
.missionVisionValues .bars {
  width: 100%;
  padding-top: 3em;
}
.missionVisionValues .bars > .bar {
  height: 10em;
  margin-bottom: 2em;
}
.missionVisionValues .bars > .bar .wrapper {
  margin: 0 auto;
  max-width: 100em;
  display: flex;
  justify-content: center;
}
.missionVisionValues .bars > .bar .text {
  border-top: 0.5em solid rgba(141, 32, 97, 0.75);
  padding-top: 1em;
  width: 30em;
  text-align: left;
}
.missionVisionValues .bars > .bar .text h2 {
  margin-bottom: 0.5em;
}
.missionVisionValues .bars > .bar.current, .missionVisionValues .bars > .bar:hover {
  background: #8d2061;
}
.missionVisionValues .bars > .bar.current .text, .missionVisionValues .bars > .bar:hover .text {
  color: white;
}
@media only screen and (min-width: 77em) {
  .missionVisionValues .bars > .bar {
    padding-right: 5em;
  }
  .missionVisionValues .bars > .bar .wrapper {
    justify-content: flex-end;
  }
}
.no-mq .missionVisionValues .bars > .bar {
  padding-right: 5em;
}
.no-mq .missionVisionValues .bars > .bar .wrapper {
  justify-content: flex-end;
}

.XXbigbox {
  padding: 3em;
  overflow: hidden;
  border-radius: 7em;
}
.XXbigbox.bb-left {
  position: relative;
  float: left;
  background: #f6bd16;
  width: 50%;
  z-index: 2;
}
.XXbigbox.bb-right {
  position: relative;
  z-index: 1;
  float: right;
  margin-top: -15em;
  width: 60%;
  background: #fbd66f;
}
.XXbigbox.bb-right h2 {
  text-align: right;
}
.XXbigbox ul li {
  margin-bottom: 1.5em;
}
.XXbigbox ul h3 {
  font-weight: bold;
  font-size: 200%;
  margin-bottom: 0.25em;
}
.XXbigbox ul span {
  font-style: italic;
}

/* ---------------------- work together ---------------------- */
.c-workTogether {
  position: relative;
  display: flex;
  flex-direction: column;
}
.c-workTogether .row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  margin: 0 0 0 auto;
  clear: both;
  z-index: 2;
}
@media only screen and (min-width: 47.5em) {
  .c-workTogether .row {
    width: 80%;
  }
}
.no-mq .c-workTogether .row {
  width: 80%;
}
@media only screen and (min-width: 62em) {
  .c-workTogether .row {
    width: 70%;
  }
}
.no-mq .c-workTogether .row {
  width: 70%;
}
@media only screen and (min-width: 85em) {
  .c-workTogether .row {
    width: 72em;
    margin: 0 auto;
  }
}
.no-mq .c-workTogether .row {
  width: 72em;
  margin: 0 auto;
}
.c-workTogether .row > div {
  z-index: 3;
  color: white;
}
.c-workTogether .row > div.behindFlower {
  z-index: 1;
}
.c-workTogether .row > div.behindFlower:before {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: url("/images/flower-bg.png") no-repeat center center;
  background-size: cover;
  z-index: 2;
}
.c-workTogether .row > div.behindFlower > div {
  z-index: 3;
}
.c-workTogether .row > div.text {
  font-weight: bold;
  display: flex;
}
.c-workTogether .row > div.text.center {
  text-align: center;
  margin: 0 auto;
}
.c-workTogether .row > div.text p:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
.c-workTogether .row > div.text p.small {
  font-size: 80%;
  font-weight: 400;
}
.c-workTogether .row > div.text > div {
  align-self: center;
  text-align: center;
  margin-left: 10%;
  text-align: left;
  padding: 2em 0;
  font-size: 120%;
}
.c-workTogether .row > div.text > div br.always {
  display: block !important;
}
@media only screen and (min-width: 47.5em) {
  .c-workTogether .row > div.text > div {
    font-size: 110%;
  }
  .c-workTogether .row > div.text > div br {
    display: none;
  }
}
.no-mq .c-workTogether .row > div.text > div {
  font-size: 110%;
}
.no-mq .c-workTogether .row > div.text > div br {
  display: none;
}
@media only screen and (min-width: 62em) {
  .c-workTogether .row > div.text > div br {
    display: block;
  }
}
.no-mq .c-workTogether .row > div.text > div br {
  display: block;
}
@media only screen and (min-width: 41.5em) {
  .c-workTogether .row > div.text > div {
    padding: 0;
  }
}
.no-mq .c-workTogether .row > div.text > div {
  padding: 0;
}
.c-workTogether .row .size33 {
  width: 33.33%;
}
.c-workTogether .row .size66 {
  width: 66.66%;
}
.c-workTogether .row h2.scriptFont {
  font-family: "Allura", cursive;
  font-weight: 100;
  margin-bottom: 0;
  text-align: center;
  margin: 0 auto;
  font-size: 3em;
}
@media only screen and (min-width: 72em) {
  .c-workTogether .row h2.scriptFont {
    font-size: 5vw;
  }
}
.no-mq .c-workTogether .row h2.scriptFont {
  font-size: 5vw;
}
@media only screen and (min-width: 100em) {
  .c-workTogether .row h2.scriptFont {
    font-size: 5em;
  }
}
.no-mq .c-workTogether .row h2.scriptFont {
  font-size: 5em;
}
.c-workTogether .row div.text.violetBG,
.c-workTogether .row div.text.orangeBG {
  width: 100%;
  padding: 1.5em;
}
@media only screen and (min-width: 41.5em) {
  .c-workTogether .row div.text.violetBG {
    width: 66.66%;
  }
  .c-workTogether .row div.text.orangeBG {
    width: 33.33%;
  }
}
.no-mq .c-workTogether .row div.text.violetBG {
  width: 66.66%;
}
.no-mq .c-workTogether .row div.text.orangeBG {
  width: 33.33%;
}

/* ---------------------- make a diff ---------------------- */
.c-makeADifference figure {
  position: relative;
  z-index: 1;
}
.c-makeADifference figure img {
  position: relative;
  z-index: 2;
}
.c-makeADifference figure aside {
  position: absolute;
  z-index: 3;
  top: 11%;
  right: 5%;
}
.c-makeADifference figure aside h3 {
  text-align: right;
  color: #8d2061;
  text-shadow: 0 0 5px rgba(255, 255, 255, 0.5);
  font-size: 4.3vw;
  line-height: 1.1;
  letter-spacing: 0.025em;
}

/* ---------------------- about ---------------------- */
form ul li {
  list-style: none !important;
  margin-left: 0 !important;
  margin-bottom: 0 !important;
}

ul.bios {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
ul.bios li {
  list-style: none !important;
  margin-bottom: 2em !important;
  margin-left: 0 !important;
  width: 45%;
}
@media only screen and (min-width: 41.5em) {
  ul.bios li {
    width: 31%;
  }
}
.no-mq ul.bios li {
  width: 31%;
}
@media only screen and (min-width: 62em) {
  ul.bios li {
    width: 21%;
  }
}
.no-mq ul.bios li {
  width: 21%;
}
@media only screen and (min-width: 85em) {
  ul.bios li {
    width: 19%;
  }
}
.no-mq ul.bios li {
  width: 19%;
}
ul.bios li h2 {
  margin-top: 1em;
  margin-bottom: 0.25em;
}
ul.bios li h3 {
  color: #8d2061;
}
ul.bios li figure {
  overflow: hidden;
  position: relative;
}
ul.bios li figure img {
  transition: 250ms all;
}
ul.bios li figure img:hover {
  transform: scale(1.15);
}

/* ---------------------- contact ---------------------- */
.contactDetails a {
  text-decoration: none;
}
.contactDetails .tel {
  color: #8d2061;
  font-weight: 500;
  letter-spacing: 0.05em;
  margin-bottom: 0.35em;
  font-size: 250%;
}
.contactDetails .addr {
  letter-spacing: 0.05em;
  padding-bottom: 0.25em;
  margin-bottom: 0.25em;
}

/* ---------------------- blog ---------------------- */
ul.blog-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
ul.blog-list li {
  list-style: none;
  margin-left: 0;
  margin-bottom: 3em;
  width: 100%;
}
ul.blog-list li.blog-2 {
  width: 100%;
}
@media only screen and (min-width: 41.5em) {
  ul.blog-list li.blog-2 {
    width: 48%;
  }
}
.no-mq ul.blog-list li.blog-2 {
  width: 48%;
}
@media only screen and (min-width: 41.5em) {
  ul.blog-list li {
    width: 48%;
  }
}
.no-mq ul.blog-list li {
  width: 48%;
}
@media only screen and (min-width: 47.5em) {
  ul.blog-list li {
    width: 48%;
  }
}
.no-mq ul.blog-list li {
  width: 48%;
}
@media only screen and (min-width: 62em) {
  ul.blog-list li {
    width: 32%;
  }
}
.no-mq ul.blog-list li {
  width: 32%;
}
ul.blog-list li figure {
  overflow: hidden;
  transition: 250ms all;
  position: relative;
  transition: 250ms all;
}
ul.blog-list li figure img {
  transition: 250ms all;
}
ul.blog-list li figure aside {
  z-index: 2;
  position: absolute;
  bottom: 10%;
  width: 80%;
  margin-left: 10%;
  color: white;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
ul.blog-list li figure aside h2 {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1;
  font-size: 100%;
}
@media only screen and (min-width: 41.5em) {
  ul.blog-list li figure aside h2 {
    font-size: 115%;
  }
}
.no-mq ul.blog-list li figure aside h2 {
  font-size: 115%;
}
@media only screen and (min-width: 62em) {
  ul.blog-list li figure aside h2 {
    line-height: 1.1;
    font-size: 100%;
  }
}
.no-mq ul.blog-list li figure aside h2 {
  line-height: 1.1;
  font-size: 100%;
}
@media only screen and (min-width: 72em) {
  ul.blog-list li figure aside h2 {
    font-size: 120%;
    line-height: 1.3;
  }
}
.no-mq ul.blog-list li figure aside h2 {
  font-size: 120%;
  line-height: 1.3;
}
ul.blog-list li figure aside a,
ul.blog-list li figure aside a:hover {
  text-decoration: none;
}
ul.blog-list li figure:after {
  z-index: 1;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: " ";
  background: rgba(16, 62, 88, 0.2);
  transition: 250ms all;
  pointer-events: none;
}
ul.blog-list li figure:hover img {
  transform: scale(1.15);
}
ul.blog-list li figure:hover:after {
  background: transparent;
}

.content.c-blog h1 {
  font-size: 250%;
  margin-bottom: 1em;
}
.content.c-blog h1 a {
  text-decoration: none;
}
.content.c-blog div.datePublished {
  color: #888;
  margin-bottom: 1em;
  font-style: italic;
}

/* ---------------------- Impact Reports ---------------------- */
.impactReports {
  margin-bottom: 6em;
}
.impactReports > div {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.impactReports > div figure {
  width: 20%;
}
.impactReports > div > div.info {
  width: 73%;
}
.impactReports > div h2 {
  margin-bottom: 0.5em;
}
.impactReports > div p:last-child {
  padding-bottom: 0;
}
.impactReports > div .pdfButton {
  margin-top: 2em;
  flex-basis: 100%;
  text-align: center;
}
.impactReports > div .pdfButton a {
  display: inline-block;
  margin: 0 auto;
}
@media only screen and (min-width: 47.5em) {
  .impactReports > div {
    flex-wrap: nowrap;
  }
  .impactReports > div figure {
    width: 18em !important;
    margin-right: 2em;
  }
  .impactReports > div > div.info {
    margin-right: 2em;
    width: auto;
  }
  .impactReports > div .pdfButton {
    flex-basis: auto;
    width: auto;
  }
}
.no-mq .impactReports > div {
  flex-wrap: nowrap;
}
.no-mq .impactReports > div figure {
  width: 18em !important;
  margin-right: 2em;
}
.no-mq .impactReports > div > div.info {
  margin-right: 2em;
  width: auto;
}
.no-mq .impactReports > div .pdfButton {
  flex-basis: auto;
  width: auto;
}

/* ---------------------- newsletter ---------------------- */
.newsletter {
  color: white;
}
.newsletter h2 {
  font-family: "Allura", cursive;
  font-size: 5em;
  margin-bottom: 0;
}
.newsletter p {
  font-size: 120%;
}
.newsletter div.button.flower a {
  padding-left: 3em;
  padding-right: 3em;
}
@media only screen and (min-width: 47.5em) {
  .newsletter {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}
.no-mq .newsletter {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (min-width: 62em) {
  .newsletter div.button.flower {
    margin-right: 5em;
  }
}
.no-mq .newsletter div.button.flower {
  margin-right: 5em;
}

/* ---------------------- footer ---------------------- */
body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
body > footer {
  margin-top: auto;
  margin-bottom: 0;
}
body > footer .container {
  margin-top: 5em;
  padding-bottom: 3em;
}

footer .footerLogo {
  max-width: 20em;
  margin: 0 auto;
}
@media only screen and (min-width: 47.5em) {
  footer .footerLogo {
    max-width: 25em;
    margin: 0;
  }
}
.no-mq footer .footerLogo {
  max-width: 25em;
  margin: 0;
}
footer .rightCol {
  margin-top: 3em;
}
@media only screen and (min-width: 47.5em) {
  footer .rightCol {
    text-align: right;
    margin-top: 1em;
  }
}
.no-mq footer .rightCol {
  text-align: right;
  margin-top: 1em;
}
footer .copyright,
footer .byLine {
  color: #AAA;
  padding-bottom: 0.5em;
}
footer .tel {
  color: #8d2061;
  font-weight: 500;
  letter-spacing: 0.05em;
  margin-bottom: 0.25em;
}
footer .addr {
  letter-spacing: 0.05em;
  padding-bottom: 0.25em;
}

.social {
  margin: 0.25em 0 0.5em 0;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  max-width: 9em;
}
@media only screen and (min-width: 47.5em) {
  .social {
    margin: 0.25em 0 0.5em auto;
  }
}
.no-mq .social {
  margin: 0.25em 0 0.5em auto;
}
.social li a {
  display: flex;
  text-align: center;
  margin: auto auto;
  color: #f6bd16;
  border-radius: 99em;
  padding: 0.15em;
  justify-content: center;
  align-items: center;
  font-size: 2em;
  transition: 250ms all;
}
.social li a i {
  width: 1em;
  height: 1em;
  padding: 0.05em 0 0 0;
  margin: 0em 0 0 0;
}
.social li a:hover {
  text-decoration: none;
  transform: scale(1.25);
}

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