@charset "UTF-8";
/* ============== Browser Support ============== */
/* ================== Colors ================== */
/* ==============================================*/
/*===================================================*/
/*------------------------------------------------*/
/*------------------------------------------------*/
/* ================ Typography ================= */
/*
    Typography from EDS
*/
/* ========== Typography Letter Spacing  =========== */
/* ========== Typography Font Sizes =========== */
/* ========== Typography Line Heights =========== */
/* ========== Typography Letter Spacings =========== */
/*
    End Typography from EDS
*/
/*---------------------------------------*/
/*---------------------------------------*/
/* ============ Heights and Widths ============= */
/* ========== Responsive breakpoints =========== */
/* ================= Elevations ================ */
/* ================= Animations ================ */
/* =================== Icons =================== */
/* ============== Module specific ============== */
/* ============== Accordion ============== */
/* ============== Avatar ============== */
/* ============== Button ============== */
/* ========== Animation Increment =========== */
/* ========== Timing =========== */
/* ========== Easing =========== */
/* ========== Easing =========== */
@keyframes rotate {
  to {
    transform: rotate(360deg); } }

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

/* ============== Card ============== */
/* ============== Event Cards ============== */
/* ============== Form ============== */
/* ============== Overlay ============== */
/* ============== Reports ============== */
/* ============== Responsive Form ============== */
/* ============== Segmented Control ============== */
/* ============== Ticket Types ============== */
/* ============== Toggle / Switch ============== */
/* ========== Selection Controls =========== */
/* ============== Browser Support ============== */
/* ================== Colors ================== */
/* ==============================================*/
/*===================================================*/
/*------------------------------------------------*/
/*------------------------------------------------*/
/* ================ Typography ================= */
/*
    Typography from EDS
*/
/* ========== Typography Letter Spacing  =========== */
/* ========== Typography Font Sizes =========== */
/* ========== Typography Line Heights =========== */
/* ========== Typography Letter Spacings =========== */
/*
    End Typography from EDS
*/
/*---------------------------------------*/
/*---------------------------------------*/
/* ============ Heights and Widths ============= */
/* ========== Responsive breakpoints =========== */
/* ================= Elevations ================ */
/* ================= Animations ================ */
/* =================== Icons =================== */
/* ============== Module specific ============== */
/* ============== Accordion ============== */
/* ============== Avatar ============== */
/* ============== Button ============== */
/* ========== Animation Increment =========== */
/* ========== Timing =========== */
/* ========== Easing =========== */
/* ========== Easing =========== */
@keyframes rotate {
  to {
    transform: rotate(360deg); } }

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

/* ============== Card ============== */
/* ============== Event Cards ============== */
/* ============== Form ============== */
/* ============== Overlay ============== */
/* ============== Reports ============== */
/* ============== Responsive Form ============== */
/* ============== Segmented Control ============== */
/* ============== Ticket Types ============== */
/* ============== Toggle / Switch ============== */
/* ========== Selection Controls =========== */
/* ---------------------------------------------------------- */
/*                                                            */
/* A media query that captures:                               */
/*                                                            */
/* - Retina iOS devices                                       */
/* - Retina Macs running Safari                               */
/* - High DPI Windows PCs running IE 8 and above              */
/* - Low DPI Windows PCs running IE, zoomed in                */
/* - Low DPI Windows PCs and Macs running Firefox, zoomed in  */
/* - Android hdpi devices and above                           */
/* - Android tvdpi devices, including Google Nexus 7          */
/* - Chrome running on high DPI Macs and PCs                  */
/* - Opera running on high DPI Macs, PCs and mobile devices   */
/*                                                            */
/* Please note that that this code assumes you'll swap a      */
/* 2× version of your images. If you'd like to supply         */
/* finer increments, other thresholds might be appropriate.   */
/*                                                            */
/* A test for CSS pixel densites can be found here:           */
/* http://bjango.com/articles/min-device-pixel-ratio/         */
/*                                                            */
/*                                  @marcedwards from @bjango */
/*                                                            */
/* ---------------------------------------------------------- */
/* This is hacky and awesome. it should be part of mixins or something.
   I found it once on stack overflow and couldn't find it later when I looked */
/* XXX: test in browsers */
/* ratio is the height divided by width in percentage form */
/* This function is used to get the max height for multi-line ellipses
 * We use px values for line-height in styleguide, and unitless values for line-height in core
 * so we need to handle the possibility for both here
 */
.marketing-text-heading-epic {
  font-family: "Neue Plak", -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", Helvetica, Tahoma, Arial, sans-serif;
  font-size: 42px;
  font-weight: 400;
  line-height: 50px;
  color: #1E0A3C; }

.marketing-text-heading-primary {
  font-family: "Neue Plak", -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", Helvetica, Tahoma, Arial, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 36px;
  color: #1E0A3C; }

.marketing-text-heading-secondary {
  font-family: "Neue Plak", -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", Helvetica, Tahoma, Arial, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
  color: #1E0A3C; }

.marketing-text-heading-sub {
  font-family: "Neue Plak", -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", Helvetica, Tahoma, Arial, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 24px;
  color: #1E0A3C; }

.marketing-text-heading-form {
  font-family: "Neue Plak", -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", Helvetica, Tahoma, Arial, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 24px; }

.marketing-text-body-xlarge {
  font-family: "Neue Plak", -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", Helvetica, Tahoma, Arial, sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 30px; }

.marketing-text-body-large {
  font-family: "Neue Plak", -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", Helvetica, Tahoma, Arial, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 30px; }

.marketing-text-body-medium {
  font-family: "Neue Plak", -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", Helvetica, Tahoma, Arial, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 24px; }

.marketing-text-body-small {
  font-size: 13px;
  font-weight: 400;
  line-height: 21px; }

.marketing-text-body-xsmall {
  font-size: 11px;
  line-height: 16px; }

.marketing-text-body-form {
  font-family: "Neue Plak", -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", Helvetica, Tahoma, Arial, sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 21px;
  color: #1E0A3C; }
  @media screen and (-webkit-min-device-pixel-ratio: 0) {
    .marketing-text-body-form {
      font-weight: 600; } }

.marketing-text-body--understated {
  font-weight: 400; }

.marketing-text-body--faint {
  color: #6F7287; }

.marketing-text-body--bright {
  color: #EEEDF2; }

.marketing-text-body--bold {
  font-weight: 600; }

.marketing-text-body--significant {
  font-weight: 400; }

.marketing-text--white {
  color: #FFFFFF; }

/* ============== Browser Support ============== */
/* ================== Colors ================== */
/* ==============================================*/
/*===================================================*/
/*------------------------------------------------*/
/*------------------------------------------------*/
/* ================ Typography ================= */
/*
    Typography from EDS
*/
/* ========== Typography Letter Spacing  =========== */
/* ========== Typography Font Sizes =========== */
/* ========== Typography Line Heights =========== */
/* ========== Typography Letter Spacings =========== */
/*
    End Typography from EDS
*/
/*---------------------------------------*/
/*---------------------------------------*/
/* ============ Heights and Widths ============= */
/* ========== Responsive breakpoints =========== */
/* ================= Elevations ================ */
/* ================= Animations ================ */
/* =================== Icons =================== */
/* ============== Module specific ============== */
/* ============== Accordion ============== */
/* ============== Avatar ============== */
/* ============== Button ============== */
/* ========== Animation Increment =========== */
/* ========== Timing =========== */
/* ========== Easing =========== */
/* ========== Easing =========== */
@keyframes rotate {
  to {
    transform: rotate(360deg); } }

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

/* ============== Card ============== */
/* ============== Event Cards ============== */
/* ============== Form ============== */
/* ============== Overlay ============== */
/* ============== Reports ============== */
/* ============== Responsive Form ============== */
/* ============== Segmented Control ============== */
/* ============== Ticket Types ============== */
/* ============== Toggle / Switch ============== */
/* ========== Selection Controls =========== */
.content-block, .content-block--blank, .content-block--blank-border {
  background: #F8F7FA;
  border-radius: 5px;
  border: 1px solid #DBDAE3;
  box-shadow: 0px 2px 2px #DBDAE3;
  margin-top: 20px;
  padding: 20px 40px;
  position: relative; }

.content-block--blank {
  box-shadow: none;
  background: none;
  border: 0; }

.content-block--blank-border {
  box-shadow: none;
  background: none; }

/* ============== Browser Support ============== */
/* ================== Colors ================== */
/* ==============================================*/
/*===================================================*/
/*------------------------------------------------*/
/*------------------------------------------------*/
/* ================ Typography ================= */
/*
    Typography from EDS
*/
/* ========== Typography Letter Spacing  =========== */
/* ========== Typography Font Sizes =========== */
/* ========== Typography Line Heights =========== */
/* ========== Typography Letter Spacings =========== */
/*
    End Typography from EDS
*/
/*---------------------------------------*/
/*---------------------------------------*/
/* ============ Heights and Widths ============= */
/* ========== Responsive breakpoints =========== */
/* ================= Elevations ================ */
/* ================= Animations ================ */
/* =================== Icons =================== */
/* ============== Module specific ============== */
/* ============== Accordion ============== */
/* ============== Avatar ============== */
/* ============== Button ============== */
/* ========== Animation Increment =========== */
/* ========== Timing =========== */
/* ========== Easing =========== */
/* ========== Easing =========== */
@keyframes rotate {
  to {
    transform: rotate(360deg); } }

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

/* ============== Card ============== */
/* ============== Event Cards ============== */
/* ============== Form ============== */
/* ============== Overlay ============== */
/* ============== Reports ============== */
/* ============== Responsive Form ============== */
/* ============== Segmented Control ============== */
/* ============== Ticket Types ============== */
/* ============== Toggle / Switch ============== */
/* ========== Selection Controls =========== */
.sub-bullet-list, .sub-bullet-list--double {
  padding: 0;
  overflow: hidden;
  width: 100%; }
  .sub-bullet-list li, .sub-bullet-list--double li {
    padding-left: 20px;
    position: relative; }
    .sub-bullet-list li i, .sub-bullet-list--double li i {
      position: absolute;
      left: 0;
      top: 4px; }

.sub-bullet-list--double li {
  display: inline;
  float: left;
  width: 45%; }
  .sub-bullet-list--double li p {
    margin: 0; }

/* ============== Browser Support ============== */
/* ================== Colors ================== */
/* ==============================================*/
/*===================================================*/
/*------------------------------------------------*/
/*------------------------------------------------*/
/* ================ Typography ================= */
/*
    Typography from EDS
*/
/* ========== Typography Letter Spacing  =========== */
/* ========== Typography Font Sizes =========== */
/* ========== Typography Line Heights =========== */
/* ========== Typography Letter Spacings =========== */
/*
    End Typography from EDS
*/
/*---------------------------------------*/
/*---------------------------------------*/
/* ============ Heights and Widths ============= */
/* ========== Responsive breakpoints =========== */
/* ================= Elevations ================ */
/* ================= Animations ================ */
/* =================== Icons =================== */
/* ============== Module specific ============== */
/* ============== Accordion ============== */
/* ============== Avatar ============== */
/* ============== Button ============== */
/* ========== Animation Increment =========== */
/* ========== Timing =========== */
/* ========== Easing =========== */
/* ========== Easing =========== */
@keyframes rotate {
  to {
    transform: rotate(360deg); } }

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

/* ============== Card ============== */
/* ============== Event Cards ============== */
/* ============== Form ============== */
/* ============== Overlay ============== */
/* ============== Reports ============== */
/* ============== Responsive Form ============== */
/* ============== Segmented Control ============== */
/* ============== Ticket Types ============== */
/* ============== Toggle / Switch ============== */
/* ========== Selection Controls =========== */
.app-badge {
  display: inline-block;
  color: #fff;
  font-family: "Myriad Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  height: 45px;
  background-color: #000;
  background-repeat: no-repeat;
  background-position: 12px 8px;
  padding: 10px 0 6px 63px;
  text-align: left;
  border-radius: 4px; }
  .app-badge:hover {
    text-decoration: none; }

.app-badge--ios {
  font-weight: 500;
  background-image: url("../../../../images/icons/apple_logo_badge.png"); }
  .app-badge--ios strong {
    display: block;
    font-weight: 500;
    font-size: 35px;
    line-height: 30px;
    margin: 0 12px 0 -1px; }

.app-badge--android {
  width: 120px;
  background-image: url("../../../../images/icons/google_play_logo_badge.png"); }

.vertical-align {
  position: absolute;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto; }

.landing-video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 20px;
  height: 0; }
  .landing-video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

/* ============== Browser Support ============== */
/* ================== Colors ================== */
/* ==============================================*/
/*===================================================*/
/*------------------------------------------------*/
/*------------------------------------------------*/
/* ================ Typography ================= */
/*
    Typography from EDS
*/
/* ========== Typography Letter Spacing  =========== */
/* ========== Typography Font Sizes =========== */
/* ========== Typography Line Heights =========== */
/* ========== Typography Letter Spacings =========== */
/*
    End Typography from EDS
*/
/*---------------------------------------*/
/*---------------------------------------*/
/* ============ Heights and Widths ============= */
/* ========== Responsive breakpoints =========== */
/* ================= Elevations ================ */
/* ================= Animations ================ */
/* =================== Icons =================== */
/* ============== Module specific ============== */
/* ============== Accordion ============== */
/* ============== Avatar ============== */
/* ============== Button ============== */
/* ========== Animation Increment =========== */
/* ========== Timing =========== */
/* ========== Easing =========== */
/* ========== Easing =========== */
@keyframes rotate {
  to {
    transform: rotate(360deg); } }

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

/* ============== Card ============== */
/* ============== Event Cards ============== */
/* ============== Form ============== */
/* ============== Overlay ============== */
/* ============== Reports ============== */
/* ============== Responsive Form ============== */
/* ============== Segmented Control ============== */
/* ============== Ticket Types ============== */
/* ============== Toggle / Switch ============== */
/* ========== Selection Controls =========== */
/* ============== Browser Support ============== */
/* ================== Colors ================== */
/* ==============================================*/
/*===================================================*/
/*------------------------------------------------*/
/*------------------------------------------------*/
/* ================ Typography ================= */
/*
    Typography from EDS
*/
/* ========== Typography Letter Spacing  =========== */
/* ========== Typography Font Sizes =========== */
/* ========== Typography Line Heights =========== */
/* ========== Typography Letter Spacings =========== */
/*
    End Typography from EDS
*/
/*---------------------------------------*/
/*---------------------------------------*/
/* ============ Heights and Widths ============= */
/* ========== Responsive breakpoints =========== */
/* ================= Elevations ================ */
/* ================= Animations ================ */
/* =================== Icons =================== */
/* ============== Module specific ============== */
/* ============== Accordion ============== */
/* ============== Avatar ============== */
/* ============== Button ============== */
/* ========== Animation Increment =========== */
/* ========== Timing =========== */
/* ========== Easing =========== */
/* ========== Easing =========== */
@keyframes rotate {
  to {
    transform: rotate(360deg); } }

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

/* ============== Card ============== */
/* ============== Event Cards ============== */
/* ============== Form ============== */
/* ============== Overlay ============== */
/* ============== Reports ============== */
/* ============== Responsive Form ============== */
/* ============== Segmented Control ============== */
/* ============== Ticket Types ============== */
/* ============== Toggle / Switch ============== */
/* ========== Selection Controls =========== */
/* ---------------------------------------------------------- */
/*                                                            */
/* A media query that captures:                               */
/*                                                            */
/* - Retina iOS devices                                       */
/* - Retina Macs running Safari                               */
/* - High DPI Windows PCs running IE 8 and above              */
/* - Low DPI Windows PCs running IE, zoomed in                */
/* - Low DPI Windows PCs and Macs running Firefox, zoomed in  */
/* - Android hdpi devices and above                           */
/* - Android tvdpi devices, including Google Nexus 7          */
/* - Chrome running on high DPI Macs and PCs                  */
/* - Opera running on high DPI Macs, PCs and mobile devices   */
/*                                                            */
/* Please note that that this code assumes you'll swap a      */
/* 2× version of your images. If you'd like to supply         */
/* finer increments, other thresholds might be appropriate.   */
/*                                                            */
/* A test for CSS pixel densites can be found here:           */
/* http://bjango.com/articles/min-device-pixel-ratio/         */
/*                                                            */
/*                                  @marcedwards from @bjango */
/*                                                            */
/* ---------------------------------------------------------- */
/* This is hacky and awesome. it should be part of mixins or something.
   I found it once on stack overflow and couldn't find it later when I looked */
/* XXX: test in browsers */
/* ratio is the height divided by width in percentage form */
/* This function is used to get the max height for multi-line ellipses
 * We use px values for line-height in styleguide, and unitless values for line-height in core
 * so we need to handle the possibility for both here
 */
.l-block--padded-v-80,
.l-pad-vert-16 {
  padding-top: 80px;
  padding-bottom: 80px; }

.l-block--padded-v-60,
.l-pad-vert-12 {
  padding-top: 60px;
  padding-bottom: 60px; }

.l-block--padded-v-40,
.l-pad-vert-8 {
  padding-top: 40px;
  padding-bottom: 40px; }

.l-block--marketing-section {
  padding-top: 80px;
  padding-bottom: 80px; }
  @media only screen and (min-width: 480px) and (max-width: 799px) {
    .l-block--marketing-section {
      padding-top: 50px;
      padding-bottom: 50px; } }
  @media only screen and (max-width: 479px) {
    .l-block--marketing-section {
      padding-top: 30px;
      padding-bottom: 30px; } }

.l-border {
  border: 1px solid #DBDAE3; }

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

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

.l-block--bg-super-light {
  background-color: #FFFFFF; }

.l-block--bg-light {
  background: #F8F7FA; }

.l-block--bg-dark {
  background: #4B4D63; }

.l-block--bg-dark-trans {
  background: #000000;
  background: rgba(0, 0, 0, 0.7); }

.radius {
  border-radius: 5px; }

.radius--top {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px; }

.radius--bottom {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px; }
