/*
 * Hathway Theme Kit
 *
 * By Hathway
 *
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device 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/10/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 of focused elements when they are also in an
 * active/hover state.
 */
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 {
  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"],
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"] {
  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.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */
}

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

/*! HTML5 Boilerplate v5.2.0 | MIT License | https://html5boilerplate.com/ */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */
.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Hide visually and from screen readers:
 */
.hidden {
  display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */
.invisible {
  visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.clearfix:after {
  clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}

@media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 1.25dppx), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
    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 that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }

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

  /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */
  thead {
    display: table-header-group;
  }

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

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

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

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

/**
*
* Variables
*
**/
/*==========  Paths  ==========*/
/*==========  Font Sizes  ==========*/
/*==========  Colors  ==========*/
/* ==========  Fonts  ========== */
/* ==========  Typography  ========== */
/* ==========  Header/Navigation  ========== */
/* ==========  Header/Navigation  ========== */
/* ==========  Standard Buttons  ========== */
/*==========  Clearfix  ==========*/
.clear::before, .clear::after {
  content: '';
  display: table;
}

.clear::after {
  clear: both;
}

/*==========  Visibility  ==========*/
.show {
  display: block !important;
}

.hidden {
  display: none !important;
}

.invisible {
  visibility: hidden;
}

@media screen and (min-width: 480px) {
  .show-small {
    display: none !important;
  }
}

@media screen and (min-width: 0px) and (max-width: 479px) {
  .hide-small {
    display: none !important;
  }
}

/*==========  Alignment  ==========*/
.text-center {
  text-align: center;
}

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

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

/*==========  Transform Text  ==========*/
.text-lowercase {
  text-transform: lowercase;
}

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

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

.object-cover {
  object-fit: cover;
}

/**
*
* Basic site elements
*
**/
html, body {
  width: 100%;
  height: 100%;
}

html {
  box-sizing: border-box;
}

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

body {
  background-color: #8a8a8d;
  font-family: "Lato", sans-serif;
  font-size: 15px;
  font-weight: 400;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
  color: #505050;
}

@media screen and (min-width: 480px) {
  body {
    font-size: 16px;
  }
}

a {
  color: #532d6d;
  transition: .2s color ease;
}

a:hover, a:focus {
  color: #111820;
  text-decoration: underline;
}

.yt-video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 1.875em;
  height: 0;
  overflow: hidden;
}

.yt-video-container iframe,
.yt-video-container object,
.yt-video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/**
*
* Typography
*
**/
html, body {
  color: #505050;
}

h1, h2, h3, h4, h5, h6, p {
  margin: 0px;
}

.small,
small {
  font-size: 13px;
}

.base {
  font-size: 16px;
}

p {
  margin: 10px 0px;
}

h1 {
  font-family: "Avenir Next", sans-serif;
  font-size: 50px;
  font-weight: bold;
  line-height: 1;
  text-transform: uppercase;
}

h2 {
  font-family: "Montserrat", sans-serif;
  font-size: 50px;
  font-weight: bold;
  line-height: 1;
}

@media screen and (min-width: 840px) {
  h2 {
    font-size: 35px;
  }
}

h3 {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #59386e;
  line-height: 1;
}

@media screen and (min-width: 840px) {
  h3 {
    font-size: 24px;
  }
}

h4 {
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
}

h5 {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: bold;
}

h6 {
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
}

li > p {
  padding-top: 0px;
}

a {
  transition: color .3s ease;
}

a:hover {
  color: #111820;
}

.list--alpha {
  list-style-type: lower-alpha;
}

#main {
  background-color: #fbf8f4;
  background-image: url(../images/bgd-texture.jpg);
  background-repeat: repeat;
  width: 100%;
  min-height: 100%;
  transition: transform .3s ease;
  margin-bottom: -270px;
  -webkit-backface-visibility: hidden;
}

@media screen and (min-width: 840px) {
  #main {
    margin-bottom: -200px;
  }
}

#main:after {
  content: "";
  display: block;
  height: 270px;
}

@media screen and (min-width: 840px) {
  #main:after {
    height: 200px;
  }
}

.container {
  width: 100%;
  max-width: 1200px;
  position: relative;
  margin: 0 auto;
  padding: 0px 20px;
}

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

.panel--box {
  background-color: #fff;
  position: relative;
  z-index: 10;
  border-radius: 4px;
  margin: 190px auto 40px;
  padding-bottom: 30px;
  box-shadow: 0px 2px 75px rgba(0, 0, 0, 0.15);
}

@media screen and (min-width: 0px) and (max-width: 839px) {
  .panel--box {
    margin: 130px 15px 40px;
  }
}

@media screen and (min-width: 840px) {
  .panel--box {
    max-width: 600px;
  }
}

@media screen and (min-width: 1200px) {
  .panel--box {
    max-width: 790px;
  }
}

.panel--box h1 {
  margin-top: 30px;
  margin-bottom: 40px;
  text-align: center;
  color: #505054;
}

.panel--box h2 {
  color: #505054;
}

.panel--box .container {
  padding: 0px 15px;
}

@media screen and (min-width: 840px) {
  .panel--box .container {
    padding: 0px 60px;
  }
}

.panel--box + .panel--box {
  margin-top: 10px;
}

.alert {
  text-align: center;
  color: #532d6d;
  font-style: italic;
}

@media screen and (min-width: 840px) {
  .alert {
    top: 140px;
  }
}

.alert p {
  margin-bottom: 0px;
}

.alert li {
  margin: 0px auto;
  padding: 0px;
  list-style: none;
}

header {
  position: relative;
  height: 83px;
  -webkit-backface-visibility: hidden;
}

@media screen and (min-width: 840px) {
  header {
    height: 83px;
  }
}

.header--fixed {
  box-shadow: 0px 2px 75px rgba(0, 0, 0, 0.15);
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 50;
  transition: all .3s ease;
}

.branding {
  position: absolute;
  top: 20px;
  left: 20px;
  transition: transform .3s ease;
}

@media screen and (min-width: 480px) {
  .branding {
    top: 26px;
    left: 20px;
  }
}

.branding__link {
  color: #000000;
  text-decoration: none;
}

.branding__link:hover, .branding__link:focus {
  color: #505054;
  text-decoration: none;
}

@media screen and (min-width: 0px) and (max-width: 479px) {
  .branding__link .logo-desktop {
    #display: none;
  }
}

.logo {
  width: 130px;
  height: 24px;
  transform: scale(1);
  transition: transform .3s ease;
}

.logo__outline {
  fill: #505054;
}

.branding__title {
  font-size: 16px;
}

@media screen and (min-width: 840px) {
  .branding__title {
    font-size: 20px;
  }
}

footer {
  position: relative;
  z-index: 5;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  height: 340px;
  transition: transform .3s ease;
  -webkit-backface-visibility: hidden;
}

@media screen and (min-width: 840px) {
  footer {
    height: 220px;
  }
}

footer .download-buttons {
  margin-bottom: 15px;
}

.footer__top {
  background-color: #dee8f1;
  padding: 31px 0px;
  color: #fff;
  overflow: hidden;
}

@media screen and (min-width: 840px) {
  .footer__top {
    border-bottom: 1px solid #fff;
  }
}

.download-buttons {
  font-size: 0px;
}

.footer__bottom {
  background-color: #dee8f1;
  color: #8a8a8d;
  overflow: hidden;
}

.footer__bottom p {
  margin: 0px auto 10px;
  font-size: 12px;
}

@media screen and (min-width: 840px) {
  .footer__bottom p {
    font-size: 9px;
  }
}

.footer__bottom a {
  color: #8a8a8d;
  text-decoration: none;
  border-bottom: 1px solid #8a8a8d;
}

.footer__nav {
  margin: 10px auto 10px;
  padding: 0px;
  list-style: none;
}

.footer__nav li {
  display: inline-block;
  margin: 0px 8px;
  font-size: 16px;
}

@media screen and (min-width: 840px) {
  .footer__nav li {
    font-size: 12px;
  }
}

.footer__title {
  color: #505054;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.header-container {
  position: fixed;
  top: 83px;
  bottom: 0px;
  right: 0px;
}

.navigation {
  text-align: right;
  text-align: left;
  transform: translateX(280px);
  transition: all .3s ease;
}

.navigation__container {
  background-color: #8a8a8d;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 280px;
  height: 100%;
  transition: all 1.25s;
  overflow-y: scroll;
}

.navigation__list {
  display: inline-block;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin: 20px 0px 0px;
  padding: 0px;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
}

@media screen and (min-width: 350px) {
  .navigation__list {
    margin-top: 40px;
  }
}

.navigation__list:last-child {
  margin-bottom: 20px;
}

@media screen and (min-width: 350px) {
  .navigation__list:last-child {
    margin-bottom: 60px;
  }
}

.navigation__item {
  margin: 0px auto;
  width: 100%;
  display: inline-block;
}

.navigation__item a {
  display: block;
  padding: 10px;
  padding-left: 40px;
  color: #fff;
  font-weight: normal;
  text-decoration: none;
  text-transform: uppercase;
}

@media screen and (min-width: 0px) and (max-width: 479px) {
  .navigation__item a {
    padding-top: 5px;
    padding-bottom: 5px;
  }
}

@media screen and (min-width: 840px) {
  .navigation__item a {
    transform: translateX(300px);
  }
}

.navigation__item a:hover, .navigation__item a:focus {
  text-decoration: underline;
}

.navigation__auth a {
  font-weight: bold;
}

.mobile-nav-button {
  position: absolute;
  top: 18px;
  right: 15px;
  width: 22px;
  height: 25px;
  cursor: pointer;
  opacity: 1;
  transition: transform .3s ease .1s;
  -webkit-tap-highlight-color: transparent;
}

@media screen and (min-width: 840px) {
  .mobile-nav-button {
    top: 29px;
    right: 60px;
  }
}

.mobile-nav-line {
  background-color: #8A8A8D;
  position: absolute;
  width: 22px;
  height: 3px;
  border-radius: 2px;
  transform: rotate(0deg) translateX(0) translateY(0);
  transition: all .2s ease;
}

.mobile-nav-line.mobile-nav-top {
  top: 0px;
  transform-origin: left top;
}

.mobile-nav-line.mobile-nav-mid {
  top: 11px;
}

.mobile-nav-line.mobile-nav-bottom {
  bottom: 0px;
}

.js-nav-visible {
  overflow: hidden;
}

.js-nav-visible .navigation {
  transform: translateX(0);
}

.js-nav-visible .mobile-nav-button {
  transform: rotate(135deg);
}

.js-nav-visible .mobile-nav-top {
  background-color: #fff;
  transform: rotate(90deg) translateX(-6px) translateY(-21px);
}

.js-nav-visible .mobile-nav-mid {
  background-color: #fff;
  opacity: 0;
}

.js-nav-visible .mobile-nav-bottom {
  background-color: #fff;
  transform: translateY(-9px);
}

.js-nav-visible .navigation__item a {
  opacity: 0;
}

.js-nav-visible .mobile-nav-line {
  width: 40px;
}

@media screen and (min-width: 0px) and (max-width: 839px) {
  .js-nav-visible .navigation__item a {
    animation: .3s navFade ease;
    animation-fill-mode: forwards;
  }
}

@media screen and (min-width: 840px) {
  .js-nav-visible .navigation__item a {
    animation: .3s navSlideIn ease;
    animation-fill-mode: forwards;
  }
}

.js-nav-visible .navigation__item:nth-child(1) a {
  animation-delay: 80ms;
}

.js-nav-visible .navigation__item:nth-child(2) a {
  animation-delay: 160ms;
}

.js-nav-visible .navigation__item:nth-child(3) a {
  animation-delay: 240ms;
}

.js-nav-visible .navigation__item:nth-child(4) a {
  animation-delay: 320ms;
}

.js-nav-visible .navigation__item:nth-child(5) a {
  animation-delay: 400ms;
}

.js-nav-visible .navigation__item:nth-child(6) a {
  animation-delay: 480ms;
}

.js-nav-visible #main, .js-nav-visible footer {
  transform: translateX(-280px);
}

.account-nav {
  position: absolute;
  top: 30px;
  right: 50px;
  margin: 0px;
  padding: 0px;
  list-style: none;
  font-size: 0px;
  transition: transform .3s ease;
}

@media screen and (min-width: 840px) {
  .account-nav {
    right: 120px;
  }
}

.account-nav__item {
  display: inline-block;
  margin: 0px 30px 0px 0px;
  padding: 0px;
}

.account-nav__item.active > .account-nav__link .account-nav__icon {
  stroke: #505054;
}

.account-nav__link {
  display: block;
}

.account-nav__icon {
  stroke: #999;
  transition: all .3s ease;
}

.icon-account__head {
  fill: #000;
  transition: all .3s ease;
}

.icon-account:hover .icon-account__head, .icon-account:focus .icon-account__head {
  fill: #999999;
  stroke: none;
}

.icon-cards .icon-cards__top-card {
  transition: transform .3s ease;
}

.icon-cards:hover .icon-cards__top-card, .icon-cards:focus .icon-cards__top-card {
  transform: rotate(8deg) translateX(2px);
}

.icon-settings:hover, .icon-settings:focus {
  transform: rotate(210deg);
}

@keyframes navSlideIn {
  100% {
    opacity: 1;
    transform: translateX(0px);
  }
}

@keyframes navFade {
  100% {
    opacity: 1;
  }
}

@keyframes blur {
  0%, 20% {
    -webkit-filter: blur(0px);
  }
  50% {
    -webkit-filter: blur(5px);
  }
  80%, 100% {
    -webkit-filter: blur(0px);
  }
}

.apple-button {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 30px auto 0px;
  width: 100%;
  max-width: 100%;
  height: 48px;
  border-radius: 5px;
  cursor: pointer;
  line-height: 1;
}

.button {
  background-color: #532d6d;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 30px auto 0px;
  width: 100%;
  max-width: 100%;
  height: 48px;
  border-radius: 5px;
  color: #fff;
  border: none;
  cursor: pointer;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
  line-height: 1;
  transition: background-color .3s ease;
}

.button:hover, .button:focus {
  background-color: #472b5b;
  color: #fff;
  text-decoration: none;
}

@media screen and (min-width: 480px) {
  .button {
    width: 365px;
  }
}

button.button span {
  display: block;
  margin: 0px auto;
  width: 100%;
  text-align: center;
}

.button--facebook {
  background-color: #3b5998;
}

.button--facebook:hover, .button--facebook:focus {
  background-color: #17326a;
}

.button--transparent {
  background-color: transparent;
  color: #532d6d;
  border: 1px solid #532d6d;
  max-width: 335px;
}

.download-button {
  margin-left: 5px;
  margin-right: 5px;
}

.download-button svg {
  width: 120px;
  height: 38px;
}

.download-button:hover .download-button__bgd {
  fill: rgba(0, 0, 0, 1.0);
}

.download-button:hover .download-button__bgd--g {
  fill: rgba(0, 0, 0, 1.0);
}

.download-button__bgd {
  fill: rgba(0, 0, 0, 1.0);
  transition: fill .3s ease;
}

.download-button__bgd--g {
  fill: rgba(0, 0, 0, 1.0);
}

.button--app {
  background-color: #fff;
  position: relative;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0px;
  padding-left: 20px;
  padding-right: 20px;
  color: #505050;
  text-transform: none;
}

.button--app:hover, .button--app:focus {
  background-color: #fff;
  color: #505050;
}

.button--app:after {
  position: absolute;
  top: 50%;
  right: 20px;
  width: 10px;
  height: 10px;
  border: 1px solid #c7c7cc;
  border-width: 1px 1px 0px 0px;
  transform: rotate(45deg) translateY(-50%);
  content: "";
}

.modal {
  background-color: rgba(0, 0, 0, 0.9);
  position: fixed;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: -100;
  padding: 40px;
  opacity: 0;
  overflow-y: scroll;
  transform: scale(0.75);
  transition: transform .3s ease, opacity .3s ease;
}

.modal__container {
  background-color: #fbf8f4;
  position: relative;
  margin: 0px auto;
  padding: 30px;
  text-align: center;
}

@media screen and (min-width: 480px) {
  .modal__container {
    padding: 40px;
  }
}

.js-modal-visible {
  overflow: hidden;
}

.js-modal-shown {
  opacity: 1;
  z-index: 1000;
  transform: scale(1);
}

.modal__close-button {
  background-color: transparent;
  position: absolute;
  top: 10px;
  right: 10px;
  border: none;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  color: #fff;
  overflow: hidden;
  opacity: 1;
  transition: opacity .3s ease;
  outline: none;
}

.modal__close-button:hover, .modal__close-button:focus {
  opacity: .7;
}

.modal__close-button svg {
  fill: #000;
  pointer-events: none;
}

@media screen and (min-width: 840px) {
  .form__inputs {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media screen and (min-width: 840px) {
  .form__inputs + .button {
    margin-top: 10px;
  }
}

@media screen and (min-width: 840px) {
  .form__inputs--1col {
    margin-left: auto;
    margin-right: auto;
    width: 50%;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media screen and (min-width: 840px) {
  .form__inputs--1col .form__row {
    width: 100%;
  }
}

@media screen and (min-width: 840px) {
  .form__inputs--centered {
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.form__row {
  position: relative;
  margin-bottom: 20px;
}

@media screen and (min-width: 840px) {
  .form__row {
    width: 48%;
  }
}

.form__row label {
  display: block;
  margin-bottom: 5px;
  font-size: 12px;
  float: left;
}

.form__row label.optional {
  font-style: italic;
  float: right;
  opacity: .5;
}

.form__row input[type="text"],
.form__row input[type="email"],
.form__row input[type="password"],
.form__row input[type="tel"],
.form__row input[type="date"] {
  width: 100%;
  height: 42px;
  padding-left: 10px;
  padding-right: 10px;
  border: 1px solid #e1e1e1;
}

.form__row select {
  background: #fff;
  width: 100%;
  height: 42px;
  line-height: 42px;
  border: 1px solid #e1e1e1;
}

@media screen and (min-width: 840px) {
  .form__row--checkbox {
    margin-bottom: 0px;
  }
}

.form__row--checkbox > label {
  margin-bottom: 15px;
  float: none;
}

.checkboxes {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.checkboxes__item {
  width: 50%;
}

.checkboxes__item label {
  font-size: 16px;
}

.checkboxes__item input[type="checkbox"] {
  margin-right: 5px;
}

.checkboxes__item--single {
  width: 100%;
}

.form__row--dob .dob-fields {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: start;
  align-items: flex-start;
}

.form__row--dob .dob-fields__field {
  width: 49%;
}

.form__row--agree .agree_check {
  display: inline;
}

.form__row--agree .agree_label {
  display: inline;
  padding-left: 5px;
  float: none;
}

.parsley-errors-list {
  margin: 10px 0px 0px;
  padding-left: 10px;
  font-size: 12px;
  font-style: italic;
  color: #f00;
  list-style: none;
}

.parsley-errors-list li {
  margin: 0px;
  padding: 0px;
}

.form__row input[type="text"].parsley-error,
.form__row input[type="email"].parsley-error,
.form__row input[type="password"].parsley-error,
.form__row input[type="tel"].parsley-error,
.form__row input[type="date"].parsley-error,
.form__row select.parsley-error {
  background-color: #f2dede;
  color: #a94442;
  border-color: #eed3d7;
}

.form__row input[type="text"].parsley-success,
.form__row input[type="email"].parsley-success,
.form__row input[type="password"].parsley-success,
.form__row input[type="tel"].parsley-success,
.form__row input[type="date"].parsley-success,
.form__row select.parsley-success {
  background-color: #dff0d8;
  color: #3c763d;
  border-color: #d6e9c6;
}

.form__row input:disabled {
  background-image: url(../images/lock.svg);
  background-repeat: no-repeat;
  background-position: right 10px center;
  padding-right: 25px;
  color: rgba(80, 80, 80, 0.8);
}

.form__hint {
  margin-top: 5px;
  font-size: 12px;
  font-style: italic;
}

#ui-datepicker-div {
  font-family: "Montserrat", sans-serif;
}

#ui-datepicker-div .ui-datepicker-header {
  background: #532d6d;
  color: #fff;
}

#ui-datepicker-div .ui-datepicker-header .ui-corner-all:not(.ui-state-disabled) {
  transform-origin: center;
  border: none;
  top: 2px;
  background: #dadada url("images/ui-bg_glass_75_dadada_1x400.png") 50% 50% repeat-x;
  font-weight: normal;
  cursor: pointer;
}

#ui-datepicker-div .ui-datepicker-header .ui-corner-all:not(.ui-state-disabled):hover {
  border: #222 solid .5px;
  color: #FFF;
}

#ui-datepicker-div .ui-datepicker-header .ui-datepicker-prev {
  left: 3px;
}

#ui-datepicker-div .ui-datepicker-header .ui-datepicker-next {
  right: 3px;
}

#ui-datepicker-div th {
  font-family: "Montserrat", sans-serif;
}

.hero {
  background-position: center center;
  background-size: cover;
  position: relative;
}

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

.bgd-split {
  background-size: cover;
  position: absolute;
  z-index: 1;
  top: 0px;
  left: 0px;
  right: 0px;
  height: 793px;
}

.bgd-split--full {
  height: 100vh;
}

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