/* Space
------------------------- */
/* Neutral palette
------------------------- */
/* Contextual Colors
------------------------- */
/* States
------------------------- */
/* Selected
------------------------- */
/* Error
------------------------- */
/* Focus
------------------------- */
/* Controls with bg fills have matching focus glows. ex. danger buttons have red glows. */
/* Borders
------------------------- */
/* Box Shadows
------------------------- */
/* For Fixed Headers */
/* For Popovers */
/* For Blades & Modals */
/* Font
------------------------- */
/* We support two font weights with SQ Market: Regular and Medium.
The Light and Semibold vars are maintained to prevent breaking changes. */
/* FORMS */
/* DEPRECATED */
/* Size of radios and checkboxes */
/* Space
------------------------- */
/* Neutral palette
------------------------- */
/* Contextual Colors
------------------------- */
/* States
------------------------- */
/* Selected
------------------------- */
/* Error
------------------------- */
/* Focus
------------------------- */
/* Controls with bg fills have matching focus glows. ex. danger buttons have red glows. */
/* Borders
------------------------- */
/* Box Shadows
------------------------- */
/* For Fixed Headers */
/* For Popovers */
/* For Blades & Modals */
/* Font
------------------------- */
/* We support two font weights with SQ Market: Regular and Medium.
The Light and Semibold vars are maintained to prevent breaking changes. */
/* FORMS */
/* DEPRECATED */
/* Size of radios and checkboxes */
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/*! Reflex v1.3.0 - https://github.com/leejordan/reflex */
/*
 *
 * Reflex is a flexbox grid which provides a way to take advantage of emerging
 * flexbox support while providing a fall back to inline-block on older browsers
 *
 * Built by Lee Jordan G.C.S.E.
 * email: ldjordan@gmail.com
 * github: https://github.com/leejordan
 *
 * Structure and calculations are inspired by twitter bootstrap
 *
 */
.grid {
  display: inline-block;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  *display: inline;
  zoom: 1;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  position: relative;
  width: 100%;
  max-width: 100%;
  letter-spacing: -0.31em !important;
  *letter-spacing: normal !important;
  word-spacing: -0.43em !important;
  list-style-type: none;
}

.grid:before, .grid:after {
  letter-spacing: normal;
  word-spacing: normal;
  white-space: normal;
  max-width: 100%;
}

.grid *:before,
.grid *:after {
  letter-spacing: normal;
  word-spacing: normal;
  white-space: normal;
}

.grid .grid {
  -ms-flex: 1 1 auto;
  -webkit-box-flex: 1;
  flex: 1 1 auto;
}

.grid * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.grid *:before,
.grid *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

[class*="grid__col-"] {
  display: inline-block;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  *display: inline;
  zoom: 1;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  letter-spacing: normal;
  word-spacing: normal;
  white-space: normal;
  position: relative;
  width: 100%;
  vertical-align: top;
  padding: 10px;
}

.grid__cell {
  position: relative;
  display: block;
  -ms-flex: 1 1 auto;
  -webkit-box-flex: 1;
  flex: 1 1 auto;
}

_:-ms-fullscreen, :root .grid__cell {
  width: 100%;
}

.grid__col-12 {
  width: 100%;
  *width: 99.9%;
}

.grid__col-11 {
  width: 91.66667%;
  *width: 91.56667%;
}

.grid__col-10 {
  width: 83.33333%;
  *width: 83.23333%;
}

.grid__col-9 {
  width: 75%;
  *width: 74.9%;
}

.grid__col-8 {
  width: 66.66667%;
  *width: 66.56667%;
}

.grid__col-7 {
  width: 58.33333%;
  *width: 58.23333%;
}

.grid__col-6 {
  width: 50%;
  *width: 49.9%;
}

.grid__col-5 {
  width: 41.66667%;
  *width: 41.56667%;
}

.grid__col-4 {
  width: 33.33333%;
  *width: 33.23333%;
}

.grid__col-3 {
  width: 25%;
  *width: 24.9%;
}

.grid__col-2 {
  width: 16.66667%;
  *width: 16.56667%;
}

.grid__col-1 {
  width: 8.33333%;
  *width: 8.23333%;
}

@media (min-width: 480px) {
  .grid__col-xs-12 {
    width: 100%;
    *width: 99.9%;
  }
  .grid__col-xs-11 {
    width: 91.66667%;
    *width: 91.56667%;
  }
  .grid__col-xs-10 {
    width: 83.33333%;
    *width: 83.23333%;
  }
  .grid__col-xs-9 {
    width: 75%;
    *width: 74.9%;
  }
  .grid__col-xs-8 {
    width: 66.66667%;
    *width: 66.56667%;
  }
  .grid__col-xs-7 {
    width: 58.33333%;
    *width: 58.23333%;
  }
  .grid__col-xs-6 {
    width: 50%;
    *width: 49.9%;
  }
  .grid__col-xs-5 {
    width: 41.66667%;
    *width: 41.56667%;
  }
  .grid__col-xs-4 {
    width: 33.33333%;
    *width: 33.23333%;
  }
  .grid__col-xs-3 {
    width: 25%;
    *width: 24.9%;
  }
  .grid__col-xs-2 {
    width: 16.66667%;
    *width: 16.56667%;
  }
  .grid__col-xs-1 {
    width: 8.33333%;
    *width: 8.23333%;
  }
}

@media (min-width: 40em) {
  .grid__col-sm-12 {
    width: 100%;
    *width: 99.9%;
  }
  .grid__col-sm-11 {
    width: 91.66667%;
    *width: 91.56667%;
  }
  .grid__col-sm-10 {
    width: 83.33333%;
    *width: 83.23333%;
  }
  .grid__col-sm-9 {
    width: 75%;
    *width: 74.9%;
  }
  .grid__col-sm-8 {
    width: 66.66667%;
    *width: 66.56667%;
  }
  .grid__col-sm-7 {
    width: 58.33333%;
    *width: 58.23333%;
  }
  .grid__col-sm-6 {
    width: 50%;
    *width: 49.9%;
  }
  .grid__col-sm-5 {
    width: 41.66667%;
    *width: 41.56667%;
  }
  .grid__col-sm-4 {
    width: 33.33333%;
    *width: 33.23333%;
  }
  .grid__col-sm-3 {
    width: 25%;
    *width: 24.9%;
  }
  .grid__col-sm-2 {
    width: 16.66667%;
    *width: 16.56667%;
  }
  .grid__col-sm-1 {
    width: 8.33333%;
    *width: 8.23333%;
  }
}

@media (min-width: 64em) {
  .grid__col-md-12 {
    width: 100%;
    *width: 99.9%;
  }
  .grid__col-md-11 {
    width: 91.66667%;
    *width: 91.56667%;
  }
  .grid__col-md-10 {
    width: 83.33333%;
    *width: 83.23333%;
  }
  .grid__col-md-9 {
    width: 75%;
    *width: 74.9%;
  }
  .grid__col-md-8 {
    width: 66.66667%;
    *width: 66.56667%;
  }
  .grid__col-md-7 {
    width: 58.33333%;
    *width: 58.23333%;
  }
  .grid__col-md-6 {
    width: 50%;
    *width: 49.9%;
  }
  .grid__col-md-5 {
    width: 41.66667%;
    *width: 41.56667%;
  }
  .grid__col-md-4 {
    width: 33.33333%;
    *width: 33.23333%;
  }
  .grid__col-md-3 {
    width: 25%;
    *width: 24.9%;
  }
  .grid__col-md-2 {
    width: 16.66667%;
    *width: 16.56667%;
  }
  .grid__col-md-1 {
    width: 8.33333%;
    *width: 8.23333%;
  }
}

@media (min-width: 90em) {
  .grid__col-lg-12 {
    width: 100%;
    *width: 99.9%;
  }
  .grid__col-lg-11 {
    width: 91.66667%;
    *width: 91.56667%;
  }
  .grid__col-lg-10 {
    width: 83.33333%;
    *width: 83.23333%;
  }
  .grid__col-lg-9 {
    width: 75%;
    *width: 74.9%;
  }
  .grid__col-lg-8 {
    width: 66.66667%;
    *width: 66.56667%;
  }
  .grid__col-lg-7 {
    width: 58.33333%;
    *width: 58.23333%;
  }
  .grid__col-lg-6 {
    width: 50%;
    *width: 49.9%;
  }
  .grid__col-lg-5 {
    width: 41.66667%;
    *width: 41.56667%;
  }
  .grid__col-lg-4 {
    width: 33.33333%;
    *width: 33.23333%;
  }
  .grid__col-lg-3 {
    width: 25%;
    *width: 24.9%;
  }
  .grid__col-lg-2 {
    width: 16.66667%;
    *width: 16.56667%;
  }
  .grid__col-lg-1 {
    width: 8.33333%;
    *width: 8.23333%;
  }
}

@media (min-width: 120em) {
  .grid__col-xlg-12 {
    width: 100%;
    *width: 99.9%;
  }
  .grid__col-xlg-11 {
    width: 91.66667%;
    *width: 91.56667%;
  }
  .grid__col-xlg-10 {
    width: 83.33333%;
    *width: 83.23333%;
  }
  .grid__col-xlg-9 {
    width: 75%;
    *width: 74.9%;
  }
  .grid__col-xlg-8 {
    width: 66.66667%;
    *width: 66.56667%;
  }
  .grid__col-xlg-7 {
    width: 58.33333%;
    *width: 58.23333%;
  }
  .grid__col-xlg-6 {
    width: 50%;
    *width: 49.9%;
  }
  .grid__col-xlg-5 {
    width: 41.66667%;
    *width: 41.56667%;
  }
  .grid__col-xlg-4 {
    width: 33.33333%;
    *width: 33.23333%;
  }
  .grid__col-xlg-3 {
    width: 25%;
    *width: 24.9%;
  }
  .grid__col-xlg-2 {
    width: 16.66667%;
    *width: 16.56667%;
  }
  .grid__col-xlg-1 {
    width: 8.33333%;
    *width: 8.23333%;
  }
}

.grid__col-auto {
  -ms-flex: 1 0 0px;
  -webkit-box-flex: 1;
  flex: 1 0 0px;
  width: auto !important;
  max-width: 100%;
}

@media (min-width: 480px) {
  .grid__col-xs-auto {
    -ms-flex: 1 0 0px;
    -webkit-box-flex: 1;
    flex: 1 0 0px;
    width: auto !important;
    max-width: 100%;
  }
}

@media (min-width: 40em) {
  .grid__col-sm-auto {
    -ms-flex: 1 0 0px;
    -webkit-box-flex: 1;
    flex: 1 0 0px;
    width: auto !important;
    max-width: 100%;
  }
}

@media (min-width: 64em) {
  .grid__col-md-auto {
    -ms-flex: 1 0 0px;
    -webkit-box-flex: 1;
    flex: 1 0 0px;
    width: auto !important;
    max-width: 100%;
  }
}

@media (min-width: 90em) {
  .grid__col-lg-auto {
    -ms-flex: 1 0 0px;
    -webkit-box-flex: 1;
    flex: 1 0 0px;
    width: auto !important;
    max-width: 100%;
  }
}

@media (min-width: 120em) {
  .grid__col-xlg-auto {
    -ms-flex: 1 0 0px;
    -webkit-box-flex: 1;
    flex: 1 0 0px;
    width: auto !important;
    max-width: 100%;
  }
}

.grid--order-12 {
  -ms-flex-order: 12;
  -webkit-box-ordinal-group: 13;
  order: 12;
}

.grid--order-11 {
  -ms-flex-order: 11;
  -webkit-box-ordinal-group: 12;
  order: 11;
}

.grid--order-10 {
  -ms-flex-order: 10;
  -webkit-box-ordinal-group: 11;
  order: 10;
}

.grid--order-9 {
  -ms-flex-order: 9;
  -webkit-box-ordinal-group: 10;
  order: 9;
}

.grid--order-8 {
  -ms-flex-order: 8;
  -webkit-box-ordinal-group: 9;
  order: 8;
}

.grid--order-7 {
  -ms-flex-order: 7;
  -webkit-box-ordinal-group: 8;
  order: 7;
}

.grid--order-6 {
  -ms-flex-order: 6;
  -webkit-box-ordinal-group: 7;
  order: 6;
}

.grid--order-5 {
  -ms-flex-order: 5;
  -webkit-box-ordinal-group: 6;
  order: 5;
}

.grid--order-4 {
  -ms-flex-order: 4;
  -webkit-box-ordinal-group: 5;
  order: 4;
}

.grid--order-3 {
  -ms-flex-order: 3;
  -webkit-box-ordinal-group: 4;
  order: 3;
}

.grid--order-2 {
  -ms-flex-order: 2;
  -webkit-box-ordinal-group: 3;
  order: 2;
}

.grid--order-1 {
  -ms-flex-order: 1;
  -webkit-box-ordinal-group: 2;
  order: 1;
}

.grid--order-0 {
  -ms-flex-order: 0;
  -webkit-box-ordinal-group: 1;
  order: 0;
}

@media only screen and (min-width: 480px) {
  .grid--order-12-xs {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
    order: 12;
  }
  .grid--order-11-xs {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
    order: 11;
  }
  .grid--order-10-xs {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
    order: 10;
  }
  .grid--order-9-xs {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
    order: 9;
  }
  .grid--order-8-xs {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
    order: 8;
  }
  .grid--order-7-xs {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
    order: 7;
  }
  .grid--order-6-xs {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
    order: 6;
  }
  .grid--order-5-xs {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
    order: 5;
  }
  .grid--order-4-xs {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
    order: 4;
  }
  .grid--order-3-xs {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
    order: 3;
  }
  .grid--order-2-xs {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
    order: 2;
  }
  .grid--order-1-xs {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1;
  }
  .grid--order-0-xs {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
    order: 0;
  }
}

@media only screen and (min-width: 40em) {
  .grid--order-12-sm {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
    order: 12;
  }
  .grid--order-11-sm {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
    order: 11;
  }
  .grid--order-10-sm {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
    order: 10;
  }
  .grid--order-9-sm {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
    order: 9;
  }
  .grid--order-8-sm {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
    order: 8;
  }
  .grid--order-7-sm {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
    order: 7;
  }
  .grid--order-6-sm {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
    order: 6;
  }
  .grid--order-5-sm {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
    order: 5;
  }
  .grid--order-4-sm {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
    order: 4;
  }
  .grid--order-3-sm {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
    order: 3;
  }
  .grid--order-2-sm {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
    order: 2;
  }
  .grid--order-1-sm {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1;
  }
  .grid--order-0-sm {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
    order: 0;
  }
}

@media only screen and (min-width: 64em) {
  .grid--order-12-md {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
    order: 12;
  }
  .grid--order-11-md {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
    order: 11;
  }
  .grid--order-10-md {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
    order: 10;
  }
  .grid--order-9-md {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
    order: 9;
  }
  .grid--order-8-md {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
    order: 8;
  }
  .grid--order-7-md {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
    order: 7;
  }
  .grid--order-6-md {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
    order: 6;
  }
  .grid--order-5-md {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
    order: 5;
  }
  .grid--order-4-md {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
    order: 4;
  }
  .grid--order-3-md {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
    order: 3;
  }
  .grid--order-2-md {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
    order: 2;
  }
  .grid--order-1-md {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1;
  }
  .grid--order-0-md {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
    order: 0;
  }
}

@media only screen and (min-width: 90em) {
  .grid--order-12-lg {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
    order: 12;
  }
  .grid--order-11-lg {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
    order: 11;
  }
  .grid--order-10-lg {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
    order: 10;
  }
  .grid--order-9-lg {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
    order: 9;
  }
  .grid--order-8-lg {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
    order: 8;
  }
  .grid--order-7-lg {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
    order: 7;
  }
  .grid--order-6-lg {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
    order: 6;
  }
  .grid--order-5-lg {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
    order: 5;
  }
  .grid--order-4-lg {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
    order: 4;
  }
  .grid--order-3-lg {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
    order: 3;
  }
  .grid--order-2-lg {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
    order: 2;
  }
  .grid--order-1-lg {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1;
  }
  .grid--order-0-lg {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
    order: 0;
  }
}

@media only screen and (min-width: 120em) {
  .grid--order-12-xlg {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
    order: 12;
  }
  .grid--order-11-xlg {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
    order: 11;
  }
  .grid--order-10-xlg {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
    order: 10;
  }
  .grid--order-9-xlg {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
    order: 9;
  }
  .grid--order-8-xlg {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
    order: 8;
  }
  .grid--order-7-xlg {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
    order: 7;
  }
  .grid--order-6-xlg {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
    order: 6;
  }
  .grid--order-5-xlg {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
    order: 5;
  }
  .grid--order-4-xlg {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
    order: 4;
  }
  .grid--order-3-xlg {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
    order: 3;
  }
  .grid--order-2-xlg {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
    order: 2;
  }
  .grid--order-1-xlg {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1;
  }
  .grid--order-0-xlg {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
    order: 0;
  }
}

.grid--bleed [class*="grid__col-"] {
  padding: 0;
}

.grid--wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.grid--no-wrap {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.grid--wrap-reverse {
  -ms-flex-wrap: wrap-reverse;
  flex-wrap: wrap-reverse;
}

.grid--direction-row {
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
}

.grid--direction-row-reverse {
  -ms-flex-direction: row-reverse;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  flex-direction: row-reverse;
}

.grid--direction-column {
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}

.grid--direction-column-reverse {
  -ms-flex-direction: column-reverse;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  flex-direction: column-reverse;
}

.grid--align-start {
  -ms-flex-align: flex-start;
  -webkit-box-align: start;
  align-items: flex-start;
}

.grid--align-end {
  -ms-flex-align: flex-end;
  -webkit-box-align: end;
  align-items: flex-end;
}

.grid--align-end [class*="grid__col-"] {
  vertical-align: bottom;
}

.grid--align-center {
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
}

.grid--align-center [class*="grid__col-"] {
  vertical-align: middle;
}

.grid--align-baseline {
  -ms-flex-align: baseline;
  -webkit-box-align: baseline;
  align-items: baseline;
}

.grid--align-baseline [class*="grid__col-"] {
  vertical-align: baseline;
}

.grid--align-content-start {
  -ms-flex-line-pack: flex-start;
  align-content: flex-start;
}

.grid--align-content-end {
  -ms-flex-line-pack: flex-end;
  align-content: flex-end;
}

.grid--align-content-end [class*="grid__col-"] {
  vertical-align: bottom;
}

.grid--align-content-center {
  -ms-flex-line-pack: center;
  align-content: center;
}

.grid--align-content-space-between {
  -ms-flex-line-pack: space-between;
  align-content: space-between;
}

.grid--align-content-space-around {
  -ms-flex-line-pack: space-around;
  align-content: space-around;
}

.grid--align-self-stretch {
  -ms-flex-item-align: stretch;
  -webkit-align-self: stretch;
  align-self: stretch;
}

.grid--align-self-start {
  -ms-flex-item-align: flex-start;
  -webkit-align-self: flex-start;
  align-self: flex-start;
}

.grid--align-self-end {
  -ms-flex-item-align: flex-end;
  -webkit-align-self: flex-end;
  align-self: flex-end;
  vertical-align: bottom;
}

.grid--align-self-center {
  -ms-flex-item-align: center;
  -webkit-align-self: center;
  align-self: center;
  vertical-align: middle;
}

.grid--align-self-baseline {
  -ms-flex-item-align: baseline;
  -webkit-align-self: baseline;
  align-self: baseline;
  vertical-align: baseline;
}

.grid--justify-start {
  text-align: left;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
  justify-content: flex-start;
}

.grid--justify-end {
  text-align: right;
  text-align-last: right;
  -ms-flex-pack: end;
  -webkit-box-pack: end;
  justify-content: flex-end;
}

.grid--justify-end .grid__cell,
.grid--justify-end [class*="grid__col-"] {
  text-align: left;
  text-align: start;
  text-align: initial;
  text-align-last: left;
  text-align-last: start;
  text-align-last: initial;
}

.grid--justify-center {
  text-align: center;
  text-align-last: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
}

.grid--justify-center .grid__cell,
.grid--justify-center [class*="grid__col-"] {
  text-align: left;
  text-align: start;
  text-align: initial;
  text-align-last: left;
  text-align-last: start;
  text-align-last: initial;
}

.grid--justify-space-between {
  text-align: justify;
  text-align-last: justify;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

.grid--justify-space-between .grid__cell,
.grid--justify-space-between [class*="grid__col-"] {
  text-align: left;
  text-align: start;
  text-align: initial;
  text-align-last: left;
  text-align-last: start;
  text-align-last: initial;
}

.grid--justify-space-around {
  text-align: justify;
  text-align-last: justify;
  -ms-flex-pack: justify;
  justify-content: space-around;
}

.grid--justify-space-around .grid__cell,
.grid--justify-space-around [class*="grid__col-"] {
  text-align: left;
  text-align: start;
  text-align: initial;
  text-align-last: left;
  text-align-last: start;
  text-align-last: initial;
}

.grid__col--bleed {
  padding: 0;
}

.grid__col--bleed-x {
  padding: 1em 0;
}

.grid__col--bleed-y {
  padding: 0 1em;
}

.grid__col--bg {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding-bottom: 50%;
}

.grid__cell--padding-sm {
  padding: 0.5em;
}

.grid__cell--padding-md {
  padding: 1em;
}

.grid__cell--padding-lg {
  padding: 2em;
}

.grid__cell-img {
  display: block;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex: 0 0 auto;
  -webkit-box-flex: 0;
  flex: 0 0 auto;
  margin-left: 0;
  margin-right: 0;
  max-width: 100%;
  width: 100%;
  height: auto;
}

.grid__cell-footer {
  display: inline-block;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  *display: inline;
  zoom: 1;
  width: 100%;
  margin-top: auto;
}

@font-face {
  font-family: 'p-icons';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/promote-icons/p-icons.eot?123598#iefix") format("embedded-opentype"), url("../fonts/promote-icons/p-icons.woff?123598") format("woff"), url("../fonts/promote-icons/p-icons.ttf?123598") format("truetype");
}

.icon {
  display: inline-block;
  vertical-align: top;
  font-family: 'p-icons';
  font-size: 32px;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: inherit;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon--large {
  font-size: 64px;
}

.icon--x-large {
  font-size: 96px;
}

[data-icon-before]:before,
[data-icon-after]:after {
  color: #adb1b5;
  -webkit-transition: color 0.2s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: color 0.2s cubic-bezier(0.25, 0.1, 0.25, 1);
}

[data-icon-before]:hover:before,
[data-icon-after]:hover:after {
  color: #70767c;
}

[data-icon-before]:before {
  display: inline-block;
  vertical-align: top;
  font-family: 'p-icons';
  font-size: 32px;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: inherit;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 10px;
  content: attr(data-icon-before);
}

[data-icon-after]:after {
  display: inline-block;
  vertical-align: top;
  font-family: 'p-icons';
  font-size: 32px;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: inherit;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 10px;
  content: attr(data-icon-after);
}

@font-face {
  font-family: 'proxima';
  font-style: normal;
  font-weight: 300;
  src: url("/fonts/proxima-nova-light/31AC96_0_01.eot");
  src: url("/fonts/proxima-nova-light/31AC96_0_01.eot?#iefix") format("embedded-opentype"), url("/fonts/proxima-nova-light/31AC96_0_01.woff") format("woff"), url("/fonts/proxima-nova-light/31AC96_0_01.ttf") format("truetype");
}

@font-face {
  font-family: 'proxima';
  font-style: normal;
  font-weight: 400;
  src: url("/fonts/proxima-nova-regular/31AC96_1_01.eot");
  src: url("/fonts/proxima-nova-regular/31AC96_1_01.eot?#iefix") format("embedded-opentype"), url("/fonts/proxima-nova-regular/31AC96_1_01.woff") format("woff"), url("/fonts/proxima-nova-regular/31AC96_1_01.ttf") format("truetype");
}

@font-face {
  font-family: 'proxima';
  font-style: normal;
  font-weight: 600;
  src: url("/fonts/proxima-nova-semibold/31AC96_2_01.eot");
  src: url("/fonts/proxima-nova-semibold/31AC96_2_01.eot?#iefix") format("embedded-opentype"), url("/fonts/proxima-nova-semibold/31AC96_2_01.woff") format("woff"), url("/fonts/proxima-nova-semibold/31AC96_2_01.ttf") format("truetype");
}

/* Square Market font */
@font-face {
  font-family: 'Square Market';
  font-style: normal;
  font-weight: var(--font-weight-regular);
  src: url("//cdn2.editmysite.com/fonts/SQ_Market/sqmarket-regular.woff") format("woff");
  font-display: fallback;
}

@font-face {
  font-family: 'Square Market';
  font-style: italic;
  font-weight: var(--font-weight-regular);
  src: url("//cdn2.editmysite.com/fonts/SQ_Market/sqmarket-regular-italic.woff") format("woff");
  font-display: fallback;
}

@font-face {
  font-family: 'Square Market';
  font-style: normal;
  font-weight: var(--font-weight-medium);
  src: url("//cdn2.editmysite.com/fonts/SQ_Market/sqmarket-medium.woff") format("woff");
  font-display: fallback;
}

@font-face {
  font-family: 'Square Market';
  font-style: italic;
  font-weight: var(--font-weight-medium);
  src: url("//cdn2.editmysite.com/fonts/SQ_Market/sqmarket-medium-italic.woff") format("woff");
  font-display: fallback;
}

@font-face {
  font-family: 'Square Market';
  font-style: normal;
  font-weight: var(--font-weight-semibold);
  src: url("//cdn2.editmysite.com/fonts/SQ_Market/sqmarket-medium.woff") format("woff");
  font-display: fallback;
}

@font-face {
  font-family: 'Square Market';
  font-style: italic;
  font-weight: var(--font-weight-semibold);
  src: url("//cdn2.editmysite.com/fonts/SQ_Market/sqmarket-medium-italic.woff") format("woff");
  font-display: fallback;
}

/* Hack to smooth out font rendering on Chrome for Windows */
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: 'wicons';
    src: url(/fonts/w-icons/wicons.svg) format("svg");
  }
}

@font-face {
  font-family: 'wsocial';
  src: url(/fonts/wSocial/wsocial.eot?buildTime=123412341234);
  src: url(/fonts/wSocial/wsocial.eot?buildTime=123412341234#iefix) format("embedded-opentype"), url(/fonts/wSocial/wsocial.woff?buildTime=123412341234) format("woff"), url(/fonts/wSocial/wsocial.ttf?buildTime=123412341234) format("truetype"), url(/fonts/wSocial/wsocial.svg?buildTime=123412341234#wsocial) format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Hack to smooth out font rendering on Chrome for Windows */
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: 'wsocial';
    src: url(/fonts/wSocial/wsocial.svg?buildTime=123412341234#wsocial) format("svg");
  }
}

/**
 * Font smoothing mixin for webkit and mozilla, note the values differ
 * between browsers and moz only supports "grayscale"
 * @param {'antialiased'|'subpixel-antialiased'|'none'} $smoothing
 */
/* retina image mixin ====================================================================== */
/**
 * High resolution single background image
 *
 * Looks for a folder '/@2x' in the same directory with an image that is
 * roughly 2x the resolution, with the same name.
 *
 * Example: @include at2x('styles/icons/', 'facebook')
 * In the 'styles/icons/' dir will have a 'facebook.png' image and a
 * '/@2x/' directory with another image 'facebook.png' at 2x the res
 *
 * @param {string} $path Path to image, not including image
 * @param {string} $image Image name, not including extension
 * @param {string} [$extension = '.png'] Image extension
 * @return Two versions of image, @2x and regular
 */
.group__social-icon {
  display: inline-block;
  line-height: 24px;
}

.group__social-icon .icon {
  width: 24px;
  text-align: center;
  font-size: 40px;
  color: #fff;
}

.group__social-icon.group__social-icon--fb {
  background: #3b5998;
}

.group__social-icon.group__social-icon--googleplus {
  background: #cc3234;
}

.group__social-icon.group__social-icon--twitter {
  background: #00aced;
}

.group__social-icon.group__social-icon--linkedin {
  background: #007bb5;
}

.group__social-icon.group__social-icon--rss {
  background: #FA9B39;
}

.group__social-icon.group__social-icon--email {
  background: #FF8833;
}

.group__social-icon.group__social-icon--yahoo {
  background: #7B0099;
}

.group__social-icon.group__social-icon--youtube {
  background: #bb0000;
}

.group__social-icon.group__social-icon--vimeo {
  background: #44BBFF;
}

.group__social-icon.group__social-icon--pinterest {
  background: #cb2027;
}

.group__social-icon.group__social-icon--flickr {
  background: #ff0084;
}

.group__social-icon.group__social-icon--instagram {
  background: #125688;
}

.group__social-icon.group__social-icon--dribbble {
  background: #c73b6f;
}

.group__social-icon.group__social-icon--message {
  background: #4dc247;
}

.error {
  color: #900;
}

h2 {
  font-size: 28px;
}

/*** BEGIN UI FRAMEWORK OVERRIDES ***/
.container {
  max-width: 1440px;
  margin: 0 auto;
}

.masthead__navbar .navbar__link,
.navbar__nav .navbar__link {
  display: inline-block;
  font-size: 15px;
}

@media screen and (min-width: 64.0625em) {
  .masthead__navbar .navbar__link,
  .navbar__nav .navbar__link {
    font-size: 18px;
  }
}

.topbar__container.topbar--fluid {
  max-width: 100%;
}

.popover .list-group__item {
  font-size: 14px;
  text-align: left;
}

.dialog .dialog__img {
  display: block;
  margin: 0 auto;
  background-repeat: no-repeat;
}

.dialog__content > div > p {
  margin-bottom: 20px;
}

.dialog-centered p {
  text-align: center;
}

.dialog-centered .btn {
  display: block;
  width: auto;
  margin: 0 auto;
}

.dialog-centered .manage-element__wrap .btn {
  width: 100%;
}

.table {
  -webkit-font-feature-settings: inherit;
  -ms-font-feature-settings: inherit;
  font-feature-settings: inherit;
}

.table--multi-select .table__thumbnail-cell {
  width: 40px;
  padding-right: 0;
}

.table--multi-select th.select-all-header-cell,
.table--multi-select td.select-row-cell {
  width: 60px;
}

.table--multi-select.table--segment-recipients th.email {
  width: auto;
}

.td__label {
  font-weight: 600;
}

.table--pagination {
  border-top: none;
}

.table--pagination .pagination__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: 100%;
}

.table--pagination .pagination__container.pagination__container--space-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.table--pagination .pagination-controls-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.table--pagination .pagination__label {
  line-height: 2.2em;
}

.link--warning {
  color: #ffcc33;
}

.link--bold {
  font-weight: 600;
}

.selectize-input input[type="text"] {
  min-height: 40px;
}

.selectize-input input:focus {
  background: transparent;
}

.selectize-input:not(.has-items) input[type="text"] {
  width: 100% !important;
}

.share-link .icon {
  color: #d5d9dc;
}

.icon-bolt,
.btn--icon-with-text .icon-bolt + span {
  color: #ffcc33 !important;
}

.share-facebook .icon {
  color: #3C5A96 !important;
}

.share-twitter .icon {
  color: #1DADEA !important;
}

.share-pinterest .icon {
  color: #CA242E !important;
}

/* Groups */
.group__header .form-control--simple {
  line-height: inherit;
}

.group__item--has-toggle:not(.expanded)::after {
  content: none;
}

.group__item--has-padding {
  padding: 7px 20px;
}

/* Buttons */
button.is-loading .icon {
  color: transparent !important;
}

button.is-selected {
  -webkit-box-shadow: inset 0 0 0 1px #3374ff;
  box-shadow: inset 0 0 0 1px #3374ff;
}

.btn--link.btn--flat-line-height {
  line-height: normal;
}

.btn--facebook {
  background: #3b5998;
  color: #fff;
  border: 0;
  width: auto;
  margin: 0 auto;
}

.btn--circle.share-facebook .icon, .btn--circle.share-twitter .icon, .btn--circle.share-pinterest .icon {
  font-size: 48px;
}

/* Cards */
.card.card--small .card__header {
  padding-left: 20px;
  padding-right: 20px;
}

.card.card--small .card__content {
  padding: 20px;
}

/* Panels */
.panel.panel--hoverable:not(.panel--disconnected) {
  -webkit-transition: border 0.2s cubic-bezier(0.25, 0.1, 0.25, 1), -webkit-box-shadow 0.2s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: border 0.2s cubic-bezier(0.25, 0.1, 0.25, 1), -webkit-box-shadow 0.2s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: border 0.2s cubic-bezier(0.25, 0.1, 0.25, 1), box-shadow 0.2s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: border 0.2s cubic-bezier(0.25, 0.1, 0.25, 1), box-shadow 0.2s cubic-bezier(0.25, 0.1, 0.25, 1), -webkit-box-shadow 0.2s cubic-bezier(0.25, 0.1, 0.25, 1);
  cursor: pointer;
}

.panel.panel--hoverable:not(.panel--disconnected):hover {
  border: 1px solid #adb1b5;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05), 0 4px 8px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05), 0 4px 8px 0 rgba(0, 0, 0, 0.1);
}

.panel .panel__divider {
  width: 100%;
  height: 1px;
  background: rgba(0, 0, 0, 0.1);
}

.panel .panel__divider.panel__divider--60 {
  width: 60%;
}

/* Form controls */
.form-control__toggle {
  float: right;
  padding-right: 20px;
  font-size: 16px;
  color: #9ba0a3;
}

.form-control__toggle::after {
  position: absolute;
  top: 0;
  right: 20px;
  height: 100%;
  vertical-align: top;
  color: #9ba0a3;
  -webkit-transition: color 0.2s ease-in-out, opacity 0.2s ease-in-out, right 0.2s ease-in-out;
  transition: color 0.2s ease-in-out, opacity 0.2s ease-in-out, right 0.2s ease-in-out;
  display: inline-block;
  font-family: 'w-icons';
  font-size: 32px;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: inherit;
  letter-spacing: 0;
  line-height: 40px;
  content: "pluslarge";
}

.form-control__toggle.expanded::after {
  content: 'minuslarge';
}

.input-group legend {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.input-group legend:first-child {
  margin-top: 20px;
}

.form-counter__wrap {
  position: relative;
}

.form-counter__wrap .character-counter {
  position: absolute;
  bottom: 10px;
  right: 10px;
  color: #adb1b5;
}

.form-counter__wrap textarea {
  resize: none;
}

.takeover--flush .takeover__content {
  padding: 0;
}

.takeover .topbar__container {
  max-width: none;
}

.takeover .takeover__content .topbar {
  display: none;
}

.takeover #email-framework-content {
  height: 100%;
}

.takeover__topbar .topbar__title {
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.message-group:empty {
  border: none;
}

.bubble {
  display: inline-block;
  padding: 0 10px;
  background: #f5f6f7;
  color: #323b43;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 40px;
  line-height: 28px;
}

.validate-element.is-invalid {
  border: 1px solid #d92b2b;
}

.takeover a, .dialog a, .layout a {
  text-decoration: none;
}

.list-group {
  margin-bottom: 0;
}

.pageContent .help-articles__wrap {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.pageContent *,
.pageContent *::after,
.pageContent *::before,
.orbit-legacy *,
.orbit-legacy *::after,
.orbit-legacy *::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.pageContent .stepper__field,
.orbit-legacy .stepper__field {
  height: 24px;
}

body {
  width: 100%;
  background-color: #fff;
  margin: 0;
  padding: 0;
}

img {
  max-width: 100%;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
}

h2 {
  color: #70767c;
  font-size: 28px;
  line-height: 1.2;
}

@media screen and (min-width: 40.0625em) {
  h2 {
    font-size: 30px;
  }
}

@media screen and (min-width: 64.0625em) {
  h2 {
    font-size: 40px;
  }
}

h3 {
  font-size: 18px;
  line-height: 1.25;
}

@media screen and (min-width: 40.0625em) {
  h3 {
    font-size: 20px;
  }
}

@media screen and (min-width: 64.0625em) {
  h3 {
    font-size: 24px;
  }
}

h4 {
  color: #70767c;
  font-size: 16px;
  line-height: 1.5;
  margin: 0 auto 1.5em;
}

@media screen and (min-width: 40.0625em) {
  h4 {
    font-size: 18px;
  }
}

p {
  font-size: 16px;
  line-height: 1.5;
  margin: 0 auto 1.5em;
}

@media screen and (min-width: 40.0625em) {
  p {
    font-size: 18px;
  }
}

h2:last-child, h3:last-child, p:last-child {
  margin: 0 auto;
}

#sources {
  position: relative;
  bottom: -20px;
  font-size: 12px;
  text-align: left;
  list-style: none;
}

@media screen and (min-width: 40.0625em) {
  #sources {
    bottom: -50px;
  }
}

@media screen and (min-width: 64.0625em) {
  #sources {
    bottom: -80px;
  }
}

#sources li {
  display: inline-block;
  margin-right: 20px;
}

#sources a {
  color: inherit;
}

sup {
  font-size: 12px;
}

sup a {
  color: inherit;
}

.section {
  position: relative;
  background-color: #fff;
  color: #adb1b5;
  padding: 30px 0;
  overflow: hidden;
}

@media screen and (min-width: 40.0625em) {
  .section {
    padding: 60px 0;
  }
}

@media screen and (min-width: 64.0625em) {
  .section {
    padding: 100px 0;
  }
}

.section.section--green {
  background-color: #56D090;
  color: #fff;
}

.section.section--green h2 {
  color: #fff;
}

.section.section--alabaster {
  background-color: #f5f6f7;
}

.section.section--bg {
  color: #fff;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.section.section--bg h2 {
  color: #fff;
  margin: 20px 0;
}

@media screen and (min-width: 40.0625em) {
  .section.section--bg h2 {
    margin: 60px 0;
  }
}

@media screen and (max-width: 40em) {
  .section h2 {
    text-align: center;
  }
}

@media screen and (min-width: 40.0625em) {
  .flex-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .flex-col .col {
    position: relative;
  }
  .flex-col .col-25 {
    width: 25%;
  }
  .flex-col .col-30 {
    width: 29%;
  }
}

@media screen and (min-width: 40.0625em) and (min-width: 64.0625em) {
  .flex-col .col-30 {
    width: 26%;
  }
}

@media screen and (min-width: 40.0625em) {
  .flex-col .col-40 {
    width: 39%;
  }
}

@media screen and (min-width: 40.0625em) and (min-width: 64.0625em) {
  .flex-col .col-40 {
    width: 36%;
  }
}

@media screen and (min-width: 40.0625em) {
  .flex-col .col-50 {
    width: 49%;
  }
}

@media screen and (min-width: 40.0625em) and (min-width: 64.0625em) {
  .flex-col .col-50 {
    width: 48%;
  }
}

@media screen and (min-width: 40.0625em) {
  .flex-col .col-60 {
    width: 59%;
  }
}

@media screen and (min-width: 40.0625em) and (min-width: 64.0625em) {
  .flex-col .col-60 {
    width: 58%;
  }
}

@media screen and (min-width: 40.0625em) {
  .flex-col .col-70 {
    width: 69%;
  }
}

@media screen and (min-width: 40.0625em) and (min-width: 64.0625em) {
  .flex-col .col-70 {
    width: 68%;
  }
}

@media screen and (min-width: 40.0625em) {
  .animate .animate--text {
    position: relative;
    top: 20px;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease-in 0s, top 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    transition: opacity 0.3s ease-in 0s, top 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  }
  .animate.animate-on .animate--text {
    top: 0;
    opacity: 1;
  }
}

@media screen and (min-width: 40.0625em) {
  .parallax .parallax--element {
    position: relative;
    top: 0;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease-in;
    transition: opacity 0.3s ease-in;
  }
}

.cookie-bar {
  background: #323b43;
  color: #f5f6f7;
  position: relative;
  z-index: 5;
  text-align: center;
}

.cookie-bar a {
  color: #7ac1ff;
}

@media screen and (min-width: 64.0625em) {
  .cookie-bar {
    height: 50px;
  }
}

.cookie-bar-container {
  width: calc(100% - 20px);
  margin: 0px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  padding: 10px 0px;
}

@media screen and (min-width: 64.0625em) {
  .cookie-bar-container {
    padding: 0px;
    width: calc(100% - 80px);
  }
}

.cookie-bar-text {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

@media screen and (min-width: 64.0625em) {
  .cookie-bar-text {
    line-height: 50px;
  }
}

.cookie-bar-close {
  cursor: pointer;
  padding-left: 10px;
  -ms-flex-item-align: center;
  align-self: center;
  height: 100%;
}

@media screen and (min-width: 64.0625em) {
  .cookie-bar-close {
    line-height: 50px;
    padding-left: 0px;
  }
}

.navbar__logo {
  line-height: 1;
}

.masthead .nav-wrapper--fixed .masthead__navbar,
.nav-wrapper.nav-wrapper--fixed .masthead__overlay,
.nav-wrapper.nav-wrapper--fixed .masthead__overlay:before {
  background: #fff;
}

.navbar--light .navbar__btn {
  color: #3374ff;
  -webkit-box-shadow: inset 0 0 0 1px #d5d9dc;
  box-shadow: inset 0 0 0 1px #d5d9dc;
}

@media screen and (min-width: 40.0625em) {
  .navbar__link {
    display: inline-block !important;
  }
}

.nav-wrapper--fixed {
  position: relative;
  top: 0;
  z-index: 200;
  width: 100%;
  border: none;
  -webkit-transition: opacity 0.2s cubic-bezier(0.25, 0.1, 0.25, 1), visibility 0.2s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: opacity 0.2s cubic-bezier(0.25, 0.1, 0.25, 1), visibility 0.2s cubic-bezier(0.25, 0.1, 0.25, 1);
  -webkit-animation: navFixed 0.5s;
  animation: navFixed 0.5s;
}

.nav-wrapper--fixed .navbar__logo {
  color: #3374ff;
}

.nav-wrapper--fixed .navbar__link {
  color: #70767c;
}

.nav-wrapper--fixed .navbar__link:hover, .nav-wrapper--fixed .navbar__link:active {
  color: #323b43;
}

.nav-wrapper--fixed .navbar__btn {
  color: #3374ff;
}

.nav-wrapper--fixed .navbar__toggle-line,
.nav-wrapper--fixed .navbar__toggle-line:before,
.nav-wrapper--fixed .navbar__toggle-line:after {
  background-color: #70767c;
}

.nav-wrapper--fixed .navbar.masthead__navbar {
  background-image: none;
  background-color: #fff;
  position: fixed;
  z-index: 202;
  width: 100%;
  top: 0;
  left: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.nav-wrapper--fixed .masthead__overlay {
  background-color: transparent;
}

.nav-wrapper--fixed .navbar__container {
  border-bottom: none;
}

.masthead__overlay {
  position: fixed;
  opacity: 1;
  background: white;
  background: -webkit-gradient(left top, left bottom, color-stop(0%, white), color-stop(100%, rgba(255, 255, 255, 0)));
  background: -webkit-gradient(linear, left top, left bottom, from(white), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to bottom, white 0%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#ffffff", GradientType=0 );
}

@media screen and (max-width: 64em) {
  .masthead__container {
    display: table;
  }
}

@media screen and (min-width: 64.0625em) {
  .masthead__content {
    height: calc(90vh - 80px);
  }
}

.masthead__content button {
  font-size: 18px;
}

.masthead__logo {
  position: relative;
  width: 100%;
  max-width: 380px;
  font-size: 0;
  line-height: 0;
  margin: 0 auto;
}

.masthead__logo:before {
  content: "";
  display: block;
  padding-top: 25%;
  background-image: url("/img/home/logo.svg");
  background-repeat: no-repeat;
  background-size: contain;
}

.masthead__subtitle {
  font-size: 20px;
  line-height: 1.25;
  color: #70767c;
  margin: 30px auto 40px;
}

@media screen and (min-width: 40.0625em) {
  .masthead__subtitle {
    font-size: 30px;
    margin: 50px auto 60px;
  }
}

@media screen and (min-width: 64.0625em) {
  .masthead__subtitle {
    font-size: 40px;
    margin: 70px auto 80px;
  }
}

.masthead {
  background-image: url("/img/home/masthead-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}

.masthead video {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  background-image: url("/img/home/masthead-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
  opacity: .2;
}

@media screen and (min-width: 64.0625em) {
  .masthead video {
    display: block;
  }
}

@media screen and (min-width: 64.0625em) {
  .masthead {
    background: none;
  }
}

@media screen and (max-width: 40em) {
  .masthead .navbar__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .masthead .navbar__right #support-center-link-menu {
    display: none;
  }
  .masthead .navbar__right .signup-button {
    display: none;
  }
}

.masthead .js-open-player {
  background: transparent;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 0;
}

@media screen and (min-width: 40.0625em) {
  .masthead .js-open-player {
    margin-left: 40px;
  }
}

.masthead .js-open-player span {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 40px;
  margin: 0 10px 0 0;
  padding: 0;
  border-radius: 100%;
  -webkit-box-shadow: inset 0 0 0 1px #3374ff;
  box-shadow: inset 0 0 0 1px #3374ff;
  background: transparent;
  -webkit-transition: background 0.2s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: background 0.2s cubic-bezier(0.25, 0.1, 0.25, 1);
  overflow: hidden;
  vertical-align: middle;
}

.masthead .js-open-player span::before {
  -webkit-transform: translateX(-5px) translateY(-8px);
  transform: translateX(-5px) translateY(-8px);
  content: '';
  display: block;
  position: relative;
  margin-top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  z-index: 2;
  border-style: solid;
  border-width: 8px 0 8px 14px;
  border-color: transparent transparent transparent #3374ff;
}

.masthead .js-open-player:hover span {
  background: #3374ff;
}

.masthead .js-open-player:hover span::before {
  border-color: transparent transparent transparent #fff;
}

.arrow {
  position: absolute !important;
  max-width: 50%;
}

.arrow.promo-arrow {
  top: 200px;
  right: 55%;
}

.arrow.promo-arrow-shadow {
  top: 62%;
  right: 55%;
}

.arrow.brand-arrow-up {
  bottom: 0%;
  right: 50%;
  -webkit-transform: rotate(-5deg);
  transform: rotate(-5deg);
}

.arrow.brand-arrow-down {
  bottom: -30%;
  left: 0%;
}

.arrow.brand-arrow-shadow {
  bottom: 0%;
  right: 50%;
}

@media screen and (min-width: 64.0625em) {
  .arrow {
    max-width: none;
  }
}

.masthead .masthead__logo {
  top: 0;
  -webkit-transition: opacity 0.6s ease-in 0.4s, top 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s;
  transition: opacity 0.6s ease-in 0.4s, top 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s;
}

.masthead .masthead__subtitle {
  top: 10px;
  -webkit-transition: opacity 0.6s ease-in 1s, top 0.8s cubic-bezier(0.645, 0.045, 0.355, 1) 1s;
  transition: opacity 0.6s ease-in 1s, top 0.8s cubic-bezier(0.645, 0.045, 0.355, 1) 1s;
}

.masthead button.animate--text {
  top: 0px;
  margin-bottom: 10px;
  -webkit-transition: opacity 0.5s ease-in 1.8s, top 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) 1.8s;
  transition: opacity 0.5s ease-in 1.8s, top 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) 1.8s;
}

.promo__items img {
  z-index: 1;
  top: 0;
}

.promo__items img.promo__item--1 {
  position: absolute !important;
  left: 0;
  top: 30px;
}

.promo__items img.promo__item--2 {
  position: absolute !important;
  right: 0;
  top: 30px;
}

.promo__items img.promo__item--3 {
  margin: -50px auto -200px;
}

@media screen and (max-width: 40em) {
  .promo__items img {
    display: none;
  }
}

@media screen and (min-width: 64.0625em) {
  .promo__items h2 {
    font-size: 30px;
    margin: 0 0 0.25em;
  }
}

.promo__items .promo__item--detail {
  padding-left: 50px;
  background-position: left 5px;
  background-size: auto auto;
  background-repeat: no-repeat;
}

.promo__items .promo__item--detail h2 {
  text-align: left;
}

.promo__items .promo__item--detail:first-child {
  margin: 0 auto 2em;
}

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

.visitor__items .visitor__item {
  position: relative;
  width: 100%;
  max-width: 150px;
  margin: 0 auto;
  border-radius: 100%;
  background-position: center center;
  background-repeat: no-repeat;
}

.visitor__items .visitor__item circle {
  fill: none;
  stroke: none;
  stroke-width: .2;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 39 39;
  stroke-dashoffset: -39;
}

.visitor__items .visitor__item:before, .visitor__items .visitor__item:after {
  content: "";
  position: absolute;
  border-radius: 100%;
}

.visitor__items .visitor__item:before {
  top: 15px;
  right: 15px;
  width: 120px;
  height: 120px;
  background-size: 100% auto;
}

.visitor__items .visitor__item:after {
  top: 15px;
  right: 15px;
  width: 32px;
  height: 32px;
  background-image: url("/img/home/circle-check.png");
  opacity: 0;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .visitor__items .visitor__item:after {
    background-image: url("/img/home/@2x/circle-check.png");
    background-size: 32px 32px;
  }
}

.visitor__items .visitor__item.feature-1:before {
  background-image: url("/img/home/visitor-1.png");
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .visitor__items .visitor__item.feature-1:before {
    background-image: url("/img/home/@2x/visitor-1.png");
    background-size: 120px 120px;
  }
}

.visitor__items .visitor__item.feature-2:before {
  background-image: url("/img/home/visitor-2.png");
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .visitor__items .visitor__item.feature-2:before {
    background-image: url("/img/home/@2x/visitor-2.png");
    background-size: 120px 120px;
  }
}

.visitor__items .visitor__item.feature-3:before {
  background-image: url("/img/home/visitor-3.png");
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .visitor__items .visitor__item.feature-3:before {
    background-image: url("/img/home/@2x/visitor-3.png");
    background-size: 120px 120px;
  }
}

.visitor__items .visitor__item + p {
  color: #70767c;
  font-weight: 400;
}

.visitor__items.animate-on .feature-1 svg circle {
  stroke: #56D090;
  stroke-dashoffset: 0;
  -webkit-transition: .8s stroke-dashoffset 0.2s;
  transition: .8s stroke-dashoffset 0.2s;
}

.visitor__items.animate-on .feature-1:after {
  opacity: 1;
  -webkit-transition: opacity 0.3s linear 0.8s;
  transition: opacity 0.3s linear 0.8s;
}

.visitor__items.animate-on .feature-2 svg circle {
  stroke: #56D090;
  stroke-dashoffset: 0;
  -webkit-transition: .8s stroke-dashoffset 1s;
  transition: .8s stroke-dashoffset 1s;
}

.visitor__items.animate-on .feature-2:after {
  opacity: 1;
  -webkit-transition: opacity 0.3s linear 2s;
  transition: opacity 0.3s linear 2s;
}

.visitor__items.animate-on .feature-3 svg circle {
  stroke: #56D090;
  stroke-dashoffset: 0;
  -webkit-transition: .8s stroke-dashoffset 2s;
  transition: .8s stroke-dashoffset 2s;
}

.visitor__items.animate-on .feature-3:after {
  opacity: 1;
  -webkit-transition: opacity 0.3s linear 2.8s;
  transition: opacity 0.3s linear 2.8s;
}

.brand__items .brand__item--1 {
  margin-top: 60px;
}

.brand__items .brand__item--2 {
  position: absolute;
  right: 0;
}

@media screen and (min-width: 40.0625em) and (max-width: 64em) {
  .track__items > .container {
    display: block;
    text-align: center;
  }
  .track__items > .container > .col {
    width: 545px;
    margin: 0 auto;
  }
  .track__items > .container > .col-40 {
    margin: 0 auto 30px;
  }
}

@media screen and (min-width: 64.0625em) {
  .track__items > .container > .col {
    max-width: 545px;
  }
}

.track__items .rate {
  opacity: 0;
}

.track__items .track__item {
  padding: 20px 10px;
}

.track__items .track__items--delivery,
.track__items .track__items--click {
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.track__items .track__items--delivery .meter,
.track__items .track__items--click .meter {
  height: 70px;
}

.track__items .track__items--delivery .meter:before,
.track__items .track__items--click .meter:before {
  top: 16px;
  right: 17px;
  width: 116px;
  height: 116px;
}

@media screen and (max-width: 40em) {
  .track__items .track__items--delivery,
  .track__items .track__items--click {
    display: none;
  }
}

.track__items .track__items--open {
  max-width: 202px;
  padding: 30px 10px 40px;
  margin: 0 auto;
}

.track__items .track__items--open .meter {
  height: 85px;
}

.track__items .track__items--open .meter:before {
  top: 19px;
  right: 20px;
  width: 140px;
  height: 140px;
}

.track__items .meter {
  margin: -15px auto 20px;
  position: relative;
  overflow: hidden;
}

.track__items .meter:before {
  content: '';
  position: absolute;
  border: 2px solid rgba(0, 0, 0, 0.1);
  border-radius: 100%;
}

.track__items .meter circle {
  fill: none;
  stroke: none;
  stroke-width: .3;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 39 39;
  stroke-dashoffset: 39;
}

.track__items .meter h2, .track__items .meter h3 {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
}

@media screen and (min-width: 64.0625em) {
  .track__items .meter h3 {
    font-size: 30px;
  }
}

.track__items .percent, .track__items .rate {
  font-weight: 400;
}

.track__items .animate-on circle {
  stroke: #56D090;
  stroke-dashoffset: 0;
  -webkit-transition: 6.3s stroke-dashoffset cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: 6.3s stroke-dashoffset cubic-bezier(0.075, 0.82, 0.165, 1);
}

.track__items .animate-on .rate {
  opacity: 1;
  -webkit-transition: opacity 0.4s ease-in 3.2s;
  transition: opacity 0.4s ease-in 3.2s;
}

.features__items .container {
  max-width: 1000px;
}

.features__items .flex-col {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.features__items .panel {
  color: inherit;
  margin: 0 0 2.15%;
}

.features__items .panel h4 {
  margin: 0 auto 1em;
}

.features__items .panel p {
  font-size: 16px;
}

@media screen and (min-width: 40.0625em) {
  .features__items .panel {
    width: 32%;
    min-height: 300px;
  }
}

@media screen and (min-width: 64.0625em) {
  .features__items .panel {
    min-height: 250px;
  }
}

.section--bg.section--bg-1 {
  background-image: url("/img/home/section-bg-1.jpg");
}

@media screen and (min-width: 64.0625em) and (-webkit-min-device-pixel-ratio: 2), screen and (min-width: 64.0625em) and (min-resolution: 192dpi) {
  .section--bg.section--bg-1 {
    background-image: url("/img/home/@2x/section-bg-1.jpg");
  }
}

.section--bg.section--bg-2 {
  background-image: url("/img/home/section-bg-2.jpg");
}

@media screen and (min-width: 64.0625em) and (-webkit-min-device-pixel-ratio: 2), screen and (min-width: 64.0625em) and (min-resolution: 192dpi) {
  .section--bg.section--bg-2 {
    background-image: url("/img/home/@2x/section-bg-2.jpg");
  }
}

.section--bg.section--bg-3 {
  background-image: url("/img/home/section-bg-3.jpg");
}

@media screen and (min-width: 64.0625em) and (-webkit-min-device-pixel-ratio: 2), screen and (min-width: 64.0625em) and (min-resolution: 192dpi) {
  .section--bg.section--bg-3 {
    background-image: url("/img/home/@2x/section-bg-3.jpg");
  }
}

.compare__features .col {
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.compare__features img {
  display: inline-block;
}

.compare__features td {
  color: #adb1b5;
}

.compare__features td:after {
  display: none;
}

@media screen and (max-width: 40em) {
  .compare__features td {
    display: table-cell;
    background: inherit !important;
  }
}

.compare__features tr:first-child td {
  padding: 35px 35px !important;
}

.compare__features .compare__features--list {
  text-align: right;
  border: none;
  background: none;
}

.compare__features .compare__features--list td {
  background: none;
  font-size: 13px;
  line-height: 1.25;
  height: 30px;
}

@media screen and (min-width: 64.0625em) {
  .compare__features .compare__features--list td {
    font-size: 16px;
    padding-right: 50px;
    line-height: 1.5;
    white-space: nowrap;
    height: auto;
  }
}

@media screen and (max-width: 40em) {
  .compare__features .compare__features--list {
    display: none;
  }
}

.compare__features .compare__features--table {
  position: relative;
  border-radius: 0 !important;
  z-index: 1;
}

.compare__features .compare__features--table.yahoo tr:nth-child(even) td {
  background-color: rgba(248, 248, 248, 0.4);
}

@media screen and (min-width: 40.0625em) {
  .compare__features .compare__features--table.yahoo {
    border-right: none;
  }
}

@media screen and (min-width: 40.0625em) {
  .compare__features .compare__features--table.mailchimp {
    border-left: none;
  }
}

.compare__features .compare__features--table.mailchimp tr:nth-child(even) td {
  background-color: rgba(248, 248, 248, 0.4);
}

.compare__features .compare__features--table.promote {
  -webkit-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1);
  z-index: 2;
}

.compare__features .compare__features--table.promote .icon--normal {
  color: #56D090;
}

.compare__features .compare__features--table.promote tr:first-child td {
  padding: 50px 45px !important;
}

@media screen and (max-width: 40em) {
  .compare__features .compare__features--table.promote {
    border-bottom: none;
    border-top: none;
  }
}

.compare__features .compare__features--table td {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05) !important;
}

.compare__features .compare__features--table-list {
  text-align: right;
}

@media screen and (min-width: 40.0625em) {
  .compare__features .compare__features--table-list {
    display: none;
  }
}

.compare__features--plans {
  position: absolute;
  left: 0;
  bottom: -30px;
  width: 100%;
  color: inherit;
  font-size: 12px;
  text-align: center;
}

.start__feature .signup-button {
  background: #56D090;
}

.fsvp__player {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1000;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.75s cubic-bezier(0.19, 1, 0.22, 1), visibility 0.75s cubic-bezier(0.19, 1, 0.22, 1) 0.3s, z-index 0.75s cubic-bezier(0.19, 1, 0.22, 1) 0.3s;
  transition: opacity 0.75s cubic-bezier(0.19, 1, 0.22, 1), visibility 0.75s cubic-bezier(0.19, 1, 0.22, 1) 0.3s, z-index 0.75s cubic-bezier(0.19, 1, 0.22, 1) 0.3s;
}

.fsvp__player:not(.is-playing) .fsvp__player-controls,
.fsvp__player:not(.is-playing) .fsvp__player-topbar, .fsvp__player.is-over.is-playing .fsvp__player-controls,
.fsvp__player.is-over.is-playing .fsvp__player-topbar {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.75s cubic-bezier(0.19, 1, 0.22, 1), visibility 0s linear 0s;
  transition: opacity 0.75s cubic-bezier(0.19, 1, 0.22, 1), visibility 0s linear 0s;
}

.fsvp__player.is-playing {
  z-index: 500;
  -webkit-transition: opacity 0.75s cubic-bezier(0.19, 1, 0.22, 1), visibility 0s linear 0s, z-index 0s linear 0s;
  transition: opacity 0.75s cubic-bezier(0.19, 1, 0.22, 1), visibility 0s linear 0s, z-index 0s linear 0s;
}

.fsvp__player.is-playing .fsvp__player-controls,
.fsvp__player.is-playing .fsvp__player-topbar {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.75s cubic-bezier(0.19, 1, 0.22, 1), visibility 0.75s cubic-bezier(0.19, 1, 0.22, 1) 0.3s;
  transition: opacity 0.75s cubic-bezier(0.19, 1, 0.22, 1), visibility 0.75s cubic-bezier(0.19, 1, 0.22, 1) 0.3s;
}

.fsvp__player.is-visible {
  z-index: 500;
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.75s cubic-bezier(0.19, 1, 0.22, 1), visibility 0s linear 0s, z-index 0s linear 0s;
  transition: opacity 0.75s cubic-bezier(0.19, 1, 0.22, 1), visibility 0s linear 0s, z-index 0s linear 0s;
}

.fsvp__video {
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 0;
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  background-size: cover;
  background-color: #000;
}

.fsvp__video.is-mobile {
  display: none;
}

.fsvp__player-topbar {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(transparent));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), transparent);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  padding: 30px 30px 60px 30px;
  line-height: 20px;
  -webkit-transition: opacity 0.75s cubic-bezier(0.19, 1, 0.22, 1), visibility 0s linear 0s;
  transition: opacity 0.75s cubic-bezier(0.19, 1, 0.22, 1), visibility 0s linear 0s;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.fsvp__player-topbar-title {
  color: #fff;
  font-size: 30px;
  line-height: 1.25em;
  font-family: "effra", "Square Market", Helvetica, Arial, sans-serif;
  font-weight: 300;
}

.fsvp__player-topbar-close {
  margin: -20px;
  padding: 20px;
  color: #fff;
  cursor: pointer;
  -webkit-transition: color 0.2s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: color 0.2s cubic-bezier(0.25, 0.1, 0.25, 1);
}

.fsvp__player-topbar-close:hover {
  color: #3374ff;
}

.fsvp__player-controls {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  padding: 60px 30px 10px 30px;
  -webkit-transition: opacity 0.75s cubic-bezier(0.19, 1, 0.22, 1), visibility 0s linear 0s;
  transition: opacity 0.75s cubic-bezier(0.19, 1, 0.22, 1), visibility 0s linear 0s;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.fsvp__player-controls-play {
  margin-left: -20px;
  padding: 20px;
  line-height: 0;
  border: 0 !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  background: none;
}

.fsvp__player-controls-play::before, .fsvp__player-controls-play::after {
  content: '';
  -webkit-transition: border-color 0.2s cubic-bezier(0.25, 0.1, 0.25, 1), color 0.2s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: border-color 0.2s cubic-bezier(0.25, 0.1, 0.25, 1), color 0.2s cubic-bezier(0.25, 0.1, 0.25, 1);
}

.fsvp__player-controls-play::before {
  content: '';
  display: block;
  position: relative;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 8px;
  border-color: transparent transparent transparent #fff;
}

.fsvp__player-controls-play:hover::before {
  border-color: transparent transparent transparent #3374ff;
}

.fsvp__player-controls-play.is-playing::before, .fsvp__player-controls-play.is-playing::after {
  display: inline-block;
  width: 2px;
  height: 10px;
  border: 0;
  background: #fff;
}

.fsvp__player-controls-play.is-playing::before {
  margin-right: 4px;
}

.fsvp__player-controls-play.is-playing:hover::before, .fsvp__player-controls-play.is-playing:hover::after {
  background: #3374ff;
}

.fsvp__player-controls-progress {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 8px;
  margin-right: 20px;
  border: 0;
  border-radius: 4px;
  background: #50d18e;
  cursor: pointer;
  overflow: hidden;
  /* IE10 */
}

.fsvp__player-controls-progress[value] {
  color: #f5f6f7;
}

.fsvp__player-controls-progress::-webkit-progress-bar-value {
  background: #f5f6f7;
}

.fsvp__player-controls-progress::-webkit-progress-value {
  background: #f5f6f7;
}

.fsvp__player-controls-progress::-moz-progress-bar {
  background: #f5f6f7;
}

.fsvp__player-controls-progress::-webkit-progress-bar {
  background: #50d18e;
}

.fsvp__player-controls-current-time,
.fsvp__player-controls-duration {
  color: #fff;
  cursor: default;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fsvp__player-controls-duration::before {
  content: '/';
  display: inline;
  margin: 0 6px;
  color: #fff;
}

/*# sourceMappingURL=maps/home.css.map */
