/*! normalize.css v3.0.2 | MIT License | git.io/normalize */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */

[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/* 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;
  filter: alpha(opacity=80); }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #cccccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #cccccc; }
    .mfp-preloader a:hover {
      color: white; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none; }
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: white;
  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: #333333; }

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: white;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #cccccc;
  font-size: 12px;
  line-height: 18px; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
    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, .mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before, .mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
    border-right: 17px solid white;
    margin-left: 31px; }
  .mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3f3f3f; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
    border-left: 17px solid white;
    margin-left: 39px; }
  .mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
    border-left: 27px solid #3f3f3f; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
            box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: black; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
            box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444444; }
  .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 {
    /* The shadow behind the image */ }
    .mfp-img-mobile .mfp-figure:after {
      top: 0;
      bottom: 0; }
    .mfp-img-mobile .mfp-figure small {
      display: inline;
      margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    -ms-transform: scale(0.75);
        transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    -ms-transform-origin: 0;
        transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    -ms-transform-origin: 100%;
        transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

.mfp-ie7 .mfp-img {
  padding: 0; }
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }
.mfp-ie7 .mfp-container {
  padding: 0; }
.mfp-ie7 .mfp-content {
  padding-top: 44px; }
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }

.admin-bar {
  background-color: #86ade0;
  padding: 0.5rem 1.5rem;
}
.admin-bar__wrapper {
  margin: 0 auto;
  max-width: 60rem;
  *zoom: 1;
}
.admin-bar__wrapper:before {
  content: '';
  display: table;
}
.admin-bar__wrapper:after {
  content: '';
  display: table;
  clear: both;
}
.admin-bar__title {
  margin: 0;
  color: #fff;
  letter-spacing: 0;
  display: inline-block;
  font-size: 1.3rem;
  width: -webkit-calc(99.99% * 5/10 - (2.875rem - 2.875rem * 5/10));
  width: calc(99.99% * 5/10 - (2.875rem - 2.875rem * 5/10));
}
.admin-bar__title:nth-child(1n) {
  float: left;
  margin-right: 2.875rem;
  clear: none;
}
.admin-bar__title:last-child {
  margin-right: 0;
}
.admin-bar__title:nth-child(10n) {
  margin-right: 0;
  float: right;
}
.admin-bar__title:nth-child(10n + 1) {
  clear: left;
}
.admin-bar__navigation {
  width: -webkit-calc(99.99% * 5/10 - (2.875rem - 2.875rem * 5/10));
  width: calc(99.99% * 5/10 - (2.875rem - 2.875rem * 5/10));
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.admin-bar__navigation:nth-child(1n) {
  float: left;
  margin-right: 2.875rem;
  clear: none;
}
.admin-bar__navigation:last-child {
  margin-right: 0;
}
.admin-bar__navigation:nth-child(10n) {
  margin-right: 0;
  float: right;
}
.admin-bar__navigation:nth-child(10n + 1) {
  clear: left;
}
.admin-bar__navigation-link {
  color: inherit;
  text-decoration: none;
  color: #fff;
  letter-spacing: 0;
  margin-top: 0.175rem;
  font-size: 1rem;
  font-weight: bold;
}
.course-admin__bar {
  padding: 10px 20px;
  background-color: #333;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.course-admin__bar h2 {
  font-size: 30px;
  margin: 0;
  margin-right: 30px;
}
.course-admin__bar a {
  color: inherit;
  text-decoration: none;
  padding: 5px;
  margin-top: 5px;
  margin-right: 20px;
  -webkit-transition: color 0.25s;
  transition: color 0.25s;
}
.course-admin__bar a:hover:not(:disabled),
.course-admin__bar a:focus:not(:disabled) {
  color: #ff4c59;
}
.course-admin__section {
  margin: 0 auto;
  max-width: 1400px;
  padding: 10px 20px 10px;
}
.course-admin__section .mailto {
  color: inherit;
  text-decoration: none;
  font-family: futura-pt;
  font-weight: bold;
  letter-spacing: 2px;
  font-size: 0.9rem;
  color: #ff4c59;
  border: 2px solid #ff4c59;
  text-transform: uppercase;
  width: 100%;
  margin: 2rem 0 0;
  padding: 0.85rem;
}
.course-admin__section .mailto:focus,
.course-admin__section .mailto:hover {
  background-color: #ff4c59;
  color: #fff;
}
.course-admin__table {
  margin: 60px 0;
  width: 100%;
  font-size: 16px;
  letter-spacing: 1px;
}
.course-admin__table th {
  font-size: 15px;
  border: 0;
  text-align: left;
  font-weight: inherit;
  padding-left: 10px;
  padding-bottom: 5px;
}
.course-admin__table .center {
  text-align: center;
  padding-left: 0;
}
.course-admin__table td {
  padding: 5px 10px;
  border: 1px solid #d3d3d3;
  font-size: 14px;
}
.course-admin__table a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: color 0.25s;
  transition: color 0.25s;
}
.course-admin__table a:hover:not(:disabled),
.course-admin__table a:focus:not(:disabled) {
  color: #ff4c59;
}
.course-calendar {
  background-color: #fff;
  padding: 3rem 0 2rem;
}
.course-calendar__title {
  text-align: center;
  font-size: 1.25rem;
  font-family: futura-pt;
  letter-spacing: 2px;
  color: #ff4c59;
  font-size: 2.15rem;
  letter-spacing: -0.0475rem;
  margin: 0 0 2rem;
}
.course-calendar__title--small {
  font-size: 1.5rem;
  letter-spacing: 0;
}
.course-calendar__filter {
  padding: 2.5rem 0;
  background-color: #e0e0e0;
}
.course-calendar__filter-wrapper {
  *zoom: 1;
  margin: 0 auto;
  max-width: 37.5rem;
  padding: 0 1.5rem;
}
.course-calendar__filter-wrapper:before {
  content: '';
  display: table;
}
.course-calendar__filter-wrapper:after {
  content: '';
  display: table;
  clear: both;
}
.course-calendar__filter-select-wrapper {
  position: relative;
  width: -webkit-calc(99.99% * 1/2 - (2.875rem - 2.875rem * 1/2));
  width: calc(99.99% * 1/2 - (2.875rem - 2.875rem * 1/2));
}
.course-calendar__filter-select-wrapper:nth-child(1n) {
  float: left;
  margin-right: 2.875rem;
  clear: none;
}
.course-calendar__filter-select-wrapper:last-child {
  margin-right: 0;
}
.course-calendar__filter-select-wrapper:nth-child(2n) {
  margin-right: 0;
  float: right;
}
.course-calendar__filter-select-wrapper:nth-child(2n + 1) {
  clear: left;
}
.course-calendar__filter-select-wrapper:after {
  content: " ";
  font-family: "SSGizmo";
  position: absolute;
  right: 1rem;
  pointer-events: none;
  font-size: 1.1rem;
  color: #868686;
  top: 0.6rem;
}
@media only screen and (max-width: 51.25em) {
  .course-calendar__filter-select-wrapper {
    width: -webkit-calc(99.99% * 1/1 - (2.875rem - 2.875rem * 1/1));
    width: calc(99.99% * 1/1 - (2.875rem - 2.875rem * 1/1));
    margin-bottom: 1rem;
  }
  .course-calendar__filter-select-wrapper:nth-child(1n) {
    float: left;
    margin-right: 2.875rem;
    clear: none;
  }
  .course-calendar__filter-select-wrapper:last-child {
    margin-right: 0;
  }
  .course-calendar__filter-select-wrapper:nth-child(1n) {
    margin-right: 0;
    float: right;
  }
  .course-calendar__filter-select-wrapper:nth-child(1n + 1) {
    clear: left;
  }
  .course-calendar__filter-select-wrapper:last-of-type {
    margin-bottom: 0;
  }
}
.course-calendar__filter-select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: inherit;
  background-color: inherit;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
  line-height: normal;
  width: 100%;
  padding: 0;
  -webkit-border-radius: 0px;
          border-radius: 0px;
  border-color: transparent;
  color: #868686;
  border: 1px solid transparent;
  font-size: inherit;
  cursor: pointer;
  font-size: 1.075rem;
  letter-spacing: 0;
  background-color: #fff;
  padding: 0.5rem 1rem;
}
.course-calendar__filter-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #868686;
}
.course-calendar__filter-select::-ms-expand {
  display: none;
}
.course-calendar__filter-select option {
  border: 0;
  outline: 0;
  padding: 0.5rem;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: inherit;
  background-color: inherit;
  color: #868686;
  line-height: normal;
  font-size: inherit;
}
.course-calendar__filter-select .hidden {
  display: none;
}
.course-calendar__filter-select option:hover,
.course-calendar__filter-select option:checked,
.course-calendar__filter-select option:focus {
  -webkit-box-shadow: 0 0 1rem 1rem #ff4c59 inset;
          box-shadow: 0 0 1rem 1rem #ff4c59 inset;
}
.course-calendar__filter-select option {
  padding: 0 0.5rem;
}
.course-calendar__list-wrapper {
  margin: 0 auto 3.5rem;
  max-width: 60rem;
}
.course-calendar__list-wrapper:last-of-type {
  margin-bottom: 0;
}
.course-calendar__list {
  padding: 3.5rem 1.5rem 1.75rem;
}
.course-calendar__list-title {
  font-family: futura-pt;
  font-weight: bold;
  letter-spacing: 2px;
  color: #ff4c59;
  font-size: 1.1rem;
  letter-spacing: 0;
  word-spacing: -0.02rem;
  margin: 0 0 0.35rem;
}
.course-calendar__table {
  width: 100%;
  text-align: left;
}
.course-calendar__table .column-1 {
  width: 22.5%;
}
.course-calendar__table .column-2 {
  width: 17%;
}
.course-calendar__table .column-3 {
  width: 15%;
}
.course-calendar__table .column-4 {
  width: 16%;
}
.course-calendar__table .column-5 {
  width: 13%;
}
.course-calendar__table .column-6 {
  width: auto;
}
.course-calendar__table-header {
  color: #868686;
  font-size: 0.925rem;
  font-weight: bold;
  letter-spacing: 0;
  border-top: 1px solid #bebebe;
  border-bottom: 1px solid #bebebe;
}
.course-calendar__table-header th {
  padding: 0.75rem 0;
  text-align: left;
}
.course-calendar__table-entry td {
  color: #6b6b6b;
  font-size: 1.1rem;
  padding: 1rem 0;
  border-bottom: 1px solid #bebebe;
}
.course-calendar__table-entry td:last-of-type {
  text-align: right;
}
.course-calendar__table-entry-link {
  color: inherit;
  text-decoration: none;
  color: #ff4c59;
  font-family: futura-pt;
  font-weight: bold;
  letter-spacing: 2px;
  font-size: 0.95rem;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.course-calendar__table-entry-link:focus .ss-gizmo,
.course-calendar__table-entry-link:hover .ss-gizmo {
  margin-right: -0.5rem;
  margin-left: 0.5rem;
}
.course-calendar__table-entry-link .ss-gizmo {
  position: relative;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}
.course-calendar__table-entry-link .ss-navigateright {
  display: inline-block;
}
.course-calendar__table-entry-link .ss-right {
  display: none;
}
.course-calendar__entry-status {
  background-color: #808080;
  display: inline-block;
  height: 0.55rem;
  width: 0.55rem;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  margin: 0 0.875rem 0.15rem 0;
}
.course-calendar__entry-status--open {
  background-color: #90ee90;
}
.course-calendar__entry-status--closed {
  background-color: #ff4c59;
}
@media only screen and (max-width: 50em) {
  .course-calendar__table-entry-span {
    display: none;
  }
  .course-calendar__table-entry-link .ss-navigateright {
    display: none;
  }
  .course-calendar__table-entry-link .ss-right {
    display: inline-block;
    font-size: 1.35rem;
    padding: 0 1rem;
    margin: 0 0 -0.3rem;
  }
  .course-calendar .to-hide {
    display: none;
  }
  .course-calendar__table {
    width: 100%;
    text-align: left;
  }
  .course-calendar__table .column-1 {
    width: auto;
  }
  .course-calendar__table .column-2 {
    width: auto;
  }
  .course-calendar__table .column-3 {
    width: auto;
  }
  .course-calendar__table .column-4 {
    width: auto;
  }
  .course-calendar__table .column-5 {
    width: auto;
  }
  .course-calendar__table .column-6 {
    width: auto;
  }
}
.course-page {
  background-color: #fff;
}
.course-page__wrapper {
  margin: 0 auto;
  padding: 3rem 1.5rem 4rem;
  max-width: 75rem;
  *zoom: 1;
}
.course-page__wrapper:before {
  content: '';
  display: table;
}
.course-page__wrapper:after {
  content: '';
  display: table;
  clear: both;
}
.course-page__illustration {
  width: -webkit-calc(99.99% * 1/2 - (2.875rem - 2.875rem * 1/2));
  width: calc(99.99% * 1/2 - (2.875rem - 2.875rem * 1/2));
}
.course-page__illustration:nth-child(1n) {
  float: left;
  margin-right: 2.875rem;
  clear: none;
}
.course-page__illustration:last-child {
  margin-right: 0;
}
.course-page__illustration:nth-child(2n) {
  margin-right: 0;
  float: right;
}
.course-page__illustration:nth-child(2n + 1) {
  clear: left;
}
@media only screen and (max-width: 62.5em) {
  .course-page__illustration {
    display: none;
  }
}
.course-page__entry {
  width: -webkit-calc(99.99% * 1/2 - (2.875rem - 2.875rem * 1/2));
  width: calc(99.99% * 1/2 - (2.875rem - 2.875rem * 1/2));
}
.course-page__entry:nth-child(1n) {
  float: left;
  margin-right: 2.875rem;
  clear: none;
}
.course-page__entry:last-child {
  margin-right: 0;
}
.course-page__entry:nth-child(2n) {
  margin-right: 0;
  float: right;
}
.course-page__entry:nth-child(2n + 1) {
  clear: left;
}
@media only screen and (max-width: 62.5em) {
  .course-page__entry {
    width: -webkit-calc(99.99% * 1/1 - (2.875rem - 2.875rem * 1/1));
    width: calc(99.99% * 1/1 - (2.875rem - 2.875rem * 1/1));
  }
  .course-page__entry:nth-child(1n) {
    float: left;
    margin-right: 2.875rem;
    clear: none;
  }
  .course-page__entry:last-child {
    margin-right: 0;
  }
  .course-page__entry:nth-child(1n) {
    margin-right: 0;
    float: right;
  }
  .course-page__entry:nth-child(1n + 1) {
    clear: left;
  }
}
.course-page__entry-title {
  font-size: 1.25rem;
  font-family: futura-pt;
  letter-spacing: 2px;
  font-size: 2rem;
  letter-spacing: 0.01rem;
  margin: 0 0 0.75rem;
  color: #ff4c59;
}
.course-page__entry-description {
  margin: 0 0 0.75rem;
  font-size: 1.1rem;
  white-space: pre-wrap;
  line-height: 1.1;
  color: #727272;
}
.course-page__entry-link {
  color: inherit;
  text-decoration: none;
  font-size: 1.1rem;
  letter-spacing: 0.025rem;
  color: #ff4c59;
}
.course-page__entry-link .ss-gizmo {
  font-size: 1.15rem;
  margin-right: 0.35rem;
}
.course-page__table {
  margin: 2.25rem 0 1rem;
  width: 100%;
  text-align: left;
}
.course-page__table .column-1 {
  width: 27%;
}
.course-page__table .column-2 {
  width: 26%;
}
.course-page__table .column-3 {
  width: 24.5%;
}
.course-page__table .column-4 {
  width: auto;
}
.course-page__table--select {
  margin: 1rem 0 0;
}
.course-page__table--select .column-2 {
  width: auto;
}
.course-page__table--select .column-3 {
  width: auto;
}
.course-page__table--select .column-4 {
  width: auto;
}
.course-page__table-header {
  font-weight: normal;
  font-size: 0.85rem;
  color: #868686;
  border-bottom: 1px solid #868686;
}
.course-page__table-header th {
  padding: 0 0 0.35rem;
  text-align: left;
}
.course-page__table-entry {
  color: #727272;
  border-bottom: 1px solid #868686;
  font-size: 1.1rem;
}
.course-page__table-entry td {
  padding: 1rem 0 0.6rem;
}
.course-page__table-entry--select {
  border-bottom: 0;
}
.course-page__table-entry--select td {
  padding: 1rem 0 1.1rem;
}
.course-page__select-title {
  font-family: futura-pt;
  font-weight: bold;
  letter-spacing: 2px;
  color: #ff4c59;
  letter-spacing: 0;
}
.course-page__dropdown-wrapper {
  *zoom: 1;
}
.course-page__dropdown-wrapper:before {
  content: '';
  display: table;
}
.course-page__dropdown-wrapper:after {
  content: '';
  display: table;
  clear: both;
}
.course-page__dropdown-wrapper .dropdown {
  width: -webkit-calc(99.99% * 4.5/10 - (1rem - 1rem * 4.5/10));
  width: calc(99.99% * 4.5/10 - (1rem - 1rem * 4.5/10));
}
.course-page__dropdown-wrapper .dropdown:nth-child(1n) {
  float: left;
  margin-right: 1rem;
  clear: none;
}
.course-page__dropdown-wrapper .dropdown:last-child {
  margin-right: 0;
}
.course-page__dropdown-wrapper .dropdown:nth-child(2n) {
  margin-right: 0;
  float: right;
}
.course-page__dropdown-wrapper .dropdown:nth-child(2n + 1) {
  clear: left;
}
.course-page__dropdown-wrapper .dropdown--multiple {
  width: -webkit-calc(99.99% * 5.5/10 - (1rem - 1rem * 5.5/10));
  width: calc(99.99% * 5.5/10 - (1rem - 1rem * 5.5/10));
}
.course-page__dropdown-wrapper .dropdown--multiple:nth-child(1n) {
  float: left;
  margin-right: 1rem;
  clear: none;
}
.course-page__dropdown-wrapper .dropdown--multiple:last-child {
  margin-right: 0;
}
.course-page__dropdown-wrapper .dropdown--multiple:nth-child(2n) {
  margin-right: 0;
  float: right;
}
.course-page__dropdown-wrapper .dropdown--multiple:nth-child(2n + 1) {
  clear: left;
}
@media only screen and (max-width: 32.5em) {
  .course-page__dropdown-wrapper .dropdown {
    width: -webkit-calc(99.99% * 1/1 - (2.875rem - 2.875rem * 1/1));
    width: calc(99.99% * 1/1 - (2.875rem - 2.875rem * 1/1));
    margin-bottom: 1rem;
  }
  .course-page__dropdown-wrapper .dropdown:nth-child(1n) {
    float: left;
    margin-right: 2.875rem;
    clear: none;
  }
  .course-page__dropdown-wrapper .dropdown:last-child {
    margin-right: 0;
  }
  .course-page__dropdown-wrapper .dropdown:nth-child(1n) {
    margin-right: 0;
    float: right;
  }
  .course-page__dropdown-wrapper .dropdown:nth-child(1n + 1) {
    clear: left;
  }
  .course-page__dropdown-wrapper .dropdown:last-of-type {
    margin-bottom: 0;
  }
}
.course-page__info-row {
  *zoom: 1;
  border-bottom: 1px solid #868686;
  padding: 1rem 0;
}
.course-page__info-row:before {
  content: '';
  display: table;
}
.course-page__info-row:after {
  content: '';
  display: table;
  clear: both;
}
.course-page__info-row:first-of-type {
  border-top: 1px solid #868686;
}
.course-page__info-text {
  color: #868686;
  font-size: 1.1rem;
}
.course-page__info-text--left {
  float: left;
}
.course-page__info-text--right {
  float: right;
}
.course-page__info-text--final-sum {
  font-family: futura-pt;
  font-weight: bold;
  letter-spacing: 2px;
  color: #ff4c59;
  font-size: 2rem;
}
.course-page__info-text--final-text {
  margin-top: 1rem;
}
.course-page__signup-wrapper {
  text-align: center;
}
.course-page__signup-wrapper--multi {
  text-align: left;
  *zoom: 1;
}
.course-page__signup-wrapper--multi:before {
  content: '';
  display: table;
}
.course-page__signup-wrapper--multi:after {
  content: '';
  display: table;
  clear: both;
}
.course-page__signup-wrapper--multi .course-page__signup-button {
  width: -webkit-calc(99.99% * 1/2 - (2.875rem - 2.875rem * 1/2));
  width: calc(99.99% * 1/2 - (2.875rem - 2.875rem * 1/2));
}
.course-page__signup-wrapper--multi .course-page__signup-button:nth-child(1n) {
  float: left;
  margin-right: 2.875rem;
  clear: none;
}
.course-page__signup-wrapper--multi .course-page__signup-button:last-child {
  margin-right: 0;
}
.course-page__signup-wrapper--multi .course-page__signup-button:nth-child(2n) {
  margin-right: 0;
  float: right;
}
.course-page__signup-wrapper--multi .course-page__signup-button:nth-child(2n + 1) {
  clear: left;
}
.course-page__textarea-title {
  font-weight: 600;
  font-size: 0.85rem;
  color: #868686;
  margin: 2rem 0 0.25rem;
  display: inline-block;
}
.course-page__textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: inherit;
  background-color: inherit;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
  width: 100%;
  padding: 0;
  -webkit-border-radius: 0px;
          border-radius: 0px;
  border-color: transparent;
  border: 1px solid transparent;
  color: inherit;
  font-size: inherit;
  cursor: pointer;
  line-height: normal;
  border: 1px solid #868686;
  margin: 0 0 1rem;
  padding: 0.15rem 0.3rem;
  width: 100% !important;
  min-height: 5rem !important;
  color: #464646;
}
.course-page__textarea:focus {
  outline: none;
}
.course-page__textarea::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.course-page__textarea:input-placeholder {
  color: #d3d3d3;
  opacity: 1;
  font-size: inherit;
}
.course-page__textarea:-input-placeholder {
  color: #d3d3d3;
  opacity: 1;
  font-size: inherit;
}
.course-page__textarea::-webkit-input-placeholder {
  color: #d3d3d3;
  opacity: 1;
  font-size: inherit;
}
.course-page__textarea:-moz-placeholder {
  color: #d3d3d3;
  opacity: 1;
  font-size: inherit;
}
.course-page__textarea::-moz-placeholder {
  color: #d3d3d3;
  opacity: 1;
  font-size: inherit;
}
.course-page__textarea:-ms-input-placeholder {
  color: #d3d3d3;
  opacity: 1;
  font-size: inherit;
}
.course-page__signup-button {
  border: 0;
  background: transparent;
  background-color: transparent;
  color: inherit;
  padding: 0;
  text-decoration: none;
  outline: 0;
  font-family: futura-pt;
  font-weight: bold;
  letter-spacing: 2px;
  font-size: 0.9rem;
  color: #ff4c59;
  border: 2px solid #ff4c59;
  text-transform: uppercase;
  width: 100%;
  margin: 2rem 0 0;
  padding: 0.85rem;
}
.course-page__signup-button:focus,
.course-page__signup-button:hover {
  background-color: #ff4c59;
  color: #fff;
}
.course-page__signup-button:disabled {
  opacity: 0.25;
}
.course-page__signup-button--alternative {
  color: #86ade0;
  border: 2px solid #86ade0;
}
.course-page__signup-button--alternative:hover,
.course-page__signup-button--alternative:focus {
  background-color: #86ade0;
}
.course-page__signup-button .js-loading-image {
  margin: -0.5rem 0 -0.7rem;
  max-height: 2rem;
}
.course-page__signup-button.disabled {
  pointer-events: none;
  opacity: 0.25;
}
.course-page__signup-sub-text {
  color: inherit;
  text-decoration: none;
  color: #ff4c59;
  margin-top: 0.75rem;
  display: inline-block;
  font-size: 1.05rem;
}
@media only screen and (max-width: 27.5em) {
  .course-page .to-hide {
    display: none;
  }
}
@media only screen and (max-width: 32.5em) {
  .course-page__table-entry--select {
    display: block;
  }
  .course-page__table-entry--select td {
    display: none;
  }
  .course-page__table-entry--select td:first-of-type {
    display: block;
    padding-bottom: 0;
  }
  .course-page__table-entry--select td:nth-of-type(2) {
    padding-top: 0.5rem;
    padding-bottom: 1.5rem;
    display: block;
    *zoom: 1;
  }
  .course-page__table-entry--select td:nth-of-type(2):before {
    content: '';
    display: table;
  }
  .course-page__table-entry--select td:nth-of-type(2):after {
    content: '';
    display: table;
    clear: both;
  }
  .course-page__table-entry--select td:nth-of-type(2) .course-page__table-select-wrapper {
    width: -webkit-calc(99.99% * 1/2 - (1rem - 1rem * 1/2));
    width: calc(99.99% * 1/2 - (1rem - 1rem * 1/2));
  }
  .course-page__table-entry--select td:nth-of-type(2) .course-page__table-select-wrapper:nth-child(1n) {
    float: left;
    margin-right: 1rem;
    clear: none;
  }
  .course-page__table-entry--select td:nth-of-type(2) .course-page__table-select-wrapper:last-child {
    margin-right: 0;
  }
  .course-page__table-entry--select td:nth-of-type(2) .course-page__table-select-wrapper:nth-child(2n) {
    margin-right: 0;
    float: right;
  }
  .course-page__table-entry--select td:nth-of-type(2) .course-page__table-select-wrapper:nth-child(2n + 1) {
    clear: left;
  }
  .course-page__table-entry--select td:nth-of-type(2) .course-page__table-select {
    min-width: auto;
    font-size: 1rem;
  }
}
.dropdown {
  position: relative;
}
.dropdown--multiple .dropdown__entry-content:before {
  content: "";
  width: 0.75rem;
  height: 0.75rem;
  border: 1px solid #000;
  display: inline-block;
  vertical-align: middle;
  margin-top: -0.2rem;
  margin-right: 0.25rem;
  background-color: #fff;
}
.dropdown--multiple.dropdown--active .dropdown__entry .dropdown__entry-content:hover:before {
  border: 1px solid #fff;
  background-color: #ff4c59;
}
.dropdown--multiple.dropdown--active .dropdown__entry[data-status="selected"] .dropdown__entry-content:before {
  border: 1px solid #ff4c59;
  background-color: #ff4c59;
}
.dropdown--multiple.dropdown--active .dropdown__entry[data-status="selected"] .dropdown__entry-content:hover:before {
  border: 1px solid #fff;
  background-color: #fff;
}
.dropdown__label {
  font-size: 1.1rem;
  position: relative;
  display: block;
  background-color: #fff;
  padding: 0.5rem 1rem;
  cursor: pointer;
  touch-callout: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border: 1px solid #868686;
  -webkit-transition: color 0.25s, -webkit-box-shadow 0.25s;
  transition: color 0.25s, -webkit-box-shadow 0.25s;
  transition: color 0.25s, box-shadow 0.25s;
  transition: color 0.25s, box-shadow 0.25s, -webkit-box-shadow 0.25s;
}
.dropdown__label:after {
  content: "";
  width: 0.55rem;
  height: 0.55rem;
  border-right: 2px solid #808080;
  border-top: 2px solid #808080;
  -webkit-transform: rotateX(180deg) rotate(-45deg);
          transform: rotateX(180deg) rotate(-45deg);
  position: absolute;
  right: 1.25rem;
  top: 0.85rem;
  pointer-events: none;
  -webkit-transition: top 0.15s, -webkit-transform 0.15s linear;
  transition: top 0.15s, -webkit-transform 0.15s linear;
  transition: transform 0.15s linear, top 0.15s;
  transition: transform 0.15s linear, top 0.15s, -webkit-transform 0.15s linear;
}
.dropdown__label:hover {
  color: #ff4c59;
}
.dropdown__list {
  list-style-type: none;
  position: absolute;
  z-index: 1;
  width: 100%;
  margin: 0;
  padding: 0;
}
.dropdown__entry {
  height: 0;
  overflow: hidden;
  opacity: 0;
  border-left: 1px solid #868686;
  border-right: 1px solid #868686;
  -webkit-transition: opacity 0.5s, height 0.25s;
  transition: opacity 0.5s, height 0.25s;
}
.dropdown__entry[data-status="selected"] {
  color: #ff4c59;
}
.dropdown__entry:last-of-type {
  border-bottom: 1px solid #868686;
}
.dropdown__entry-content {
  font-size: 1.1rem;
  padding: 0.5rem 1rem;
  background-color: #fff;
  cursor: pointer;
  touch-callout: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.dropdown__entry-content:hover {
  background-color: #ff4c59;
  color: #fff;
}
.dropdown--active .dropdown__label {
  color: #fc756f;
}
.dropdown--active .dropdown__label:after {
  top: 1rem;
  -webkit-transform: rotateX(0deg) rotate(-45deg);
          transform: rotateX(0deg) rotate(-45deg);
}
.dropdown--active .dropdown__entry {
  opacity: 1;
  height: auto;
}
html,
body {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}
body {
  font-size: 1.25rem;
  font-family: proxima-nova;
  background-color: #e0e0e0;
}
.ss-gizmo {
  vertical-align: middle;
  display: inline-block;
}
.mfp-content {
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.mfp-ready .mfp-content {
  opacity: 1;
}
.mfp-removing .mfp-content {
  opacity: 0;
}
.mfp-bg {
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.mfp-bg.mfp-ready {
  opacity: 0.8;
}
.mfp-bg.mfp-removing {
  opacity: 0;
}
.main-footer {
  background-color: #e0e0e0;
}
.main-footer__banner {
  background-color: #ff4c59;
  color: #fff;
  padding: 3.15rem 1.5rem 3rem;
  text-align: center;
}
@media only screen and (max-width: 50em) {
  .main-footer__banner {
    padding: 3rem 0;
  }
}
.main-footer__banner-wrapper {
  margin: 0 auto;
  display: inline-block;
  *zoom: 1;
}
.main-footer__banner-wrapper:before {
  content: '';
  display: table;
}
.main-footer__banner-wrapper:after {
  content: '';
  display: table;
  clear: both;
}
.main-footer__banner-link {
  color: inherit;
  text-decoration: none;
  border: 2px solid #fff;
  padding: 0.5rem 1.75rem;
  text-transform: uppercase;
  font-family: futura-pt;
  font-weight: bold;
  letter-spacing: 2px;
  font-size: 0.95rem;
  width: -webkit-calc(99.99% * 1/2 - (2.875rem - 2.875rem * 1/2));
  width: calc(99.99% * 1/2 - (2.875rem - 2.875rem * 1/2));
  min-width: 13rem;
}
.main-footer__banner-link:nth-child(1n) {
  float: left;
  margin-right: 2.875rem;
  clear: none;
}
.main-footer__banner-link:last-child {
  margin-right: 0;
}
.main-footer__banner-link:nth-child(2n) {
  margin-right: 0;
  float: right;
}
.main-footer__banner-link:nth-child(2n + 1) {
  clear: left;
}
.main-footer__banner-link:focus,
.main-footer__banner-link:hover {
  background-color: #fff;
  color: #ff4c59;
}
@media only screen and (max-width: 35em) {
  .main-footer__banner-link {
    width: -webkit-calc(99.99% * 1/1 - (2.875rem - 2.875rem * 1/1));
    width: calc(99.99% * 1/1 - (2.875rem - 2.875rem * 1/1));
    margin-bottom: 1.25rem;
  }
  .main-footer__banner-link:nth-child(1n) {
    float: left;
    margin-right: 2.875rem;
    clear: none;
  }
  .main-footer__banner-link:last-child {
    margin-right: 0;
  }
  .main-footer__banner-link:nth-child(1n) {
    margin-right: 0;
    float: right;
  }
  .main-footer__banner-link:nth-child(1n + 1) {
    clear: left;
  }
  .main-footer__banner-link:last-of-type {
    margin-bottom: 0;
  }
}
.main-footer__form {
  margin: 3rem auto 0;
  padding: 0 1.5rem;
  max-width: 60rem;
  *zoom: 1;
}
.main-footer__form:before {
  content: '';
  display: table;
}
.main-footer__form:after {
  content: '';
  display: table;
  clear: both;
}
.main-footer__error-display {
  margin: 0.75rem 0 0;
  text-align: center;
  color: #e80011;
  display: none;
}
.main-footer__error-display.js-display {
  display: block;
}
.main-footer__input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: inherit;
  background-color: inherit;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
  width: 100%;
  padding: 0;
  -webkit-border-radius: 0px;
          border-radius: 0px;
  border-color: transparent;
  border: 1px solid transparent;
  color: inherit;
  font-size: inherit;
  cursor: pointer;
  line-height: normal;
  font-size: 1.1rem;
  background-color: #fff;
  padding: 0.5rem 0.75rem;
}
.main-footer__input:focus {
  outline: none;
}
.main-footer__input::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.main-footer__input:input-placeholder {
  color: #ff3b4a;
  opacity: 1;
  font-size: inherit;
}
.main-footer__input:-input-placeholder {
  color: #ff3b4a;
  opacity: 1;
  font-size: inherit;
}
.main-footer__input::-webkit-input-placeholder {
  color: #ff3b4a;
  opacity: 1;
  font-size: inherit;
}
.main-footer__input:-moz-placeholder {
  color: #ff3b4a;
  opacity: 1;
  font-size: inherit;
}
.main-footer__input::-moz-placeholder {
  color: #ff3b4a;
  opacity: 1;
  font-size: inherit;
}
.main-footer__input:-ms-input-placeholder {
  color: #ff3b4a;
  opacity: 1;
  font-size: inherit;
}
.main-footer__input:disabled {
  opacity: 0.25;
}
.main-footer__input--name {
  width: -webkit-calc(99.99% * 2.5/10 - (2rem - 2rem * 2.5/10));
  width: calc(99.99% * 2.5/10 - (2rem - 2rem * 2.5/10));
}
.main-footer__input--name:nth-child(1n) {
  float: left;
  margin-right: 2rem;
  clear: none;
}
.main-footer__input--name:last-child {
  margin-right: 0;
}
.main-footer__input--name:nth-child(0n) {
  margin-right: 0;
  float: right;
}
.main-footer__input--name:nth-child(0n + 1) {
  clear: left;
}
.main-footer__input--email {
  width: -webkit-calc(99.99% * 3/10 - (2rem - 2rem * 3/10));
  width: calc(99.99% * 3/10 - (2rem - 2rem * 3/10));
}
.main-footer__input--email:nth-child(1n) {
  float: left;
  margin-right: 2rem;
  clear: none;
}
.main-footer__input--email:last-child {
  margin-right: 0;
}
.main-footer__input--email:nth-child(0n) {
  margin-right: 0;
  float: right;
}
.main-footer__input--email:nth-child(0n + 1) {
  clear: left;
}
.main-footer__input--message {
  width: -webkit-calc(99.999999% * 3.5/10);
  width: calc(99.999999% * 3.5/10);
}
.main-footer__input--message:nth-child(1n) {
  float: left;
  margin-right: 0;
  clear: none;
}
.main-footer__input--message:last-child {
  margin-right: 0;
}
.main-footer__input--message:nth-child(0n) {
  margin-right: 0;
  float: right;
}
.main-footer__input--message:nth-child(0n + 1) {
  clear: left;
}
.main-footer__input--submit {
  width: -webkit-calc(99.99% * 1/10 - (2rem - 2rem * 1/10));
  width: calc(99.99% * 1/10 - (2rem - 2rem * 1/10));
  background-color: #ff4c59;
  color: #fff;
  font-family: 'SSGizmo';
  font-size: 1.375rem;
  max-height: 2.5rem;
  line-height: 1.675rem;
}
.main-footer__input--submit:nth-child(1n) {
  float: left;
  margin-right: 2rem;
  clear: none;
}
.main-footer__input--submit:last-child {
  margin-right: 0;
}
.main-footer__input--submit:nth-child(0n) {
  margin-right: 0;
  float: right;
}
.main-footer__input--submit:nth-child(0n + 1) {
  clear: left;
}
.main-footer__input--submit:focus,
.main-footer__input--submit:hover {
  background-color: #ff2b3a;
}
@media only screen and (max-width: 56.25em) {
  .main-footer__input--name {
    width: -webkit-calc(99.99% * 5/10 - (2rem - 2rem * 5/10));
    width: calc(99.99% * 5/10 - (2rem - 2rem * 5/10));
  }
  .main-footer__input--name:nth-child(1n) {
    float: left;
    margin-right: 2rem;
    clear: none;
  }
  .main-footer__input--name:last-child {
    margin-right: 0;
  }
  .main-footer__input--name:nth-child(2n) {
    margin-right: 0;
    float: right;
  }
  .main-footer__input--name:nth-child(2n + 1) {
    clear: left;
  }
  .main-footer__input--email {
    width: -webkit-calc(99.99% * 5/10 - (2rem - 2rem * 5/10));
    width: calc(99.99% * 5/10 - (2rem - 2rem * 5/10));
  }
  .main-footer__input--email:nth-child(1n) {
    float: left;
    margin-right: 2rem;
    clear: none;
  }
  .main-footer__input--email:last-child {
    margin-right: 0;
  }
  .main-footer__input--email:nth-child(2n) {
    margin-right: 0;
    float: right;
  }
  .main-footer__input--email:nth-child(2n + 1) {
    clear: left;
  }
  .main-footer__input--message {
    width: -webkit-calc(99.999999% * 9/10);
    width: calc(99.999999% * 9/10);
    margin: 1.75rem 0 0;
  }
  .main-footer__input--message:nth-child(1n) {
    float: left;
    margin-right: 0;
    clear: none;
  }
  .main-footer__input--message:last-child {
    margin-right: 0;
  }
  .main-footer__input--message:nth-child(2n) {
    margin-right: 0;
    float: right;
  }
  .main-footer__input--message:nth-child(2n + 1) {
    clear: left;
  }
  .main-footer__input--submit {
    width: -webkit-calc(99.999999% * 1/10);
    width: calc(99.999999% * 1/10);
    margin: 1.75rem 0 0;
  }
  .main-footer__input--submit:nth-child(1n) {
    float: left;
    margin-right: 0;
    clear: none;
  }
  .main-footer__input--submit:last-child {
    margin-right: 0;
  }
  .main-footer__input--submit:nth-child(2n) {
    margin-right: 0;
    float: right;
  }
  .main-footer__input--submit:nth-child(2n + 1) {
    clear: left;
  }
}
@media only screen and (max-width: 29.375em) {
  .main-footer__input--name {
    width: -webkit-calc(99.999999% * 1/1);
    width: calc(99.999999% * 1/1);
  }
  .main-footer__input--name:nth-child(1n) {
    float: left;
    margin-right: 0;
    clear: none;
  }
  .main-footer__input--name:last-child {
    margin-right: 0;
  }
  .main-footer__input--name:nth-child(0n) {
    margin-right: 0;
    float: right;
  }
  .main-footer__input--name:nth-child(0n + 1) {
    clear: left;
  }
  .main-footer__input--email {
    width: -webkit-calc(99.999999% * 1/1);
    width: calc(99.999999% * 1/1);
    margin: 1.75rem 0 0;
  }
  .main-footer__input--email:nth-child(1n) {
    float: left;
    margin-right: 0;
    clear: none;
  }
  .main-footer__input--email:last-child {
    margin-right: 0;
  }
  .main-footer__input--email:nth-child(0n) {
    margin-right: 0;
    float: right;
  }
  .main-footer__input--email:nth-child(0n + 1) {
    clear: left;
  }
  .main-footer__input--message {
    width: -webkit-calc(99.999999% * 1/1);
    width: calc(99.999999% * 1/1);
    margin: 1.75rem 0 0;
  }
  .main-footer__input--message:nth-child(1n) {
    float: left;
    margin-right: 0;
    clear: none;
  }
  .main-footer__input--message:last-child {
    margin-right: 0;
  }
  .main-footer__input--message:nth-child(0n) {
    margin-right: 0;
    float: right;
  }
  .main-footer__input--message:nth-child(0n + 1) {
    clear: left;
  }
  .main-footer__input--submit {
    width: -webkit-calc(99.999999% * 1/1);
    width: calc(99.999999% * 1/1);
    margin: 1.75rem 0 0;
  }
  .main-footer__input--submit:nth-child(1n) {
    float: left;
    margin-right: 0;
    clear: none;
  }
  .main-footer__input--submit:last-child {
    margin-right: 0;
  }
  .main-footer__input--submit:nth-child(0n) {
    margin-right: 0;
    float: right;
  }
  .main-footer__input--submit:nth-child(0n + 1) {
    clear: left;
  }
}
.main-footer__address-container {
  padding: 2.5rem 1.5rem 3.5rem;
  font-style: normal;
  color: #ff4c59;
  margin: 0 auto;
  max-width: 60rem;
  font-size: 1.1rem;
}
.main-footer__address-text {
  display: inline-block;
}
.main-footer__address-text:after {
  content: "|";
  display: inline-block;
  margin-left: 0.2875rem;
  margin-right: 0.355rem;
  margin-bottom: -0.1rem;
}
.main-footer__address-text:last-of-type:after {
  display: none;
}
.main-footer__address-text a {
  color: inherit;
  text-decoration: none;
}
.main-footer__address-text a:hover {
  color: #d70010;
}
.main-footer__address-text a--phone {
  font-size: 1rem;
  word-spacing: 0.1rem;
  letter-spacing: 0.1rem;
  margin-right: -0.2rem;
}
.main-footer__address-link {
  color: inherit;
  text-decoration: none;
}
.main-footer__address-link:hover {
  color: #d70010;
}
.main-footer__address-link--phone {
  font-size: 1rem;
  word-spacing: 0.1rem;
  letter-spacing: 0.1rem;
  margin-right: -0.2rem;
}
.main-form {
  padding: 2rem 3rem 3rem;
  background-color: #e0e0e0;
}
@media only screen and (max-width: 27.5em) {
  .main-form {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
}
.main-form--login {
  padding: 11rem 1.5rem 8rem;
}
.main-form--login.main-form--popup {
  padding: 2rem 3rem 2rem;
  margin: 0 auto;
  max-width: 27rem;
}
.main-form--create-user.main-form--popup,
.main-form--edit-user.main-form--popup {
  margin: 0 auto;
  max-width: 43.5rem;
}
.main-form--forgot-password.main-form--popup {
  margin: 0 auto;
  max-width: 27rem;
}
.main-form--credit-card {
  padding: 2rem 3rem 4rem;
  margin: 0 auto;
  max-width: 30rem;
}
.main-form__title {
  text-align: center;
  font-size: 1.25rem;
  font-family: futura-pt;
  letter-spacing: 2px;
  color: #ff4c59;
  font-size: 2.15rem;
  letter-spacing: 0;
  margin: 0 0 2rem;
}
.main-form__form {
  max-width: 23.25rem;
  margin: 0 auto;
}
.main-form__form--create-user,
.main-form__form--edit-user {
  margin: 0 auto;
  max-width: 43.5rem;
  *zoom: 1;
}
.main-form__form--create-user:before,
.main-form__form--edit-user:before {
  content: '';
  display: table;
}
.main-form__form--create-user:after,
.main-form__form--edit-user:after {
  content: '';
  display: table;
  clear: both;
}
.main-form__form--credit-card {
  *zoom: 1;
}
.main-form__form--credit-card:before {
  content: '';
  display: table;
}
.main-form__form--credit-card:after {
  content: '';
  display: table;
  clear: both;
}
.main-form__select-wrapper {
  position: relative;
  width: -webkit-calc(99.99% * 1/2 - (0.5rem - 0.5rem * 1/2));
  width: calc(99.99% * 1/2 - (0.5rem - 0.5rem * 1/2));
}
.main-form__select-wrapper:nth-child(1n) {
  float: left;
  margin-right: 0.5rem;
  clear: none;
}
.main-form__select-wrapper:last-child {
  margin-right: 0;
}
.main-form__select-wrapper:nth-child(2n) {
  margin-right: 0;
  float: right;
}
.main-form__select-wrapper:nth-child(2n + 1) {
  clear: left;
}
.main-form__select-wrapper:after {
  content: " ";
  font-family: "SSGizmo";
  position: absolute;
  right: 1rem;
  pointer-events: none;
  font-size: 1.1rem;
  color: #ff4c59;
  top: 0.75rem;
}
.main-form__select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: inherit;
  background-color: inherit;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
  line-height: normal;
  width: 100%;
  padding: 0;
  -webkit-border-radius: 0px;
          border-radius: 0px;
  border-color: transparent;
  color: #ff4c59;
  border: 1px solid transparent;
  font-size: inherit;
  cursor: pointer;
  background-color: #fff;
  padding: 0.5rem 0.5rem;
}
.main-form__select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #ff4c59;
}
.main-form__select::-ms-expand {
  display: none;
}
.main-form__select option {
  border: 0;
  outline: 0;
  padding: 0.5rem;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: inherit;
  background-color: inherit;
  color: #ff4c59;
  line-height: normal;
  font-size: inherit;
}
.main-form__select .hidden {
  display: none;
}
.main-form__select:disabled {
  opacity: 0.25;
}
.main-form__select option {
  padding: 0 0.5rem;
  font-size: 1.1rem;
}
.main-form__input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: inherit;
  background-color: inherit;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
  width: 100%;
  padding: 0;
  -webkit-border-radius: 0px;
          border-radius: 0px;
  border-color: transparent;
  border: 1px solid transparent;
  color: inherit;
  font-size: inherit;
  cursor: pointer;
  line-height: normal;
  font-size: 1rem;
  background-color: #fff;
  padding: 0.65rem 0.75rem;
  margin: 0 0 1.2rem;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.main-form__input:focus {
  outline: none;
}
.main-form__input::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.main-form__input:input-placeholder {
  color: #ff3b4a;
  opacity: 1;
  font-size: inherit;
}
.main-form__input:-input-placeholder {
  color: #ff3b4a;
  opacity: 1;
  font-size: inherit;
}
.main-form__input::-webkit-input-placeholder {
  color: #ff3b4a;
  opacity: 1;
  font-size: inherit;
}
.main-form__input:-moz-placeholder {
  color: #ff3b4a;
  opacity: 1;
  font-size: inherit;
}
.main-form__input::-moz-placeholder {
  color: #ff3b4a;
  opacity: 1;
  font-size: inherit;
}
.main-form__input:-ms-input-placeholder {
  color: #ff3b4a;
  opacity: 1;
  font-size: inherit;
}
.main-form__input--create-user,
.main-form__input--edit-user {
  width: -webkit-calc(99.99% * 1/2 - (2rem - 2rem * 1/2));
  width: calc(99.99% * 1/2 - (2rem - 2rem * 1/2));
}
.main-form__input--create-user:nth-child(1n),
.main-form__input--edit-user:nth-child(1n) {
  float: left;
  margin-right: 2rem;
  clear: none;
}
.main-form__input--create-user:last-child,
.main-form__input--edit-user:last-child {
  margin-right: 0;
}
.main-form__input--create-user:nth-child(2n),
.main-form__input--edit-user:nth-child(2n) {
  margin-right: 0;
  float: right;
}
.main-form__input--create-user:nth-child(2n + 1),
.main-form__input--edit-user:nth-child(2n + 1) {
  clear: left;
}
.main-form__input:disabled {
  opacity: 0.25;
}
.main-form__input.js-done {
  background-color: #e0e0e0;
  text-align: center;
}
.main-form__input.js-error {
  border: 1px solid #f00;
}
.main-form__input-wrapper {
  width: -webkit-calc(99.99% * 1/2 - (2rem - 2rem * 1/2));
  width: calc(99.99% * 1/2 - (2rem - 2rem * 1/2));
  *zoom: 1;
}
.main-form__input-wrapper:nth-child(1n) {
  float: left;
  margin-right: 2rem;
  clear: none;
}
.main-form__input-wrapper:last-child {
  margin-right: 0;
}
.main-form__input-wrapper:nth-child(2n) {
  margin-right: 0;
  float: right;
}
.main-form__input-wrapper:nth-child(2n + 1) {
  clear: left;
}
.main-form__input-wrapper:before {
  content: '';
  display: table;
}
.main-form__input-wrapper:after {
  content: '';
  display: table;
  clear: both;
}
.main-form__extra-wrapper {
  *zoom: 1;
}
.main-form__extra-wrapper:before {
  content: '';
  display: table;
}
.main-form__extra-wrapper:after {
  content: '';
  display: table;
  clear: both;
}
.main-form__extra-wrapper .main-form__input-wrapper--month-year {
  width: -webkit-calc(99.99% * 7.5/10 - (1rem - 1rem * 7.5/10));
  width: calc(99.99% * 7.5/10 - (1rem - 1rem * 7.5/10));
}
.main-form__extra-wrapper .main-form__input-wrapper--month-year:nth-child(1n) {
  float: left;
  margin-right: 1rem;
  clear: none;
}
.main-form__extra-wrapper .main-form__input-wrapper--month-year:last-child {
  margin-right: 0;
}
.main-form__extra-wrapper .main-form__input-wrapper--month-year:nth-child(2n) {
  margin-right: 0;
  float: right;
}
.main-form__extra-wrapper .main-form__input-wrapper--month-year:nth-child(2n + 1) {
  clear: left;
}
.main-form__extra-wrapper .main-form__input-wrapper--cvc {
  width: -webkit-calc(99.99% * 2.5/10 - (1rem - 1rem * 2.5/10));
  width: calc(99.99% * 2.5/10 - (1rem - 1rem * 2.5/10));
}
.main-form__extra-wrapper .main-form__input-wrapper--cvc:nth-child(1n) {
  float: left;
  margin-right: 1rem;
  clear: none;
}
.main-form__extra-wrapper .main-form__input-wrapper--cvc:last-child {
  margin-right: 0;
}
.main-form__extra-wrapper .main-form__input-wrapper--cvc:nth-child(2n) {
  margin-right: 0;
  float: right;
}
.main-form__extra-wrapper .main-form__input-wrapper--cvc:nth-child(2n + 1) {
  clear: left;
}
.main-form__button {
  border: 0;
  background: transparent;
  background-color: transparent;
  color: inherit;
  padding: 0;
  text-decoration: none;
  outline: 0;
  font-family: futura-pt;
  font-weight: bold;
  letter-spacing: 2px;
  background-color: #ff4c59;
  padding: 0.675rem 1rem;
  margin: 0.175rem 0 3rem;
  color: #fff;
  width: 100%;
  text-transform: uppercase;
  letter-spacing: 2px;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  font-size: 0.95rem;
}
.main-form__button--cancel {
  background-color: #868686;
}
.main-form__button--last {
  margin-bottom: 0;
}
.main-form__button--split {
  width: -webkit-calc(99.99% * 1/2 - (2rem - 2rem * 1/2));
  width: calc(99.99% * 1/2 - (2rem - 2rem * 1/2));
}
.main-form__button--split:nth-child(1n) {
  float: left;
  margin-right: 2rem;
  clear: none;
}
.main-form__button--split:last-child {
  margin-right: 0;
}
.main-form__button--split:nth-child(2n) {
  margin-right: 0;
  float: right;
}
.main-form__button--split:nth-child(2n + 1) {
  clear: left;
}
.main-form__button--middle {
  margin: 1rem auto 3rem !important;
  width: -webkit-calc(99.99% * 1/2 - (2rem - 2rem * 1/2));
  width: calc(99.99% * 1/2 - (2rem - 2rem * 1/2));
  float: none !important;
  position: relative;
  top: 1rem;
  display: block;
}
.main-form__button--middle:nth-child(1n) {
  float: left;
  margin-right: 2rem;
  clear: none;
}
.main-form__button--middle:last-child {
  margin-right: 0;
}
.main-form__button--middle:nth-child(2n) {
  margin-right: 0;
  float: right;
}
.main-form__button--middle:nth-child(2n + 1) {
  clear: left;
}
.main-form__button:disabled {
  opacity: 0.25;
}
.main-form__button-wrapper {
  *zoom: 1;
}
.main-form__button-wrapper:before {
  content: '';
  display: table;
}
.main-form__button-wrapper:after {
  content: '';
  display: table;
  clear: both;
}
.main-form__button-wrapper--create-user,
.main-form__button-wrapper--edit-user,
.main-form__button-wrapper--credit-card {
  width: -webkit-calc(99.99% * 1/1 - (2.875rem - 2.875rem * 1/1));
  width: calc(99.99% * 1/1 - (2.875rem - 2.875rem * 1/1));
  margin-top: 1.5rem;
}
.main-form__button-wrapper--create-user:nth-child(1n),
.main-form__button-wrapper--edit-user:nth-child(1n),
.main-form__button-wrapper--credit-card:nth-child(1n) {
  float: left;
  margin-right: 2.875rem;
  clear: none;
}
.main-form__button-wrapper--create-user:last-child,
.main-form__button-wrapper--edit-user:last-child,
.main-form__button-wrapper--credit-card:last-child {
  margin-right: 0;
}
.main-form__button-wrapper--create-user:nth-child(1n),
.main-form__button-wrapper--edit-user:nth-child(1n),
.main-form__button-wrapper--credit-card:nth-child(1n) {
  margin-right: 0;
  float: right;
}
.main-form__button-wrapper--create-user:nth-child(1n + 1),
.main-form__button-wrapper--edit-user:nth-child(1n + 1),
.main-form__button-wrapper--credit-card:nth-child(1n + 1) {
  clear: left;
}
.main-form__button-wrapper--login .main-form__button {
  width: -webkit-calc(99.99% * 1/2 - (2rem - 2rem * 1/2));
  width: calc(99.99% * 1/2 - (2rem - 2rem * 1/2));
}
.main-form__button-wrapper--login .main-form__button:nth-child(1n) {
  float: left;
  margin-right: 2rem;
  clear: none;
}
.main-form__button-wrapper--login .main-form__button:last-child {
  margin-right: 0;
}
.main-form__button-wrapper--login .main-form__button:nth-child(2n) {
  margin-right: 0;
  float: right;
}
.main-form__button-wrapper--login .main-form__button:nth-child(2n + 1) {
  clear: left;
}
.main-form__link-wrapper {
  *zoom: 1;
}
.main-form__link-wrapper:before {
  content: '';
  display: table;
}
.main-form__link-wrapper:after {
  content: '';
  display: table;
  clear: both;
}
.main-form__link {
  width: -webkit-calc(99.999999% * 1/2);
  width: calc(99.999999% * 1/2);
  color: inherit;
  text-decoration: none;
  color: #ff4c59;
  font-size: 1rem;
}
.main-form__link:nth-child(1n) {
  float: left;
  margin-right: 0;
  clear: none;
}
.main-form__link:last-child {
  margin-right: 0;
}
.main-form__link:nth-child(2n) {
  margin-right: 0;
  float: right;
}
.main-form__link:nth-child(2n + 1) {
  clear: left;
}
.main-form__link .ss-gizmo {
  margin-right: 0.25rem;
}
.main-form__link--forgot-password {
  text-align: right;
}
.main-form__error-display {
  margin: 0.75rem 0 0;
  text-align: center;
  color: #e80011;
  display: none;
}
.main-form__error-display.js-display {
  display: block;
}
.main-form__error-display--create-user,
.main-form__error-display--edit-user {
  display: block;
  margin: -1.5rem 0 1rem;
}
.main-form .js-title {
  margin: 0;
  height: 3.5rem;
  line-height: 1.5rem;
  vertical-align: top;
}
.main-form .js-loading-image {
  max-height: 3rem;
  margin-top: -0.75rem;
  margin-bottom: 0.75rem;
}
.main-header {
  background-color: #fff;
  -webkit-box-shadow: 0px 2px 2px rgba(0,0,0,0.2);
          box-shadow: 0px 2px 2px rgba(0,0,0,0.2);
  padding: 2.25rem 1.5rem 2.15rem;
  -webkit-transition: padding 0.2s ease-in-out;
  transition: padding 0.2s ease-in-out;
  position: absolute;
  left: 0;
  right: 0;
}
.main-header .nav-icon {
  display: none;
}
@media only screen and (max-width: 47.5em) {
  .main-header {
    padding: 0;
    position: relative !important;
  }
  .main-header .nav-icon {
    display: block;
    float: right;
    margin-top: 0.2rem;
    cursor: pointer;
    padding: 0 1.5rem;
  }
}
.main-header.fixed {
  position: fixed;
  top: 0;
  z-index: 1;
}
.main-header.fixed.small {
  padding: 1rem 1.5rem;
}
.main-header__wrapper {
  background-color: #fff;
  height: 5.75rem;
}
@media only screen and (max-width: 47.5em) {
  .main-header__wrapper {
    height: auto;
  }
}
.main-header__container {
  max-width: 75rem;
  margin: 0 auto;
  *zoom: 1;
}
.main-header__container:before {
  content: '';
  display: table;
}
.main-header__container:after {
  content: '';
  display: table;
  clear: both;
}
.main-header__logo {
  height: 0.95rem;
  margin-top: 0.1rem;
  margin-right: 0.65rem;
}
@media only screen and (max-width: 47.5em) {
  .main-header__logo {
    height: 0.8rem;
  }
}
@media only screen and (max-width: 22.5em) {
  .main-header__logo {
    display: none;
  }
}
.main-header__logo-link {
  display: inline-block;
  vertical-align: top;
}
@media only screen and (max-width: 47.5em) {
  .main-header__logo-link {
    vertical-align: middle;
  }
}
.main-header__title {
  margin: -0.075rem 0 0;
  width: -webkit-calc(99.99% * 1/2 - (2.875rem - 2.875rem * 1/2));
  width: calc(99.99% * 1/2 - (2.875rem - 2.875rem * 1/2));
  font-size: 0;
}
.main-header__title:nth-child(1n) {
  float: left;
  margin-right: 2.875rem;
  clear: none;
}
.main-header__title:last-child {
  margin-right: 0;
}
.main-header__title:nth-child(2n) {
  margin-right: 0;
  float: right;
}
.main-header__title:nth-child(2n + 1) {
  clear: left;
}
@media only screen and (max-width: 47.5em) {
  .main-header__title {
    padding: 1rem 1.5rem;
    padding-right: 0;
    width: -webkit-calc(99.99% * 1/1 - (2.875rem - 2.875rem * 1/1));
    width: calc(99.99% * 1/1 - (2.875rem - 2.875rem * 1/1));
    -webkit-box-shadow: 0px 2px 2px rgba(0,0,0,0.2);
            box-shadow: 0px 2px 2px rgba(0,0,0,0.2);
    position: relative;
    z-index: 1;
  }
  .main-header__title:nth-child(1n) {
    float: left;
    margin-right: 2.875rem;
    clear: none;
  }
  .main-header__title:last-child {
    margin-right: 0;
  }
  .main-header__title:nth-child(1n) {
    margin-right: 0;
    float: right;
  }
  .main-header__title:nth-child(1n + 1) {
    clear: left;
  }
}
@media only screen and (max-width: 25em) {
  .main-header__title {
    padding: 1rem 1rem;
    padding-right: 0;
  }
}
.main-header__title-link {
  color: inherit;
  text-decoration: none;
  font-family: 'serapineitalic';
  font-style: italic;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 1.1rem;
  color: #000;
  vertical-align: middle;
}
@media only screen and (max-width: 47.5em) {
  .main-header__title-link {
    font-size: 1rem;
    position: relative;
    top: 0.175rem;
  }
}
.main-header__nav {
  width: -webkit-calc(99.99% * 1/2 - (2.875rem - 2.875rem * 1/2));
  width: calc(99.99% * 1/2 - (2.875rem - 2.875rem * 1/2));
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-transition: max-height 0.5s, opacity 0.75s;
  transition: max-height 0.5s, opacity 0.75s;
}
.main-header__nav:nth-child(1n) {
  float: left;
  margin-right: 2.875rem;
  clear: none;
}
.main-header__nav:last-child {
  margin-right: 0;
}
.main-header__nav:nth-child(2n) {
  margin-right: 0;
  float: right;
}
.main-header__nav:nth-child(2n + 1) {
  clear: left;
}
@media only screen and (max-width: 47.5em) {
  .main-header__nav {
    overflow: hidden;
    width: -webkit-calc(99.99% * 1/1 - (2.875rem - 2.875rem * 1/1));
    width: calc(99.99% * 1/1 - (2.875rem - 2.875rem * 1/1));
    display: block;
    text-align: center;
    padding: 0;
    max-height: 0rem;
    opacity: 0;
  }
  .main-header__nav:nth-child(1n) {
    float: left;
    margin-right: 2.875rem;
    clear: none;
  }
  .main-header__nav:last-child {
    margin-right: 0;
  }
  .main-header__nav:nth-child(1n) {
    margin-right: 0;
    float: right;
  }
  .main-header__nav:nth-child(1n + 1) {
    clear: left;
  }
  .main-header__nav.js-active {
    max-height: 14.5rem;
    opacity: 1;
    background-color: #fff;
  }
}
.main-header__nav-link {
  color: inherit;
  text-decoration: none;
  font-family: futura-pt;
  font-weight: bold;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #868686;
  font-size: 0.95rem;
}
.main-header__nav-link:focus,
.main-header__nav-link:hover {
  color: #ff4c59;
}
.main-header__nav-link.active {
  color: #ff4c59;
}
@media only screen and (max-width: 51.25em) {
  .main-header__nav-link {
    font-size: 0.8rem;
  }
}
@media only screen and (max-width: 47.5em) {
  .main-header__nav-link {
    display: block;
    margin: 1.5rem 0;
    font-size: 0.95rem;
  }
}
@media only screen and (max-width: 47.5em) and (max-width: 25em) {
  .main-header .nav-icon {
    padding: 0 1rem;
  }
}
.past-courses-table {
  width: 100%;
  text-align: left;
  border-top: 1px solid #bebebe;
}
.past-courses-table .column-1 {
  width: 22.5%;
}
.past-courses-table .column-2 {
  width: 17%;
}
.past-courses-table .column-3 {
  width: 14%;
}
.past-courses-table .column-4 {
  width: 19.5%;
}
.past-courses-table .column-5 {
  width: 13%;
}
.past-courses-table .column-6 {
  width: auto;
}
.past-courses-table__entry-link {
  color: inherit;
  text-decoration: none;
  font-size: 1.1rem;
  letter-spacing: 0.025rem;
  color: #ff4c59;
}
.past-courses-table__entry-link .ss-gizmo {
  font-size: 1.15rem;
  margin-right: 0.35rem;
}
.past-courses-table__table-header {
  color: #868686;
  font-size: 0.925rem;
  font-weight: bold;
  letter-spacing: 0;
  border-top: 1px solid #bebebe;
  border-bottom: 1px solid #bebebe;
}
.past-courses-table__table-header th {
  padding: 0.75rem 0;
}
.past-courses-table__table-entry td {
  color: #6b6b6b;
  font-size: 1.1rem;
  padding: 1.1rem 0;
  border-bottom: 1px solid #bebebe;
}
.past-courses-table__table-entry td:last-of-type {
  text-align: right;
}
.past-courses-table__table-entry-link {
  color: inherit;
  text-decoration: none;
  color: #ff4c59;
  font-family: futura-pt;
  font-weight: bold;
  letter-spacing: 2px;
  font-size: 0.95rem;
  letter-spacing: 0.015rem;
  text-transform: uppercase;
}
.past-courses-table__entry-status {
  background-color: #808080;
  display: inline-block;
  height: 0.55rem;
  width: 0.55rem;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  margin: 0 0.875rem 0.15rem 0;
}
.past-courses-table__entry-status--open {
  background-color: #90ee90;
}
.past-courses-table__entry-status--closed {
  background-color: #ff4c59;
}
.upcomming-courses-table {
  width: 100%;
  text-align: left;
}
.upcomming-courses-table .column-1 {
  width: 22.5%;
}
.upcomming-courses-table .column-2 {
  width: 17%;
}
.upcomming-courses-table .column-3 {
  width: 14%;
}
.upcomming-courses-table .column-4 {
  width: 19.5%;
}
.upcomming-courses-table .column-5 {
  width: 13%;
}
.upcomming-courses-table .column-6 {
  width: auto;
}
.upcomming-courses-table__entry-link {
  color: inherit;
  text-decoration: none;
  font-size: 1.1rem;
  letter-spacing: 0.025rem;
  color: #ff4c59;
}
.upcomming-courses-table__entry-link .ss-gizmo {
  font-size: 1.15rem;
  margin-right: 0.35rem;
}
.upcomming-courses-table__table-header {
  color: #868686;
  font-size: 0.925rem;
  font-weight: bold;
  letter-spacing: 0;
  border-top: 1px solid #bebebe;
  border-bottom: 1px solid #bebebe;
}
.upcomming-courses-table__table-header th {
  padding: 0.75rem 0;
}
.upcomming-courses-table__table-entry td {
  color: #6b6b6b;
  font-size: 1.1rem;
  padding: 1.15rem 0;
  border-bottom: 1px solid #bebebe;
}
.upcomming-courses-table__table-entry td:last-of-type {
  text-align: right;
}
.upcomming-courses-table__table-entry-link {
  color: inherit;
  text-decoration: none;
  color: #ff4c59;
  font-family: futura-pt;
  font-weight: bold;
  letter-spacing: 2px;
  font-size: 0.95rem;
  letter-spacing: 0.015rem;
  text-transform: uppercase;
}
.upcomming-courses-table__entry-status {
  background-color: #808080;
  display: inline-block;
  height: 0.55rem;
  width: 0.55rem;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  margin: 0 0.875rem 0.15rem 0;
}
.upcomming-courses-table__entry-status--payed {
  background-color: #ff4c59;
}
.upcomming-courses-table__entry-status--reserved {
  background-color: #86ade0;
}
.upcomming-courses-table__entry-status--waiting {
  background-color: #808080;
}
.user-dashboard {
  background-color: #fff;
  padding: 2rem 1.5rem 0;
}
@media only screen and (max-width: 25em) {
  .user-dashboard {
    padding: 2rem 0.35rem 0;
  }
}
.user-dashboard__header {
  max-width: 60rem;
  margin: 0 auto 4.75rem;
}
.user-dashboard__header-title {
  color: #ff4c59;
  font-size: 1.15rem;
  font-weight: normal;
  display: inline-block;
  margin: 0;
  margin-right: 4.5rem;
}
.user-dashboard__header-link {
  color: inherit;
  text-decoration: none;
  color: #ff4c59;
  font-size: 1.15rem;
}
.user-dashboard__header-link--logout {
  float: right;
}
.user-dashboard__header-link--logout .ss-gizmo {
  margin-left: 0.25rem;
}
.user-dashboard__table-wrapper {
  max-width: 60rem;
  padding-bottom: 3rem;
  margin: 0 auto;
}
.user-dashboard__table-wrapper:last-of-type {
  padding-bottom: 4rem;
}
.user-dashboard__table-title {
  margin: 0 0 1.25rem;
  color: #ff4c59;
  font-family: futura-pt;
  font-weight: bold;
  letter-spacing: 2px;
  letter-spacing: 0;
  font-size: 2rem;
}
.user-dashboard__table-title--small {
  font-size: 1rem;
  letter-spacing: 0;
  margin-bottom: 0.65rem;
}
@media only screen and (max-width: 25em) {
  .user-dashboard__table-title {
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 40em) {
  .user-dashboard__header-title,
  .user-dashboard__header-link {
    display: block;
    margin: 0 0 0.5rem;
  }
  .user-dashboard__header-link--logout {
    display: block;
    text-align: right;
    float: none;
  }
}
@media only screen and (max-width: 56.25em) {
  .upcomming-courses-table table,
  .past-courses-table table,
  .upcomming-courses-table tbody,
  .past-courses-table tbody {
    display: block;
  }
  .upcomming-courses-table thead,
  .past-courses-table thead,
  .upcomming-courses-table colgroup,
  .past-courses-table colgroup {
    display: none;
  }
  .upcomming-courses-table tbody tr,
  .past-courses-table tbody tr {
    display: block;
    position: relative;
    margin-bottom: 2.15rem;
    border-bottom: 1px solid #bebebe;
  }
  .upcomming-courses-table tbody td,
  .past-courses-table tbody td {
    display: inline-block;
    border: 0;
    padding: 0.25rem;
    width: auto;
  }
  .upcomming-courses-table tbody td:nth-of-type(1),
  .past-courses-table tbody td:nth-of-type(1) {
    display: block;
  }
  .upcomming-courses-table tbody td:nth-of-type(5),
  .past-courses-table tbody td:nth-of-type(5) {
    position: absolute;
    top: 0;
    right: 0;
  }
  .upcomming-courses-table tbody td:last-of-type,
  .past-courses-table tbody td:last-of-type {
    position: absolute;
    bottom: 0;
    right: 0;
  }
  .upcomming-courses-table tbody td i,
  .past-courses-table tbody td i {
    margin-right: 0.35rem;
  }
}
@media only screen and (max-width: 56.25em) and (max-width: 25em) {
  .upcomming-courses-table td,
  .past-courses-table td {
    font-size: 1rem;
  }
}
.articleHeader {
  background-color: #fff;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 9.5rem 0 0;
}
@media only screen and (max-width: 50em) {
  .articleHeader {
    background-image: none !important;
    padding: 0;
    margin: 0 auto 3rem;
  }
}
.articleHeader__container {
  background-color: #ff4c59;
  color: #fff;
  margin: 0 auto;
  max-width: 43.63636363636363rem;
  padding: 3rem 5.45rem 4rem;
  position: relative;
  bottom: -9rem;
  opacity: 0;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
}
@media only screen and (max-width: 50em) {
  .articleHeader__container {
    text-align: center;
    max-width: 100%;
    bottom: 0;
    padding: 3rem 1.5rem 4rem;
  }
}
.articleHeader__title {
  text-align: center;
  font-size: 1.25rem;
  font-family: futura-pt;
  letter-spacing: 2px;
  font-size: 2rem;
  letter-spacing: 0;
  margin: 0 0 1rem;
}
.articleHeader__text {
  margin: 0;
  text-align: center;
}
.normalText {
  background-color: #fff;
  padding: 12rem 1.5rem 3rem;
}
.normalText__article {
  max-width: 42rem;
  margin: 0 auto;
  font-size: 1.1rem;
  color: #676767;
  line-height: 1.3;
}
@media only screen and (max-width: 50em) {
  .normalText__article {
    max-width: 100%;
  }
}
.normalText__article p:last-of-type {
  margin-bottom: 0;
}
.textIntro {
  background-color: #86ade0;
  color: #fff;
  text-align: center;
  padding: 4rem 1.5rem 3.25rem;
}
.textIntro__text {
  max-width: 40.33613445378151rem;
  margin: 0 auto;
}
.textIntro__link {
  color: inherit;
  text-decoration: none;
  font-family: futura-pt;
  font-weight: bold;
  letter-spacing: 2px;
  font-size: 0.925rem;
  text-transform: uppercase;
  display: inline-block;
  margin-top: 3.25rem;
}
.textOnMaxwidthImage {
  background-color: #fff;
  margin: 0 auto;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 9.5rem 0 7.5rem;
}
@media only screen and (max-width: 56.25em) {
  .textOnMaxwidthImage {
    padding: 0;
    background-image: none !important;
  }
}
.textOnMaxwidthImage__container {
  background-color: rgba(255,255,255,0.9);
  color: #ff4c59;
  margin: 0 auto;
  max-width: 47.05882352941177rem;
  padding: 3rem 5.45rem 4rem;
}
@media only screen and (max-width: 56.25em) {
  .textOnMaxwidthImage__container {
    padding: 3rem 1.5rem 4rem;
  }
}
.textOnMaxwidthImage__title {
  text-align: center;
  font-size: 1.25rem;
  font-family: futura-pt;
  letter-spacing: 2px;
  font-size: 2rem;
  letter-spacing: 0.01rem;
  margin: 0 0 1rem;
}
.textOnMaxwidthImage__text {
  margin: 0;
  text-align: center;
}
.vjs-caption-settings,
.vjs-error-display,
.vjs-control-bar,
.vjs-text-track-display,
.vjs-big-play-button,
.vjs-loading-spinner,
.vjs-poster {
  display: none;
}
#big-video-wrap,
#big-video-vid,
#big-video-vid_html5_api {
  pointer-events: none;
}
.toppHeader {
  min-height: -webkit-calc(100vh - 5.75rem);
  min-height: calc(100vh - 5.75rem);
  position: relative;
  width: 100%;
  overflow: hidden;
}
@media only screen and (max-width: 47.5em) {
  .toppHeader {
    min-height: -webkit-calc(100vh - 3.25rem);
    min-height: calc(100vh - 3.25rem);
  }
}
@media only screen and (min-width: 47.5em) {
  .toppHeader {
    margin: 0 auto;
  }
  .toppHeader--image {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
}
.toppHeader__container {
  background-color: rgba(255,76,89,0.85);
  color: #fff;
  text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
  margin: 0 auto;
  max-width: 43.63636363636363rem;
  padding: 2.75rem 5.45rem 2.75rem;
  text-align: center;
  position: relative;
}
@media only screen and (max-width: 47.5em) {
  .toppHeader__container {
    min-height: -webkit-calc(100vh - 3.25rem);
    min-height: calc(100vh - 3.25rem);
    padding: 0;
    max-width: 100%;
  }
}
@media only screen and (min-width: 47.5em) {
  .toppHeader__container {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@media only screen and (max-width: 47.5em) {
  .toppHeader__wrapper {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    padding: 0 1.5rem 0;
    width: 100%;
  }
}
.toppHeader__title {
  font-size: 1.25rem;
  font-family: futura-pt;
  letter-spacing: 2px;
  font-size: 2.15rem;
  letter-spacing: 0;
  margin: 0 0 1rem;
}
.toppHeader__text {
  margin: 0 0 2.125rem;
}
.toppHeader__link {
  color: inherit;
  text-decoration: none;
  display: inline-block;
  border: 2px solid #fff;
  padding: 0.5rem 1.75rem;
  text-transform: uppercase;
  font-family: futura-pt;
  font-weight: bold;
  letter-spacing: 2px;
  font-size: 0.95rem;
}
.toppHeader__link:hover,
.toppHeader__link:focus {
  background-color: #fff;
  color: #ff4c59;
}
.trainerIntro {
  background-color: #fff;
  margin: 0 auto;
  max-width: 78rem;
  *zoom: 1;
  padding: 4.25rem 1.5rem 0;
}
.trainerIntro:before {
  content: '';
  display: table;
}
.trainerIntro:after {
  content: '';
  display: table;
  clear: both;
}
.trainerIntro__wrapper {
  background-color: #fff;
}
.trainerIntro__container {
  width: -webkit-calc(99.99% * 1/2 - (2.875rem - 2.875rem * 1/2));
  width: calc(99.99% * 1/2 - (2.875rem - 2.875rem * 1/2));
  padding-bottom: 4.5rem;
}
.trainerIntro__container:nth-child(1n) {
  float: left;
  margin-right: 2.875rem;
  clear: none;
}
.trainerIntro__container:last-child {
  margin-right: 0;
}
.trainerIntro__container:nth-child(2n) {
  margin-right: 0;
  float: right;
}
.trainerIntro__container:nth-child(2n + 1) {
  clear: left;
}
@media only screen and (max-width: 51.25em) {
  .trainerIntro__container {
    width: -webkit-calc(99.99% * 1/1 - (2.875rem - 2.875rem * 1/1));
    width: calc(99.99% * 1/1 - (2.875rem - 2.875rem * 1/1));
  }
  .trainerIntro__container:nth-child(1n) {
    float: left;
    margin-right: 2.875rem;
    clear: none;
  }
  .trainerIntro__container:last-child {
    margin-right: 0;
  }
  .trainerIntro__container:nth-child(1n) {
    margin-right: 0;
    float: right;
  }
  .trainerIntro__container:nth-child(1n + 1) {
    clear: left;
  }
}
.trainerIntro__image {
  width: 100%;
  display: block;
}
.trainerIntro__title {
  color: #ff4c59;
  font-family: futura-pt;
  font-weight: bold;
  letter-spacing: 2px;
  margin: 1.5rem 0 0.75rem;
  font-size: 1.425rem;
  letter-spacing: 1px;
}
.trainerIntro__list {
  list-style: none;
  padding: 0;
  margin: 0;
  list-style: circle;
  margin-left: 1rem;
}
.trainerIntro__list-item {
  color: #868686;
  font-size: 1.2rem;
  margin: 0 0 0.275rem;
}
.trainerIntro__list-item:last-of-type {
  margin: 0;
}
@font-face {
  font-family: serapineitalic;
  font-weight: normal;
  font-style: normal;
  src: url("fonts/Serapine/Serapine-Italic-webfont.woff");
}
