@charset "UTF-8";/*! 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 {
  -moz-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"] {
  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 */
  -moz-box-sizing: content-box;
  -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;
}

/* ==========================================================================
  Global
========================================================================== */
@font-face {
  font-family: 'League';
  src: url("../../font/league_gothic-webfont.eot");
  src: url("../../font/league_gothic-webfont.eot?#iefix") format("embedded-opentype"), url("../../font/league_gothic-webfont.woff") format("woff"), url("../../font/league_gothic-webfont.ttf") format("truetype"), url("../../font/league_gothic-webfont.svg#LeagueGothicRegular") format("svg");
  font-weight: normal;
}
/* ==========================================================================
  Colors
========================================================================== */
/* ==========================================================================
  Fonts
========================================================================== */
/* ==========================================================================
  Px to rem
========================================================================== */
/* ==========================================================================
  Media queries
========================================================================== */
/* ==========================================================================
  Clearfix
========================================================================== */
/* ==========================================================================
  Gradient divider
========================================================================== */
/* line 1, ../../../app/assets/stylesheets/public/global/_base.scss */
* {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
}

/* line 7, ../../../app/assets/stylesheets/public/global/_base.scss */
html {
  box-sizing: border-box;
}

/* line 11, ../../../app/assets/stylesheets/public/global/_base.scss */
body {
  font-size: 16px;
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #605f5d;
  background: url(/img/body-bg.png) no-repeat top center #fff;
}

/* line 18, ../../../app/assets/stylesheets/public/global/_base.scss */
html,
body {
  position: relative;
  height: 100%;
}

/* line 24, ../../../app/assets/stylesheets/public/global/_base.scss */
*, *:before, *:after {
  box-sizing: inherit;
}

/* line 28, ../../../app/assets/stylesheets/public/global/_base.scss */
.sb-contain {
  max-width: 68.8em;
  margin: 0 auto;
  box-shadow: 0 0 38px rgba(0, 0, 0, 0.35);
}
/* line 44, ../../../app/assets/stylesheets/public/global/_mixins.scss */
.sb-contain:after, .sb-contain:before {
  display: table;
  clear: both;
  content: "";
}

/* line 35, ../../../app/assets/stylesheets/public/global/_base.scss */
.text-center {
  text-align: center;
}

/* ==========================================================================
  Components
========================================================================== */
/* line 2, ../../../app/assets/stylesheets/public/components/_content.scss */
.sb-content-full {
  padding: 1.625em;
}
@media (min-width: 40em) {
  /* line 2, ../../../app/assets/stylesheets/public/components/_content.scss */
  .sb-content-full {
    padding: 2.5em;
  }
}
@media (min-width: 56.25em) {
  /* line 2, ../../../app/assets/stylesheets/public/components/_content.scss */
  .sb-content-full {
    padding: 3.75em;
  }
}
/* line 14, ../../../app/assets/stylesheets/public/components/_content.scss */
.sb-content-section {
  position: relative;
  padding: 4.25em 1.625em;
  overflow: hidden;
}
@media (min-width: 40em) {
  /* line 14, ../../../app/assets/stylesheets/public/components/_content.scss */
  .sb-content-section {
    padding: 6.25em 2.5em;
  }
}
@media (min-width: 56.25em) {
  /* line 14, ../../../app/assets/stylesheets/public/components/_content.scss */
  .sb-content-section {
    padding: 6.25em 3.75em;
  }
}
/* line 27, ../../../app/assets/stylesheets/public/components/_content.scss */
.sb-content-section::after {
  position: absolute;
  bottom: 0;
  left: -4px;
  content: "";
  width: calc(100% + 8px);
  height: 4px;
  background: #ce2a8b;
  background: -moz-linear-gradient(left, #ce2a8b 0%, #ce2a8b 23%, #ea1b83 23%, #ea1b83 35%, #e973a4 35%, #e973a4 40%, #ea7172 40%, #ea7172 42%, #e5222e 42%, #e5222e 47%, #fab771 47%, #fab771 53%, #f69b31 53%, #f69b31 58%, #fec730 58%, #fec730 61%, #fcdc2e 61%, #fcdc2e 70%, #f8ec2e 70%, #f8ec2e 83%, #eee733 83%, #eee733 100%);
  background: -webkit-linear-gradient(left, #ce2a8b 0%, #ce2a8b 23%, #ea1b83 23%, #ea1b83 35%, #e973a4 35%, #e973a4 40%, #ea7172 40%, #ea7172 42%, #e5222e 42%, #e5222e 47%, #fab771 47%, #fab771 53%, #f69b31 53%, #f69b31 58%, #fec730 58%, #fec730 61%, #fcdc2e 61%, #fcdc2e 70%, #f8ec2e 70%, #f8ec2e 83%, #eee733 83%, #eee733 100%);
  background: -o-linear-gradient(left, #ce2a8b 0%, #ce2a8b 23%, #ea1b83 23%, #ea1b83 35%, #e973a4 35%, #e973a4 40%, #ea7172 40%, #ea7172 42%, #e5222e 42%, #e5222e 47%, #fab771 47%, #fab771 53%, #f69b31 53%, #f69b31 58%, #fec730 58%, #fec730 61%, #fcdc2e 61%, #fcdc2e 70%, #f8ec2e 70%, #f8ec2e 83%, #eee733 83%, #eee733 100%);
  background: -ms-linear-gradient(left, #ce2a8b 0%, #ce2a8b 23%, #ea1b83 23%, #ea1b83 35%, #e973a4 35%, #e973a4 40%, #ea7172 40%, #ea7172 42%, #e5222e 42%, #e5222e 47%, #fab771 47%, #fab771 53%, #f69b31 53%, #f69b31 58%, #fec730 58%, #fec730 61%, #fcdc2e 61%, #fcdc2e 70%, #f8ec2e 70%, #f8ec2e 83%, #eee733 83%, #eee733 100%);
  background: linear-gradient(to right, #ce2a8b 0%, #ce2a8b 23%, #ea1b83 23%, #ea1b83 35%, #e973a4 35%, #e973a4 40%, #ea7172 40%, #ea7172 42%, #e5222e 42%, #e5222e 47%, #fab771 47%, #fab771 53%, #f69b31 53%, #f69b31 58%, #fec730 58%, #fec730 61%, #fcdc2e 61%, #fcdc2e 70%, #f8ec2e 70%, #f8ec2e 83%, #eee733 83%, #eee733 100%);
  -webkit-transform: skewX(70deg);
  -moz-transform: skewX(70deg);
  transform: skewX(70deg);
}
/* line 38, ../../../app/assets/stylesheets/public/components/_content.scss */
.sb-content-section:nth-last-child(2)::after {
  display: none;
}
/* line 46, ../../../app/assets/stylesheets/public/components/_content.scss */
.sb-content-full h2, .sb-content-section h2 {
  margin: 0;
  font-family: "League", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 26px;
  font-size: 1.625rem;
}
@media (min-width: 40em) {
  /* line 46, ../../../app/assets/stylesheets/public/components/_content.scss */
  .sb-content-full h2, .sb-content-section h2 {
    font-size: 30px;
    font-size: 1.875rem;
  }
}
@media (min-width: 56.25em) {
  /* line 46, ../../../app/assets/stylesheets/public/components/_content.scss */
  .sb-content-full h2, .sb-content-section h2 {
    font-size: 34px;
    font-size: 2.125rem;
  }
}
/* line 61, ../../../app/assets/stylesheets/public/components/_content.scss */
.sb-content-full h3, .sb-content-section h3 {
  margin: 1em 0 -.5em;
  font-size: 20px;
  font-size: 1.25rem;
  font-family: "League", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
}
@media (min-width: 40em) {
  /* line 61, ../../../app/assets/stylesheets/public/components/_content.scss */
  .sb-content-full h3, .sb-content-section h3 {
    font-size: 23px;
    font-size: 1.4375rem;
  }
}
@media (min-width: 56.25em) {
  /* line 61, ../../../app/assets/stylesheets/public/components/_content.scss */
  .sb-content-full h3, .sb-content-section h3 {
    margin: 1em 0 -.875em;
  }
}
/* line 76, ../../../app/assets/stylesheets/public/components/_content.scss */
.sb-content-full p, .sb-content-section p {
  margin: 1em 0;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.563em;
}
@media (min-width: 56.25em) {
  /* line 76, ../../../app/assets/stylesheets/public/components/_content.scss */
  .sb-content-full p, .sb-content-section p {
    margin: 1.5em 0;
    font-size: 16px;
    font-size: 1rem;
  }
}
/* line 87, ../../../app/assets/stylesheets/public/components/_content.scss */
.sb-content-full li, .sb-content-section li {
  margin: 1em 0;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.563em;
}
@media (min-width: 56.25em) {
  /* line 87, ../../../app/assets/stylesheets/public/components/_content.scss */
  .sb-content-full li, .sb-content-section li {
    margin: 1.5em 0;
    font-size: 16px;
    font-size: 1rem;
  }
}
/* line 98, ../../../app/assets/stylesheets/public/components/_content.scss */
.sb-content-full a, .sb-content-section a {
  color: #1f6eb4;
  font-weight: bold;
  text-decoration: none;
}
/* line 103, ../../../app/assets/stylesheets/public/components/_content.scss */
.sb-content-full a:hover, .sb-content-section a:hover {
  color: #354071;
}

/* line 1, ../../../app/assets/stylesheets/public/components/_btn.scss */
.sb-quote__btn, .sb-about-btn, .sb-hero__btn {
  display: block;
  padding: .75em 1.625em;
  text-decoration: none;
  color: #fff;
  border-radius: 3.25em;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 600;
  background: #2f72b4;
  -webkit-box-shadow: 0 3px 0 #114b84;
  -moz-box-shadow: 0 3px 0 #114b84;
  box-shadow: 0 3px 0 #114b84;
  transition: background .2s;
}
/* line 15, ../../../app/assets/stylesheets/public/components/_btn.scss */
.sb-quote__btn:hover, .sb-about-btn:hover, .sb-hero__btn:hover {
  background: #165b9e;
}
@media (min-width: 40em) {
  /* line 1, ../../../app/assets/stylesheets/public/components/_btn.scss */
  .sb-quote__btn, .sb-about-btn, .sb-hero__btn {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
@media (min-width: 56.25em) {
  /* line 1, ../../../app/assets/stylesheets/public/components/_btn.scss */
  .sb-quote__btn, .sb-about-btn, .sb-hero__btn {
    font-size: 21px;
    font-size: 1.3125rem;
    -webkit-box-shadow: 0 4px 0 #114b84;
    -moz-box-shadow: 0 4px 0 #114b84;
    box-shadow: 0 4px 0 #114b84;
  }
}

/* line 31, ../../../app/assets/stylesheets/public/components/_btn.scss */
.sb-quote__btn, .sb-about-btn {
  background: #ce2a8b;
  box-shadow: 0 3px 0 #b11e77;
}
/* line 36, ../../../app/assets/stylesheets/public/components/_btn.scss */
.sb-quote__btn:hover, .sb-about-btn:hover {
  background: #b11e77;
}
@media (min-width: 56.25em) {
  /* line 31, ../../../app/assets/stylesheets/public/components/_btn.scss */
  .sb-quote__btn, .sb-about-btn {
    box-shadow: 0 4px 0 #b11e77;
  }
}

/* line 45, ../../../app/assets/stylesheets/public/components/_btn.scss */
.sb-hero__play, .sb-subhero__play {
  position: absolute;
  top: calc(50% + 1.5em);
  right: 0;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  content: "";
  margin: 0 auto;
  opacity: .82;
  width: 5em;
  height: 3em;
  background: #fff;
  border-radius: 2em;
  transition: opacity .2s;
}
/* line 62, ../../../app/assets/stylesheets/public/components/_btn.scss */
.sb-hero__play:hover, .sb-subhero__play:hover {
  opacity: .6;
}
/* line 66, ../../../app/assets/stylesheets/public/components/_btn.scss */
.sb-hero__play::after, .sb-subhero__play::after {
  position: absolute;
  top: .625em;
  right: 0;
  left: 0;
  content: "";
  width: 0;
  height: 0;
  margin: 0 auto;
  border-top: 14px solid transparent;
  border-left: 19px solid #354071;
  border-bottom: 14px solid transparent;
  border-radius: 2px;
}
@media (min-width: 40em) {
  /* line 45, ../../../app/assets/stylesheets/public/components/_btn.scss */
  .sb-hero__play, .sb-subhero__play {
    top: 50%;
  }
}
@media (min-width: 56.25em) {
  /* line 45, ../../../app/assets/stylesheets/public/components/_btn.scss */
  .sb-hero__play, .sb-subhero__play {
    width: 6.25em;
    height: 3.75em;
  }
  /* line 89, ../../../app/assets/stylesheets/public/components/_btn.scss */
  .sb-hero__play::after, .sb-subhero__play::after {
    top: .688em;
    border-top: 20px solid transparent;
    border-left: 24px solid #354071;
    border-bottom: 20px solid transparent;
  }
}

/* line 2, ../../../app/assets/stylesheets/public/components/_header.scss */
.sb-header {
  position: relative;
  padding: 1em 1.625em;
  background: #fff;
}
/* line 44, ../../../app/assets/stylesheets/public/global/_mixins.scss */
.sb-header:after, .sb-header:before {
  display: table;
  clear: both;
  content: "";
}
@media (min-width: 56.25em) {
  /* line 2, ../../../app/assets/stylesheets/public/components/_header.scss */
  .sb-header {
    padding: 1em 2.5em;
  }
}
/* line 12, ../../../app/assets/stylesheets/public/components/_header.scss */
.sb-header__logo {
  float: left;
  width: 3.938em;
  height: auto;
}
@media (min-width: 40em) {
  /* line 12, ../../../app/assets/stylesheets/public/components/_header.scss */
  .sb-header__logo {
    width: 5.313em;
  }
}
@media (min-width: 56.25em) {
  /* line 12, ../../../app/assets/stylesheets/public/components/_header.scss */
  .sb-header__logo {
    width: 6em;
  }
}
/* line 26, ../../../app/assets/stylesheets/public/components/_header.scss */
.sb-header__hamburger {
  display: block;
  position: absolute;
  top: 1.938em;
  right: 1.625em;
  width: 1.813em;
  height: 1.876em;
  cursor: pointer;
}
/* line 35, ../../../app/assets/stylesheets/public/components/_header.scss */
.sb-header__hamburger span {
  position: absolute;
  top: .813em;
  display: block;
  width: 100%;
  height: .25em;
  background: #212121;
}
/* line 43, ../../../app/assets/stylesheets/public/components/_header.scss */
.sb-header__hamburger span::before, .sb-header__hamburger span::after {
  position: absolute;
  right: 0;
  content: "";
  width: 100%;
  height: .25em;
  background: #212121;
  transition: transform .2s;
  -moz-transition: -moz-transform .2s;
  -webkit-transition: -webkit-transform .2s;
}
/* line 56, ../../../app/assets/stylesheets/public/components/_header.scss */
.sb-header__hamburger span::before {
  top: -.563em;
}
/* line 60, ../../../app/assets/stylesheets/public/components/_header.scss */
.sb-header__hamburger span::after {
  bottom: -.563em;
}
@media (min-width: 40em) {
  /* line 26, ../../../app/assets/stylesheets/public/components/_header.scss */
  .sb-header__hamburger {
    display: none;
  }
}
/* line 70, ../../../app/assets/stylesheets/public/components/_header.scss */
.sb-header__dl {
  position: absolute;
  z-index: 1;
  bottom: -3.75em;
  left: 0;
  width: 100%;
  height: 3.75em;
  background: #ecebeb;
  text-align: center;
  padding: .938em;
}
/* line 81, ../../../app/assets/stylesheets/public/components/_header.scss */
.sb-header__dl img {
  margin: 0 .425em;
}
@media (min-width: 28.75em) {
  /* line 70, ../../../app/assets/stylesheets/public/components/_header.scss */
  .sb-header__dl {
    position: static;
    float: right;
    margin: .875em 2.5em 0 0;
    width: auto;
    height: auto;
    padding: 0;
    text-align: left;
    background: none;
  }
}
@media (min-width: xs) {
  /* line 70, ../../../app/assets/stylesheets/public/components/_header.scss */
  .sb-header__dl {
    position: static;
    float: right;
    margin: .875em 2.5em 0 0;
    width: auto;
    height: auto;
    padding: 0;
    text-align: left;
    background: none;
  }
}
@media (min-width: 40em) {
  /* line 70, ../../../app/assets/stylesheets/public/components/_header.scss */
  .sb-header__dl {
    margin: .563em 0 0;
  }
  /* line 99, ../../../app/assets/stylesheets/public/components/_header.scss */
  .sb-header__dl img {
    margin: 0;
  }
  /* line 102, ../../../app/assets/stylesheets/public/components/_header.scss */
  .sb-header__dl img:first-child {
    margin: 0 .85em 0 0;
  }
}
@media (min-width: 56.25em) {
  /* line 70, ../../../app/assets/stylesheets/public/components/_header.scss */
  .sb-header__dl {
    margin: 1.763em 0 0;
  }
  /* line 111, ../../../app/assets/stylesheets/public/components/_header.scss */
  .sb-header__dl img {
    height: auto;
  }
  /* line 114, ../../../app/assets/stylesheets/public/components/_header.scss */
  .sb-header__dl img:first-child {
    margin: 0 1em 0 0;
  }
}
/* line 121, ../../../app/assets/stylesheets/public/components/_header.scss */
.sb-header__nav {
  display: none;
  float: right;
  clear: right;
  margin: .75em 0 0;
  padding: 0;
  list-style: none;
}
/* line 129, ../../../app/assets/stylesheets/public/components/_header.scss */
.sb-header__nav li {
  display: inline;
  margin: 0 .375em;
  font-weight: 600;
}
/* line 135, ../../../app/assets/stylesheets/public/components/_header.scss */
.sb-header__nav a {
  color: #7f7f7f;
  text-decoration: none;
  transition: color .2s;
}
/* line 140, ../../../app/assets/stylesheets/public/components/_header.scss */
.sb-header__nav a:hover {
  color: #ce2a8b;
}
/* line 145, ../../../app/assets/stylesheets/public/components/_header.scss */
.sb-header__nav .play a {
  color: #1f6eb4;
  font-weight: bold;
}
/* line 149, ../../../app/assets/stylesheets/public/components/_header.scss */
.sb-header__nav .play a:hover {
  color: #354071;
}
@media (min-width: 40em) {
  /* line 121, ../../../app/assets/stylesheets/public/components/_header.scss */
  .sb-header__nav {
    display: block;
  }
}
@media (min-width: 56.25em) {
  /* line 121, ../../../app/assets/stylesheets/public/components/_header.scss */
  .sb-header__nav {
    clear: none;
    margin: 2.125em 1.75em 0 0;
  }
}
/* line 164, ../../../app/assets/stylesheets/public/components/_header.scss */
.sb-header__input {
  display: none;
}
/* line 168, ../../../app/assets/stylesheets/public/components/_header.scss */
.sb-header__input:checked ~ .sb-header__menu {
  display: block;
  padding: 1.5em 0;
  height: 228px;
}
@media (min-width: 40em) {
  /* line 168, ../../../app/assets/stylesheets/public/components/_header.scss */
  .sb-header__input:checked ~ .sb-header__menu {
    display: none;
  }
}
/* line 179, ../../../app/assets/stylesheets/public/components/_header.scss */
.sb-header__input:checked ~ .sb-header__hamburger span {
  height: 0;
}
/* line 182, ../../../app/assets/stylesheets/public/components/_header.scss */
.sb-header__input:checked ~ .sb-header__hamburger span::before {
  top: -0.063em;
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
/* line 189, ../../../app/assets/stylesheets/public/components/_header.scss */
.sb-header__input:checked ~ .sb-header__hamburger span::after {
  bottom: -0.163em;
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
/* line 200, ../../../app/assets/stylesheets/public/components/_header.scss */
.sb-header__menu {
  height: 0;
  overflow: hidden;
  float: left;
  width: calc(100% + 3.25em);
  margin: 1em -1.625em -1em;
  padding: 0;
  list-style: none;
  background: #d3ebef;
  background: -moz-linear-gradient(top, #d3ebef 0%, white 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d3ebef), color-stop(100%, white));
  background: -webkit-linear-gradient(top, #d3ebef 0%, white 100%);
  background: -o-linear-gradient(top, #d3ebef 0%, white 100%);
  background: -ms-linear-gradient(top, #d3ebef 0%, white 100%);
  background: linear-gradient(to bottom, #d3ebef 0%, white 100%);
  transition: height .2s, padding .2s;
}
/* line 217, ../../../app/assets/stylesheets/public/components/_header.scss */
.sb-header__menu a {
  display: block;
  padding: .5em 1.625em;
  text-decoration: none;
  text-align: center;
  color: #212121;
}
/* line 224, ../../../app/assets/stylesheets/public/components/_header.scss */
.sb-header__menu a:hover {
  color: #354071;
}

/* line 2, ../../../app/assets/stylesheets/public/components/_footer.scss */
.sb-footer {
  position: relative;
  padding: 1.875em;
  text-align: center;
  overflow: hidden;
  background: #d3ebef;
  background: -moz-linear-gradient(top, #d3ebef 0%, white 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d3ebef), color-stop(100%, white));
  background: -webkit-linear-gradient(top, #d3ebef 0%, white 100%);
  background: -o-linear-gradient(top, #d3ebef 0%, white 100%);
  background: -ms-linear-gradient(top, #d3ebef 0%, white 100%);
  background: linear-gradient(to bottom, #d3ebef 0%, white 100%);
}
/* line 44, ../../../app/assets/stylesheets/public/global/_mixins.scss */
.sb-footer:after, .sb-footer:before {
  display: table;
  clear: both;
  content: "";
}
/* line 16, ../../../app/assets/stylesheets/public/components/_footer.scss */
.sb-footer::before {
  position: absolute;
  top: 0;
  left: -4px;
  content: "";
  width: calc(100% + 8px);
  height: 4px;
  background: #ce2a8b;
  background: -moz-linear-gradient(left, #eee733 0%, #eee733 23%, #f8ec2e 23%, #f8ec2e 35%, #fcdc2e 35%, #fcdc2e 40%, #fec730 40%, #fec730 42%, #f69b31 42%, #f69b31 47%, #fab771 47%, #fab771 53%, #e5222e 53%, #e5222e 58%, #ea7172 58%, #ea7172 61%, #e973a4 61%, #e973a4 70%, #ea1b83 70%, #ea1b83 83%, #ce2a8b 83%, #ce2a8b 100%);
  background: -webkit-linear-gradient(left, #eee733 0%, #eee733 23%, #f8ec2e 23%, #f8ec2e 35%, #fcdc2e 35%, #fcdc2e 40%, #fec730 40%, #fec730 42%, #f69b31 42%, #f69b31 47%, #fab771 47%, #fab771 53%, #e5222e 53%, #e5222e 58%, #ea7172 58%, #ea7172 61%, #e973a4 61%, #e973a4 70%, #ea1b83 70%, #ea1b83 83%, #ce2a8b 83%, #ce2a8b 100%);
  background: -o-linear-gradient(left, #eee733 0%, #eee733 23%, #f8ec2e 23%, #f8ec2e 35%, #fcdc2e 35%, #fcdc2e 40%, #fec730 40%, #fec730 42%, #f69b31 42%, #f69b31 47%, #fab771 47%, #fab771 53%, #e5222e 53%, #e5222e 58%, #ea7172 58%, #ea7172 61%, #e973a4 61%, #e973a4 70%, #ea1b83 70%, #ea1b83 83%, #ce2a8b 83%, #ce2a8b 100%);
  background: -ms-linear-gradient(left, #eee733 0%, #eee733 23%, #f8ec2e 23%, #f8ec2e 35%, #fcdc2e 35%, #fcdc2e 40%, #fec730 40%, #fec730 42%, #f69b31 42%, #f69b31 47%, #fab771 47%, #fab771 53%, #e5222e 53%, #e5222e 58%, #ea7172 58%, #ea7172 61%, #e973a4 61%, #e973a4 70%, #ea1b83 70%, #ea1b83 83%, #ce2a8b 83%, #ce2a8b 100%);
  background: linear-gradient(to right, #eee733 0%, #eee733 23%, #f8ec2e 23%, #f8ec2e 35%, #fcdc2e 35%, #fcdc2e 40%, #fec730 40%, #fec730 42%, #f69b31 42%, #f69b31 47%, #fab771 47%, #fab771 53%, #e5222e 53%, #e5222e 58%, #ea7172 58%, #ea7172 61%, #e973a4 61%, #e973a4 70%, #ea1b83 70%, #ea1b83 83%, #ce2a8b 83%, #ce2a8b 100%);
  -webkit-transform: skewX(-70deg);
  -moz-transform: skewX(-70deg);
  transform: skewX(-70deg);
}
@media (min-width: 40em) {
  /* line 2, ../../../app/assets/stylesheets/public/components/_footer.scss */
  .sb-footer {
    padding: 3.75em 4.375em;
  }
}
@media (min-width: 56.25em) {
  /* line 2, ../../../app/assets/stylesheets/public/components/_footer.scss */
  .sb-footer {
    padding: 6.25em 4.375em;
  }
}
/* line 34, ../../../app/assets/stylesheets/public/components/_footer.scss */
.sb-footer__links {
  margin: 0;
  padding: 0;
  list-style: none;
}
/* line 39, ../../../app/assets/stylesheets/public/components/_footer.scss */
.sb-footer__links li {
  display: inline;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 2;
}
@media (min-width: 40em) {
  /* line 39, ../../../app/assets/stylesheets/public/components/_footer.scss */
  .sb-footer__links li {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1;
  }
}
/* line 50, ../../../app/assets/stylesheets/public/components/_footer.scss */
.sb-footer__links a {
  margin: 0 .625em;
  color: #7f7f7f;
  text-decoration: none;
  font-weight: 600;
  transition: color .2s;
}
/* line 57, ../../../app/assets/stylesheets/public/components/_footer.scss */
.sb-footer__links a:hover {
  color: #ce2a8b;
}
/* line 62, ../../../app/assets/stylesheets/public/components/_footer.scss */
.sb-footer__links .play a {
  color: #1f6eb4;
  font-weight: bold;
}
/* line 66, ../../../app/assets/stylesheets/public/components/_footer.scss */
.sb-footer__links .play a:hover {
  color: #354071;
}
/* line 71, ../../../app/assets/stylesheets/public/components/_footer.scss */
.sb-footer__links .social {
  display: block;
  position: relative;
  top: 3px;
  margin: .625em .425em 0 1em;
}
/* line 77, ../../../app/assets/stylesheets/public/components/_footer.scss */
.sb-footer__links .social a {
  margin: 0 .213em;
  transition: opacity .2s;
}
/* line 81, ../../../app/assets/stylesheets/public/components/_footer.scss */
.sb-footer__links .social a:hover {
  opacity: .75;
}
@media (min-width: 41.875em) {
  /* line 71, ../../../app/assets/stylesheets/public/components/_footer.scss */
  .sb-footer__links .social {
    display: inline;
  }
}
/* line 92, ../../../app/assets/stylesheets/public/components/_footer.scss */
.sb-footer__small {
  margin: 2.5em auto 0;
  font-size: 13px;
  font-size: 0.8125rem;
  color: #1f6eb4;
}
/* line 97, ../../../app/assets/stylesheets/public/components/_footer.scss */
.sb-footer__small a {
  color: #1f6eb4;
  text-decoration: none;
  transition: color .2s;
}
/* line 102, ../../../app/assets/stylesheets/public/components/_footer.scss */
.sb-footer__small a:hover {
  color: #354071;
}

/* line 2, ../../../app/assets/stylesheets/public/components/_hero.scss */
.sb-hero {
  position: relative;
  padding: 5.625em 1.875em 0;
  background: #53bdb8;
}
/* line 44, ../../../app/assets/stylesheets/public/global/_mixins.scss */
.sb-hero:after, .sb-hero:before {
  display: table;
  clear: both;
  content: "";
}
/* line 8, ../../../app/assets/stylesheets/public/components/_hero.scss */
.sb-hero h1 {
  margin: .25em 0;
  font-size: 33px;
  font-size: 2.0625rem;
  color: #fff;
  text-transform: uppercase;
  font-family: "League", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  line-height: 1;
}
@media (min-width: 40em) {
  /* line 8, ../../../app/assets/stylesheets/public/components/_hero.scss */
  .sb-hero h1 {
    margin: 0 0 .25em;
    font-size: 42px;
    font-size: 2.625rem;
  }
}
@media (min-width: 43em) {
  /* line 8, ../../../app/assets/stylesheets/public/components/_hero.scss */
  .sb-hero h1 {
    font-size: 50px;
    font-size: 3.125rem;
  }
}
@media (min-width: 56.25em) {
  /* line 8, ../../../app/assets/stylesheets/public/components/_hero.scss */
  .sb-hero h1 {
    font-size: 65px;
    font-size: 4.0625rem;
  }
}
/* line 31, ../../../app/assets/stylesheets/public/components/_hero.scss */
.sb-hero p {
  margin: 0;
  color: #fff;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.6;
}
@media (min-width: 40em) {
  /* line 31, ../../../app/assets/stylesheets/public/components/_hero.scss */
  .sb-hero p {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
@media (min-width: 56.25em) {
  /* line 31, ../../../app/assets/stylesheets/public/components/_hero.scss */
  .sb-hero p {
    font-size: 16px;
    font-size: 1rem;
  }
}
@media (min-width: 28.75em) {
  /* line 2, ../../../app/assets/stylesheets/public/components/_hero.scss */
  .sb-hero {
    padding: 1.875em 1.875em 0;
  }
}
@media (min-width: xs) {
  /* line 2, ../../../app/assets/stylesheets/public/components/_hero.scss */
  .sb-hero {
    padding: 1.875em 1.875em 0;
  }
}
@media (min-width: 40em) {
  /* line 2, ../../../app/assets/stylesheets/public/components/_hero.scss */
  .sb-hero {
    padding: 3.75em 2.5em 0;
  }
}
@media (min-width: 56.25em) {
  /* line 2, ../../../app/assets/stylesheets/public/components/_hero.scss */
  .sb-hero {
    padding: 6.25em 6.25em 0;
  }
}
@media (min-width: 70em) {
  /* line 2, ../../../app/assets/stylesheets/public/components/_hero.scss */
  .sb-hero {
    padding: 6.25em 10.625em 0;
  }
}
/* line 62, ../../../app/assets/stylesheets/public/components/_hero.scss */
.sb-hero__starburst {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60%;
  overflow: hidden;
}
/* line 70, ../../../app/assets/stylesheets/public/components/_hero.scss */
.sb-hero__starburst::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: -moz-linear-gradient(top, #53bdb8 0%, rgba(83, 189, 184, 0) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #53bdb8), color-stop(100%, rgba(83, 189, 184, 0)));
  background: -webkit-linear-gradient(top, #53bdb8 0%, rgba(83, 189, 184, 0) 100%);
  background: -o-linear-gradient(top, #53bdb8 0%, rgba(83, 189, 184, 0) 100%);
  background: -ms-linear-gradient(top, #53bdb8 0%, rgba(83, 189, 184, 0) 100%);
  background: linear-gradient(to bottom, #53bdb8 0%, rgba(83, 189, 184, 0) 100%);
}
/* line 85, ../../../app/assets/stylesheets/public/components/_hero.scss */
.sb-hero__starburst svg {
  position: absolute;
  bottom: -2.5em;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%);
  margin: 0 auto;
  width: 105.313em;
  opacity: .37;
}
/* line 98, ../../../app/assets/stylesheets/public/components/_hero.scss */
.sb-hero__content {
  position: relative;
}
@media (min-width: 40em) {
  /* line 98, ../../../app/assets/stylesheets/public/components/_hero.scss */
  .sb-hero__content {
    position: absolute;
    top: 50%;
    left: 2.5em;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 50%;
  }
}
@media (min-width: 56.25em) {
  /* line 98, ../../../app/assets/stylesheets/public/components/_hero.scss */
  .sb-hero__content {
    left: 6.25em;
    width: 40%;
  }
}
@media (min-width: 70em) {
  /* line 98, ../../../app/assets/stylesheets/public/components/_hero.scss */
  .sb-hero__content {
    left: 10.625em;
    width: 33%;
  }
}
/* line 122, ../../../app/assets/stylesheets/public/components/_hero.scss */
.sb-hero__btn {
  float: left;
  margin: 1.423em 0 2.286em;
}
@media (min-width: 40em) {
  /* line 122, ../../../app/assets/stylesheets/public/components/_hero.scss */
  .sb-hero__btn {
    margin: 1.423em 0 0;
  }
}
@media (min-width: 56.25em) {
  /* line 122, ../../../app/assets/stylesheets/public/components/_hero.scss */
  .sb-hero__btn {
    margin: 2.25em 0 0;
  }
}
/* line 136, ../../../app/assets/stylesheets/public/components/_hero.scss */
.sb-hero__phone {
  position: relative;
  z-index: 1;
  float: left;
  width: 100%;
  height: 15.125em;
  overflow: hidden;
  background: url(/img/iphone.png) no-repeat top center;
  background-size: 13.25em;
}
/* line 146, ../../../app/assets/stylesheets/public/components/_hero.scss */
.sb-hero__phone img {
  display: block;
  margin: 3.313em auto 0;
  max-width: 11.525em;
  height: auto;
}
@media (min-resolution: 144dpi) {
  /* line 136, ../../../app/assets/stylesheets/public/components/_hero.scss */
  .sb-hero__phone {
    background: url(/img/iphone@2x.png) no-repeat top center;
    background-size: 13.25em;
  }
}
@media (min-width: 40em) {
  /* line 136, ../../../app/assets/stylesheets/public/components/_hero.scss */
  .sb-hero__phone {
    float: right;
    margin: -1.7em 0 -2.5em;
    width: 13.25em;
    height: 27.125em;
  }
}
@media (min-width: 56.25em) {
  /* line 136, ../../../app/assets/stylesheets/public/components/_hero.scss */
  .sb-hero__phone {
    margin: -3em 0 -2.5em;
    width: 15.625em;
    height: 32.025em;
    background-size: 15.625em;
  }
  /* line 171, ../../../app/assets/stylesheets/public/components/_hero.scss */
  .sb-hero__phone img {
    margin: 3.9em auto 0;
    max-width: 13.6em;
  }
}

/* line 2, ../../../app/assets/stylesheets/public/components/_subhero.scss */
.sb-subhero {
  position: relative;
  padding: 1.875em 1.875em 1.875em 9.25em;
  background: #fff;
}
/* line 44, ../../../app/assets/stylesheets/public/global/_mixins.scss */
.sb-subhero:after, .sb-subhero:before {
  display: table;
  clear: both;
  content: "";
}
/* line 8, ../../../app/assets/stylesheets/public/components/_subhero.scss */
.sb-subhero h2 {
  display: none;
  margin: 0 0 .25em;
  font-family: "League", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
}
/* line 15, ../../../app/assets/stylesheets/public/components/_subhero.scss */
.sb-subhero p {
  margin: 0;
  font-size: 14px;
  font-size: 0.875rem;
}
@media (min-width: 40em) {
  /* line 2, ../../../app/assets/stylesheets/public/components/_subhero.scss */
  .sb-subhero {
    padding: 4em 2.375em 2.375em 14.25em;
  }
  /* line 23, ../../../app/assets/stylesheets/public/components/_subhero.scss */
  .sb-subhero h2 {
    display: block;
    font-size: 34px;
    font-size: 2.125rem;
  }
  /* line 28, ../../../app/assets/stylesheets/public/components/_subhero.scss */
  .sb-subhero p {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.4;
  }
}
/* line 34, ../../../app/assets/stylesheets/public/components/_subhero.scss */
.sb-subhero__headshot {
  position: absolute;
  bottom: 0;
  left: 0;
  max-width: 8em;
  height: auto;
}
@media (min-width: 40em) {
  /* line 34, ../../../app/assets/stylesheets/public/components/_subhero.scss */
  .sb-subhero__headshot {
    left: 1.875em;
    max-width: 100%;
  }
}
/* line 47, ../../../app/assets/stylesheets/public/components/_subhero.scss */
.sb-subhero__play {
  top: auto;
  right: auto;
  bottom: .875em;
  left: 1.5em;
  -webkit-transform: none;
  -moz-transform: none;
  transform: none;
}
@media (min-width: 40em) {
  /* line 47, ../../../app/assets/stylesheets/public/components/_subhero.scss */
  .sb-subhero__play {
    left: 5.25em;
  }
}
/* line 62, ../../../app/assets/stylesheets/public/components/_subhero.scss */
.sb-subhero__ted {
  margin: 0 .125em;
}

/* line 2, ../../../app/assets/stylesheets/public/components/_quote.scss */
.sb-quote {
  position: relative;
  padding: 1.875em;
  overflow: hidden;
  text-align: center;
  background: #fff;
}
/* line 9, ../../../app/assets/stylesheets/public/components/_quote.scss */
.sb-quote::before, .sb-quote::after {
  position: absolute;
  left: -4px;
  content: "";
  width: 100%;
  width: calc(100% + 8px);
  height: 2px;
}
/* line 19, ../../../app/assets/stylesheets/public/components/_quote.scss */
.sb-quote::before {
  top: 0;
  background: #ce2a8b;
  background: -moz-linear-gradient(left, #ce2a8b 0%, #ce2a8b 23%, #ea1b83 23%, #ea1b83 35%, #e973a4 35%, #e973a4 40%, #ea7172 40%, #ea7172 42%, #e5222e 42%, #e5222e 47%, #fab771 47%, #fab771 53%, #f69b31 53%, #f69b31 58%, #fec730 58%, #fec730 61%, #fcdc2e 61%, #fcdc2e 70%, #f8ec2e 70%, #f8ec2e 83%, #eee733 83%, #eee733 100%);
  background: -webkit-linear-gradient(left, #ce2a8b 0%, #ce2a8b 23%, #ea1b83 23%, #ea1b83 35%, #e973a4 35%, #e973a4 40%, #ea7172 40%, #ea7172 42%, #e5222e 42%, #e5222e 47%, #fab771 47%, #fab771 53%, #f69b31 53%, #f69b31 58%, #fec730 58%, #fec730 61%, #fcdc2e 61%, #fcdc2e 70%, #f8ec2e 70%, #f8ec2e 83%, #eee733 83%, #eee733 100%);
  background: -o-linear-gradient(left, #ce2a8b 0%, #ce2a8b 23%, #ea1b83 23%, #ea1b83 35%, #e973a4 35%, #e973a4 40%, #ea7172 40%, #ea7172 42%, #e5222e 42%, #e5222e 47%, #fab771 47%, #fab771 53%, #f69b31 53%, #f69b31 58%, #fec730 58%, #fec730 61%, #fcdc2e 61%, #fcdc2e 70%, #f8ec2e 70%, #f8ec2e 83%, #eee733 83%, #eee733 100%);
  background: -ms-linear-gradient(left, #ce2a8b 0%, #ce2a8b 23%, #ea1b83 23%, #ea1b83 35%, #e973a4 35%, #e973a4 40%, #ea7172 40%, #ea7172 42%, #e5222e 42%, #e5222e 47%, #fab771 47%, #fab771 53%, #f69b31 53%, #f69b31 58%, #fec730 58%, #fec730 61%, #fcdc2e 61%, #fcdc2e 70%, #f8ec2e 70%, #f8ec2e 83%, #eee733 83%, #eee733 100%);
  background: linear-gradient(to right, #ce2a8b 0%, #ce2a8b 23%, #ea1b83 23%, #ea1b83 35%, #e973a4 35%, #e973a4 40%, #ea7172 40%, #ea7172 42%, #e5222e 42%, #e5222e 47%, #fab771 47%, #fab771 53%, #f69b31 53%, #f69b31 58%, #fec730 58%, #fec730 61%, #fcdc2e 61%, #fcdc2e 70%, #f8ec2e 70%, #f8ec2e 83%, #eee733 83%, #eee733 100%);
  -webkit-transform: skewX(70deg);
  -moz-transform: skewX(70deg);
  transform: skewX(70deg);
}
/* line 24, ../../../app/assets/stylesheets/public/components/_quote.scss */
.sb-quote blockquote {
  margin: 0;
  quotes: "“" "”" "‘" "’";
}
/* line 28, ../../../app/assets/stylesheets/public/components/_quote.scss */
.sb-quote blockquote p {
  position: relative;
}
/* line 31, ../../../app/assets/stylesheets/public/components/_quote.scss */
.sb-quote blockquote p::before, .sb-quote blockquote p::after {
  position: relative;
  color: #f3f3f3;
  font-size: 44px;
  font-size: 2.75rem;
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  line-height: .1;
  vertical-align: -0.4em;
}
/* line 42, ../../../app/assets/stylesheets/public/components/_quote.scss */
.sb-quote blockquote p::before {
  top: -4px;
  content: open-quote;
}
/* line 47, ../../../app/assets/stylesheets/public/components/_quote.scss */
.sb-quote blockquote p::after {
  bottom: -4px;
  content: close-quote;
}
/* line 54, ../../../app/assets/stylesheets/public/components/_quote.scss */
.sb-quote footer {
  margin: 1em 0 2em;
  font-style: italic;
  font-size: 13px;
  font-size: 0.8125rem;
}
@media (min-width: 28.75em) {
  /* line 2, ../../../app/assets/stylesheets/public/components/_quote.scss */
  .sb-quote {
    padding: 1.875em 2.875em;
  }
}
@media (min-width: xs) {
  /* line 2, ../../../app/assets/stylesheets/public/components/_quote.scss */
  .sb-quote {
    padding: 1.875em 2.875em;
  }
}
@media (min-width: 40em) {
  /* line 2, ../../../app/assets/stylesheets/public/components/_quote.scss */
  .sb-quote {
    padding: 3.75em 4.375em;
  }
  /* line 67, ../../../app/assets/stylesheets/public/components/_quote.scss */
  .sb-quote::before, .sb-quote::after {
    height: 3px;
  }
  /* line 72, ../../../app/assets/stylesheets/public/components/_quote.scss */
  .sb-quote blockquote {
    font-size: 21px;
    font-size: 1.3125rem;
  }
  /* line 76, ../../../app/assets/stylesheets/public/components/_quote.scss */
  .sb-quote blockquote p::before, .sb-quote blockquote p::after {
    font-size: 64px;
    font-size: 4rem;
  }
  /* line 81, ../../../app/assets/stylesheets/public/components/_quote.scss */
  .sb-quote blockquote p::before {
    top: -10px;
    content: open-quote;
  }
  /* line 86, ../../../app/assets/stylesheets/public/components/_quote.scss */
  .sb-quote blockquote p::after {
    bottom: -10px;
    content: close-quote;
  }
  /* line 93, ../../../app/assets/stylesheets/public/components/_quote.scss */
  .sb-quote footer {
    margin: 2em 0 2.75em;
    font-size: 14px;
    font-size: 0.875rem;
  }
}
@media (min-width: 56.25em) {
  /* line 2, ../../../app/assets/stylesheets/public/components/_quote.scss */
  .sb-quote {
    padding: 6.25em 14.375em;
  }
  /* line 102, ../../../app/assets/stylesheets/public/components/_quote.scss */
  .sb-quote::before, .sb-quote::after {
    height: 4px;
  }
  /* line 107, ../../../app/assets/stylesheets/public/components/_quote.scss */
  .sb-quote blockquote {
    font-size: 28px;
    font-size: 1.75rem;
  }
  /* line 111, ../../../app/assets/stylesheets/public/components/_quote.scss */
  .sb-quote blockquote p::before, .sb-quote blockquote p::after {
    font-size: 88px;
    font-size: 5.5rem;
  }
  /* line 118, ../../../app/assets/stylesheets/public/components/_quote.scss */
  .sb-quote footer {
    font-size: 16px;
    font-size: 1rem;
  }
}
/* line 123, ../../../app/assets/stylesheets/public/components/_quote.scss */
.sb-quote__btn {
  display: inline-block;
}

/* line 2, ../../../app/assets/stylesheets/public/components/_modal.scss */
.sb-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
}
/* line 12, ../../../app/assets/stylesheets/public/components/_modal.scss */
.sb-modal__inner {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 42em;
  max-width: 90%;
  margin: 0 auto;
  padding: .25em;
  background: #fff;
}
/* line 26, ../../../app/assets/stylesheets/public/components/_modal.scss */
.sb-modal__inner iframe {
  width: 100%;
}
/* line 30, ../../../app/assets/stylesheets/public/components/_modal.scss */
.sb-modal__inner img {
  max-width: 100%;
}
/* line 34, ../../../app/assets/stylesheets/public/components/_modal.scss */
.sb-modal__inner.large {
  width: 60em;
}
@media (min-width: 56.25em) {
  /* line 12, ../../../app/assets/stylesheets/public/components/_modal.scss */
  .sb-modal__inner {
    padding: .5em;
  }
}
@media (min-width: 70em) {
  /* line 12, ../../../app/assets/stylesheets/public/components/_modal.scss */
  .sb-modal__inner {
    padding: 1em;
  }
}
/* line 48, ../../../app/assets/stylesheets/public/components/_modal.scss */
.sb-modal--active {
  display: block;
}

/* line 2, ../../../app/assets/stylesheets/public/components/_page-title.scss */
.sb-page-title {
  padding: 1.625em;
  position: relative;
  margin: 3.75em 0 0;
  background: url(/img/title-bg.png) no-repeat top left #53bdb8;
}
/* line 44, ../../../app/assets/stylesheets/public/global/_mixins.scss */
.sb-page-title:after, .sb-page-title:before {
  display: table;
  clear: both;
  content: "";
}
/* line 44, ../../../app/assets/stylesheets/public/global/_mixins.scss */
.sb-page-title:after, .sb-page-title:before {
  display: table;
  clear: both;
  content: "";
}
/* line 10, ../../../app/assets/stylesheets/public/components/_page-title.scss */
.sb-page-title h1 {
  margin: 0;
  font-size: 28px;
  font-size: 1.75rem;
  font-family: "League", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: normal;
  color: #fff;
  line-height: .5;
}
/* line 20, ../../../app/assets/stylesheets/public/components/_page-title.scss */
.sb-page-title::after {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  content: "";
  width: 100%;
  height: 100%;
}
@media (min-width: 28.75em) {
  /* line 2, ../../../app/assets/stylesheets/public/components/_page-title.scss */
  .sb-page-title {
    margin: 0;
    padding: 2.5em;
  }
}
@media (min-width: xs) {
  /* line 2, ../../../app/assets/stylesheets/public/components/_page-title.scss */
  .sb-page-title {
    margin: 0;
    padding: 2.5em;
  }
}
@media (min-width: 40em) {
  /* line 37, ../../../app/assets/stylesheets/public/components/_page-title.scss */
  .sb-page-title h1 {
    font-size: 38px;
    font-size: 2.375rem;
  }
}
@media (min-width: 56.25em) {
  /* line 2, ../../../app/assets/stylesheets/public/components/_page-title.scss */
  .sb-page-title {
    margin: 0;
  }
  /* line 45, ../../../app/assets/stylesheets/public/components/_page-title.scss */
  .sb-page-title h1 {
    font-size: 45px;
    font-size: 2.8125rem;
    line-height: 1.2;
  }
}
/* line 53, ../../../app/assets/stylesheets/public/components/_page-title.scss */
.sb-page-title--about::after {
  background: url(/img/title-bg--about.png) no-repeat top right;
  background-size: 100% 100%;
}
@media (min-width: 56.25em) {
  /* line 53, ../../../app/assets/stylesheets/public/components/_page-title.scss */
  .sb-page-title--about::after {
    background-size: auto;
  }
}
/* line 64, ../../../app/assets/stylesheets/public/components/_page-title.scss */
.sb-page-title--faq::after {
  background: url(/img/title-bg--faq.png) no-repeat top right;
  background-size: 100% 100%;
}
@media (min-width: 56.25em) {
  /* line 64, ../../../app/assets/stylesheets/public/components/_page-title.scss */
  .sb-page-title--faq::after {
    background-size: auto;
  }
}
/* line 75, ../../../app/assets/stylesheets/public/components/_page-title.scss */
.sb-page-title--press::after {
  background: url(/img/title-bg--press.png) no-repeat top right;
  background-size: 100% 100%;
}
@media (min-width: 56.25em) {
  /* line 75, ../../../app/assets/stylesheets/public/components/_page-title.scss */
  .sb-page-title--press::after {
    background-size: auto;
  }
}

/* line 2, ../../../app/assets/stylesheets/public/components/_about.scss */
.sb-about-section__100 {
  float: left;
  width: 100%;
  margin: 0 0 4.25em;
}
@media (min-width: 40em) {
  /* line 2, ../../../app/assets/stylesheets/public/components/_about.scss */
  .sb-about-section__100 {
    margin: 0;
  }
}
/* line 12, ../../../app/assets/stylesheets/public/components/_about.scss */
.sb-about-section__50--left {
  float: left;
  width: 100%;
  margin: 0 0 4.25em;
}
@media (min-width: 40em) {
  /* line 12, ../../../app/assets/stylesheets/public/components/_about.scss */
  .sb-about-section__50--left {
    width: 50%;
    padding: 0 2.5em 0 0;
  }
}
/* line 23, ../../../app/assets/stylesheets/public/components/_about.scss */
.sb-about-section__50--right {
  float: right;
  width: 100%;
}
@media (min-width: 40em) {
  /* line 23, ../../../app/assets/stylesheets/public/components/_about.scss */
  .sb-about-section__50--right {
    width: 50%;
    padding: 0 0 0 2.5em;
  }
}
/* line 33, ../../../app/assets/stylesheets/public/components/_about.scss */
.sb-about-section__66--left {
  float: left;
  width: 100%;
}
@media (min-width: 40em) {
  /* line 33, ../../../app/assets/stylesheets/public/components/_about.scss */
  .sb-about-section__66--left {
    width: 66.66%;
    padding: 0 2.5em 0 0;
  }
}
/* line 43, ../../../app/assets/stylesheets/public/components/_about.scss */
.sb-about-section__66--right {
  float: left;
  width: 100%;
}
@media (min-width: 40em) {
  /* line 43, ../../../app/assets/stylesheets/public/components/_about.scss */
  .sb-about-section__66--right {
    width: 66.66%;
    padding: 0 0 0 2.5em;
  }
}
/* line 53, ../../../app/assets/stylesheets/public/components/_about.scss */
.sb-about-section__33--left {
  float: left;
  width: 100%;
}
@media (min-width: 40em) {
  /* line 53, ../../../app/assets/stylesheets/public/components/_about.scss */
  .sb-about-section__33--left {
    width: 33.33%;
    padding: 0 2.5em 0 0;
  }
}
/* line 63, ../../../app/assets/stylesheets/public/components/_about.scss */
.sb-about-section__33--right {
  float: left;
  width: 100%;
}
@media (min-width: 40em) {
  /* line 63, ../../../app/assets/stylesheets/public/components/_about.scss */
  .sb-about-section__33--right {
    width: 33.33%;
    padding: 0 0 0 2.5em;
  }
}
/* line 74, ../../../app/assets/stylesheets/public/components/_about.scss */
.sb-about-quote {
  float: left;
  width: 100%;
  margin: 0 auto 4.25em;
  padding: .5em 0 .5em 1.875em;
  font-style: italic;
  border-left: 4px solid #ce2a8b;
}
/* line 82, ../../../app/assets/stylesheets/public/components/_about.scss */
.sb-about-quote p {
  margin: 0 0 1em;
  line-height: 1.4;
}
/* line 87, ../../../app/assets/stylesheets/public/components/_about.scss */
.sb-about-quote footer {
  font-size: 13px;
  font-size: 0.8125rem;
}
@media (min-width: 40em) {
  /* line 74, ../../../app/assets/stylesheets/public/components/_about.scss */
  .sb-about-quote {
    position: absolute;
    top: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: calc(50% - 5em);
    max-width: 100%;
  }
}
@media (min-width: 56.25em) {
  /* line 102, ../../../app/assets/stylesheets/public/components/_about.scss */
  .sb-about-quote p {
    margin: 0 0 1em;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.6;
  }
  /* line 108, ../../../app/assets/stylesheets/public/components/_about.scss */
  .sb-about-quote footer {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
/* line 115, ../../../app/assets/stylesheets/public/components/_about.scss */
.sb-about-toolkit {
  display: block;
  margin: 0 auto 4.25em;
  max-width: 80%;
  height: auto;
}
@media (min-width: 40em) {
  /* line 115, ../../../app/assets/stylesheets/public/components/_about.scss */
  .sb-about-toolkit {
    position: absolute;
    top: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: calc(50% - 5em);
    max-width: 100%;
    padding: 0 2.5em 0 0;
  }
}
/* line 134, ../../../app/assets/stylesheets/public/components/_about.scss */
.sb-about-team {
  display: block;
  margin: 0 auto 4.25em;
  max-width: 100%;
  height: auto;
}
@media (min-width: 40em) {
  /* line 134, ../../../app/assets/stylesheets/public/components/_about.scss */
  .sb-about-team {
    position: absolute;
    top: 50%;
    right: 2.5em;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: calc(50% - 5em);
    max-width: 100%;
  }
}
@media (min-width: 40em) {
  /* line 134, ../../../app/assets/stylesheets/public/components/_about.scss */
  .sb-about-team {
    right: 3.75em;
  }
}
/* line 157, ../../../app/assets/stylesheets/public/components/_about.scss */
.sb-about-btn {
  display: inline-block;
  color: #fff !important;
  font-weight: 600 !important;
}

/* line 1, ../../../app/assets/stylesheets/public/components/_faq.scss */
#faq-questions {
  margin: 0 0 2.5em;
  padding: 0;
  list-style: none;
}
/* line 44, ../../../app/assets/stylesheets/public/global/_mixins.scss */
#faq-questions:after, #faq-questions:before {
  display: table;
  clear: both;
  content: "";
}
/* line 7, ../../../app/assets/stylesheets/public/components/_faq.scss */
#faq-questions li {
  margin: 0;
  padding: 1em 0;
  border-bottom: 1px solid #ecebeb;
}
@media (min-width: 56.25em) {
  /* line 7, ../../../app/assets/stylesheets/public/components/_faq.scss */
  #faq-questions li {
    float: left;
    width: 47%;
    margin: 0 3% 0 0;
  }
}

/* line 20, ../../../app/assets/stylesheets/public/components/_faq.scss */
.answer {
  margin: 0 0 2em;
}
/* line 24, ../../../app/assets/stylesheets/public/components/_faq.scss */
.answer .back-to-top::before {
  float: left;
  margin: .5em .375em 0 0;
  content: "";
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #1f6eb4;
}
/* line 34, ../../../app/assets/stylesheets/public/components/_faq.scss */
.answer .back-to-top:hover::before {
  border-bottom: 5px solid #354071;
}

/* line 1, ../../../app/assets/stylesheets/public/components/_how-it-works.scss */
.sb-hiw__left,
.sb-hiw__right {
  float: left;
  width: 100%;
}
/* line 6, ../../../app/assets/stylesheets/public/components/_how-it-works.scss */
.sb-hiw__left img,
.sb-hiw__right img {
  max-width: 100%;
  cursor: pointer;
}
/* line 11, ../../../app/assets/stylesheets/public/components/_how-it-works.scss */
.sb-hiw__left iframe,
.sb-hiw__right iframe {
  width: 100%;
}
@media (min-width: 56.25em) {
  /* line 1, ../../../app/assets/stylesheets/public/components/_how-it-works.scss */
  .sb-hiw__left,
  .sb-hiw__right {
    width: 48%;
  }
}

/* line 20, ../../../app/assets/stylesheets/public/components/_how-it-works.scss */
.sb-hiw__left {
  margin: 0 0 2em;
}
@media (min-width: 56.25em) {
  /* line 20, ../../../app/assets/stylesheets/public/components/_how-it-works.scss */
  .sb-hiw__left {
    margin: 0 2% 0 0;
  }
}

@media (min-width: 56.25em) {
  /* line 28, ../../../app/assets/stylesheets/public/components/_how-it-works.scss */
  .sb-hiw__right {
    margin: 0 0 0 2%;
  }
}
