/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block; }

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none; }

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold; }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

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

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* -------------------------------------------------------------
  Sass CSS3 Mixins! The Cross-Browser CSS3 Sass Library
  By: Matthieu Aussaguel, http://www.mynameismatthieu.com, @matthieu_tweets

  List of CSS3 Sass Mixins File to be @imported and @included as you need

  The purpose of this library is to facilitate the use of CSS3 on different browsers avoiding HARD TO READ and NEVER
  ENDING css files

  note: All CSS3 Properties are being supported by Safari 5
  more info: http://www.findmebyip.com/litmus/#css3-properties

------------------------------------------------------------- */
@keyframes modal-video {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@keyframes modal-video-inner {
  from {
    transform: translate(0, 100px); }
  to {
    transform: translate(0, 0); } }
.modal-video {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000000;
  cursor: pointer;
  opacity: 1;
  animation-timing-function: ease-out;
  animation-duration: 0.3s;
  animation-name: modal-video;
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -ms-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out; }

.modal-video-close {
  opacity: 0; }
  .modal-video-close .modal-video-movie-wrap {
    -webkit-transform: translate(0, 100px);
    -moz-transform: translate(0, 100px);
    -ms-transform: translate(0, 100px);
    -o-transform: translate(0, 100px);
    transform: translate(0, 100px); }

.modal-video-body {
  max-width: 940px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  display: table; }

.modal-video-inner {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%; }

.modal-video-movie-wrap {
  width: 100%;
  height: 0;
  position: relative;
  padding-bottom: 56.25%;
  background-color: #333;
  animation-timing-function: ease-out;
  animation-duration: 0.3s;
  animation-name: modal-video-inner;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -ms-transition: -ms-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out; }
  .modal-video-movie-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.modal-video-close-btn {
  position: absolute;
  z-index: 2;
  top: -35px;
  right: -35px;
  display: inline-block;
  width: 35px;
  height: 35px;
  overflow: hidden;
  border: none;
  background: transparent; }
  .modal-video-close-btn:before {
    transform: rotate(45deg); }
  .modal-video-close-btn:after {
    transform: rotate(-45deg); }
  .modal-video-close-btn:before, .modal-video-close-btn:after {
    content: '';
    position: absolute;
    height: 2px;
    width: 100%;
    top: 50%;
    left: 0;
    margin-top: -1px;
    background: #fff;
    border-radius: 5px;
    margin-top: -6px; }

.custom-select {
  position: relative;
  background-color: #fff;
  border-radius: 8px;
  box-sizing: border-box; }
  .custom-select__option {
    overflow: hidden;
    color: #004F8F;
    display: block;
    width: 100%;
    padding: 0 16px;
    font-size: 20px;
    line-height: 40px;
    letter-spacing: -0.3px;
    background-color: transparent;
    border: 0;
    border-radius: 0;
    white-space: nowrap;
    text-align: left;
    text-overflow: ellipsis;
    cursor: pointer;
    user-select: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    z-index: 1002; }
  .custom-select__option--value {
    background: url(/assets/img/ic_arrow_down.png) no-repeat right 12px;
    line-height: 48px;
    font-size: 20px;
    letter-spacing: -0.3px;
    padding: 0 16px;
    margin: 0; }
    @media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
      .custom-select__option--value {
        /* on retina, use image that's scaled by 2 */
        background-image: url("/assets/img/ic_arrow_down@2x.png");
        background-size: 40px 24px; } }
  .custom-select__dropdown {
    position: absolute;
    box-sizing: border-box;
    width: 100%;
    top: 100%;
    left: 0;
    background-color: rgba(255, 255, 255, 0.97);
    border-radius: 0 0 8px 8px;
    z-index: 1006; }
    .custom-select__dropdown .custom-select__option:hover, .custom-select__dropdown .custom-select__option:focus {
      background: rgba(0, 90, 164, 0.1); }
    .custom-select__dropdown .custom-select__option:last-child {
      border-radius: 0 0 24px 24px;
      padding-bottom: 8px; }
  .custom-select__input {
    box-sizing: border-box;
    display: block;
    width: 100%;
    padding: 0 5px;
    border-width: 1px 0;
    border-style: solid;
    border-radius: 0; }
  .custom-select--active {
    border-radius: 8px 8px 0 0; }

/* Generated by Font Squirrel (http://www.fontsquirrel.com) on January 19, 2015 */
@font-face {
  font-family: 'cerebriSansBook';
  src: url("/assets/fonts/cerebri_sans_book.otf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'cerebriSansMedium';
  src: url("/assets/fonts/cerebri_sans_medium.otf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'cerebriSansBold';
  src: url("/assets/fonts/cerebri_sans_bold.otf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'cerebriSansBlack';
  src: url("/assets/fonts/cerebri_sans_black.otf") format("truetype");
  font-weight: normal;
  font-style: normal; }
/* General
********************/
html {
  font-family: "cerebriSansBook", Helvetica Neue, Helvetica, sans-serif;
  background: #fff;
  -webkit-font-smoothing: antialiased;
  color: rgba(0, 0, 0, 0.87); }

.container {
  overflow: hidden;
  margin: 0 auto;
  position: relative; }
  @media only screen and (min-width: 320px) {
    .container {
      padding: 0 20px;
      width: auto; } }
  @media only screen and (min-width: 768px) {
    .container {
      padding: 0 32px;
      width: auto; } }
  @media only screen and (min-width: 1024px) {
    .container {
      padding: 0 32px;
      width: auto; } }
  @media only screen and (min-width: 1280px) {
    .container {
      padding: 0;
      width: 1024px; } }

section .column:last-child {
  margin-right: 0; }

#navbar {
  background: #fff200;
  position: fixed;
  z-index: 1004;
  width: 100%;
  -webkit-transition: all 0.24s ease;
  -khtml-transition: all 0.24s ease;
  -moz-transition: all 0.24s ease;
  -ms-transition: all 0.24s ease;
  -o-transition: all 0.24s ease;
  transition: all 0.24s ease; }
  #navbar h1 {
    float: left;
    cursor: pointer;
    color: #005aa4;
    display: inline-block;
    background: url(/assets/img/chico-dark.png) no-repeat 0 12px;
    margin-bottom: 0; }
    @media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
      #navbar h1 {
        /* on retina, use image that's scaled by 2 */
        background-image: url("/assets/img/chico-dark@2x.png");
        background-size: 56px 56px; } }
    @media only screen and (min-width: 320px) {
      #navbar h1 {
        background-size: 44px 44px;
        background-position: 0 10px;
        padding-left: 56px;
        font-size: 32px;
        line-height: 64px;
        letter-spacing: -1.75px; } }
    @media only screen and (min-width: 1024px) {
      #navbar h1 {
        background-size: 56px 56px;
        background-position: 0 12px;
        padding-left: 70px;
        font-size: 44px;
        line-height: 80px;
        letter-spacing: -2.15px; } }
    #navbar h1 .product-title {
      display: block;
      float: left; }
    #navbar h1 .beta-badge {
      display: block;
      float: left;
      line-height: 1;
      letter-spacing: 0;
      border-radius: 24px;
      border: 1px solid #005aa4;
      color: #005aa4;
      font-family: "cerebriSansBold", Helvetica Neue, Helvetica, sans-serif; }
      @media only screen and (min-width: 320px) {
        #navbar h1 .beta-badge {
          font-size: 10px;
          padding: 3px 5px 2px;
          margin-top: 27px;
          margin-left: 8px; } }
      @media only screen and (min-width: 1024px) {
        #navbar h1 .beta-badge {
          font-size: 10px;
          padding: 3px 5px 2px;
          margin-top: 40px;
          margin-left: 10px; } }
  #navbar nav {
    z-index: 1011;
    position: relative; }
    @media only screen and (min-width: 320px) {
      #navbar nav {
        display: none;
        clear: left; }
        #navbar nav ul {
          padding: 0;
          margin: 0;
          margin-top: 48px;
          list-style: none; }
          #navbar nav ul li {
            text-align: center;
            line-height: 56px;
            display: block; }
            #navbar nav ul li a {
              display: block;
              text-align: center; }
          #navbar nav ul a:not(.button) {
            color: rgba(0, 0, 0, 0.87);
            display: block; }
          #navbar nav ul .button {
            text-transform: none;
            background: #0065b8;
            line-height: 46px;
            margin-top: 24px;
            padding: 0 16px 2px;
            color: #fff;
            width: auto;
            display: inline-block;
            margin: 0 auto; }
            #navbar nav ul .button:hover {
              color: #004f8f; } }
    @media only screen and (min-width: 1024px) {
      #navbar nav {
        color: #005aa4;
        display: block;
        float: right;
        clear: none; }
        #navbar nav ul li a:hover {
          color: #004f8f; }
        #navbar nav ul {
          margin-top: 0; }
          #navbar nav ul li {
            text-align: left;
            display: inline-block;
            margin-left: 24px; } }
      @media only screen and (min-width: 1024px) and (min-width: 320px) {
        #navbar nav ul li {
          line-height: 64px; } }
      @media only screen and (min-width: 1024px) and (min-width: 1024px) {
        #navbar nav ul li {
          line-height: 80px; } }
    @media only screen and (min-width: 1024px) {
            #navbar nav ul li:last-child {
              vertical-align: top; }
          #navbar nav ul a:not(.button) {
            color: #005aa4;
            display: inline-block; }
          #navbar nav ul .button {
            text-transform: none;
            background: #0065b8;
            margin-top: 0;
            line-height: 38px;
            padding: 0 16px 2px;
            color: #fff; }
            #navbar nav ul .button:hover {
              background: #005aa4;
              color: #fff; } }
  #navbar.scrolling {
    box-shadow: 0 0 4px 4px rgba(0, 0, 0, 0.08); }
    #navbar.scrolling h1 {
      color: #005aa4;
      background: url(/assets/img/chico-dark.png) no-repeat 0 12px; }
      @media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
        #navbar.scrolling h1 {
          /* on retina, use image that's scaled by 2 */
          background-image: url("/assets/img/chico-dark@2x.png");
          background-size: 56px 56px; } }
      @media only screen and (min-width: 320px) {
        #navbar.scrolling h1 {
          background-size: 44px 44px;
          background-position: 0 10px; } }
      @media only screen and (min-width: 1024px) {
        #navbar.scrolling h1 {
          background-size: 56px 56px;
          background-position: 0 12px; } }
    #navbar.scrolling nav ul a {
      color: #005aa4; }
      #navbar.scrolling nav ul a:hover {
        color: #005aa4; }
    #navbar.scrolling .button {
      background: #0065b8;
      color: #fff; }
      #navbar.scrolling .button:hover {
        background: #005aa4;
        color: #fff; }
    #navbar.scrolling .hamburguer {
      background: url(/assets/img/ic_menu_dark.png) no-repeat 0 0; }
      @media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
        #navbar.scrolling .hamburguer {
          /* on retina, use image that's scaled by 2 */
          background-image: url("/assets/img/ic_menu_dark@2x.png");
          background-size: 24px 24px; } }
  #navbar .hamburguer {
    position: fixed;
    top: 0;
    right: 24px;
    z-index: 1012;
    background: url(/assets/img/ic_menu_dark.png) no-repeat 0 0;
    float: right;
    color: #fff;
    width: 24px;
    height: 24px;
    margin-top: 20px; }
    @media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
      #navbar .hamburguer {
        /* on retina, use image that's scaled by 2 */
        background-image: url("/assets/img/ic_menu_dark@2x.png");
        background-size: 24px 24px; } }
    @media only screen and (min-width: 320px) {
      #navbar .hamburguer {
        display: block; } }
    @media only screen and (min-width: 1024px) {
      #navbar .hamburguer {
        display: none; } }
    #navbar .hamburguer.open {
      background: url(/assets/img/ic_close.png) no-repeat 0 0; }
      @media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
        #navbar .hamburguer.open {
          /* on retina, use image that's scaled by 2 */
          background-image: url("/assets/img/ic_close@2x.png");
          background-size: 24px 24px; } }
  #navbar .nav-overlay {
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.9);
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1010;
    display: none; }

#header {
  position: relative;
  color: #fff; }
  #header .lead {
    float: left;
    margin-top: 20px; }
    @media only screen and (min-width: 320px) {
      #header .lead {
        width: auto;
        margin-bottom: 48px; } }
    @media only screen and (min-width: 768px) {
      #header .lead small {
        margin-top: 12px;
        width: 320px;
        display: block; } }
    @media only screen and (min-width: 1024px) {
      #header .lead {
        margin-bottom: 132px; }
        #header .lead small {
          margin-top: 0;
          width: auto; } }
  #header .header-bg {
    background: url("/assets/img/bg-hero.jpg") no-repeat 0 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-position: center; }
    #header .header-bg::before {
      content: "";
      display: block;
      position: absolute;
      background-color: #0065b8;
      background-image: -webkit-gradient(linear, left top, left bottom, from(#0065b8), to(#005aa4));
      background-image: -webkit-linear-gradient(top, #0065b8, #005aa4);
      background-image: -moz-linear-gradient(top, #0065b8, #005aa4);
      background-image: -ms-linear-gradient(top, #0065b8, #005aa4);
      background-image: -o-linear-gradient(top, #0065b8, #005aa4);
      background-image: linear-gradient(top, #0065b8, #005aa4);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#0065b8', endColorStr='#005aa4');
      opacity: 0.9;
      width: 100%;
      height: 100%; }
  #header .hero {
    padding-top: 180px; }
    @media only screen and (min-width: 320px) {
      #header .hero {
        padding-top: 96px; } }
    @media only screen and (min-width: 1024px) {
      #header .hero {
        padding-top: 180px; } }
    #header .hero .container {
      overflow: visible; }
      #header .hero .container:after {
        content: "";
        display: table;
        clear: both; }
  @media only screen and (min-width: 320px) {
    #header .ctas {
      margin-top: 32px;
      margin-bottom: 8px; }
      #header .ctas .button {
        display: block;
        margin-bottom: 8px;
        line-height: 52px; }
        #header .ctas .button:last-child {
          margin-bottom: 0; } }
  @media only screen and (min-width: 768px) {
    #header .ctas .button {
      width: 308px;
      display: block;
      margin-bottom: 8px;
      margin-top: 8px;
      line-height: 52px; } }
  @media only screen and (min-width: 1024px) {
    #header .ctas {
      margin-top: 48px;
      margin-bottom: 8px; }
      #header .ctas .button {
        width: auto;
        display: inline-block;
        margin-bottom: 0;
        margin-top: 0;
        line-height: 56px; } }
  #header .hero-phone {
    position: absolute;
    right: 0;
    width: 348px;
    height: 724px;
    margin-top: -32px;
    z-index: 1000;
    background: url("/assets/img/hero-mockup.png") no-repeat 0 0;
    background-size: 348px 724px; }
    @media only screen and (min-width: 320px) {
      #header .hero-phone {
        display: none; } }
    @media only screen and (min-width: 768px) {
      #header .hero-phone {
        display: block; } }
    @media only screen and (min-width: 768px) {
      #header .hero-phone {
        right: 32px;
        width: 261px;
        height: 543px;
        background-size: 261px 543px; } }
    @media only screen and (min-width: 1024px) {
      #header .hero-phone {
        right: 32px;
        width: 348px;
        height: 724px;
        background-size: 348px 724px; } }
    @media only screen and (min-width: 1280px) {
      #header .hero-phone {
        right: 0; } }
  #header p {
    color: rgba(255, 255, 255, 0.75); }
    @media only screen and (min-width: 320px) {
      #header p {
        font-size: 16px;
        letter-spacing: -0.25px;
        line-height: 20px; } }
    @media only screen and (min-width: 375px) {
      #header p {
        font-size: 20px;
        letter-spacing: -0.3px;
        line-height: 28px; } }
    @media only screen and (min-width: 768px) {
      #header p {
        width: 380px; } }
    @media only screen and (min-width: 1024px) {
      #header p {
        font-size: 24px;
        width: auto;
        max-width: 540px;
        letter-spacing: -0.5px;
        line-height: 32px; } }

.page-section {
  position: relative; }
  @media only screen and (min-width: 320px) {
    .page-section {
      padding: 0 0 56px; } }
  @media only screen and (min-width: 1024px) {
    .page-section {
      padding: 0 0 88px; } }
  @media only screen and (min-width: 320px) {
    .page-section h3 {
      font-size: 40px;
      line-height: 44px;
      margin-bottom: 48px;
      letter-spacing: -1.5px; } }
  @media only screen and (min-width: 1024px) {
    .page-section h3 {
      font-size: 48px;
      line-height: 48px;
      margin-bottom: 64px;
      letter-spacing: -2px; } }
  .page-section h3 + p {
    font-size: 16px;
    width: 360px;
    line-height: 24px;
    margin-bottom: 56px; }
  @media only screen and (min-width: 320px) {
    .page-section .container {
      padding-top: 48px; } }
  @media only screen and (min-width: 1024px) {
    .page-section .container {
      padding-top: 72px; } }
  .page-section .page-section-target {
    position: absolute;
    visibility: hidden; }
    @media only screen and (min-width: 320px) {
      .page-section .page-section-target {
        top: -65px; } }
    @media only screen and (min-width: 1024px) {
      .page-section .page-section-target {
        top: -81px; } }

.page-section.features {
  background: #fff; }
  .page-section.features .features {
    overflow: hidden; }
  @media only screen and (min-width: 320px) {
    .page-section.features .feature {
      display: block;
      margin-bottom: 48px;
      padding-right: 0;
      width: auto; }
      .page-section.features .feature h4 {
        margin-bottom: 8px; } }
  @media only screen and (min-width: 768px) {
    .page-section.features .feature {
      width: 400px; } }
  @media only screen and (min-width: 1024px) {
    .page-section.features .feature {
      float: left;
      width: 288px;
      padding-right: 48px;
      margin-bottom: 0; }
      .page-section.features .feature h4 {
        margin-bottom: 12px; } }
  @media only screen and (min-width: 1280px) {
    .page-section.features .feature {
      float: left;
      width: 309px;
      padding-right: 48px;
      margin-bottom: 0; }
      .page-section.features .feature h4 {
        margin-bottom: 12px; } }
  .page-section.features .feature:last-child {
    padding-right: 0; }
  .page-section.features .feature .feature-icon.feature-icon-personalized {
    background: url(/assets/img/ic_feature_personalized.png) no-repeat 0 0; }
    @media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
      .page-section.features .feature .feature-icon.feature-icon-personalized {
        /* on retina, use image that's scaled by 2 */
        background-image: url("/assets/img/ic_feature_personalized@2x.png");
        background-size: 128px 128px; } }
  .page-section.features .feature .feature-icon.feature-icon-notifications {
    background: url(/assets/img/ic_feature_notifications.png) no-repeat 0 0; }
    @media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
      .page-section.features .feature .feature-icon.feature-icon-notifications {
        /* on retina, use image that's scaled by 2 */
        background-image: url("/assets/img/ic_feature_notifications@2x.png");
        background-size: 128px 128px; } }
  .page-section.features .feature .feature-icon.feature-icon-results {
    background: url(/assets/img/ic_feature_results.png) no-repeat 0 0; }
    @media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
      .page-section.features .feature .feature-icon.feature-icon-results {
        /* on retina, use image that's scaled by 2 */
        background-image: url("/assets/img/ic_feature_results@2x.png");
        background-size: 128px 128px; } }
  @media only screen and (min-width: 320px) {
    .page-section.features .feature .feature-icon {
      width: 104px;
      height: 104px;
      margin-bottom: 20px;
      background-size: 104px 104px !important; } }
  @media only screen and (min-width: 1024px) {
    .page-section.features .feature .feature-icon {
      width: 128px;
      height: 128px;
      margin-bottom: 28px;
      background-size: 128px 128px !important; } }

.page-section.demo {
  background: #f9f9f9; }
  @media only screen and (min-width: 320px) {
    .page-section.demo .container {
      padding-left: 20px;
      padding-right: 20px; } }
  @media only screen and (min-width: 1024px) {
    .page-section.demo .container {
      padding-left: 24px;
      padding-right: 24px; } }
  @media only screen and (min-width: 320px) {
    .page-section.demo .row {
      margin: -24px -20px 0; } }
  @media only screen and (min-width: 1024px) {
    .page-section.demo .row {
      margin: -24px -24px 0; } }
  .page-section.demo .feature {
    -webkit-transition: all 0.24s ease;
    -khtml-transition: all 0.24s ease;
    -moz-transition: all 0.24s ease;
    -ms-transition: all 0.24s ease;
    -o-transition: all 0.24s ease;
    transition: all 0.24s ease; }
    @media only screen and (min-width: 320px) {
      .page-section.demo .feature {
        margin-bottom: 56px;
        padding-left: 28px;
        margin: 24px 24px 48px;
        border-left: 4px solid #eee; } }
    @media only screen and (min-width: 1024px) {
      .page-section.demo .feature {
        padding-left: 32px;
        margin: 0 0 56px;
        border-left: 4px solid #eee; } }
    .page-section.demo .feature.active {
      border-color: #0065b8; }
    .page-section.demo .feature:hover {
      cursor: pointer; }
  .page-section.demo .demo-phone-stack {
    float: left;
    width: 506px;
    height: 726px;
    position: relative;
    padding: 24px;
    box-sizing: border-box;
    margin-right: 48px; }
    .page-section.demo .demo-phone-stack > div {
      position: absolute;
      width: 360px;
      height: 674px;
      background: #ffffff;
      box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1), 0 8px 24px 0 rgba(0, 0, 0, 0.1), 0 0 0 1px rgba(0, 0, 0, 0.03), inset 0 -2px 2px 2px rgba(0, 0, 0, 0.05);
      border-radius: 40px;
      box-sizing: border-box;
      padding: 48px 12px; }
      .page-section.demo .demo-phone-stack > div:hover {
        cursor: pointer; }
    .page-section.demo .demo-phone-stack .demo-phone-center {
      left: 72px; }
    .page-section.demo .demo-phone-stack .demo-phone-right {
      left: 120px; }
    .page-section.demo .demo-phone-stack .on-top {
      z-index: 1003;
      opacity: 1; }
    .page-section.demo .demo-phone-stack .in-middle {
      z-index: 1002; }
    .page-section.demo .demo-phone-stack .at-bottom {
      z-index: 1001; }
    .page-section.demo .demo-phone-stack .demo-phone-content {
      background: #eee;
      width: 336px;
      height: 598px; }
      .page-section.demo .demo-phone-stack .demo-phone-content.onboarding-demo {
        background: url("/assets/img/demo-chico-onboarding.jpg") no-repeat 0 0;
        background-size: 336px 598px; }
        @media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
          .page-section.demo .demo-phone-stack .demo-phone-content.onboarding-demo {
            /* on retina, use image that's scaled by 2 */
            background-image: url("/assets/img/demo-chico-onboarding@2x.jpg");
            background-size: 336px 598px; } }
      .page-section.demo .demo-phone-stack .demo-phone-content.customize-revenue-demo {
        background: url("/assets/img/demo-chico-customize-revenue.jpg") no-repeat 0 0;
        background-size: 336px 598px; }
        @media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
          .page-section.demo .demo-phone-stack .demo-phone-content.customize-revenue-demo {
            /* on retina, use image that's scaled by 2 */
            background-image: url("/assets/img/demo-chico-customize-revenue@2x.jpg");
            background-size: 336px 598px; } }
      .page-section.demo .demo-phone-stack .demo-phone-content.dashboard-demo {
        background: url("/assets/img/demo-chico-dashboard.jpg") no-repeat 0 0;
        background-size: 336px 598px; }
        @media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
          .page-section.demo .demo-phone-stack .demo-phone-content.dashboard-demo {
            /* on retina, use image that's scaled by 2 */
            background-image: url("/assets/img/demo-chico-dashboard@2x.jpg");
            background-size: 336px 598px; } }
    .page-section.demo .demo-phone-stack .demo-phone-overlay, .page-section.demo .demo-phone-stack .in-middle:before, .page-section.demo .demo-phone-stack .at-bottom:before {
      content: "";
      background: rgba(249, 249, 249, 0.85);
      position: absolute;
      border-radius: 40px;
      width: 362px;
      height: 676px;
      display: block;
      top: -1px;
      left: -1px; }
  @media only screen and (min-width: 320px) {
    .page-section.demo .demo-topics {
      float: left;
      padding-top: 56px;
      width: auto; } }
  @media only screen and (min-width: 768px) {
    .page-section.demo .demo-topics {
      width: 600px; } }
  @media only screen and (min-width: 1024px) {
    .page-section.demo .demo-topics {
      float: left;
      padding-top: 32px;
      width: 400px; } }
  @media only screen and (min-width: 1280px) {
    .page-section.demo .demo-topics {
      width: 472px; } }

.page-section.request-invite {
  padding-bottom: 0;
  position: relative; }
  .page-section.request-invite .column-left {
    float: left; }
  .page-section.request-invite .request-invite-bg {
    background: url("/assets/img/bg-hero.jpg") no-repeat 0 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-position: center; }
    .page-section.request-invite .request-invite-bg::before {
      content: "";
      display: block;
      position: absolute;
      background-color: #0065b8;
      background-image: -webkit-gradient(linear, left top, left bottom, from(#0065b8), to(#005aa4));
      background-image: -webkit-linear-gradient(top, #0065b8, #005aa4);
      background-image: -moz-linear-gradient(top, #0065b8, #005aa4);
      background-image: -ms-linear-gradient(top, #0065b8, #005aa4);
      background-image: -o-linear-gradient(top, #0065b8, #005aa4);
      background-image: linear-gradient(top, #0065b8, #005aa4);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#0065b8', endColorStr='#005aa4');
      opacity: 0.9;
      width: 100%;
      height: 100%; }
  .page-section.request-invite .request-form {
    padding-bottom: 56px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
    .page-section.request-invite .request-form small {
      display: block; }
      @media only screen and (min-width: 320px) {
        .page-section.request-invite .request-form small {
          padding-top: 4px; } }
      @media only screen and (min-width: 1024px) {
        .page-section.request-invite .request-form small {
          padding-top: 8px; } }
    .page-section.request-invite .request-form h3 {
      margin-bottom: 12px; }
    .page-section.request-invite .request-form p {
      color: rgba(255, 255, 255, 0.75); }
      @media only screen and (min-width: 320px) {
        .page-section.request-invite .request-form p {
          margin-top: -4px;
          margin-bottom: 28px;
          font-size: 16px;
          line-height: 20px;
          width: auto; } }
      @media only screen and (min-width: 1024px) {
        .page-section.request-invite .request-form p {
          font-size: 20px;
          letter-spacing: -0.3px;
          line-height: 28px;
          margin-bottom: 40px;
          max-width: 480px; } }
    .page-section.request-invite .request-form .container {
      overflow: visible; }
      .page-section.request-invite .request-form .container:after {
        content: "";
        display: table;
        clear: both; }
  @media only screen and (min-width: 320px) {
    .page-section.request-invite input[type="text"],
    .page-section.request-invite input[type="email"] {
      border: 0;
      width: 100%;
      box-sizing: border-box;
      height: 48px; } }
  @media only screen and (min-width: 1024px) {
    .page-section.request-invite input[type="text"],
    .page-section.request-invite input[type="email"] {
      border: 0; } }
  .page-section.request-invite h3 {
    color: #fff; }
  @media only screen and (min-width: 320px) {
    .page-section.request-invite .first-name,
    .page-section.request-invite .last-name {
      display: block; } }
  @media only screen and (min-width: 1024px) {
    .page-section.request-invite .first-name,
    .page-section.request-invite .last-name {
      float: left; }
    .page-section.request-invite .first-name {
      margin-right: 8px; }
      .page-section.request-invite .first-name input {
        max-width: 216px; }
    .page-section.request-invite .last-name input {
      max-width: 260px; } }
  .page-section.request-invite .row-user-device,
  .page-section.request-invite .post-private-beta {
    display: none; }

#footer {
  position: relative; }
  #footer:before {
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 1005;
    content: "";
    position: absolute; }
  @media only screen and (min-width: 320px) {
    #footer .bb-logo {
      margin-bottom: 16px; } }
  @media only screen and (min-width: 1024px) {
    #footer .bb-logo {
      margin-bottom: 0;
      margin-right: 20px; }
    #footer .powered-by-content {
      float: left; } }
  @media only screen and (min-width: 320px) {
    #footer .content {
      padding: 20px 0; } }
  @media only screen and (min-width: 1024px) {
    #footer .content {
      padding: 24px 0; } }
  #footer small {
    color: rgba(255, 255, 255, 0.8); }
  @media only screen and (min-width: 320px) {
    #footer .copyright,
    #footer .contact-us {
      float: none;
      display: block; } }
  @media only screen and (min-width: 1024px) {
    #footer .powered-by,
    #footer .contact-us,
    #footer .bb-logo {
      float: left; } }
  #footer .bb-logo {
    display: block;
    background: url(/assets/img/bb.png) no-repeat 0 0;
    background-size: 48px 48px;
    width: 48px;
    height: 48px; }
    @media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
      #footer .bb-logo {
        /* on retina, use image that's scaled by 2 */
        background-image: url("/assets/img/bb@2x.png");
        background-size: 48px 48px; } }
  #footer h5 {
    color: #fff;
    margin-top: -1px;
    margin-bottom: 4px; }
  @media only screen and (min-width: 320px) {
    #footer small {
      font-size: 14px;
      line-height: 20px; }
      #footer small a {
        font-size: 14px; } }
  @media only screen and (min-width: 1024px) {
    #footer small {
      font-size: 16px; }
      #footer small a {
        font-size: 16px; } }
  #footer small a {
    color: #fff;
    text-decoration: underline; }
  #footer .container {
    padding-top: 0;
    position: relative;
    z-index: 1005; }

.row {
  overflow: hidden; }

.column-left {
  float: left; }

.column-right {
  float: right; }

/* Type
********************/
h1,
h2,
h3,
h4,
h5 {
  margin: 0;
  text-rendering: optimizeLegibility; }

h1 {
  font-family: "cerebriSansBold", Helvetica Neue, Helvetica, sans-serif;
  font-weight: normal; }

h2 {
  font-family: "cerebriSansBold", Helvetica Neue, Helvetica, sans-serif;
  font-weight: normal; }
  @media only screen and (min-width: 320px) {
    h2 {
      letter-spacing: -2px;
      font-size: 40px;
      line-height: 44px;
      margin-bottom: 12px; } }
  @media only screen and (min-width: 375px) {
    h2 {
      letter-spacing: -2.5px;
      font-size: 48px;
      line-height: 52px;
      margin-bottom: 16px; } }
  @media only screen and (min-width: 768px) {
    h2 {
      max-width: 400px; } }
  @media only screen and (min-width: 1024px) {
    h2 {
      max-width: none;
      letter-spacing: -2.75px;
      font-size: 72px;
      max-width: 540px;
      line-height: 72px;
      margin-bottom: 24px; } }

h3 {
  font-family: "cerebriSansBold", Helvetica Neue, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 48px;
  margin-bottom: 56px;
  letter-spacing: -2px; }
  h3 + p {
    font-size: 16px;
    width: 360px;
    line-height: 24px;
    margin-bottom: 56px; }

h4 {
  font-size: 24px;
  line-height: 32px;
  font-family: "cerebriSansBold", Helvetica Neue, Helvetica, sans-serif;
  font-weight: normal;
  margin-bottom: 16px;
  letter-spacing: -0.75px; }

h5 {
  font-family: "cerebriSansBold", Helvetica Neue, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 20px;
  margin-bottom: 12px;
  letter-spacing: -0.5px; }

p {
  font-size: 18px;
  line-height: 28px;
  letter-spacing: -0.15px;
  margin: 0; }

a {
  color: #005aa4;
  font-size: 20px;
  letter-spacing: -0.4px;
  font-family: "cerebriSansBold", Helvetica Neue, Helvetica, sans-serif;
  text-decoration: none; }
  a.link-light {
    color: #fff; }

.button {
  display: inline-block;
  font-family: "cerebriSansBlack", Helvetica Neue, Helvetica, sans-serif;
  border-radius: 8px;
  text-decoration: none;
  text-transform: uppercase;
  padding: 0 20px 0px;
  font-size: 19px;
  line-height: 48px; }
  .button.button-small {
    line-height: 39px;
    padding: 0 20px 1px;
    font-size: 16px; }
  .button.button-large {
    line-height: 56px; }
  .button.button-secondary {
    background: #fff200;
    color: #fff; }
  .button.button-white {
    background: #fff200;
    color: #005aa4; }
    .button.button-white:hover {
      color: #004f8f; }
  .button.button-stroke-light {
    color: #fff200;
    box-shadow: 0 0 0 2px #fff200 inset;
    background-color: transparent; }
    .button.button-stroke-light:hover {
      background-color: rgba(255, 242, 0, 0.1) !important; }
  @media only screen and (min-width: 320px) {
    .button.button-icon {
      padding-left: 40px; }
      .button.button-icon.icon-play {
        background: url(/assets/img/ic_play_rounded.png) no-repeat 16px 16px #fff200; } }
    @media only screen and (min-width: 320px) and (min--moz-device-pixel-ratio: 1.3), only screen and (min-width: 320px) and (-o-min-device-pixel-ratio: 2.6 / 2), only screen and (min-width: 320px) and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min-width: 320px) and (min-device-pixel-ratio: 1.3), only screen and (min-width: 320px) and (min-resolution: 1.3dppx) {
      .button.button-icon.icon-play {
        /* on retina, use image that's scaled by 2 */
        background-image: url("/assets/img/ic_play_rounded@2x.png");
        background-size: 16px 20px; } }

  @media only screen and (min-width: 1024px) {
    .button.button-icon {
      padding-left: 48px; }
      .button.button-icon.icon-play {
        background: url(/assets/img/ic_play_rounded.png) no-repeat 20px 16px #fff200; } }
    @media only screen and (min-width: 1024px) and (min--moz-device-pixel-ratio: 1.3), only screen and (min-width: 1024px) and (-o-min-device-pixel-ratio: 2.6 / 2), only screen and (min-width: 1024px) and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min-width: 1024px) and (min-device-pixel-ratio: 1.3), only screen and (min-width: 1024px) and (min-resolution: 1.3dppx) {
      .button.button-icon.icon-play {
        /* on retina, use image that's scaled by 2 */
        background-image: url("/assets/img/ic_play_rounded@2x.png");
        background-size: 20px 24px; } }

.button-download {
  vertical-align: top; }
  @media only screen and (min-width: 320px) {
    .button-download {
      margin-right: 0;
      display: block;
      background: #000;
      margin-bottom: 8px;
      border-radius: 8px;
      height: 52px; }
      .button-download img {
        height: 52px; } }
  @media only screen and (min-width: 768px) {
    .button-download {
      margin-right: 8px;
      display: inline-block; }
      .button-download img {
        height: 56px; } }
  .button-download:hover {
    cursor: pointer; }
  .button-download img:hover {
    cursor: pointer; }

input[type="submit"],
input[type="button"] {
  width: auto;
  border: 0;
  color: #005aa4; }
  input[type="submit"]:hover,
  input[type="button"]:hover {
    cursor: pointer; }
  input[type="submit"].button,
  input[type="button"].button {
    height: 48px; }
  input[type="submit"].button-large,
  input[type="button"].button-large {
    height: 56px; }

.chico-logo {
  width: 56px;
  height: 56px; }
  .chico-logo.chico-light {
    background: url(/assets/img/chico-light.png) no-repeat 0 0; }
    @media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
      .chico-logo.chico-light {
        /* on retina, use image that's scaled by 2 */
        background-image: url("/assets/img/chico-light@2x.png");
        background-size: 56px 56px; } }

/* Tables
********************/
table {
  width: 100%;
  border-spacing: 0;
  font-size: 15px; }
  table th {
    text-align: left;
    padding: 0;
    letter-spacing: -0.1px;
    padding-right: 56px;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 48px; }
    table th:last-child {
      padding-right: 0; }
  table td {
    vertical-align: top;
    white-space: nowrap;
    border-bottom: 0.5px solid rgba(0, 0, 0, 0.12);
    padding: 14px 0 14px;
    letter-spacing: 0.1px;
    line-height: 20px;
    padding-right: 56px; }
    table td.fluid {
      white-space: normal;
      overflow: hidden; }
  table tr td:last-child {
    padding-right: 0; }
  table tr:last-child td {
    border-bottom: 0; }
  table + p {
    margin-top: 24px; }
  table ul {
    margin-top: 8px; }
    table ul li {
      margin-bottom: 0; }

/* Misc
********************/
ul,
ol {
  margin: 0;
  padding: 0; }
  ul li,
  ol li {
    line-height: 24px; }
    ul li:last-child,
    ol li:last-child {
      margin-bottom: 0; }

ol {
  margin-left: 20px; }

ul {
  list-style-type: square;
  list-style-position: inside; }

input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none; }

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: rgba(0, 90, 164, 0.65);
  opacity: 1 !important; }

::-moz-placeholder {
  /* Firefox 19+ */
  color: rgba(0, 90, 164, 0.65);
  opacity: 1 !important; }

:-ms-input-placeholder {
  /* IE 10+ */
  color: rgba(0, 90, 164, 0.65);
  opacity: 1 !important; }

:-moz-placeholder {
  /* Firefox 18- */
  color: rgba(0, 90, 164, 0.65);
  opacity: 1 !important; }

form input {
  height: 32px;
  font-size: 20px;
  letter-spacing: -0.3px;
  padding: 7.5px 16px 8.5px 16px;
  border-radius: 8px;
  border: 1px solid rgba(0, 0, 0, 0.16);
  font-family: "cerebriSansBook", Helvetica Neue, Helvetica, sans-serif;
  color: #004f8f; }
  form input:focus {
    background: #e8eff7; }
form ul {
  list-style: none; }
form li {
  margin-bottom: 8px; }
  form li:last-child {
    margin-top: 24px; }

small {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.1px;
  color: rgba(0, 0, 0, 0.38); }
  small a {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.38); }
  small.hint {
    width: 360px;
    margin-top: 12px;
    line-height: 20px;
    display: block; }
  small.light {
    color: rgba(255, 255, 255, 0.6); }
    small.light a {
      color: #fff;
      text-decoration: underline;
      font-family: "cerebriSansBold", Helvetica Neue, Helvetica, sans-serif; }

.bold {
  font-family: "cerebriSansBold", Helvetica Neue, Helvetica, sans-serif; }

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