article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

html {
  background: #fff;
  color: #000;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}

body {
  margin: 0;
}

a {
  background: transparent;
}

a:focus {
  outline: thin dotted;
}

a:hover,
a:active {
  outline: 0;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}

h3 {
  font-size: 1.17em;
  margin: 1em 0;
}

h4 {
  font-size: 1em;
  margin: 1.33em 0;
}

h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}

h6 {
  font-size: 0.75em;
  margin: 2.33em 0;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

q:before,
q:after {
  content: '';
  content: none;
}

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

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

figure {
  margin: 0;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
  white-space: normal;
}

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
}

button,
input {
  line-height: normal;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

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

input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

/* ===================================================================
  ICON FONT
=================================================================== */

@font-face {
  font-family: 'icomoon';
  src: url(fonts/icomoon.eot);
  src: url(fonts/icomoon.eot#iefix) format("embedded-opentype"), url(fonts/icomoon.ttf) format("truetype"), url(fonts/icomoon.woff) format("woff"), url(fonts/icomoon.svg#icomoon) format("svg");
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-chevron-right:before {
  content: "\E907";
}

.icon-chevron-left:before {
  content: "\E908";
}

.icon-chevron-down:before,
.acf-input .select2-container--default .select2-selection--single .select2-selection__arrow b:before {
  content: "\E909";
}

.icon-chevron-up:before {
  content: "\E90A";
}

.icon-search:before {
  content: "\E900";
}

.icon-instagram:before {
  content: "\E906";
}

.icon-tumblr:before {
  content: "\E901";
}

.icon-google + :before {
  content: "\E902";
}

.icon-twitter:before {
  content: "\E903";
}

.icon-pinterest:before {
  content: "\E904";
}

.icon-facebook:before {
  content: "\E905";
}

/* ===================================================================
  MAGNIFIC POPUP
=================================================================== */

/* Magnific Popup CSS */

.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

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

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */

img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */

.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */

  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }

  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

/**
 * Simple fade transition,
 */

.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}

.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

/*============================================================================
  #Grid Setup
    - Based on csswizardry grid, but with floated columns, a fixed gutter size, and BEM classes
    - Breakpoints defined above, under #Breakpoint and Grid Variables
    - Note the inclusion of .grid-uniform to take care of clearfixes on evenly sized grid items
==============================================================================*/

.wrapper {
  *zoom: 1;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 20px;
}

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

.wrapper:after {
  clear: both;
}

@media screen and (min-width: 599px) {
  .wrapper {
    padding: 0 40px;
  }
}

.wrapper--full {
  max-width: none;
}

/* Force clearfix on grids */

.grid,
.grid--rev,
.grid--full,
.grid-uniform {
  *zoom: 1;
}

.grid:before,
.grid--rev:before,
.grid--full:before,
.grid:after,
.grid--rev:after,
.grid--full:after,
.grid-uniform:before,
.grid-uniform:after {
  content: '';
  display: table;
}

.grid:after,
.grid--rev:after,
.grid--full:after,
.grid-uniform:after {
  clear: both;
}

/* Manual grid__item clearfix */

.grid__item.clear {
  clear: both;
}

/*============================================================================
  Drop relative positioning into silent classes which can't take advantage of
  the `[class*="push--"]` and `[class*="pull--"]` selectors.
==============================================================================*/

/*============================================================================
  Grid Setup
    1. Allow the grid system to be used on lists.
    2. Remove any margins and paddings that might affect the grid system.
    3. Apply a negative `margin-left` to negate the columns' gutters.
==============================================================================*/

.grid,
.grid--rev,
.grid--full,
.grid-uniform {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-left: -20px;
}

@media screen and (min-width: 600px) {
  .grid,
  .grid--rev,
  .grid--full,
  .grid-uniform {
    margin-left: -40px;
  }
}

.grid__item {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  min-height: 1px;
  vertical-align: top;
  padding-left: 20px;
  width: 100%;
}

@media screen and (min-width: 600px) {
  .grid__item {
    padding-left: 40px;
  }
}

/*============================================================================
  Reversed grids allow you to structure your source in the opposite
  order to how your rendered layout will appear.
==============================================================================*/

.grid--rev {
  direction: rtl;
  text-align: left;
}

.grid--rev > .grid__item {
  direction: ltr;
  text-align: left;
  float: right;
}

/* Gutterless grids have all the properties of regular grids, minus any spacing. */

.grid--full {
  margin-left: 0;
}

.grid--full > .grid__item {
  padding-left: 0;
}

/*============================================================================
  WIDTHS
    - Create width classes, prefixed by the specified namespace.
==============================================================================*/

/*================ Clearfix helper on uniform grids ================*/

/*================ Helper show/hide classes around our breakpoints ===========*/

/*================ Our regular, non-responsive width and helper classes ======*/

/** Whole */

.one-whole {
  width: 100%;
}

/* Halves */

.one-half {
  width: 50%;
}

/* Thirds */

/* Quarters */

/* Fifths */

/* Sixths */

/* Eighths */

/* Tenths */

/* Twelfths */

.one-twelfth {
  width: 8.333%;
}

.two-twelfths {
  width: 16.666%;
}

.three-twelfths {
  width: 25%;
}

.four-twelfths {
  width: 33.333%;
}

.five-twelfths {
  width: 41.666%;
}

.six-twelfths {
  width: 50%;
}

.seven-twelfths {
  width: 58.333%;
}

.eight-twelfths {
  width: 66.666%;
}

.nine-twelfths {
  width: 75%;
}

.ten-twelfths {
  width: 83.333%;
}

.eleven-twelfths {
  width: 91.666%;
}

.show {
  display: block !important;
}

.hide {
  display: none !important;
}

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

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

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

.left {
  float: left !important;
}

.right {
  float: right !important;
}

/*================ Our responsive classes, if we have enabled them ================*/

@media only screen and (max-width: 599px) {
  /** Whole */

  .small--one-whole {
    width: 100%;
  }

  /* Halves */

  .small--one-half {
    width: 50%;
  }

  /* Thirds */

  /* Quarters */

  /* Fifths */

  /* Sixths */

  /* Eighths */

  /* Tenths */

  /* Twelfths */

  .small--one-twelfth {
    width: 8.333%;
  }

  .small--two-twelfths {
    width: 16.666%;
  }

  .small--three-twelfths {
    width: 25%;
  }

  .small--four-twelfths {
    width: 33.333%;
  }

  .small--five-twelfths {
    width: 41.666%;
  }

  .small--six-twelfths {
    width: 50%;
  }

  .small--seven-twelfths {
    width: 58.333%;
  }

  .small--eight-twelfths {
    width: 66.666%;
  }

  .small--nine-twelfths {
    width: 75%;
  }

  .small--ten-twelfths {
    width: 83.333%;
  }

  .small--eleven-twelfths {
    width: 91.666%;
  }

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

  .small--hide {
    display: none !important;
  }

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

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

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

  .small--left {
    float: left !important;
  }

  .small--right {
    float: right !important;
  }

  .grid-uniform .small--one-half:nth-child(2n+1),
  .grid-uniform .small--one-third:nth-child(3n+1),
  .grid-uniform .small--one-quarter:nth-child(4n+1),
  .grid-uniform .small--one-fifth:nth-child(5n+1),
  .grid-uniform .small--one-sixth:nth-child(6n+1),
  .grid-uniform .small--two-sixths:nth-child(3n+1),
  .grid-uniform .small--three-sixths:nth-child(2n+1),
  .grid-uniform .small--two-eighths:nth-child(4n+1),
  .grid-uniform .small--four-eighths:nth-child(2n+1),
  .grid-uniform .small--five-tenths:nth-child(2n+1),
  .grid-uniform .small--one-twelfth:nth-child(12n+1),
  .grid-uniform .small--two-twelfths:nth-child(6n+1),
  .grid-uniform .small--three-twelfths:nth-child(4n+1),
  .grid-uniform .small--four-twelfths:nth-child(3n+1),
  .grid-uniform .small--six-twelfths:nth-child(2n+1) {
    clear: both;
  }
}

@media only screen and (min-width: 600px) and (max-width: 899px) {
  /** Whole */

  .medium--one-whole {
    width: 100%;
  }

  /* Halves */

  .medium--one-half {
    width: 50%;
  }

  /* Thirds */

  /* Quarters */

  /* Fifths */

  /* Sixths */

  /* Eighths */

  /* Tenths */

  /* Twelfths */

  .medium--one-twelfth {
    width: 8.333%;
  }

  .medium--two-twelfths {
    width: 16.666%;
  }

  .medium--three-twelfths {
    width: 25%;
  }

  .medium--four-twelfths {
    width: 33.333%;
  }

  .medium--five-twelfths {
    width: 41.666%;
  }

  .medium--six-twelfths {
    width: 50%;
  }

  .medium--seven-twelfths {
    width: 58.333%;
  }

  .medium--eight-twelfths {
    width: 66.666%;
  }

  .medium--nine-twelfths {
    width: 75%;
  }

  .medium--ten-twelfths {
    width: 83.333%;
  }

  .medium--eleven-twelfths {
    width: 91.666%;
  }

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

  .medium--hide {
    display: none !important;
  }

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

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

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

  .medium--left {
    float: left !important;
  }

  .medium--right {
    float: right !important;
  }

  .grid-uniform .medium--one-half:nth-child(2n+1),
  .grid-uniform .medium--one-third:nth-child(3n+1),
  .grid-uniform .medium--one-quarter:nth-child(4n+1),
  .grid-uniform .medium--one-fifth:nth-child(5n+1),
  .grid-uniform .medium--one-sixth:nth-child(6n+1),
  .grid-uniform .medium--two-sixths:nth-child(3n+1),
  .grid-uniform .medium--three-sixths:nth-child(2n+1),
  .grid-uniform .medium--two-eighths:nth-child(4n+1),
  .grid-uniform .medium--four-eighths:nth-child(2n+1),
  .grid-uniform .medium--five-tenths:nth-child(2n+1),
  .grid-uniform .medium--one-twelfth:nth-child(12n+1),
  .grid-uniform .medium--two-twelfths:nth-child(6n+1),
  .grid-uniform .medium--three-twelfths:nth-child(4n+1),
  .grid-uniform .medium--four-twelfths:nth-child(3n+1),
  .grid-uniform .medium--six-twelfths:nth-child(2n+1) {
    clear: both;
  }
}

@media only screen and (max-width: 899px) {
  /** Whole */

  .medium-down--one-whole {
    width: 100%;
  }

  /* Halves */

  .medium-down--one-half {
    width: 50%;
  }

  /* Thirds */

  /* Quarters */

  /* Fifths */

  /* Sixths */

  /* Eighths */

  /* Tenths */

  /* Twelfths */

  .medium-down--one-twelfth {
    width: 8.333%;
  }

  .medium-down--two-twelfths {
    width: 16.666%;
  }

  .medium-down--three-twelfths {
    width: 25%;
  }

  .medium-down--four-twelfths {
    width: 33.333%;
  }

  .medium-down--five-twelfths {
    width: 41.666%;
  }

  .medium-down--six-twelfths {
    width: 50%;
  }

  .medium-down--seven-twelfths {
    width: 58.333%;
  }

  .medium-down--eight-twelfths {
    width: 66.666%;
  }

  .medium-down--nine-twelfths {
    width: 75%;
  }

  .medium-down--ten-twelfths {
    width: 83.333%;
  }

  .medium-down--eleven-twelfths {
    width: 91.666%;
  }

  .medium-down--show {
    display: block !important;
  }

  .medium-down--hide {
    display: none !important;
  }

  .medium-down--text-left {
    text-align: left !important;
  }

  .medium-down--text-right {
    text-align: right !important;
  }

  .medium-down--text-center {
    text-align: center !important;
  }

  .medium-down--left {
    float: left !important;
  }

  .medium-down--right {
    float: right !important;
  }

  .grid-uniform .medium-down--one-half:nth-child(2n+1),
  .grid-uniform .medium-down--one-third:nth-child(3n+1),
  .grid-uniform .medium-down--one-quarter:nth-child(4n+1),
  .grid-uniform .medium-down--one-fifth:nth-child(5n+1),
  .grid-uniform .medium-down--one-sixth:nth-child(6n+1),
  .grid-uniform .medium-down--two-sixths:nth-child(3n+1),
  .grid-uniform .medium-down--three-sixths:nth-child(2n+1),
  .grid-uniform .medium-down--two-eighths:nth-child(4n+1),
  .grid-uniform .medium-down--four-eighths:nth-child(2n+1),
  .grid-uniform .medium-down--five-tenths:nth-child(2n+1),
  .grid-uniform .medium-down--one-twelfth:nth-child(12n+1),
  .grid-uniform .medium-down--two-twelfths:nth-child(6n+1),
  .grid-uniform .medium-down--three-twelfths:nth-child(4n+1),
  .grid-uniform .medium-down--four-twelfths:nth-child(3n+1),
  .grid-uniform .medium-down--six-twelfths:nth-child(2n+1) {
    clear: both;
  }
}

@media only screen and (min-width: 900px) {
  /** Whole */

  .large--one-whole {
    width: 100%;
  }

  /* Halves */

  .large--one-half {
    width: 50%;
  }

  /* Thirds */

  /* Quarters */

  /* Fifths */

  /* Sixths */

  /* Eighths */

  /* Tenths */

  /* Twelfths */

  .large--one-twelfth {
    width: 8.333%;
  }

  .large--two-twelfths {
    width: 16.666%;
  }

  .large--three-twelfths {
    width: 25%;
  }

  .large--four-twelfths {
    width: 33.333%;
  }

  .large--five-twelfths {
    width: 41.666%;
  }

  .large--six-twelfths {
    width: 50%;
  }

  .large--seven-twelfths {
    width: 58.333%;
  }

  .large--eight-twelfths {
    width: 66.666%;
  }

  .large--nine-twelfths {
    width: 75%;
  }

  .large--ten-twelfths {
    width: 83.333%;
  }

  .large--eleven-twelfths {
    width: 91.666%;
  }

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

  .large--hide {
    display: none !important;
  }

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

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

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

  .large--left {
    float: left !important;
  }

  .large--right {
    float: right !important;
  }

  .grid-uniform .large--one-half:nth-child(2n+1),
  .grid-uniform .large--one-third:nth-child(3n+1),
  .grid-uniform .large--one-quarter:nth-child(4n+1),
  .grid-uniform .large--one-fifth:nth-child(5n+1),
  .grid-uniform .large--one-sixth:nth-child(6n+1),
  .grid-uniform .large--two-sixths:nth-child(3n+1),
  .grid-uniform .large--three-sixths:nth-child(2n+1),
  .grid-uniform .large--two-eighths:nth-child(4n+1),
  .grid-uniform .large--four-eighths:nth-child(2n+1),
  .grid-uniform .large--five-tenths:nth-child(2n+1),
  .grid-uniform .large--one-twelfth:nth-child(12n+1),
  .grid-uniform .large--two-twelfths:nth-child(6n+1),
  .grid-uniform .large--three-twelfths:nth-child(4n+1),
  .grid-uniform .large--four-twelfths:nth-child(3n+1),
  .grid-uniform .large--six-twelfths:nth-child(2n+1) {
    clear: both;
  }
}

/*============================================================================
  PUSH
    - Push classes, to move grid items over to the right by certain amounts
==============================================================================*/

[class*="push--"] {
  position: relative;
}

/* Whole */

.push--one-whole {
  left: 100%;
}

/* Halves */

.push--one-half {
  left: 50%;
}

/* Thirds */

/* Quarters */

/* Fifths */

/* Sixths */

/* Eighths */

/* Tenths */

/* Twelfths */

.push--one-twelfth {
  left: 8.333%;
}

.push--two-twelfths {
  left: 16.666%;
}

.push--three-twelfths {
  left: 25%;
}

.push--four-twelfths {
  left: 33.333%;
}

.push--five-twelfths {
  left: 41.666%;
}

.push--six-twelfths {
  left: 50%;
}

.push--seven-twelfths {
  left: 58.333%;
}

.push--eight-twelfths {
  left: 66.666%;
}

.push--nine-twelfths {
  left: 75%;
}

.push--ten-twelfths {
  left: 83.333%;
}

.push--eleven-twelfths {
  left: 91.666%;
}

@media only screen and (min-width: 600px) and (max-width: 899px) {
  /* Whole */

  .push--medium--one-whole {
    left: 100%;
  }

  /* Halves */

  .push--medium--one-half {
    left: 50%;
  }

  /* Thirds */

  /* Quarters */

  /* Fifths */

  /* Sixths */

  /* Eighths */

  /* Tenths */

  /* Twelfths */

  .push--medium--one-twelfth {
    left: 8.333%;
  }

  .push--medium--two-twelfths {
    left: 16.666%;
  }

  .push--medium--three-twelfths {
    left: 25%;
  }

  .push--medium--four-twelfths {
    left: 33.333%;
  }

  .push--medium--five-twelfths {
    left: 41.666%;
  }

  .push--medium--six-twelfths {
    left: 50%;
  }

  .push--medium--seven-twelfths {
    left: 58.333%;
  }

  .push--medium--eight-twelfths {
    left: 66.666%;
  }

  .push--medium--nine-twelfths {
    left: 75%;
  }

  .push--medium--ten-twelfths {
    left: 83.333%;
  }

  .push--medium--eleven-twelfths {
    left: 91.666%;
  }
}

@media only screen and (max-width: 899px) {
  /* Whole */

  .push--medium-down--one-whole {
    left: 100%;
  }

  /* Halves */

  .push--medium-down--one-half {
    left: 50%;
  }

  /* Thirds */

  /* Quarters */

  /* Fifths */

  /* Sixths */

  /* Eighths */

  /* Tenths */

  /* Twelfths */

  .push--medium-down--one-twelfth {
    left: 8.333%;
  }

  .push--medium-down--two-twelfths {
    left: 16.666%;
  }

  .push--medium-down--three-twelfths {
    left: 25%;
  }

  .push--medium-down--four-twelfths {
    left: 33.333%;
  }

  .push--medium-down--five-twelfths {
    left: 41.666%;
  }

  .push--medium-down--six-twelfths {
    left: 50%;
  }

  .push--medium-down--seven-twelfths {
    left: 58.333%;
  }

  .push--medium-down--eight-twelfths {
    left: 66.666%;
  }

  .push--medium-down--nine-twelfths {
    left: 75%;
  }

  .push--medium-down--ten-twelfths {
    left: 83.333%;
  }

  .push--medium-down--eleven-twelfths {
    left: 91.666%;
  }
}

@media only screen and (min-width: 900px) {
  /* Whole */

  .push--large--one-whole {
    left: 100%;
  }

  /* Halves */

  .push--large--one-half {
    left: 50%;
  }

  /* Thirds */

  /* Quarters */

  /* Fifths */

  /* Sixths */

  /* Eighths */

  /* Tenths */

  /* Twelfths */

  .push--large--one-twelfth {
    left: 8.333%;
  }

  .push--large--two-twelfths {
    left: 16.666%;
  }

  .push--large--three-twelfths {
    left: 25%;
  }

  .push--large--four-twelfths {
    left: 33.333%;
  }

  .push--large--five-twelfths {
    left: 41.666%;
  }

  .push--large--six-twelfths {
    left: 50%;
  }

  .push--large--seven-twelfths {
    left: 58.333%;
  }

  .push--large--eight-twelfths {
    left: 66.666%;
  }

  .push--large--nine-twelfths {
    left: 75%;
  }

  .push--large--ten-twelfths {
    left: 83.333%;
  }

  .push--large--eleven-twelfths {
    left: 91.666%;
  }
}

/*============================================================================
  PULL
    - Pull classes, to move grid items back to the left by certain amounts
==============================================================================*/

.grid--middle .grid__item {
  float: none;
  display: inline-block;
  vertical-align: middle;
}

.grid--small {
  margin-left: -20px;
}

.grid--small .grid__item {
  padding-left: 20px;
}

@-ms-viewport {
  width: device-width;
}

@-o-viewport {
  width: device-width;
}

@viewport {
  width: device-width;
}

html {
  background-color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 100%;
  overflow-x: hidden;
}

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

body {
  -webkit-font-smoothing: antialiased;
  color: #333;
  font-family: "Quicksand", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Helvetica, Arial, sans-serif;
  min-height: 100%;
  overflow-x: hidden;
  text-rendering: optimizeLegibility;
  line-height: 1.5em;
}

a {
  background: transparent;
  color: #E0156A;
  text-decoration: none;
  -webkit-transition: color .2s;
  transition: color .2s;
}

img {
  height: auto;
  max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Quicksand", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  line-height: 1.3;
}

p {
  margin-top: 0;
  margin-bottom: 1.5em;
}

ul,
ol {
  padding-left: 20px;
}

/* ===================================================================
  COMMON CONTENT TYPOGRAPHY
=================================================================== */

.text-highlight {
  font-weight: 500;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.45455em;
  display: block;
  margin-bottom: 30px;
}

@media screen and (min-width: 600px) {
  .text-highlight {
    font-size: 22px;
    font-size: 1.375rem;
  }
}

/* Post Single Typography
------------------------------------------------------------------- */

.entry-content p,
.entry-content ul,
.entry-content ol {
  margin-bottom: 1.2em;
}

.entry-content p:last-child,
.entry-content ul:last-child,
.entry-content ol:last-child {
  margin-bottom: 0;
}

.entry-content a {
  text-decoration: underline;
}

.entry-content ul ul,
.entry-content ul ol,
.entry-content ol ol,
.entry-content ol ul {
  margin-bottom: 0;
}

.entry-content blockquote {
  margin-top: 40px;
  margin-bottom: 40px;
  margin-right: 0;
  border-left: 2px solid #333;
}

@media screen and (min-width: 600px) {
  .entry-content blockquote {
    margin-left: 70px;
  }
}

.entry-content blockquote p {
  padding-left: 20px;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.625em;
}

.entry-content p > img {
  margin-top: 36px;
  margin-bottom: 36px;
}

.entry-content a {
  color: #37B375;
}

.entry-content a:hover {
  text-decoration: underline;
}

hr,
.divider {
  height: 1px;
  background-color: #ccc;
  margin-top: 40px;
  margin-bottom: 40px;
  border: 0;
}

blockquote + h2,
blockquote + h3,
blockquote + h4,
blockquote + header h2,
form + h2,
form + h3,
form + h4,
form + header h2,
ol + h2,
ol + h3,
ol + h4,
ol + header h2,
p + h2,
p + h3,
p + h4,
p + header h2,
table + h2,
table + h3,
table + h4,
table + header h2,
ul + h2,
ul + h3,
ul + h4,
ul + header h2 {
  margin-top: 2em;
}

.alignleft,
img.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
  margin-bottom: 1em;
}

.alignright,
img.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
  margin-bottom: 1em;
}

.aligncenter,
img.aligncenter {
  text-align: center;
  margin-right: auto;
  margin-left: auto;
  clear: both;
  display: block;
}

p .alignnone {
  margin-bottom: 0;
}

.wp-caption {
  margin-bottom: 1.5em;
  text-align: center;
  padding-top: 5px;
  width: auto;
  max-width: 100%;
}

.wp-caption img {
  border: 0 none;
  padding: 0;
  margin: 0;
}

.wp-caption p.wp-caption-text {
  line-height: 1.5;
  margin-top: 0;
  font-size: 14px;
  font-size: 0.875rem;
  color: #999;
}

.wp-smiley {
  margin: 0 !important;
  max-height: 1em;
}

blockquote.left {
  display: inline;
  float: left;
  margin-right: 1.5em;
  text-align: right;
  margin-left: 0;
  width: 33%;
}

blockquote.right {
  display: inline;
  float: right;
  margin-left: 1.5em;
  text-align: left;
  margin-right: 0;
  width: 33%;
}

.fit-vids-style {
  display: none;
}

.entry-content li {
  line-height: 1.63em;
  /* 26/16 */
  margin-bottom: 0.3em;
}

@media (max-width: 414px) {
  .alignleft,
  img.alignleft,
  .alignright,
  img.alignright {
    display: block;
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
}

.gallery-item img {
  border: 0 !important;
}

@media (max-width: 767px) {
  .gallery-item {
    width: 33.3% !important;
  }
}

@media (max-width: 414px) {
  .gallery-item {
    width: 50% !important;
  }
}

@media (max-width: 320px) {
  .gallery-item {
    width: 100% !important;
  }
}

/* ===================================================================
  BUTTONS
=================================================================== */

.button,
.acf-form-submit .acf-button {
  display: inline-block;
  padding: 11px 20px;
  text-align: center;
  font-weight: 400;
  border: 2px solid transparent;
  border-radius: 0;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5em;
  background-color: #eee;
  color: #333;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.button:hover,
.acf-form-submit .acf-button:hover,
.button:active,
.acf-form-submit .acf-button:active,
.button:focus,
.acf-form-submit .acf-button:focus {
  color: #333;
  background-color: #e1e1e1;
}

.button .disabled,
.acf-form-submit .acf-button .disabled,
.button:disabled,
.acf-form-submit .acf-button:disabled {
  opacity: 0.2;
}

/* ===================================================================
  BUTTON COLORS
=================================================================== */

/* Primary Color
------------------------------------------------------------------- */

.button--primary,
.acf-form-submit .acf-button {
  color: #fff;
  background-color: #37B375;
  border-color: #37B375;
}

.button--primary:hover,
.acf-form-submit .acf-button:hover,
.button--primary:active,
.acf-form-submit .acf-button:active,
.button--primary:focus,
.acf-form-submit .acf-button:focus {
  color: #fff;
  background-color: #319f68;
  border-color: #319f68;
}

.button--primary.button--outline,
.acf-form-submit .button--outline.acf-button {
  color: #37B375;
  background-color: transparent;
}

.button--primary.button--outline:hover,
.acf-form-submit .button--outline.acf-button:hover {
  color: #fff;
  background-color: #37B375;
  border-color: #37B375;
}

/* Secondary Color
------------------------------------------------------------------- */

/* Tertiary Color
------------------------------------------------------------------- */

.button--tertiary {
  color: #fff;
  background-color: #292742;
  border-color: #292742;
}

.button--tertiary:hover,
.button--tertiary:active,
.button--tertiary:focus {
  color: #fff;
  background-color: #1f1e32;
  border-color: #1f1e32;
}

.button--tertiary.button--outline {
  color: #292742;
  background-color: transparent;
}

.button--tertiary.button--outline:hover {
  color: #fff;
  background-color: #292742;
  border-color: #292742;
}

/* Button Dark
------------------------------------------------------------------- */

.button--dark {
  color: #fff;
  background-color: #333;
  border-color: #333;
}

.button--dark:hover,
.button--dark:active,
.button--dark:focus {
  color: #fff;
  background-color: #0d0d0d;
  border-color: #0d0d0d;
}

.button--dark.button--outline {
  color: #333;
  background-color: transparent;
}

.button--dark.button--outline:hover {
  color: #fff;
  background-color: #333;
  border-color: #333;
}

/* Button White
------------------------------------------------------------------- */

.button--white {
  color: #37B375;
  background-color: #fff;
  border-color: #fff;
}

.button--white:hover,
.button--white:active,
.button--white:focus {
  color: #37B375;
  background-color: #d9d9d9;
  border-color: #d9d9d9;
}

.button--white.button--outline {
  color: #fff;
  background-color: transparent;
}

.button--white.button--outline:hover {
  color: #333;
  background-color: #fff;
  border-color: #fff;
}

/* Button White
------------------------------------------------------------------- */

.button-submit {
  color: #fff;
  background: #333;
}

.button-submit:hover,
.button-submit:active,
.button-submit:focus {
  color: #fff;
  background-color: #0d0d0d;
  border-color: #0d0d0d;
}

/* ===================================================================
  BUTTON MODIFIER
=================================================================== */

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

.button--small {
  padding-left: 10px;
  padding-right: 10px;
  font-size: 12px;
  font-size: 0.75rem;
}

.button--large {
  font-size: 18px;
  font-size: 1.125rem;
  padding-top: 9px;
  padding-bottom: 9px;
  letter-spacing: 3px;
}

.button--wide {
  padding-left: 40px;
  padding-right: 40px;
}

.button--no-rounded {
  border-radius: 0;
}

.button--fullwidth {
  display: block;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.button--reset {
  padding: 0;
  border: 0;
  background: none;
}

.button--reset:hover {
  background: none;
}

.button--width-medium {
  width: 148px;
}

/* ===================================================================
  FORM: TEXT FIELD
=================================================================== */

.form-label,
.acf-label label {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.22222em;
  display: block;
  margin-bottom: 19px;
  font-weight: bold;
}

.acf-required {
  color: #f00;
}

input[type="tel"],
input[type="text"],
input[type="email"],
input[type="password"],
input[type="number"],
input[type="file"],
textarea {
  font-size: 18px;
  font-size: 1.125rem;
  border: 2px solid #ddd;
  padding: 16px 20px;
  width: 100%;
  color: #333;
  background-color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 0;
  -webkit-transition: -webkit-box-shadow 0.25s ease;
  transition: -webkit-box-shadow 0.25s ease;
  transition: box-shadow 0.25s ease;
  transition: box-shadow 0.25s ease, -webkit-box-shadow 0.25s ease;
}

input[type="tel"]:focus,
input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="number"]:focus,
input[type="file"]:focus,
textarea:focus {
  outline: 0;
  -webkit-box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.1);
}

input[type="tel"]:disabled,
input[type="text"]:disabled,
input[type="email"]:disabled,
input[type="password"]:disabled,
input[type="number"]:disabled,
input[type="file"]:disabled,
textarea:disabled {
  color: #999;
}

textarea {
  resize: vertical;
}

/* ===================================================================
  FORM: SELECT FIELD
=================================================================== */

.select-field {
  position: relative;
  display: block;
  background-color: #F5F5F5;
}

.select-field select {
  width: 100%;
  margin: 0;
  outline: 0;
  padding: 1.072em .8em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #333;
  font-family: "Quicksand", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
}

.select-field:after {
  font-family: icomoon;
  position: absolute;
  top: 50%;
  right: 1em;
  z-index: 2;
  pointer-events: none;
  display: none;
  margin-top: -8px;
  line-height: 1;
}

@supports ((-webkit-appearance: none) or (-moz-appearance: none) or (appearance: none)) or ((-moz-appearance: none) and (mask-type: alpha)) {
  .select-field:after {
    display: block;
  }

  .select-field select {
    padding-right: 2em;
    background: none;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
}

/* ===================================================================
  STICKY NAVIGATION
=================================================================== */

@media screen and (max-width: 599px) {
  .js-sticky-bar .sticky-bar__inner {
    position: fixed;
    display: block;
    left: 0;
    right: 0;
    top: 0;
    display: block;
    height: auto;
    /* overflow: auto; */
    z-index: 10;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }

  .js-sticky-bar--open .sticky-bar__inner {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    /* transition: all 0.35s cubic-bezier(0.33, 0.59, 0.14, 1); */
    -webkit-transition: -webkit-transform .4s ease;
    transition: -webkit-transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease, -webkit-transform .4s ease;
    transition: transform .4s ease,-webkit-transform .4s ease;
  }

  .admin-bar.js-sticky-bar--open .sticky-bar__inner {
    top: 32px;
  }
}

/* ===================================================================
  PAGE HEADING
=================================================================== */

.page-heading {
  padding-top: 90px;
  padding-bottom: 90px;
  background: #EA4C89;
  position: relative;
}

.page-heading__wrapper {
  position: relative;
  z-index: 10;
}

.page-heading__title {
  margin: 0;
  color: #fff;
}

.page-heading__background {
  opacity: 0.1;
}

@media screen and (min-width: 600px) {
  .page-heading {
    padding-top: 144px;
    padding-bottom: 144px;
  }

  .page-heading__title {
    font-size: 64px;
    font-size: 4rem;
    line-height: 1.17188em;
  }
}

/* ===================================================================
  ACF FORM
=================================================================== */

.acf-field {
  margin-bottom: 40px;
}

/* Radio
------------------------------------------------------------------- */

.acf-checkbox-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.acf-checkbox-list li {
  margin-bottom: 25px;
}

.acf-checkbox-list label {
  display: block;
  padding-left: 40px;
  position: relative;
}

.acf-checkbox-list label:before,
.acf-checkbox-list label:after {
  margin-top: 2px;
}

.acf-checkbox-list label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  border: 2px solid #ddd;
}

.acf-checkbox-list label:after {
  opacity: 0;
  content: "";
  position: absolute;
  left: 4px;
  top: 4px;
  width: 12px;
  height: 12px;
  background: #E0156A;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: opacity 0.1s ease, -webkit-transform 0.1s ease;
  transition: opacity 0.1s ease, -webkit-transform 0.1s ease;
  transition: opacity 0.1s ease, transform 0.1s ease;
  transition: opacity 0.1s ease, transform 0.1s ease, -webkit-transform 0.1s ease;
}

.acf-checkbox-list .checked label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.acf-checkbox-list input {
  display: none;
}

@media screen and (min-width: 600px) {
  .acf-checkbox-list {
    -webkit-column-count: 2;
    column-count: 2;
  }
}

@media screen and (min-width: 650px) {
  .acf-checkbox-list {
    -webkit-column-count: 3;
    column-count: 3;
  }
}

/* Selectbox
------------------------------------------------------------------- */

.acf-input .select2-selection {
  outline: 0;
}

.acf-input .select2-container--default .select2-selection--single {
  border: 2px solid #ddd;
  border-radius: 0;
  height: 60px;
}

.acf-input .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 56px;
  font-size: 18px;
  font-size: 1.125rem;
  color: #333;
  padding-left: 20px;
  padding-right: 40px;
}

.acf-input .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 58px;
  width: 40px;
}

.acf-input .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border: 0;
  height: auto;
  width: auto;
  margin: -10px 0 0 -10px;
}

.acf-input .select2-container--default .select2-selection--single .select2-selection__arrow b:before {
  color: #E0156A;
  font-size: 20px;
  font-size: 1.25rem;
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
}

body .select2-dropdown {
  margin-top: -2px;
  border: 2px solid #ddd;
}

body .select2-search--dropdown {
  display: none;
}

body .select2-results__option {
  padding: 9px 20px;
  font-size: 18px;
}

body .select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #37B375;
}

/* Submit Button
------------------------------------------------------------------- */

.acf-form-submit {
  margin-top: 70px;
  text-align: center;
  position: relative;
}

.acf-form-submit .acf-button {
  font-weight: 700;
  width: 250px;
}

.acf-form-submit .acf-button.button-disabled {
  opacity: 0.2;
}

.acf-form-submit .loader {
  display: none;
  background: #fff;
  min-width: 1em;
  line-height: 1em;
  padding: 0.5em;
  text-align: center;
  border-radius: 100%;
  position: absolute;
  top: 8px;
  left: 50%;
  margin-left: -16px;
}

.acf-form-submit .loader img {
  display: block;
}

.acf-form-submit .loader.is-active {
  display: block;
}

.hidden-by-conditional-logic {
  display: none;
}

/* ===================================================================
  MESSAGES
=================================================================== */

.message,
.acf-error-message {
  padding: 1em 1.618em;
  line-height: 24px;
  background-color: #ccc;
  position: relative;
  margin-top: 0;
  margin-bottom: 40px;
  border-left: 5px solid;
}

/* Message Warning
------------------------------------------------------------------- */

.message--warning {
  background-color: #FDF8E2;
}

.message--warning,
.message--warning a {
  color: #8C6E3A;
}

/* Message Success
------------------------------------------------------------------- */

.message--success {
  background-color: #D7E8C5;
}

.message--success,
.message--success a {
  color: #3E763A;
}

/* Message Error
------------------------------------------------------------------- */

.message--error,
.acf-error-message {
  background-color: #f2dede;
}

.message--error,
.acf-error-message,
.message--error a,
.acf-error-message a {
  color: #a94442;
}

/* Message Info
------------------------------------------------------------------- */

.message--info {
  background-color: #d9edf7;
}

.message--info,
.message--info a {
  color: #31708f;
}

/* ACF Message
------------------------------------------------------------------- */

.acf-error-message p {
  margin: 0;
}

.acf-field .acf-error-message {
  margin: 0 0 10px;
  display: inline-block;
  padding: 10px 20px;
  border: 0;
}

.acf-field .acf-error-message:before {
  content: "";
  width: 0;
  height: 0;
  border: transparent 5px solid;
  border-top-color: #f2dede;
  display: block;
  position: absolute;
  bottom: -10px;
  left: 10px;
}

/* ===================================================================
  TOP BAR
=================================================================== */

.sticky-bar {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}

.topbar-section {
  display: none;
  padding-top: 20px;
  padding-bottom: 20px;
}

.topbar-section img {
  max-height: 54px;
  display: block;
}

@media screen and (min-width: 600px) {
  .topbar-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .topbar-section img {
    max-height: none;
  }
}

.js-sticky-bar .topbar-section {
  background-color: #37B375;
  padding-top: 15px;
  padding-bottom: 15px;
}

.js-sticky-bar .topbar-section img {
  max-height: 54px;
}

.adgi-logo img {
  float: right;
}

.adgi-logo .adgi-logo__img---alt {
  display: none;
}

.js-sticky-bar .adgi-logo .adgi-logo__img---alt {
  display: block;
}

.js-sticky-bar .adgi-logo .adgi-logo__img {
  display: none;
}

/* Logo
------------------------------------------------------------------- */

/* ===================================================================
  FOOTER SECTION
=================================================================== */

.footer-section {
  background-color: #292742;
  text-align: center;
}

.footer-section,
.footer-section a {
  color: #fff;
}

/* Registration
------------------------------------------------------------------- */

div.register-footer__description {
  max-width: 720px;
  font-weight: 400;
  margin: 0 auto 50px;
}

div.register-footer + .sponsor-block-section {
  padding-top: 0;
}

/* Sponsor
------------------------------------------------------------------- */

.footer-section__item {
  margin-bottom: 40px;
}

.footer-section__item__title {
  margin-top: 0;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  margin-bottom: 10px;
}

.footer-section__item img {
  display: inline-block;
  margin: 0 10px;
  vertical-align: middle;
}

@media screen and (min-width: 600px) {
  .footer-section__item {
    margin-bottom: 0;
  }
}

@media screen and (min-width: 1200px) {
  .footer-section__item img {
    margin: 0 15px;
  }
}

.ivg-badge {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 20;
}

.guest-disable .ivg-badge {
  display: none;
}

.page-template-template-guest .ivg-badge {
  display: block;
}

@media screen and (min-width: 600px) {
  .ivg-badge {
    bottom: 30px;
    right: 30px;
  }
}

/* ===================================================================
  BLOCKS
=================================================================== */

.block-section {
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
  z-index: 30;
}

@media screen and (min-width: 600px) {
  .block-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

.block-section__title {
  margin: 0 0 40px;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1.19444em;
}

@media screen and (min-width: 600px) {
  .block-section__title {
    font-size: 36px;
    font-size: 2.25rem;
    margin-bottom: 60px;
  }
}

/* ===================================================================
  BLOCK MODAL
=================================================================== */

.block-modal {
  position: relative;
  background: #fff;
  padding: 0;
}

.block-modal .mfp-close {
  color: #fff;
}

.block-modal__header {
  background: #EA4C89;
  color: #fff;
  padding: 40px 20px;
  text-align: center;
}

@media screen and (min-width: 600px) {
  .block-modal__header {
    padding-left: 40px;
    padding-right: 40px;
  }
}

.block-modal__title {
  font-size: 24px;
  font-size: 1.5rem;
  margin: 0 auto;
  max-width: 800px;
}

@media screen and (min-width: 600px) {
  .block-modal__title {
    font-size: 36px;
    font-size: 2.25rem;
  }
}

.block-modal__content {
  padding: 60px 20px;
  text-align: center;
  line-height: 1.25em;
  font-size: 16px;
  font-size: 1rem;
}

.block-modal__content small {
  font-size: 12px;
  font-size: 0.75rem;
}

@media screen and (min-width: 600px) {
  .block-modal__content {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

.block-modal__return {
  font-size: 18px;
  font-size: 1.125rem;
  text-decoration: underline;
  color: #EA4C89;
}

/* Modal Animation
------------------------------------------------------------------- */

.mfp-zoom-in {
  /* start state */
  /* animate in */
  /* animate out */
}

.mfp-zoom-in .mfp-with-anim {
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
}

.mfp-zoom-in.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.mfp-zoom-in.mfp-ready .mfp-with-anim {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.mfp-zoom-in.mfp-removing .mfp-with-anim {
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  opacity: 0;
}

.mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}

/* ===================================================================
  HERO SECTION
=================================================================== */

.hero-section {
  min-height: 440px;
  background: #eee;
  text-align: center;
  padding-top: 50px;
  padding-bottom: 90px;
  position: relative;
  color: #fff;
}

.hero-section__wrapper {
  position: relative;
  z-index: 10;
  max-width: 780px;
}

.hero-section__wrapper img {
  margin: 0 auto 50px;
  display: block;
}

.hero-section__title {
  margin: 0 0 27px;
}

@media screen and (max-width: 599px) {
  .hero-section__title {
    font-size: 40px;
    font-size: 2.5rem;
    line-height: 1.1em;
  }
}

.hero-section__logo {
  position: absolute;
  bottom: 20px;
  right: 20px;
  left: 20px;
}

.hero-section__logo img {
  margin: 0 10px;
  vertical-align: middle;
  display: inline-block;
}

@media screen and (min-width: 600px) {
  .hero-section__logo img {
    margin: 0 15px;
  }
}

@media screen and (min-width: 900px) {
  .hero-section__logo {
    left: auto;
  }
}

.hero-section__background {
  background-position: top center;
}

@media screen and (min-width: 600px) {
  .hero-section {
    min-height: 600px;
    height: 100vh;
  }
}

@media screen and (min-width: 600px) {
  .hero-section__title {
    font-size: 64px;
    font-size: 4rem;
    line-height: 1.15625em;
  }

  .hero-section__description {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.33333em;
  }
}

@media screen and (min-width: 599px) {
  .hero-section__logo {
    bottom: 40px;
    right: 40px;
  }
}

/* ===================================================================
  HALF CONTENT SECTION
=================================================================== */

.half-content-section {
  background: #292742;
  color: #fff;
}

.half-content-section__title {
  color: #EA4C89;
  margin-bottom: 10px;
}

.half-content-section__description {
  margin-bottom: 40px;
}

.half-content-section__description h1,
.half-content-section__description h3,
.half-content-section__description h3,
.half-content-section__description h4,
.half-content-section__description h5 {
  margin-top: 0;
}

.half-content-section__media {
  background-size: 0;
  margin-top: 40px;
}

.half-content-section__media img {
  display: block;
}

@media screen and (min-width: 600px) and (max-width: 850px) {
  .half-content-section__content {
    position: relative;
    z-index: 10;
  }

  .half-content-section__media {
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.1;
  }

  .half-content-section__media img {
    opacity: 0;
  }
}

@media screen and (min-width: 851px) {
  .half-content-section__content,
  .half-content-section__media {
    width: 50%;
  }

  .half-content-section__media {
    position: absolute;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: calc(50% - 40px);
    top: 0;
    right: 0;
    height: 100%;
  }

  .half-content-section__media img {
    opacity: 0;
  }

  .half-content-section__image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #EA4C89;
    opacity: 0.5;
  }

  .backgroundblendmode .half-content-section__image {
    opacity: 1;
    mix-blend-mode: multiply;
  }
}

@media screen and (min-width: 600px) {
  .half-content-section {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .half-content-section__media {
    margin-top: 0;
  }
}

/* ===================================================================
  ABOUT SECTION
=================================================================== */

.about-section {
  padding-bottom: 0;
  background: #F5F4F4;
}

.about-section__subtitle {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 400;
}

.about-section__description {
  font-size: 18px;
  font-size: 1.125rem;
  max-width: 720px;
  margin: 0 auto 95px;
}

@media screen and (min-width: 600px) {
  .about-section__title {
    margin-bottom: 40px;
  }

  .about-section__titledesc {
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 1.25em;
    margin-bottom: 50px;
  }
}

.speaker-item__name {
  text-decoration: underline;
  display: inline-block;
  margin-bottom: 30px;
}

.speaker-item__image {
  mix-blend-mode: multiply;
}

.speaker-item__image img {
  display: block;
}

.flexbox .about-section__images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flexbox .speaker-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (min-width: 600px) {
  .cssgrid .about-section__images {
    display: grid;
    grid-template-columns: 1fr 180px 1fr;
    grid-template-rows: auto;
  }

  .cssgrid .speaker-item {
    grid-row: 1;
    width: 100%;
  }

  .cssgrid .speaker-item:nth-child(1) {
    grid-column: 1 / span 2;
  }

  .cssgrid .speaker-item:nth-child(2) {
    grid-column: 2 / span 2;
  }
}

/* ===================================================================
  ACTIVITY SECTION
=================================================================== */

.step-tree {
  list-style: none;
  margin: 0;
  padding: 0;
}

.step-tree__item {
  margin-left: 20px;
  padding: 0 0 60px 40px;
  border-left: 2px solid #292742;
  position: relative;
}

.step-tree__item.last {
  border-left-color: transparent;
  padding-bottom: 0;
}

@media screen and (min-width: 768px) {
  .step-tree__item {
    clear: both;
    width: 50%;
    margin: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-bottom: 65px;
  }

  .step-tree__item.odd {
    float: right;
    padding-left: 48px;
  }

  .step-tree__item.even {
    left: 2px;
    float: left;
    border-left: 0;
    border-right: 2px solid #292742;
    padding-right: 48px;
    text-align: right;
  }

  .step-tree__item.last {
    max-width: 360px;
    margin: 0 auto;
    padding: 0;
    text-align: center;
  }
}

@media screen and (min-width: 1200px) {
  .step-tree__item.even {
    padding-left: 100px;
  }
}

.step-tree__item__counter {
  text-align: center;
  width: 17px;
  height: 17px;
  display: block;
  border: 2px solid #E0156A;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px;
  border-radius: 100%;
  background: #fff;
  position: absolute;
  left: -13px;
}

@media screen and (min-width: 768px) {
  .even .step-tree__item__counter {
    left: auto;
    right: -13px;
  }

  .last .step-tree__item__counter {
    position: relative;
    margin: 0 auto 30px;
    left: 0;
  }
}

.step-tree__item__time {
  font-weight: 700;
  color: #E0156A;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.16667em;
  margin: 0;
}

.step-tree__item__description {
  font-size: 18px;
  font-size: 1.125rem;
}

.step-tree__item__description p {
  margin-bottom: 0.5em;
}

.step-tree__item__description p:last-child {
  margin-bottom: 0;
}

/* ===================================================================
  GREETING SECTION
=================================================================== */

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

.greeting-section canvas {
  max-width: 100%;
  height: auto !important;
}

.greeting-section__title,
.greeting-section__text {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.22222em;
}

.greeting-section__title {
  margin: 0;
}

.greeting-section__text {
  margin-bottom: 37px;
}

.greeting-section__text strong {
  color: #E0156A;
}

.greeting-section__description {
  margin: 38px auto;
  max-width: 530px;
}

@media screen and (min-width: 600px) {
  .greeting-section__title,
  .greeting-section__text {
    font-size: 36px;
    font-size: 2.25rem;
  }
}

@media screen and (min-width: 1200px) {
  .greeting-section {
    padding-top: 160px;
    padding-bottom: 160px;
  }
}

.register-button {
  width: 250px;
}

.login-wrapper a {
  color: #fff;
  text-decoration: underline;
}

.login-wrapper a:hover {
  color: #37B375;
}

/* ===================================================================
  MAPS SECTION
=================================================================== */

.maps-section {
  position: relative;
}

.maps-section__content {
  background: #EA4C89;
  color: #fff;
}

.maps-section__content > div {
  max-width: 434px;
}

.maps-section__content__button {
  width: 100%;
  position: relative;
}

.maps-section__content__button .loader {
  display: none;
  background: #fff;
  min-width: 1em;
  line-height: 1em;
  padding: 0.5em;
  text-align: center;
  border-radius: 100%;
  position: absolute;
  top: 8px;
  left: 50%;
  margin-left: -16px;
}

.maps-section__content__button .loader img {
  display: block;
}

.maps-section__content__button.loading span {
  opacity: 0;
}

.maps-section__content__button.loading .loader {
  display: block;
}

.maps-section__content__gmap {
  width: 100%;
  display: none;
}

.maps-section__map {
  position: relative;
  padding-bottom: 100%;
}

@media screen and (min-width: 600px) {
  .maps-section__map {
    padding-bottom: 600px;
  }
}

.maps-section__address {
  margin-bottom: 40px;
}

@media screen and (min-width: 600px) {
  .maps-section__address {
    margin-bottom: 60px;
  }
}

.maps-section .js-get-directions,
.maps-section .js-gmap-buttons {
  color: #fff;
}

@media screen and (min-width: 900px) {
  .maps-section__map,
  .maps-section__content {
    width: 50%;
    float: left;
  }

  .flexbox .maps-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .flexbox .maps-section__map,
  .flexbox .maps-section__content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .flexbox .maps-section__map {
    padding-bottom: 0;
    min-height: 500px;
  }

  .flexbox .maps-section__content {
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .flexbox .maps-section__content__gmap,
  .flexbox .maps-section__content__button {
    width: auto;
    padding-left: 30px;
    padding-right: 30px;
  }
}

/* ===================================================================
  MEETUP KIT
=================================================================== */

.meetup-section__title {
  margin-bottom: 40px;
}

@media screen and (min-width: 600px) {
  .meetup-section {
    padding-top: 70px;
    padding-bottom: 80px;
  }
}

/* Kit List
------------------------------------------------------------------- */

.kit-item {
  margin-bottom: 60px;
}

.kit-item:last-child {
  margin-bottom: 0;
}

.kit-item__image {
  margin-bottom: 20px;
  position: relative;
  height: 0;
  padding-bottom: 47.16981%;
  background-size: cover;
  background-position: center;
}

.kit-item__title {
  font-size: 24px;
  font-size: 1.5rem;
}

.kit-item__text {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.44444em;
}

@media screen and (min-width: 900px) {
  .kit-item {
    margin-bottom: 0;
  }
}

/* ===================================================================
  REGISTRATION PAGE
=================================================================== */

@media screen and (min-width: 650px) {
  .registration-section__wrapper {
    max-width: 650px;
  }
}

@media print {
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
}

/* ===================================================================
  HELPER
=================================================================== */

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.text-underline {
  text-decoration: underline;
}

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

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: polygon(0px 0px, 0px 0px, 0px 0px, 0px 0px);
  clip-path: polygon(0px 0px, 0px 0px, 0px 0px, 0px 0px);
  position: absolute !important;
  white-space: nowrap;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.clearfix {
  *zoom: 1;
}

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

.clearfix:after {
  clear: both;
}

.display-block {
  display: block;
}

.display-inline-block {
  display: inline-block;
}

.layer-cover {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.layer-cover-bg {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

/* Font Weight Helper
------------------------------------------------------------------- */

.font-weight-normal {
  font-weight: 400;
}

.font-weight-medium {
  font-weight: 500;
}

.font-weight-semibold {
  font-weight: 600;
}

.font-weight-bold {
  font-weight: 700;
}

/* Text Align Helper
------------------------------------------------------------------- */

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

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

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

.vertical-align-middle {
  vertical-align: middle;
}

/* Background Color Helper
------------------------------------------------------------------- */

.background-color-form-background {
  background-color: #F5F5F5;
}

.background-color-dark {
  background-color: #222;
}

/* Text Color Helper
------------------------------------------------------------------- */

.text-color-primary {
  color: #37B375;
}

.text-color-secondary {
  color: #E0156A;
}

.text-color-tertiary {
  color: #292742;
}

.text-color-white {
  color: #fff;
}

.text-color-gray {
  color: #ccc;
}

.text-color-gray-1 {
  color: #999;
}

.text-color-gray-2 {
  color: #eee;
}

.text-color-text {
  color: #333;
}

/* Margin Helper
------------------------------------------------------------------- */

.mt-0 {
  margin-top: 0;
}

.mt-20 {
  margin-top: 20px;
}

.mt-30 {
  margin-top: 30px;
}

.mb-0 {
  margin-bottom: 0;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-100 {
  margin-bottom: 100px;
}

.pt-20 {
  padding-top: 20px;
}

.pb-0 {
  padding-bottom: 0;
}

.pt-0 {
  padding-top: 0;
}

/* Float Helper
------------------------------------------------------------------- */

.float-right {
  float: right;
}

.float-left {
  float: left;
}

.float-none {
  float: none;
}

/* Font Size Helper
------------------------------------------------------------------- */

.text-small {
  font-size: 12px;
  font-size: 0.75rem;
}

.text-medium {
  font-size: 18px;
  font-size: 1.125rem;
}

.text-large {
  font-size: 22px;
  font-size: 1.375rem;
}

/* List Helper
------------------------------------------------------------------- */

.spaced-list li {
  margin-bottom: 20px;
}

/* Is Loading
------------------------------------------------------------------- */

.is-loading {
  opacity: 0.3;
  cursor: wait;
}