/* 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; }

@font-face {
  font-family: 'Lovelo Line';
  src: url("/fonts/LoveloLineBold.woff2") format("woff2"), url("/fonts/LoveloLineBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }

/* ---------------------- 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;
  scroll-behavior: smooth; }

body {
  font-family: "Montserrat", "Lato", sans-serif;
  line-height: 1.3em;
  -webkit-text-size-adjust: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100vh; }
  body > * {
    margin-top: 0;
    margin-bottom: 0; }
  body footer {
    margin-top: auto; }

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

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

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

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

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

h1, h2, h3, h4, h5, h6 {
  line-height: 1.3em;
  font-family: "Minion Pro", "Garamond", serif; }

h1 {
  font-size: 274.4%;
  font-weight: 500;
  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; }

.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: "Montserrat", "Lato", sans-serif;
  background: rgba(212, 175, 55, 0.72);
  border: 2px solid white;
  padding: 0.5em 1.5em;
  color: white;
  border-radius: 0;
  -webkit-border-radius: 0;
  -webkit-appearance: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  cursor: hand;
  cursor: pointer;
  font-weight: 400;
  line-height: 1.3;
  transition: 250ms all; }
  button:hover,
  .button a:hover,
  input[type=submit]:hover {
    background: #29347f;
    color: white;
    text-decoration: none; }
  button.wide,
  .button a.wide,
  input[type=submit].wide {
    width: 100%; }
  button.big,
  .button a.big,
  input[type=submit].big {
    font-size: 100%; }

.button a {
  display: inline-block; }

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

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="password"],
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: "Montserrat", "Lato", sans-serif;
  background: none;
  color: #555; }

textarea {
  height: 2.5em; }

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

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

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

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

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

.captchaSection {
  margin-bottom: 2em; }

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

.captchaText {
  display: inline; }

/* ---------------------- layouts ---------------------- */
.band {
  width: 100%;
  position: relative;
  overflow: hidden; }
  .band.white {
    color: #555; }
  .band.pattern {
    background: url("/images/quote-bg.jpg") no-repeat center center;
    background-size: cover;
    color: white; }

.bandGap {
  padding: 5em 0; }
  @media only screen and (min-width: 47.5em) {
    .bandGap {
      padding: 10em 0; } }
  .no-mq .bandGap {
    padding: 10em 0; }

.bandGap2 {
  padding: 5em 0; }
  @media only screen and (min-width: 47.5em) {
    .bandGap2 {
      padding: 7em 0; } }
  .no-mq .bandGap2 {
    padding: 7em 0; }

.container {
  position: relative;
  margin: 0 2em; }
  @media only screen and (min-width: 32em) {
    .container {
      margin: 0 4em; } }
  .no-mq .container {
    margin: 0 4em; }
  @media only screen and (min-width: 85em) {
    .container {
      width: 77em;
      margin: 0 auto; } }
  .no-mq .container {
    width: 77em;
    margin: 0 auto; }

.rotatorWrapper {
  position: relative; }

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

.band.rotator {
  margin: 0; }
  .band.rotator ul.rotator {
    overflow: hidden; }
    .band.rotator ul.rotator li {
      overflow: hidden;
      line-height: 0; }
      .band.rotator ul.rotator li img {
        width: 100%; }
  .band.rotator figure {
    position: relative;
    display: block;
    min-height: 30em;
    z-index: 1; }
    .band.rotator figure > img {
      display: block;
      margin: 0;
      padding: 0;
      z-index: 1;
      position: relative;
      -o-object-fit: cover;
         object-fit: cover;
      min-height: 30em; }
    .band.rotator figure aside.blob {
      position: absolute;
      left: 0;
      bottom: -25px;
      z-index: 2;
      width: 70%; }
      @media only screen and (min-width: 32em) {
        .band.rotator figure aside.blob {
          width: 50%; } }
      .no-mq .band.rotator figure aside.blob {
        width: 50%; }
    .band.rotator figure aside.book {
      position: absolute;
      left: -33%;
      bottom: 10vw;
      z-index: 3;
      width: 112%; }
      @media only screen and (min-width: 32em) {
        .band.rotator figure aside.book {
          left: -18%;
          width: 88%; } }
      .no-mq .band.rotator figure aside.book {
        left: -18%;
        width: 88%; }
      @media only screen and (min-width: 36.75em) {
        .band.rotator figure aside.book {
          left: -18%;
          width: 83%; } }
      .no-mq .band.rotator figure aside.book {
        left: -18%;
        width: 83%; }
      @media only screen and (min-width: 41.5em) {
        .band.rotator figure aside.book {
          left: 0;
          bottom: 5vw;
          width: 65%; } }
      .no-mq .band.rotator figure aside.book {
        left: 0;
        bottom: 5vw;
        width: 65%; }
      @media only screen and (min-width: 62em) {
        .band.rotator figure aside.book {
          bottom: 0vw;
          width: 50%; } }
      .no-mq .band.rotator figure aside.book {
        bottom: 0vw;
        width: 50%; }
      .band.rotator figure aside.book img {
        transition: 250ms all; }
        .band.rotator figure aside.book img:hover {
          -webkit-transform: scale(1.05);
                  transform: scale(1.05); }
    .band.rotator figure aside.mic {
      position: absolute;
      left: 10%;
      bottom: -1vw;
      z-index: 3;
      width: 27%; }
      @media only screen and (min-width: 32em) {
        .band.rotator figure aside.mic {
          left: 5%;
          width: 27%; } }
      .no-mq .band.rotator figure aside.mic {
        left: 5%;
        width: 27%; }
      @media only screen and (min-width: 36.75em) {
        .band.rotator figure aside.mic {
          left: 5%;
          width: 27%; } }
      .no-mq .band.rotator figure aside.mic {
        left: 5%;
        width: 27%; }
      @media only screen and (min-width: 41.5em) {
        .band.rotator figure aside.mic {
          left: 10%;
          width: 21%; } }
      .no-mq .band.rotator figure aside.mic {
        left: 10%;
        width: 21%; }
      @media only screen and (min-width: 47.5em) {
        .band.rotator figure aside.mic {
          left: 11%;
          width: 20%; } }
      .no-mq .band.rotator figure aside.mic {
        left: 11%;
        width: 20%; }
      .band.rotator figure aside.mic img {
        opacity: 0.9;
        transition: 250ms all; }
        .band.rotator figure aside.mic img:hover {
          -webkit-transform: scale(1.05);
                  transform: scale(1.05); }
    .band.rotator figure aside.crystal {
      position: absolute;
      left: 7%;
      bottom: -2vw;
      z-index: 3;
      width: 35%; }
      @media only screen and (min-width: 32em) {
        .band.rotator figure aside.crystal {
          left: 5%; } }
      .no-mq .band.rotator figure aside.crystal {
        left: 5%; }
      @media only screen and (min-width: 36.75em) {
        .band.rotator figure aside.crystal {
          left: 5%; } }
      .no-mq .band.rotator figure aside.crystal {
        left: 5%; }
      .band.rotator figure aside.crystal img {
        opacity: 0.7;
        transition: 250ms all; }
        .band.rotator figure aside.crystal img:hover {
          -webkit-transform: scale(1.05);
                  transform: scale(1.05); }
    .band.rotator figure figcaption {
      position: absolute;
      right: 8%;
      text-align: right;
      z-index: 4;
      color: white;
      top: 30%;
      font-size: 80%; }
      @media only screen and (min-width: 32em) {
        .band.rotator figure figcaption {
          right: 15%; } }
      .no-mq .band.rotator figure figcaption {
        right: 15%; }
      .band.rotator figure figcaption h1 {
        font-family: "Montserrat", "Lato", sans-serif;
        font-size: 250%;
        line-height: 1em;
        text-transform: uppercase;
        font-weight: 500;
        margin-bottom: 0.25;
        text-shadow: 0 0 5px rgba(0, 0, 0, 0.5); }
      .band.rotator figure figcaption h2 {
        font-family: "Montserrat", "Lato", sans-serif;
        font-weight: 500;
        font-size: 100%;
        text-shadow: 0 0 5px rgba(0, 0, 0, 0.5); }
      .band.rotator figure figcaption div.button {
        font-size: 1rem; }
      @media only screen and (min-width: 32em) {
        .band.rotator figure figcaption {
          font-size: 2vw; } }
      .no-mq .band.rotator figure figcaption {
        font-size: 2vw; }
    .band.rotator figure.podcast figcaption h1 {
      text-transform: none;
      margin-bottom: 0.25em;
      line-height: 1.1em; }
    .band.rotator figure.podcast figcaption h2 {
      font-family: 'Lovelo Line';
      font-weight: bold;
      font-style: normal;
      font-size: 200%; }
    .band.rotator figure.secondary {
      height: 14em;
      min-height: auto;
      width: auto; }
      .band.rotator figure.secondary > img {
        -o-object-fit: cover;
           object-fit: cover;
        height: 100%; }
      .band.rotator figure.secondary aside {
        position: absolute;
        top: 20%;
        left: 0;
        width: 100%;
        z-index: 2;
        text-align: center;
        color: white; }
        .band.rotator figure.secondary aside h2 {
          font-family: "Montserrat", "Lato", sans-serif; }
      .band.rotator figure.secondary .bracket {
        margin: 0 auto;
        text-align: center;
        display: inline-block;
        position: relative;
        padding: 1em 0.5rem;
        font-size: 200%;
        letter-spacing: 0.2em; }
        @media only screen and (min-width: 32em) {
          .band.rotator figure.secondary .bracket {
            font-size: 225%; } }
        .no-mq .band.rotator figure.secondary .bracket {
          font-size: 225%; }
        @media only screen and (min-width: 41.5em) {
          .band.rotator figure.secondary .bracket {
            font-size: 250%;
            padding: 1em 0rem; } }
        .no-mq .band.rotator figure.secondary .bracket {
          font-size: 250%;
          padding: 1em 0rem; }
        .band.rotator figure.secondary .bracket:before {
          position: absolute;
          content: "";
          z-index: -1;
          left: 2px;
          top: auto;
          top: 0;
          right: 2px;
          border-width: 0 4px 4px;
          border-top-width: 4px;
          border-right-width: 4px;
          border-bottom-width: 0;
          border-left-width: 4px;
          border-style: solid;
          border-color: #fff;
          padding: 19px;
          z-index: 0; }
        .band.rotator figure.secondary .bracket:after {
          position: absolute;
          content: "";
          z-index: -1;
          left: 2px;
          top: auto;
          bottom: 0;
          right: 2px;
          border-width: 0 4px 4px;
          border-top-width: 0px;
          border-right-width: 4px;
          border-bottom-width: 4px;
          border-left-width: 4px;
          border-style: solid;
          border-color: #fff;
          padding: 19px;
          z-index: 0; }
    .band.rotator figure aside.podcastLinks {
      position: absolute;
      top: auto;
      left: auto;
      z-index: 4;
      right: 3%;
      bottom: 5%;
      width: 8.5em; }
      .band.rotator figure aside.podcastLinks .social {
        flex-direction: row; }
        .band.rotator figure aside.podcastLinks .social li a {
          background: #3544a6; }
          .band.rotator figure aside.podcastLinks .social li a:hover {
            background: #d4af37; }

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

.cols--two-at-4 > *:nth-child(odd) {
  margin-bottom: 3em; }

@media only screen and (min-width: 62em) {
  .cols--two-at-4 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between; }
    .cols--two-at-4 > * {
      width: 47.5%; }
    .cols--two-at-4 > *:nth-child(odd) {
      margin-bottom: 0; } }

.no-mq .cols--two-at-4 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between; }
  .no-mq .cols--two-at-4 > * {
    width: 47.5%; }
  .no-mq .cols--two-at-4 > *:nth-child(odd) {
    margin-bottom: 0; }

@media only screen and (min-width: 62em) {
  .cols--twothirds-onethird {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between; }
    .cols--twothirds-onethird > *:nth-child(odd) {
      margin-right: 5em; } }

.no-mq .cols--twothirds-onethird {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between; }
  .no-mq .cols--twothirds-onethird > *:nth-child(odd) {
    margin-right: 5em; }

@media only screen and (min-width: 47.5em) {
  .cols--two {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between; }
    .cols--two > * {
      width: 47.5%; }
    .cols--two > *:nth-child(odd) {
      margin-bottom: 0; } }

.no-mq .cols--two {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between; }
  .no-mq .cols--two > * {
    width: 47.5%; }
  .no-mq .cols--two > *:nth-child(odd) {
    margin-bottom: 0; }

@media only screen and (min-width: 47.5em) {
  .cols--two-three {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between; }
    .cols--two-three > * {
      width: 47.5%; } }

.no-mq .cols--two-three {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between; }
  .no-mq .cols--two-three > * {
    width: 47.5%; }

@media only screen and (min-width: 72em) {
  .cols--two-three > * {
    width: 31%; } }

.no-mq .cols--two-three > * {
  width: 31%; }

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

/* ---------------------- 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: .4em .4em .4em 2em;
  *padding: .4em;
  margin: .5em 0;
  background: #ddd;
  color: #444;
  text-decoration: none;
  border-radius: .3em;
  transition: all .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: .3em solid #fff;
    text-align: center;
    font-weight: bold;
    border-radius: 2em;
    transition: all .3s ease-out;
    content: "\00BB \0020"; }

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

ul.raquo li {
  list-style-type: none;
  padding-left: 10px;
  margin-bottom: 0.2em; }

ul.raquo:before {
  content: "\00BB \0020";
  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, -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: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: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-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 {
  -webkit-perspective: 50px;
          perspective: 50px; }

.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, 8px, 0) rotate(45deg);
            transform: translate3d(0, 8px, 0) rotate(45deg); }
  .hamburger--3dx.is-active .hamburger-inner::after {
    -webkit-transform: translate3d(0, -8px, 0) rotate(-45deg);
            transform: translate3d(0, -8px, 0) rotate(-45deg); }

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

.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, 8px, 0) rotate(45deg);
            transform: translate3d(0, 8px, 0) rotate(45deg); }
  .hamburger--3dx-r.is-active .hamburger-inner::after {
    -webkit-transform: translate3d(0, -8px, 0) rotate(-45deg);
            transform: translate3d(0, -8px, 0) rotate(-45deg); }

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

.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, 8px, 0) rotate(45deg);
            transform: translate3d(0, 8px, 0) rotate(45deg); }
  .hamburger--3dy.is-active .hamburger-inner::after {
    -webkit-transform: translate3d(0, -8px, 0) rotate(-45deg);
            transform: translate3d(0, -8px, 0) rotate(-45deg); }

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

.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, 8px, 0) rotate(45deg);
            transform: translate3d(0, 8px, 0) rotate(45deg); }
  .hamburger--3dy-r.is-active .hamburger-inner::after {
    -webkit-transform: translate3d(0, -8px, 0) rotate(-45deg);
            transform: translate3d(0, -8px, 0) rotate(-45deg); }

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

.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, 8px, 0) rotate(45deg);
            transform: translate3d(0, 8px, 0) rotate(45deg); }
  .hamburger--3dxy.is-active .hamburger-inner::after {
    -webkit-transform: translate3d(0, -8px, 0) rotate(-45deg);
            transform: translate3d(0, -8px, 0) rotate(-45deg); }

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

.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, 8px, 0) rotate(45deg);
            transform: translate3d(0, 8px, 0) rotate(45deg); }
  .hamburger--3dxy-r.is-active .hamburger-inner::after {
    -webkit-transform: translate3d(0, -8px, 0) rotate(-45deg);
            transform: translate3d(0, -8px, 0) rotate(-45deg); }

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

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

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

.hamburger--arrow-r.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(5px, 0, 0) rotate(-45deg) scale(0.7, 1);
          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, -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(-5px, -6.25px, 0) rotate(-45deg) scale(0.7, 1);
          transform: translate3d(-5px, -6.25px, 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(-5px, 6.25px, 0) rotate(45deg) scale(0.7, 1);
          transform: translate3d(-5px, 6.25px, 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(5px, -6.25px, 0) rotate(45deg) scale(0.7, 1);
          transform: translate3d(5px, -6.25px, 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(5px, 6.25px, 0) rotate(-45deg) scale(0.7, 1);
          transform: translate3d(5px, 6.25px, 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: -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), -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, -8px, 0) rotate(-45deg);
          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;
    -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: -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), -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, -8px, 0) rotate(45deg);
          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;
    -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: 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: -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, 8px, 0) rotate(135deg);
          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 {
    -webkit-transform: translate3d(0, -16px, 0) rotate(-270deg);
            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: -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, 8px, 0) rotate(-135deg);
          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 {
    -webkit-transform: translate3d(0, -16px, 0) rotate(270deg);
            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: 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: 8px;
      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: -50px;
      top: -50px;
      -webkit-transform: translate3d(50px, 50px, 0) rotate(45deg);
              transform: translate3d(50px, 50px, 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: -50px;
      top: -50px;
      -webkit-transform: translate3d(-50px, 50px, 0) rotate(-45deg);
              transform: translate3d(-50px, 50px, 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: 8px;
      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: -50px;
      top: 50px;
      -webkit-transform: translate3d(50px, -50px, 0) rotate(-45deg);
              transform: translate3d(50px, -50px, 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: -50px;
      top: 50px;
      -webkit-transform: translate3d(-50px, -50px, 0) rotate(45deg);
              transform: translate3d(-50px, -50px, 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: 1.5px; }
  .hamburger--slider .hamburger-inner::before {
    top: 8px;
    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: 16px; }

.hamburger--slider.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, 8px, 0) rotate(45deg);
          transform: translate3d(0, 8px, 0) rotate(45deg); }
  .hamburger--slider.is-active .hamburger-inner::before {
    -webkit-transform: rotate(-45deg) translate3d(-3.5714285714px, -5px, 0);
            transform: rotate(-45deg) translate3d(-3.5714285714px, -5px, 0);
    opacity: 0; }
  .hamburger--slider.is-active .hamburger-inner::after {
    -webkit-transform: translate3d(0, -16px, 0) rotate(-90deg);
            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: 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: 16px; }

.hamburger--slider-r.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, 8px, 0) rotate(-45deg);
          transform: translate3d(0, 8px, 0) rotate(-45deg); }
  .hamburger--slider-r.is-active .hamburger-inner::before {
    -webkit-transform: rotate(45deg) translate3d(3.5714285714px, -5px, 0);
            transform: rotate(45deg) translate3d(3.5714285714px, -5px, 0);
    opacity: 0; }
  .hamburger--slider-r.is-active .hamburger-inner::after {
    -webkit-transform: translate3d(0, -16px, 0) rotate(90deg);
            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, -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: 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), -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: 16px;
    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, 8px, 0) rotate(45deg);
            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), -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, 8px, 0) rotate(-45deg);
            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), -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, -8px, 0) rotate(-45deg);
          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;
    -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); }

#mobileNavWrapper {
  cursor: hand;
  cursor: pointer;
  position: fixed;
  z-index: 5601;
  right: 1em;
  top: 1em;
  display: block; }
  #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: #d4af37; }
  button.hamburger .hamburger-box {
    margin-top: 1px !important;
    margin-bottom: -1px !important; }

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

.offcanvas-menu {
  position: fixed;
  top: -150%;
  left: 0;
  width: 100%;
  height: 100vh;
  background: url("/images/background.jpg") no-repeat center center;
  background-size: cover;
  z-index: 100;
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: 500ms all;
  opacity: 0; }
  .offcanvas-menu figure.mobileMenuLogo figure {
    width: 15em;
    margin-left: 3em;
    margin-top: 1em; }
  .offcanvas-menu div.menu {
    margin: auto auto; }
  .offcanvas-menu nav {
    font-size: 4vmax;
    font-weight: 900;
    margin-bottom: 10vmax;
    margin-left: -3em; }
    @media only screen and (min-width: 32em) {
      .offcanvas-menu nav {
        font-size: 6vw; } }
    .no-mq .offcanvas-menu nav {
      font-size: 6vw; }
    @media only screen and (min-width: 62em) {
      .offcanvas-menu nav {
        font-size: 4vmin; } }
    .no-mq .offcanvas-menu nav {
      font-size: 4vmin; }
    .offcanvas-menu nav a {
      color: inherit !important;
      transition: 250ms all; }
      .offcanvas-menu nav a:hover {
        color: #d4af37 !important;
        text-decoration: none; }
    .offcanvas-menu nav ul > li {
      line-height: 1.2em;
      margin-bottom: 0.4em;
      position: relative; }
      .offcanvas-menu nav ul > li > div {
        position: absolute;
        left: 6.5em;
        top: 0.1em; }
        .offcanvas-menu nav ul > li > div li {
          font-size: 60%;
          margin-bottom: 0.75em; }
  @media only screen and (max-height: 25em) {
    .offcanvas-menu {
      flex-direction: row; }
      .offcanvas-menu nav {
        font-size: 6vmin;
        margin-bottom: 0;
        margin-right: 15vmax; }
        .offcanvas-menu nav ul > li > div {
          left: 10em !important;
          font-size: 5vmin !important; } }
  .offcanvas-menu.active {
    top: 0;
    left: 0;
    opacity: 1; }

header {
  width: 100%;
  display: block;
  min-height: 1em;
  top: 0;
  left: 0;
  position: absolute;
  z-index: 99;
  background: #ff9e00;
  padding-left: 2em;
  padding-right: 2em; }
  @media only screen and (min-width: 41.5em) {
    header {
      padding-left: 3em;
      padding-right: 3em; } }
  .no-mq header {
    padding-left: 3em;
    padding-right: 3em; }
  header figure.logo {
    float: left;
    margin-top: 1em;
    margin-bottom: 1em; }
    header figure.logo img {
      height: 5em;
      width: auto; }
    header figure.logo .logoOnly {
      display: none; }
  header nav {
    text-transform: uppercase;
    display: none;
    color: white;
    float: right;
    margin-top: 1.25em;
    margin-right: 1em; }
    @media only screen and (min-width: 41.5em) {
      header nav {
        display: block; } }
    .no-mq header nav {
      display: block; }
    header nav > ul {
      padding: 0; }
      header nav > ul > li {
        float: left;
        display: block;
        margin-right: 1em; }
        header nav > ul > li a {
          color: inherit !important;
          transition: 250ms all;
          display: block;
          margin: 0.5em 1em 0; }
  header.scrolled {
    position: fixed;
    top: -10em;
    opacity: 0;
    background: white;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    transition-property: top, bottom;
    transition-duration: 500ms;
    display: none; }
    header.scrolled nav {
      color: black; }
    header.scrolled figure.logo .logoOnly {
      display: block; }
    header.scrolled figure.logo .logoWithName {
      display: none; }
    header.scrolled.animated {
      opacity: 1;
      top: 0; }
    @media only screen and (min-width: 41.5em) {
      header.scrolled {
        display: block; } }
    .no-mq header.scrolled {
      display: block; }

p {
  line-height: 1.6;
  font-size: 110%;
  font-weight: 400; }

.ov {
  overflow: visible !important; }

.youtubeWrapper {
  max-width: 42em; }

figure.youtube {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
  margin-bottom: 2em; }
  figure.youtube.dci {
    padding-bottom: 52.6315789474%; }
  figure.youtube iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%; }
  figure.youtube.noMarginBottom {
    margin-bottom: 0; }

video {
  height: auto;
  width: 100%; }

.padBottom {
  margin-bottom: 2em; }

.z10 {
  z-index: 10; }

.content h1, .content h2 {
  color: #3544a6; }

.content.c-home {
  text-align: center; }
  .content.c-home h1 {
    font-family: "Yesteryear", cursive;
    font-style: italic;
    font-size: 300%; }
    @media only screen and (min-width: 41.5em) {
      .content.c-home h1 {
        font-size: 400%; } }
    .no-mq .content.c-home h1 {
      font-size: 400%; }
  .content.c-home p {
    font-size: 130%;
    padding-bottom: 1.5em; }
  .content.c-home .floatVideo {
    float: right;
    width: 60%;
    margin-left: 2em;
    margin-bottom: 2em; }
  .content.c-home .midVideo {
    width: 80%;
    margin: 4em auto 0; }
    .content.c-home .midVideo video {
      width: 100%; }
    .content.c-home .midVideo .youtubeWrapper {
      max-width: 100%; }

.content.c-quote {
  font-size: 175%; }
  .content.c-quote .quoteWrapper {
    max-width: 40rem;
    width: 100%;
    margin: 0 auto; }
  @media only screen and (min-width: 32em) {
    .content.c-quote {
      font-size: 5vw; } }
  .no-mq .content.c-quote {
    font-size: 5vw; }
  @media only screen and (min-width: 47.5em) {
    .content.c-quote {
      font-size: 4vw; } }
  .no-mq .content.c-quote {
    font-size: 4vw; }
  @media only screen and (min-width: 85em) {
    .content.c-quote {
      font-size: 250%; } }
  .no-mq .content.c-quote {
    font-size: 250%; }
  .content.c-quote h3 {
    font-style: italic;
    font-size: 100%;
    text-align: center;
    margin-bottom: 0.00em; }
  .content.c-quote h4 {
    color: #d4af37;
    text-align: right;
    font-size: 80%;
    margin-right: 2em;
    margin-top: 0.5rem;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.5); }

.content.c-about h1 {
  color: #3544a6; }

.content.overFlower p {
  text-shadow: 0 0 3px rgba(255, 255, 255, 0.9); }

.content figure.author {
  max-width: 20em;
  margin-bottom: 2em; }
  @media only screen and (min-width: 47.5em) {
    .content figure.author {
      float: left;
      width: 20em;
      margin-right: 2em; } }
  .no-mq .content figure.author {
    float: left;
    width: 20em;
    margin-right: 2em; }

.content .videoList > div {
  margin-bottom: 2em; }

.content .videoList figure.youtube {
  margin-bottom: 1em; }

.content .videoList h2 {
  font-size: 110%;
  color: #3544a6;
  margin-bottom: 0; }

.content .videoList p {
  font-size: 80%; }

@media only screen and (min-width: 47.5em) {
  .content.c-contact input[type=text], .content.c-contact textarea {
    max-width: 40em;
    display: block;
    margin-bottom: 1.5em; }
  .content.c-contact input[type=submit] {
    margin-top: 1em; } }

.no-mq .content.c-contact input[type=text], .no-mq .content.c-contact textarea {
  max-width: 40em;
  display: block;
  margin-bottom: 1.5em; }

.no-mq .content.c-contact input[type=submit] {
  margin-top: 1em; }

.content.c-resourceBand h2 {
  color: white;
  text-transform: uppercase;
  font-size: 250%;
  font-family: "Montserrat", "Lato", sans-serif; }

.content.c-resourceBand p {
  font-size: 130%;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.5); }

.content.c-resourceBand .alignBottom {
  margin: auto 0 1em 0; }

.content.c-resourceBand .button a {
  white-space: nowrap; }

.content.c-resourceBand .button.xl a {
  font-size: 150%; }
  @media only screen and (min-width: 32em) {
    .content.c-resourceBand .button.xl a {
      font-size: 175%; } }
  .no-mq .content.c-resourceBand .button.xl a {
    font-size: 175%; }

.content.c-lastestPodcastBand h2 {
  color: white;
  font-size: 250%;
  font-family: 'Lovelo Line';
  font-weight: bold;
  font-style: normal; }

.content.c-lastestPodcastBand h3 {
  font-family: "Montserrat", "Lato", sans-serif;
  font-weight: 600; }

.content.c-lastestPodcastBand h4 {
  margin-top: -0.65em;
  font-family: "Montserrat", "Lato", sans-serif; }

.content.c-podcastEpisode h3 {
  font-family: "Montserrat", "Lato", sans-serif;
  font-weight: 600; }

.content.c-podcastEpisode h4 {
  font-family: "Montserrat", "Lato", sans-serif; }

.content .podcastList h3 + h4 {
  margin-top: -0.5em;
  color: #666; }

.content .podcastList figure {
  position: relative;
  overflow: hidden; }
  .content .podcastList figure img {
    position: relative;
    transition: 250ms all; }
  .content .podcastList figure:hover img {
    -webkit-transform: scale(1.15);
            transform: scale(1.15); }
  .content .podcastList figure:hover aside {
    -webkit-transform: scale(1.1);
            transform: scale(1.1); }
  .content .podcastList figure aside {
    transition: 250ms all;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    display: flex;
    flex-direction: column; }
    .content .podcastList figure aside h1 {
      color: white !important;
      text-align: center;
      font-family: 'Anton', sans-serif;
      text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
      font-size: 8vw;
      margin-top: 0.5em;
      line-height: 1;
      margin-bottom: 0.1em; }
      .content .podcastList figure aside h1 span {
        font-size: 75%; }
    .content .podcastList figure aside h2 {
      text-align: center;
      font-family: 'Lovelo Line';
      font-weight: bold;
      font-style: normal;
      color: #AC8FC9 !important;
      font-size: 6vw;
      text-shadow: 2px -2px 0px rgba(0, 255, 255, 0.2); }
    .content .podcastList figure aside button {
      text-align: center;
      margin: 0 auto;
      font-size: 2.35vw; }
    .content .podcastList figure aside h3 {
      margin-top: auto;
      color: white;
      font-family: "Montserrat", "Lato", sans-serif;
      font-size: 3vw;
      font-weight: 400;
      text-align: center;
      margin-bottom: 0.7em;
      text-shadow: 0 0 5px rgba(0, 0, 0, 0.5); }
    @media only screen and (min-width: 47.5em) {
      .content .podcastList figure aside h1 {
        font-size: 4vw; }
      .content .podcastList figure aside h2 {
        font-size: 3vw; }
      .content .podcastList figure aside button {
        font-size: 1.35vw; }
      .content .podcastList figure aside h3 {
        font-size: 1.8vw; } }
    .no-mq .content .podcastList figure aside h1 {
      font-size: 4vw; }
    .no-mq .content .podcastList figure aside h2 {
      font-size: 3vw; }
    .no-mq .content .podcastList figure aside button {
      font-size: 1.35vw; }
    .no-mq .content .podcastList figure aside h3 {
      font-size: 1.8vw; }
    @media only screen and (min-width: 85em) {
      .content .podcastList figure aside h1 {
        font-size: 350%; }
      .content .podcastList figure aside h2 {
        font-size: 250%; }
      .content .podcastList figure aside button {
        font-size: 120%; }
      .content .podcastList figure aside h3 {
        font-size: 150%; } }
    .no-mq .content .podcastList figure aside h1 {
      font-size: 350%; }
    .no-mq .content .podcastList figure aside h2 {
      font-size: 250%; }
    .no-mq .content .podcastList figure aside button {
      font-size: 120%; }
    .no-mq .content .podcastList figure aside h3 {
      font-size: 150%; }

.flowerBG {
  z-index: 0;
  position: absolute; }
  .flowerBG figure {
    width: 35vw;
    min-width: 22rem; }
  .flowerBG.flowerRight {
    right: 0;
    bottom: 0; }

/* ---------------------- resources ---------------------- */
.c-resources {
  overflow: visible !important;
  margin-top: 4em;
  margin-bottom: 4em;
  position: relative;
  display: flex;
  flex-direction: column; }
  .c-resources .chapterList {
    overflow: visible;
    margin-bottom: 2em; }
    .c-resources .chapterList > div {
      width: 12em;
      position: -webkit-sticky;
      position: sticky;
      top: 0; }
    .c-resources .chapterList ul li {
      margin-bottom: 0.5em;
      transition: 250ms all; }
      .c-resources .chapterList ul li.current, .c-resources .chapterList ul li:hover {
        border-left: 0.25em solid #d4af37;
        padding-left: 0.25em; }
  .c-resources .resources section {
    margin-bottom: 3em; }
    .c-resources .resources section:first-of-type {
      margin-top: 3em; }
    .c-resources .resources section h3 {
      font-size: 170%;
      color: #3544a6;
      margin-bottom: 0.35em; }
    .c-resources .resources section > video {
      max-width: 40em; }
  .c-resources p {
    font-size: 110%; }
  @media only screen and (min-width: 47.5em) {
    .c-resources {
      flex-direction: row; }
      .c-resources .chapterList {
        order: 2;
        width: 12em; }
      .c-resources .resources {
        margin-right: 5em;
        order: 1; } }
  .no-mq .c-resources {
    flex-direction: row; }
    .no-mq .c-resources .chapterList {
      order: 2;
      width: 12em; }
    .no-mq .c-resources .resources {
      margin-right: 5em;
      order: 1; }

/* ---------------------- blog ---------------------- */
.blogEntry {
  margin-bottom: 3em; }
  .blogEntry .date {
    font-size: 50%;
    color: #888; }
  .blogEntry h3.blogTitle {
    margin-bottom: 0.25em; }
  .blogEntry a.more {
    font-weight: 500;
    display: block;
    text-align: right;
    font-size: 80%; }

@media only screen and (min-width: 47.5em) {
  .blog-divided {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: nowrap; }
    .blog-divided .blog-left {
      min-width: 25em;
      margin-right: 4em;
      flex-grow: 2; }
    .blog-divided .blog-right {
      min-width: 15em;
      max-width: 25em;
      flex-grow: 1; } }

.no-mq .blog-divided {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: nowrap; }
  .no-mq .blog-divided .blog-left {
    min-width: 25em;
    margin-right: 4em;
    flex-grow: 2; }
  .no-mq .blog-divided .blog-right {
    min-width: 15em;
    max-width: 25em;
    flex-grow: 1; }

/* ---------------------- footer ---------------------- */
footer {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 5em;
  padding-top: 5em; }
  footer .flower {
    margin-top: 3em;
    margin-right: 0;
    width: 10em;
    flex-basis: 40%; }
  footer .title {
    margin-left: auto;
    margin-right: 2em;
    flex-basis: 50%;
    margin-top: auto;
    margin-bottom: 3em; }
    footer .title h3 {
      color: #3544a6;
      font-size: 200%;
      line-height: 1;
      margin-bottom: 1.5em; }
    footer .title .copyright {
      font-size: 80%;
      color: #6f6f6f;
      padding-bottom: 0; }
  footer .line {
    width: 0.25em;
    height: 11rem;
    background: #d4af37;
    margin-left: 3em;
    margin-top: auto;
    margin-right: 1em; }
  footer .menu {
    margin-left: 0;
    margin-right: 0;
    margin-top: auto;
    margin-bottom: 0;
    color: #3544a6;
    font-size: 150%;
    line-height: 1.5;
    flex-basis: 58%; }
    footer .menu ul {
      margin-bottom: 0; }
  footer .socials {
    margin-bottom: 0;
    margin-top: auto;
    margin-right: auto;
    margin-left: 0;
    flex-basis: 20%; }
    footer .socials h3 {
      display: none;
      text-transform: uppercase;
      color: #3544a6;
      font-family: "Montserrat", "Lato", sans-serif;
      font-size: 120%; }
  @media only screen and (min-width: 44.5em) {
    footer {
      margin-top: 3em; }
      footer .flower {
        order: 1;
        width: 10em;
        flex-basis: auto; }
      footer .title {
        flex-basis: auto;
        order: 2;
        margin-bottom: 0;
        margin-left: 3%;
        margin-right: auto; }
        footer .title h3 {
          margin-bottom: 1em; }
      footer .line {
        order: 3;
        flex-basis: auto;
        margin-right: 2em; }
      footer .menu {
        flex-basis: auto;
        font-size: 150%;
        order: 4; }
      footer .socials {
        margin-left: auto;
        flex-basis: auto;
        order: 5;
        margin-right: 4em; }
        footer .socials h3 {
          font-size: 150%; } }
  .no-mq footer {
    margin-top: 3em; }
    .no-mq footer .flower {
      order: 1;
      width: 10em;
      flex-basis: auto; }
    .no-mq footer .title {
      flex-basis: auto;
      order: 2;
      margin-bottom: 0;
      margin-left: 3%;
      margin-right: auto; }
      .no-mq footer .title h3 {
        margin-bottom: 1em; }
    .no-mq footer .line {
      order: 3;
      flex-basis: auto;
      margin-right: 2em; }
    .no-mq footer .menu {
      flex-basis: auto;
      font-size: 150%;
      order: 4; }
    .no-mq footer .socials {
      margin-left: auto;
      flex-basis: auto;
      order: 5;
      margin-right: 4em; }
      .no-mq footer .socials h3 {
        font-size: 150%; }
  @media only screen and (min-width: 62em) {
    footer .menu {
      font-size: 140%; }
    footer .socials {
      margin-bottom: 5.5em; }
      footer .socials h3 {
        display: block;
        font-size: 150%; } }
  .no-mq footer .menu {
    font-size: 140%; }
  .no-mq footer .socials {
    margin-bottom: 5.5em; }
    .no-mq footer .socials h3 {
      display: block;
      font-size: 150%; }
  @media only screen and (min-width: 85em) {
    footer .menu {
      margin-right: 10em; }
    footer .socials {
      margin-left: 0; } }
  .no-mq footer .menu {
    margin-right: 10em; }
  .no-mq footer .socials {
    margin-left: 0; }

.social {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: space-around;
  margin-bottom: 0; }
  .social li {
    margin-top: 0.75em;
    width: 2.05em; }
    .social li a {
      display: flex;
      text-align: center;
      margin: auto auto;
      background: #d4af37;
      color: white;
      border-radius: 99em;
      padding: 0.5em;
      justify-content: center;
      align-items: center;
      width: 2.05em;
      height: 2.05em;
      transition: 250ms all; }
      .social li a i {
        font-size: 110%;
        width: 1em;
        height: 1em;
        margin: 0em 0 0 0; }
        .social li a i.fa-youtube {
          font-size: 95%;
          margin-left: -0.1em; }
      .social li a:hover {
        background: #d4af37;
        color: #3544a6;
        -webkit-transform: scale(1.25);
                transform: scale(1.25);
        text-decoration: none; }
  @media only screen and (min-width: 62em) {
    .social {
      flex-direction: row; }
      .social li {
        margin-top: 0; } }
  .no-mq .social {
    flex-direction: row; }
    .no-mq .social li {
      margin-top: 0; }
/*# sourceMappingURL=screen.css.map */