/* http://meyerweb.com/eric/tools/css/reset/
   v2.0-modified | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

strong {
  font-weight: bold; }

/* make sure to set some focus styles for accessibility */
:focus {
  outline: 0; }

* {
  box-sizing: border-box; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

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

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

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

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

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  max-width: 100%; }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none; }

/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */ }

/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0; }

/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0; }

/**
 * 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 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */ }

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */ }

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal; }

/**
 * 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 Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
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.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */ }

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Remove inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

html,
button,
input,
select,
textarea {
  color: #222; }

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

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

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

fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

textarea {
  resize: vertical; }

.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0; }

.row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -16px;
  margin-right: -16px; }
  @media (min-width: 768px) {
    .row {
      flex-flow: nowrap;
      margin-left: -32px;
      margin-right: -32px; }
      .row.row--align-center {
        align-items: center; }
      .row.row--justify-between {
        justify-content: space-between; }
      .row.row--justify-center {
        justify-content: center; }
      .row.row--wrap {
        flex-flow: wrap; } }
  @media (min-width: 960px) {
    .row {
      /* Set Row to use Grid instead of Flex */ }
      .row.row--grid {
        display: grid !important; } }

.col {
  flex-basis: 100%;
  flex-grow: 1;
  max-width: 100%;
  padding: 0 16px; }
  @media (min-width: 768px) {
    .col {
      padding: 0 32px; } }
  @media (min-width: 768px) {
    .row--col-2 .col {
      max-width: 50%; } }
  .col.col--full-width {
    max-width: 100%; }
    @media (min-width: 960px) {
      .col.col--full-width {
        margin: 0 auto;
        max-width: 80%; } }
  @media (min-width: 768px) {
    .col.col-4 {
      flex: 0 0 33.3333%;
      max-width: 33.3333%; } }
  @media (min-width: 768px) {
    .col.col-5 {
      flex: 41.6667%;
      max-width: 41.6667%; } }
  @media (min-width: 768px) {
    .col.col-6 {
      flex: 50%;
      max-width: 50%; } }
  @media (min-width: 768px) {
    .col.col-7 {
      flex: 58.3334%;
      max-width: 58.3334%; } }

.m-0 {
  margin: 0; }

/* Heading Typescale */
h1, h2, h3, h4, h5, h6 {
  font-weight: 700; }

h1 {
  font-size: 3rem;
  line-height: 1.2; }
  @media (min-width: 960px) {
    h1 {
      font-size: 4rem;
      /* 64px */ } }

h2 {
  font-size: 2rem;
  line-height: 1.4; }
  @media (min-width: 960px) {
    h2 {
      font-size: 3.5rem;
      /* 56px */
      line-height: 1.2; } }

h3 {
  font-size: 2rem;
  line-height: 1.4; }
  @media (min-width: 960px) {
    h3 {
      font-size: 3rem;
      /* 48px */
      line-height: 1.2; } }

h4 {
  font-size: 2rem;
  line-height: 1.4;
  margin-bottom: 0.5rem; }
  @media (min-width: 960px) {
    h4 {
      font-size: 2.25rem;
      /* 36px */
      line-height: 1.2;
      margin-bottom: 1rem; } }

h5 {
  font-size: 2rem;
  line-height: 1.4; }
  @media (min-width: 960px) {
    h5 {
      font-size: 1.75rem;
      /* 28px */
      line-height: 1.2; } }

h6 {
  font-size: 2rem;
  line-height: 1.4; }
  @media (min-width: 960px) {
    h6 {
      font-size: 1.25rem;
      /* 20px */
      line-height: 1.2; } }

ul,
ol {
  margin: 0 0 32px 16px;
  padding: 0;
  list-style: none; }
  @media (min-width: 768px) {
    ul,
    ol {
      padding-left: 40px; } }
  ul li,
  ol li {
    font-size: 1.125rem;
    /* 18px */
    line-height: 1.5; }
    @media (min-width: 768px) {
      ul li,
      ol li {
        font-size: 1.25rem;
        line-height: 1.5; } }

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

.list--bullets li {
  list-style-type: disc; }

ol li {
  list-style-type: decimal; }

a {
  border-bottom: 2px solid transparent;
  color: #ff5651;
  transition: 0.3s ease all; }
  a:visited {
    border-bottom: 1px solid #ff5651; }
  a:hover, a:active {
    border-bottom: 2px solid #ff5651; }
  a.anchor--alt {
    border-bottom: 2px solid #ffffff;
    color: #ffffff; }
    a.anchor--alt:visited {
      border-bottom: 1px solid #ffffff; }
    a.anchor--alt:hover, a.anchor--alt:active {
      border-bottom: 2px solid transparent; }

.btn {
  background: #268be3;
  border: 2px solid transparent;
  color: #ffffff;
  display: inline-block;
  padding: 1rem;
  text-align: center;
  text-transform: uppercase; }
  .btn:hover, .btn:active {
    background: rgba(38, 139, 227, 0.8);
    border: 2px solid #268be3; }
  .btn:focus {
    background: #ffffff;
    border: 2px solid #268be3;
    color: #268be3; }

.btn--red,
.btn--secondary {
  background: #ff5651;
  border: 2px solid transparent;
  color: #ffffff;
  display: inline-block;
  padding: 16px 32px;
  text-align: center;
  text-transform: uppercase; }
  .btn--red:hover, .btn--red:active,
  .btn--secondary:hover,
  .btn--secondary:active {
    background: rgba(255, 86, 81, 0.8);
    border: 2px solid #ff5651; }
  .btn--red:focus,
  .btn--secondary:focus {
    background: #ffffff;
    border: 2px soild #ff5651;
    color: #ff5651; }

.btn--outline,
.btn--tertiary {
  background: #268be3;
  border: 2px solid transparent;
  color: #ffffff;
  display: inline-block;
  padding: 1rem;
  text-align: center;
  text-transform: uppercase;
  background: transparent;
  border: 2px solid #268be3;
  color: #268be3; }
  .btn--outline:hover, .btn--outline:active,
  .btn--tertiary:hover,
  .btn--tertiary:active {
    background: rgba(38, 139, 227, 0.8);
    border: 2px solid #268be3; }
  .btn--outline:focus,
  .btn--tertiary:focus {
    background: #ffffff;
    border: 2px solid #268be3;
    color: #268be3; }
  .btn--outline:hover, .btn--outline:active,
  .btn--tertiary:hover,
  .btn--tertiary:active {
    background: #268be3;
    color: #ffffff; }

.btn--text-only {
  background: transparent;
  padding: 0;
  outline: 0;
  border: 0; }

input {
  padding: 16px 32px; }

/* Embedded Form Resets */
.can_embed.form #can_embed_form_inner > h2,
#can_embed_form h4,
#can_embed_form:not(.full) #action_info,
#can_embed_form #d_sharing,
#can_embed_form #logo_wrap {
  display: none !important; }

.can_embed #can_embed_form.can_float #form_col1,
.can_embed #can_embed_form.can_float #form_col2 {
  width: 100% !important; }

.hero__form {
  /* Float Label position */ }
  .hero__form #can_embed_form input[type="text"],
  .hero__form #can_embed_form input[type="password"],
  .hero__form #can_embed_form input[type="url"],
  .hero__form #can_embed_form input[type="email"],
  .hero__form #can_embed_form input[type="tel"],
  .hero__form #can_embed_form input[type="number"] {
    border: 0 !important;
    border-bottom: 1px solid #b0b0b0 !important;
    height: auto !important;
    line-height: 1 !important;
    padding: 1rem 0 .25rem 0 !important;
    margin-bottom: 20px !important; }
    .hero__form #can_embed_form input[type="text"]:focus,
    .hero__form #can_embed_form input[type="password"]:focus,
    .hero__form #can_embed_form input[type="url"]:focus,
    .hero__form #can_embed_form input[type="email"]:focus,
    .hero__form #can_embed_form input[type="tel"]:focus,
    .hero__form #can_embed_form input[type="number"]:focus {
      border-bottom: 1px solid #268be3 !important; }
    .hero__form #can_embed_form input[type="text"].error_input,
    .hero__form #can_embed_form input[type="password"].error_input,
    .hero__form #can_embed_form input[type="url"].error_input,
    .hero__form #can_embed_form input[type="email"].error_input,
    .hero__form #can_embed_form input[type="tel"].error_input,
    .hero__form #can_embed_form input[type="number"].error_input {
      border: 0 !important;
      border-bottom: 1px solid #ff5651 !important;
      box-shadow: none !important; }
      .hero__form #can_embed_form input[type="text"].error_input:focus,
      .hero__form #can_embed_form input[type="password"].error_input:focus,
      .hero__form #can_embed_form input[type="url"].error_input:focus,
      .hero__form #can_embed_form input[type="email"].error_input:focus,
      .hero__form #can_embed_form input[type="tel"].error_input:focus,
      .hero__form #can_embed_form input[type="number"].error_input:focus {
        border: 0 !important;
        border-bottom: 1px solid #ff5651 !important;
        box-shadow: none !important; }
  .hero__form #can_embed_form .floatlabel-wrapper .floatlabel-label::after {
    display: none !important; }
  .hero__form #can_embed_form .floatlabel-wrapper .floatlabel-label.floatlabel-label-focus {
    color: #17194a !important; }
  .hero__form #can_embed_form .floatlabel-wrapper .floatlabel-label {
    left: 0 !important;
    padding: 0 !important; }
  .hero__form #can_embed_form .floatlabel-wrapper .floatlabel-label-active {
    color: #17194a !important;
    font-weight: bold !important;
    left: 0 !important;
    padding: 0 !important;
    top: -5px !important; }
    .hero__form #can_embed_form .floatlabel-wrapper .floatlabel-label-active:after {
      display: none !important; }

.can_embed #can_embed_form {
  background-color: transparent !important;
  border: 0 !important;
  font-family: proxima-nova, sans-serif !important;
  padding: 0 !important; }
  .can_embed #can_embed_form input {
    font-family: proxima-nova, sans-serif !important; }
  .can_embed #can_embed_form ::-webkit-input-placeholder {
    text-transform: uppercase; }
  .can_embed #can_embed_form ::-moz-placeholder {
    text-transform: uppercase; }
  .can_embed #can_embed_form :-ms-input-placeholder {
    text-transform: uppercase; }
  .can_embed #can_embed_form :-moz-placeholder {
    text-transform: uppercase; }

.can_embed #can_embed_form input[type="submit"] {
  padding: 1rem 2rem !important;
  margin-bottom: 1.25rem !important; }
  .can_embed #can_embed_form input[type="submit"]:hover, .can_embed #can_embed_form input[type="submit"]:active, .can_embed #can_embed_form input[type="submit"]:focus {
    background: rgba(38, 139, 227, 0.8); }

.can_button,
.can_embed #can_embed_form input[type="submit"],
#can_embed_form .button,
#donate_auto_modal input[type="submit"],
#donate_auto_modal .button,
#donate_make_recurring_modal input[type="submit"],
#donate_make_recurring_modal .button {
  background-color: #268be3 !important;
  font-weight: bold !important;
  font-size: 1.2rem !important; }
  .can_button:hover, .can_button:active, .can_button:focus,
  .can_embed #can_embed_form input[type="submit"]:hover,
  .can_embed #can_embed_form input[type="submit"]:active,
  .can_embed #can_embed_form input[type="submit"]:focus,
  #can_embed_form .button:hover,
  #can_embed_form .button:active,
  #can_embed_form .button:focus,
  #donate_auto_modal input[type="submit"]:hover,
  #donate_auto_modal input[type="submit"]:active,
  #donate_auto_modal input[type="submit"]:focus,
  #donate_auto_modal .button:hover,
  #donate_auto_modal .button:active,
  #donate_auto_modal .button:focus,
  #donate_make_recurring_modal input[type="submit"]:hover,
  #donate_make_recurring_modal input[type="submit"]:active,
  #donate_make_recurring_modal input[type="submit"]:focus,
  #donate_make_recurring_modal .button:hover,
  #donate_make_recurring_modal .button:active,
  #donate_make_recurring_modal .button:focus {
    background: rgba(38, 139, 227, 0.8) !important; }

/* Returning user message */
.can_embed #can_embed_form #action_welcome_message #action_welcome_message_inner {
  background: transparent !important;
  border-top: 1px solid transparent !important;
  padding: 0 !important;
  padding-top: 1rem !important; }

.can_embed #can_embed_form #action_welcome_message #action_welcome_message_inner div {
  color: #17194a !important;
  font-family: proxima-nova, sans-serif !important; }

.can_embed #can_embed_form #action_welcome_message #action_welcome_message_inner div > div {
  font-size: 1.75rem !important;
  font-weight: bold !important;
  line-height: 1.3 !important; }

.can_embed #can_embed_form #action_welcome_message #action_welcome_message_inner > div > div:last-child {
  color: #17194a !important; }

.can_embed #can_embed_form small {
  color: #17194a !important;
  font-size: 14px !important; }

.can_embed #can_embed_form #d_sharing {
  border-top: 1px solid #ffffff !important; }

/* Spinner */
.can_embed #can_embed_form .ajax-loading {
  top: 16px !important;
  right: 16px !important;
  margin: 0 !important;
  float: none !important;
  position: absolute !important; }

/* Link color */
.can_embed #can_embed_form a {
  color: #ff5651 !important; }
  .can_embed #can_embed_form a:hover, .can_embed #can_embed_form a:active, .can_embed #can_embed_form a:focus {
    color: rgba(255, 86, 81, 0.8) !important; }

/* Form wrapper */
.form__wrapper {
  background: #ffffff;
  box-shadow: 0 30px 60px -12px rgba(23, 25, 74, 0.25), 0 18px 36px -18px rgba(0, 0, 0, 0.3), 0 -12px 36px -8px rgba(0, 0, 0, 0.025);
  padding: 2rem; }

/* Form thank yous */
.form__thank-you {
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  padding: 1.5rem 0; }

@media (min-width: 960px) {
  .form__btn-wrap {
    display: flex;
    justify-content: space-between; } }
.form__btn-wrap .btn {
  margin-bottom: 1rem;
  width: 100%; }
  @media (min-width: 960px) {
    .form__btn-wrap .btn {
      margin-bottom: 0;
      margin-right: 1rem;
      width: auto; } }
  .form__btn-wrap .btn:last-of-type {
    margin-right: 0; }

.site-header {
  height: 90px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 99; }
  .page .site-header {
    background: #17194a; }

.site-header__inner {
  align-items: center;
  display: flex;
  height: 100%;
  padding: 0 16px;
  justify-content: space-between; }

.logo__wrapper {
  max-width: 175px; }
  @media (min-width: 420px) {
    .logo__wrapper {
      max-width: 230px; } }

/* TODO: remove after logo is added */
.logo__wrapper p {
  margin-bottom: 0; }

.logo {
  border-bottom: 0; }
  .logo:hover, .logo:active {
    border-bottom: 0; }

.site-nav-primary {
  display: none; }
  @media (min-width: 768px) {
    .site-nav-primary {
      display: block; } }

.site-navigation__list {
  margin: 0; }

.site-navigation__link {
  border-bottom: 0;
  color: #fff;
  font-size: 16px;
  line-height: 1.4;
  font-weight: bold;
  letter-spacing: 1px;
  padding: 10px 20px;
  position: relative;
  text-transform: uppercase;
  transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1);
  z-index: 2; }
  .site-navigation__link:after {
    content: '';
    background: transparent;
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transform: skew(-15deg);
    transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1);
    width: 0;
    z-index: -1; }
  .site-navigation__link:hover, .site-navigation__link:active, .site-navigation__link.is-current-page {
    border-bottom: 0;
    color: #17194a; }
    .site-navigation__link:hover:after, .site-navigation__link:active:after, .site-navigation__link.is-current-page:after {
      content: '';
      background: white;
      left: 0;
      transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1);
      width: 100%; }

/* MOBILE NAV */
.site-nav-mobile {
  background: #000000;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  transform: translateX(100%);
  transition: transform cubic-bezier(0.645, 0.045, 0.355, 1) 0.3s; }
  .site-nav-mobile.menu-is-open {
    transform: translateX(0);
    z-index: 999; }
  @media (min-width: 768px) {
    .site-nav-mobile {
      display: none;
      visibility: hidden; } }
  .site-nav-mobile .site-navigation {
    margin-top: 3rem; }
  .site-nav-mobile .site-navigation__list {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: auto; }
  .site-nav-mobile .site-navigation__list-item {
    list-style: none;
    text-align: center; }
  .site-nav-mobile .site-navigation__link {
    border-bottom: 2px solid transparent;
    display: block;
    font-size: 28px;
    line-height: 38px;
    margin-bottom: 32px;
    padding: 0; }
    .site-nav-mobile .site-navigation__link:after {
      display: none; }
    .site-nav-mobile .site-navigation__link:hover, .site-nav-mobile .site-navigation__link:active, .site-nav-mobile .site-navigation__link:focus {
      border-bottom: 2px solid #ffffff;
      color: #ffffff; }
    .site-nav-mobile .site-navigation__link.is-current-page {
      border-bottom: 2px solid #ffffff;
      color: #ffffff; }

.site-nav-mobile__wrap {
  box-sizing: border-box;
  position: relative;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 3rem; }

.site-nav-mobile__trigger {
  border-bottom: 0;
  color: #ffffff;
  display: block;
  font-size: 2rem; }
  .site-nav-mobile__trigger:hover, .site-nav-mobile__trigger:active {
    border-bottom: 0; }

.site-nav-mobile--close {
  position: absolute;
  top: 2rem;
  right: 1rem;
  padding: 0 1rem; }

.site-nav-mobile--open {
  display: block;
  text-align: center; }
  @media (min-width: 768px) {
    .site-nav-mobile--open {
      display: none; } }
  .site-nav-mobile--open:hover, .site-nav-mobile--open:active {
    color: #ff5651; }

.site-nav-mobile__trigger-title {
  display: block;
  font-size: 10px;
  letter-spacing: 0.5px;
  text-transform: uppercase; }
  .site-nav-mobile__trigger-title:hover, .site-nav-mobile__trigger-title:active {
    color: #ff5651; }

.hero {
  padding: 120px 0 60px 0;
  position: relative; }
  @media (min-width: 960px) {
    .hero {
      padding: 190px 0 210px 0; } }
  .hero:after {
    content: '';
    height: 100%;
    width: 100%;
    position: absolute;
    background: #17194a;
    top: 0;
    left: 0;
    z-index: -2; }
  .home .hero {
    overflow: hidden; }
  .hero h1 {
    font-size: 2.5rem;
    margin-bottom: 1rem; }
    @media (min-width: 960px) {
      .hero h1 {
        font-size: 3.75rem;
        line-height: 1.1; } }
    @media (min-width: 1300px) {
      .hero h1 {
        font-size: 4.625rem;
        /* 74px */ } }
  .hero .header--highlight {
    color: #ff5651;
    display: inline-block; }
  @media (min-width: 768px) {
    .hero .content-wrap {
      align-items: center;
      justify-content: space-around; } }
  .hero.hero--center {
    justify-content: center;
    text-align: center; }

.hero__bg-img {
  background-position: center center;
  background-size: cover;
  display: block;
  filter: grayscale(100%) opacity(0.1);
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1; }

.hero__content {
  margin-bottom: 1.5rem;
  /* 24px */
  flex: 0 0 100%;
  /* CASE: Homepage */
  /* Center content */ }
  @media (min-width: 768px) {
    .hero__content {
      margin-bottom: 0;
      flex: 1 1 auto; } }
  @media (min-width: 768px) {
    .home .hero__content {
      flex: 1 1 50%; } }
  @media (min-width: 1300px) {
    .home .hero__content {
      flex: 0 1 730px;
      max-width: 730px; } }
  .hero__content h2 {
    margin-bottom: 1rem; }
  .hero__content p {
    font-size: 1.5rem;
    line-height: 1.5; }
    @media (min-width: 960px) {
      .home .hero__content p {
        max-width: 85%; } }
  .hero--center .hero__content {
    margin-bottom: 0;
    width: 100%; }
    @media (min-width: 768px) {
      .hero--center .hero__content p {
        margin: 0 auto;
        max-width: 60%; } }

.hero-form__wrap {
  position: relative;
  padding-top: 1rem;
  width: 100%;
  flex: 1; }
  @media (min-width: 1300px) {
    .hero-form__wrap {
      flex: 1;
      max-width: 30%; } }

.hero-form__placeholder-wrap {
  position: absolute;
  top: 1rem;
  left: 1rem;
  height: 100%;
  width: 100%;
  display: none; }
  .hero-form__placeholder-wrap.loaded {
    display: none; }

.hero-form__placeholder {
  background: rgba(255, 255, 255, 0.6);
  display: block;
  height: 3rem;
  position: relative;
  width: 100%;
  margin-bottom: 1rem;
  z-index: 1; }

.hero__form {
  position: relative;
  z-index: 9; }

.intro-block {
  background: #993399;
  padding-top: 2rem; }
  @media (min-width: 768px) {
    .intro-block {
      padding-top: 0; } }
  @media (min-width: 768px) {
    .intro-block .col {
      width: 50%; } }

.intro__content {
  padding-bottom: 2rem;
  padding-top: 2rem; }
  @media (min-width: 768px) {
    .intro__content {
      align-self: center; } }
  .intro__content p:last-of-type {
    margin-bottom: 0; }

.intro__img {
  align-items: flex-end;
  display: flex;
  text-align: right; }
  @media (min-width: 960px) {
    .intro__img {
      display: block; } }
  .intro__img.intro__img--pull-up {
    margin-top: 1rem; }
    @media (min-width: 1300px) {
      .intro__img.intro__img--pull-up {
        margin-top: -9rem; } }

.image-row {
  background: #ffffff;
  color: #17194a;
  padding: 60px 0; }

.image-row__header {
  margin-bottom: 70px;
  text-align: center; }
  .image-row__header h3 {
    font-size: 2.5rem;
    text-transform: uppercase; }
  .image-row__header p {
    color: #17194a;
    font-size: 20px;
    line-height: 1.8;
    margin-bottom: 0; }

@media (min-width: 960px) {
  .image-row__wrap {
    margin: 0 auto;
    max-width: 83.334%; } }
.image-row__wrap .row {
  flex-flow: row wrap; }
  @media (min-width: 768px) {
    .image-row__wrap .row {
      flex-flow: row nowrap; } }
.image-row__wrap .col {
  color: #17194a;
  margin-bottom: 2rem;
  text-align: center; }
  @media (min-width: 768px) {
    .image-row__wrap .col {
      margin-bottom: 0;
      width: 33.333%; } }

.image-row__image {
  display: block;
  height: 140px;
  max-height: 140px;
  margin-bottom: 24px; }
  .image-row__image img {
    height: 100%;
    object-fit: contain;
    width: 100%; }

.image-row__text {
  font-size: 18px;
  line-height: 1.4;
  padding: 0 2rem; }

.testimonial {
  background: #020024;
  background: linear-gradient(160deg, #020024 0%, #17194a 41%, #ff5651 100%);
  border-bottom: 2px solid rgba(0, 0, 0, 0.7);
  padding: 60px 0; }
  @media (min-width: 1300px) {
    .testimonial {
      padding: 60px 0 60px 0;
      margin: 0 auto; } }

.testimonial__wrap {
  position: relative;
  box-sizing: border-box;
  margin: 0 auto;
  margin-top: 8rem; }
  @media (min-width: 1300px) {
    .testimonial__wrap {
      max-width: 83.334%; } }
  .testimonial__wrap .row {
    flex-wrap: wrap; }
    @media (min-width: 960px) {
      .testimonial__wrap .row {
        flex-wrap: nowrap; } }
  .testimonial__wrap .col {
    margin-bottom: 8rem; }
    @media (min-width: 960px) {
      .testimonial__wrap .col {
        flex: 0 0 45%;
        max-width: 45%;
        margin-bottom: 0; } }

.testimonial__wrapper {
  background: #ffffff;
  box-shadow: 0 30px 60px -12px rgba(23, 25, 74, 0.25), 0 18px 36px -18px rgba(0, 0, 0, 0.3), 0 -12px 36px -8px rgba(0, 0, 0, 0.025);
  padding: 0 2rem 2rem; }

.testimonial__quote blockquote {
  color: #17194a;
  font-family: Georgia, sans-serif;
  font-size: 20px; }
  .testimonial__quote blockquote p {
    font-size: 20px;
    margin-bottom: 32px; }
  .testimonial__quote blockquote cite {
    font-style: italic; }

.testimonial__image {
  margin-bottom: -3rem;
  transform: translateY(-5rem);
  position: relative;
  text-align: center;
  max-width: 200px; }
  @media (min-width: 768px) {
    .testimonial__image {
      padding: 0; } }
  @media (min-width: 1300px) {
    .testimonial__image {
      margin: 0 auto -3rem auto; } }

.testimonial__image-img {
  border: 5px solid #ffffff;
  border-radius: 100%; }

.testimonial__image-logo {
  border: 0;
  height: 70px;
  width: 70px;
  border-radius: 100px;
  position: absolute;
  bottom: 0;
  right: -1rem;
  display: none; }
  @media (min-width: 768px) {
    .testimonial__image-logo {
      bottom: 0;
      position: absolute;
      right: 1rem; } }
  @media (min-width: 1300px) {
    .testimonial__image-logo {
      bottom: -1rem;
      right: 0; } }

.image-text {
  background: #17194a;
  overflow: hidden;
  position: relative;
  z-index: 3; }
  @media (min-width: 768px) {
    .image-text {
      padding: 100px 0; }
      .image-text + .image-text {
        padding: 50px 0; } }
  .image-text .row {
    display: block; }
    @media (min-width: 768px) {
      .image-text .row {
        display: flex;
        justify-content: flex-end; } }
  .image-text .col {
    width: auto; }
    @media (min-width: 768px) {
      .image-text .col {
        width: 50%; } }

.image-text--align-right {
  /* CASE: align items flex-end */ }
  .image-text--align-right .image-text__content {
    order: 2; }
  .image-text--align-right .image-text__image {
    order: 1; }
  .image-text--align-right .row {
    justify-content: flex-start; }

.image-text__content {
  margin: 50px 0; }
  @media (min-width: 768px) {
    .image-text__content {
      margin: 0;
      flex-basis: 41.667% !important; } }

.image-text__image-wrap {
  position: relative; }
  @media (min-width: 768px) {
    .image-text__image-wrap {
      flex-basis: 58.3334% !important; } }

.divider {
  background: #17194a;
  overflow: hidden;
  padding: 60px 0;
  text-align: center;
  border-bottom: 2px solid rgba(0, 0, 0, 0.7);
  border-top: 2px solid rgba(0, 0, 0, 0.7); }
  .divider h3 {
    color: #17194a;
    display: inline-block;
    font-size: 2.5rem;
    padding: 10px 30px;
    position: relative;
    text-transform: uppercase;
    z-index: 3; }
    .divider h3:after {
      content: '';
      background: #ffffff;
      display: block;
      left: 0;
      position: absolute;
      transform: skew(-20deg);
      height: 100%;
      width: 100%;
      z-index: -1;
      top: 0; }
  .divider p {
    color: #ffffff;
    display: inline-block;
    margin-bottom: 0;
    margin-left: 25%;
    margin-top: -10px;
    position: relative;
    padding: 20px 30px 10px 30px;
    z-index: 1; }
    .divider p:after {
      content: '';
      background: #993399;
      display: block;
      left: 0;
      position: absolute;
      transform: skew(-20deg);
      height: 100%;
      width: 100%;
      z-index: -1;
      top: 0; }

.cta {
  background: #993399; }
  @media (min-width: 768px) {
    .cta .row--grid {
      display: grid;
      grid-template-rows: auto;
      align-items: center;
      grid-template-columns: 50% auto;
      margin: 0; } }

.cta__image-wrap {
  height: 100%;
  min-height: 300px;
  padding: 0;
  position: relative; }
  @media (min-width: 768px) {
    .cta__image-wrap {
      position: relative;
      left: 100%;
      margin-left: -50vw;
      padding: 0;
      width: 50vw; }
      .cta__image--right .cta__image-wrap {
        left: 0;
        order: 2;
        margin-left: 0;
        right: 100%;
        margin-right: -50vw; } }
  @media (min-width: 960px) {
    .cta__image-wrap {
      min-height: 400px; } }
  @media (min-width: 1300px) {
    .cta__image-wrap {
      min-height: 500px;
      max-width: none;
      left: 0;
      margin-left: -200px;
      width: auto; } }

.cta__image {
  background-size: cover;
  background-position: center center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.cta__content {
  padding-bottom: 32px;
  padding-top: 32px;
  width: auto; }
  @media (min-width: 960px) {
    .cta__content {
      padding-bottom: 60px;
      padding-top: 60px; } }
  @media (min-width: 1300px) {
    .cta__content {
      max-width: none;
      padding-left: 60px; } }
  .cta__image--right .cta__content {
    order: 1; }

.cta__bg-img {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  filter: grayscale(100%) opacity(0.2);
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1; }

.cta--full-width {
  padding: 60px 0; }
  @media (min-width: 960px) {
    .cta--full-width {
      padding: 120px 0; } }
  @media (min-width: 768px) {
    .cta--full-width .col {
      margin: 0 auto;
      width: 80%; } }
  @media (min-width: 960px) {
    .cta--full-width .col {
      width: 66.667%; } }
  .cta--full-width .cta__title {
    font-size: 28px;
    margin-bottom: 32px;
    text-transform: uppercase;
    text-align: center; }
  @media (min-width: 768px) {
    .cta--full-width .columns {
      text-align: left; } }
  @media (min-width: 960px) {
    .cta--full-width .columns {
      columns: 2 auto;
      column-gap: 48px; } }

.cta__link {
  box-shadow: 0 4px 6px rgba(23, 25, 74, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
  text-shadow: 0 1px 3px rgba(23, 25, 74, 0.4); }

.cta__list {
  margin-bottom: 0; }

.cta--has-bg-image {
  background: transparent;
  position: relative; }

.price-block__wrap {
  background: #268be3;
  padding: 60px 0; }
  @media (min-width: 960px) {
    .price-block__wrap {
      padding: 120px 0 88px 0; } }

.price-block {
  background: #ffffff;
  color: #17194a;
  padding: 24px;
  margin-bottom: 60px;
  text-align: center; }
  @media (min-width: 960px) {
    .price-block {
      margin: -250px auto 60px auto;
      padding: 50px;
      width: 50%; } }
  .price-block h3 {
    display: inline-block;
    border-bottom: 3px solid #17194a;
    font-size: 1.5rem;
    text-transform: uppercase;
    margin-bottom: 24px;
    position: relative; }
    @media (min-width: 768px) {
      .price-block h3 {
        font-size: 36px;
        margin-bottom: 48px; } }
  .price-block p {
    font-size: 24px; }
    @media (min-width: 768px) {
      .price-block p {
        font-size: 30px; } }
  .price-block .price-block__price {
    font-size: 80px;
    font-weight: bold; }
    @media (min-width: 768px) {
      .price-block .price-block__price {
        font-size: 100px; } }
  .price-block .price-block--small {
    display: inline-block;
    font-size: 24px;
    font-weight: normal;
    text-transform: uppercase;
    margin-left: -20px;
    margin-bottom: 20px;
    vertical-align: bottom; }
    @media (min-width: 768px) {
      .price-block .price-block--small {
        font-size: 30px; } }
  .price-block .price-block__billing {
    font-style: italic;
    margin: 16px 0 32px 0; }
  .price-block .price-block__notice {
    font-size: 14px;
    margin: 30px 0 0 0; }
    @media (min-width: 768px) {
      .price-block .price-block__notice {
        font-size: 20px; } }

/* "FAQ" Block */
.faq-title {
  font-size: 1.5rem;
  margin-bottom: 32px;
  text-transform: uppercase; }
  @media (min-width: 768px) {
    .faq-title {
      font-size: 2rem; } }

.faq-wrap dl {
  font-size: 1rem;
  line-height: 1.4; }
  @media (min-width: 768px) {
    .faq-wrap dl {
      font-size: 20px; } }
.faq-wrap dt h4 {
  font-size: 20px;
  margin-bottom: 8px;
  text-transform: uppercase; }
  @media (min-width: 768px) {
    .faq-wrap dt h4 {
      margin-bottom: 0; } }
.faq-wrap dd {
  margin-bottom: 32px; }

.callout {
  background: #ffffff;
  padding: 90px 0 0 0;
  color: #17194a; }
  @media (min-width: 960px) {
    .callout .container {
      margin: 0 auto;
      max-width: 83.34%; } }
  .callout .col {
    margin-bottom: 2rem; }
    .callout .col:last-of-type {
      margin-bottom: 0; }
    @media (min-width: 768px) {
      .callout .col {
        margin-bottom: 0; } }

.callout__icon {
  font-size: 60px;
  padding: 0 0 1rem 0;
  text-align: left; }
  .callout__icon .svg-inline--fa {
    height: 5rem;
    width: 5rem; }

.features-list {
  background: #ffffff;
  color: #17194a;
  padding: 60px 0; }
  @media (min-width: 1300px) {
    .features-list {
      padding-top: 0; } }

.features-list__wrap {
  display: flex;
  flex-flow: row wrap; }
  @media (min-width: 768px) {
    .features-list__wrap {
      align-items: center;
      flex-flow: row nowrap; } }
  @media (min-width: 1300px) {
    .features-list__wrap {
      padding-top: 60px; } }

.features-list__block:not(.is-active) p,
.features-list__image:not(.is-active) {
  display: block; }
  @media (min-width: 768px) {
    .features-list__block:not(.is-active) p,
    .features-list__image:not(.is-active) {
      display: none; } }

.features-list .content-wrap {
  order: 2;
  width: 100%; }
  @media (min-width: 768px) {
    .features-list .content-wrap {
      order: 1;
      padding-right: 3rem;
      width: 66.667%; } }
.features-list .image-wrap {
  height: 300px;
  overflow: hidden;
  width: 100%;
  order: 1;
  margin-bottom: 1rem; }
  @media (min-width: 768px) {
    .features-list .image-wrap {
      height: 100%;
      overflow: visible;
      order: 2;
      width: auto; } }
  @media (min-width: 1300px) {
    .features-list .image-wrap {
      margin-top: -260px; } }

.features-list__image {
  min-height: 300px;
  width: 100%;
  max-width: 70vw;
  margin-right: 2rem;
  width: 100%; }
  @media (min-width: 768px) {
    .features-list__image {
      min-height: 0;
      margin-right: 0;
      max-height: 800px;
      width: auto; } }

.features-list__block {
  color: #17194a;
  margin-bottom: 0.5rem;
  width: 100%;
  max-width: 70vw;
  margin-right: 2rem;
  width: 100%; }
  @media (min-width: 768px) {
    .features-list__block {
      margin-right: 0;
      max-width: 80%; } }

.features-list__block-title {
  color: #17194a;
  font-family: proxima-nova, sans-serif;
  font-size: 1.5rem;
  font-weight: bold;
  opacity: 1;
  transition: ease 0.3s all;
  text-align: left; }
  @media (min-width: 768px) {
    .features-list__block-title {
      font-size: 2rem;
      opacity: 0.4; }
      .features-list__block-title:after {
        content: '';
        background: transparentt;
        display: block;
        height: 6px;
        width: 100%;
        transform: skew(-35deg);
        transition: ease 0.3s ease; } }
  .features-list__block-title:hover, .features-list__block-title:active {
    opacity: 1; }
    .features-list__block-title:hover:after, .features-list__block-title:active:after {
      content: '';
      background: #ff5651; }
  @media (min-width: 768px) {
    .is-active .features-list__block-title {
      margin-bottom: 1rem;
      opacity: 1; }
      .is-active .features-list__block-title:after {
        content: '';
        background: #ff5651; } }

/* enable Flickity by default */
.carousel:after,
.image-carousel:after {
  content: 'flickity';
  display: none;
  /* hide :after */ }

@media screen and (min-width: 768px) {
  /* disable Flickity for large devices */
  .carousel:after,
  .image-carousel:after {
    content: ''; } }
.flickity-prev-next-button.previous {
  left: 0; }

.flickity-prev-next-button.next {
  right: 0; }

#site-footer {
  background: #ffffff;
  padding: 4rem 0; }
  #site-footer h5 {
    color: #17194a;
    font-size: 1rem;
    line-height: 1.4;
    font-weight: bold;
    text-transform: uppercase; }
  #site-footer p {
    color: #17194a;
    font-size: 1rem;
    line-height: 1.4; }

.site-footer__wrap {
  width: 100%; }
  @media (min-width: 1300px) {
    .site-footer__wrap {
      margin: 0 auto;
      max-width: 83.34%; } }

.footer-logo {
  margin-bottom: 1rem;
  margin-left: -5px;
  /* TODO: remove this once we get the final asset */ }

.footer-logomark {
  margin: 2rem auto 0 auto;
  text-align: center; }

.footer-nav__list {
  margin-left: 0; }
  @media (min-width: 768px) {
    .footer-nav__list {
      columns: 2 auto; } }
  .footer-nav__list li {
    line-height: inherit;
    padding: 5px 0; }
    .footer-nav__list li:first-of-type a {
      padding-top: 0; }
  .footer-nav__list a {
    color: #ff5651;
    display: inline-block;
    font-size: 1rem;
    line-height: 1.4; }

/* Page-specific Styles */
/* Default Content Page Styles */
.page-content {
  background: #ffffff;
  color: #17194a;
  padding-top: 60px; }
  .page-content .container {
    border-bottom: 1px solid #17194a;
    padding-bottom: 60px; }
    @media (min-width: 960px) {
      .page-content .container {
        margin: 0 auto;
        max-width: 66.67%; } }
  .page-content hr {
    border: 0;
    border-top: 1px solid #17194a;
    margin: 60px 0; }

@media (min-width: 960px) {
  .toolset .header--highlight {
    display: block; } }
.toolset .hero {
  padding-bottom: 60px; }

@media (min-width: 960px) {
  .demo .hero h1 {
    font-size: 4rem; } }
.demo .hero__content p {
  font-size: 1.25rem;
  max-width: 80%; }

.docs .docs-page {
  background: #ffffff;
  margin-bottom: 3.5rem;
  padding: 120px 0px; }
  .docs .docs-page h1 {
    color: #17194a;
    font-size: 2.5em; }
  .docs .docs-page .api-explain {
    border-bottom: 2px dashed rgba(23, 25, 74, 0.1);
    color: #17194a;
    padding-top: 10px;
    margin-bottom: 32px;
    padding-bottom: 64px; }
  .docs .docs-page .api-explain p {
    font-size: 1.15em; }
  .docs .docs-page .table-wrap {
    overflow: auto;
    width: 100%; }
  .docs .docs-page .back_to_top {
    font-size: .875em;
    float: right; }
  .docs .docs-page h2 {
    color: #17194a;
    font-size: 1.25em;
    text-transform: uppercase;
    padding-top: 30px;
    padding-bottom: 10px; }
  .docs .docs-page code {
    color: #17194a;
    font-family: Monaco, Consolas, andale, mono, dejavu sans mono, monospace;
    font-size: .8375rem;
    white-space: pre-wrap;
    background-color: #f0f0f0; }
  .docs .docs-page pre {
    background: #eee;
    font-family: Monaco, Consolas, andale, mono, dejavu sans mono, monospace;
    font-size: .9375rem;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 0 1.6em; }
  .docs .docs-page table {
    margin-bottom: 3em; }
    .docs .docs-page table th, .docs .docs-page table td {
      border: 1px solid black;
      padding: 10px; }
  .docs .docs-page th {
    font-weight: bold; }
  .docs .docs-page li {
    list-style-type: circle;
    color: #17194a;
    font-size: 1.15em; }
  .docs .docs-page .sidebar {
    width: 100%; }
    @media (min-width: 768px) {
      .docs .docs-page .sidebar {
        float: right;
        width: 30%; } }
    .docs .docs-page .sidebar h3 {
      color: #17194a;
      font-size: 1.25em;
      text-transform: uppercase; }
    .docs .docs-page .sidebar h4 {
      color: #17194a;
      font-size: 1em;
      text-transform: uppercase; }
    .docs .docs-page .sidebar li {
      font-size: 1em; }
  .docs .docs-page .docs-main-col {
    width: 100%; }
    @media (min-width: 768px) {
      .docs .docs-page .docs-main-col {
        width: 65%; } }

.developers .hero {
  padding-bottom: 100px; }
.developers h1 {
  color: #ffffff; }
.developers a {
  color: #ff5651; }
.developers .cta__content + .cta__content {
  padding-bottom: 2rem;
  padding-top: 0; }
  @media (min-width: 768px) {
    .developers .cta__content + .cta__content {
      padding-bottom: 2rem;
      padding-top: 2rem; } }
.developers .developers-resources {
  font-size: 18px;
  display: flex;
  align-items: flex-start;
  padding: 1rem 0; }
  @media (min-width: 768px) {
    .developers .developers-resources {
      padding: 1rem; } }
  @media (min-width: 960px) {
    .developers .developers-resources {
      padding-left: 2rem; } }
.developers i {
  color: #ff5651;
  padding-right: 1rem; }
.developers .uppercase {
  text-transform: uppercase; }
.developers .developers-form {
  background-color: #ffffff; }
.developers .developers-form .check_radio_field input {
  width: 13px;
  height: 13px;
  padding: 0;
  margin: 0;
  vertical-align: bottom;
  position: relative;
  top: -1px;
  *overflow: hidden; }
.developers .developers-form #can_thank_you h1 {
  color: #17194a; }
.developers .developers-section-white {
  background-color: #ffffff;
  color: #17194a; }
  .developers .developers-section-white .row--grid {
    grid-template-columns: 100% 100%; }
    @media (min-width: 768px) {
      .developers .developers-section-white .row--grid {
        grid-template-columns: 60% 1fr; } }
    @media (min-width: 960px) {
      .developers .developers-section-white .row--grid {
        grid-template-columns: 1fr 400px; } }

.developers-terms {
  margin: 100px; }
  .developers-terms li {
    display: list-item;
    list-style-type: circle; }

.container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
  max-width: 1400px; }
  @media (min-width: 768px) {
    .container {
      padding-left: 32px;
      padding-right: 32px; } }

:root {
  font-size: 16px; }

html {
  scroll-behavior: smooth; }

body {
  background: #17194a;
  color: white;
  font-family: proxima-nova, sans-serif;
  margin: 0;
  /* CASE: lock body when mobile nav is open */ }
  @media (min-width: 1500px) {
    body {
      background: #0d0e29; } }
  @media (min-width: 1500px) {
    body.page {
      background: #17194a; } }
  body.body-lock {
    overflow: hidden; }
    @media (min-width: 768px) {
      body.body-lock {
        overflow: visible; } }

/* Max page boundary */
.page-wrapper {
  max-width: 1600px;
  margin: 0 auto;
  transition: all ease 0.3s; }
  @media screen and (min-width: 1640px) {
    .page-wrapper {
      margin: 0 auto;
      overflow: hidden; } }
  .page .page-wrapper {
    padding-top: 90px; }

/* LINKS */
a {
  text-decoration: none; }

/* FORMS */
form input {
  box-sizing: border-box;
  display: block;
  margin-bottom: 32px;
  width: 100%; }

/* PARAGRAPHS */
p {
  font-size: 1.125rem;
  /* 18px */
  line-height: 1.5;
  margin-bottom: 1rem; }
  @media (min-width: 768px) {
    p {
      font-size: 1.25rem;
      /* 20px */ } }

/* UTILITIES */
.hide {
  display: none; }

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

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

@media (min-width: 768px) {
  .no-p {
    padding: 0 !important; } }

/* Screen Reader Only */
.visuallyhidden {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

/* Show on mobile only > 768px */
.mobile-only {
  display: block; }
  @media (min-width: 768px) {
    .mobile-only {
      display: none; } }

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