/*! normalize.css v3.0.2 | MIT License | git.io/normalize */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */

[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
  -webkit-appearance: textfield; /* 1 */ /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

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

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

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

td,
th {
  padding: 0;
}

html {
  box-sizing: border-box; }

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

.shadow {
  box-shadow: 0 3px 4px -2px rgba(0, 0, 0, 0.1); }

@font-face {
  font-family: "ProximaNova";
  font-style: normal;
  font-weight: 100;
  src: url("/National_Library/oe_/https://www.launchrock.com/assets/lr-web/dist/fonts/proxima-nova/proximanova-regular-webfont.eot#iefix") format("embedded-opentype"), url("/National_Library/oe_/https://www.launchrock.com/assets/lr-web/dist/fonts/proxima-nova/proximanova-regular-webfont.woff2") format("woff2"), url("/National_Library/oe_/https://www.launchrock.com/assets/lr-web/dist/fonts/proxima-nova/proximanova-regular-webfont.woff") format("woff"), url("/National_Library/oe_/https://www.launchrock.com/assets/lr-web/dist/fonts/proxima-nova/proximanova-regular-webfont.ttf") format("truetype"), url("/National_Library/oe_/https://www.launchrock.com/assets/lr-web/dist/fonts/proxima-nova/proximanova-regular-webfont.svg#ProximaNova") format("svg"); }

@font-face {
  font-family: "ProximaNova-SemiBold";
  font-style: normal;
  font-weight: 300;
  src: url("/National_Library/oe_/https://www.launchrock.com/assets/lr-web/dist/fonts/proxima-nova/proximanova-semibold-webfont.eot#iefix") format("embedded-opentype"), url("/National_Library/oe_/https://www.launchrock.com/assets/lr-web/dist/fonts/proxima-nova/proximanova-semibold-webfont.woff2") format("woff2"), url("/National_Library/oe_/https://www.launchrock.com/assets/lr-web/dist/fonts/proxima-nova/proximanova-semibold-webfont.woff") format("woff"), url("/National_Library/oe_/https://www.launchrock.com/assets/lr-web/dist/fonts/proxima-nova/proximanova-semibold-webfont.ttf") format("truetype"), url("/National_Library/oe_/https://www.launchrock.com/assets/lr-web/dist/fonts/proxima-nova/proximanova-semibold-webfont.svg#ProximaNova-SemiBold") format("svg"); }

@font-face {
  font-family: "ProximaNova-Bold";
  font-style: normal;
  font-weight: 400;
  src: url("/National_Library/oe_/https://www.launchrock.com/assets/lr-web/dist/fonts/proxima-nova/proximanova-bold-webfont.eot#iefix") format("embedded-opentype"), url("/National_Library/oe_/https://www.launchrock.com/assets/lr-web/dist/fonts/proxima-nova/proximanova-bold-webfont.woff2") format("woff2"), url("/National_Library/oe_/https://www.launchrock.com/assets/lr-web/dist/fonts/proxima-nova/proximanova-bold-webfont.woff") format("woff"), url("/National_Library/oe_/https://www.launchrock.com/assets/lr-web/dist/fonts/proxima-nova/proximanova-bold-webfont.ttf") format("truetype"), url("/National_Library/oe_/https://www.launchrock.com/assets/lr-web/dist/fonts/proxima-nova/proximanova-bold-webfont.svg#ProximaNova-Bold") format("svg"); }

@font-face {
  font-family: "ProximaNova-Light";
  font-style: normal;
  font-weight: 700;
  src: url("/National_Library/oe_/https://www.launchrock.com/assets/lr-web/dist/fonts/proxima-nova/proximanova-light-webfont.eot#iefix") format("embedded-opentype"), url("/National_Library/oe_/https://www.launchrock.com/assets/lr-web/dist/fonts/proxima-nova/proximanova-light-webfont.woff2") format("woff2"), url("/National_Library/oe_/https://www.launchrock.com/assets/lr-web/dist/fonts/proxima-nova/proximanova-light-webfont.woff") format("woff"), url("/National_Library/oe_/https://www.launchrock.com/assets/lr-web/dist/fonts/proxima-nova/proximanova-light-webfont.ttf") format("truetype"), url("/National_Library/oe_/https://www.launchrock.com/assets/lr-web/dist/fonts/proxima-nova/proximanova-light-webfont.svg#ProximaNova-Light") format("svg"); }

body {
  font-family: ProximaNova, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 1em;
  font-weight: 300;
  line-height: 1.6em; }
  body ::-moz-selection {
    background-color: #dc0000;
    color: #ffffff; }
  body ::selection {
    background-color: #dc0000;
    color: #ffffff; }

a {
  color: #dc0000;
  text-decoration: none;
  transition: 0.2s color; }
  a:hover {
    color: #ff1010; }
  .menu1 a, .menu2 a, .menu3 a, .platform a, .legal a {
    color: #898989; }
    .menu1 a:hover, .menu2 a:hover, .menu3 a:hover, .platform a:hover, .legal a:hover {
      color: #a3a3a3; }
    @media (min-width: 768px) {
      .menu1 a, .menu2 a, .menu3 a, .platform a, .legal a {
        margin-right: 1em; } }
    .menu1 a:hover, .menu2 a:hover, .menu3 a:hover, .platform a:hover, .legal a:hover {
      color: #dc0000; }
  .legal a:last-of-type {
    margin-right: 0; }

.site-header a {
  color: #ffffff;
  transition: 0.2s color; }
  @media (max-width: 768px) {
    .site-header a {
      color: #000000; } }
.site-header a:hover {
  color: #dc0000; }
.site-header li {
  font-size: 1.2em;
  font-weight: 400; }
  .site-header li a.button {
    margin: 0;
    font-size: 0.93em;
    line-height: 1.6em;
    position: relative;
    top: -1px; }
.site-header .primary-nav a.active {
  color: #dc0000;
  background-image: linear-gradient(to bottom, rgba(220, 0, 0, 0) 0%, rgba(220, 0, 0, 0) 64%, #dc0000 64%, #dc0000 65%, rgba(220, 0, 0, 0) 65%, rgba(220, 0, 0, 0) 100%); }
.site-header .secondary-nav a.color {
  color: #ffffff; }
.site-header .secondary-nav a.active {
  color: #dc0000;
  background-image: linear-gradient(to bottom, rgba(220, 0, 0, 0) 0%, rgba(220, 0, 0, 0) 64%, #dc0000 64%, #dc0000 65%, rgba(220, 0, 0, 0) 65%, rgba(220, 0, 0, 0) 100%); }

.button, input[type="submit"], button {
  display: inline-block;
  background-color: #dc0000;
  color: #ffffff;
  font-family: ProximaNova, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 1em;
  padding: 0.75em 1.25em;
  text-decoration: none;
  text-align: center;
  margin: 0.75em 0;
  border: none;
  transition: 0.2s ease-out;
  border-radius: 5px; }
  .button:hover, input[type="submit"]:hover, button:hover {
    text-decoration: none;
    background-color: #f60000;
    color: #ffffff; }
  .button:active, input[type="submit"]:active, button:active {
    background-color: #c61616;
    color: #ffffff; }
  .button.ghost, input[type="submit"].ghost, button.ghost {
    background-color: transparent;
    border: 1px solid #ffffff;
    box-shadow: none; }
    .button.ghost:hover, input[type="submit"].ghost:hover, button.ghost:hover {
      text-decoration: none;
      background-color: #000000;
      color: #ffffff; }
    .button.ghost.disabled, input[type="submit"].ghost.disabled, button.ghost.disabled {
      cursor: default;
      opacity: 0.2; }
      .button.ghost.disabled:hover, input[type="submit"].ghost.disabled:hover, button.ghost.disabled:hover {
        text-decoration: none;
        background-color: transparent;
        color: #ffffff; }
  .button.inverse, input[type="submit"].inverse, button.inverse {
    border: 2px solid #ffffff;
    color: #ffffff;
    transition: 0.2s border; }
    @media (max-width: 768px) {
      .button.inverse, input[type="submit"].inverse, button.inverse {
        border: 2px solid #000000;
        color: #000000; } }
    .button.inverse.color, input[type="submit"].inverse.color, button.inverse.color {
      border: 2px solid #ffffff; }
    .button.inverse:hover, input[type="submit"].inverse:hover, button.inverse:hover {
      color: #FFF;
      background: #dc0000;
      border: 2px solid #dc0000; }
    .button.inverse.dark, input[type="submit"].inverse.dark, button.inverse.dark {
      border: 1px solid #242424;
      color: #242424; }
      .button.inverse.dark:hover, input[type="submit"].inverse.dark:hover, button.inverse.dark:hover {
        color: #242424; }
  .button.secondary, input[type="submit"].secondary, button.secondary {
    background-color: #42b77a; }
  .button:focus, input[type="submit"]:focus, button:focus {
    outline: none; }
  .button.tile, input[type="submit"].tile, button.tile {
    margin: 2em auto 0;
    display: block;
    width: 80%;
    font-size: 1em; }

.intro h1 {
  font-size: 1.875em;
  line-height: 1.4em;
  text-align: center;
  display: block;
  color: #242424;
  letter-spacing: -0.015em;
  margin: 0;
  padding: 0; }
  @media screen and (min-width: 37.5em)  {
    .intro h1 {
      font-size: 2.125em; } }
  @media screen and (min-width: 48em)  {
    .intro h1 {
      display: inline-block;
      margin-right: .3em; }
      .intro h1:last-of-type {
        margin-right: 0; } }
  .intro h1:nth-of-type(1) {
    color: #898989; }
  .intro h1:nth-of-type(2) {
    color: #242424; }
  .intro h1:nth-of-type(3) {
    color: #dc0000; }
.hero h1 {
  padding: 0;
  text-align: center;
  font-size: 2.5em;
  line-height: 1.6em;
  color: #ffffff;
  margin: 0.25em 0 0 0; }
  @media screen and (min-width: 37.5em)  {
    .hero h1 {
      font-size: 4em; } }
  .hero h1 span {
    padding-top: 0.125em;
    padding-bottom: 0.125em;
    background-color: #dc0000;
    -webkit-box-decoration-break: clone;
    -ms-box-decoration-break: clone;
    box-decoration-break: clone;
    box-shadow: 0.25em 0 0 #dc0000, -0.25em 0 0 #dc0000; }
.paywall h1 span {
  background-color: #1D181F;
  box-shadow: 0.25em 0 0 #1D181F, -0.25em 0 0 #1D181F; }

body > footer h2 {
  font-size: 1.875em;
  line-height: 1.4em;
  margin-top: 0;
  color: #ffffff; }
.features h2 {
  font-size: 4em;
  margin: .5em 0 1.6em 0;
  padding: 0;
  letter-spacing: -2px;
  color: #898989; }
  @media (min-width: 540px) and (max-width: 768px) {
    .features h2 {
      font-size: 3em; } }
  @media (max-width: 539px) {
    .features h2 {
      font-size: 1.8em; } }

.menu1 h3, .menu2 h3, .menu3 h3 {
  color: #ffffff;
  font-size: 0.875em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 1.6em; }

.hero p {
  padding: 0;
  text-align: center;
  font-size: 1.5em;
  line-height: 2.25em;
  color: #ffffff;
  margin: 0; }
  @media screen and (min-width: 37.5em)  {
    .hero p {
      font-size: 2.25em;
      line-height: 2.3em; } }
  .hero p span {
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    background-color: #1D181F;
    -webkit-box-decoration-break: clone;
    -ms-box-decoration-break: clone;
    box-decoration-break: clone;
    box-shadow: 1em 0 0 #1D181F, -1em 0 0 #1D181F; }
.paywall p {
  font-size: 1.5em; }
.counter .content p {
  padding: 0;
  text-align: center;
  font-size: 1.8em;
  line-height: 2.25em;
  color: #ffffff;
  margin: 0; }
  @media screen and (min-width: 37.5em)  {
    .counter .content p {
      font-size: 1.5em;
      line-height: 2.3em; } }
  @media (max-width: 768px) {
    .counter .content p {
      font-size: 1.8em;
      line-height: 1.75em; } }
  .counter .content p.tagline--small {
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 15px;
    margin-bottom: 60px; }
    @media (max-width: 768px) {
      .counter .content p.tagline--small {
        letter-spacing: 5px; } }
  .counter .content p span {
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    -webkit-box-decoration-break: clone;
    -ms-box-decoration-break: clone;
    box-decoration-break: clone; }
  .counter .content p:last-of-type, .counter .content p.tagline--large {
    font-size: 3em;
    margin-top: 60px; }
    @media (max-width: 768px) {
      .counter .content p:last-of-type, .counter .content p.tagline--large {
        font-size: 1.8em; } }
    .counter .content p:last-of-type strong, .counter .content p.tagline--large strong {
      display: inline-block;
      font-size: 70px; }
      @media (max-width: 768px) {
        .counter .content p:last-of-type strong, .counter .content p.tagline--large strong {
          display: block;
          font-size: 45px;
          margin-top: 15px;
          margin-bottom: 15px; } }
    .counter .content p:last-of-type span, .counter .content p.tagline--large span {
      padding-top: 0.275em;
      padding-bottom: 0.275em;
      -webkit-box-decoration-break: clone;
      -ms-box-decoration-break: clone;
      box-decoration-break: clone; }
body > footer p {
  font-size: 1em;
  line-height: 1.4em;
  color: #b7b7b7; }
@media screen and (min-width: 48em)  {
  .colophon p {
    font-size: 0.875em; } }
p.tinysigny {
  font-size: .75em;
  line-height: 70px;
  text-align: right; }
  p.tinysigny a {
    color: #ffffff;
    text-decoration: underline; }
    p.tinysigny a:hover {
      color: #e6e6e6; }
  @media (max-width: 450px) {
    p.tinysigny {
      float: left; } }

ul {
  list-style: none;
  margin: 0;
  padding: 0; }
  body > footer ul li {
    margin-bottom: 0.875em; }

section.intro {
  text-align: left; }

.bpa-button-group {
  border-top-left-radius: 0.3125em;
  border-top-right-radius: 0.3125em;
  border-bottom-left-radius: 0.3125em;
  border-bottom-right-radius: 0.3125em;
  border-bottom: 2px solid #000;
  border-left: 2px solid #000;
  border-right: 2px solid #000;
  border-top: 2px solid #000;
  margin-top: 5em;
  margin-bottom: 5em;
  overflow: hidden;
  display: inline-block; }
  @media (max-width: 768px) {
    .bpa-button-group {
      margin-top: 2em;
      margin-bottom: 0;
      width: 100%; } }
  .bpa-button-group input {
    display: none; }
  .bpa-button-group label {
    margin-bottom: 0; }
    @media screen and (min-width: 48em)  {
      .bpa-button-group label {
        float: left; } }
    .bpa-button-group label .button-group-item {
      background: #ffffff;
      border-radius: 0;
      cursor: pointer;
      display: inline-block;
      font-size: 1.3125em;
      font-weight: normal;
      line-height: 1;
      padding: 1em 0;
      text-align: center;
      width: 100%;
      border-left: 2px solid #000000;
      border-right: 2px solid #000000; }
      @media screen and (min-width: 48em)  {
        .bpa-button-group label .button-group-item {
          width: 8em; } }
      @media (max-width: 768px) {
        .bpa-button-group label .button-group-item {
          border-left: 0;
          border-right: 0; } }
      .bpa-button-group label .button-group-item:focus, .bpa-button-group label .button-group-item:hover {
        background-color: #f7f7f7; }
    .bpa-button-group label:first-child .button-group-item {
      border-left: none;
      border-right: none; }
      @media screen and (min-width: 48em)  {
        .bpa-button-group label:first-child .button-group-item {
          border-top-right-radius: 0; } }
    .bpa-button-group label:last-child .button-group-item {
      border-left: none;
      border-right: none; }
      @media screen and (min-width: 48em)  {
        .bpa-button-group label:last-child .button-group-item {
          border-bottom-left-radius: 0; } }
    .bpa-button-group label input[type=radio]:checked + .button-group-item {
      background: #000000;
      color: #ffffff; }

.custom-select {
  position: relative;
  z-index: 1;
  background-color: #fff;
  border-radius: 3px; }

.custom-select:before {
  content: "\f0d7";
  color: #333;
  display: block;
  font-family: 'FontAwesome';
  font-size: 1.3em;
  height: 100%;
  line-height: 2em;
  padding: 0 0.625em;
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
  z-index: -1; }

.select-styled {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -ms-flex-align: center;
      align-items: center;
  background-color: transparent;
  background-size: 14px;
  border-bottom: none;
  border-top: none;
  border-left: none;
  border-right: none;
  border-radius: 3px;
  cursor: pointer;
  color: #242424;
  height: 41px;
  outline: none;
  padding: 0 2em 0 1em;
  width: 100%; }
  .select-styled:focus {
    border: 6px solid red; }

html, body {
  margin: 0;
  padding: 0; }

header {
  background-color: #000000;
  box-shadow: inset 0 20px 20px -20px rgba(0, 0, 0, 0.4);
  z-index: 10;
  position: fixed;
  width: 100%; }
  @media (max-width: 768px) {
    header {
      height: 5em; } }
  header nav a.logo {
    display: block;
    width: 10.625em;
    height: 1.5625em;
    margin-top: 1.6875em;
    float: left;
    position: relative; }
    @media screen and (min-width: 48em)  {
      header nav a.logo {
        float: left;
        margin-right: 3em; } }
    header nav a.logo svg {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 1.5625em;
      fill: #ffffff;
      transition: fill 0.2s; }
    header nav a.logo:hover svg {
      fill: #dc0000; }
  header nav ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    @media screen and (min-width: 48em)  {
      header nav ul {
        height: 5em;
        line-height: 5em; } }
    header nav ul li {
      display: block;
      margin-top: 2em;
      margin-bottom: 2em;
      text-align: center; }
      @media screen and (min-width: 48em)  {
        header nav ul li {
          text-align: left;
          float: left;
          margin-top: 0;
          margin-right: 2em;
          margin-bottom: 0; }
          header nav ul li:last-of-type {
            margin-right: 0; } }
      header nav ul li a {
        display: block; }
      @media screen and (min-width: 48em)  {
        header nav ul li.mobile {
          display: none; } }
    header nav ul.primary-nav {
      background-color: rgba(255, 255, 255, 0.96);
      top: 5em;
      left: 0;
      width: 100%;
      position: fixed;
      z-index: 9;
      box-shadow: 0 3px 4px -2px rgba(0, 0, 0, 0.1);
      border-top: 1px solid rgba(0, 0, 0, 0.1);
      padding-right: 1em;
      padding-left: 1em;
      display: none; }
      @media screen and (min-width: 48em)  {
        header nav ul.primary-nav {
          border-top: none;
          box-shadow: none;
          float: left;
          position: relative;
          top: auto;
          left: auto;
          width: auto;
          background-color: transparent;
          display: block;
          text-align: center;
          margin-top: 0;
          padding-right: 0;
          padding-left: 0; } }
    header nav ul.secondary-nav {
      display: none; }
      @media screen and (min-width: 48em)  {
        header nav ul.secondary-nav {
          display: block;
          float: right;
          text-align: right; } }
  header nav .nav-getstarted a {
    padding: 9px 38px; }
  .hero header {
    background-color: transparent;
    position: relative; }
  header .bg {
    background: #000;
    width: 100%;
    height: 5em;
    opacity: 0;
    position: absolute;
    z-index: -1; }
  header .show {
    opacity: 1; }
  header .transition {
    transition: all 0.2s ease-in-out; }

footer {
  background-color: #1D181F;
  padding-top: 3em; }
  footer.conv {
    padding-top: 0; }

.wrapper {
  max-width: 77em;
  margin-left: auto;
  margin-right: auto;
  display: block;
  padding-right: 1em;
  padding-left: 1em; }
  .wrapper::after {
    clear: both;
    content: "";
    display: table; }
  .wrapper::after {
    clear: both;
    content: "";
    display: table; }
  @media screen and (min-width: 77em)  {
    .wrapper {
      padding-right: 0;
      padding-left: 0; } }

section.intro {
  padding-top: 3em;
  padding-bottom: 3em; }
section.phonepoints .phone {
  float: left;
  display: block;
  margin-right: 3.57866%;
  width: 100%;
  border-bottom: 1px solid #e8e8e8;
  text-align: center;
  line-height: 0; }
  section.phonepoints .phone:last-child {
    margin-right: 0; }
  section.phonepoints .phone img {
    width: 100%;
    max-width: 435px;
    margin-top: 3em; }
  @media screen and (min-width: 48em)  {
    section.phonepoints .phone {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 40.29137%;
      border-bottom: none; }
      section.phonepoints .phone:last-child {
        margin-right: 0; } }
section.phonepoints .points {
  float: left;
  display: block;
  margin-right: 3.57866%;
  width: 100%; }
  section.phonepoints .points:last-child {
    margin-right: 0; }
  @media screen and (min-width: 48em)  {
    section.phonepoints .points {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 57.35098%; }
      section.phonepoints .points:last-child {
        margin-right: 0; } }
  section.phonepoints .points h4 {
    margin-top: 3em;
    margin-bottom: 0; }
section.features {
  overflow: hidden;
  padding-top: 5em;
  padding-bottom: 5em; }
  @media (max-width: 540px) {
    section.features {
      padding-top: 3em;
      padding-bottom: 3em; } }
  section.features.popular {
    padding-bottom: 0;
    padding-top: 0;
    background-size: cover;
    background-position: 50% 60%;
    background-color: #242424;
    background-image: url('/National_Library/oe_/https://www.launchrock.com/assets/lr-web/media/images/dist/desk-bg.jpg');
    background-repeat: no-repeat; }
    section.features.popular .wrapper {
      margin-top: 120px; }
      @media (min-width: 540px) and (max-width: 768px) {
        section.features.popular .wrapper {
          margin-top: 80px; } }
      @media (max-width: 539px) {
        section.features.popular .wrapper {
          margin-top: 40px; } }
    section.features.popular h2 {
      margin-bottom: 0;
      opacity: 0.2; }
      @media (min-width: 1200px) {
        section.features.popular h2 {
          font-size: 8em; } }
    section.features.popular .subheading {
      font-size: 4em;
      line-height: 1;
      margin-top: 0;
      text-align: center; }
      @media (max-width: 539px) {
        section.features.popular .subheading {
          font-size: 1.4em; } }
    section.features.popular .intrinsic {
      position: relative;
      padding-bottom: 31%;
      height: 0;
      text-align: center; }
      section.features.popular .intrinsic .element {
        left: 3%;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: 1; }
      section.features.popular .intrinsic .wrapper {
        background-color: #fff;
        left: 32%;
        height: 43%;
        margin-top: 0;
        overflow: hidden;
        position: absolute;
        top: 1px;
        width: 29%;
        z-index: -1; }
        section.features.popular .intrinsic .wrapper.cta {
          background-color: transparent;
          height: auto;
          left: initial;
          overflow: visible;
          right: 1%;
          top: 20%;
          text-align: left;
          width: 35%;
          z-index: 1; }
          @media (max-width: 539px) {
            section.features.popular .intrinsic .wrapper.cta {
              right: 5%;
              top: 5%;
              width: 30%; } }
          section.features.popular .intrinsic .wrapper.cta a {
            border-bottom: 1px solid #ababab;
            color: #242424;
            font-size: 2.9em;
            padding-bottom: 7px;
            transition: opacity 0.3s ease-in-out; }
            @media (max-width: 890px) {
              section.features.popular .intrinsic .wrapper.cta a {
                border-bottom: none;
                font-size: 1.2em; } }
            section.features.popular .intrinsic .wrapper.cta a:hover {
              opacity: 0.4; }
      section.features.popular .intrinsic img {
        max-width: 100%;
        vertical-align: middle; }
  section.features.trending {
    background-color: #e8e8e8; }
  section.features.templates {
    position: relative;
    z-index: 0; }
    section.features.templates[data-template='#tab-1'] {
      background-image: linear-gradient(-45deg, #01B85A 0%, #01B45E 2%, #01B260 4%, #0029E0 86%, #002DF9 97%, #002DF9 97%, #002DF9 97%, #0029FF 100%); }
    section.features.templates[data-template='#tab-2'] {
      background-image: linear-gradient(134deg, #3023AE 0%, #C86DD7 100%); }
    section.features.templates[data-template='#tab-3'] {
      background-image: linear-gradient(134deg, #473535 0%, #635151 100%); }
    section.features.templates[data-template='#tab-4'] {
      background-image: linear-gradient(134deg, #0054FF 0%, #002775 100%); }
    section.features.templates[data-template='#tab-5'] {
      background-image: linear-gradient(134deg, #F02C41 0%, #86000E 100%); }
    section.features.templates .wrapper {
      position: relative;
      text-align: center;
      z-index: 1; }
    section.features.templates h2 {
      color: #fff;
      line-height: 1;
      margin: 0; }
    section.features.templates .subheading {
      color: #fff;
      line-height: 1.6em;
      opacity: 0.65;
      margin: 20px auto;
      width: 80%; }
      @media (max-width: 539px) {
        section.features.templates .subheading {
          font-size: 0.7em; } }
    section.features.templates .tabs-menu {
      clear: both;
      margin-bottom: 40px;
      margin-top: 40px;
      overflow: hidden;
      text-align: center; }
      @media (max-width: 539px) {
        section.features.templates .tabs-menu {
          margin-top: 20px;
          margin-bottom: 20px; } }
    section.features.templates .tabs-menu li {
      color: #fff;
      display: inline-block;
      opacity: 0.65;
      width: 13%; }
      @media (min-width: 540px) {
        section.features.templates .tabs-menu li {
          width: 19%; } }
      @media (max-width: 539px) {
        section.features.templates .tabs-menu li {
          width: 25%; } }
    section.features.templates .tabs-menu li.current {
      border-radius: 5px;
      border-right: 1px solid #d4d4d1 !important;
      border-top: 1px solid #d4d4d1;
      border-bottom: 1px solid #d4d4d1;
      border-left: 1px solid #d4d4d1;
      opacity: 1;
      position: relative;
      z-index: 5; }
    section.features.templates .tabs-menu li a {
      color: #fff;
      display: inline-block;
      padding: 10px 40px; }
      @media (max-width: 540px) {
        section.features.templates .tabs-menu li a {
          font-size: 0.8em; } }
      @media (max-width: 640px) {
        section.features.templates .tabs-menu li a {
          padding: 5px 2px; } }
    section.features.templates .tab-content {
      display: none;
      position: relative;
      padding-bottom: 42%;
      height: 0;
      text-align: center;
      z-index: -1; }
      @media (min-width: 1400px) {
        section.features.templates .tab-content {
          padding-bottom: 38%; } }
      @media (min-width: 1580px) {
        section.features.templates .tab-content {
          padding-bottom: 33%; } }
      @media (min-width: 1800px) {
        section.features.templates .tab-content {
          padding-bottom: 30%; } }
      @media (min-width: 2025px) {
        section.features.templates .tab-content {
          padding-bottom: 25%; } }
      @media (min-width: 2550px) {
        section.features.templates .tab-content {
          padding-bottom: 21%; } }
      section.features.templates .tab-content .element {
        height: 900px;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%; }
        section.features.templates .tab-content .element:hover .cta {
          opacity: 1; }
      section.features.templates .tab-content .element > img {
        max-width: 100%; }
      section.features.templates .tab-content .cta {
        background-color: rgba(0, 0, 0, 0.7);
        left: 0;
        opacity: 0;
        position: absolute;
        text-align: center;
        top: 0;
        height: 100%;
        width: 100%;
        transition: opacity 0.5s ease-in-out; }
        section.features.templates .tab-content .cta .btn {
          background-color: transparent;
          border: 1px solid #ffffff;
          border-radius: 4px;
          border-width: 2px;
          color: #fff;
          display: inline-block;
          margin-top: 90px;
          padding: 8px 25px 6px 25px; }
    section.features.templates #tab-1 {
      display: block; }
  section.features.signup--s0.hero {
    background-color: #ececec;
    background-image: none;
    background-position: inherit;
    padding-top: 5em;
    padding-bottom: 5em; }
    section.features.signup--s0.hero .wrapper {
      padding-bottom: 0;
      padding-top: 0; }
    section.features.signup--s0.hero .content .field {
      float: none;
      margin-right: 0;
      width: 100%; }
  section.features.signup--s0 h2 {
    color: #242424;
    line-height: 1;
    text-align: center;
    margin: 0; }
  section.features.signup--s0 .subheading {
    color: #242424;
    font-size: 2em;
    margin: 20px auto;
    text-align: center; }
    @media (max-width: 539px) {
      section.features.signup--s0 .subheading {
        font-size: 1em; } }
  section.features.signup--s0 .form-control {
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.16);
    border-radius: 5px; }
  section.features.signup--s0 .button {
    border-radius: 5px; }
  section.features article {
    position: relative;
    overflow: hidden;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
    float: left;
    display: block;
    margin-right: 3.57866%;
    width: 100%;
    margin-bottom: 2em; }
    section.features article:last-child {
      margin-right: 0; }
    section.features article.discover {
      margin-bottom: 3em; }
    @media screen and (min-width: 48em)  {
      section.features article {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 31.76157%; }
        section.features article:last-child {
          margin-right: 0; }
        section.features article:nth-of-type(3n) {
          margin-right: 0; } }
    section.features article img {
      position: relative;
      width: 100%;
      height: auto;
      z-index: 8; }
    section.features article .detail {
      background-color: rgba(0, 0, 0, 0.9);
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 3.5em;
      z-index: 9;
      padding: 1em;
      transition: height 0.2s; }
      section.features article .detail .name {
        color: #ffffff;
        font-size: 1em;
        line-height: 1.4em; }
      section.features article .detail .description {
        color: #ffffff;
        font-size: 0.8em;
        line-height: 1.4em;
        margin-top: 1em;
        display: none; }
    section.features article a {
      line-height: 0; }
      section.features article a:hover .detail {
        height: 100%; }
section.support .form-control {
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.16); }
section.hero.homepage {
  padding-top: 12em;
  height: 46.5625em;
  background-size: cover;
  background-position: 50% 50%;
  background-color: #242424;
  background-image: url('/National_Library/oe_/https://www.launchrock.com/assets/lr-web/media/images/dist/homepage-header-bg.jpg'); }
  @media (max-width: 768px) {
    section.hero.homepage {
      height: 25.5625em;
      padding-top: 3em; } }
  section.hero.homepage .header {
    width: 50%; }
    @media (max-width: 768px) {
      section.hero.homepage .header {
        width: 100%; } }
  section.hero.homepage h1 {
    font-family: ProximaNova-Bold, 'Helvetica Neue', Helvetica, Arial, sans-serif;
    text-align: left;
    line-height: 1; }
  section.hero.homepage p {
    font-family: ProximaNova-SemiBold, 'Helvetica Neue', Helvetica, Arial, sans-serif;
    text-align: left;
    line-height: 1;
    margin-bottom: 20px;
    margin-top: 20px; }
section.hero.fof {
  padding-top: 6em;
  padding-bottom: 8em;
  background-size: cover;
  background-position: 50% 50%;
  background-color: #242424;
  background-image: url('/National_Library/oe_/https://www.launchrock.com/assets/lr-site/media/images/404-marquee-bg.jpg');
  position: relative; }
  section.hero.fof.error {
    background-image: url('/National_Library/oe_/https://www.launchrock.com/assets/lr-web/media/images/dist/pisa.jpg'); }
  section.hero.fof .screen {
    background-color: rgba(222, 32, 0, 0.65);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1; }
  section.hero.fof .wrapper {
    z-index: 2;
    position: relative; }
  section.hero.fof .header h1, section.hero.fof .header p {
    text-align: left;
    line-height: 1.4; }
section.hero.discover {
  padding-top: 6em;
  background-size: cover;
  background-position: 50% 20%;
  background-color: #242424;
  background-image: url('/National_Library/oe_/https://www.launchrock.com/assets/lr-web/media/images/dist/discover-header.jpg'); }
  section.hero.discover h1 {
    font-size: 2.8125em; }
  section.hero.discover p {
    font-size: 1.5em;
    max-width: 60%;
    margin: 0 auto; }
  section.hero.discover .tabs {
    float: left;
    display: block;
    margin-right: 3.57866%;
    width: 100%;
    margin-top: 5em; }
    section.hero.discover .tabs:last-child {
      margin-right: 0; }
    @media screen and (min-width: 48em)  {
      section.hero.discover .tabs {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 100%; }
        section.hero.discover .tabs:last-child {
          margin-right: 0; } }
    section.hero.discover .tabs ul {
      overflow: hidden; }
      section.hero.discover .tabs ul li {
        display: block;
        text-align: center;
        margin-bottom: 1em; }
        @media screen and (min-width: 48em)  {
          section.hero.discover .tabs ul li {
            float: left;
            width: 24.4%;
            margin-right: .8%;
            margin-bottom: 0; } }
        section.hero.discover .tabs ul li a {
          display: block;
          padding-top: 1em;
          padding-bottom: 1em;
          background-color: #2f2f2f;
          color: #9f9f9f;
          transition: background-color 0.2s, color 0.2s; }
          section.hero.discover .tabs ul li a:hover {
            background-color: #161616;
            color: #dc0000; }
        section.hero.discover .tabs ul li.active a {
          background-color: #ffffff;
          color: #242424;
          cursor: default; }
        section.hero.discover .tabs ul li:last-of-type {
          margin-right: 0; }
section.hero.account {
  padding-top: 3em;
  background-size: cover;
  background-position: 50% 25%;
  background-color: #242424;
  background-image: url('/National_Library/oe_/https://www.launchrock.com/assets/lr-web/media/images/dist/account-bg.jpg');
  text-align: center; }
  @media screen and (max-width: 48em) {
    section.hero.account {
      padding-top: 2em; } }
  section.hero.account h1 {
    font-size: 2.8em;
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    padding: 15px 18px 10px 18px;
    line-height: 1;
    background: #DA0815; }
    @media screen and (max-width: 48em) {
      section.hero.account h1 {
        font-size: 1.5em; } }
  section.hero.account p {
    font-size: 1.5em;
    max-width: 60%;
    margin: 0 auto; }
  section.hero.account .tabs {
    float: left;
    display: block;
    margin-right: 3.57866%;
    width: 100%;
    margin-top: 5em; }
    section.hero.account .tabs:last-child {
      margin-right: 0; }
    @media screen and (min-width: 48em)  {
      section.hero.account .tabs {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 100%; }
        section.hero.account .tabs:last-child {
          margin-right: 0; } }
    @media screen and (max-width: 48em) {
      section.hero.account .tabs {
        margin-top: 3em; } }
    section.hero.account .tabs ul {
      overflow: hidden; }
      section.hero.account .tabs ul li {
        display: block;
        text-align: center;
        margin-bottom: 1em;
        float: left;
        width: 32.4%;
        margin-right: .8%;
        margin-bottom: 0; }
        section.hero.account .tabs ul li a {
          display: block;
          padding-top: 1em;
          padding-bottom: 1em;
          background-color: #2f2f2f;
          color: #9f9f9f;
          transition: background-color 0.2s, color 0.2s; }
          section.hero.account .tabs ul li a:hover {
            background-color: #161616;
            color: #dc0000; }
        section.hero.account .tabs ul li.active a {
          background-color: #ffffff;
          color: #242424;
          cursor: default; }
        section.hero.account .tabs ul li:last-of-type {
          margin-right: 0; }
section.hero.paywall {
  background-size: cover;
  background-position: 50% 50%;
  background-color: #242424;
  background-image: url('/National_Library/oe_/https://www.launchrock.com/assets/lr-web/media/images/dist/paywall-bg.jpg'); }
  section.hero.paywall header {
    margin-bottom: 1em; }
    section.hero.paywall header svg {
      fill: #ffffff; }
section.hero.support {
  background-size: cover;
  background-position: 50% 20%;
  background-color: #242424;
  background-image: url('/National_Library/oe_/https://www.launchrock.com/assets/lr-web/media/images/dist/sign-in-bg.jpg');
  padding-top: 6em;
  padding-bottom: 6em; }
  section.hero.support h1 {
    font-size: 2.8125em; }
  section.hero.support p {
    font-size: 2em; }
section.hero.legal {
  background-size: cover;
  background-color: #242424;
  background-image: url('/National_Library/oe_/https://www.launchrock.com/assets/lr-web/media/images/dist/sign-in-bg.jpg');
  padding-top: 6em;
  padding-bottom: 6em; }
  section.hero.legal h1 {
    margin: 0.67em 0; }
section.hero.about {
  background-size: cover;
  background-position: 50% 50%;
  background-color: #242424;
  background-image: url('/National_Library/oe_/https://www.launchrock.com/assets/lr-web/media/images/dist/about-bg.jpg');
  padding-top: 6em;
  padding-bottom: 6em; }
  section.hero.about h1 {
    font-size: 3em;
    margin: 0.67em 0; }
section.hero.signup {
  background-size: cover;
  background-position: 50% 50%;
  background-color: #242424;
  background-image: url('/National_Library/oe_/https://www.launchrock.com/assets/lr-web/media/images/dist/sign-in-bg.jpg');
  padding-bottom: 5em; }
  section.hero.signup header {
    margin-bottom: 1em; }
    section.hero.signup header svg {
      fill: #ffffff; }
  section.hero.signup section.header {
    float: left;
    display: block;
    margin-right: 3.57866%;
    width: 100%; }
    section.hero.signup section.header:last-child {
      margin-right: 0; }
    @media screen and (min-width: 48em)  {
      section.hero.signup section.header {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 40.29137%; }
        section.hero.signup section.header:last-child {
          margin-right: 0; } }
    section.hero.signup section.header h1, section.hero.signup section.header p {
      text-align: left;
      line-height: 1.2;
      padding-right: 1em; }
    section.hero.signup section.header h1 {
      margin-bottom: 1rem; }
  section.hero.signup section.form {
    float: left;
    display: block;
    margin-right: 3.57866%;
    width: 100%;
    display: block; }
    section.hero.signup section.form:last-child {
      margin-right: 0; }
    section.hero.signup section.form::after {
      clear: both;
      content: "";
      display: table; }
    @media screen and (min-width: 48em)  {
      section.hero.signup section.form {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 57.35098%; }
        section.hero.signup section.form:last-child {
          margin-right: 0; } }
    section.hero.signup section.form input[type=text], section.hero.signup section.form input[type=password], section.hero.signup section.form input[type=tel], section.hero.signup section.form select {
      padding: .75em 1em;
      width: 100%;
      font-size: 0.9375em;
      border: none;
      border-radius: 3px;
      background-clip: padding-box;
      transition: background 0.2s, color 0.2s;
      color: #242424;
      outline: none; }
      section.hero.signup section.form input[type=text]::-webkit-input-placeholder, section.hero.signup section.form input[type=password]::-webkit-input-placeholder, section.hero.signup section.form input[type=tel]::-webkit-input-placeholder, section.hero.signup section.form select::-webkit-input-placeholder {
        color: #898989; }
      section.hero.signup section.form input[type=text]:-ms-input-placeholder, section.hero.signup section.form input[type=password]:-ms-input-placeholder, section.hero.signup section.form input[type=tel]:-ms-input-placeholder, section.hero.signup section.form select:-ms-input-placeholder {
        color: #898989; }
      section.hero.signup section.form input[type=text]:-moz-placeholder, section.hero.signup section.form input[type=password]:-moz-placeholder, section.hero.signup section.form input[type=tel]:-moz-placeholder, section.hero.signup section.form select:-moz-placeholder {
        color: #898989;
        opacity: 1; }
      section.hero.signup section.form input[type=text]::-moz-placeholder, section.hero.signup section.form input[type=password]::-moz-placeholder, section.hero.signup section.form input[type=tel]::-moz-placeholder, section.hero.signup section.form select::-moz-placeholder {
        color: #898989;
        opacity: 1; }
      section.hero.signup section.form input[type=text]:focus, section.hero.signup section.form input[type=password]:focus, section.hero.signup section.form input[type=tel]:focus, section.hero.signup section.form select:focus {
        box-shadow: none; }
      section.hero.signup section.form input[type=text].error, section.hero.signup section.form input[type=password].error, section.hero.signup section.form input[type=tel].error, section.hero.signup section.form select.error {
        background-color: #ff1010;
        color: #ffffff; }
        section.hero.signup section.form input[type=text].error::-webkit-input-placeholder, section.hero.signup section.form input[type=password].error::-webkit-input-placeholder, section.hero.signup section.form input[type=tel].error::-webkit-input-placeholder, section.hero.signup section.form select.error::-webkit-input-placeholder {
          color: #ffffff; }
        section.hero.signup section.form input[type=text].error:-ms-input-placeholder, section.hero.signup section.form input[type=password].error:-ms-input-placeholder, section.hero.signup section.form input[type=tel].error:-ms-input-placeholder, section.hero.signup section.form select.error:-ms-input-placeholder {
          color: #ffffff; }
        section.hero.signup section.form input[type=text].error:-moz-placeholder, section.hero.signup section.form input[type=password].error:-moz-placeholder, section.hero.signup section.form input[type=tel].error:-moz-placeholder, section.hero.signup section.form select.error:-moz-placeholder {
          color: #ffffff;
          opacity: 1; }
        section.hero.signup section.form input[type=text].error::-moz-placeholder, section.hero.signup section.form input[type=password].error::-moz-placeholder, section.hero.signup section.form input[type=tel].error::-moz-placeholder, section.hero.signup section.form select.error::-moz-placeholder {
          color: #ffffff;
          opacity: 1; }
    section.hero.signup section.form .eye {
      background-repeat: no-repeat;
      background-position: right -30px center;
      background-size: 20px 20px;
      padding-right: 40px; }
      section.hero.signup section.form .eye.open {
        background-position: right 10px center;
        background-image: url('/National_Library/oe_/https://www.launchrock.com/assets/lr-web/media/images/dist/icon-eye-open.png'); }
      section.hero.signup section.form .eye.closed {
        background-position: right 10px center;
        background-image: url('/National_Library/oe_/https://www.launchrock.com/assets/lr-web/media/images/dist/icon-eye-closed.png'); }
      section.hero.signup section.form .eye.click-target {
        cursor: pointer; }
    section.hero.signup section.form .field {
      margin-bottom: 1em;
      color: #ffffff;
      float: left;
      display: block;
      margin-right: 3.57866%;
      width: 100%; }
      section.hero.signup section.form .field:last-child {
        margin-right: 0; }
      section.hero.signup section.form .field:nth-of-type(even) {
        margin-right: 0; }
      section.hero.signup section.form .field:last-of-type {
        margin-right: 0;
        margin-left: 4.11092%; }
        @media (max-width: 768px) {
          section.hero.signup section.form .field:last-of-type {
            margin-left: 0; } }
      @media screen and (min-width: 48em)  {
        section.hero.signup section.form .field {
          float: left;
          display: block;
          margin-right: 4.11092%;
          width: 47.94454%; }
          section.hero.signup section.form .field:last-child {
            margin-right: 0; } }
      section.hero.signup section.form .field.project-types-container {
        float: none;
        margin-right: 0;
        width: auto; }
        section.hero.signup section.form .field.project-types-container.error .type {
          border: 1px solid red; }
    section.hero.signup section.form button {
      float: left;
      display: block;
      margin-right: 3.57866%;
      width: 100%; }
      section.hero.signup section.form button:last-child {
        margin-right: 0; }
      @media screen and (min-width: 48em)  {
        section.hero.signup section.form button {
          float: left;
          display: block;
          margin-right: 4.11092%;
          width: 100%; }
          section.hero.signup section.form button:last-child {
            margin-right: 0; } }
    section.hero.signup section.form label {
      color: #ffffff; }
    section.hero.signup section.form p {
      font-size: 1.125em;
      line-height: 1.4;
      text-align: left;
      margin-bottom: 0.5em; }
      section.hero.signup section.form p.disclaimer {
        font-size: .75em;
        line-height: 1.4;
        text-align: center;
        padding-top: 1em;
        display: block;
        clear: both; }
        section.hero.signup section.form p.disclaimer a {
          color: #ffffff;
          text-decoration: underline; }
          section.hero.signup section.form p.disclaimer a:hover {
            color: #fefefe; }
    section.hero.signup section.form .project-types {
      overflow: hidden; }
      section.hero.signup section.form .project-types .type {
        cursor: pointer;
        border: 1px solid #ffffff;
        width: 18.4%;
        margin-right: 2%;
        display: block;
        float: left;
        text-align: center;
        text-transform: uppercase;
        font-size: .75em;
        font-weight: 400;
        background-color: rgba(0, 0, 0, 0.3);
        padding-top: 1em;
        padding-bottom: 1em; }
        section.hero.signup section.form .project-types .type:last-of-type {
          margin-right: 0; }
        section.hero.signup section.form .project-types .type:hover, section.hero.signup section.form .project-types .type.selected {
          background-color: rgba(255, 255, 255, 0.7); }
        section.hero.signup section.form .project-types .type input {
          display: none; }
        section.hero.signup section.form .project-types .type [class^="svg-icon-"], section.hero.signup section.form .project-types .type [class*=" svg-icon-"] {
          width: 32px;
          height: 32px;
          margin-top: 10px; }
section.hero.auth, section.hero.signup--s0 {
  background-size: cover;
  background-position: 50% 50%;
  background-color: #242424;
  background-image: url('/National_Library/oe_/https://www.launchrock.com/assets/lr-web/media/images/dist/sign-in-bg.jpg');
  padding-top: 2em;
  padding-bottom: 5em; }
  section.hero.auth section.wrapper, section.hero.signup--s0 section.wrapper {
    padding-top: 5em;
    padding-bottom: 3em; }
  section.hero.auth section .content, section.hero.signup--s0 section .content {
    float: left;
    display: block;
    margin-right: 3.57866%;
    width: 100%;
    text-align: center; }
    section.hero.auth section .content:last-child, section.hero.signup--s0 section .content:last-child {
      margin-right: 0; }
    @media screen and (min-width: 48em)  {
      section.hero.auth section .content, section.hero.signup--s0 section .content {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 65.88078%;
        margin-left: 17.05961%; }
        section.hero.auth section .content:last-child, section.hero.signup--s0 section .content:last-child {
          margin-right: 0; } }
    section.hero.auth section .content input[type=text], section.hero.auth section .content input[type=password], section.hero.signup--s0 section .content input[type=text], section.hero.signup--s0 section .content input[type=password] {
      padding: .75em 1em;
      width: 100%;
      font-size: 0.9375em;
      border: none;
      border-radius: 3px;
      background-clip: padding-box;
      transition: background 0.2s, color 0.2s;
      color: #242424;
      outline: none; }
      section.hero.auth section .content input[type=text]::-webkit-input-placeholder, section.hero.auth section .content input[type=password]::-webkit-input-placeholder, section.hero.signup--s0 section .content input[type=text]::-webkit-input-placeholder, section.hero.signup--s0 section .content input[type=password]::-webkit-input-placeholder {
        color: #898989; }
      section.hero.auth section .content input[type=text]:-ms-input-placeholder, section.hero.auth section .content input[type=password]:-ms-input-placeholder, section.hero.signup--s0 section .content input[type=text]:-ms-input-placeholder, section.hero.signup--s0 section .content input[type=password]:-ms-input-placeholder {
        color: #898989; }
      section.hero.auth section .content input[type=text]:-moz-placeholder, section.hero.auth section .content input[type=password]:-moz-placeholder, section.hero.signup--s0 section .content input[type=text]:-moz-placeholder, section.hero.signup--s0 section .content input[type=password]:-moz-placeholder {
        color: #898989;
        opacity: 1; }
      section.hero.auth section .content input[type=text]::-moz-placeholder, section.hero.auth section .content input[type=password]::-moz-placeholder, section.hero.signup--s0 section .content input[type=text]::-moz-placeholder, section.hero.signup--s0 section .content input[type=password]::-moz-placeholder {
        color: #898989;
        opacity: 1; }
      section.hero.auth section .content input[type=text]:focus, section.hero.auth section .content input[type=password]:focus, section.hero.signup--s0 section .content input[type=text]:focus, section.hero.signup--s0 section .content input[type=password]:focus {
        box-shadow: none; }
      section.hero.auth section .content input[type=text].error, section.hero.auth section .content input[type=password].error, section.hero.signup--s0 section .content input[type=text].error, section.hero.signup--s0 section .content input[type=password].error {
        background-color: #ff1010;
        color: #ffffff; }
        section.hero.auth section .content input[type=text].error::-webkit-input-placeholder, section.hero.auth section .content input[type=password].error::-webkit-input-placeholder, section.hero.signup--s0 section .content input[type=text].error::-webkit-input-placeholder, section.hero.signup--s0 section .content input[type=password].error::-webkit-input-placeholder {
          color: #ffffff; }
        section.hero.auth section .content input[type=text].error:-ms-input-placeholder, section.hero.auth section .content input[type=password].error:-ms-input-placeholder, section.hero.signup--s0 section .content input[type=text].error:-ms-input-placeholder, section.hero.signup--s0 section .content input[type=password].error:-ms-input-placeholder {
          color: #ffffff; }
        section.hero.auth section .content input[type=text].error:-moz-placeholder, section.hero.auth section .content input[type=password].error:-moz-placeholder, section.hero.signup--s0 section .content input[type=text].error:-moz-placeholder, section.hero.signup--s0 section .content input[type=password].error:-moz-placeholder {
          color: #ffffff;
          opacity: 1; }
        section.hero.auth section .content input[type=text].error::-moz-placeholder, section.hero.auth section .content input[type=password].error::-moz-placeholder, section.hero.signup--s0 section .content input[type=text].error::-moz-placeholder, section.hero.signup--s0 section .content input[type=password].error::-moz-placeholder {
          color: #ffffff;
          opacity: 1; }
    section.hero.auth section .content .field, section.hero.signup--s0 section .content .field {
      margin-bottom: 1em;
      color: #ffffff;
      float: left;
      display: block;
      margin-right: 3.57866%;
      width: 100%; }
      section.hero.auth section .content .field:last-child, section.hero.signup--s0 section .content .field:last-child {
        margin-right: 0; }
      section.hero.auth section .content .field:nth-of-type(even), section.hero.signup--s0 section .content .field:nth-of-type(even) {
        margin-right: 0; }
      section.hero.auth section .content .field:last-of-type, section.hero.signup--s0 section .content .field:last-of-type {
        margin-right: 0; }
      @media screen and (min-width: 48em)  {
        section.hero.auth section .content .field, section.hero.signup--s0 section .content .field {
          float: left;
          display: block;
          margin-right: 3.57866%;
          width: 48.21067%; }
          section.hero.auth section .content .field:last-child, section.hero.signup--s0 section .content .field:last-child {
            margin-right: 0; }
          section.hero.auth section .content .field.single, section.hero.signup--s0 section .content .field.single {
            float: left;
            display: block;
            margin-right: 3.57866%;
            width: 100%; }
            section.hero.auth section .content .field.single:last-child, section.hero.signup--s0 section .content .field.single:last-child {
              margin-right: 0; } }
    section.hero.auth section .content button, section.hero.signup--s0 section .content button {
      float: left;
      display: block;
      margin-right: 3.57866%;
      width: 100%; }
      section.hero.auth section .content button:last-child, section.hero.signup--s0 section .content button:last-child {
        margin-right: 0; }
      @media screen and (min-width: 48em)  {
        section.hero.auth section .content button, section.hero.signup--s0 section .content button {
          float: left;
          display: block;
          margin-right: 3.57866%;
          width: 100%; }
          section.hero.auth section .content button:last-child, section.hero.signup--s0 section .content button:last-child {
            margin-right: 0; } }
    section.hero.auth section .content label, section.hero.signup--s0 section .content label {
      color: #ffffff; }
    section.hero.auth section .content h1, section.hero.signup--s0 section .content h1 {
      font-size: 4em;
      font-weight: 400;
      margin-bottom: .5em; }
      @media (max-width: 960px) {
        section.hero.auth section .content h1, section.hero.signup--s0 section .content h1 {
          font-size: 3em; } }
    section.hero.auth section .content p, section.hero.signup--s0 section .content p {
      font-size: 1.125em;
      line-height: 1.4;
      text-align: center;
      margin-bottom: 0.5em; }
      section.hero.auth section .content p.disclaimer, section.hero.signup--s0 section .content p.disclaimer {
        font-size: .75em;
        line-height: 1.4;
        text-align: center;
        padding-top: 2rem;
        display: block;
        clear: both; }
        section.hero.auth section .content p.disclaimer a, section.hero.signup--s0 section .content p.disclaimer a {
          color: #ffffff;
          text-decoration: underline; }
          section.hero.auth section .content p.disclaimer a:hover, section.hero.signup--s0 section .content p.disclaimer a:hover {
            color: #fefefe; }
      section.hero.auth section .content p.alert, section.hero.signup--s0 section .content p.alert {
        padding: .5em 1em;
        border-radius: 3px;
        margin-bottom: 1.3em;
        font-size: 1em; }
        section.hero.auth section .content p.alert.info, section.hero.signup--s0 section .content p.alert.info {
          background-color: #42b77a; }
        section.hero.auth section .content p.alert.error, section.hero.signup--s0 section .content p.alert.error {
          background-color: #dc0000; }
section.error article {
  text-align: left;
  background: #f7f7f7;
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-bottom-color: rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  margin: 10px 0;
  padding: 25px;
  min-height: 200px;
  border-radius: 3px;
  float: left;
  display: block;
  margin-right: 3.57866%;
  width: 100%; }
  section.error article p {
    font-size: 1.4em;
    line-height: 1.4; }
  section.error article:last-child {
    margin-right: 0; }
  @media screen and (min-width: 48em)  {
    section.error article {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 48.82117%; }
      section.error article:last-child {
        margin-right: 0; }
      section.error article:last-of-type {
        margin-right: 0; } }
section.form .content {
  margin-top: 5em;
  margin-bottom: 5em;
  float: left;
  display: block;
  margin-right: 3.57866%;
  width: 100%; }
  section.form .content:last-child {
    margin-right: 0; }
  @media screen and (min-width: 48em)  {
    section.form .content {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 65.88078%;
      margin-left: 17.05961%; }
      section.form .content:last-child {
        margin-right: 0; } }
  section.form .content h3 {
    margin: 0 0 2em 0;
    padding: 0; }
  section.form .content p.message {
    text-align: center;
    margin: 0;
    padding: 0;
    font-size: 1.875em;
    line-height: 1.4; }
  section.form .content input[type=text], section.form .content textarea {
    padding: .75em 1em;
    margin-bottom: 1em;
    width: 100%;
    font-size: 0.9375em;
    border: 1px solid #acacac;
    border-radius: 3px;
    background-clip: padding-box;
    transition: background 0.2s, color 0.2s;
    color: #242424;
    outline: none; }
    section.form .content input[type=text]::-webkit-input-placeholder, section.form .content textarea::-webkit-input-placeholder {
      color: #898989; }
    section.form .content input[type=text]:-ms-input-placeholder, section.form .content textarea:-ms-input-placeholder {
      color: #898989; }
    section.form .content input[type=text]:-moz-placeholder, section.form .content textarea:-moz-placeholder {
      color: #898989;
      opacity: 1; }
    section.form .content input[type=text]::-moz-placeholder, section.form .content textarea::-moz-placeholder {
      color: #898989;
      opacity: 1; }
    section.form .content input[type=text]:focus, section.form .content textarea:focus {
      box-shadow: none; }
    section.form .content input[type=text].error, section.form .content textarea.error {
      background-color: #ff1010;
      color: #ffffff; }
      section.form .content input[type=text].error::-webkit-input-placeholder, section.form .content textarea.error::-webkit-input-placeholder {
        color: #ffffff; }
      section.form .content input[type=text].error:-ms-input-placeholder, section.form .content textarea.error:-ms-input-placeholder {
        color: #ffffff; }
      section.form .content input[type=text].error:-moz-placeholder, section.form .content textarea.error:-moz-placeholder {
        color: #ffffff;
        opacity: 1; }
      section.form .content input[type=text].error::-moz-placeholder, section.form .content textarea.error::-moz-placeholder {
        color: #ffffff;
        opacity: 1; }
  @media screen and (min-width: 48em)  {
    section.form .content div.field {
      float: left;
      display: block;
      margin-right: 3.57866%;
      width: 48.21067%; }
      section.form .content div.field:last-child {
        margin-right: 0; }
      section.form .content div.field:last-of-type {
        margin-right: 0; } }
  section.form .content button {
    float: right; }
section.full .content {
  margin-top: 5em;
  margin-bottom: 5em;
  float: left;
  display: block;
  margin-right: 3.57866%;
  width: 100%; }
  section.full .content:last-child {
    margin-right: 0; }
  @media screen and (min-width: 48em)  {
    section.full .content {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 65.88078%;
      margin-left: 17.05961%; }
      section.full .content:last-child {
        margin-right: 0; } }
  section.full .content ul {
    list-style: disc;
    margin-left: 1em; }
  section.full .content p, section.full .content li {
    line-height: 1.8; }
section.counter {
  height: 44.375em;
  background-size: cover;
  background-position: 50% 50%;
  background-color: #242424;
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('/National_Library/oe_/https://www.launchrock.com/assets/lr-web/media/images/dist/homepage-middle-bg.jpg'); }
  @media screen and (min-width: 48em)  {
    section.counter {
      height: 44.375em; } }
  section.counter .wrapper {
    display: -ms-flexbox;
    display: flex;
    height: 100%; }
  section.counter .content {
    display: block;
    width: auto;
    max-width: 100%;
    height: auto;
    margin: auto; }
section.packages {
  padding-top: 3em;
  padding-bottom: 6em;
  display: block; }
  section.packages p {
    color: #242424; }
    section.packages p.level {
      font-weight: 700;
      display: inline-block;
      text-transform: uppercase;
      letter-spacing: 1px;
      font-size: 1.3125em;
      margin: 1em 0 0 0;
      padding: 0 0 0 0;
      border-bottom: 2px solid #b7b7b7; }
    section.packages p.price {
      font-size: 3em; }
      section.packages p.price sup {
        font-size: .5em; }
      section.packages p.price span.term {
        font-size: .5em;
        text-transform: uppercase;
        padding-top: 0;
        padding-bottom: 0;
        background-color: transparent;
        box-shadow: none;
        line-height: 1.4; }
  section.packages a.button {
    cursor: pointer;
    margin-bottom: 3em; }
  section.packages::after {
    clear: both;
    content: "";
    display: table; }
  section.packages .package {
    float: left;
    display: block;
    margin-right: 3.57866%;
    width: 100%;
    margin-bottom: 1em;
    text-align: center;
    background-color: rgba(242, 242, 242, 0.93); }
    section.packages .package:last-child {
      margin-right: 0; }
    @media screen and (min-width: 48em)  {
      section.packages .package {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 48.82117%;
        margin-bottom: 0; }
        section.packages .package:last-child {
          margin-right: 0; } }
    section.packages .package li {
      border-top: 1px solid rgba(183, 183, 183, 0.3);
      padding-top: 1em;
      padding-bottom: 1em;
      color: #898989; }
      section.packages .package li strong {
        color: #242424; }
section.bpa {
  background-color: white;
  overflow: hidden;
  position: relative;
  z-index: 2; }
  @media screen and (min-width: 48em)  {
    section.bpa {
      min-height: 50em; } }
  section.bpa .buttons {
    font-family: ProximaNova-Light, 'Helvetica Neue', Helvetica, Arial, sans-serif;
    float: left;
    display: block;
    margin-right: 3.57866%;
    width: 100%;
    text-align: center; }
    section.bpa .buttons:last-child {
      margin-right: 0; }
    @media screen and (min-width: 48em)  {
      section.bpa .buttons {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 100%; }
        section.bpa .buttons:last-child {
          margin-right: 0; } }
    @media screen and (min-width: 48.0625em)  {
      section.bpa .buttons {
        text-align: left; } }
  section.bpa .lists {
    float: left;
    display: block;
    margin-right: 3.57866%;
    width: 100%;
    text-align: center;
    position: relative; }
    section.bpa .lists:last-child {
      margin-right: 0; }
    @media screen and (min-width: 48em)  {
      section.bpa .lists {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 100%;
        text-align: left; }
        section.bpa .lists:last-child {
          margin-right: 0; } }
    section.bpa .lists ul {
      display: none;
      position: relative;
      opacity: 0;
      left: 25%;
      margin-top: 2em; }
      section.bpa .lists ul li {
        font-family: ProximaNova-Light, 'Helvetica Neue', Helvetica, Arial, sans-serif;
        width: 80%;
        margin-bottom: 2em;
        display: table;
        position: relative; }
        @media screen and (min-width: 48em)  {
          section.bpa .lists ul li {
            font-size: 1.3125em;
            padding-left: 20px;
            width: 50%; } }
        @media (max-width: 767px) {
          section.bpa .lists ul li {
            width: 100%; } }
    section.bpa .lists span {
      display: table-cell;
      vertical-align: middle; }
      section.bpa .lists span:first-of-type {
        width: 3.75rem;
        height: 3.75rem;
        margin-right: 2.5rem; }
    section.bpa .lists .text {
      padding-left: 20px; }
  section.bpa .mbp {
    position: absolute;
    left: 38%;
    margin-top: -9%;
    z-index: 9;
    display: none; }
    @media screen and (min-width: 48em)  {
      section.bpa .mbp {
        display: block; } }
    section.bpa .mbp img#img-base {
      width: 1176px;
      /* @include media($w768) {
                    width: 234%;
                }
                @include media($w960) {
                    width: 204%;
                }*/ }
      @media screen and (min-width: 75em)  {
        section.bpa .mbp img#img-base {
          width: 1176px; } }
    section.bpa .mbp img#img-build, section.bpa .mbp img#img-promote, section.bpa .mbp img#img-analyze {
      position: absolute;
      z-index: 10;
      /*left: 30%;
                top: 4%;
                width: 96%;*/
      left: 231px;
      top: 31px;
      width: 732px;
      display: none; }
    section.bpa .mbp img#img-gloss {
      position: absolute;
      z-index: 11;
      width: 1176px;
      /*@include media($w768) {
                    width: 234%;
                }
                @include media($w960) {
                    width: 204%;
                }*/
      left: 0;
      top: 0; }
      @media screen and (min-width: 75em)  {
        section.bpa .mbp img#img-gloss {
          width: 1176px; } }
section .conv-feature {
  overflow: hidden;
  padding-bottom: 18em;
  background-color: white; }
  section .conv-feature h2 {
    margin-top: 2em;
    text-align: center;
    font-size: 3em;
    line-height: 1.4;
    margin-bottom: 4em; }
  section .conv-feature .detail {
    background-color: #ebebeb;
    padding-top: 6em;
    padding-bottom: 6em;
    float: left;
    display: block;
    margin-right: 3.57866%;
    width: 100%;
    text-align: center;
    position: relative; }
    section .conv-feature .detail:last-child {
      margin-right: 0; }
    @media screen and (min-width: 48em)  {
      section .conv-feature .detail {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 100%;
        text-align: left; }
        section .conv-feature .detail:last-child {
          margin-right: 0; } }
    section .conv-feature .detail h3 {
      width: 40%;
      font-size: 2.25em;
      line-height: 1.4;
      margin: 0 0 1em 0;
      padding: 0; }
    section .conv-feature .detail p {
      width: 40%;
      font-size: 1.5em;
      line-height: 1.4;
      color: #898989;
      margin: 0;
      padding: 0; }
  section .conv-feature .mbp {
    position: absolute;
    left: 38%;
    top: -12.5%;
    z-index: 9;
    display: none; }
    @media screen and (min-width: 48em)  {
      section .conv-feature .mbp {
        display: block; } }
    section .conv-feature .mbp img#img-base {
      width: 1176px;
      /* @include media($w768) {
                    width: 234%;
                }
                @include media($w960) {
                    width: 204%;
                }*/ }
      @media screen and (min-width: 75em)  {
        section .conv-feature .mbp img#img-base {
          width: 1176px; } }
    section .conv-feature .mbp img#img-uplay {
      position: absolute;
      z-index: 10;
      /*left: 30%;
                top: 4%;
                width: 96%;*/
      left: 231px;
      top: 31px;
      width: 732px; }
    section .conv-feature .mbp img#img-gloss {
      position: absolute;
      z-index: 11;
      width: 1176px;
      /*@include media($w768) {
                    width: 234%;
                }
                @include media($w960) {
                    width: 204%;
                }*/
      left: 0;
      top: 0; }
      @media screen and (min-width: 75em)  {
        section .conv-feature .mbp img#img-gloss {
          width: 1176px; } }
section.enjoy .header {
  text-align: center; }
  section.enjoy .header h2 {
    padding: 0;
    text-align: center;
    font-size: 2.5em;
    line-height: 1.55em;
    color: #ffffff;
    margin: 1.5em 0 2em 0; }
    @media screen and (min-width: 37.5em)  {
      section.enjoy .header h2 {
        font-size: 2.875em; } }
    section.enjoy .header h2 span {
      padding-top: 0.125em;
      padding-bottom: 0.125em;
      background-color: #dc0000;
      -webkit-box-decoration-break: clone;
      -ms-box-decoration-break: clone;
      box-decoration-break: clone;
      box-shadow: 0.25em 0 0 #dc0000, -0.25em 0 0 #dc0000; }
section.enjoy .list {
  margin-top: 2em;
  margin-bottom: 2em;
  display: block; }
  section.enjoy .list::after {
    clear: both;
    content: "";
    display: table; }
  section.enjoy .list .feature {
    float: left;
    display: block;
    margin-right: 3.57866%;
    width: 100%;
    margin-bottom: 4em; }
    section.enjoy .list .feature:last-child {
      margin-right: 0; }
    @media screen and (min-width: 48em)  {
      section.enjoy .list .feature {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 31.76157%; }
        section.enjoy .list .feature:last-child {
          margin-right: 0; }
        section.enjoy .list .feature:nth-child(3n) {
          margin-right: 0; }
        section.enjoy .list .feature:nth-child(3n+1) {
          clear: left; } }
    section.enjoy .list .feature svg {
      height: 3.125em;
      width: 3.125em; }
    section.enjoy .list .feature h3 {
      margin: .5em 0;
      padding: 0; }
    section.enjoy .list .feature p {
      color: #898989;
      margin: 0;
      padding: 0; }
section.description {
  float: left;
  display: block;
  margin-right: 3.57866%;
  width: 100%;
  text-align: center; }
  section.description:last-child {
    margin-right: 0; }
  @media screen and (min-width: 48em)  {
    section.description {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 48.82117%;
      text-align: left; }
      section.description:last-child {
        margin-right: 0; } }
section.menu1, section.menu2, section.menu3 {
  float: left;
  display: block;
  margin-right: 3.57866%;
  width: 100%;
  text-align: center;
  margin-top: 2em; }
  section.menu1:last-child, section.menu2:last-child, section.menu3:last-child {
    margin-right: 0; }
  @media screen and (min-width: 48em)  {
    section.menu1, section.menu2, section.menu3 {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 14.70196%;
      text-align: left;
      margin-top: 0; }
      section.menu1:last-child, section.menu2:last-child, section.menu3:last-child {
        margin-right: 0; } }
section.colophon {
  border-top: 1px solid #4e4e4e;
  margin-top: 2em;
  padding-top: 2em;
  padding-bottom: 2em;
  background-color: #1D181F; }
  section.colophon .platform {
    text-align: center;
    padding-bottom: 1rem;
    float: left;
    display: block;
    margin-right: 3.57866%;
    width: 100%; }
    section.colophon .platform:last-child {
      margin-right: 0; }
    @media screen and (min-width: 48em)  {
      section.colophon .platform {
        text-align: left;
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 48.82117%;
        padding-bottom: 0; }
        section.colophon .platform:last-child {
          margin-right: 0; } }
  section.colophon .legal {
    text-align: center;
    float: left;
    display: block;
    margin-right: 3.57866%;
    width: 100%; }
    section.colophon .legal:last-child {
      margin-right: 0; }
    @media screen and (min-width: 48em)  {
      section.colophon .legal {
        text-align: right;
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 48.82117%; }
        section.colophon .legal:last-child {
          margin-right: 0; } }
  footer.conv section.colophon {
    margin-top: 0;
    border-top: none; }

.menu_toggle {
  position: relative;
  display: inline-block;
  margin: auto;
  height: 1.25em;
  width: 2em;
  cursor: pointer;
  float: right;
  margin-top: 1.8em; }
  @media screen and (min-width: 48em)  {
    .menu_toggle {
      display: none; } }
  .menu_toggle .bars {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -0.125em;
    background: #fff !important;
    display: block;
    width: 2em;
    height: 0.25em;
    background: #dc0000;
    border-radius: 2px;
    transition: all .2s linear; }
    .menu_toggle .bars:before, .menu_toggle .bars:after {
      background: #fff !important;
      content: "";
      position: absolute;
      display: block;
      width: 2em;
      height: 0.25em;
      background: #dc0000;
      border-radius: 2px;
      transition: all .2s linear; }
    .menu_toggle .bars:before {
      top: -0.5em; }
    .menu_toggle .bars:after {
      bottom: -0.5em; }

.active .bars {
  background-color: transparent;
  transition: .2s, linear; }
  .active .bars:before {
    top: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); }
  .active .bars:after {
    bottom: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg); }

#logo-startups {
  display: inline-block;
  height: 1.1em;
  fill: #ffffff;
  margin-left: 0.07em;
  position: relative;
  top: 0.2em; }
  @media screen and (min-width: 48em)  {
    #logo-startups {
      height: 1.2em;
      top: 0.25em; } }

[class^="svg-icon-"], [class*=" svg-icon-"] {
  display: inline-block;
  fill: currentColor;
  width: 100%;
  height: 100%; }

div.filter-bar {
  overflow: hidden;
  margin-bottom: 3em;
  padding-bottom: 3em;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15); }
  @media screen and (min-width: 48em)  {
    div.filter-bar form {
      float: left; } }
  div.filter-bar form p.info {
    text-transform: uppercase;
    color: #898989;
    font-size: 0.9em;
    margin: 0;
    padding: 0; }
  @media screen and (min-width: 48em)  {
    div.filter-bar form div.types {
      float: left; } }
  div.filter-bar form div.types label {
    display: block;
    margin-bottom: 1em; }
    @media screen and (min-width: 48em)  {
      div.filter-bar form div.types label {
        display: inline-block;
        margin-right: .5em;
        margin-top: .5em;
        margin-bottom: 0; } }
  div.filter-bar button {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0.56em;
    padding-bottom: 0.56em; }
    @media screen and (min-width: 48em)  {
      div.filter-bar button {
        float: left; } }
  div.filter-bar input[type=text] {
    margin-bottom: 1em;
    padding: .64em 1em;
    width: 300px;
    display: block;
    font-size: 0.9375em;
    line-height: 1.4;
    border: 1px solid #898989;
    border-radius: 3px;
    background-clip: padding-box;
    transition: background 0.2s, color 0.2s;
    color: #242424;
    background: #ffffff url('/National_Library/oe_/https://www.launchrock.com/assets/lr-web/media/images/dist/discover/eyeglass.png') 95% 50% no-repeat;
    outline: none; }
    @media screen and (min-width: 48em)  {
      div.filter-bar input[type=text] {
        margin-bottom: 0;
        float: left; } }
    div.filter-bar input[type=text]::-webkit-input-placeholder {
      color: #898989; }
    div.filter-bar input[type=text]:-ms-input-placeholder {
      color: #898989; }
    div.filter-bar input[type=text]:-moz-placeholder {
      color: #898989;
      opacity: 1; }
    div.filter-bar input[type=text]::-moz-placeholder {
      color: #898989;
      opacity: 1; }
    div.filter-bar input[type=text]:focus {
      box-shadow: none; }
    div.filter-bar input[type=text].error {
      background-color: #ff1010;
      color: #ffffff; }
      div.filter-bar input[type=text].error::-webkit-input-placeholder {
        color: #ffffff; }
      div.filter-bar input[type=text].error:-ms-input-placeholder {
        color: #ffffff; }
      div.filter-bar input[type=text].error:-moz-placeholder {
        color: #ffffff;
        opacity: 1; }
      div.filter-bar input[type=text].error::-moz-placeholder {
        color: #ffffff;
        opacity: 1; }
  div.filter-bar input[type=checkbox] {
    visibility: hidden; }
  div.filter-bar div.drop-down {
    border: 1px solid #898989;
    border-radius: 3px;
    background-clip: padding-box;
    cursor: pointer;
    display: block;
    margin: 0 0 1em 0;
    width: auto;
    padding: 0;
    font-size: 0.9375em;
    line-height: 1.4; }
    @media screen and (min-width: 48em)  {
      div.filter-bar div.drop-down {
        margin: 0 1em 0 0;
        float: left;
        min-width: 300px; } }
    div.filter-bar div.drop-down span.selected {
      font-size: 0.9375em;
      display: block;
      background: #ffffff url('/National_Library/oe_/https://www.launchrock.com/assets/lr-web/media/images/dist/discover/arrow.png') 96% 50% no-repeat;
      padding: .75em 3em .75em 1em;
      line-height: 1.4;
      border-radius: 3px;
      background-clip: padding-box; }
    div.filter-bar div.drop-down ul {
      background: #FFFFFF;
      border-top: 1px solid #CCCCCC;
      display: none;
      margin: 0;
      padding: 0 0 1em 0;
      list-style: none; }
      div.filter-bar div.drop-down ul li {
        list-style: none;
        margin: 10px 0 0 0; }
        div.filter-bar div.drop-down ul li label {
          padding: 0 20px;
          display: block;
          cursor: pointer; }
          div.filter-bar div.drop-down ul li label:before {
            font-family: FontAwesome;
            font-weight: normal;
            font-style: normal;
            display: inline-block;
            text-decoration: inherit;
            content: "\f096";
            width: 0.3em;
            top: 1px;
            position: relative; }
          div.filter-bar div.drop-down ul li label.checked:before {
            content: "\f046"; }
        div.filter-bar div.drop-down ul li.all {
          border-bottom: 1px solid #cccccc;
          margin-bottom: 10px;
          padding-bottom: 10px; }
  div.filter-bar .resultcount {
    padding-top: 2em;
    text-align: center; }
    @media screen and (min-width: 48em)  {
      div.filter-bar .resultcount {
        padding-top: 0;
        float: right;
        text-align: right; } }
    div.filter-bar .resultcount span.match-count {
      line-height: 1.4em;
      font-size: 1.6em;
      display: block;
      color: #dc0000;
      padding-top: 1.15em; }

div.preview {
  display: none;
  position: fixed;
  z-index: 50;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  box-sizing: content-box; }
  div.preview div.toolbar {
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    width: 100%;
    height: 60px;
    z-index: 19;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2); }
  div.preview div.frame {
    position: absolute;
    margin-top: 61px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 18; }
    div.preview div.frame iframe {
      position: absolute;
      top: 0;
      left: 0;
      box-sizing: content-box;
      width: 100%;
      height: 100%;
      border: none;
      outline: none; }
  div.preview div.sitename {
    display: none;
    float: left;
    line-height: 50px;
    padding-top: 10px;
    position: relative; }
    div.preview div.sitename a {
      position: relative;
      top: -4px;
      color: #ffffff; }
    @media screen and (min-width: 37.5em)  {
      div.preview div.sitename {
        display: block; } }
  div.preview a.close {
    float: right;
    margin-right: 2em;
    cursor: pointer; }
  div.preview .svg-icon-rock-hand {
    width: 24px;
    height: 24px;
    margin-right: 1em;
    margin-left: 2em;
    margin-top: 18px;
    float: left;
    fill: #dc0000; }
    @media screen and (min-width: 37.5em)  {
      div.preview .svg-icon-rock-hand {
        border-right: 1px solid rgba(255, 255, 255, 0.2);
        padding-right: 1em; } }
  div.preview .svg-icon-external-link {
    width: 20px;
    height: 20px;
    margin-left: 1em;
    position: relative;
    top: 4px; }
    div.preview .svg-icon-external-link svg {
      fill: #ffffff; }
  div.preview a.button.close {
    padding: .25em 1em; }

#loadMore {
  clear: both;
  display: block;
  margin: 2em auto;
  text-align: center;
  padding-top: 0.1em; }
  #loadMore img {
    display: block;
    margin: 0 auto; }
  #loadMore p {
    text-transform: uppercase;
    color: #898989;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding-top: 2em; }

body.preview-open {
  overflow: hidden; }

.modal label {
  cursor: pointer;
  margin-bottom: 0; }
.modal label img {
  border-radius: 150px;
  display: block;
  max-width: 300px; }
.modal .modal-window {
  transition: opacity 0.25s ease-out;
  position: fixed;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  padding: 1px;
  text-align: left;
  visibility: hidden;
  z-index: 99999999999; }
  .modal .modal-window .modal-bg {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    cursor: pointer; }
  .modal .modal-window.open {
    visibility: visible;
    opacity: 1; }
.modal .modal-close {
  position: absolute;
  top: 1.5em;
  right: 1.5em;
  height: 1.5em;
  width: 1.5em;
  background: white;
  cursor: pointer; }
  .modal .modal-close:after, .modal .modal-close:before {
    position: absolute;
    top: 3px;
    right: 3px;
    bottom: 0;
    left: 50%;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    height: 1.5em;
    width: 0.15em;
    background: #DDD;
    content: '';
    display: block;
    margin: -3px 0 0 -1px; }
  .modal .modal-close:hover:after, .modal .modal-close:hover:before {
    background: #c4c4c4; }
  .modal .modal-close:before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg); }
.modal .modal-inner {
  transition: opacity 0.25s ease-out;
  background: white;
  border-radius: 3px;
  margin: 10em auto auto;
  padding: .5em 0;
  max-height: 95%;
  overflow: auto;
  position: relative;
  width: 95%;
  text-align: center;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.75); }
  @media screen and (min-width: 48em) {
    .modal .modal-inner {
      width: 80%;
      margin: 1.5em auto auto;
      max-width: 480px; } }
  .modal .modal-inner p {
    color: #242424; }
    .modal .modal-inner p.level {
      font-weight: 700;
      display: inline-block;
      text-transform: uppercase;
      font-size: 1em;
      margin: 1em 0 0 0;
      padding: 0 0 0 0; }
    .modal .modal-inner p.price {
      font-size: 3.25em;
      line-height: 0;
      margin: .8em 0; }
      .modal .modal-inner p.price sup {
        font-size: .5em; }
      .modal .modal-inner p.price span.term {
        font-size: .5em;
        text-transform: uppercase;
        padding-top: 0;
        padding-bottom: 0;
        background-color: transparent;
        box-shadow: none; }
    .modal .modal-inner p.disclaimer {
      font-size: .75em;
      line-height: 1;
      text-align: center;
      display: block;
      clear: both;
      margin: 1em 0 1em 0;
      color: #898989; }
  .modal .modal-inner .wrap {
    padding-left: 3em;
    padding-right: 3em; }
  .modal .modal-inner form .gray {
    background-color: #e5e5e5;
    display: block;
    padding-top: 1em;
    padding-bottom: .25em; }
    .modal .modal-inner form .gray::after {
      clear: both;
      content: "";
      display: table; }
  .modal .modal-inner .field {
    margin-bottom: 1em;
    color: #ffffff;
    float: left;
    display: block;
    margin-right: 3.57866%;
    width: 100%; }
    .modal .modal-inner .field:last-child {
      margin-right: 0; }
    .modal .modal-inner .field:nth-of-type(even) {
      margin-right: 0; }
    .modal .modal-inner .field:last-of-type {
      margin-right: 0; }
    @media screen and (min-width: 48em)  {
      .modal .modal-inner .field {
        width: 48.6%;
        margin-right: 2.8%; }
        .modal .modal-inner .field.single {
          width: 100%;
          margin-right: 0; }
        .modal .modal-inner .field.half {
          width: 22%;
          margin-right: 2.8%; } }
  .modal .modal-inner input {
    padding: .75em 1em;
    width: 100%;
    font-size: 0.9375em;
    border: none;
    border-bottom: 1px solid #898989;
    transition: background 0.2s, color 0.2s;
    background-color: transparent;
    color: #242424;
    outline: none; }
    .modal .modal-inner input::-webkit-input-placeholder {
      color: #898989; }
    .modal .modal-inner input:-ms-input-placeholder {
      color: #898989; }
    .modal .modal-inner input:-moz-placeholder {
      color: #898989;
      opacity: 1; }
    .modal .modal-inner input::-moz-placeholder {
      color: #898989;
      opacity: 1; }
    .modal .modal-inner input:focus {
      box-shadow: none; }
    .modal .modal-inner input.error {
      background-color: #ff1010;
      color: #ffffff; }
      .modal .modal-inner input.error::-webkit-input-placeholder {
        color: #ffffff; }
      .modal .modal-inner input.error:-ms-input-placeholder {
        color: #ffffff; }
      .modal .modal-inner input.error:-moz-placeholder {
        color: #ffffff;
        opacity: 1; }
      .modal .modal-inner input.error::-moz-placeholder {
        color: #ffffff;
        opacity: 1; }
  .modal .modal-inner select {
    -webkit-appearance: none;
    -ms-flex-align: center;
        align-items: center;
    background: transparent url('/National_Library/oe_/https://www.launchrock.com/assets/lr-web/media/images/dist/select-arrow.png') 95% 50% no-repeat;
    background-size: 14px;
    border-bottom: 1px solid #898989;
    border-top: none;
    border-left: none;
    border-right: none;
    border-radius: 0;
    box-sizing: border-box;
    cursor: pointer;
    color: #242424;
    display: block;
    font-family: inherit;
    height: 42px;
    outline: none;
    padding: 0 2em 0 1em;
    width: 95%; }
    @media (max-width: 768px) {
      .modal .modal-inner select {
        width: 100%; } }
  .modal .modal-inner button {
    width: 100%;
    margin-top: 0em; }
  .modal .modal-inner .modal-intro {
    font-weight: 800; }
  .modal .modal-inner .modal-content {
    color: #333; }
  .modal .modal-inner a.cta {
    color: white;
    display: inline-block;
    margin-right: 0.5em;
    margin-top: 1em; }
    .modal .modal-inner a.cta:last-child {
      padding: 0 2em; }
.modal .button-group {
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3);
  margin-top: 1em;
  margin-bottom: 1em;
  overflow: hidden;
  display: inline-block;
  width: 100%; }
  .modal .button-group input {
    display: none; }
  .modal .button-group label {
    margin-bottom: 0;
    width: 50%; }
    @media screen and (min-width: 48em)  {
      .modal .button-group label {
        float: left; } }
    .modal .button-group label .button-group-item {
      border-radius: 0;
      color: #b7b7b7;
      cursor: pointer;
      display: inline-block;
      font-size: 1em;
      text-transform: uppercase;
      font-weight: normal;
      line-height: 1;
      padding: 1.25em 0;
      text-align: center;
      width: 100%;
      border-left: 1px solid #e8e8e8;
      border-right: 1px solid #e8e8e8; }
      .modal .button-group label .button-group-item:focus, .modal .button-group label .button-group-item:hover {
        background-color: #f7f7f7; }
    .modal .button-group label:first-child .button-group-item {
      border-left: none;
      border-right: none; }
    .modal .button-group label:last-child .button-group-item {
      border-left: none;
      border-right: none; }
    .modal .button-group label input[type=radio]:checked + .button-group-item {
      background: #e8e8e8;
      color: #242424; }

.modal-open {
  overflow: hidden; }

section.highlights {
  margin-bottom: 5em; }
  section.highlights .header {
    overflow: hidden;
    margin-bottom: 20px; }
    section.highlights .header h2 {
      line-height: 1.4;
      font-weight: 400;
      color: #898989; }
      @media screen and (min-width: 37.5em)  {
        section.highlights .header h2 {
          float: left;
          max-width: 70%; } }
      section.highlights .header h2 a {
        color: #242424; }
    section.highlights .header div.about-nav {
      text-align: center; }
      @media screen and (min-width: 37.5em)  {
        section.highlights .header div.about-nav {
          float: right;
          text-align: right;
          margin-top: 1.6em; } }
      section.highlights .header div.about-nav a {
        cursor: pointer;
        display: inline-block;
        width: 80px;
        height: 50px;
        text-align: center;
        background-color: #e8e8e8;
        border-top: 1px solid #b7b7b7;
        border-bottom: 1px solid #b7b7b7; }
        section.highlights .header div.about-nav a:hover {
          background-color: #f2f2f2; }
        section.highlights .header div.about-nav a:active {
          box-shadow: inset 0px 0px 3px 0px rgba(0, 0, 0, 0.3); }
        section.highlights .header div.about-nav a.prev {
          border-left: 1px solid #b7b7b7;
          border-right: 1px solid #b7b7b7;
          border-top-left-radius: 3px;
          border-bottom-left-radius: 3px; }
        section.highlights .header div.about-nav a.next {
          border-right: 1px solid #b7b7b7;
          border-top-right-radius: 3px;
          border-bottom-right-radius: 3px; }
        section.highlights .header div.about-nav a svg {
          margin-top: 0.625em;
          height: 1.875em;
          width: 1.875em;
          fill: #464646; }
section.highlight {
  display: none; }
  section.highlight section {
    display: block; }
    section.highlight section::after {
      clear: both;
      content: "";
      display: table; }
    section.highlight section.blocks {
      margin-bottom: -1.6rem;
      float: left;
      display: block;
      margin-right: 3.57866%;
      width: 100%; }
      section.highlight section.blocks:last-child {
        margin-right: 0; }
      @media screen and (min-width: 48em)  {
        section.highlight section.blocks {
          float: left;
          display: block;
          margin-right: 2.35765%;
          width: 100%; }
          section.highlight section.blocks:last-child {
            margin-right: 0; } }
      section.highlight section.blocks .row .col:last-of-type {
        margin-right: 0; }
      section.highlight section.blocks .row .col.one-wide {
        float: left;
        display: block;
        margin-right: 3.57866%;
        width: 100%; }
        section.highlight section.blocks .row .col.one-wide:last-child {
          margin-right: 0; }
        @media screen and (min-width: 48em)  {
          section.highlight section.blocks .row .col.one-wide {
            float: left;
            display: block;
            margin-right: 2.35765%;
            width: 23.23176%; }
            section.highlight section.blocks .row .col.one-wide:last-child {
              margin-right: 0; } }
      section.highlight section.blocks .row .col.two-wide {
        float: left;
        display: block;
        margin-right: 3.57866%;
        width: 100%; }
        section.highlight section.blocks .row .col.two-wide:last-child {
          margin-right: 0; }
        @media screen and (min-width: 48em)  {
          section.highlight section.blocks .row .col.two-wide {
            float: left;
            display: block;
            margin-right: 2.35765%;
            width: 48.82117%; }
            section.highlight section.blocks .row .col.two-wide:last-child {
              margin-right: 0; } }
        section.highlight section.blocks .row .col.two-wide .two-wide {
          float: left;
          display: block;
          margin-right: 3.57866%;
          width: 100%; }
          section.highlight section.blocks .row .col.two-wide .two-wide.top:nth-of-type(2n) {
            margin-right: 0; }
          section.highlight section.blocks .row .col.two-wide .two-wide.bottom:nth-of-type(3n) {
            margin-right: 0; }
          section.highlight section.blocks .row .col.two-wide .two-wide:last-child {
            margin-right: 0; }
          @media screen and (min-width: 48em)  {
            section.highlight section.blocks .row .col.two-wide .two-wide {
              float: left;
              display: block;
              margin-right: 4.82916%;
              width: 47.58542%; }
              section.highlight section.blocks .row .col.two-wide .two-wide:last-child {
                margin-right: 0; } }
      section.highlight section.blocks .row .col.three-wide {
        float: left;
        display: block;
        margin-right: 3.57866%;
        width: 100%; }
        section.highlight section.blocks .row .col.three-wide:last-child {
          margin-right: 0; }
        @media screen and (min-width: 48em)  {
          section.highlight section.blocks .row .col.three-wide {
            float: left;
            display: block;
            margin-right: 2.35765%;
            width: 74.41059%; }
            section.highlight section.blocks .row .col.three-wide:last-child {
              margin-right: 0; } }
      section.highlight section.blocks .row .col .block, section.highlight section.blocks .row .col article {
        height: 20rem;
        margin-bottom: 1.6rem;
        padding: 2rem; }
        @media screen and (min-width: 48em)  {
          section.highlight section.blocks .row .col .block, section.highlight section.blocks .row .col article {
            height: 16rem; } }
        section.highlight section.blocks .row .col .block.tall, section.highlight section.blocks .row .col article.tall {
          height: 16rem; }
          @media screen and (min-width: 48em)  {
            section.highlight section.blocks .row .col .block.tall, section.highlight section.blocks .row .col article.tall {
              height: 33.6rem; } }
section.highlight {
  margin-bottom: 2em; }
  section.highlight .block, section.highlight article {
    background-color: #acacac;
    background-size: cover;
    background-position: 50% 50%;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d; }
    section.highlight .block .content.top, section.highlight article .content.top {
      position: absolute;
      top: 2rem;
      padding-right: 2rem; }
    section.highlight .block .content.center, section.highlight article .content.center {
      position: relative;
      top: 50%;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%); }
    section.highlight .block .content.bottom, section.highlight article .content.bottom {
      position: absolute;
      bottom: 2rem;
      padding-right: 2rem; }
  section.highlight .header {
    overflow: hidden;
    display: none; }
    section.highlight .header h2 {
      float: left;
      max-width: 70%;
      line-height: 1.4;
      font-weight: 400;
      color: #898989; }
      section.highlight .header h2 a {
        color: #242424; }
    section.highlight .header div.about-nav {
      float: right;
      text-align: right; }
      section.highlight .header div.about-nav a.button {
        cursor: pointer; }
  section.highlight.one .header h2 a {
    color: #464646; }
  section.highlight.one .block.b1 {
    background-color: #242424; }
    section.highlight.one .block.b1 h2, section.highlight.one .block.b1 h3, section.highlight.one .block.b1 p {
      color: #ffffff; }
  section.highlight.one .block.b2 {
    background-color: #42b77a; }
    section.highlight.one .block.b2 h2, section.highlight.one .block.b2 h3, section.highlight.one .block.b2 p {
      color: #ffffff; }
  section.highlight.one .block.b3 {
    background-image: url('/National_Library/oe_/https://www.launchrock.com/assets/lr-web/media/images/dist/about/226.jpg'); }
  section.highlight.one .block.b5 {
    background-image: url('/National_Library/oe_/https://www.launchrock.com/assets/lr-web/media/images/dist/about/225.jpg'); }
    section.highlight.one .block.b5 h2, section.highlight.one .block.b5 h3, section.highlight.one .block.b5 p {
      color: #ffffff;
      line-height: 1.8rem; }
      section.highlight.one .block.b5 h2 span, section.highlight.one .block.b5 h3 span, section.highlight.one .block.b5 p span {
        padding-top: 0.25rem;
        padding-bottom: 0.25rem;
        background-color: rgba(0, 0, 0, 0.75);
        -webkit-box-decoration-break: clone;
        -ms-box-decoration-break: clone;
        box-decoration-break: clone;
        box-shadow: 0.5rem 0 0 rgba(0, 0, 0, 0.75), -0.5rem 0 0 rgba(0, 0, 0, 0.75); }
    section.highlight.one .block.b5 h2 {
      text-transform: uppercase;
      margin-bottom: 0.65rem; }
    section.highlight.one .block.b5 h3 span {
      color: #42b77a;
      font-weight: 400; }
  section.highlight.two .block.b1 {
    background-color: #fc6620;
    background-image: url('/National_Library/oe_/https://www.launchrock.com/assets/lr-web/media/images/dist/about/95.png');
    background-size: auto;
    background-repeat: repeat; }
    section.highlight.two .block.b1 h2, section.highlight.two .block.b1 h3, section.highlight.two .block.b1 p {
      color: #ffffff; }
  section.highlight.two .block.b2 {
    background-color: #42b77a; }
    section.highlight.two .block.b2 h2, section.highlight.two .block.b2 h3, section.highlight.two .block.b2 p {
      color: #ffffff; }
  section.highlight.two .block.b4 {
    background-image: url('/National_Library/oe_/https://www.launchrock.com/assets/lr-web/media/images/dist/about/hero-about.jpg'); }
  section.highlight.two .block.b6 {
    background-image: url('/National_Library/oe_/https://www.launchrock.com/assets/lr-web/media/images/dist/about/237.jpg');
    clear: both; }
    section.highlight.two .block.b6 h2, section.highlight.two .block.b6 h3, section.highlight.two .block.b6 p {
      color: #ffffff;
      line-height: 1.8rem; }
      section.highlight.two .block.b6 h2 span, section.highlight.two .block.b6 h3 span, section.highlight.two .block.b6 p span {
        padding-top: 0.25rem;
        padding-bottom: 0.25rem;
        background-color: rgba(0, 0, 0, 0.75);
        -webkit-box-decoration-break: clone;
        -ms-box-decoration-break: clone;
        box-decoration-break: clone;
        box-shadow: 0.5rem 0 0 rgba(0, 0, 0, 0.75), -0.5rem 0 0 rgba(0, 0, 0, 0.75); }
    section.highlight.two .block.b6 h2 {
      text-transform: uppercase;
      margin-bottom: 0.65rem; }
    section.highlight.two .block.b6 h3 span {
      color: #42b77a;
      font-weight: 400; }
  section.highlight.three .block.b1 {
    background-color: #42b77a; }
    section.highlight.three .block.b1 h2, section.highlight.three .block.b1 h3, section.highlight.three .block.b1 p {
      color: #ffffff; }
  section.highlight.three .block.b3 {
    background-color: #242424; }
    section.highlight.three .block.b3 h2, section.highlight.three .block.b3 h3, section.highlight.three .block.b3 p {
      color: #ffffff;
      text-align: center; }
    section.highlight.three .block.b3 p span {
      text-transform: uppercase;
      display: block;
      font-size: 1.5rem;
      font-weight: 700; }
    section.highlight.three .block.b3 p.fact span {
      text-transform: uppercase;
      font-size: 0.75rem;
      color: #ffffff;
      display: inline-block;
      font-weight: 700;
      border: 0.125rem solid #ffffff;
      padding: 0.15rem 0.5rem;
      margin: 0 auto 1rem auto; }
  section.highlight.three .block.b4 {
    background-image: url('/National_Library/oe_/https://www.launchrock.com/assets/lr-web/media/images/dist/about/240.jpg'); }
    section.highlight.three .block.b4 h2, section.highlight.three .block.b4 h3, section.highlight.three .block.b4 p {
      color: #ffffff; }
  section.highlight.four .block.b1 {
    background-color: #242424; }
    section.highlight.four .block.b1 h2, section.highlight.four .block.b1 h3, section.highlight.four .block.b1 p {
      color: #ffffff; }
  section.highlight.four .block.b2 {
    background-image: url('/National_Library/oe_/https://www.launchrock.com/assets/lr-web/media/images/dist/about/211.jpg'); }
  section.highlight.four .block.b3 {
    background-color: #42b77a; }
    section.highlight.four .block.b3 h2, section.highlight.four .block.b3 h3, section.highlight.four .block.b3 p {
      color: #ffffff; }
  section.highlight.four .block.b4 {
    background-image: url('/National_Library/oe_/https://www.launchrock.com/assets/lr-web/media/images/dist/about/219.jpg'); }
    section.highlight.four .block.b4 h2, section.highlight.four .block.b4 h3, section.highlight.four .block.b4 p {
      color: #ffffff;
      line-height: 1.8rem; }
      section.highlight.four .block.b4 h2 span, section.highlight.four .block.b4 h3 span, section.highlight.four .block.b4 p span {
        padding-top: 0.25rem;
        padding-bottom: 0.25rem;
        background-color: rgba(0, 0, 0, 0.75);
        -webkit-box-decoration-break: clone;
        -ms-box-decoration-break: clone;
        box-decoration-break: clone;
        box-shadow: 0.5rem 0 0 rgba(0, 0, 0, 0.75), -0.5rem 0 0 rgba(0, 0, 0, 0.75); }
    section.highlight.four .block.b4 h2 {
      text-transform: uppercase;
      margin-bottom: 0.65rem; }
    section.highlight.four .block.b4 h3 span {
      color: #42b77a;
      font-weight: 400; }
  section.highlight.five .block.b1 {
    background-color: #42b77a; }
    section.highlight.five .block.b1 h2, section.highlight.five .block.b1 h3, section.highlight.five .block.b1 p {
      color: #ffffff; }
  section.highlight.five .block.b3 {
    background-color: #242424; }
    section.highlight.five .block.b3 h2, section.highlight.five .block.b3 h3, section.highlight.five .block.b3 p {
      color: #ffffff; }
    section.highlight.five .block.b3 p.fact span {
      text-transform: uppercase;
      font-size: 0.75rem;
      color: #ffffff;
      display: inline-block;
      font-weight: 700;
      border: 0.125rem solid #ffffff;
      padding: 0.15rem 0.5rem;
      margin: 0 auto 1rem auto; }
  section.highlight.five .block.b4 {
    background-image: url('/National_Library/oe_/https://www.launchrock.com/assets/lr-web/media/images/dist/about/3631.jpg'); }
  section.highlight.five .block.b5 {
    background-image: url('/National_Library/oe_/https://www.launchrock.com/assets/lr-web/media/images/dist/about/239.jpg'); }
    section.highlight.five .block.b5 h2, section.highlight.five .block.b5 h3, section.highlight.five .block.b5 p {
      color: #ffffff; }
  section.highlight.five .block.b6 {
    background-image: url('/National_Library/oe_/https://www.launchrock.com/assets/lr-web/media/images/dist/about/235.jpg'); }
    section.highlight.five .block.b6 h2, section.highlight.five .block.b6 h3, section.highlight.five .block.b6 p {
      color: #ffffff;
      line-height: 1.8rem; }
      section.highlight.five .block.b6 h2 span, section.highlight.five .block.b6 h3 span, section.highlight.five .block.b6 p span {
        padding-top: 0.25rem;
        padding-bottom: 0.25rem;
        background-color: rgba(0, 0, 0, 0.75);
        -webkit-box-decoration-break: clone;
        -ms-box-decoration-break: clone;
        box-decoration-break: clone;
        box-shadow: 0.5rem 0 0 rgba(0, 0, 0, 0.75), -0.5rem 0 0 rgba(0, 0, 0, 0.75); }
    section.highlight.five .block.b6 h2 {
      text-transform: uppercase;
      margin-bottom: 0.65rem; }
    section.highlight.five .block.b6 h3 span {
      color: #42b77a;
      font-weight: 400; }
  section.highlight.six .block.b1 {
    background-color: #fc6620;
    background-image: url('/National_Library/oe_/https://www.launchrock.com/assets/lr-web/media/images/dist/about/206.jpg'); }
    section.highlight.six .block.b1 h2, section.highlight.six .block.b1 h3, section.highlight.six .block.b1 p {
      color: #ffffff; }
  section.highlight.six .block.b2 {
    background-image: url('/National_Library/oe_/https://www.launchrock.com/assets/lr-web/media/images/dist/about/211.jpg'); }
  section.highlight.six .block.b4 {
    background-image: url('/National_Library/oe_/https://www.launchrock.com/assets/lr-web/media/images/dist/about/202.jpg'); }

section.accountpages {
  background-color: #ffffff;
  padding: 2em 1em; }
  section.accountpages .loading, section.accountpages .blank {
    display: block;
    padding: 30px 0;
    text-align: center; }
  section.accountpages .section {
    padding: 2em 0; }
    section.accountpages .section.table {
      border-bottom: none; }
    section.accountpages .section:last-of-type {
      border-bottom: none; }
  section.accountpages form {
    margin-bottom: 50px;
    width: 45%; }
    @media screen and (max-width: 60em) {
      section.accountpages form {
        width: 100%;
        float: none; } }
    section.accountpages form.profile {
      float: left; }
    section.accountpages form.password {
      float: right; }
    section.accountpages form label {
      display: block;
      margin-bottom: .5em; }
      section.accountpages form label .error {
        text-transform: uppercase;
        font-size: .8em;
        color: #dc0000;
        margin-left: .5em; }
    section.accountpages form .field {
      width: 100%;
      margin-bottom: 2em; }
    section.accountpages form .double {
      overflow: hidden; }
      @media screen and (min-width: 48em)  {
        section.accountpages form .double .field {
          width: 46%;
          float: left; } }
      @media screen and (min-width: 48em)  {
        section.accountpages form .double .field + .field {
          margin-left: 8%; } }
  section.accountpages table {
    width: 100%;
    border-width: 1px;
    border-spacing: 0; }
    section.accountpages table thead td {
      border-top: 1px solid #acacac;
      color: #b7b7b7; }
    section.accountpages table tr {
      border-bottom: 1px solid #e8e8e8; }
    section.accountpages table td {
      font-size: 0.9375em;
      line-height: 1.4;
      padding: 1.2em 0 1em 0; }
      section.accountpages table td small {
        text-transform: uppercase;
        font-size: .5em;
        color: #898989; }
    section.accountpages table td + td {
      padding-right: 1em;
      padding-left: 1em; }
    section.accountpages table strong {
      font-weight: 400; }
    @media screen and (max-width: 47.9375em) {
      section.accountpages table thead {
        display: none; }
      section.accountpages table tbody {
        display: block; }
      section.accountpages table tr {
        display: block;
        border: 1px solid #e8e8e8;
        margin-bottom: 1em; }
      section.accountpages table td {
        display: block;
        vertical-align: middle;
        text-align: left;
        padding-right: 1em;
        padding-left: 1em; }
        section.accountpages table td:nth-child(even) {
          background-color: #fafafa; }
      section.accountpages table td[data-title]:before {
        content: attr(data-title);
        float: left;
        display: block;
        width: 30%;
        margin-bottom: 15px;
        font-size: inherit;
        color: #b7b7b7; } }
  section.accountpages h2 {
    font-size: 1.5em;
    line-height: 1.4;
    font-weight: 400;
    margin: 0 0 .5em 0;
    padding: 0;
    display: inline-block; }
    @media (max-width: 480px) {
      section.accountpages h2 {
        font-size: 1.2em;
        margin: 0 0 1.5em 0; } }
    section.accountpages h2 small {
      font-size: .5em;
      color: #898989;
      display: block;
      margin-left: 1em; }
      @media screen and (min-width: 48em)  {
        section.accountpages h2 small {
          display: inline-block; } }
  section.accountpages input[type=text], section.accountpages input[type=password], section.accountpages input[type=tel], section.accountpages input[type=email] {
    padding: .75em 1em;
    width: 100%;
    font-size: 0.9375em;
    border: 1px solid #acacac;
    border-radius: 3px;
    background-clip: padding-box;
    transition: background 0.2s, color 0.2s;
    color: #242424;
    outline: none; }
    section.accountpages input[type=text]::-webkit-input-placeholder, section.accountpages input[type=password]::-webkit-input-placeholder, section.accountpages input[type=tel]::-webkit-input-placeholder, section.accountpages input[type=email]::-webkit-input-placeholder {
      color: #898989; }
    section.accountpages input[type=text]:-ms-input-placeholder, section.accountpages input[type=password]:-ms-input-placeholder, section.accountpages input[type=tel]:-ms-input-placeholder, section.accountpages input[type=email]:-ms-input-placeholder {
      color: #898989; }
    section.accountpages input[type=text]:-moz-placeholder, section.accountpages input[type=password]:-moz-placeholder, section.accountpages input[type=tel]:-moz-placeholder, section.accountpages input[type=email]:-moz-placeholder {
      color: #898989;
      opacity: 1; }
    section.accountpages input[type=text]::-moz-placeholder, section.accountpages input[type=password]::-moz-placeholder, section.accountpages input[type=tel]::-moz-placeholder, section.accountpages input[type=email]::-moz-placeholder {
      color: #898989;
      opacity: 1; }
    section.accountpages input[type=text]:focus, section.accountpages input[type=password]:focus, section.accountpages input[type=tel]:focus, section.accountpages input[type=email]:focus {
      box-shadow: none; }
    section.accountpages input[type=text].error, section.accountpages input[type=password].error, section.accountpages input[type=tel].error, section.accountpages input[type=email].error {
      border: 1px solid #dc0000;
      background-color: rgba(220, 0, 0, 0.1);
      color: #dc0000; }
      section.accountpages input[type=text].error::-webkit-input-placeholder, section.accountpages input[type=password].error::-webkit-input-placeholder, section.accountpages input[type=tel].error::-webkit-input-placeholder, section.accountpages input[type=email].error::-webkit-input-placeholder {
        color: #ffffff; }
      section.accountpages input[type=text].error:-ms-input-placeholder, section.accountpages input[type=password].error:-ms-input-placeholder, section.accountpages input[type=tel].error:-ms-input-placeholder, section.accountpages input[type=email].error:-ms-input-placeholder {
        color: #ffffff; }
      section.accountpages input[type=text].error:-moz-placeholder, section.accountpages input[type=password].error:-moz-placeholder, section.accountpages input[type=tel].error:-moz-placeholder, section.accountpages input[type=email].error:-moz-placeholder {
        color: #ffffff;
        opacity: 1; }
      section.accountpages input[type=text].error::-moz-placeholder, section.accountpages input[type=password].error::-moz-placeholder, section.accountpages input[type=tel].error::-moz-placeholder, section.accountpages input[type=email].error::-moz-placeholder {
        color: #ffffff;
        opacity: 1; }
  section.accountpages button, section.accountpages .button {
    display: inline-block;
    background-color: transparent;
    border: 2px solid #242424;
    color: #242424;
    font-weight: 400;
    text-transform: uppercase;
    font-family: ProximaNova, 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 0.65625rem;
    padding: 0.25em 1em;
    text-decoration: none;
    text-align: center;
    margin: 0;
    transition: 0.2s ease-out;
    border-radius: 3px;
    background-clip: padding-box;
    cursor: pointer;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-right: 1em; }
    section.accountpages button:hover, section.accountpages .button:hover {
      text-decoration: none; }
    section.accountpages button:focus, section.accountpages .button:focus {
      outline: none; }
    section.accountpages button.section-action, section.accountpages .button.section-action {
      float: right;
      margin-right: 0; }
    section.accountpages button:last-child, section.accountpages .button:last-child {
      margin-right: 0; }
    section.accountpages button img, section.accountpages .button img {
      margin-bottom: -2px; }
  section.accountpages .actions {
    padding-top: .2em; }
    section.accountpages .actions button, section.accountpages .actions .button {
      margin-top: 1em; }

@media (max-width: 768px) {
  #scoPlatformHeader {
    display: none; } }

#scoHeader button {
  margin: 0; }
