/* global variables, mixins, functions, etc. */
/* ==========================================================================
   SASS Base: Variables, mixins, etc.
   ========================================================================== */
/*
 * Easy conversion to em from pixels
 */
/*
 * Replicate adobe tracking values in em
 */
/*
 * Photoshop Text Shadow
 * NOTE: $spread has no effect for text shadows
 * https://gist.github.com/heygrady/1039282
 */
/*
 * Using variation specific font names from the start to avoid IE8 issues
 * http://help.typekit.com/customer/portal/articles/6855-Using-multiple-weights-and-styles
 */
/* user defined base styles */
@font-face {
  font-family: "Apercu Regular";
  src: url("../fonts/apercu_regular_pro.eot");
  src: url("../fonts/apercu_regular_pro.eot?#iefix") format("eot"), url("../fonts/apercu_regular_pro.woff") format("woff"), url("../fonts/apercu_regular_pro.ttf") format("truetype"), url("../fonts/apercu_regular_pro.svg") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "Apercu Regular Italic";
  src: url("../fonts/apercu_regular_italic_pro.eot");
  src: url("../fonts/apercu_regular_italic_pro.eot?#iefix") format("eot"), url("../fonts/apercu_regular_italic_pro.woff") format("woff"), url("../fonts/apercu_regular_italic_pro.ttf") format("truetype"), url("../fonts/apercu_regular_italic_pro.svg") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "Apercu Medium";
  src: url("../fonts/apercu_medium_pro.eot");
  src: url("../fonts/apercu_medium_pro.eot?#iefix") format("eot"), url("../fonts/apercu_medium_pro.woff") format("woff"), url("../fonts/apercu_medium_pro.ttf") format("truetype"), url("../fonts/apercu_medium_pro.svg") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "Apercu Medium Italic";
  src: url("../fonts/apercu_medium_italic_pro.eot");
  src: url("../fonts/apercu_medium_italic_pro.eot?#iefix") format("eot"), url("../fonts/apercu_medium_italic_pro.woff") format("woff"), url("../fonts/apercu_medium_italic_pro.ttf") format("truetype"), url("../fonts/apercu_medium_italic_pro.svg") format("svg");
  font-weight: normal;
  font-style: normal; }

html, body {
  background-color: #fff;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  min-height: 100%;
  font-family: "Apercu Regular", sans-serif;
  font-style: normal;
  font-weight: 400; }

body {
  overflow-x: hidden;
  overflow-y: scroll; }

body.fixed-modal-open {
  overflow: hidden; }

.page.front-page {
  min-height: calc( 100vh - 61px - 20px); }

.content-wrap .page.last-of-type .page-section.with-gradient-bg {
  padding-bottom: 0; }

.in-transition {
  overflow-x: hidden;
  overflow-y: scroll;
  height: 100vh;
  width: 101vw; }
  .in-transition .page-section--header {
    background: transparent;
    z-index: 101; }
    .in-transition .page-section--header .primary-nav .links li a {
      background: transparent; }

body.admin-bar .page-section--header {
  top: 32px; }

.page:first-child {
  padding-top: 70px; }
  .page:first-child.timeline-page {
    padding-top: 24px; }
    @media (max-width: 47.9375em) {
      .page:first-child.timeline-page {
        padding-top: 70px; } }
    .page:first-child.timeline-page .page-section--single {
      padding-top: 0;
      margin-top: 0; }

.page-section--single {
  margin-top: 70px; }

.content-wrap {
  min-height: calc(100vh - 540px); }
  @media (max-width: 47.9375em) {
    .content-wrap {
      min-height: calc(100vh - 400px); } }

body.mobile-nav-open {
  overflow: hidden; }

.page {
  position: relative; }

.hidden-for-pagination {
  display: none; }

/* ==========================================================================
   Global button styles
   ========================================================================== */
.white-arrow-right {
  background: url("../images/white-arrow-right.svg") no-repeat transparent 50% 50%;
  background-size: contain;
  border: 0;
  display: block;
  outline: 0; }
  .white-arrow-right:focus {
    outline: 0; }

.black-arrow-right, .tile-checkout-form .select-wrap-simple:after {
  background: url("../images/black-right-arrow.svg") no-repeat transparent 50% 50%;
  background-size: contain;
  border: 0;
  display: block;
  outline: 0; }
  .black-arrow-right:focus, .tile-checkout-form .select-wrap-simple:focus:after {
    outline: 0; }

.action-link, .single-event-content .actions .previous-link a, .single-event-content .actions .next-link a {
  border-bottom: 2px solid #000000;
  color: #000000;
  font-size: 1.5em;
  line-height: 1.58333em;
  text-decoration: none;
  font-family: "Apercu Regular", sans-serif;
  font-style: normal;
  font-weight: 400; }
  .action-link:hover, .single-event-content .actions .previous-link a:hover, .single-event-content .actions .next-link a:hover {
    text-decoration: none;
    border-bottom-color: #1CD8C9; }

.white-button {
  border: 2px solid #000 !important;
  background: #fff;
  text-decoration: none;
  display: inline-block;
  padding: 1.25em 1.25em;
  outline: 0;
  color: #000;
  font-family: "Apercu Regular", sans-serif;
  font-style: normal;
  font-weight: 400; }
  .white-button span {
    color: #000 !important;
    border-bottom: 2px solid #000;
    font-size: 1.5em;
    line-height: 1em;
    display: block;
    padding-bottom: 3px; }
  .white-button:hover {
    text-decoration: none; }
  .white-button:hover span {
    border-bottom-color: #1CD8C9; }

.big-button, .gform_footer input[type="submit"] {
  border: 2px solid #2676DD !important;
  color: #000000;
  font-size: 1.5em;
  line-height: 1.58333em;
  text-decoration: none;
  display: inline-block;
  padding: 1.25em 2.5em;
  outline: 0;
  font-family: "Apercu Regular", sans-serif;
  font-style: normal;
  font-weight: 400; }
  .big-button:hover, .gform_footer input[type="submit"]:hover {
    text-decoration: none;
    border-color: #1CD8C9 !important; }
  .big-button.disabled, .gform_footer input.disabled[type="submit"] {
    cursor: pointer;
    pointer-events: none;
    text-decoration: none;
    border-color: #1CD8C9 !important;
    color: #1CD8C9; }
  @media (max-width: 47.9375em) {
    .big-button, .gform_footer input[type="submit"] {
      padding: 0.625em 1.25em;
      margin-top: 0.625em; } }
  .big-button.register-btn, .gform_footer input.register-btn[type="submit"] {
    margin-top: 1.25em; }

.play-btn {
  width: 112px;
  height: 112px;
  background: url("../images/play-btn.svg") no-repeat transparent 60% 50%;
  border: 2px solid #2676DD;
  border-radius: 112px;
  display: block;
  outline: 0;
  margin: 0 auto; }
  .play-btn:hover {
    text-decoration: none;
    border-color: #1CD8C9; }

/* ==========================================================================
   Global Input Styles
   ========================================================================== */
input {
  border-radius: 0; }

/* ==========================================================================
   Global link styles
   ========================================================================== */
a {
  color: #1CD8C9;
  text-decoration: none; }

a:hover {
  color: #1CD8C9;
  text-decoration: underline; }

a:focus, a:visited {
  color: inherit;
  text-decoration: none; }

/*! Flickity v2.0.5
http://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
  position: relative; }

.flickity-enabled:focus {
  outline: none; }

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%; }

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%; }

/* draggable */
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab; }

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

/* ---- previous/next buttons ---- */
.flickity-prev-next-button {
  position: absolute;
  top: 50%;
  width: 44px;
  height: 44px;
  border: none;
  border-radius: 50%;
  background: white;
  background: rgba(255, 255, 255, 0.75);
  cursor: pointer;
  /* vertically center */
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }

.flickity-prev-next-button:hover {
  background: white; }

.flickity-prev-next-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #09F; }

.flickity-prev-next-button:active {
  opacity: 0.6; }

.flickity-prev-next-button.previous {
  left: 10px; }

.flickity-prev-next-button.next {
  right: 10px; }

/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px; }

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px; }

.flickity-prev-next-button:disabled {
  opacity: 0.3;
  cursor: auto; }

.flickity-prev-next-button svg {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%; }

.flickity-prev-next-button .arrow {
  fill: #333; }

/* ---- page dots ---- */
.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1; }

.flickity-rtl .flickity-page-dots {
  direction: rtl; }

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer; }

.flickity-page-dots .dot.is-selected {
  opacity: 1; }

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

.mfp-zoom {
  cursor: pointer;
  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;
  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: transparent; }

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

/* text-based popup styling */
.white-popup {
  position: relative;
  background: #FFF;
  padding: 25px;
  width: auto;
  margin: 0 auto;
  max-width: 600px; }

.teal-popup {
  position: relative;
  background: #1CD8C9;
  padding: 50px;
  width: auto;
  margin: 0 auto;
  max-width: 675px; }

/*

    ====== Zoom effect ======

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

/* overlay at start */
.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out; }

/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8; }

/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0; }

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

/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1; }

/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0; }

/*======================================
  Selectric v1.11.1
======================================*/
.selectric-wrapper {
  position: relative;
  cursor: pointer; }

.selectric-responsive {
  width: 100%; }

.selectric {
  border: 1px solid #DDD;
  border-radius: 0px;
  background: #F8F8F8;
  position: relative;
  overflow: hidden; }

.selectric .label {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0 38px 0 10px;
  font-size: 12px;
  line-height: 38px;
  color: #444;
  height: 38px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.selectric .button {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 38px;
  height: 38px;
  line-height: 38px;
  background-color: #F8f8f8;
  color: #BBB;
  text-align: center;
  font: 0/0 a;
  *font: 20px/38px Lucida Sans Unicode, Arial Unicode MS, Arial; }

.selectric .button:after {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-top-color: #BBB;
  border-bottom: none; }

.selectric-focus .selectric {
  border-color: #aaaaaa; }

.selectric-hover .selectric {
  border-color: #c4c4c4; }

.selectric-hover .selectric .button {
  color: #a2a2a2; }

.selectric-hover .selectric .button:after {
  border-top-color: #a2a2a2; }

.selectric-open {
  z-index: 9999; }

.selectric-open .selectric {
  border-color: #c4c4c4; }

.selectric-open .selectric-items {
  display: block; }

.selectric-disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.selectric-hide-select {
  position: relative;
  overflow: hidden;
  width: 0;
  height: 0; }

.selectric-hide-select select {
  position: absolute;
  left: -100%; }

.selectric-hide-select.selectric-is-native {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10; }

.selectric-hide-select.selectric-is-native select {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  border: none;
  z-index: 1;
  box-sizing: border-box;
  opacity: 0; }

.selectric-input {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 1px !important;
  height: 1px !important;
  outline: none !important;
  border: none !important;
  *font: 0/0 a !important;
  background: none !important; }

.selectric-temp-show {
  position: absolute !important;
  visibility: hidden !important;
  display: block !important; }

/* Items box */
.selectric-items {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #F8F8F8;
  border: 1px solid #c4c4c4;
  z-index: -1;
  box-shadow: 0 0 10px -6px; }

.selectric-items .selectric-scroll {
  height: 100%;
  overflow: auto; }

.selectric-above .selectric-items {
  top: auto;
  bottom: 100%; }

.selectric-items ul, .selectric-items li {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 12px;
  line-height: 20px;
  min-height: 20px; }

.selectric-items li {
  display: block;
  padding: 10px;
  color: #666;
  cursor: pointer; }

.selectric-items li.selected {
  background: #E0E0E0;
  color: #444; }

.selectric-items li.highlighted {
  background: #D0D0D0;
  color: #444; }

.selectric-items li:hover {
  background: #D5D5D5;
  color: #444; }

.selectric-items .disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default !important;
  background: none !important;
  color: #666 !important;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.selectric-items .selectric-group .selectric-group-label {
  font-weight: bold;
  padding-left: 10px;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: none;
  color: #444; }

.selectric-items .selectric-group.disabled li {
  filter: alpha(opacity=100);
  opacity: 1; }

.selectric-items .selectric-group li {
  padding-left: 25px; }

/* module or section specific styles */
.page.keep-hidden {
  height: 0;
  overflow: hidden; }

.page-section--header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  background: #fff; }

.page-section--footer {
  background: -webkit-linear-gradient(top, #fff 10%, #2676DD 100%);
  background: linear-gradient(to bottom, #fff 10%, #2676DD 100%); }

.gray-footer .page-section--footer,
.parent-pageid-25 .page-section--footer {
  background: -webkit-linear-gradient(top, #D8D8D8 10%, #2676DD 100%);
  background: linear-gradient(to bottom, #D8D8D8 10%, #2676DD 100%); }

.page-section.with-gradient-bg {
  padding: 6.25em 0;
  position: relative; }
  .page-section.with-gradient-bg:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 80px;
    background: -webkit-linear-gradient(top, rgba(38, 118, 221, 0.5) 0%, #ffffff 100%);
    background: linear-gradient(to bottom, rgba(38, 118, 221, 0.5) 0%, #ffffff 100%); }
  .page-section.with-gradient-bg.teal-gradient:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 80px;
    background: -webkit-linear-gradient(top, rgba(28, 216, 201, 0.5) 0%, #ffffff 100%);
    background: linear-gradient(to bottom, rgba(28, 216, 201, 0.5) 0%, #ffffff 100%); }

.page-section--hero {
  padding: 4.375em 0; }

.page-section--columned-info {
  padding: 4.375em 0; }

.page-section--three_column_text,
.page-section--backers_and_stories {
  background: #2676DD;
  color: #fff; }

.page-section--people_grid {
  padding: 6.25em 0 0 0; }
  @media (max-width: 47.9375em) {
    .page-section--people_grid {
      padding: 1.25em 0 0 0; } }

.page-section--three_column_text,
.page-section--single,
.page-section--donation,
.page-section--shop,
.page-section--sponsors,
.page-section--supporters {
  padding: 6.25em 0; }

.page-section--supporters {
  background: #D8D8D8; }

.page-section--donation.with-gradient-bg {
  padding-bottom: 0; }

.page-section--hero + .page-section--standard_text .standard_text {
  padding-top: 0; }
  .page-section--hero + .page-section--standard_text .standard_text h1 {
    margin-top: 0; }

.page-section--blue-header-module.with-gradient-bg {
  padding-bottom: 0; }

.page-section--media_content + .page-section--columned-info {
  padding-top: 0; }

.site-logo {
  font-size: 16px;
  left: 1.5em;
  position: fixed;
  top: 1.125em;
  z-index: 200;
  -webkit-transform: translateZ(0);
          transform: translateZ(0); }
  .site-logo a {
    background: url("../images/header-logo.svg") no-repeat transparent 50% 50%;
    background-size: cover;
    display: block;
    height: 1.625em;
    text-indent: -9999px;
    width: 1.625em; }
  @media (max-width: 47.9375em) {
    .site-logo {
      left: 0.9375em; } }

.primary-nav .links {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
  width: 100%;
  font-size: 0;
  font-family: "Apercu Regular", sans-serif;
  font-style: normal;
  font-weight: 400;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: -webkit-transform 0.4s ease-out;
  transition: -webkit-transform 0.4s ease-out;
  transition: transform 0.4s ease-out;
  transition: transform 0.4s ease-out, -webkit-transform 0.4s ease-out; }
  @media (max-width: 47.9375em) {
    .primary-nav .links {
      height: 0;
      width: 100%;
      overflow: hidden;
      background: #fff;
      top: 65px;
      left: 0;
      z-index: 20;
      position: fixed;
      -webkit-transition: height 0.4s ease-in-out;
      transition: height 0.4s ease-in-out; }
      .primary-nav .links li {
        width: 100%;
        display: block;
        text-align: center; }
        .primary-nav .links li ul {
          display: none !important; } }
  .primary-nav .links a {
    color: #000000;
    display: block;
    padding: 1.27778em 1.11111em 1.11111em 1.11111em;
    text-decoration: none; }
    .primary-nav .links a span {
      border-bottom: 2px solid transparent;
      padding-bottom: 0.16667em; }
  .primary-nav .links li {
    display: inline-block;
    margin: 0;
    font-size: 16px; }
    .primary-nav .links li a {
      font-size: 1.125em;
      letter-spacing: 1px;
      line-height: 1em;
      position: relative;
      z-index: 20;
      background: #fff; }
      @media (max-width: 47.9375em) {
        .primary-nav .links li a {
          padding: 0.45455em 0 0.45455em 0;
          font-size: 1.55556em; } }
    .primary-nav .links li.current-menu-item > a > span,
    .primary-nav .links li.current-menu-ancestor > a > span {
      border-bottom: 2px solid #000000; }
    .no-touchevents .primary-nav .links li:hover > a > span {
      border-bottom: 2px solid #000000; }
    .primary-nav .links li ul {
      background: #ffffff;
      opacity: 0;
      -webkit-transform: translateY(-200%);
              transform: translateY(-200%);
      -webkit-transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
      transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
      transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
      transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
      left: 0;
      list-style: none;
      padding: 0;
      position: absolute;
      text-align: center;
      width: 100%;
      z-index: 1; }
      .primary-nav .links li ul li {
        display: inline-block; }
        .primary-nav .links li ul li a span, .primary-nav .links li ul li a:hover span {
          border-bottom: 0px solid #fff; }
        .no-touchevents .primary-nav .links li ul li a:hover {
          color: #1CD8C9; }
        .primary-nav .links li ul li.current-menu-item > a > span,
        .primary-nav .links li ul li.current-menu-ancestor > a > span {
          color: #1CD8C9;
          border-bottom: 0; }
        .no-touchevents .primary-nav .links li ul li:hover > a > span {
          color: #1CD8C9;
          border-bottom: 0; }
    .no-touchevents .primary-nav .links li:hover ul {
      display: block;
      opacity: 1;
      -webkit-transform: translateY(0%);
              transform: translateY(0%); }

.primary-nav .nav-toggle {
  display: none;
  float: right;
  height: 1.3125em;
  margin: 1.375em 0;
  margin-right: 1.5em;
  position: relative;
  width: 1.5625em; }
  @media (max-width: 47.9375em) {
    .primary-nav .nav-toggle {
      margin-right: 0.9375em; } }
  .primary-nav .nav-toggle span {
    background: #000000;
    height: 2px;
    position: absolute;
    width: 100%; }
    .primary-nav .nav-toggle span.top {
      top: 0px; }
    .primary-nav .nav-toggle span.mid {
      top: 10px; }
    .primary-nav .nav-toggle span.bottom {
      top: 19px; }
  @media (max-width: 47.9375em) {
    .primary-nav .nav-toggle {
      display: block; } }

.primary-nav .links li.mobile-only {
  display: none; }
  @media (max-width: 47.9375em) {
    .primary-nav .links li.mobile-only {
      display: block; }
      .primary-nav .links li.mobile-only.mobile-timeline-link a {
        color: #2676DD; }
        .no-touchevents .primary-nav .links li.mobile-only.mobile-timeline-link a:hover span {
          border-bottom-color: #2676DD; } }

.mobile-nav-open .primary-nav .links {
  height: calc( 100vh - 65px);
  -webkit-transform: translateX(0vw) !important;
          transform: translateX(0vw) !important; }

.back {
  right: 2.25em;
  top: 1.125em;
  position: fixed;
  width: 1.5625em;
  height: 1.5625em;
  pointer-events: none;
  opacity: 0;
  background: #fff;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
  z-index: 200; }
  .back span {
    width: 100%;
    height: 2px;
    position: absolute;
    background: #1CD8C9; }
    .back span.top {
      top: 50%;
      -webkit-transform: rotate(-45deg);
              transform: rotate(-45deg); }
    .back span.bottom {
      top: 50%;
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg); }
  @media (max-width: 47.9375em) {
    .back {
      right: 0.875em;
      width: 1.875em; } }

.page-template-page-subpage .back,
.single .back,
.fixed-modal-open .back {
  opacity: 1;
  pointer-events: all; }

.single-timeline .back span {
  background: #2676DD; }

.featured-quotes {
  overflow: hidden;
  margin: 4.375em 0; }
  @media (max-width: 47.9375em) {
    .featured-quotes {
      margin: 1.25em 0; } }
  .featured-quotes a {
    color: #000;
    display: block;
    text-decoration: none; }
    .no-touchevents .featured-quotes a:hover {
      z-index: 100; }
  .featured-quotes .quote {
    float: left;
    position: relative;
    opacity: 0.5;
    -webkit-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out; }
    @media (max-width: 64em) {
      .featured-quotes .quote {
        opacity: 1; } }
    .no-touchevents .featured-quotes .quote.hover {
      opacity: 1; }
    .no-touchevents .featured-quotes .quote:hover {
      z-index: 100; }
    .featured-quotes .quote .text {
      position: relative;
      z-index: 20; }
    .featured-quotes .quote .image {
      position: absolute;
      right: 0;
      top: 0;
      z-index: 1; }
      .featured-quotes .quote .image img {
        width: 100%;
        height: auto; }
  .featured-quotes .quote-1 {
    width: 40%;
    position: relative; }
    .featured-quotes .quote-1:before {
      display: block;
      content: "";
      width: 100%;
      padding-top: 66.66667%; }
    .featured-quotes .quote-1 > .content {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }
  .featured-quotes .quote-2,
  .featured-quotes .quote-3 {
    width: 30%;
    width: 30%; }
    .featured-quotes .quote-2 .image,
    .featured-quotes .quote-3 .image {
      max-width: 70%; }
  .featured-quotes .quote-3 {
    min-height: 310px; }
  .featured-quotes .quote-1 .text {
    margin-top: 20px; }
  .featured-quotes .quote-1 .image {
    left: 5%; }
  .featured-quotes .quote-2 {
    width: 32.5%;
    margin-left: -2.5%; }
    .featured-quotes .quote-2 .text {
      max-width: 100%; }
    .featured-quotes .quote-2 .image {
      display: block;
      position: static;
      -webkit-transform: translateX(-50px);
              transform: translateX(-50px); }
  .featured-quotes .quote-3 {
    height: 100%;
    position: relative; }
    .featured-quotes .quote-3 .text {
      position: absolute;
      bottom: 0;
      left: 0%; }
    .featured-quotes .quote-3 .image {
      display: block;
      position: absolute;
      top: 0;
      right: 0; }
  .featured-quotes .text {
    font-size: 2.25em;
    line-height: 1.22222em;
    letter-spacing: 1px;
    max-width: 70%; }
  .featured-quotes .quote-2 .text {
    font-size: 1.5em;
    line-height: 1.41667em;
    letter-spacing: 1px; }
  @media (max-width: 64em) {
    .featured-quotes .quote-1 {
      width: 100%;
      float: none;
      margin: 0 auto 1.25em auto;
      overflow: hidden;
      position: relative; }
      .featured-quotes .quote-1:before {
        display: block;
        content: "";
        width: 100%;
        padding-top: 50%; }
      .featured-quotes .quote-1 > .content {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0; }
      .featured-quotes .quote-1 .text {
        width: 45%; }
      .featured-quotes .quote-1 .image {
        left: auto;
        right: 0;
        width: 60%; }
    .featured-quotes .quote-2, .featured-quotes .quote-3 {
      width: 50%;
      float: left;
      margin-left: 0; }
      .featured-quotes .quote-2 .image, .featured-quotes .quote-3 .image {
        -webkit-transform: translateX(0);
                transform: translateX(0);
        max-width: 85%; }
    .featured-quotes .quote-3 {
      position: static;
      float: right; }
      .featured-quotes .quote-3 .content {
        position: relative;
        padding-bottom: 120px; }
        .featured-quotes .quote-3 .content .text {
          left: 0; } }
    @media (max-width: 64em) and (max-width: 47.9375em) {
      .featured-quotes .quote-3 .content {
        padding-bottom: 40px; } }
  @media (max-width: 64em) {
      .featured-quotes .quote-3 .image {
        position: static;
        max-width: 72%; } }
  @media (max-width: 47.9375em) {
    .featured-quotes .quote-1, .featured-quotes .quote-2, .featured-quotes .quote-3 {
      width: 100%;
      float: none;
      margin: 0 auto 1.25em auto;
      font-size: 12px;
      overflow: hidden; }
      .featured-quotes .quote-1:before, .featured-quotes .quote-2:before, .featured-quotes .quote-3:before {
        display: none; }
      .featured-quotes .quote-1 .content, .featured-quotes .quote-2 .content, .featured-quotes .quote-3 .content {
        position: static; }
      .featured-quotes .quote-1 .text, .featured-quotes .quote-1 .image, .featured-quotes .quote-2 .text, .featured-quotes .quote-2 .image, .featured-quotes .quote-3 .text, .featured-quotes .quote-3 .image {
        width: 100%;
        max-width: 100%;
        text-align: left;
        position: static;
        -webkit-transform: translateX(0);
                transform: translateX(0); }
    .featured-quotes .quote-2 .text {
      font-size: 2.25em;
      line-height: 1.22222em;
      letter-spacing: 1px;
      max-width: 100%; } }

.standard_text {
  padding: 2.22222em; }
  @media (max-width: 47.9375em) {
    .standard_text {
      padding: 1.11111em 0; } }
  .standard_text h1 {
    font-size: 2.25em;
    letter-spacing: 2px;
    line-height: 1em;
    margin: 0 0 0.44444em 0; }
    .standard_text h1 span {
      color: #000;
      border-bottom: 2px solid #000; }
  .standard_text .black-arrow-right.down, .standard_text .tile-checkout-form .down.select-wrap-simple:after, .tile-checkout-form .standard_text .down.select-wrap-simple:after {
    display: inline-block;
    width: 20px;
    height: 40px;
    -webkit-transform: translateY(5px) rotate(90deg);
            transform: translateY(5px) rotate(90deg); }

.event-block-wrap {
  max-width: 303px;
  float: left;
  overflow: hidden; }

.event-block {
  border: 2px solid #2676DD;
  display: block;
  color: #000;
  margin-bottom: 1.125em;
  font-family: "Apercu Regular", sans-serif;
  font-style: normal;
  font-weight: 400;
  position: relative;
  overflow: hidden;
  -webkit-transition: border 0.3s ease-out;
  transition: border 0.3s ease-out;
  max-height: 200px; }
  .event-block:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 66.0066%; }
  .event-block > .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
  .no-touchevents .event-block:hover {
    border: 2px solid #1CD8C9;
    color: #000; }
  .event-block .content {
    padding: 1.25em; }
  .event-block .heading {
    text-transform: uppercase;
    font-size: 1.125em;
    line-height: 1.33333em;
    letter-spacing: 1px;
    margin-bottom: 1.11111em;
    display: block; }
  .event-block .title {
    font-size: 1.5em;
    line-height: 1.33333em;
    letter-spacing: 0.667px; }
  .event-block.reveal-pagination {
    border-color: #9B9B9B; }
    .event-block.reveal-pagination .content p {
      padding: 0;
      position: absolute;
      top: 50%;
      left: 0;
      width: 100%;
      text-align: center;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      font-size: 2.25em;
      text-transform: uppercase;
      color: #9B9B9B;
      letter-spacing: 2px;
      line-height: 0.66667em; }

.old-event .event-block {
  border-color: #9B9B9B; }

.media_content {
  padding: 2.22222em; }
  @media (max-width: 35.9375em) {
    .media_content {
      padding: 0 0 1rem 0; } }
  .media_content img {
    max-width: 100%;
    height: auto; }
  .media_content .inline-images {
    text-align: center; }
    .media_content .inline-images .image {
      display: inline-block;
      max-width: 20%;
      margin: 0 2.5%; }
      .media_content .inline-images .image img {
        max-width: 100%;
        height: auto; }
      @media (max-width: 47.9375em) {
        .media_content .inline-images .image {
          max-width: 100%;
          margin: 0 0 1.25em 0; } }
  .media_content .grid-image {
    text-align: center;
    position: relative; }
    .media_content .grid-image.count-1 {
      position: absolute;
      top: 50%;
      left: 0%;
      width: 100%;
      text-align: center;
      -webkit-transform: translate(0, -50%);
              transform: translate(0, -50%); }
      .media_content .grid-image.count-1 .image-wrap {
        width: 60%;
        margin: 0 auto; }
      @media (max-width: 47.9375em) {
        .media_content .grid-image.count-1 {
          position: static;
          -webkit-transform: translate(0, 0);
                  transform: translate(0, 0);
          margin-bottom: 1.25em; }
          .media_content .grid-image.count-1 .image-wrap {
            width: 100%; } }
  .media_content .grid-image.override-size-small {
    text-align: center;
    position: relative;
    position: absolute;
    top: 50%;
    left: 0%;
    width: 100%;
    text-align: center;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%); }
    .media_content .grid-image.override-size-small.no-big {
      position: relative;
      -webkit-transform: translate(0, 0);
              transform: translate(0, 0);
      top: 0; }
    .media_content .grid-image.override-size-small .image-wrap {
      width: 60%;
      margin: 0 auto; }
    @media (max-width: 47.9375em) {
      .media_content .grid-image.override-size-small {
        position: static;
        -webkit-transform: translate(0, 0);
                transform: translate(0, 0);
        margin-bottom: 1.25em; }
        .media_content .grid-image.override-size-small .image-wrap {
          width: 100%; } }
  .media_content .grid-image.override-size-big {
    text-align: center;
    position: relative; }
    .media_content .grid-image.override-size-big .image-wrap {
      width: 100%;
      margin: 0 auto; }
    @media (max-width: 47.9375em) {
      .media_content .grid-image.override-size-big {
        position: static;
        -webkit-transform: translate(0, 0);
                transform: translate(0, 0);
        margin-bottom: 1.25em; }
        .media_content .grid-image.override-size-big .image-wrap {
          width: 100%; } }
  .media_content .caption {
    font-size: 0.875em;
    text-align: center;
    margin: 0.71429em 0;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .media_content .media-carousel.flickity-enabled {
    margin-bottom: 50px; }
    .media_content .media-carousel.flickity-enabled .slide {
      height: 60vh;
      max-height: 50vh;
      min-height: 300px;
      overflow: hidden; }
  .media_content .media-carousel .slide {
    width: 100%;
    text-align: center; }
    .media_content .media-carousel .slide img {
      max-height: 100%;
      max-width: 100%; }
  .media_content .media-carousel .flickity-viewport {
    -webkit-transition: height 0.2s;
    transition: height 0.2s; }
  .media_content .media-carousel .flickity-page-dots {
    bottom: -30px; }
  .media_content .media-carousel .dot {
    background: transparent;
    border-radius: 0;
    margin: 0 4px;
    text-transform: uppercase; }

.section-title {
  width: 100%;
  margin-bottom: 3.125em; }
  .section-title h2 {
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    font-size: 2.25em;
    line-height: 1em;
    letter-spacing: 2px;
    margin-bottom: 0;
    font-family: "Apercu Regular", sans-serif;
    font-style: normal;
    font-weight: 400; }
    @media (max-width: 47.9375em) {
      .section-title h2 {
        font-size: 2em;
        line-height: 1em; } }
  .section-title.left-aligned h2 {
    text-align: left;
    text-transform: none; }
  .section-title.with-search-form {
    position: relative; }
    @media (max-width: 47.9375em) {
      .section-title.with-search-form {
        margin-bottom: 0; } }
    .section-title.with-search-form .search-form {
      position: absolute;
      top: 0;
      right: 0; }
      @media (max-width: 47.9375em) {
        .section-title.with-search-form .search-form {
          position: static;
          clear: both;
          padding: 1.25em 0; }
          .section-title.with-search-form .search-form input[type="text"] {
            width: 100%; } }

.grid_blocks .grid-block {
  margin-bottom: 3em; }
  .grid_blocks .grid-block .image {
    text-align: center;
    margin-bottom: 2em; }
    @media (max-width: 47.9375em) {
      .grid_blocks .grid-block .image {
        margin-bottom: 1em; } }
    .grid_blocks .grid-block .image img {
      max-width: 14.0625em;
      height: auto; }
      @media (max-width: 47.9375em) {
        .grid_blocks .grid-block .image img {
          width: 100%;
          max-width: 100%; } }
  .grid_blocks .grid-block p {
    margin-bottom: 0;
    font-size: 0.875em; }
    @media (max-width: 47.9375em) {
      .grid_blocks .grid-block p {
        font-size: 1em; } }
  .grid_blocks .grid-block .title,
  .grid_blocks .grid-block .subtitle {
    font-size: 1.125em; }
  .grid_blocks .grid-block .body {
    margin-top: 1.875em;
    max-width: 70%; }
    @media (max-width: 47.9375em) {
      .grid_blocks .grid-block .body {
        max-width: 90%;
        margin-top: 0.625em;
        margin-bottom: 1.875em; } }
  .grid_blocks .grid-block a {
    color: #000;
    text-decoration: none; }
    .no-touchevents .grid_blocks .grid-block a:hover {
      text-decoration: none;
      color: #1CD8C9; }

.grid_blocks .reveal-pagination {
  font-size: 1.5em;
  color: #000;
  text-decoration: none; }
  .no-touchevents .grid_blocks .reveal-pagination:hover {
    border-bottom: 2px solid #1CD8C9; }
  .grid_blocks .reveal-pagination.down-arrow:after {
    content: '';
    display: inline-block;
    margin-left: 10px;
    background: url("../images/black-down-arrow.svg") no-repeat transparent 50% 50%;
    vertical-align: middle;
    background-size: contain;
    height: 14px;
    width: 17px; }
  .no-touchevents .grid_blocks .reveal-pagination:hover {
    color: #1CD8C9; }
    .no-touchevents .grid_blocks .reveal-pagination:hover:after {
      background-image: url("../images/teal-down-arrow-2.svg"); }

.hero .image {
  width: 100%; }
  .hero .image img {
    width: 100%;
    height: auto; }

.hero h2 {
  font-size: 2.25em;
  line-height: 1.27778em;
  text-align: center;
  margin-bottom: 1.94444em; }
  @media (max-width: 47.9375em) {
    .hero h2 {
      font-size: 1.5em; } }

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

.columned-info .column-1 {
  margin-bottom: 0;
  padding-top: 3px; }
  .columned-info .column-1 p {
    font-size: 1.125em;
    line-height: 1.88889em;
    letter-spacing: 0.5px;
    margin: 0;
    vertical-align: bottom; }
    @media (max-width: 47.9375em) {
      .columned-info .column-1 p {
        line-height: 1.55556em;
        letter-spacing: 1px; } }
  @media (max-width: 47.9375em) {
    .columned-info .column-1 {
      margin-bottom: 50px; } }

.columned-info .column-2 {
  font-size: 1.5em;
  line-height: 1.5em;
  letter-spacing: 0.5px;
  margin-bottom: 0; }
  .columned-info .column-2 a {
    color: #000;
    text-decoration: none;
    border-bottom: 2px solid #000; }
    .no-touchevents .columned-info .column-2 a:hover {
      border-color: #1CD8C9; }

.numbered-grid .blocks {
  padding: 4.375em 0; }

.numbered-grid .count {
  text-align: center; }
  .numbered-grid .count span {
    display: inline-block;
    width: 2.5em;
    height: 2.5em;
    line-height: 1.30556em;
    padding: 20px;
    border: 2px solid #2676DD;
    text-align: center;
    font-size: 2.25em;
    margin: 0 auto 1.25em auto;
    border-radius: 100px; }

.numbered-grid .block {
  margin-bottom: 2.5em; }
  .numbered-grid .block a {
    color: #000;
    text-decoration: none;
    border-bottom: 2px solid #000; }
    .no-touchevents .numbered-grid .block a:hover {
      border-bottom-color: #1CD8C9; }

.press-listing .press-block {
  display: block;
  margin: 0 auto 4.375em auto;
  color: #000; }
  @media (max-width: 47.9375em) {
    .press-listing .press-block {
      max-width: 100%; } }
  .press-listing .press-block .image {
    text-align: center;
    margin-bottom: 1.25em; }
    .press-listing .press-block .image .image-wrap {
      position: relative;
      display: inline-block; }
      .press-listing .press-block .image .image-wrap:after {
        display: none; }
    .press-listing .press-block .image .image-wrap:after {
      content: '';
      width: 100%;
      height: 100%;
      background: rgba(28, 216, 201, 0.5);
      position: absolute;
      top: 0;
      left: 0;
      z-index: 2; }
    .press-listing .press-block .image img {
      max-width: 100%;
      height: auto; }
  .press-listing .press-block p {
    font-size: 1.125em;
    line-height: 1.33333em;
    letter-spacing: 0.5px;
    margin-bottom: 0; }
    .press-listing .press-block p.source {
      text-transform: uppercase; }
  .no-touchevents .press-listing .press-block:hover {
    text-decoration: none; }
    .no-touchevents .press-listing .press-block:hover .image .image-wrap:after {
      display: block; }

.press-listing .actions a {
  font-size: 1.5em;
  color: #000;
  text-decoration: none; }
  .no-touchevents .press-listing .actions a:hover {
    border-bottom: 2px solid #1CD8C9; }
  .press-listing .actions a.down-arrow:after {
    content: '';
    display: inline-block;
    margin-left: 10px;
    background: url("../images/black-down-arrow.svg") no-repeat transparent 50% 50%;
    vertical-align: middle;
    background-size: contain;
    height: 14px;
    width: 17px; }

.no-touchevents .press-listing .actions .reveal-pagination:hover {
  color: #1CD8C9; }
  .no-touchevents .press-listing .actions .reveal-pagination:hover:after {
    background-image: url("../images/teal-down-arrow-2.svg"); }

.section-title.left-title {
  top: 50%;
  text-align: center;
  width: auto;
  font-size: 1.125em;
  position: fixed;
  left: 30px;
  white-space: nowrap;
  margin: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: none; }
  @media (max-width: 47.9375em) {
    .section-title.left-title {
      display: none !important; } }

.section-title.mobile-title {
  display: none;
  position: static;
  -webkit-transform: translateY(0) rotate(0deg);
          transform: translateY(0) rotate(0deg);
  width: 100%;
  text-align: left;
  margin-bottom: 3.125em;
  box-sizing: border-box;
  padding: 0 15px; }
  .section-title.mobile-title h1 {
    font-size: 2.25em;
    letter-spacing: 2px;
    line-height: 1em;
    margin: 0 0 0.44444em 0; }
    @media (max-width: 47.9375em) {
      .section-title.mobile-title h1 {
        font-size: 1.5em; } }
    .section-title.mobile-title h1 span {
      color: #000;
      border-bottom: 2px solid #000; }
  @media (max-width: 47.9375em) {
    .section-title.mobile-title {
      display: block; } }

.page-section--people_grid.visible .section-title.left-title {
  display: block; }
  @media (max-width: 47.9375em) {
    .page-section--people_grid.visible .section-title.left-title {
      display: none !important; } }

.people_grid {
  position: relative; }
  .people_grid .person-block {
    text-align: center;
    margin-bottom: 4.375em; }
    .people_grid .person-block .image {
      width: 6.25em;
      height: 6.25em;
      display: block;
      overflow: hidden;
      border-radius: 100px;
      border: 2px solid #fff;
      margin: 0 auto 0.625em auto; }
      .people_grid .person-block .image img {
        width: 100%;
        height: auto;
        -webkit-filter: grayscale(100%);
                filter: grayscale(100%); }
    .people_grid .person-block .name .position {
      color: #9B9B9B; }
    .people_grid .person-block a {
      text-decoration: none;
      color: #000; }
      .no-touchevents .people_grid .person-block a:hover .image {
        border-color: #1CD8C9; }

.backers_and_stories {
  padding: 6.25em 0; }

.name-search-form form .input-wrap {
  position: relative; }

.name-search-form form input {
  background: transparent;
  color: #fff;
  border: 0;
  outline: 0;
  border-bottom: 1px solid #fff;
  font-family: "Apercu Regular", sans-serif;
  font-style: normal;
  font-weight: 400; }

.name-search-form form button {
  width: 12px;
  height: 12px;
  position: absolute;
  top: 50%;
  right: 0;
  border: 0;
  background: url("../images/search-icon.svg") no-repeat transparent 50% 50%;
  background-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%); }

.name-search-form form input[type="text"]::-webkit-input-placeholder {
  color: #fff; }

.name-search-form form input[type="text"]::-moz-placeholder {
  color: #fff; }

.name-search-form form input[type="text"]:-ms-input-placeholder {
  color: #fff; }

.name-search-form form input[type="text"]::placeholder {
  color: #fff; }

.backers-module {
  margin-bottom: 6.25em; }
  .backers-module .current {
    position: absolute;
    top: 0px;
    left: 0px;
    font-size: 3.75em;
    -webkit-transform: rotate(-20deg);
            transform: rotate(-20deg);
    color: #2676DD;
    white-space: nowrap;
    text-shadow: -1px -1px 0 #1CD8C9, 1px -1px 0 #1CD8C9, -1px 1px 0 #1CD8C9, 1px 1px 0 #1CD8C9;
    -webkit-font-smoothing: subpixel-antialiased; }
  .backers-module .letter-select {
    text-align: center; }
    @media (max-width: 47.9375em) {
      .backers-module .letter-select {
        display: none; } }
    .backers-module .letter-select a {
      color: #fff;
      text-decoration: none;
      font-size: 1.5em;
      line-height: 1.5em;
      display: inline-block;
      margin: 0 5px;
      border-bottom: 1px solid transparent; }
      .no-touchevents .backers-module .letter-select a:hover, .no-touchevents .backers-module .letter-select a.selected {
        border-bottom: 1px solid #fff; }
  .backers-module .results {
    margin: 1.875em 0; }
    .backers-module .results ::-webkit-scrollbar-track {
      background-color: transparent; }
    .backers-module .results ::-webkit-scrollbar {
      width: 12px;
      background-color: transparent; }
    .backers-module .results ::-webkit-scrollbar-thumb {
      border-radius: 10px;
      background-color: #FFF; }
    .backers-module .results .results-content {
      overflow-y: scroll;
      min-height: 300px;
      max-height: 40vh;
      position: relative;
      -webkit-overflow-scrolling: touch; }
      .backers-module .results .results-content ul {
        list-style: none;
        padding: 0;
        margin: 0; }
      .backers-module .results .results-content li {
        display: inline; }
        .backers-module .results .results-content li:after {
          content: ', '; }
        .backers-module .results .results-content li.no-comma:after {
          content: ''; }
    .backers-module .results:after {
      content: '';
      width: 100%;
      position: absolute;
      bottom: 0;
      height: 15vh;
      background: -webkit-linear-gradient(top, rgba(38, 118, 221, 0) 40%, #2676DD 100%);
      background: linear-gradient(to bottom, rgba(38, 118, 221, 0) 40%, #2676DD 100%); }

.story-block {
  max-width: 70%;
  display: block;
  margin: 0 auto 4.375em auto;
  color: #fff; }
  @media (max-width: 47.9375em) {
    .story-block {
      max-width: 100%; } }
  .story-block .image {
    text-align: center;
    margin-bottom: 1.25em; }
    .story-block .image .image-wrap {
      position: relative;
      display: inline-block; }
    .story-block .image img {
      max-width: 100%;
      height: auto; }
  .story-block p {
    font-size: 1.125em;
    line-height: 1.33333em;
    letter-spacing: 0.5px;
    margin-bottom: 0; }
    .story-block p.source {
      text-transform: uppercase; }
  .no-touchevents .story-block:hover {
    text-decoration: none; }
    .no-touchevents .story-block:hover .image-wrap:after {
      content: '';
      width: 100%;
      height: 100%;
      background: rgba(28, 216, 201, 0.5);
      position: absolute;
      top: 0;
      left: 0;
      z-index: 2; }

.sponsors .term-group {
  padding: 1.25em 0 1.25em 0; }

.sponsors .term-group-header {
  font-size: 1.5em;
  margin-bottom: 1.66667em; }
  .sponsors .term-group-header span {
    color: #2676DD; }

.sponsors .marquee {
  overflow: hidden;
  margin: 1.875em 0; }

.sponsors .sponsor-block {
  text-align: center;
  margin: 0 auto 3.125em auto; }
  .sponsors .sponsor-block .image {
    margin: 0 auto 1.25em auto; }
    .sponsors .sponsor-block .image img {
      max-width: 100%;
      height: auto;
      -webkit-backface-visibility: hidden; }
  .sponsors .sponsor-block .text {
    text-align: left; }
    .sponsors .sponsor-block .text p {
      font-size: 1.125em;
      margin: 0;
      max-width: 320px; }
      .sponsors .sponsor-block .text p a {
        text-decoration: none;
        border-bottom: 1px solid #000; }
        .no-touchevents .sponsors .sponsor-block .text p a:hover {
          text-decoration: none;
          color: #1CD8C9; }
    .sponsors .sponsor-block .text h2 {
      font-size: 1.125em; }
      .sponsors .sponsor-block .text h2 a {
        color: #000;
        text-transform: uppercase;
        text-decoration: none; }
        .no-touchevents .sponsors .sponsor-block .text h2 a:hover {
          text-decoration: none;
          color: #1CD8C9; }

.sponsors .block-row {
  font-size: 0;
  text-align: center; }

.sponsors .block-wrap {
  font-size: 16px;
  float: none;
  display: inline-block; }

.sponsors .grande {
  width: 100%; }

.sponsors .large {
  width: 48%;
  padding: 0 1%; }
  @media (max-width: 47.9375em) {
    .sponsors .large {
      width: 100%;
      padding: 0; } }

.sponsors .medium {
  width: 32.333333%;
  padding: 0 1%; }
  @media (max-width: 47.9375em) {
    .sponsors .medium {
      width: 100%;
      padding: 0; } }

.sponsors .small {
  width: 23%;
  padding: 0 1%; }
  @media (max-width: 47.9375em) {
    .sponsors .small {
      width: 100%;
      padding: 0; } }

.sponsors .grande .sponsor-block .image,
.sponsors .col-md-12 .sponsor-block .image {
  position: relative;
  max-width: 515px; }
  .sponsors .grande .sponsor-block .image:before,
  .sponsors .col-md-12 .sponsor-block .image:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 74.56311%; }
  .sponsors .grande .sponsor-block .image > .content,
  .sponsors .col-md-12 .sponsor-block .image > .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }

.sponsors .large .sponsor-block .image,
.sponsors .col-md-6 .sponsor-block {
  max-width: 375px; }
  .sponsors .large .sponsor-block .image .image,
  .sponsors .col-md-6 .sponsor-block .image {
    position: relative;
    max-width: 222px; }
    .sponsors .large .sponsor-block .image .image:before,
    .sponsors .col-md-6 .sponsor-block .image:before {
      display: block;
      content: "";
      width: 100%;
      padding-top: 74.32432%; }
    .sponsors .large .sponsor-block .image .image > .content,
    .sponsors .col-md-6 .sponsor-block .image > .content {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }

.sponsors .medium .sponsor-block .image,
.sponsors .col-md-4 .sponsor-block {
  max-width: 300px; }
  .sponsors .medium .sponsor-block .image .image,
  .sponsors .col-md-4 .sponsor-block .image {
    position: relative;
    max-width: 178px; }
    .sponsors .medium .sponsor-block .image .image:before,
    .sponsors .col-md-4 .sponsor-block .image:before {
      display: block;
      content: "";
      width: 100%;
      padding-top: 74.1573%; }
    .sponsors .medium .sponsor-block .image .image > .content,
    .sponsors .col-md-4 .sponsor-block .image > .content {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }

.sponsors .small .sponsor-block .image,
.sponsors .col-md-3 .sponsor-block {
  max-width: 225px; }
  .sponsors .small .sponsor-block .image .image,
  .sponsors .col-md-3 .sponsor-block .image {
    position: relative;
    max-width: 110px; }
    .sponsors .small .sponsor-block .image .image:before,
    .sponsors .col-md-3 .sponsor-block .image:before {
      display: block;
      content: "";
      width: 100%;
      padding-top: 74.1573%; }
    .sponsors .small .sponsor-block .image .image > .content,
    .sponsors .col-md-3 .sponsor-block .image > .content {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }

.supporters .container-fluid {
  padding-left: 0;
  padding-right: 0; }

.supporters .section-title {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 20;
  width: auto; }
  .supporters .section-title h2 {
    text-transform: none;
    margin: 30px; }
  @media (max-width: 47.9375em) {
    .supporters .section-title {
      display: block;
      position: static;
      width: 100%;
      text-align: center;
      top: 0;
      -webkit-transform: translateY(0);
              transform: translateY(0); }
      .supporters .section-title h2 {
        margin-left: 0;
        margin-right: 0;
        text-transform: uppercase; } }

.supporters .supporter-carousel {
  text-align: center; }
  .supporters .supporter-carousel .flickity-prev-next-button {
    background: url("../images/black-down-arrow.svg") no-repeat transparent 50% 50%;
    background-size: contain;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
    width: 32px;
    height: 20px;
    right: 20%;
    padding: 0;
    display: block; }
    @media (max-width: 47.9375em) {
      .supporters .supporter-carousel .flickity-prev-next-button {
        display: none; } }
    .supporters .supporter-carousel .flickity-prev-next-button.previous {
      -webkit-transform: rotate(90deg);
              transform: rotate(90deg);
      left: 20%;
      right: auto; }
    .supporters .supporter-carousel .flickity-prev-next-button svg {
      display: none; }
  .supporters .supporter-carousel .flickity-page-dots {
    display: none; }
    @media (max-width: 47.9375em) {
      .supporters .supporter-carousel .flickity-page-dots {
        display: block; } }

.supporters .section-nav .supporter-toggle {
  float: right; }

.supporters .section-nav span {
  color: #000;
  text-decoration: none;
  font-size: 1.125em;
  letter-spacing: 1px; }

.supporters .section-nav a {
  /* Index: */
  color: #000;
  text-decoration: none;
  font-size: 1.125em;
  letter-spacing: 1px;
  border-bottom: 2px solid #000000; }
  .no-touchevents .supporters .section-nav a:hover {
    border-bottom-color: #1CD8C9; }

.supporters .slide {
  height: 80vh;
  min-height: 500px;
  position: relative;
  width: 100%; }
  @media (max-width: 47.9375em) {
    .supporters .slide {
      height: auto; } }
  .supporters .slide .image-wrap {
    position: absolute;
    top: 50%;
    width: 70%;
    left: 15%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }
  .supporters .slide .image {
    background: no-repeat transparent 50% 50%;
    background-size: contain;
    position: relative; }
    .supporters .slide .image:before {
      display: block;
      content: "";
      width: 100%;
      padding-top: 75%; }
    .supporters .slide .image > .content {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }
    .supporters .slide .image img {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      max-height: 100%;
      width: auto; }
  .supporters .slide .supporter-title,
  .supporters .slide .text-content {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }
    @media (max-width: 47.9375em) {
      .supporters .slide .supporter-title,
      .supporters .slide .text-content {
        position: static;
        top: 0;
        -webkit-transform: translateY(0);
                transform: translateY(0);
        max-width: 90%;
        margin: 0 auto 0 auto; } }
  .supporters .slide .supporter-title {
    /* A cool Waterfront Or: */
    font-size: 1.5em;
    letter-spacing: 1.33px;
    line-height: 1.66667em;
    left: 10%; }
  .supporters .slide .text-content {
    right: 10%; }
    .supporters .slide .text-content p {
      margin: 0; }

.rotate-90 .rotate-content {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  max-height: 50%; }
  @media (max-width: 47.9375em) {
    .rotate-90 .rotate-content {
      display: block;
      -webkit-writing-mode: horizontal-tb;
          -ms-writing-mode: lr-tb;
              writing-mode: horizontal-tb;
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg);
      max-height: none; } }

.supporter-section {
  display: none; }
  .supporter-section.active {
    display: block; }
  .supporter-section ::-webkit-scrollbar-track {
    background-color: transparent; }
  .supporter-section ::-webkit-scrollbar {
    height: 12px;
    background-color: transparent; }
  .supporter-section ::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #000; }

@media (max-width: 47.9375em) {
  #supporters-slideshow,
  #supporters-index {
    display: none !important; }
  #supporters-mobile {
    display: block !important; }
    #supporters-mobile br {
      display: none; } }

.scroll-horizontal {
  overflow-x: scroll;
  overflow-y: hidden;
  margin-top: 3.125em; }
  .scroll-horizontal .supporter-list {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 0px; }
    .scroll-horizontal .supporter-list li {
      display: inline-block;
      width: 250px;
      padding-right: 20px;
      margin-bottom: 25px;
      box-sizing: border-box;
      font-size: 16px;
      vertical-align: top;
      text-align: center; }
      .scroll-horizontal .supporter-list li .image-wrap {
        margin-bottom: 1.25em; }
      .scroll-horizontal .supporter-list li .text {
        color: #000;
        text-decoration: none;
        font-size: 1.125em;
        letter-spacing: 1px; }
      .scroll-horizontal .supporter-list li img {
        width: 100%;
        height: auto;
        max-width: 170px;
        vertical-align: top;
        border: 2px solid transparent;
        box-sizing: border-box; }
      .no-touchevents .scroll-horizontal .supporter-list li:hover img {
        border: 2px solid #1CD8C9; }

@media (max-width: 47.9375em) {
  .donation .wysiwyg-content p, .donation .standard_text p {
    font-size: 1.125em; } }

.donation .donation-form {
  font-size: 1.5em;
  margin: 2.5em 0;
  min-height: 120px;
  overflow: visible; }
  .donation .donation-form .select-wrap {
    border: 2px solid #2676DD;
    float: left;
    height: 4.16667em;
    width: 38%;
    border-left-width: 1px; }
    @media (max-width: 47.9375em) {
      .donation .donation-form .select-wrap {
        width: 100%;
        border-left-width: 2px;
        border-top-width: 1px; } }
    .donation .donation-form .select-wrap .selectric {
      height: 6.25em;
      width: 100%;
      border: 0;
      background: transparent;
      outline: 0;
      text-indent: 20px;
      font-family: "Apercu Regular", sans-serif;
      font-style: normal;
      font-weight: 400;
      font-size: 16px; }
      .donation .donation-form .select-wrap .selectric .button {
        position: absolute;
        right: 20px;
        height: 6em;
        line-height: 6em;
        top: 0;
        font-size: 16px;
        width: 20px;
        border: 0;
        text-indent: -9999px;
        z-index: 10;
        pointer-events: none;
        background: url("../images/black-down-arrow.svg") no-repeat #fff 50% 50%; }
        .donation .donation-form .select-wrap .selectric .button:after {
          content: '';
          border: 0;
          display: none; }
      .donation .donation-form .select-wrap .selectric .label {
        font-size: 1.5em;
        color: #000;
        height: 4.16667em;
        line-height: 4.16667em; }
    .donation .donation-form .select-wrap .selectric-items {
      margin: -2px 0 0 -2px;
      border: 2px solid #1CD8C9;
      top: 0;
      width: calc( 100% + 4px) !important;
      font-size: 16px;
      background: #fff;
      z-index: 2; }
      .donation .donation-form .select-wrap .selectric-items ul {
        font-size: 16px; }
      .donation .donation-form .select-wrap .selectric-items li {
        padding: 0;
        font-size: 1.5em;
        color: #000;
        height: 4.16667em;
        line-height: 4.16667em;
        background: #fff;
        text-indent: 30px; }
        .no-touchevents .donation .donation-form .select-wrap .selectric-items li:hover {
          color: #1CD8C9; }
  .donation .donation-form .input-wrap {
    border: 2px solid #2676DD;
    float: left;
    height: 4.16667em;
    width: 38%;
    overflow: hidden; }
    @media (max-width: 47.9375em) {
      .donation .donation-form .input-wrap {
        width: 100%; } }
    .donation .donation-form .input-wrap input {
      width: 100%;
      height: 4.16667em;
      border: 0;
      background: transparent;
      outline: 0;
      text-indent: 20px;
      font-family: "Apercu Regular", sans-serif;
      font-style: normal;
      font-weight: 400; }
  .no-touchevents .donation .donation-form:hover .input-wrap, .no-touchevents .donation .donation-form:hover .select-wrap, .no-touchevents .donation .donation-form:hover .button-wrap button {
    border-color: #1CD8C9; }
  .donation .donation-form .input-wrap {
    border-right-width: 1px;
    position: relative; }
    .donation .donation-form .input-wrap:after {
      content: 'USD';
      position: absolute;
      right: 20px;
      line-height: 4.16667em;
      top: 0; }
    @media (max-width: 47.9375em) {
      .donation .donation-form .input-wrap {
        border-right-width: 2px;
        border-bottom-width: 1px; } }
  .donation .donation-form .button-wrap {
    width: 20%;
    margin-left: 4%;
    height: 4.16667em;
    float: left;
    text-align: left; }
    @media (max-width: 47.9375em) {
      .donation .donation-form .button-wrap {
        width: 100%;
        text-align: center;
        margin: 1.25em 0 2.5em 0; } }
    .donation .donation-form .button-wrap button {
      width: 4.16667em;
      height: 4.16667em;
      line-height: 3.75em;
      color: #000;
      outline: 0;
      cursor: pointer;
      background: #fff;
      border: 2px solid #2676DD;
      border-radius: 100px;
      text-transform: uppercase; }
      .no-touchevents .donation .donation-form .button-wrap button:hover {
        border-color: #1CD8C9; }
      @media (max-width: 47.9375em) {
        .donation .donation-form .button-wrap button {
          width: 5em;
          height: 5em;
          border-radius: 120px; } }

.donation .actions {
  margin-top: 2.5em; }

.donation .monthly-donation-form,
.donation .quarterly-donation-form,
.donation .one-time-donation-form {
  display: none; }

.gform_footer input[type="submit"] {
  background: transparent;
  cursor: pointer; }

#tile-info-popup {
  color: #fff; }
  #tile-info-popup .hidden {
    display: none; }
  #tile-info-popup .mfp-close {
    color: #fff;
    opacity: 1;
    width: 50px;
    height: 50px;
    font-size: 40px; }
  #tile-info-popup .actions {
    margin-top: 1.25em; }
  #tile-info-popup h1 {
    margin-bottom: 1.25em; }
  #tile-info-popup p {
    font-size: 1.125em; }
    #tile-info-popup p a {
      color: #fff !important;
      border-bottom: 1px solid #fff;
      text-decoration: none; }
  #tile-info-popup .text-action {
    color: #fff;
    border-bottom: 2px solid #fff;
    font-size: 1.5em;
    line-height: 1em;
    display: inline-block;
    margin-top: 0.9375em;
    padding-bottom: 3px;
    text-decoration: none; }

.shop .row {
  margin-bottom: 2.5em; }

.product-box {
  text-align: center; }
  .product-box a {
    color: #000;
    font-size: 1.125em;
    line-height: 1.44444em;
    letter-spacing: 0.5px;
    text-decoration: none; }
  .product-box .image {
    margin-bottom: 1.25em; }
    .product-box .image img {
      width: 100%;
      height: auto; }
  .product-box .button {
    display: inline-block;
    margin: 0.9375em auto;
    border: 2px solid #2676DD;
    padding: 0.3125em 0.625em; }
    .no-touchevents .product-box .button:hover {
      border: 2px solid #1CD8C9; }
    .product-box .button.disabled {
      color: #1CD8C9;
      border: 2px solid #1CD8C9;
      pointer-events: none; }

.inline-select-wrap {
  font-size: 16px;
  line-height: 16px;
  display: inline-block;
  overflow: hidden;
  vertical-align: bottom;
  position: relative;
  padding-right: 20px;
  cursor: pointer; }
  .inline-select-wrap:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 3%;
    width: 78%;
    border-bottom: 2px solid #000; }
  .inline-select-wrap:after {
    content: '';
    position: absolute;
    right: 10px;
    height: 2.75em;
    line-height: 2.75em;
    top: 0;
    font-size: 16px;
    width: 20px;
    border: 0;
    text-indent: -9999px;
    z-index: 10;
    pointer-events: none;
    background: url("../images/black-down-arrow.svg") no-repeat #fff 0 50%; }
  .inline-select-wrap select {
    cursor: pointer;
    font-size: 2.25em;
    padding: 0;
    letter-spacing: 2px;
    line-height: 1em;
    margin: 0 0 0 0;
    border: 0;
    background: transparent;
    width: 120%;
    outline: 0; }

.tile-form {
  font-size: 1.5em;
  margin: 2.5em 0;
  min-height: 120px;
  overflow: visible; }
  .tile-form .select-wrap {
    border: 2px solid #2676DD;
    float: left;
    height: 4.16667em;
    width: 70%;
    border-right-width: 1px; }
    @media (max-width: 47.9375em) {
      .tile-form .select-wrap {
        width: 100%;
        border-right-width: 2px; } }
    .tile-form .select-wrap .selectric {
      height: 6.25em;
      width: 100%;
      border: 0;
      background: transparent;
      outline: 0;
      text-indent: 20px;
      font-family: "Apercu Regular", sans-serif;
      font-style: normal;
      font-weight: 400;
      font-size: 16px; }
      .tile-form .select-wrap .selectric .button {
        position: absolute;
        right: 20px;
        height: 6em;
        line-height: 6em;
        top: 0;
        font-size: 16px;
        width: 20px;
        border: 0;
        text-indent: -9999px;
        z-index: 10;
        pointer-events: none;
        background: url("../images/black-down-arrow.svg") no-repeat #fff 50% 50%; }
        .tile-form .select-wrap .selectric .button:after {
          content: '';
          border: 0;
          display: none; }
      .tile-form .select-wrap .selectric .label {
        font-size: 1.5em;
        color: #000;
        height: 4.16667em;
        line-height: 4.16667em; }
    .tile-form .select-wrap .selectric-items {
      margin: -2px 0 0 -2px;
      border: 2px solid #1CD8C9;
      top: 0;
      width: calc( 100% + 4px) !important;
      font-size: 16px;
      background: #fff;
      z-index: 2; }
      .tile-form .select-wrap .selectric-items ul {
        font-size: 16px; }
      .tile-form .select-wrap .selectric-items li {
        padding: 0;
        font-size: 1.5em;
        color: #000;
        height: 4.16667em;
        line-height: 4.16667em;
        background: #fff;
        text-indent: 30px; }
        .no-touchevents .tile-form .select-wrap .selectric-items li:hover {
          color: #1CD8C9; }
  .tile-form .input-wrap {
    border: 2px solid #2676DD;
    float: left;
    height: 4.16667em;
    width: 38%;
    overflow: hidden;
    border-left-width: 1px; }
    @media (max-width: 47.9375em) {
      .tile-form .input-wrap {
        width: 100%; } }
    .tile-form .input-wrap input {
      width: 100%;
      height: 4.16667em;
      border: 0;
      background: transparent;
      outline: 0;
      text-indent: 20px;
      font-family: "Apercu Regular", sans-serif;
      font-style: normal;
      font-weight: 400; }
  .no-touchevents .tile-form:hover .input-wrap, .no-touchevents .tile-form:hover .select-wrap, .no-touchevents .tile-form:hover button {
    border-color: #1CD8C9 !important; }
  .tile-form .input-wrap {
    border-right-width: 1px;
    position: relative; }
    .tile-form .input-wrap:after {
      content: 'USD';
      position: absolute;
      right: 20px;
      line-height: 4.16667em;
      top: 0; }
    @media (max-width: 47.9375em) {
      .tile-form .input-wrap {
        border-right-width: 2px;
        border-bottom-width: 1px; } }
  .tile-form .button-wrap {
    width: 30%;
    height: 4.16667em;
    float: left;
    text-align: left; }
    @media (max-width: 47.9375em) {
      .tile-form .button-wrap {
        width: 100%;
        text-align: center;
        margin: 0; } }
    .tile-form .button-wrap button {
      width: 100%;
      height: 4.16667em;
      line-height: 3.75em;
      color: #000;
      outline: 0;
      cursor: pointer;
      background: #fff;
      border: 2px solid #2676DD;
      border-left-width: 1px; }
      .no-touchevents .tile-form .button-wrap button:hover {
        border-color: #1CD8C9; }
      @media (max-width: 47.9375em) {
        .tile-form .button-wrap button {
          border-top-width: 0;
          border-left-width: 2px; } }

.tile-checkout-form .select-wrap-simple {
  border-bottom: 2px solid #2676DD;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  background: #fff; }
  .tile-checkout-form .select-wrap-simple:after {
    content: '';
    display: inline-block;
    width: 20px;
    height: 40px;
    -webkit-transform: translateY(5px) rotate(90deg);
            transform: translateY(5px) rotate(90deg);
    position: absolute;
    right: 0;
    z-index: 10;
    pointer-events: none;
    top: 0; }
  .tile-checkout-form .select-wrap-simple select {
    border: 0;
    border-radius: 0;
    background: transparent;
    border: none;
    outline: 0;
    cursor: pointer;
    text-indent: 0;
    margin: 0 !important;
    padding: 10px 0 !important;
    height: 46px !important;
    width: 120% !important; }
  @media (max-width: 47.9375em) {
    .tile-checkout-form .select-wrap-simple {
      text-indent: 10px; } }

.tile-checkout-form #field_6_7 {
  max-width: 400px !important; }

.tile-checkout-form .ginput_card_field .select-wrap-simple {
  display: inline-block;
  width: 150px; }
  .tile-checkout-form .ginput_card_field .select-wrap-simple select {
    width: 120% !important; }
  @media (max-width: 47.9375em) {
    .tile-checkout-form .ginput_card_field .select-wrap-simple {
      width: 120px; } }

.tile-checkout-form .gform_wrapper .gfield_required {
  color: #1CD8C9; }

.tile-checkout-form .gform_wrapper .gfield_label {
  text-transform: uppercase;
  font-size: 1.125em;
  font-family: "Apercu Regular", sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #000000;
  letter-spacing: 0.5px;
  line-height: 28px;
  font-weight: 400; }

.tile-checkout-form .gform_wrapper #field_6_1 .gfield_label {
  text-transform: none;
  width: 100%;
  float: left;
  clear: both; }

.tile-checkout-form .gform_wrapper input[type="radio"] {
  outline: 0; }

.tile-checkout-form .gform_wrapper #field_6_2 > label {
  display: none; }

.tile-checkout-form .gform_wrapper #field_6_1 {
  overflow: hidden; }
  .tile-checkout-form .gform_wrapper #field_6_1 .ginput_container_textarea {
    width: 70%;
    margin: 0;
    float: left; }
    .tile-checkout-form .gform_wrapper #field_6_1 .ginput_container_textarea textarea {
      border: 2px solid #2676DD;
      height: 106px;
      outline: 0;
      padding: 25px;
      box-sizing: border-box;
      text-transform: uppercase;
      border-radius: 0;
      box-shadow: none;
      -webkit-appearance: none; }
  .tile-checkout-form .gform_wrapper #field_6_1 .preview-btn {
    width: 30%;
    height: 106px;
    float: left;
    text-transform: uppercase;
    text-align: center;
    line-height: 4.41667em;
    font-size: 1.5em;
    color: #000;
    outline: 0;
    cursor: pointer;
    background: #fff;
    border: 2px solid #2676DD;
    border-left-width: 0px;
    text-decoration: none; }
    @media (max-width: 47.9375em) {
      .tile-checkout-form .gform_wrapper #field_6_1 .preview-btn {
        font-size: 1em;
        line-height: 6.625em; } }
  .no-touchevents .tile-checkout-form .gform_wrapper #field_6_1:hover .ginput_container_textarea textarea, .no-touchevents .tile-checkout-form .gform_wrapper #field_6_1:hover .preview-btn {
    border-color: #1CD8C9; }

.tile-checkout-form .gform_wrapper ul.gfield_checkbox li input[type=checkbox]:checked + label,
.tile-checkout-form .gform_wrapper .gform_wrapper ul.gfield_radio li input[type=radio]:checked + label {
  font-weight: 400; }

.tile-checkout-form .gform_wrapper input[type="submit"] {
  text-transform: uppercase;
  border-radius: 0; }

.tile-checkout-form .gform_wrapper .gfield_radio {
  overflow: hidden; }
  .tile-checkout-form .gform_wrapper .gfield_radio li {
    display: inline-block;
    margin-right: 20px;
    white-space: nowrap;
    vertical-align: top; }
    .tile-checkout-form .gform_wrapper .gfield_radio li input[type="radio"] {
      margin-top: 1px !important; }
    .tile-checkout-form .gform_wrapper .gfield_radio li label {
      white-space: nowrap;
      font-size: 1.125em;
      font-family: "Apercu Regular", sans-serif;
      font-style: normal;
      font-weight: 400;
      color: #000000;
      letter-spacing: 0.5px;
      line-height: 28px;
      font-weight: 400 !important;
      margin-left: 10px; }
    @media (max-width: 47.9375em) {
      .tile-checkout-form .gform_wrapper .gfield_radio li {
        display: block;
        white-space: normal; }
        .tile-checkout-form .gform_wrapper .gfield_radio li label {
          white-space: normal; } }

.tile-checkout-form .gform_wrapper input[type="text"],
.tile-checkout-form .gform_wrapper input[type="email"] {
  border: 0;
  border-bottom: 2px solid #2676DD;
  outline: 0;
  padding: 20px 10px;
  border-radius: 0; }

.tile-checkout-form .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  padding: 10px;
  margin-bottom: 5px; }

.tile-checkout-form .gform_wrapper select {
  height: 40px;
  margin-top: 8px; }

.tile-checkout-form .gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label,
.tile-checkout-form .gform_wrapper .field_sublabel_below div[class*=gfield_time_].ginput_container label {
  display: none; }

.tile-checkout-form .gform_wrapper h2 {
  color: #2676DD;
  margin: 2.5em 0 1.25em 0; }

.tile-checkout-form .gform_wrapper .tile-preview {
  width: 100%;
  height: 425px;
  background: url("../images/PlusPool-Tile-Blue-New.png") no-repeat transparent 50% 50%;
  background-size: contain;
  position: relative;
  margin: 1.875em 0; }
  @media (max-width: 62em) {
    .tile-checkout-form .gform_wrapper .tile-preview {
      height: 300px; } }
  @media (max-width: 47.9375em) {
    .tile-checkout-form .gform_wrapper .tile-preview {
      height: 200px; } }
  @media (max-width: 34.5em) {
    .tile-checkout-form .gform_wrapper .tile-preview {
      height: 140px; } }
  .tile-checkout-form .gform_wrapper .tile-preview .text {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 0;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    font-size: 3.75em;
    width: 70%;
    left: 15%;
    line-height: 1.33333em;
    word-wrap: break-word;
    font-family: "Apercu Medium", sans-serif;
    font-style: normal;
    font-weight: 600; }
    @media (max-width: 62em) {
      .tile-checkout-form .gform_wrapper .tile-preview .text {
        font-size: 2.5em; } }
    @media (max-width: 47.9375em) {
      .tile-checkout-form .gform_wrapper .tile-preview .text {
        font-size: 1.25em; } }
  .tile-checkout-form .gform_wrapper .tile-preview.small-type .text {
    font-size: 1.875em; }
    @media (max-width: 62em) {
      .tile-checkout-form .gform_wrapper .tile-preview.small-type .text {
        font-size: 1.25em; } }
    @media (max-width: 47.9375em) {
      .tile-checkout-form .gform_wrapper .tile-preview.small-type .text {
        font-size: 1em; } }

.tile-checkout-form .gform_wrapper #field_6_3,
.tile-checkout-form .gform_wrapper #field_6_4,
.tile-checkout-form .gform_wrapper #field_6_5,
.tile-checkout-form .gform_wrapper #field_6_7,
.tile-checkout-form .gform_wrapper #field_6_8,
.tile-checkout-form .gform_wrapper #field_6_9,
.tile-checkout-form .gform_wrapper #field_6_10 {
  max-width: 70%; }
  @media (max-width: 47.9375em) {
    .tile-checkout-form .gform_wrapper #field_6_3,
    .tile-checkout-form .gform_wrapper #field_6_4,
    .tile-checkout-form .gform_wrapper #field_6_5,
    .tile-checkout-form .gform_wrapper #field_6_7,
    .tile-checkout-form .gform_wrapper #field_6_8,
    .tile-checkout-form .gform_wrapper #field_6_9,
    .tile-checkout-form .gform_wrapper #field_6_10 {
      max-width: 100%; } }

.tile-checkout-form .gform_wrapper .ginput_complex select.ginput_card_expiration.ginput_card_expiration_month, .tile-checkout-form .gform_wrapper .ginput_complex select.ginput_card_expiration.ginput_card_expiration_year {
  width: 120% !important; }

.single-product .page-section--single.with-gradient-bg.teal-gradient h1 {
  margin-top: 0; }

.page-section--tile-checkout-form.group-tile #field_6_2 {
  display: none; }

.page-section--tile-checkout-form.group-tile .tile-checkout-form .gform_wrapper #field_6_1 .ginput_container_textarea {
  width: 100%; }

.page-section--tile-checkout-form.group-tile .preview-btn {
  display: none; }

.page-section--tile-checkout-form.group-tile .tile-preview .text {
  display: none !important; }

.page-section--tile-checkout-form.group-tile .tile-checkout-form .gform_wrapper .tile-preview {
  display: none !important;
  background-image: url("../images/group-tile-example.png"); }

.page-section--tile-checkout-form.white-tile .tile-checkout-form .gform_wrapper .tile-preview {
  background-image: url("../images/PlusPool-Tile-White.png"); }
  .page-section--tile-checkout-form.white-tile .tile-checkout-form .gform_wrapper .tile-preview .text {
    color: #2676DD; }

@media (max-width: 47.9375em) {
  .single .product-details .heading {
    margin-top: 1.25em;
    margin-bottom: 0; }
  .single .product-details h1 {
    margin-bottom: 0.625em; }
  .single .product-details .wysiwyg-content h1, .single .product-details .standard_text h1, .single .product-details .standard_text h1 {
    margin-bottom: 0; } }

.product-carousel .flickity-viewport {
  -webkit-transition: height 0.3s ease-out;
  transition: height 0.3s ease-out; }

.product-carousel:after {
  content: '';
  right: 0;
  top: 0;
  height: 100%;
  width: 10px;
  background: #2676DD;
  z-index: 100;
  position: absolute;
  display: none; }

.no-touchevents .product-carousel:hover:after {
  display: block; }

.size-selector {
  margin-bottom: 2.8125em; }
  .size-selector a {
    display: inline-block;
    border: 2px solid #2676DD !important;
    color: #2676DD !important;
    font-size: 1.125em;
    line-height: 1.125em;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-decoration: none;
    text-align: center;
    margin-right: 4px; }
    .no-touchevents .size-selector a:hover {
      border-color: #1CD8C9 !important;
      color: #1CD8C9 !important;
      text-decoration: none; }
    .size-selector a.active {
      border-color: #000 !important;
      color: #000 !important; }
    .size-selector a.sold-out {
      pointer-events: none !important;
      border-color: #9B9B9B !important;
      color: #9B9B9B !important; }

.single .section-title.page-title {
  margin-bottom: 0; }

.single .wysiwyg-content h1, .single .standard_text h1 {
  font-size: 2.25em;
  line-height: 1.33333em;
  letter-spacing: 1px;
  margin: 1.25em 0;
  color: #2676DD; }

.single-event-content .heading {
  text-transform: uppercase; }

.single-event-content .image {
  margin-bottom: 1.25em; }
  .single-event-content .image img {
    width: 100%;
    height: auto; }

.single-event-content .actions {
  text-align: center;
  margin-top: 6.25em; }
  @media (max-width: 47.9375em) {
    .single-event-content .actions {
      font-size: 11px; } }
  .single-event-content .actions .first {
    text-align: left; }
  .single-event-content .actions .last {
    text-align: right; }
  .single-event-content .actions .first, .single-event-content .actions .last {
    padding-top: 1.875em; }
  .single-event-content .actions .register {
    text-align: center; }
  .single-event-content .actions .previous-link.with-arrow a:before {
    content: '';
    background: url("../images/black-left-arrow.svg") no-repeat transparent 50% 50%;
    background-size: contain;
    width: 17px;
    height: 14px;
    display: inline-block;
    margin-right: 10px; }
  .single-event-content .actions .next-link.with-arrow a:after {
    content: '';
    background: url("../images/black-right-arrow.svg") no-repeat transparent 50% 50%;
    background-size: contain;
    width: 17px;
    height: 14px;
    display: inline-block;
    margin-left: 10px; }

.single-product-content .image img {
  width: 100%;
  height: auto; }

.timeline .timeline-intro {
  text-align: center; }
  .timeline .timeline-intro a {
    text-decoration: none;
    border-bottom: 2px solid #000; }
  .timeline .timeline-intro p {
    font-size: 2.25em;
    color: #000000;
    letter-spacing: 2px;
    line-height: 1.27778em; }
  @media (max-width: 47.9375em) {
    .timeline .timeline-intro p {
      font-size: 1.5em;
      line-height: 1.16667em; } }

.timeline .image img {
  width: 100%;
  height: auto; }

.timeline .timeline-listing {
  padding: 6.25em 0;
  position: relative; }
  .timeline .timeline-listing:after {
    content: '';
    height: 100%;
    width: 2px;
    background: #2676DD;
    position: absolute;
    left: 50%;
    margin-left: -1px;
    top: 0;
    z-index: 1; }
    @media (max-width: 47.9375em) {
      .timeline .timeline-listing:after {
        display: none; } }
  @media (max-width: 47.9375em) {
    .timeline .timeline-listing .container .col-12:after {
      content: '';
      height: 100%;
      width: 2px;
      background: #2676DD;
      position: absolute;
      left: calc(100% - 15px);
      margin-left: -1px;
      top: 0;
      z-index: 1; } }

.timeline .timeline-point {
  margin-bottom: 6.25em;
  position: relative;
  overflow: visible; }
  .timeline .timeline-point .anchor {
    position: absolute;
    top: -70px; }
  @media (max-width: 47.9375em) {
    .timeline .timeline-point {
      float: none; } }
  .no-touchevents .timeline .timeline-point a:hover {
    text-decoration: none;
    border: 0; }
    .no-touchevents .timeline .timeline-point a:hover .text, .no-touchevents .timeline .timeline-point a:hover .text .date {
      color: #1CD8C9; }
  .timeline .timeline-point:before {
    content: '';
    position: absolute;
    width: 16px;
    height: 16px;
    left: 50%;
    top: 10%;
    margin-left: -8px;
    background: #fff;
    z-index: 10;
    border: 2px solid #000;
    border-radius: 20px; }
    @media (max-width: 47.9375em) {
      .timeline .timeline-point:before {
        top: 0; } }
  .timeline .timeline-point.odd {
    float: left; }
    .timeline .timeline-point.odd:before {
      left: 111%; }
    @media (max-width: 47.9375em) {
      .timeline .timeline-point.odd {
        float: none; }
        .timeline .timeline-point.odd:before {
          left: 100%; } }
  @media (max-width: 47.9375em) {
    .timeline .timeline-point .date {
      font-size: 18px !important; } }
  .timeline .timeline-point.even {
    float: right;
    margin-top: 6.25em;
    clear: right; }
    .timeline .timeline-point.even:before {
      left: -11%; }
    @media (max-width: 47.9375em) {
      .timeline .timeline-point.even {
        float: none; }
        .timeline .timeline-point.even:before {
          left: 100%; } }
  .timeline .timeline-point .text {
    color: #000; }
  .timeline .timeline-point.size-large {
    width: 100%;
    overflow: hidden;
    float: left;
    position: relative; }
    @media (max-width: 47.9375em) {
      .timeline .timeline-point.size-large {
        overflow: visible;
        float: none; } }
    .timeline .timeline-point.size-large:before {
      left: 50% !important; }
      @media (max-width: 47.9375em) {
        .timeline .timeline-point.size-large:before {
          left: 100% !important;
          top: 0; } }
    .timeline .timeline-point.size-large .image {
      float: left;
      width: 50%; }
      @media (max-width: 47.9375em) {
        .timeline .timeline-point.size-large .image {
          float: none;
          width: 100%; } }
    .timeline .timeline-point.size-large .text {
      width: 45%;
      float: left;
      margin-left: 5%;
      font-size: 2.25em;
      color: #000000;
      letter-spacing: 2px;
      line-height: 1.27778em; }
      @media (max-width: 47.9375em) {
        .timeline .timeline-point.size-large .text {
          font-size: 1.25em;
          width: 75%;
          float: none;
          padding-top: 0.625em;
          margin-left: 0; } }
      .timeline .timeline-point.size-large .text .date {
        text-transform: uppercase;
        font-size: 0.5em;
        margin: 0; }
  .timeline .timeline-point.size-medium {
    width: 45%;
    overflow: visible;
    text-align: left; }
    @media (max-width: 47.9375em) {
      .timeline .timeline-point.size-medium {
        width: 100%; } }
    .timeline .timeline-point.size-medium .image {
      display: block;
      max-width: 50%;
      margin: 0 auto 1.25em auto;
      text-align: center; }
      @media (max-width: 47.9375em) {
        .timeline .timeline-point.size-medium .image {
          max-width: 100%;
          margin-bottom: 0; } }
    .timeline .timeline-point.size-medium .text {
      font-size: 2.25em;
      color: #000000;
      letter-spacing: 2px;
      line-height: 1.27778em; }
      @media (max-width: 47.9375em) {
        .timeline .timeline-point.size-medium .text {
          font-size: 1.25em;
          width: 75%;
          float: none;
          padding-top: 0.625em; } }
      .timeline .timeline-point.size-medium .text .date {
        text-transform: uppercase;
        font-size: 0.5em;
        margin: 0; }
  .timeline .timeline-point.size-small {
    width: 45%;
    clear: both; }
    @media (max-width: 47.9375em) {
      .timeline .timeline-point.size-small {
        width: 100%; } }
    .timeline .timeline-point.size-small .text {
      max-width: 170px;
      font-size: 1.125em;
      color: #000000;
      letter-spacing: 0.5px; }
      .timeline .timeline-point.size-small .text .date {
        text-transform: uppercase;
        font-size: 0.77778em;
        margin: 0 0 4px 0; }

.single-timeline .timeline-nav .date {
  text-transform: uppercase;
  /* WED April 29, 2017 2: */
  font-family: "Apercu Regular", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  color: #000000;
  letter-spacing: 0.5px;
  line-height: 24px; }

.page-section--header {
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
  -webkit-transition: -webkit-transform 0.4s ease-out;
  transition: -webkit-transform 0.4s ease-out;
  transition: transform 0.4s ease-out;
  transition: transform 0.4s ease-out, -webkit-transform 0.4s ease-out; }

.post-type-archive-timeline .page-section--header,
.single-timeline .page-section--header {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%); }
  @media (max-width: 47.9375em) {
    .post-type-archive-timeline .page-section--header,
    .single-timeline .page-section--header {
      -webkit-transform: translate(0, 0) !important;
              transform: translate(0, 0) !important; } }

.post-type-archive-timeline .timeline-footer,
.single-timeline .timeline-footer {
  text-transform: uppercase;
  font-size: 2.25em;
  line-height: 1.33333em;
  letter-spacing: 1px;
  margin: 1.25em 0;
  text-align: center; }
  .post-type-archive-timeline .timeline-footer a,
  .single-timeline .timeline-footer a {
    color: #000;
    min-width: 150px;
    text-align: center; }
    .post-type-archive-timeline .timeline-footer a .initial,
    .single-timeline .timeline-footer a .initial {
      display: inline; }
    .post-type-archive-timeline .timeline-footer a .hover,
    .single-timeline .timeline-footer a .hover {
      display: none; }
    .no-touchevents .post-type-archive-timeline .timeline-footer a:hover, .no-touchevents
    .single-timeline .timeline-footer a:hover {
      color: #1CD8C9;
      text-decoration: none; }
      .no-touchevents .post-type-archive-timeline .timeline-footer a:hover .initial, .no-touchevents
      .single-timeline .timeline-footer a:hover .initial {
        display: none; }
      .no-touchevents .post-type-archive-timeline .timeline-footer a:hover .hover, .no-touchevents
      .single-timeline .timeline-footer a:hover .hover {
        display: inline; }

.single-timeline .page-section--footer {
  display: none; }

.timeline-archive-page {
  margin-top: 70px; }

.timeline-archive-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  background: #fff; }
  @media (max-width: 47.9375em) {
    .timeline-archive-header {
      display: none; } }
  .timeline-archive-header a {
    font-size: 1.125em;
    color: #000000;
    display: block;
    line-height: 1em;
    padding: 1.27778em 1.11111em 1.11111em 1.11111em;
    text-decoration: none; }
    .timeline-archive-header a span {
      border-bottom: 2px solid transparent;
      padding-bottom: 0.16667em; }
  .timeline-archive-header .filter-toggle:after {
    content: '';
    width: 12px;
    height: 14px;
    background: url("../images/black-down-arrow.svg") no-repeat transparent 0 0;
    background-size: contain;
    display: inline-block;
    margin-left: 10px;
    vertical-align: middle;
    position: relative;
    top: -2px; }
  .timeline-archive-header .back-to-top {
    text-align: center;
    display: none; }
  .timeline-archive-header .year-wrap {
    text-align: right;
    font-size: 1.125em;
    color: #000000;
    display: block;
    padding: 1.27778em 1.11111em 1.11111em 1.11111em;
    text-decoration: none; }
    .timeline-archive-header .year-wrap .year {
      margin: 0; }
  .timeline-archive-header .main-links {
    position: relative;
    z-index: 10;
    background: #fff; }
  .timeline-archive-header .timeline-filter-links {
    position: absolute;
    background: #fff;
    -webkit-transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    width: 100%; }
  .timeline-archive-header .filters {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center; }
    .timeline-archive-header .filters li {
      display: inline-block; }
      .timeline-archive-header .filters li a:before {
        width: 16px;
        height: 16px;
        display: inline-block;
        vertical-align: middle;
        position: relative;
        top: -1px;
        margin-right: 10px;
        border: 2px solid #000;
        border-radius: 12px;
        content: ''; }
      .no-touchevents .timeline-archive-header .filters li a:hover:before {
        border-color: #1CD8C9; }
      .timeline-archive-header .filters li a.selected:before {
        background-color: #1CD8C9;
        border-color: #1CD8C9; }
  .timeline-archive-header.filters-open .timeline-filter-links {
    -webkit-transform: translateY(0%);
            transform: translateY(0%); }

.scrolled .timeline-archive-header .back-to-top {
  display: block; }

.fixed-timeline-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  background: #fff;
  height: 100%;
  overflow: auto;
  opacity: 0;
  padding-top: 24px;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out; }
  .fixed-timeline-modal.active {
    opacity: 1; }
  .fixed-timeline-modal .page-section--single {
    margin-top: 0;
    padding-top: 0; }

.three_column_text p {
  font-size: 1.125em; }

.three_column_text em {
  color: #1CD8C9;
  font-family: "Apercu Regular", sans-serif;
  font-style: normal;
  font-weight: 400; }

.easter-egg {
  width: 100%;
  height: 200vh;
  position: fixed;
  bottom: 0;
  left: 0;
  overflow: hidden;
  z-index: 1001;
  background: -webkit-linear-gradient(top, transparent 0%, #2676DD 50%);
  background: linear-gradient(to bottom, transparent 0%, #2676DD 50%);
  -webkit-transform: translateY(200vh);
          transform: translateY(200vh);
  -webkit-transition: -webkit-transform 10s ease-out;
  transition: -webkit-transform 10s ease-out;
  transition: transform 10s ease-out;
  transition: transform 10s ease-out, -webkit-transform 10s ease-out;
  opacity: 0;
  pointer-events: none; }
  .easter-egg .swimmers {
    width: 100%;
    height: 100%;
    background: url("../images/swimmers.png") repeat transparent 100% 100%;
    position: absolute;
    bottom: 0%;
    right: 0%; }

.show-easter-egg .easter-egg {
  opacity: 1;
  display: block;
  -webkit-transform: translateY(0vh);
          transform: translateY(0vh); }

.page-template-page-subpage .page-section.with-gradient-bg {
  padding: 0; }
  .page-template-page-subpage .page-section.with-gradient-bg:after {
    display: none; }

.page-template-page-subpage .standard_text h1 {
  color: #2676DD; }

.page-template-page-subpage .page .page-section:first-child {
  padding: 6.25em 0 0 0;
  position: relative; }
  .page-template-page-subpage .page .page-section:first-child:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 80px;
    background: -webkit-linear-gradient(top, rgba(28, 216, 201, 0.5) 0%, #ffffff 100%);
    background: linear-gradient(to bottom, rgba(28, 216, 201, 0.5) 0%, #ffffff 100%); }

.download-block {
  border: 2px solid #2676DD;
  display: block;
  color: #000;
  margin-bottom: 1.125em;
  font-family: "Apercu Regular", sans-serif;
  font-style: normal;
  font-weight: 400;
  position: relative;
  overflow: hidden;
  -webkit-transition: border 0.3s ease-out;
  transition: border 0.3s ease-out;
  max-height: 200px; }
  .download-block:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 66.0066%; }
  .download-block > .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
  .no-touchevents .download-block:hover {
    border: 2px solid #1CD8C9;
    color: #000; }
  .download-block .content {
    padding: 1.25em; }
  .download-block .heading {
    text-transform: uppercase;
    font-size: 1.125em;
    line-height: 1.33333em;
    letter-spacing: 1px;
    margin-bottom: 1.11111em;
    display: block; }
  .download-block .title {
    font-size: 1.5em;
    line-height: 1.33333em;
    letter-spacing: 0.667px; }

.footer {
  color: #fff;
  font-size: 1.125em;
  letter-spacing: 1px;
  line-height: 1.55556em;
  padding: 11.66667em 0 2.44444em 0; }
  .footer .row:first-child {
    margin-bottom: 2em; }
    @media (max-width: 35.9375em) {
      .footer .row:first-child {
        margin-bottom: 20px; } }
  .footer a {
    color: #fff;
    text-decoration: none; }
    .no-touchevents .footer a:hover {
      border-bottom: 1px solid #fff; }
  .footer .footer-logo {
    display: block;
    text-indent: -9999px;
    background: url("../images/footer-logo.svg") no-repeat transparent 0% 14px;
    width: 224px;
    height: 63px;
    text-decoration: none;
    border: 0; }
    .no-touchevents .footer .footer-logo:hover {
      border: 0;
      width: 224px;
      height: 63px;
      text-decoration: none;
      background: url("../images/footer-logo-explode.svg") no-repeat transparent 0% 0%; }
    @media (max-width: 35.9375em) {
      .footer .footer-logo {
        margin-bottom: 0; } }
  @media (max-width: 35.9375em) {
    .footer p {
      max-width: 285px; }
      .footer p br {
        display: none !important; } }
  @media (max-width: 35.9375em) {
    .footer form br {
      display: none !important; } }
  .footer .links {
    list-style: none;
    padding: 0; }

.newsletter-form input[type="email"] {
  background: transparent;
  border: none;
  border-bottom: 2px solid #fff;
  color: #fff;
  font-family: "Apercu Regular", sans-serif;
  font-style: normal;
  font-weight: 400;
  border-radius: 0;
  width: calc( 100% - 25px); }
  .newsletter-form input[type="email"]:focus {
    outline: 0; }
  @media (min-width: 1024px) {
    .newsletter-form input[type="email"] {
      width: calc( 100% - 270px); } }
  @media (min-width: 1480px) {
    .newsletter-form input[type="email"] {
      width: 355px; } }

.newsletter-form input[type="submit"] {
  display: inline-block;
  width: 15px;
  height: 11px; }

.newsletter-form.press {
  font-size: 24px;
  text-align: center; }
  @media (max-width: 47.9375em) {
    .newsletter-form.press {
      text-align: left; } }
  .newsletter-form.press input[type="email"] {
    color: #000;
    border-bottom-color: #000; }
    @media (max-width: 47.9375em) {
      .newsletter-form.press input[type="email"] {
        width: calc( 100% - 25px); } }

.timeline-link {
  width: 25px;
  position: fixed;
  top: 0;
  left: 99%;
  height: 100vh;
  z-index: 101;
  background: #2676DD;
  border-left: 1px solid #2676DD; }
  @media (max-width: 35.9375em) {
    .timeline-link {
      display: none; } }
  .timeline-link:before {
    content: "Timeline";
    top: 50%;
    text-align: center;
    width: 100px;
    font-size: 1.125em;
    color: #2676DD;
    position: absolute;
    right: 0px;
    -webkit-transform: translateY(-50%) rotate(-90deg);
            transform: translateY(-50%) rotate(-90deg); }
  .no-touchevents .timeline-link:hover {
    right: 0px; }
  .timeline-link.go-white {
    border-left: 1px solid #fff; }
    .timeline-link.go-white:before {
      color: #fff; }
  .timeline-link:after {
    content: '';
    position: absolute;
    right: -64px;
    width: 64px;
    height: 100%;
    z-index: 1;
    background: -webkit-linear-gradient(left, #2676DD 0%, transparent 100%);
    background: linear-gradient(to right, #2676DD 0%, transparent 100%); }
    @media (max-width: 47.9375em) {
      .timeline-link:after {
        right: -20px;
        width: 20px; } }

.finished-transition .timeline-link,
.home .timeline-link {
  -webkit-transform: translateX(0);
          transform: translateX(0); }

.finished-transition.single-timeline .timeline-link,
.finished-transition.post-type-archive-timeline .timeline-link {
  left: -20px; }

.page-section--footer.mobile-only {
  display: none; }
  @media (max-width: 47.9375em) {
    .page-section--footer.mobile-only {
      display: block; } }

.page-section--home-footer {
  display: block;
  background: -webkit-linear-gradient(top, transparent 0%, rgba(38, 118, 221, 0.4) 100%);
  background: linear-gradient(to bottom, transparent 0%, rgba(38, 118, 221, 0.4) 100%);
  padding: 1.5em 0;
  width: 100%;
  font-size: 18px; }
  @media (max-width: 61.9375em) {
    .page-section--home-footer {
      position: static; } }
  @media (max-width: 47.9375em) {
    .page-section--home-footer {
      position: static;
      display: none; } }
  .page-section--home-footer .newsletter-form {
    float: right;
    width: 100%; }
    @media (max-width: 47.9375em) {
      .page-section--home-footer .newsletter-form {
        float: left;
        margin-top: 1.25em; } }
    .page-section--home-footer .newsletter-form input[type="email"] {
      color: #000;
      border-bottom-color: #000;
      width: calc( 100% - 205px - 32px); }
      @media (max-width: 61.9375em) {
        .page-section--home-footer .newsletter-form input[type="email"] {
          width: calc( 100% - 32px); } }
      .page-section--home-footer .newsletter-form input[type="email"]:focus {
        color: #000;
        border-bottom-color: #1CD8C9; }
  .page-section--home-footer .links {
    list-style: none;
    margin: 0;
    padding: 0; }
    .page-section--home-footer .links li {
      display: inline-block;
      margin: 0 20px 0 0;
      padding: 0; }
      .page-section--home-footer .links li a {
        text-decoration: none;
        color: #000;
        font-size: 18px; }
        .no-touchevents .page-section--home-footer .links li a:hover {
          color: #1CD8C9; }
      .page-section--home-footer .links li i {
        display: inline-block;
        vertical-align: middle;
        background: url("../images/black-down-arrow.svg") no-repeat transparent 0% 0%;
        background-size: contain;
        -webkit-transform: rotate(-180deg);
                transform: rotate(-180deg);
        width: 12px;
        height: 15px;
        margin-left: 7px;
        margin-top: -4px; }
      .no-touchevents .page-section--home-footer .links li a:hover i {
        background-image: url("../images/teal-down-arrow-2.svg"); }

.wysiwyg-content p, .standard_text p, .wysiwyg-content ul, .standard_text ul, .wysiwyg-content ol, .standard_text ol {
  font-size: 1.125em;
  line-height: 1.55556em;
  letter-spacing: 0.5px; }

.wysiwyg-content a, .standard_text a {
  color: #000;
  text-decoration: none;
  border-bottom: 2px solid #000; }
  .no-touchevents .wysiwyg-content a:hover, .no-touchevents .standard_text a:hover {
    border-bottom-color: #1CD8C9; }

/* global media specific */
/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    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) ")"; }
  /*
     * Don't show links for images, or javascript/internal links
     */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group;
    /* h5bp.com/t */ }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: 0.5cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; } }
