@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 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; }

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

img {
  max-width: 100%; }

html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

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

html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

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

.btn, .btn-text {
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
  font-family: inherit;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: none;
  margin: 0;
  padding-top: 0;
  padding-bottom: 0;
  background-image: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  .btn, .btn-text, .btn:hover, .btn-text:hover {
    text-decoration: none; }
  .btn:active, .btn-text:active, .btn:focus, .btn-text:focus {
    outline: none; }

html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-size: 62.5%; }

html, body {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0; }

body {
  -webkit-font-smoothing: antialiased;
  background-color: #FAFAFA;
  color: #979797;
  font-family: "PT Sans", sans-serif;
  font-size: 1.5rem;
  line-height: 1em;
  font-weight: 400;
  font-style: normal; }

a {
  text-decoration: none;
  color: #41c1c8;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  a:hover {
    color: #30a0a6; }

h1, h2, h3, h4, h5, h6 {
  font-weight: 600;
  font-style: normal;
  margin: 0;
  color: #2F2F2F;
  line-height: 1em;
  text-rendering: optimizeLegibility; }

h1 {
  margin: 20px 0;
  font-size: 3.2rem;
  line-height: 1.4em;
  font-weight: 700; }

h2 {
  margin: 15px 0;
  font-size: 2.2rem;
  line-height: 1.2em; }
  @media screen and (min-width: 600px) {
    h2 {
      font-size: 2.8rem; } }

h3 {
  margin: 15px 0;
  font-size: 2.2rem; }

h4 {
  margin: 5px 0;
  font-size: 1.8rem;
  line-height: 2.4rem; }

p {
  margin-bottom: 10px;
  line-height: 1.4em; }

strong, .text-bold {
  font-weight: 600;
  color: #2F2F2F; }

.followon {
  font-weight: 600;
  margin-bottom: 20px; }
  @media screen and (min-width: 600px) {
    .followon {
      font-size: 1.6rem; } }

.link-underline {
  text-decoration: underline; }
  .link-underline:hover {
    text-decoration: none; }

hr {
  height: 0;
  border: 0;
  padding: 0;
  margin: 0;
  border-bottom: 1px solid #f1f1f1;
  background-color: transparent; }

.text-small {
  font-size: 1.35rem;
  vertical-align: top; }

.text-light {
  color: white; }

.content p {
  line-height: 1.4em; }

.content ul {
  margin: 15px 0; }
  .content ul li {
    margin-bottom: 15px;
    padding-left: 10px; }

.container {
  max-width: 1260px;
  margin: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container::after {
    clear: both;
    content: "";
    display: table; }

.container--medium {
  max-width: 960px; }

.container--small {
  max-width: 800px; }

.container--smallest {
  max-width: 580px; }

.container--login {
  max-width: 320px; }

.main {
  padding-top: 40px;
  padding-bottom: 40px; }
  .main::after {
    clear: both;
    content: "";
    display: table; }

@media screen and (min-width: 960px) {
  .main__content {
    float: left;
    display: block;
    margin-right: 3.22581%;
    width: 67.74194%; }
    .main__content:last-child {
      margin-right: 0; } }

@media screen and (min-width: 1024px) {
  .main__content {
    float: left;
    display: block;
    margin-right: 3.22581%;
    width: 74.19355%; }
    .main__content:last-child {
      margin-right: 0; } }

.main__aside {
  display: none; }
  @media screen and (min-width: 960px) {
    .main__aside {
      display: block;
      float: left;
      display: block;
      margin-right: 3.22581%;
      width: 29.03226%;
      padding-right: 20px; }
      .main__aside:last-child {
        margin-right: 0; } }
  @media screen and (min-width: 1024px) {
    .main__aside {
      float: left;
      display: block;
      margin-right: 3.22581%;
      width: 22.58065%; }
      .main__aside:last-child {
        margin-right: 0; } }

@font-face {
  font-family: 'unroll';
  src: url("../fonts/unroll.eot?x69xk5");
  src: url("../fonts/unroll.eot?#iefixx69xk5") format("embedded-opentype"), url("../fonts/unroll.ttf?x69xk5") format("truetype"), url("../fonts/unroll.woff?x69xk5") format("woff"), url("../fonts/unroll.svg?x69xk5#unroll") format("svg");
  font-weight: normal;
  font-style: normal; }

.icon, .checkbox--add span:after {
  font-family: 'unroll';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: middle;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon--facebook:before {
  content: "\e600"; }

.icon--twitter:before {
  content: "\e601"; }

.icon--right:before {
  content: "\e602"; }

.icon--play:before {
  content: "\e603"; }

.icon--linkedin:before {
  content: "\e604"; }

.icon--instagram:before {
  content: "\e605"; }

.icon--email:before {
  content: "\e606"; }

.icon--large {
  font-size: 2.4rem; }

.overlay {
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 90;
  bottom: 0;
  right: 0;
  left: 0; }

.vcenter {
  position: relative;
  display: table;
  width: 100%;
  height: 100%; }

.vcenter__content {
  display: table-cell;
  vertical-align: middle;
  position: relative;
  z-index: 20; }

.border {
  border: 1px solid #e7e7e7; }

.border-top {
  border-top: 1px solid #e7e7e7; }

.border-bottom {
  border-bottom: 1px solid #e7e7e7; }

.border-left {
  border-left: 1px solid #e7e7e7; }

.border-right {
  border-right: 1px solid #e7e7e7; }

.media::after {
  clear: both;
  content: "";
  display: table; }

.media__image {
  float: left;
  margin-right: 20px; }
  .media--rev .media__image {
    float: right;
    margin-right: 0;
    margin-left: 20px; }
  .media__image img {
    display: block; }

.media__body {
  overflow: hidden;
  _overflow: visible;
  zoom: 1; }
  .media__body p:last-child {
    margin-bottom: 0; }

.logo {
  display: block;
  width: 140px;
  height: 50px;
  background-image: url(../img/logo.svg);
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: top center; }

.logo--whitetext {
  background-image: url(../img/logo-whitetext.svg); }

.nav {
  list-style: none;
  padding: 0;
  margin: 0; }
  .nav a {
    display: block; }

.nav--inline::after {
  clear: both;
  content: "";
  display: table; }

.nav--inline li {
  float: left;
  margin-left: 10px; }

.nav--inline li:first-child {
  margin-left: 0; }

.btn {
  border-radius: 4px;
  font-weight: 600;
  position: relative;
  letter-spacing: 0.03em;
  padding-left: 1.5em;
  padding-right: 1.5em;
  font-size: 1.5rem;
  line-height: 4em;
  color: #FAFAFA;
  background-color: #979797; }
  .btn:hover {
    color: #FAFAFA;
    background-color: #7e7e7e; }
  .btn:focus, .btn:active, .btn.active {
    color: #FAFAFA;
    background-color: #717171;
    outline: 0; }
  .btn.disabled, .btn.disabled:hover, .btn.disabled:focus, .btn.disabled.focus, .btn.disabled:active, .btn.disabled.active, .btn[disabled], .btn[disabled]:hover, .btn[disabled]:focus, .btn[disabled].focus, .btn[disabled]:active, .btn[disabled].active,
  fieldset[disabled] .btn,
  fieldset[disabled] .btn:hover,
  fieldset[disabled] .btn:focus,
  fieldset[disabled] .btn.focus,
  fieldset[disabled] .btn:active,
  fieldset[disabled] .btn.active {
    background-color: #979797;
    opacity: 0.8;
    color: #FAFAFA;
    cursor: not-allowed; }
  .btn .icon--large {
    margin-left: 10px; }

/*------------------------------------*    $SIZES
\*------------------------------------*/
/**
 * Button size modifiers.
 *
 * These all follow the same sizing rules as above; text is 1em, space around it
 * remains uniform.
 */
.btn--smallest {
  padding-left: 0.5em;
  padding-right: 0.5em;
  font-size: 1.5rem;
  line-height: 2em; }

.btn--small {
  padding-left: 1em;
  padding-right: 1em;
  font-size: 1.5rem;
  line-height: 3em; }

.btn--large {
  padding-left: 2em;
  padding-right: 2em;
  font-size: 1.5rem;
  line-height: 5em; }

.btn--huge {
  padding-left: 3em;
  padding-right: 3em;
  font-size: 1.5rem;
  line-height: 7em; }

/**
 * These buttons will fill the entirety of their container.
 *
 * 1. Remove padding so that widths and paddings don’t conflict.
 */
.btn--full {
  width: 100%;
  padding-right: 0;
  padding-left: 0;
  text-align: center; }

.btn--tight {
  line-height: 1em; }

/*------------------------------------*    $FONT-SIZES
\*------------------------------------*/
/**
 * Button font-size modifiers.
 */
.btn--alpha {
  font-size: 3rem; }

.btn--beta {
  font-size: 2rem; }

.btn--gamma {
  font-size: 1rem; }

/**
 * Make the button inherit sizing from its parent.
 */
.btn--natural {
  vertical-align: baseline;
  padding-left: 1em;
  padding-right: 1em;
  font-size: inherit;
  line-height: 3em; }

/*------------------------------------*    $FUNCTIONS
\*------------------------------------*/
/**
 * Button function modifiers.
 */
.btn--primary {
  color: white;
  background-color: #41c1c8; }
  .btn--primary:hover {
    color: white;
    background-color: #30a0a6; }
  .btn--primary:focus, .btn--primary:active, .btn--primary.active {
    color: white;
    background-color: #2a8d92;
    outline: 0; }
  .btn--primary.disabled, .btn--primary.disabled:hover, .btn--primary.disabled:focus, .btn--primary.disabled.focus, .btn--primary.disabled:active, .btn--primary.disabled.active, .btn--primary[disabled], .btn--primary[disabled]:hover, .btn--primary[disabled]:focus, .btn--primary[disabled].focus, .btn--primary[disabled]:active, .btn--primary[disabled].active,
  fieldset[disabled] .btn--primary,
  fieldset[disabled] .btn--primary:hover,
  fieldset[disabled] .btn--primary:focus,
  fieldset[disabled] .btn--primary.focus,
  fieldset[disabled] .btn--primary:active,
  fieldset[disabled] .btn--primary.active {
    background-color: #41c1c8;
    opacity: 0.8;
    color: white;
    cursor: not-allowed; }

.btn--secondary {
  color: white;
  background-color: #00587f;
  border: 1px solid #ccc; }
  .btn--secondary:hover {
    color: white;
    background-color: #00354c; }
  .btn--secondary:focus, .btn--secondary:active, .btn--secondary.active {
    color: white;
    background-color: #002333;
    outline: 0; }
  .btn--secondary.disabled, .btn--secondary.disabled:hover, .btn--secondary.disabled:focus, .btn--secondary.disabled.focus, .btn--secondary.disabled:active, .btn--secondary.disabled.active, .btn--secondary[disabled], .btn--secondary[disabled]:hover, .btn--secondary[disabled]:focus, .btn--secondary[disabled].focus, .btn--secondary[disabled]:active, .btn--secondary[disabled].active,
  fieldset[disabled] .btn--secondary,
  fieldset[disabled] .btn--secondary:hover,
  fieldset[disabled] .btn--secondary:focus,
  fieldset[disabled] .btn--secondary.focus,
  fieldset[disabled] .btn--secondary:active,
  fieldset[disabled] .btn--secondary.active {
    background-color: #00587f;
    opacity: 0.8;
    color: white;
    cursor: not-allowed; }

.btn--tertiary {
  color: white;
  background-color: #f7931d; }
  .btn--tertiary:hover {
    color: white;
    background-color: #d97908; }
  .btn--tertiary:focus, .btn--tertiary:active, .btn--tertiary.active {
    color: white;
    background-color: #c16b07;
    outline: 0; }
  .btn--tertiary.disabled, .btn--tertiary.disabled:hover, .btn--tertiary.disabled:focus, .btn--tertiary.disabled.focus, .btn--tertiary.disabled:active, .btn--tertiary.disabled.active, .btn--tertiary[disabled], .btn--tertiary[disabled]:hover, .btn--tertiary[disabled]:focus, .btn--tertiary[disabled].focus, .btn--tertiary[disabled]:active, .btn--tertiary[disabled].active,
  fieldset[disabled] .btn--tertiary,
  fieldset[disabled] .btn--tertiary:hover,
  fieldset[disabled] .btn--tertiary:focus,
  fieldset[disabled] .btn--tertiary.focus,
  fieldset[disabled] .btn--tertiary:active,
  fieldset[disabled] .btn--tertiary.active {
    background-color: #f7931d;
    opacity: 0.8;
    color: white;
    cursor: not-allowed; }

/**
 * Link style button
 */
.btn--link {
  text-transform: none;
  border-radius: 0;
  color: #979797;
  background-color: transparent;
  border: 0; }
  .btn--link:hover {
    color: #717171;
    background-color: transparent; }
  .btn--link:focus, .btn--link:active, .btn--link.active {
    color: #979797;
    outline: 0;
    background-color: transparent; }
  .btn--link.disabled, .btn--link.disabled:hover, .btn--link.disabled:focus, .btn--link.disabled.focus, .btn--link.disabled:active, .btn--link.disabled.active, .btn--link[disabled], .btn--link[disabled]:hover, .btn--link[disabled]:focus, .btn--link[disabled].focus, .btn--link[disabled]:active, .btn--link[disabled].active,
  fieldset[disabled] .btn--link,
  fieldset[disabled] .btn--link:hover,
  fieldset[disabled] .btn--link:focus,
  fieldset[disabled] .btn--link.focus,
  fieldset[disabled] .btn--link:active,
  fieldset[disabled] .btn--link.active {
    background-color: transparent;
    opacity: 0.5;
    color: #979797;
    cursor: not-allowed; }
  .btn--link.btn--primary {
    border-radius: 0;
    color: #41c1c8;
    background-color: transparent; }
    .btn--link.btn--primary:hover {
      color: #2a8d92;
      background-color: transparent; }
    .btn--link.btn--primary:focus, .btn--link.btn--primary:active, .btn--link.btn--primary.active {
      color: #41c1c8;
      outline: 0;
      background-color: transparent; }
    .btn--link.btn--primary.disabled, .btn--link.btn--primary.disabled:hover, .btn--link.btn--primary.disabled:focus, .btn--link.btn--primary.disabled.focus, .btn--link.btn--primary.disabled:active, .btn--link.btn--primary.disabled.active, .btn--link.btn--primary[disabled], .btn--link.btn--primary[disabled]:hover, .btn--link.btn--primary[disabled]:focus, .btn--link.btn--primary[disabled].focus, .btn--link.btn--primary[disabled]:active, .btn--link.btn--primary[disabled].active,
    fieldset[disabled] .btn--link.btn--primary,
    fieldset[disabled] .btn--link.btn--primary:hover,
    fieldset[disabled] .btn--link.btn--primary:focus,
    fieldset[disabled] .btn--link.btn--primary.focus,
    fieldset[disabled] .btn--link.btn--primary:active,
    fieldset[disabled] .btn--link.btn--primary.active {
      background-color: transparent;
      opacity: 0.5;
      color: #41c1c8;
      cursor: not-allowed; }
  .btn--link.btn--tertiary {
    border-radius: 0;
    color: #f7931d;
    background-color: transparent; }
    .btn--link.btn--tertiary:hover {
      color: #c16b07;
      background-color: transparent; }
    .btn--link.btn--tertiary:focus, .btn--link.btn--tertiary:active, .btn--link.btn--tertiary.active {
      color: #f7931d;
      outline: 0;
      background-color: transparent; }
    .btn--link.btn--tertiary.disabled, .btn--link.btn--tertiary.disabled:hover, .btn--link.btn--tertiary.disabled:focus, .btn--link.btn--tertiary.disabled.focus, .btn--link.btn--tertiary.disabled:active, .btn--link.btn--tertiary.disabled.active, .btn--link.btn--tertiary[disabled], .btn--link.btn--tertiary[disabled]:hover, .btn--link.btn--tertiary[disabled]:focus, .btn--link.btn--tertiary[disabled].focus, .btn--link.btn--tertiary[disabled]:active, .btn--link.btn--tertiary[disabled].active,
    fieldset[disabled] .btn--link.btn--tertiary,
    fieldset[disabled] .btn--link.btn--tertiary:hover,
    fieldset[disabled] .btn--link.btn--tertiary:focus,
    fieldset[disabled] .btn--link.btn--tertiary.focus,
    fieldset[disabled] .btn--link.btn--tertiary:active,
    fieldset[disabled] .btn--link.btn--tertiary.active {
      background-color: transparent;
      opacity: 0.5;
      color: #f7931d;
      cursor: not-allowed; }

.btn--outline {
  border: 2px solid white;
  background-color: transparent;
  color: white;
  line-height: 3.75em; }
  .btn--outline:hover {
    background-color: rgba(255, 255, 255, 0.2); }

/*------------------------------------*    $STYLES
\*------------------------------------*/
/**
 * Button style modifiers.
 *
 * 1. Use an overly-large number to ensure completely rounded, pill-like ends.
 */
.btn--soft {
  border-radius: 200px;
  /* [1] */ }

.btn--hard {
  border-radius: 0; }

.btn-text {
  padding-left: 1.5em;
  padding-right: 1.5em;
  font-size: 1.5rem;
  line-height: 4em;
  cursor: auto; }

.btn-text--small {
  padding-left: 1em;
  padding-right: 1em;
  font-size: 1.5rem;
  line-height: 3em; }

.btn__icon--right {
  margin-left: 0.25em; }

.btn__icon--left {
  margin-right: 0.25em; }

.btn__count {
  margin-top: -10px;
  position: absolute;
  top: 50%;
  right: 10px; }

.section {
  position: relative; }

.section--small {
  padding-top: 15px;
  padding-bottom: 15px; }

.section--medium {
  padding-top: 30px;
  padding-bottom: 30px; }

.section--large {
  padding-top: 60px;
  padding-bottom: 60px; }

.section--primary {
  background-color: #41c1c8; }
  .section--primary h1, .section--primary h2, .section--primary h3, .section--primary p {
    color: white; }

.section--secondary {
  background-color: #00587f; }
  .section--secondary h1, .section--secondary h2, .section--secondary h3, .section--secondary p {
    color: white; }

.section--white {
  background-color: white; }

.section--gray {
  background-color: #f1f1f1;
  border-bottom: 1px solid #e4e4e4; }

.flag {
  display: table;
  width: 100%; }

.flag--large .flag__image {
  padding-right: 30px; }
  @media screen and (min-width: 768px) {
    .flag--large .flag__image {
      padding-right: 60px; } }

.flag--large.flag--rev .flag__image {
  padding-right: 0;
  padding-left: 30px; }
  @media screen and (min-width: 768px) {
    .flag--large.flag--rev .flag__image {
      padding-left: 60px; } }

.flag__image,
.flag__body {
  display: table-cell;
  vertical-align: middle; }
  .flag--top .flag__image, .flag--top
  .flag__body {
    vertical-align: top; }
  .flag--bottom .flag__image, .flag--bottom
  .flag__body {
    vertical-align: bottom; }

.flag__image {
  padding-right: 10px; }
  .flag__image > img {
    display: block;
    max-width: none; }
  .flag--rev .flag__image {
    padding-right: 0;
    padding-left: 10px; }

.flag__body {
  width: 100%; }

.box {
  background-color: white;
  padding: 10px;
  border-radius: 4px; }

.box--hard {
  border-radius: 0; }

.box-top {
  padding-top: 10px; }

.box-bottom {
  padding-bottom: 10px; }

.box--primary {
  background-color: #00587f;
  color: white; }

.box--secondary {
  background-color: #FAFAFA; }

.box--white {
  background-color: white; }

.box--hard {
  border-radius: 0; }

.box--small {
  padding: 0; }

.box--large {
  padding: 20px; }

.box-top--large {
  padding-top: 20px; }

.box-left--large {
  padding-left: 20px; }

.box-right--large {
  padding-right: 20px; }

.box-bottom--large {
  padding-bottom: 20px; }

.box--huge {
  padding: 40px; }

.box-top--huge {
  padding-top: 40px; }

.box-bottom--huge {
  padding-bottom: 40px; }

.count {
  display: inline-block;
  background-color: white;
  font-size: 1.2rem;
  line-height: 1;
  padding: 3px 8px;
  border-radius: 200px; }

/* ==========================================================================
   Remodal's necessary styles
   ========================================================================== */
/* Hide scroll bar */
html.remodal-is-locked {
  overflow: hidden; }

/* Anti FOUC */
.remodal,
[data-remodal-id] {
  display: none;
  outline: 0; }

/* Necessary styles of the overlay */
.remodal-overlay {
  position: fixed;
  z-index: 9999;
  top: -5000px;
  right: -5000px;
  bottom: -5000px;
  left: -5000px;
  display: none; }

/* Necessary styles of the wrapper */
.remodal-wrapper {
  position: fixed;
  z-index: 10000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch; }

.remodal-wrapper:after {
  display: inline-block;
  height: 100%;
  margin-left: -0.05em;
  content: ""; }

/* Fix iPad, iPhone glitches */
.remodal-overlay,
.remodal-wrapper {
  -webkit-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden; }

/* Necessary styles of the modal dialog */
.remodal {
  position: relative;
  padding: 35px;
  text-size-adjust: 100%; }
  .remodal .container {
    padding: 0; }

.remodal-is-initialized {
  /* Disable Anti-FOUC */
  display: inline-block; }

/* ==========================================================================
   Remodal's default mobile first theme
   ========================================================================== */
/* Default theme styles for the background */
.remodal-bg.remodal-is-opening,
.remodal-bg.remodal-is-opened {
  -webkit-filter: blur(3px);
  filter: blur(3px); }

/* Default theme styles of the overlay */
.remodal-overlay {
  background: rgba(43, 46, 56, 0.9); }

.remodal-overlay.remodal-is-opening,
.remodal-overlay.remodal-is-closing {
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards; }

.remodal-overlay.remodal-is-opening {
  -webkit-animation: remodal-overlay-opening-keyframes 0.3s;
  animation: remodal-overlay-opening-keyframes 0.3s; }

.remodal-overlay.remodal-is-closing {
  -webkit-animation: remodal-overlay-closing-keyframes 0.3s;
  animation: remodal-overlay-closing-keyframes 0.3s; }

/* Default theme styles of the wrapper */
.remodal-wrapper {
  padding: 0; }

/* Default theme styles of the modal dialog */
.remodal {
  width: 100%;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.remodal.remodal-is-opening,
.remodal.remodal-is-closing {
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards; }

.remodal.remodal-is-opening {
  -webkit-animation: remodal-opening-keyframes 0.3s;
  animation: remodal-opening-keyframes 0.3s; }

.remodal.remodal-is-closing {
  -webkit-animation: remodal-closing-keyframes 0.3s;
  animation: remodal-closing-keyframes 0.3s; }

/* Vertical align of the modal dialog */
.remodal,
.remodal-wrapper:after {
  vertical-align: middle; }

/* Close button */
.remodal-close {
  position: absolute;
  top: -50px;
  left: 50%;
  margin-left: -17px;
  display: block;
  overflow: visible;
  cursor: pointer;
  width: 35px;
  height: 35px;
  margin: 0;
  padding: 0;
  cursor: pointer;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  text-decoration: none;
  color: white;
  border: 0;
  outline: 0;
  background: transparent; }
  @media screen and (min-width: 600px) {
    .remodal-close {
      left: auto;
      top: -34px;
      right: -34px; } }

.remodal-close:before {
  font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif !important;
  font-size: 50px;
  line-height: 35px;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 35px;
  content: "\00d7";
  text-align: center; }

/* Keyframes
   ========================================================================== */
@-webkit-keyframes remodal-opening-keyframes {
  from {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 0; }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

/* Keyframes
   ========================================================================== */
@keyframes remodal-opening-keyframes {
  from {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 0; }
  to {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1; } }

@-webkit-keyframes remodal-closing-keyframes {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; }
  to {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0; } }

@keyframes remodal-closing-keyframes {
  from {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1; }
  to {
    -webkit-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0; } }

@-webkit-keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@-webkit-keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

@keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

.remodal--full {
  padding: 0;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: white; }
  .remodal--full .remodal-close {
    position: absolute;
    top: 20px;
    right: 20px;
    color: #2F2F2F; }

/* IE8
   ========================================================================== */
.lt-ie9 .remodal-overlay {
  background: #2b2e38; }

.lt-ie9 .remodal {
  width: 700px; }

.alert {
  display: block;
  position: relative;
  background-color: #41c1c8;
  color: white;
  width: 100%;
  z-index: 90;
  font-weight: 600;
  margin-top: -1px;
  text-align: center; }
  .alert a {
    color: white;
    text-decoration: underline; }

.alert--status {
  display: none; }
  .alert--status.minor, .alert--status.major, .alert--status.maintenance {
    display: block; }

.alert__container {
  position: relative;
  padding-top: 1em;
  padding-bottom: 1em; }

.alert__close {
  color: white;
  position: absolute;
  right: 0;
  top: 0;
  padding: 1em; }

.alert--positive {
  background-color: #95d06d; }

.alert--negative {
  background-color: #d06d6d; }

.alert.maintenance {
  background-color: #41c1c8; }

.alert.minor {
  background-color: #f7931d; }

.alert.major {
  background-color: #d06d6d; }

.alert__description {
  display: inline-block;
  margin-left: 10px; }

.form-group {
  margin-bottom: 20px; }

.form-control {
  width: 100%;
  padding: 1em 1em;
  line-height: 1.4em;
  font-size: 1.5rem;
  border-radius: 4px;
  border: 1px solid #e7e7e7;
  -webkit-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out; }
  .form-control:focus {
    outline: 0;
    border-color: #c1c1c1; }

.form-actions::after {
  clear: both;
  content: "";
  display: table; }

.checkbox--add {
  width: 34px;
  height: 34px; }
  .checkbox--add span {
    width: 34px;
    height: 34px;
    cursor: pointer;
    background: transparent;
    border-radius: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    border: 1px solid #979797; }
    .checkbox--add span:after {
      content: "\e603";
      color: #979797;
      text-align: center;
      width: 100%;
      height: 0;
      line-height: 0;
      position: absolute;
      top: 50%;
      left: 0; }
  .checkbox--add input[type=checkbox]:checked + span {
    border: 1px solid #95d06d;
    background-color: #95d06d; }
    .checkbox--add input[type=checkbox]:checked + span:after {
      content: "\e605";
      color: #fff; }
  .checkbox--add input[type=checkbox] {
    visibility: hidden; }

/*** custom checkboxes ***/
/* Base for label styling */
[type="checkbox"] {
  position: absolute;
  opacity: 0; }
  [type="checkbox"] + label {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    position: relative;
    -webkit-transition: color 0.2s ease-in-out, border 0.2s ease-in-out;
    transition: color 0.2s ease-in-out, border 0.2s ease-in-out; }
    [type="checkbox"] + label:hover {
      color: #7e7e7e; }
  [type="checkbox"] + label .checkbox {
    background: #fff;
    border: 1px solid #dadada;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    border-radius: 4px;
    text-align: center;
    margin-top: -2px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
  [type="checkbox"]:focus + label .checkbox {
    border-color: #b4b4b4;
    outline: 0; }
  [type="checkbox"] + label .checkbox:after {
    content: '✔';
    line-height: 0;
    position: absolute;
    top: 0;
    height: 20px;
    line-height: 17px;
    left: 0px;
    width: 20px;
    text-align: center;
    font-size: 14px;
    color: white;
    opacity: 0;
    left: -0.5px;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0); }

[type="checkbox"]:checked + label .checkbox {
  background-color: #95d06d;
  border-color: #95d06d; }

[type="checkbox"]:checked + label .checkbox:after {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }

.navbar {
  line-height: 0; }
  .navbar::after {
    clear: both;
    content: "";
    display: table; }
  .navbar .nav li {
    margin-left: 0; }

.hero__title {
  text-align: center; }

.hero__subtitle {
  line-height: 1.6em; }

.hero--home {
  min-height: 420px;
  background-image: url(../img/hero.jpg);
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: white;
  padding-top: 60px; }
  @media screen and (min-width: 768px) {
    .hero--home {
      padding-top: 80px;
      min-height: 500px; } }
  .hero--home .hero__subtitle {
    margin-top: -10px;
    margin-bottom: 30px; }

.hero--homeV2 {
  background-color: white;
  min-height: 420px;
  height: 80vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }
  @media screen and (min-width: 768px) {
    .hero--homeV2 {
      padding: 5% 0 10%;
      min-height: 600px;
      height: 100vh; } }
  .hero--homeV2 .hero__title {
    margin-top: -20px; }
    @media screen and (min-width: 768px) {
      .hero--homeV2 .hero__title {
        font-size: 50px;
        margin-top: -50px; } }
  .hero--homeV2 .hero__subtitle {
    color: #979797;
    font-weight: 400;
    font-size: 16px; }
    @media screen and (min-width: 768px) {
      .hero--homeV2 .hero__subtitle {
        font-size: 24px; } }
  .hero--homeV2 .btn {
    margin-top: 20px;
    padding: 0 30px;
    line-height: 3.5em;
    font-size: 20px; }
  .hero--homeV2 .free-label {
    margin-top: 15px;
    display: block;
    font-style: italic; }

.hero--homeV3 {
  background-color: white;
  padding: 0;
  min-height: 420px;
  height: 600px;
  height: 90vh;
  text-align: center; }
  @media screen and (max-width: 999px) {
    .hero--homeV3 {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center; } }
  @media screen and (min-width: 1000px) {
    .hero--homeV3 {
      padding: 5% 0 10%;
      height: 100vh;
      background-image: url(../img/hero-bg-macbook.jpg);
      background-repeat: no-repeat;
      background-position: top right;
      -webkit-background-size: 120%;
      background-size: 120%;
      text-align: left; } }
  @media screen and (min-width: 1200px) {
    .hero--homeV3 {
      -webkit-background-size: cover;
      background-size: cover; } }
  .hero--homeV3 .hero__container-left {
    max-width: 500px;
    margin: auto; }
    @media screen and (min-width: 1000px) {
      .hero--homeV3 .hero__container-left {
        max-width: 30%;
        margin: 0;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center; } }
    @media screen and (min-width: 1100px) {
      .hero--homeV3 .hero__container-left {
        max-width: 600px; } }
  .hero--homeV3 .hero__title {
    margin-top: -5%; }
    @media screen and (min-width: 1000px) {
      .hero--homeV3 .hero__title {
        text-align: left;
        margin-top: 20%; } }
    @media screen and (min-width: 1100px) {
      .hero--homeV3 .hero__title {
        font-size: 50px;
        margin-top: 20%; } }
  .hero--homeV3 .hero__subtitle {
    color: #979797;
    font-weight: 400;
    font-size: 16px; }
    @media screen and (min-width: 1100px) {
      .hero--homeV3 .hero__subtitle {
        font-size: 24px; } }
  .hero--homeV3 .btn {
    margin-top: 20px;
    padding: 0 30px;
    line-height: 3.5em;
    font-size: 20px; }
  .hero--homeV3 .free-label {
    margin-top: 15px;
    display: block;
    font-style: italic; }

.hero--app {
  min-height: 420px;
  background-image: url(../img/app/girlonbike.jpg);
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: white;
  padding: 60px 0;
  position: relative; }
  @media screen and (min-width: 768px) {
    .hero--app {
      padding-top: 80px;
      min-height: 500px; } }
  .hero--app:before {
    content: '';
    background-color: #000;
    opacity: 0.2;
    z-index: 10;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0; }
  .hero--app .hero__content {
    position: relative;
    z-index: 50; }
    @media screen and (min-width: 768px) {
      .hero--app .hero__content {
        float: left;
        display: block;
        margin-right: 3.22581%;
        width: 48.3871%; }
        .hero--app .hero__content:last-child {
          margin-right: 0; } }
    @media screen and (min-width: 1024px) {
      .hero--app .hero__content {
        float: left;
        display: block;
        margin-right: 3.22581%;
        width: 35.48387%; }
        .hero--app .hero__content:last-child {
          margin-right: 0; } }
  .hero--app h1 {
    font-size: 5rem;
    font-weight: 400;
    line-height: 1.2em;
    margin: 0 0 40px; }
  .hero--app .intro {
    font-size: 2rem;
    font-weight: 400; }

.mainnav {
  border-radius: 0; }

.mainnav--fixed {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999; }

.mainnav--hidden {
  top: 100%; }

.mainnav__logo {
  float: left;
  margin: 12px 0 0; }
  @media screen and (max-width: 499px) {
    .mainnav__logo {
      width: 40px;
      height: 40px;
      margin-top: 18px;
      background-image: url(../img/logo-mark.svg); } }
  @media screen and (min-width: 768px) {
    .mainnav__logo {
      margin: 12px 0 0 0; } }

.mainnav__nav {
  float: right; }
  @media screen and (max-width: 549px) {
    .mainnav__nav li:first-child {
      display: none; } }
  .mainnav__nav .btn {
    padding: 0 20px; }
    @media screen and (max-width: 499px) {
      .mainnav__nav .btn {
        display: none; } }
  .mainnav__nav .btn.active {
    color: black; }
  .mainnav__nav .btn--primary {
    padding-right: 0;
    padding-left: 2px; }
    @media screen and (max-width: 499px) {
      .mainnav__nav .btn--primary {
        display: block; } }
  .mainnav__nav .btn--tertiary {
    padding-right: 0; }
    @media screen and (max-width: 499px) {
      .mainnav__nav .btn--tertiary {
        display: block; } }
    .mainnav__nav .btn--tertiary:after {
      content: '/';
      color: #979797;
      display: inline-block;
      width: 20px;
      text-align: center; }

.app-banner {
  position: relative;
  padding-top: 0px; }
  @media screen and (min-width: 420px) {
    .app-banner {
      padding-top: 20px; } }
  .app-banner .container {
    background-image: url(../img/app-banner/rollup.png);
    background-position: 10px bottom;
    background-repeat: no-repeat;
    -webkit-background-size: auto 90%;
    background-size: auto 90%; }
    @media screen and (min-width: 420px) {
      .app-banner .container {
        background-position: 20px 0;
        -webkit-background-size: auto 100%;
        background-size: auto 100%; } }
    @media screen and (min-width: 580px) {
      .app-banner .container {
        background-position: 80px 0; } }

.app-banner__content {
  padding: 2px 0 10px 110px;
  position: relative; }
  @media screen and (min-width: 580px) {
    .app-banner__content {
      padding: 2px 0 20px 180px;
      background-image: url(../img/app-banner/unsubscribe.png);
      background-position: 0 0;
      background-repeat: no-repeat;
      -webkit-background-size: auto 110%;
      background-size: auto 110%; } }
  @media screen and (min-width: 768px) {
    .app-banner__content {
      -webkit-background-size: auto 100%;
      background-size: auto 100%;
      padding: 10px 340px 20px 180px; } }
  @media screen and (min-width: 1000px) {
    .app-banner__content {
      padding: 10px 390px 20px 200px; } }

.app-banner__title {
  color: white;
  font-size: 16px; }
  @media screen and (min-width: 580px) {
    .app-banner__title {
      font-size: 18px; } }
  @media screen and (min-width: 1000px) {
    .app-banner__title {
      font-size: 22px; } }
  @media screen and (min-width: 1200px) {
    .app-banner__title span {
      display: block; } }
  @media screen and (max-width: 879px) {
    .app-banner__title .hide-tablet {
      display: none; } }

.app-banner__actions::after {
  clear: both;
  content: "";
  display: table; }

@media screen and (min-width: 768px) {
  .app-banner__actions {
    position: absolute;
    right: 0;
    top: 18px; } }

.app-banner__actions .app-banner__appstore-link, .app-banner__actions .btn {
  display: block;
  float: left;
  margin-left: 20px; }

.app-banner__actions a:first-child {
  margin-left: 0; }

.app-banner__actions .app-banner__appstore-link img {
  height: 60px;
  width: auto; }

@media screen and (max-width: 479px) {
  .app-banner__actions .btn {
    display: none; } }

@media screen and (max-width: 999px) {
  .app-banner__actions .app-banner__appstore-link img {
    height: 46px;
    width: auto; }
  .app-banner__actions .btn {
    line-height: 2.8em; } }

.spammys-banner {
  position: relative;
  padding-top: 0px;
  background-color: #312f30; }
  @media screen and (min-width: 420px) {
    .spammys-banner {
      padding-top: 20px; } }

.spammys-banner__content {
  padding: 2px 0 10px 100px;
  position: relative;
  background-image: url(/assets/img/spammys/spammy-logo.svg);
  background-position: bottom left;
  background-repeat: no-repeat;
  -webkit-background-size: auto 80%;
  background-size: auto 80%; }
  @media screen and (min-width: 580px) {
    .spammys-banner__content {
      padding: 2px 0 20px 120px;
      -webkit-background-size: auto 100%;
      background-size: auto 100%; } }
  @media screen and (min-width: 768px) {
    .spammys-banner__content {
      padding: 10px 210px 20px 120px; } }
  @media screen and (min-width: 1000px) {
    .spammys-banner__content {
      padding: 10px 190px 20px 120px; } }

.spammys-banner__title {
  color: white;
  font-size: 16px; }
  @media screen and (min-width: 580px) {
    .spammys-banner__title {
      font-size: 18px; } }
  @media screen and (min-width: 1000px) {
    .spammys-banner__title {
      font-size: 22px; } }
  @media screen and (min-width: 1200px) {
    .spammys-banner__title span {
      display: block; } }
  @media screen and (max-width: 879px) {
    .spammys-banner__title .hide-tablet {
      display: none; } }

.spammys-banner__actions::after {
  clear: both;
  content: "";
  display: table; }

@media screen and (min-width: 768px) {
  .spammys-banner__actions {
    position: absolute;
    right: 0;
    top: 18px; } }

.spammys-banner__actions .spammys-banner__appstore-link, .spammys-banner__actions .btn {
  display: block;
  float: left;
  margin-left: 20px; }

.spammys-banner__actions a:first-child {
  margin-left: 0; }

.spammys-banner__actions .spammys-banner__appstore-link img {
  height: 60px;
  width: auto; }

@media screen and (max-width: 999px) {
  .spammys-banner__actions .spammys-banner__appstore-link img {
    height: 46px;
    width: auto; }
  .spammys-banner__actions .btn {
    line-height: 2.8em; } }

@media screen and (min-width: 600px) {
  .feature.last {
    padding-bottom: 0; } }

.feature__content h2 {
  margin-top: 0; }

.feature__content p {
  font-size: 16px;
  margin-bottom: 20px; }

@media screen and (max-width: 599px) {
  .feature__aside {
    display: none; } }

.feature__aside img {
  width: 280px; }
  @media screen and (min-width: 768px) {
    .feature__aside img {
      width: 280px; } }
  @media screen and (min-width: 1024px) {
    .feature__aside img {
      width: 320px; } }

.feature__aside .image-small {
  width: 200px; }
  @media screen and (min-width: 1024px) {
    .feature__aside .image-small {
      width: 240px; } }

.sidenav__title {
  margin: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.sidenav__nav {
  border-top-right-radius: 0;
  border-top-left-radius: 0; }
  .sidenav__nav li {
    border-bottom: 1px solid #e7e7e7; }
  .sidenav__nav li:last-child {
    border-bottom: 0; }
  .sidenav__nav .btn.active {
    background-color: #FAFAFA; }

.logobar {
  display: inline-block; }
  .logobar li {
    display: inline-block;
    margin: 20px; }
  .logobar img {
    max-height: 30px; }

.footer {
  background-color: white; }

.footer__cta {
  margin-top: -140px; }

.footer__nav {
  display: block; }
  .footer__nav li {
    display: inline-block;
    margin: 5px 10px; }

.footer__copyright {
  line-height: 1.4em; }

.watch-video {
  display: inline-block;
  margin-left: 20px; }

.testimonial {
  margin-bottom: 20px; }
  @media screen and (min-width: 768px) {
    .testimonial {
      margin-bottom: 0;
      float: left;
      display: block;
      margin-right: 3.22581%;
      width: 31.16129%; }
      .testimonial:last-child {
        margin-right: 0; } }
  .testimonial:before {
    content: '“';
    font-size: 8rem;
    color: #f7931d;
    line-height: 1em;
    height: 40px;
    display: block; }
  .testimonial img {
    width: 42px;
    height: 42px;
    border-radius: 100%; }
  .testimonial p {
    font-weight: 400;
    font-size: 2rem;
    line-height: 1.25em; }
  .testimonial footer {
    font-size: 1.8rem;
    font-weight: 600;
    margin-top: 30px; }

.team-member {
  float: left;
  display: block;
  margin-right: 3.22581%;
  width: 100%;
  margin-bottom: 40px; }
  .team-member:last-child {
    margin-right: 0; }
  @media screen and (min-width: 520px) and (max-width: 719px) {
    .team-member {
      float: left;
      display: block;
      margin-right: 3.22581%;
      width: 48.3871%; }
      .team-member:last-child {
        margin-right: 0; }
      .team-member:nth-child(2n) {
        margin-right: 0; }
      .team-member:nth-child(2n+1) {
        clear: left; } }
  @media screen and (min-width: 720px) and (max-width: 999px) {
    .team-member {
      float: left;
      display: block;
      margin-right: 3.22581%;
      width: 31.16129%; }
      .team-member:last-child {
        margin-right: 0; }
      .team-member:nth-child(3n) {
        margin-right: 0; }
      .team-member:nth-child(3n+1) {
        clear: left; } }
  @media screen and (min-width: 1000px) {
    .team-member {
      float: left;
      display: block;
      margin-right: 3.22581%;
      width: 22.58065%; }
      .team-member:last-child {
        margin-right: 0; }
      .team-member:nth-child(4n) {
        margin-right: 0; }
      .team-member:nth-child(4n+1) {
        clear: left; } }

.team-member__photo {
  border-radius: 100%;
  width: 80%;
  margin: auto;
  display: block;
  margin-bottom: 15px; }

.team-member__name {
  text-align: center; }

.team-member__title {
  margin-bottom: 20px;
  text-align: center; }

.team-member__links {
  margin-bottom: 10px;
  font-size: 1.8rem;
  text-align: center; }
  .team-member__links a {
    margin-right: 5px;
    display: inline-block; }

.faq-list {
  margin-bottom: 40px; }

.text-download {
  max-width: 420px; }
  @media screen and (min-width: 768px) {
    .text-download {
      padding-right: 20%; } }
  .text-download .form-group {
    position: relative;
    width: 100%;
    display: block;
    padding-right: 10%; }
  .text-download label {
    display: block;
    font-size: 14px;
    margin-bottom: 5px; }
  .text-download .btn {
    background-color: #f7931d;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    position: absolute;
    top: 0;
    right: 0; }

.text-download__input {
  background-color: transparent;
  border: 2px solid #f7931d;
  float: left;
  width: 100%;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  height: 45px;
  line-height: 16px;
  color: white; }
  .text-download__input:focus {
    border-color: #f7931d; }
  .text-download__input::-webkit-input-placeholder {
    color: white; }
  .text-download__input::-moz-placeholder {
    /* Firefox 19+ */
    color: white; }
  .text-download__input:-ms-input-placeholder {
    color: white; }

@-moz-document url-prefix() {
  .text-download__input {
    height: 47px; } }

.app-features {
  background-color: white;
  padding-bottom: 0; }
  .app-features h2 {
    margin: 30px 0; }
  .app-features p {
    margin-bottom: 30px; }
  .app-features .media {
    margin-bottom: 20px; }
  .app-features .media h4 {
    margin-top: 0; }
  .app-features .media img {
    margin-top: 3px; }

@media screen and (min-width: 580px) {
  .app-features__content {
    float: left;
    display: block;
    margin-right: 3.22581%;
    width: 61.29032%;
    padding-bottom: 20px; }
    .app-features__content:last-child {
      margin-right: 0; } }

@media screen and (min-width: 768px) {
  .app-features__content {
    float: left;
    display: block;
    margin-right: 3.22581%;
    width: 48.3871%; }
    .app-features__content:last-child {
      margin-right: 0; } }

@media screen and (min-width: 580px) {
  .app-features__aside {
    float: left;
    display: block;
    margin-right: 3.22581%;
    width: 35.48387%; }
    .app-features__aside:last-child {
      margin-right: 0; } }

@media screen and (min-width: 768px) {
  .app-features__aside {
    float: left;
    display: block;
    margin-right: 3.22581%;
    width: 35.48387%; }
    .app-features__aside:last-child {
      margin-right: 0; } }

.app-features__overlap {
  display: none; }
  @media screen and (min-width: 768px) {
    .app-features__overlap {
      display: block;
      height: 80px;
      margin-top: -80px; } }

.iphone-video {
  position: relative;
  z-index: 50;
  line-height: 0;
  max-width: 320px;
  width: 100%;
  margin: auto;
  background-image: url(/assets/img/app/iphone.png);
  background-position: top center;
  background-repeat: no-repeat;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  height: auto;
  line-height: 0;
  padding-bottom: 30%; }
  .iphone-video__wrapper {
    position: relative;
    width: 68.9%;
    margin: auto;
    padding-top: 20%; }
    .iphone-video__wrapper video, .iphone-video__wrapper img {
      position: relative;
      width: 100%;
      height: auto; }

.app-rollup {
  padding-bottom: 0;
  padding-top: 40px; }
  @media screen and (min-width: 768px) {
    .app-rollup {
      padding-bottom: 0;
      padding-top: 0; } }
  @media screen and (min-width: 768px) {
    .app-rollup h2 {
      margin: 60px 0 30px; } }
  .app-rollup p {
    margin-bottom: 30px; }
  .app-rollup img {
    width: 100%;
    max-width: 320px;
    margin: auto;
    display: block;
    margin-top: 40px; }

.app-rollup__content {
  margin-bottom: 60px; }
  @media screen and (min-width: 768px) {
    .app-rollup__content {
      float: left;
      display: block;
      margin-right: 3.22581%;
      width: 48.3871%; }
      .app-rollup__content:last-child {
        margin-right: 0; } }

.app-rollup__aside {
  max-height: 340px;
  overflow: hidden; }
  @media screen and (min-width: 768px) {
    .app-rollup__aside {
      float: left;
      display: block;
      margin-right: 3.22581%;
      width: 35.48387%; }
      .app-rollup__aside:last-child {
        margin-right: 0; } }

.app-callout {
  background-image: url(../img/app/cta-bar-bg.jpg);
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  color: white;
  padding: 60px 0;
  position: relative; }
  .app-callout:before {
    content: '';
    background-color: #000;
    opacity: 0.5;
    z-index: 10;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0; }
  .app-callout .container {
    position: relative;
    z-index: 60; }
  .app-callout .text-download {
    margin-bottom: 30px;
    max-width: 100%; }
    .app-callout .text-download::after {
      clear: both;
      content: "";
      display: table; }
    @media screen and (min-width: 768px) {
      .app-callout .text-download {
        padding-right: 10%;
        margin-bottom: 0; } }
  @media screen and (min-width: 768px) {
    .app-callout .app-callout__left {
      float: left;
      display: block;
      margin-right: 3.22581%;
      width: 48.3871%; }
      .app-callout .app-callout__left:last-child {
        margin-right: 0; } }
  .app-callout .app-callout__right {
    text-align: center; }
    @media screen and (min-width: 768px) {
      .app-callout .app-callout__right {
        float: left;
        display: block;
        margin-right: 3.22581%;
        width: 48.3871%;
        padding-top: 10px;
        text-align: left; }
        .app-callout .app-callout__right:last-child {
          margin-right: 0; } }

.hero--spammy {
  padding-top: 40px;
  padding-bottom: 40px;
  min-height: 580px;
  height: 100vh;
  background-color: #fff;
  color: #e7e7e7;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.logo--spammy {
  margin: auto; }

.spammy-stats {
  padding: 30px 0 40px; }

.spammy-stat {
  width: 33.3333%;
  float: left;
  text-align: center; }
  .spammy-stat__number {
    display: block;
    width: 100%;
    margin-bottom: 15px;
    font-size: 2.8em;
    line-height: 1em;
    color: #d06d6d; }
  .spammy-stat__name {
    font-weight: bold;
    color: #979797;
    font-size: 1.2em; }

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

.margin-none,
.margin-0 {
  margin: 0; }

.margin-top--0 {
  margin-top: 0; }

.margin-bottom--medium {
  margin-bottom: 20px; }

.margin-top--medium {
  margin-top: 20px; }

.padding-top--0 {
  padding-top: 0; }

.padding-bottom--0 {
  padding-bottom: 0; }

.relative {
  position: relative; }

.hidden {
  display: none; }

.block {
  display: block; }

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

.float-right {
  float: right; }

.text-primary {
  color: #41c1c8; }

.text-gray {
  color: #ccc; }

.image-full {
  width: 100%; }

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

.seporator--medium {
  margin-top: 40px;
  margin-bottom: 40px; }

.relative {
  position: relative; }

@media screen and (max-width: 499px) {
  .mq-hide--mobile-small {
    display: none; } }

@media screen and (max-width: 767px) {
  .mq-hide--mobile {
    display: none; } }

@media screen and (max-width: 1023px) {
  .mq-hide--tablet {
    display: none; } }

.sg-hero {
  padding: 100px 0;
  text-align: center;
  background-color: #41c1c8;
  color: white; }

.sg-container {
  max-width: 1000px;
  margin: 40px auto; }

.sg-component {
  background-color: white;
  border-radius: 4px;
  margin-bottom: 40px; }

.sg-component__title {
  line-height: 1em;
  padding: 15px;
  margin: 0;
  border-bottom: 1px solid #ccc; }

.sg-component__description {
  padding: 15px;
  margin: 0;
  border-bottom: 1px solid #ccc; }

.sg-component__element {
  padding: 15px;
  background-color: #f9f9f9;
  margin: 0;
  border-bottom: 1px solid #ccc;
  display: block;
  width: 100%; }
  .sg-component__element:last-child {
    border-bottom: 0; }
  .sg-component__element code {
    background-color: white;
    max-width: 80%;
    display: block;
    padding: 10px;
    margin: 40px auto;
    border-radius: 4px; }

.sg-component__code {
  padding: 15px;
  display: block; }
  .sg-component__code p {
    margin: 0;
    padding: 0; }
  .sg-component__code pre {
    margin: 0; }
