/* 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 */
@import url(//fonts.googleapis.com/css?family=Karla);
@import url(//fonts.googleapis.com/css?family=Karla);
@-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;
  -moz-text-align-last: 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;
  -moz-text-align-last: left;
  -moz-text-align-last: start;
  -moz-text-align-last: initial;
  text-align-last: left;
  text-align-last: start;
  text-align-last: initial;
}

.grid--justify-center {
  text-align: center;
  -moz-text-align-last: 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;
  -moz-text-align-last: left;
  -moz-text-align-last: start;
  -moz-text-align-last: initial;
  text-align-last: left;
  text-align-last: start;
  text-align-last: initial;
}

.grid--justify-space-between {
  text-align: justify;
  -moz-text-align-last: 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;
  -moz-text-align-last: left;
  -moz-text-align-last: start;
  -moz-text-align-last: initial;
  text-align-last: left;
  text-align-last: start;
  text-align-last: initial;
}

.grid--justify-space-around {
  text-align: justify;
  -moz-text-align-last: 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;
  -moz-text-align-last: left;
  -moz-text-align-last: start;
  -moz-text-align-last: 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("/app/marketing/fonts/proxima-nova-light/31AC96_0_01.eot");
  src: url("/app/marketing/fonts/proxima-nova-light/31AC96_0_01.eot?#iefix") format("embedded-opentype"), url("/app/marketing/fonts/proxima-nova-light/31AC96_0_01.woff") format("woff"), url("/app/marketing/fonts/proxima-nova-light/31AC96_0_01.ttf") format("truetype");
}

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

@font-face {
  font-family: 'proxima';
  font-style: normal;
  font-weight: 600;
  src: url("/app/marketing/fonts/proxima-nova-semibold/31AC96_2_01.eot");
  src: url("/app/marketing/fonts/proxima-nova-semibold/31AC96_2_01.eot?#iefix") format("embedded-opentype"), url("/app/marketing/fonts/proxima-nova-semibold/31AC96_2_01.woff") format("woff"), url("/app/marketing/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("/app/marketing/fonts/w-icons/wicons.svg") format("svg");
  }
}

@font-face {
  font-family: 'wsocial';
  src: url("/app/marketing/fonts/wSocial/wsocial.eot?buildTime=123412341234");
  src: url("/app/marketing/fonts/wSocial/wsocial.eot?buildTime=123412341234#iefix") format("embedded-opentype"), url("/app/marketing/fonts/wSocial/wsocial.woff?buildTime=123412341234") format("woff"), url("/app/marketing/fonts/wSocial/wsocial.ttf?buildTime=123412341234") format("truetype"), url("/app/marketing/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("/app/marketing/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;
}

@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

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

.lead-form-default-font, body.leadform, body.leadform button {
  font-family: 'Karla', 'Helvetica Neue', 'Helvetica', sans-serif;
}

.lead-form-close, .leadform-welcome-mat-close-button, .leadform--welcome-mat .leadform-welcome-mat-close {
  color: #666c70;
  font-size: 35px;
  font-weight: 200;
}

.lead-form-container-default {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.leadform-welcome-mat-close-button, .leadform--welcome-mat .leadform-welcome-mat-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 47px;
  height: 47px;
  background: rgba(255, 255, 255, 0.3);
  line-height: 38px;
  text-indent: 10px;
  text-align: center;
  border-bottom-left-radius: 100%;
  cursor: pointer;
}

.lead-form-anchored-trigger-icon, .leadform--anchored .leadform-widget-container.anchored_sidebar .leadform-anchored-trigger {
  width: 50px;
  height: 50px;
  background: #000 url("//p.weebly.com/lead-form/email-icon.png") center no-repeat;
  z-index: 999;
  cursor: pointer;
}

.leadform-widget-container .form-control input {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.leadform-widget-container .form-control button,
.leadform-widget-container .button-field button {
  padding-top: 0;
  padding-bottom: 0;
  border: 0;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}

@keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
}

@keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.btn--absolute-text {
  position: absolute;
  height: 100%;
  width: 100%;
  display: inline-block;
  left: 0;
  top: 0;
  background: transparent;
}

.leadform--popup .leadform-widget-container {
  background: #fff;
  overflow: hidden;
  height: 100%;
}

.leadform--popup .leadform-widget-container .leadform-overlay {
  height: 387px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.leadform--popup .leadform-widget-container .leadform-widget {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 30px;
}

.leadform--popup .leadform-widget-container .leadform-widget-button-container--basic {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.leadform--popup .leadform-widget-container .leadform-widget-inline-button--basic {
  width: calc(50% - 8px);
}

@media screen and (max-width: 30em) {
  .leadform--popup .leadform-widget-container .leadform-widget-button-container {
    display: block;
  }
  .leadform--popup .leadform-widget-container .leadform-widget-inline-button--ff {
    display: block;
    width: 100%;
    margin-bottom: 8px;
  }
}

@media screen and (min-width: 30em) {
  .leadform--popup .leadform-widget-container .leadform-widget-button-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .leadform--popup .leadform-widget-container .leadform-widget-inline-button--ff {
    width: 128px;
    display: inline-block;
  }
}

.leadform--popup .leadform-widget-container .leadform-widget .name-field {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.leadform--popup .leadform-widget-container .leadform-widget .name-field__col {
  float: left;
  display: block;
  margin-right: 2.43902%;
  width: 48.78049%;
  margin-bottom: 10px;
}

.leadform--popup .leadform-widget-container .leadform-widget .name-field__col:last-child {
  margin-right: 0;
}

.leadform--popup .leadform-widget-container .leadform-widget .name-field__col:only-child {
  width: 100%;
}

.leadform--popup .leadform-widget-container .leadform-widget .birthday-field__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.leadform--popup .leadform-widget-container .leadform-widget .birthday-field__row .birthday-field__col {
  border: none;
  border-right: 1px solid #d5d9dc;
  margin-bottom: 0;
}

.leadform--popup .leadform-widget-container .leadform-widget .birthday-field__row .birthday-field__col:last-child {
  border-right: none;
}

.leadform--popup .leadform-widget-container .leadform-widget .form-control {
  margin-bottom: 10px;
}

.leadform--popup .leadform-widget-container .leadform-widget .form-control input {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #70767c;
  background-color: #fff;
  border: 1px solid #d5d9dc;
  border-radius: 2px;
  padding: 10px 20px;
  width: 100%;
  -webkit-transition: border 0.2s ease-in-out, background-color 0.2s ease-in-out, color 0.2s ease-in-out;
  transition: border 0.2s ease-in-out, background-color 0.2s ease-in-out, color 0.2s ease-in-out;
}

.leadform--popup .leadform-widget-container .leadform-widget .form-control input:focus {
  border-color: #70767c;
}

.leadform--popup .leadform-widget-container .leadform-widget .form-control__invalid-text {
  font-size: 14px;
  margin-top: 5px;
  margin-bottom: 10px;
}

.leadform--popup .leadform-widget-container .leadform-widget .t-leadform-title {
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  display: block;
}

.leadform--popup .leadform-widget-container .leadform-widget .t-leadform-description {
  margin-bottom: 20px;
  font-size: 16px;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  line-height: 1.5;
  -webkit-line-clamp: 4;
  max-height: 6em;
}

.leadform--popup .leadform-widget-container .leadform-widget .button-field {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
}

.leadform--popup .leadform-widget-container .leadform-widget .button-field button {
  width: 100%;
  min-width: 40px;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #000;
  color: #fff;
  font-size: 16px;
  height: 40px;
}

.leadform--popup .leadform-widget-container .leadform-widget .button-field button:hover {
  background: #70767c;
}

.leadform--popup .leadform-widget-container .leadform-widget .button-field__col {
  float: left;
  display: block;
  margin-right: 2.43902%;
  width: 48.78049%;
  margin-bottom: 10px;
}

.leadform--popup .leadform-widget-container .leadform-widget .button-field__col:last-child {
  margin-right: 0;
}

.leadform--popup .leadform-widget-container .leadform-widget .button-field__col.button-field__col-close {
  text-align: right;
  line-height: 40px;
  padding-right: 20px;
}

.leadform--popup .leadform-widget-container .leadform-widget .button-field__col.button-field__col-close a {
  display: block;
  color: #70767c;
}

.leadform--popup .leadform-widget-container .leadform-widget .button-field__col.button-field__col-subscribe {
  text-align: left;
}

@media screen and (max-width: 22.5em) {
  .leadform--popup .leadform-widget-container.basic .leadform-widget .t-leadform-description {
    -webkit-line-clamp: 3;
    max-height: 4.5em;
  }
}

.leadform--popup .lead-form-medium-down .leadform-widget-container.popup_basic .leadform-widget .t-leadform-description,
.leadform--popup .lead-form-small-landscape-only .leadform-widget-container.popup_basic .leadform-widget .t-leadform-description,
.leadform--popup .lead-form-small-portrait-only .leadform-widget-container.popup_basic .leadform-widget .t-leadform-description {
  -webkit-line-clamp: 3;
  max-height: 4.5em;
}

.leadform--popup .leadform-widget-container.popup_full .leadform-widget {
  padding: 30px 60px;
}

@media screen and (max-width: 22.5em) {
  .leadform--popup .leadform-widget-container.popup_full .leadform-widget {
    padding: 30px;
  }
}

.leadform--popup .leadform-widget-container.popup_full .leadform-widget .name-field .email-col {
  margin-bottom: 0;
}

.leadform--popup .leadform-widget-container.popup_full .leadform-widget .button-field__col.button-field__col-subscribe.button-field__full {
  width: 100%;
  text-align: center;
}

.leadform--popup .leadform-widget-container.popup_full .leadform-widget .button-field__col.button-field__col-subscribe button {
  width: auto;
}

.leadform--popup .lead-form-small-portrait-only .leadform-widget-container.popup_full .leadform-widget {
  padding: 30px;
}

.leadform--popup .leadform-widget-container.popup_split {
  background: #d8d8d8;
  position: relative;
}

.leadform--popup .leadform-widget-container.popup_split .leadform-imagedrag {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  cursor: move;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (max-width: 30em) {
  .leadform--popup .leadform-widget-container.popup_split .leadform-imagedrag {
    background-size: cover !important;
    width: 100%;
    height: 158px;
  }
}

@media screen and (max-width: 30em) and (max-height: 460px) {
  .leadform--popup .leadform-widget-container.popup_split .leadform-imagedrag {
    display: none;
  }
}

.leadform--popup .leadform-widget-container.popup_split .leadform-overlay {
  position: relative;
  background: #fff;
  float: right;
  width: 50%;
}

@media screen and (max-width: 30em) {
  .leadform--popup .leadform-widget-container.popup_split .leadform-overlay {
    width: 100%;
    margin-top: 158px;
  }
}

@media screen and (max-width: 30em) and (max-height: 460px) {
  .leadform--popup .leadform-widget-container.popup_split .leadform-overlay {
    margin-top: 0px;
    height: 100%;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
  }
}

.leadform--popup .leadform-widget-container.popup_split .leadform-widget {
  padding-left: 0;
}

@media screen and (max-width: 30em) {
  .leadform--popup .leadform-widget-container.popup_split .leadform-widget {
    padding-top: 0;
    padding-left: 30px;
  }
}

.leadform--popup .leadform-widget-container.popup_split .leadform-widget .t-leadform-title,
.leadform--popup .leadform-widget-container.popup_split .leadform-widget .t-leadform-description {
  text-align: right;
}

.leadform--popup .leadform-widget-container.popup_split .leadform-widget .t-leadform-success {
  padding-left: 40px;
  padding-right: 10px;
}

@media screen and (max-width: 22.5em) {
  .leadform--popup .leadform-widget-container.popup_split .leadform-widget .t-leadform-success {
    padding-left: 0;
  }
}

.leadform--popup .leadform-widget-container.popup_split .leadform-widget .button-field__col {
  text-align: center;
}

.leadform--popup .leadform-widget-container.popup_split .leadform-widget .button-field__col button {
  width: 100%;
}

@media screen and (max-width: 22.5em) {
  .leadform--popup .leadform-widget-container.popup_split .leadform-widget .name-field__col {
    float: left;
    display: block;
    margin-right: 2.43902%;
    width: 48.78049%;
    margin-bottom: 10px;
  }
  .leadform--popup .leadform-widget-container.popup_split .leadform-widget .name-field__col:last-child {
    margin-right: 0;
  }
  .leadform--popup .leadform-widget-container.popup_split .leadform-widget .name-field__col:only-child {
    width: 100%;
  }
}

@media screen and (max-width: 22.5em) {
  .leadform--popup .leadform-widget-container.popup_split .leadform-widget .birthday-field__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .leadform--popup .leadform-widget-container.popup_split .leadform-widget .birthday-field__row .birthday-field__col {
    border: none;
    border-right: 1px solid #d5d9dc;
    margin-bottom: 0;
  }
  .leadform--popup .leadform-widget-container.popup_split .leadform-widget .birthday-field__row .birthday-field__col:last-child {
    border-right: none;
  }
}

@media screen and (max-width: 22.5em) {
  .leadform--popup .leadform-widget-container.popup_split .leadform-widget {
    padding: 20px;
  }
}

.leadform--popup .leadform-widget-container.popup_split .leadform__slope {
  height: 0;
  border-width: 0 0 400px 90px;
  border-style: solid;
  border-color: transparent #fff #fff transparent;
  position: absolute;
  top: 0;
  right: 0;
}

@media screen and (max-width: 30em) {
  .leadform--popup .leadform-widget-container.popup_split .leadform__slope {
    border-width: 0 0 90px 400px;
    top: 68px;
    right: auto;
    left: 0;
  }
}

.leadform--popup .lead-form-medium-down .leadform-widget-container.popup_split,
.leadform--popup .lead-form-small-landscape-only .leadform-widget-container.popup_split {
  height: 100%;
}

.leadform--popup .lead-form-medium-down .leadform-widget-container.popup_split .leadform-imagedrag,
.leadform--popup .lead-form-small-landscape-only .leadform-widget-container.popup_split .leadform-imagedrag {
  background-size: cover !important;
  width: 100%;
  height: 158px;
}

.leadform--popup .lead-form-medium-down .leadform-widget-container.popup_split .leadform-overlay,
.leadform--popup .lead-form-small-landscape-only .leadform-widget-container.popup_split .leadform-overlay {
  width: 100%;
  margin-top: 158px;
}

.leadform--popup .lead-form-medium-down .leadform-widget-container.popup_split .leadform-widget,
.leadform--popup .lead-form-small-landscape-only .leadform-widget-container.popup_split .leadform-widget {
  padding-top: 0;
  padding-left: 30px;
}

.leadform--popup .lead-form-medium-down .leadform-widget-container.popup_split .leadform__slope,
.leadform--popup .lead-form-small-landscape-only .leadform-widget-container.popup_split .leadform__slope {
  border-width: 0 0 90px 400px;
  top: 68px;
  right: auto;
  left: 0;
}

.leadform--popup .lead-form-small-portrait-only .leadform-widget-container.popup_split .leadform-widget {
  padding: 20px;
}

.leadform--popup .lead-form-small-portrait-only .leadform-widget-container.popup_split .leadform-widget .t-leadform-success {
  padding-left: 0;
}

.leadform--popup .lead-form-small-portrait-only .leadform-widget-container.popup_split .leadform-widget .name-field__col {
  float: left;
  display: block;
  margin-right: 2.43902%;
  width: 48.78049%;
  margin-bottom: 10px;
}

.leadform--popup .lead-form-small-portrait-only .leadform-widget-container.popup_split .leadform-widget .name-field__col:last-child {
  margin-right: 0;
}

.leadform--popup .lead-form-small-portrait-only .leadform-widget-container.popup_split .leadform-widget .name-field__col:only-child {
  width: 100%;
}

.leadform--popup .lead-form-small-portrait-only .leadform-widget-container.popup_split .leadform-widget .birthday-field__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.leadform--popup .lead-form-small-portrait-only .leadform-widget-container.popup_split .leadform-widget .birthday-field__row .birthday-field__col {
  border: none;
  border-right: 1px solid #d5d9dc;
  margin-bottom: 0;
}

.leadform--popup .lead-form-small-portrait-only .leadform-widget-container.popup_split .leadform-widget .birthday-field__row .birthday-field__col:last-child {
  border-right: none;
}

.leadform--popup .leadform-widget-container.popup_50-50 {
  background: #d8d8d8;
  position: relative;
}

.leadform--popup .leadform-widget-container.popup_50-50 .leadform-imagedrag {
  position: absolute;
  top: 0;
  left: 0;
  width: 48%;
  height: 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (max-width: 30em) {
  .leadform--popup .leadform-widget-container.popup_50-50 .leadform-imagedrag {
    background-size: cover !important;
    width: 100%;
    height: 158px;
  }
}

@media screen and (max-width: 22.5em) {
  .leadform--popup .leadform-widget-container.popup_50-50 .leadform-imagedrag {
    background-size: cover !important;
    width: 100%;
    height: 118px;
  }
}

@media screen and (max-width: 30em) and (max-height: 460px) {
  .leadform--popup .leadform-widget-container.popup_50-50 .leadform-imagedrag {
    display: none;
  }
}

.leadform--popup .leadform-widget-container.popup_50-50 .leadform-overlay {
  position: relative;
  background: #fff;
  float: right;
  width: 52%;
}

@media screen and (max-width: 30em) {
  .leadform--popup .leadform-widget-container.popup_50-50 .leadform-overlay {
    width: 100%;
    margin-top: 158px;
  }
}

@media screen and (max-width: 22.5em) {
  .leadform--popup .leadform-widget-container.popup_50-50 .leadform-overlay {
    margin-top: 118px;
    height: 430px;
  }
}

@media screen and (max-width: 30em) and (max-height: 460px) {
  .leadform--popup .leadform-widget-container.popup_50-50 .leadform-overlay {
    height: 100%;
    margin-top: 0px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
  }
}

.leadform--popup .leadform-widget-container.popup_50-50 .leadform-widget .t-leadform-title,
.leadform--popup .leadform-widget-container.popup_50-50 .leadform-widget .t-leadform-description {
  text-align: right;
}

.leadform--popup .leadform-widget-container.popup_50-50 .leadform-widget .t-leadform-description {
  -webkit-line-clamp: 3;
  max-height: 4.5em;
}

.leadform--popup .leadform-widget-container.popup_50-50 .leadform-widget .t-leadform-success {
  padding-left: 40px;
}

@media screen and (max-width: 30em) {
  .leadform--popup .leadform-widget-container.popup_50-50 .leadform-widget .t-leadform-success {
    padding-left: 0;
  }
}

.leadform--popup .leadform-widget-container.popup_50-50 .leadform-widget .button-field__col {
  text-align: center;
  width: 100%;
  padding-right: 0;
}

@media screen and (max-width: 22.5em) {
  .leadform--popup .leadform-widget-container.popup_50-50 .leadform-widget .name-field__col {
    float: left;
    display: block;
    margin-right: 2.43902%;
    width: 48.78049%;
    margin-bottom: 10px;
  }
  .leadform--popup .leadform-widget-container.popup_50-50 .leadform-widget .name-field__col:last-child {
    margin-right: 0;
  }
  .leadform--popup .leadform-widget-container.popup_50-50 .leadform-widget .name-field__col:only-child {
    width: 100%;
  }
}

@media screen and (max-width: 22.5em) {
  .leadform--popup .leadform-widget-container.popup_50-50 .leadform-widget .birthday-field__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .leadform--popup .leadform-widget-container.popup_50-50 .leadform-widget .birthday-field__row .birthday-field__col {
    border: none;
    border-right: 1px solid #d5d9dc;
    margin-bottom: 0;
  }
  .leadform--popup .leadform-widget-container.popup_50-50 .leadform-widget .birthday-field__row .birthday-field__col:last-child {
    border-right: none;
  }
}

.leadform--popup .lead-form-medium-down .leadform-widget-container.popup_50-50,
.leadform--popup .lead-form-small-landscape-only .leadform-widget-container.popup_50-50 {
  height: 100%;
}

.leadform--popup .lead-form-medium-down .leadform-widget-container.popup_50-50 .leadform-imagedrag,
.leadform--popup .lead-form-small-landscape-only .leadform-widget-container.popup_50-50 .leadform-imagedrag {
  background-size: cover !important;
  width: 100%;
  height: 158px;
}

.leadform--popup .lead-form-medium-down .leadform-widget-container.popup_50-50 .leadform-overlay,
.leadform--popup .lead-form-small-landscape-only .leadform-widget-container.popup_50-50 .leadform-overlay {
  width: 100%;
  margin-top: 158px;
}

.leadform--popup .lead-form-medium-down .leadform-widget-container.popup_50-50 .leadform-widget .t-leadform-success,
.leadform--popup .lead-form-small-landscape-only .leadform-widget-container.popup_50-50 .leadform-widget .t-leadform-success {
  padding-left: 0;
}

.leadform--popup .lead-form-small-portrait-only .leadform-widget-container.popup_50-50 .leadform-imagedrag {
  background-size: cover !important;
  width: 100%;
  height: 118px;
}

.leadform--popup .lead-form-small-portrait-only .leadform-widget-container.popup_50-50 .leadform-overlay {
  margin-top: 118px;
  height: 430px;
}

.leadform--popup .lead-form-small-portrait-only .leadform-widget-container.popup_50-50 .name-field__col {
  float: left;
  display: block;
  margin-right: 2.43902%;
  width: 48.78049%;
  margin-bottom: 10px;
}

.leadform--popup .lead-form-small-portrait-only .leadform-widget-container.popup_50-50 .name-field__col:last-child {
  margin-right: 0;
}

.leadform--popup .lead-form-small-portrait-only .leadform-widget-container.popup_50-50 .name-field__col:only-child {
  width: 100%;
}

.leadform--popup .lead-form-small-portrait-only .leadform-widget-container.popup_50-50 .birthday-field__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.leadform--popup .lead-form-small-portrait-only .leadform-widget-container.popup_50-50 .birthday-field__row .birthday-field__col {
  border: none;
  border-right: 1px solid #d5d9dc;
  margin-bottom: 0;
}

.leadform--popup .lead-form-small-portrait-only .leadform-widget-container.popup_50-50 .birthday-field__row .birthday-field__col:last-child {
  border-right: none;
}

.leadform--popup .leadform-widget-container.popup_compact .leadform-overlay {
  height: 373px;
}

.leadform--popup .leadform-widget-container.popup_compact .leadform-widget {
  padding: 30px 30px 70px 30px;
}

.leadform--popup .leadform-widget-container.popup_compact .t-leadform-title,
.leadform--popup .leadform-widget-container.popup_compact .t-leadform-description {
  text-align: left;
}

.leadform--popup .leadform-widget-container.popup_compact .t-leadform-success {
  text-align: center;
}

.leadform--popup .leadform-widget-container.popup_compact .form-control input, .leadform--popup .leadform-widget-container.popup_compact .input-group__content {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  border-bottom: 1px solid #323b43;
  border-radius: 0;
  background: none;
}

.leadform--popup .leadform-widget-container.popup_compact .form-control input:focus, .leadform--popup .leadform-widget-container.popup_compact .input-group__content:focus {
  background: none;
  border-bottom: 1px solid #70767c;
}

.leadform--popup .leadform-widget-container.popup_compact .button-field button {
  line-height: 60px;
  height: 60px;
  font-size: 22px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.leadform--popup .leadform-widget-container .leadform-widget .t-leadform-coupon.t-leadform-success-message {
  color: #72c351;
  line-height: 32px;
  display: none;
}

.leadform--popup .leadform-widget-container .leadform-widget .t-leadform-coupon.t-leadform-p {
  width: 100%;
  text-align: center;
}

.leadform--popup .leadform-widget-container .leadform-widget .leadform-coupon-summary {
  text-align: center;
}

.leadform--popup .leadform-widget-container .leadform-widget .leadform-coupon-code-input {
  width: 100%;
  max-width: 220px;
  display: block;
  margin: 0px auto;
}

.leadform--popup .leadform-widget-container .leadform-widget .leadform-copy-btn {
  width: 100%;
  max-width: 220px;
  display: block;
  margin: 8px auto;
}

.leadform--full-bar .leadform-widget-container.smart-bar_full-bar {
  overflow: hidden;
  padding: 15px 0;
}

.leadform--full-bar .leadform-widget-container.smart-bar_full-bar .leadform-overlay {
  padding: 0 20px;
}

@media screen and (min-width: 40.0625em) {
  .leadform--full-bar .leadform-widget-container.smart-bar_full-bar .leadform-overlay {
    text-align: center;
  }
}

.leadform--full-bar .leadform-widget-container.smart-bar_full-bar .leadform-widget {
  padding: 0;
  color: #fff;
  max-width: 100%;
  text-align: center;
}

@media screen and (min-width: 40.0625em) {
  .leadform--full-bar .leadform-widget-container.smart-bar_full-bar .leadform-widget {
    display: inline-block;
    max-width: 90%;
    min-width: 90%;
  }
}

@media screen and (max-width: 22.5em) {
  .leadform--full-bar .leadform-widget-container.smart-bar_full-bar .leadform-widget {
    padding: 15px 0;
  }
}

.leadform--full-bar .leadform-widget-container.smart-bar_full-bar .leadform-widget input[type=text],
.leadform--full-bar .leadform-widget-container.smart-bar_full-bar .leadform-widget input[type=email] {
  width: 65%;
  float: left;
  border: 1px solid #000;
  height: 40px;
  font-size: 14px;
}

@media screen and (max-width: 22.5em) {
  .leadform--full-bar .leadform-widget-container.smart-bar_full-bar .leadform-widget input[type=text],
  .leadform--full-bar .leadform-widget-container.smart-bar_full-bar .leadform-widget input[type=email] {
    min-width: 0;
    width: 80%;
  }
}

.leadform--full-bar .leadform-widget-container.smart-bar_full-bar .leadform-widget .form-control__invalid-text {
  width: 100%;
  text-align: center;
  font-size: 14px;
  margin-top: 9px;
}

@media screen and (min-width: 40.0625em) {
  .leadform--full-bar .leadform-widget-container.smart-bar_full-bar .leadform-widget .form-control__invalid-text {
    text-align: left;
  }
}

.leadform--full-bar .leadform-widget-container.smart-bar_full-bar .leadform-widget button {
  float: left;
  margin-left: -2px;
  margin-bottom: 0;
  line-height: 40px;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #70767c;
  color: #fff;
  width: 35%;
  font-size: 14px;
  height: 40px;
  /* Fix missing background color on the button */
}

@media screen and (max-width: 22.5em) {
  .leadform--full-bar .leadform-widget-container.smart-bar_full-bar .leadform-widget button {
    width: 20%;
    text-indent: -9999px;
    background: #70767c url("//p.weebly.com/lead-form/submit.png") center no-repeat;
  }
}

.leadform--full-bar .leadform-widget-container.smart-bar_full-bar .leadform-widget button:hover {
  background-color: #adb1b5;
}

.leadform--full-bar .leadform-widget-container.smart-bar_full-bar .leadform-widget .leadform-widget__col {
  width: auto;
  max-width: 100%;
  margin: 0 auto;
  line-height: 1;
  display: block;
}

@media screen and (min-width: 30em) {
  .leadform--full-bar .leadform-widget-container.smart-bar_full-bar .leadform-widget .leadform-widget__col {
    width: 400px;
  }
}

@media screen and (min-width: 40.0625em) {
  .leadform--full-bar .leadform-widget-container.smart-bar_full-bar .leadform-widget .leadform-widget__col {
    display: inline-block;
    vertical-align: middle;
    font-weight: bold;
    width: auto;
    max-width: none;
  }
  .leadform--full-bar .leadform-widget-container.smart-bar_full-bar .leadform-widget .leadform-widget__col:last-child {
    margin-left: 20px;
  }
}

.leadform--full-bar .leadform-widget-container.smart-bar_full-bar .leadform-widget .leadform-widget__col:first-child {
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  max-width: 90%;
  text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  white-space: nowrap;
}

.leadform--full-bar .leadform-widget-container.smart-bar_full-bar .leadform-widget .leadform-widget__col:first-child.has-action-button {
  margin-bottom: 10px;
  /* Space between text and announce button when they're stacked on smaller viewport size */
  vertical-align: bottom;
  /* Vertically aligns announce text (that has bottom margin) with announce button when they're on the same line */
}

@media screen and (min-width: 40.0625em) {
  .leadform--full-bar .leadform-widget-container.smart-bar_full-bar .leadform-widget .leadform-widget__col:first-child:not(.leadform-widget__col--full-max-width) {
    text-align: right;
    max-width: calc(100% - 350px);
  }
}

.leadform--full-bar .leadform-widget-container.smart-bar_full-bar .leadform-widget .leadform-widget__col:first-child p {
  display: inline;
  line-height: 1;
}

.leadform--full-bar .leadform-widget-container.smart-bar_full-bar .leadform-widget .leadform-widget__col .t-leadform-title {
  line-height: 1.5 !important;
}

.leadform--full-bar .leadform-widget-container.smart-bar_full-bar .leadform-widget .leadform-widget__col .form-control {
  max-width: 100%;
  width: 100%;
  float: left;
}

@media screen and (min-width: 40.0625em) {
  .leadform--full-bar .leadform-widget-container.smart-bar_full-bar .leadform-widget .leadform-widget__col .form-control {
    width: 320px;
  }
}

.leadform--full-bar .leadform-widget-container.smart-bar_full-bar .leadform-widget .leadform-widget__col .inline-button {
  width: auto;
  float: none;
}

.leadform--full-bar .leadform-widget-container.smart-bar_full-bar .leadform-widget .leadform-widget__col .announcement-button-overrides {
  width: auto;
  background-image: none;
  text-indent: 0;
}

@media screen and (max-width: 40.0625em) {
  .leadform--full-bar .leadform-widget-container.smart-bar_full-bar .leadform-widget .leadform-widget__col .announcement-button-overrides {
    float: none;
  }
}

.leadform--full-bar .leadform-widget-container.smart-bar_full-bar .leadform-widget .leadform-widget__col .announcement-button-overrides .btn--absolute-text {
  position: relative;
  /* fix button not wrapping the text and fix alignment */
}

.leadform--full-bar .leadform-widget-container.smart-bar_full-bar .leadform-widget .leadform-widget__col .wrap-text {
  white-space: normal;
}

.leadform--full-bar .leadform-widget-container.smart-bar_full-bar .leadform-widget .leadform-widget__col--full-max-width {
  max-width: 100% !important;
}

.leadform--full-bar .leadform-widget-container.smart-bar_full-bar .leadform-widget .t-leadform-success {
  width: 100%;
  height: 1.5;
  line-height: 1.5;
  margin: 0 auto;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media screen and (max-width: 22.5em) {
  .leadform--full-bar .leadform-widget-container.smart-bar_full-bar .leadform-widget .t-leadform-success {
    margin-top: 0;
    white-space: normal;
  }
}

.leadform--full-bar .leadform-widget-container.smart-bar_full-bar .leadform-widget .t-leadform-success p {
  display: inline;
}

@media screen and (max-width: 40.0625em) {
  .leadform--full-bar .leadform-widget-container.smart-bar_full-bar .leadform-widget .t-leadform-success {
    font-size: 16px;
  }
}

.leadform--full-bar .leadform-widget-container.smart-bar_full-bar.success .leadform-widget {
  padding: 0;
}

@media screen and (min-width: 40.0625em) {
  .leadform--full-bar .leadform-widget-container.smart-bar_full-bar.is-error .leadform-overlay {
    height: auto;
  }
  .leadform--full-bar .leadform-widget-container.smart-bar_full-bar.is-error .leadform-widget__col.has-action-button:first-child {
    margin-bottom: 0;
    margin-top: 10px;
    vertical-align: top;
  }
}

.leadform--full-bar .lead-form-medium-down .leadform-widget-container.smart-bar_full-bar,
.leadform--full-bar .lead-form-small-landscape-only .leadform-widget-container.smart-bar_full-bar {
  padding: 15px 0 0 0;
  height: 100px;
}

.leadform--full-bar .lead-form-medium-down .leadform-widget-container.smart-bar_full-bar .leadform-widget,
.leadform--full-bar .lead-form-small-landscape-only .leadform-widget-container.smart-bar_full-bar .leadform-widget {
  position: static;
  display: block;
  max-width: 100%;
}

.leadform--full-bar .lead-form-medium-down .leadform-widget-container.smart-bar_full-bar .leadform-widget .form-control__invalid-text,
.leadform--full-bar .lead-form-small-landscape-only .leadform-widget-container.smart-bar_full-bar .leadform-widget .form-control__invalid-text {
  text-align: left;
}

.leadform--full-bar .lead-form-medium-down .leadform-widget-container.smart-bar_full-bar .leadform-widget .leadform-widget__col,
.leadform--full-bar .lead-form-small-landscape-only .leadform-widget-container.smart-bar_full-bar .leadform-widget .leadform-widget__col {
  width: 100%;
  max-width: 90%;
  float: none;
  display: block;
}

.leadform--full-bar .lead-form-medium-down .leadform-widget-container.smart-bar_full-bar .leadform-widget .leadform-widget__col p,
.leadform--full-bar .lead-form-small-landscape-only .leadform-widget-container.smart-bar_full-bar .leadform-widget .leadform-widget__col p {
  margin: 0 0 0.75em;
}

.leadform--full-bar .lead-form-medium-down .leadform-widget-container.smart-bar_full-bar .leadform-widget .leadform-widget__col:last-child,
.leadform--full-bar .lead-form-small-landscape-only .leadform-widget-container.smart-bar_full-bar .leadform-widget .leadform-widget__col:last-child {
  margin-left: auto;
  padding-top: 0;
}

.leadform--full-bar .lead-form-medium-down .leadform-widget-container.smart-bar_full-bar .leadform-widget .leadform-widget__col:first-child,
.leadform--full-bar .lead-form-small-landscape-only .leadform-widget-container.smart-bar_full-bar .leadform-widget .leadform-widget__col:first-child {
  margin-top: 0;
  margin-bottom: 10px;
  text-align: center;
}

.leadform--full-bar .lead-form-medium-down .leadform-widget-container.smart-bar_full-bar .leadform-widget .leadform-widget__col .t-leadform-title,
.leadform--full-bar .lead-form-small-landscape-only .leadform-widget-container.smart-bar_full-bar .leadform-widget .leadform-widget__col .t-leadform-title {
  line-height: 1 !important;
}

.leadform--full-bar .lead-form-medium-down .leadform-widget-container.smart-bar_full-bar .leadform-widget .leadform-widget__col .form-control,
.leadform--full-bar .lead-form-small-landscape-only .leadform-widget-container.smart-bar_full-bar .leadform-widget .leadform-widget__col .form-control {
  width: 100%;
}

.leadform--full-bar .lead-form-medium-down .leadform-widget-container.smart-bar_full-bar .leadform-widget .t-leadform-success,
.leadform--full-bar .lead-form-small-landscape-only .leadform-widget-container.smart-bar_full-bar .leadform-widget .t-leadform-success {
  font-size: 16px;
}

.leadform--full-bar .lead-form-small-portrait-only .leadform-widget-container.smart-bar_full-bar {
  padding: 30px 0 0 0;
  height: 130px;
}

.leadform--full-bar .lead-form-small-portrait-only .leadform-widget-container.smart-bar_full-bar .leadform-widget {
  padding: 15px 0;
}

.leadform--full-bar .lead-form-small-portrait-only .leadform-widget-container.smart-bar_full-bar .leadform-widget input[type=text],
.leadform--full-bar .lead-form-small-portrait-only .leadform-widget-container.smart-bar_full-bar .leadform-widget input[type=email] {
  min-width: 0;
  width: 80%;
}

.leadform--full-bar .lead-form-small-portrait-only .leadform-widget-container.smart-bar_full-bar .leadform-widget button {
  width: 20%;
  text-indent: -9999px;
  background: #70767c url("//p.weebly.com/lead-form/submit.png") center no-repeat;
}

.leadform--full-bar .leadform-widget-container .leadform-widget .t-leadform-coupon.t-leadform-success-message {
  display: none;
}

.leadform--full-bar .leadform-widget-container .leadform-widget .leadform-coupon-summary {
  text-align: center;
  display: none;
}

.leadform--full-bar .leadform-widget-container .leadform-widget .leadform-coupon-code-input {
  margin-left: 12px;
  display: inline-block;
  max-width: 200px;
  height: 40px;
}

.leadform--full-bar .leadform-widget-container .leadform-widget .leadform-copy-btn {
  display: inline-block !important;
  width: 120px !important;
  bottom: 1px;
  right: 4px;
  float: none !important;
}

@media screen and (max-width: 22.5em) {
  .leadform--collapsable-bar .leadform-widget-container.smart-bar_collapsable-bar {
    padding: 30px 0 10px 0;
  }
}

.leadform--collapsable-bar .leadform-widget-container.smart-bar_collapsable-bar .leadform-overlay {
  padding-top: 10px;
}

.leadform--collapsable-bar .leadform-widget-container.smart-bar_collapsable-bar .leadform-widget {
  color: #fff;
}

.leadform--collapsable-bar .leadform-widget-container.smart-bar_collapsable-bar .leadform-widget input[type=text],
.leadform--collapsable-bar .leadform-widget-container.smart-bar_collapsable-bar .leadform-widget input[type=email] {
  width: 65%;
  float: left;
  border: 1px solid #000;
  font-size: 14px;
  height: 40px;
}

@media screen and (max-width: 22.5em) {
  .leadform--collapsable-bar .leadform-widget-container.smart-bar_collapsable-bar .leadform-widget input[type=text],
  .leadform--collapsable-bar .leadform-widget-container.smart-bar_collapsable-bar .leadform-widget input[type=email] {
    min-width: 0;
    width: 80%;
  }
}

.leadform--collapsable-bar .leadform-widget-container.smart-bar_collapsable-bar .leadform-widget .form-control__invalid-text {
  font-size: 14px;
  width: 360px;
}

.leadform--collapsable-bar .leadform-widget-container.smart-bar_collapsable-bar .leadform-widget button {
  float: left;
  margin-left: -2px;
  line-height: 40px;
  height: 40px;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #70767c;
  color: #fff;
  width: 35%;
  font-size: 14px;
}

@media screen and (max-width: 22.5em) {
  .leadform--collapsable-bar .leadform-widget-container.smart-bar_collapsable-bar .leadform-widget button {
    width: 20%;
    text-indent: -9999px;
    background: #70767c url("//p.weebly.com/lead-form/submit.png") center no-repeat;
  }
}

.leadform--collapsable-bar .leadform-widget-container.smart-bar_collapsable-bar .leadform-widget button:hover {
  background-color: #adb1b5;
}

.leadform--collapsable-bar .leadform-widget-container.smart-bar_collapsable-bar .leadform-widget .leadform-widget__col {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
}

.leadform--collapsable-bar .leadform-widget-container.smart-bar_collapsable-bar .leadform-widget .leadform-widget__col .form-control {
  width: 100%;
  float: left;
  max-width: 400px;
}

.leadform--collapsable-bar .leadform-widget-container.smart-bar_collapsable-bar .leadform-widget .leadform-widget__col p {
  margin: 0;
  line-height: 1;
}

.leadform--collapsable-bar .leadform-widget-container.smart-bar_collapsable-bar .leadform-widget .leadform-widget__col:first-child {
  font-size: 14px;
  line-height: 1;
  font-weight: bold;
  margin-bottom: 10px;
}

.leadform--collapsable-bar .leadform-widget-container.smart-bar_collapsable-bar .leadform-widget .leadform-widget__col.leadform-widget__col-toggle {
  width: 360px;
  opacity: 0;
  height: 0;
  -webkit-transition: opacity 0.5s, height 0.5s;
  transition: opacity 0.5s, height 0.5s;
}

@media screen and (max-width: 22.5em) {
  .leadform--collapsable-bar .leadform-widget-container.smart-bar_collapsable-bar .leadform-widget .leadform-widget__col.leadform-widget__col-toggle {
    padding: 0 10px;
  }
}

.leadform--collapsable-bar .leadform-widget-container.smart-bar_collapsable-bar .leadform-widget .leadform-widget__col.leadform-widget__col-toggle.is-open {
  opacity: 1;
  height: 35px;
}

.leadform--collapsable-bar .leadform-widget-container.smart-bar_collapsable-bar .leadform-widget .leadform-widget__col a {
  color: #fff;
  text-decoration: underline;
}

.leadform--collapsable-bar .leadform-widget-container.smart-bar_collapsable-bar .leadform-widget .leadform-widget__col .t-leadform-title,
.leadform--collapsable-bar .leadform-widget-container.smart-bar_collapsable-bar .leadform-widget .leadform-widget__col .t-leadform-description {
  width: auto;
  max-width: 60%;
  overflow: hidden;
  text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
  vertical-align: middle;
}

@media screen and (max-width: 30em) {
  .leadform--collapsable-bar .leadform-widget-container.smart-bar_collapsable-bar .leadform-widget .leadform-widget__col .t-leadform-title,
  .leadform--collapsable-bar .leadform-widget-container.smart-bar_collapsable-bar .leadform-widget .leadform-widget__col .t-leadform-description {
    max-width: 50%;
  }
}

.leadform--collapsable-bar .leadform-widget-container.smart-bar_collapsable-bar .leadform-widget .leadform-widget__col .t-leadform-title p,
.leadform--collapsable-bar .leadform-widget-container.smart-bar_collapsable-bar .leadform-widget .leadform-widget__col .t-leadform-description p {
  display: inline;
}

.leadform--collapsable-bar .leadform-widget-container.smart-bar_collapsable-bar .leadform-widget .leadform-widget__col .t-leadform-title a,
.leadform--collapsable-bar .leadform-widget-container.smart-bar_collapsable-bar .leadform-widget .leadform-widget__col .t-leadform-description a {
  vertical-align: middle;
}

.leadform--collapsable-bar .leadform-widget-container.smart-bar_collapsable-bar .leadform-widget .t-leadform-success {
  width: 100%;
  margin: 20px auto 0 auto;
  text-align: center;
  line-height: 1.5;
  font-size: 16px;
  font-weight: bold;
  max-width: 70%;
  overflow: hidden;
  text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  white-space: nowrap;
}

.leadform--collapsable-bar .leadform-widget-container.smart-bar_collapsable-bar .leadform-widget .t-leadform-success p {
  display: inline;
}

.leadform--collapsable-bar .lead-form-small-landscape-only .leadform-widget-container.smart-bar_collapsable-bar {
  padding: 30px 10px 10px 10px;
  height: 123px;
}

.leadform--collapsable-bar .lead-form-small-landscape-only .leadform-widget-container.smart-bar_collapsable-bar .leadform-widget input[type=text],
.leadform--collapsable-bar .lead-form-small-landscape-only .leadform-widget-container.smart-bar_collapsable-bar .leadform-widget input[type=email] {
  min-width: 0;
  width: 80%;
}

.leadform--collapsable-bar .lead-form-small-landscape-only .leadform-widget-container.smart-bar_collapsable-bar .leadform-widget button {
  width: 20%;
  text-indent: -9999px;
  background: #70767c url("//p.weebly.com/lead-form/submit.png") center no-repeat;
}

.leadform--collapsable-bar .lead-form-small-landscape-only .leadform-widget-container.smart-bar_collapsable-bar .leadform-widget .leadform-widget__col.leadform-widget__col-toggle {
  padding: 0 10px;
}

.leadform--collapsable-bar .lead-form-small-landscape-only .leadform-widget-container.smart-bar_collapsable-bar .leadform-widget .leadform-widget__col .t-leadform-title,
.leadform--collapsable-bar .lead-form-small-landscape-only .leadform-widget-container.smart-bar_collapsable-bar .leadform-widget .leadform-widget__col .t-leadform-description {
  max-width: 50%;
}

.leadform--welcome-mat .leadform-widget-wrapper {
  background-size: cover;
  background-repeat: no-repeat;
  padding: 7em 2em;
  height: 100%;
}

.leadform--welcome-mat .leadform-widget-container {
  max-width: calc(518px - 100px);
  margin: 0 auto;
  height: 100%;
}

@media screen and (min-width: 40.0625em) {
  .leadform--welcome-mat .leadform-widget-container {
    max-width: 518px;
    padding: 30px 50px;
  }
}

.leadform--welcome-mat .leadform-widget-container .leadform-overlay {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}

.leadform--welcome-mat .leadform-widget-container .leadform-widget {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

.leadform--welcome-mat .leadform-widget-container .leadform-widget-button-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.leadform--welcome-mat .leadform-widget-container .leadform-widget-inline-button {
  width: 200px;
  display: inline-block;
}

@media screen and (max-width: 30em) {
  .leadform--welcome-mat .leadform-widget-container .leadform-widget-button-container {
    display: block;
  }
  .leadform--welcome-mat .leadform-widget-container .leadform-widget-inline-button {
    display: block;
    width: 100%;
    margin-bottom: 16px;
  }
}

@media screen and (min-width: 30em) {
  .leadform--welcome-mat .leadform-widget-container .leadform-widget-button-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .leadform--welcome-mat .leadform-widget-container .leadform-widget-inline-button {
    width: 200px;
    display: inline-block;
  }
}

.leadform--welcome-mat .leadform-widget-container .leadform-widget .name-field {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.leadform--welcome-mat .leadform-widget-container .leadform-widget .name-field__col {
  margin-right: 3%;
  width: 50%;
  margin-bottom: 10px;
}

.leadform--welcome-mat .leadform-widget-container .leadform-widget .name-field__col:last-child {
  margin-right: 0;
}

.leadform--welcome-mat .leadform-widget-container .leadform-widget .name-field__col:only-child {
  width: 100%;
}

.leadform--welcome-mat .leadform-widget-container .leadform-widget .form-control {
  position: relative;
  margin-bottom: 10px;
}

.leadform--welcome-mat .leadform-widget-container .leadform-widget .form-control input {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #70767c;
  background-color: #fff;
  border: 1px solid #d5d9dc;
  border-radius: 2px;
  padding: 10px 20px;
  width: 100%;
  -webkit-transition: border 0.2s ease-in-out, background-color 0.2s ease-in-out, color 0.2s ease-in-out;
  transition: border 0.2s ease-in-out, background-color 0.2s ease-in-out, color 0.2s ease-in-out;
}

.leadform--welcome-mat .leadform-widget-container .leadform-widget .form-control input:focus {
  border-color: #70767c;
}

.leadform--welcome-mat .leadform-widget-container .leadform-widget .form-control__invalid-text {
  font-size: 14px;
  margin-top: 5px;
  margin-bottom: 10px;
}

.leadform--welcome-mat .leadform-widget-container .leadform-widget .input-group__content {
  width: 100%;
}

.leadform--welcome-mat .leadform-widget-container .leadform-widget .input-group__content .birthday-field__col {
  margin-bottom: 0;
}

.leadform--welcome-mat .leadform-widget-container .leadform-widget .t-leadform-title {
  font-size: 60px;
  font-weight: 700;
  text-align: center;
  display: block;
  color: #000;
}

@media screen and (max-width: 30em) {
  .leadform--welcome-mat .leadform-widget-container .leadform-widget .t-leadform-title {
    line-height: 1.5 !important;
    font-size: 40px !important;
  }
}

.leadform--welcome-mat .leadform-widget-container .leadform-widget .t-leadform-description {
  margin-bottom: 20px;
  font-size: 16px;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  line-height: 1.5;
  -webkit-line-clamp: 4;
  max-height: 6em;
  color: #000;
}

.leadform--welcome-mat .leadform-widget-container .leadform-widget .button-field {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
}

.leadform--welcome-mat .leadform-widget-container .leadform-widget .button-field button {
  width: 100%;
  min-width: 40px;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #000;
  color: #fff;
  line-height: 40px;
  font-size: 16px;
  height: 40px;
}

.leadform--welcome-mat .leadform-widget-container .leadform-widget .button-field button:hover {
  background: #70767c;
}

.leadform--welcome-mat .leadform-widget-container .leadform-widget .button-field__col {
  display: block;
  width: 100%;
  margin-bottom: 10px;
}

.leadform--welcome-mat .leadform-widget-container .leadform-widget .button-field__col:last-child {
  margin-bottom: 0;
}

.leadform--welcome-mat .leadform-widget-container .leadform-widget .button-field__col.button-field__col-close {
  text-align: center;
  line-height: 40px;
}

.leadform--welcome-mat .leadform-widget-container .leadform-widget .button-field__col.button-field__col-close a {
  display: block;
  color: #70767c;
}

.leadform--welcome-mat .leadform-welcome-mat-close {
  display: none;
}

.leadform--welcome-mat .leadform-welcome-mat-close.leadform-welcome-mat-close--photo-background {
  color: #fff;
}

.leadform--welcome-mat .leadform-welcome-mat-close.leadform-welcome-mat-close--color-background {
  color: #70767c;
}

.leadform--welcome-mat .lead-form-medium-down .leadform-welcome-mat-close,
.leadform--welcome-mat .lead-form-small-landscape-only .leadform-welcome-mat-close,
.leadform--welcome-mat .lead-form-small-portrait-only .leadform-welcome-mat-close {
  top: -30px;
  right: 0;
}

.leadform--welcome-mat .lead-form-medium-down .leadform-widget-container,
.leadform--welcome-mat .lead-form-small-landscape-only .leadform-widget-container,
.leadform--welcome-mat .lead-form-small-portrait-only .leadform-widget-container {
  max-width: calc(518px - 100px);
  padding: 0;
}

.leadform--welcome-mat .lead-form-medium-down .leadform-widget-container .leadform-widget .t-leadform-title,
.leadform--welcome-mat .lead-form-small-landscape-only .leadform-widget-container .leadform-widget .t-leadform-title,
.leadform--welcome-mat .lead-form-small-portrait-only .leadform-widget-container .leadform-widget .t-leadform-title {
  line-height: 1.5 !important;
  font-size: 40px !important;
}

.leadform--welcome-mat .leadform-widget-wrapper.leadform-widget-wrapper--welcome-mat_photo-background {
  padding: 0;
}

.leadform--welcome-mat .leadform-widget-wrapper.leadform-widget-wrapper--welcome-mat_photo-background .leadform-widget-background-overlay {
  width: 100%;
  height: 100%;
  padding: 7em 2em;
}

.leadform--welcome-mat .leadform-widget-container.welcome-mat_photo-background {
  max-width: calc(518px - 100px);
}

@media screen and (min-width: 40.0625em) {
  .leadform--welcome-mat .leadform-widget-container.welcome-mat_photo-background {
    max-width: 518px;
  }
}

@media screen and (max-width: 30em) {
  .leadform--welcome-mat .leadform-widget-container.welcome-mat_photo-background .leadform-widget-button-container {
    display: block;
  }
  .leadform--welcome-mat .leadform-widget-container.welcome-mat_photo-background .leadform-widget-inline-button {
    display: block;
    width: 100%;
    margin-bottom: 16px;
  }
}

@media screen and (min-width: 30em) {
  .leadform--welcome-mat .leadform-widget-container.welcome-mat_photo-background .leadform-widget-button-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .leadform--welcome-mat .leadform-widget-container.welcome-mat_photo-background .leadform-widget-inline-button {
    width: 200px;
    display: inline-block;
  }
}

.leadform--welcome-mat .leadform-widget-container.welcome-mat_photo-background .leadform-widget .t-leadform-title {
  color: #fff;
  font-size: 32px;
  text-align: left;
}

@media screen and (max-width: 30em) {
  .leadform--welcome-mat .leadform-widget-container.welcome-mat_photo-background .leadform-widget .t-leadform-title {
    line-height: 1.5 !important;
    font-size: 30px !important;
  }
}

.leadform--welcome-mat .leadform-widget-container.welcome-mat_photo-background .leadform-widget .t-leadform-description {
  color: #fff;
  text-align: left;
}

.leadform--welcome-mat .leadform-widget-container.welcome-mat_photo-background .leadform-widget .button-field__col button {
  background-color: #b96cff;
  border-radius: 20px;
}

.leadform--welcome-mat .leadform-widget-container.welcome-mat_photo-background .leadform-widget .button-field__col.button-field__col-close a {
  color: #fff;
}

.leadform--welcome-mat .lead-form-medium-down .leadform-widget-container.welcome-mat_photo-background,
.leadform--welcome-mat .lead-form-small-landscape-only .leadform-widget-container.welcome-mat_photo-background,
.leadform--welcome-mat .lead-form-small-portrait-only .leadform-widget-container.welcome-mat_photo-background {
  max-width: calc(518px - 100px);
  padding: 0;
}

.leadform--welcome-mat .lead-form-medium-down .leadform-widget-container.welcome-mat_photo-background .leadform-widget .t-leadform-title,
.leadform--welcome-mat .lead-form-small-landscape-only .leadform-widget-container.welcome-mat_photo-background .leadform-widget .t-leadform-title,
.leadform--welcome-mat .lead-form-small-portrait-only .leadform-widget-container.welcome-mat_photo-background .leadform-widget .t-leadform-title {
  line-height: 1.5 !important;
  font-size: 30px !important;
}

.leadform--welcome-mat .leadform-widget-container .leadform-widget .t-leadform-coupon.t-leadform-success-message {
  color: #72c351;
  line-height: 32px;
  display: none;
}

.leadform--welcome-mat .leadform-widget-container .leadform-widget .t-leadform-coupon.t-leadform-p {
  width: 100%;
  text-align: center;
}

.leadform--welcome-mat .leadform-widget-container .leadform-widget .leadform-coupon-summary {
  text-align: center;
}

.leadform--welcome-mat .leadform-widget-container .leadform-widget .leadform-coupon-code-input {
  width: 100%;
  max-width: 220px;
  display: block;
  margin: 0px auto;
}

.leadform--welcome-mat .leadform-widget-container .leadform-widget .leadform-copy-btn {
  width: 100%;
  max-width: 220px;
  display: block;
  margin: 8px auto;
}

.leadform--anchored .leadform-widget-container {
  background: #fff;
  overflow: hidden;
  height: 100%;
}

.leadform--anchored .leadform-widget-container .leadform-overlay {
  height: 387px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.leadform--anchored .leadform-widget-container .leadform-widget {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 30px;
}

.leadform--anchored .leadform-widget-container .leadform-widget-button-container--basic {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.leadform--anchored .leadform-widget-container .leadform-widget-inline-button--basic {
  width: calc(50% - 8px);
}

@media screen and (max-width: 30em) {
  .leadform--anchored .leadform-widget-container .leadform-widget-button-container {
    display: block;
  }
  .leadform--anchored .leadform-widget-container .leadform-widget-inline-button--ff {
    display: block;
    width: 100%;
    margin-bottom: 8px;
  }
}

@media screen and (min-width: 30em) {
  .leadform--anchored .leadform-widget-container .leadform-widget-button-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .leadform--anchored .leadform-widget-container .leadform-widget-inline-button--ff {
    width: 128px;
    display: inline-block;
  }
}

.leadform--anchored .leadform-widget-container .leadform-widget .name-field {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.leadform--anchored .leadform-widget-container .leadform-widget .name-field__col {
  float: left;
  display: block;
  margin-right: 2.43902%;
  width: 48.78049%;
  margin-bottom: 10px;
}

.leadform--anchored .leadform-widget-container .leadform-widget .name-field__col:last-child {
  margin-right: 0;
}

.leadform--anchored .leadform-widget-container .leadform-widget .name-field__col:only-child {
  width: 100%;
}

.leadform--anchored .leadform-widget-container .leadform-widget .birthday-field__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.leadform--anchored .leadform-widget-container .leadform-widget .birthday-field__row .birthday-field__col {
  border: none;
  border-right: 1px solid #d5d9dc;
  margin-bottom: 0;
}

.leadform--anchored .leadform-widget-container .leadform-widget .birthday-field__row .birthday-field__col:last-child {
  border-right: none;
}

.leadform--anchored .leadform-widget-container .leadform-widget .form-control {
  margin-bottom: 10px;
}

.leadform--anchored .leadform-widget-container .leadform-widget .form-control input {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #70767c;
  background-color: #fff;
  border: 1px solid #d5d9dc;
  border-radius: 2px;
  padding: 10px 20px;
  width: 100%;
  -webkit-transition: border 0.2s ease-in-out, background-color 0.2s ease-in-out, color 0.2s ease-in-out;
  transition: border 0.2s ease-in-out, background-color 0.2s ease-in-out, color 0.2s ease-in-out;
}

.leadform--anchored .leadform-widget-container .leadform-widget .form-control input:focus {
  border-color: #70767c;
}

.leadform--anchored .leadform-widget-container .leadform-widget .form-control__invalid-text {
  font-size: 14px;
  margin-top: 5px;
  margin-bottom: 10px;
}

.leadform--anchored .leadform-widget-container .leadform-widget .t-leadform-title {
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  display: block;
}

.leadform--anchored .leadform-widget-container .leadform-widget .t-leadform-description {
  margin-bottom: 20px;
  font-size: 16px;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  line-height: 1.5;
  -webkit-line-clamp: 4;
  max-height: 6em;
}

.leadform--anchored .leadform-widget-container .leadform-widget .button-field {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
}

.leadform--anchored .leadform-widget-container .leadform-widget .button-field button {
  width: 100%;
  min-width: 40px;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #000;
  color: #fff;
  font-size: 16px;
  height: 40px;
}

.leadform--anchored .leadform-widget-container .leadform-widget .button-field button:hover {
  background: #70767c;
}

.leadform--anchored .leadform-widget-container .leadform-widget .button-field__col {
  float: left;
  display: block;
  margin-right: 2.43902%;
  width: 48.78049%;
  margin-bottom: 10px;
}

.leadform--anchored .leadform-widget-container .leadform-widget .button-field__col:last-child {
  margin-right: 0;
}

.leadform--anchored .leadform-widget-container .leadform-widget .button-field__col.button-field__col-close {
  text-align: right;
  line-height: 40px;
  padding-right: 20px;
}

.leadform--anchored .leadform-widget-container .leadform-widget .button-field__col.button-field__col-close a {
  display: block;
  color: #70767c;
}

.leadform--anchored .leadform-widget-container .leadform-widget .button-field__col.button-field__col-subscribe {
  text-align: left;
}

@media screen and (max-width: 22.5em) {
  .leadform--anchored .leadform-widget-container.basic .leadform-widget .t-leadform-description {
    -webkit-line-clamp: 3;
    max-height: 4.5em;
  }
}

.leadform--anchored .lead-form-medium-down .leadform-widget-container.popup_basic .leadform-widget .t-leadform-description,
.leadform--anchored .lead-form-small-landscape-only .leadform-widget-container.popup_basic .leadform-widget .t-leadform-description,
.leadform--anchored .lead-form-small-portrait-only .leadform-widget-container.popup_basic .leadform-widget .t-leadform-description {
  -webkit-line-clamp: 3;
  max-height: 4.5em;
}

.leadform--anchored .leadform-widget-container.popup_full .leadform-widget {
  padding: 30px 60px;
}

@media screen and (max-width: 22.5em) {
  .leadform--anchored .leadform-widget-container.popup_full .leadform-widget {
    padding: 30px;
  }
}

.leadform--anchored .leadform-widget-container.popup_full .leadform-widget .name-field .email-col {
  margin-bottom: 0;
}

.leadform--anchored .leadform-widget-container.popup_full .leadform-widget .button-field__col.button-field__col-subscribe.button-field__full {
  width: 100%;
  text-align: center;
}

.leadform--anchored .leadform-widget-container.popup_full .leadform-widget .button-field__col.button-field__col-subscribe button {
  width: auto;
}

.leadform--anchored .lead-form-small-portrait-only .leadform-widget-container.popup_full .leadform-widget {
  padding: 30px;
}

.leadform--anchored .leadform-widget-container.popup_split {
  background: #d8d8d8;
  position: relative;
}

.leadform--anchored .leadform-widget-container.popup_split .leadform-imagedrag {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  cursor: move;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (max-width: 30em) {
  .leadform--anchored .leadform-widget-container.popup_split .leadform-imagedrag {
    background-size: cover !important;
    width: 100%;
    height: 158px;
  }
}

@media screen and (max-width: 30em) and (max-height: 460px) {
  .leadform--anchored .leadform-widget-container.popup_split .leadform-imagedrag {
    display: none;
  }
}

.leadform--anchored .leadform-widget-container.popup_split .leadform-overlay {
  position: relative;
  background: #fff;
  float: right;
  width: 50%;
}

@media screen and (max-width: 30em) {
  .leadform--anchored .leadform-widget-container.popup_split .leadform-overlay {
    width: 100%;
    margin-top: 158px;
  }
}

@media screen and (max-width: 30em) and (max-height: 460px) {
  .leadform--anchored .leadform-widget-container.popup_split .leadform-overlay {
    margin-top: 0px;
    height: 100%;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
  }
}

.leadform--anchored .leadform-widget-container.popup_split .leadform-widget {
  padding-left: 0;
}

@media screen and (max-width: 30em) {
  .leadform--anchored .leadform-widget-container.popup_split .leadform-widget {
    padding-top: 0;
    padding-left: 30px;
  }
}

.leadform--anchored .leadform-widget-container.popup_split .leadform-widget .t-leadform-title,
.leadform--anchored .leadform-widget-container.popup_split .leadform-widget .t-leadform-description {
  text-align: right;
}

.leadform--anchored .leadform-widget-container.popup_split .leadform-widget .t-leadform-success {
  padding-left: 40px;
  padding-right: 10px;
}

@media screen and (max-width: 22.5em) {
  .leadform--anchored .leadform-widget-container.popup_split .leadform-widget .t-leadform-success {
    padding-left: 0;
  }
}

.leadform--anchored .leadform-widget-container.popup_split .leadform-widget .button-field__col {
  text-align: center;
}

.leadform--anchored .leadform-widget-container.popup_split .leadform-widget .button-field__col button {
  width: 100%;
}

@media screen and (max-width: 22.5em) {
  .leadform--anchored .leadform-widget-container.popup_split .leadform-widget .name-field__col {
    float: left;
    display: block;
    margin-right: 2.43902%;
    width: 48.78049%;
    margin-bottom: 10px;
  }
  .leadform--anchored .leadform-widget-container.popup_split .leadform-widget .name-field__col:last-child {
    margin-right: 0;
  }
  .leadform--anchored .leadform-widget-container.popup_split .leadform-widget .name-field__col:only-child {
    width: 100%;
  }
}

@media screen and (max-width: 22.5em) {
  .leadform--anchored .leadform-widget-container.popup_split .leadform-widget .birthday-field__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .leadform--anchored .leadform-widget-container.popup_split .leadform-widget .birthday-field__row .birthday-field__col {
    border: none;
    border-right: 1px solid #d5d9dc;
    margin-bottom: 0;
  }
  .leadform--anchored .leadform-widget-container.popup_split .leadform-widget .birthday-field__row .birthday-field__col:last-child {
    border-right: none;
  }
}

@media screen and (max-width: 22.5em) {
  .leadform--anchored .leadform-widget-container.popup_split .leadform-widget {
    padding: 20px;
  }
}

.leadform--anchored .leadform-widget-container.popup_split .leadform__slope {
  height: 0;
  border-width: 0 0 400px 90px;
  border-style: solid;
  border-color: transparent #fff #fff transparent;
  position: absolute;
  top: 0;
  right: 0;
}

@media screen and (max-width: 30em) {
  .leadform--anchored .leadform-widget-container.popup_split .leadform__slope {
    border-width: 0 0 90px 400px;
    top: 68px;
    right: auto;
    left: 0;
  }
}

.leadform--anchored .lead-form-medium-down .leadform-widget-container.popup_split,
.leadform--anchored .lead-form-small-landscape-only .leadform-widget-container.popup_split {
  height: 100%;
}

.leadform--anchored .lead-form-medium-down .leadform-widget-container.popup_split .leadform-imagedrag,
.leadform--anchored .lead-form-small-landscape-only .leadform-widget-container.popup_split .leadform-imagedrag {
  background-size: cover !important;
  width: 100%;
  height: 158px;
}

.leadform--anchored .lead-form-medium-down .leadform-widget-container.popup_split .leadform-overlay,
.leadform--anchored .lead-form-small-landscape-only .leadform-widget-container.popup_split .leadform-overlay {
  width: 100%;
  margin-top: 158px;
}

.leadform--anchored .lead-form-medium-down .leadform-widget-container.popup_split .leadform-widget,
.leadform--anchored .lead-form-small-landscape-only .leadform-widget-container.popup_split .leadform-widget {
  padding-top: 0;
  padding-left: 30px;
}

.leadform--anchored .lead-form-medium-down .leadform-widget-container.popup_split .leadform__slope,
.leadform--anchored .lead-form-small-landscape-only .leadform-widget-container.popup_split .leadform__slope {
  border-width: 0 0 90px 400px;
  top: 68px;
  right: auto;
  left: 0;
}

.leadform--anchored .lead-form-small-portrait-only .leadform-widget-container.popup_split .leadform-widget {
  padding: 20px;
}

.leadform--anchored .lead-form-small-portrait-only .leadform-widget-container.popup_split .leadform-widget .t-leadform-success {
  padding-left: 0;
}

.leadform--anchored .lead-form-small-portrait-only .leadform-widget-container.popup_split .leadform-widget .name-field__col {
  float: left;
  display: block;
  margin-right: 2.43902%;
  width: 48.78049%;
  margin-bottom: 10px;
}

.leadform--anchored .lead-form-small-portrait-only .leadform-widget-container.popup_split .leadform-widget .name-field__col:last-child {
  margin-right: 0;
}

.leadform--anchored .lead-form-small-portrait-only .leadform-widget-container.popup_split .leadform-widget .name-field__col:only-child {
  width: 100%;
}

.leadform--anchored .lead-form-small-portrait-only .leadform-widget-container.popup_split .leadform-widget .birthday-field__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.leadform--anchored .lead-form-small-portrait-only .leadform-widget-container.popup_split .leadform-widget .birthday-field__row .birthday-field__col {
  border: none;
  border-right: 1px solid #d5d9dc;
  margin-bottom: 0;
}

.leadform--anchored .lead-form-small-portrait-only .leadform-widget-container.popup_split .leadform-widget .birthday-field__row .birthday-field__col:last-child {
  border-right: none;
}

.leadform--anchored .leadform-widget-container.popup_50-50 {
  background: #d8d8d8;
  position: relative;
}

.leadform--anchored .leadform-widget-container.popup_50-50 .leadform-imagedrag {
  position: absolute;
  top: 0;
  left: 0;
  width: 48%;
  height: 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (max-width: 30em) {
  .leadform--anchored .leadform-widget-container.popup_50-50 .leadform-imagedrag {
    background-size: cover !important;
    width: 100%;
    height: 158px;
  }
}

@media screen and (max-width: 22.5em) {
  .leadform--anchored .leadform-widget-container.popup_50-50 .leadform-imagedrag {
    background-size: cover !important;
    width: 100%;
    height: 118px;
  }
}

@media screen and (max-width: 30em) and (max-height: 460px) {
  .leadform--anchored .leadform-widget-container.popup_50-50 .leadform-imagedrag {
    display: none;
  }
}

.leadform--anchored .leadform-widget-container.popup_50-50 .leadform-overlay {
  position: relative;
  background: #fff;
  float: right;
  width: 52%;
}

@media screen and (max-width: 30em) {
  .leadform--anchored .leadform-widget-container.popup_50-50 .leadform-overlay {
    width: 100%;
    margin-top: 158px;
  }
}

@media screen and (max-width: 22.5em) {
  .leadform--anchored .leadform-widget-container.popup_50-50 .leadform-overlay {
    margin-top: 118px;
    height: 430px;
  }
}

@media screen and (max-width: 30em) and (max-height: 460px) {
  .leadform--anchored .leadform-widget-container.popup_50-50 .leadform-overlay {
    height: 100%;
    margin-top: 0px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
  }
}

.leadform--anchored .leadform-widget-container.popup_50-50 .leadform-widget .t-leadform-title,
.leadform--anchored .leadform-widget-container.popup_50-50 .leadform-widget .t-leadform-description {
  text-align: right;
}

.leadform--anchored .leadform-widget-container.popup_50-50 .leadform-widget .t-leadform-description {
  -webkit-line-clamp: 3;
  max-height: 4.5em;
}

.leadform--anchored .leadform-widget-container.popup_50-50 .leadform-widget .t-leadform-success {
  padding-left: 40px;
}

@media screen and (max-width: 30em) {
  .leadform--anchored .leadform-widget-container.popup_50-50 .leadform-widget .t-leadform-success {
    padding-left: 0;
  }
}

.leadform--anchored .leadform-widget-container.popup_50-50 .leadform-widget .button-field__col {
  text-align: center;
  width: 100%;
  padding-right: 0;
}

@media screen and (max-width: 22.5em) {
  .leadform--anchored .leadform-widget-container.popup_50-50 .leadform-widget .name-field__col {
    float: left;
    display: block;
    margin-right: 2.43902%;
    width: 48.78049%;
    margin-bottom: 10px;
  }
  .leadform--anchored .leadform-widget-container.popup_50-50 .leadform-widget .name-field__col:last-child {
    margin-right: 0;
  }
  .leadform--anchored .leadform-widget-container.popup_50-50 .leadform-widget .name-field__col:only-child {
    width: 100%;
  }
}

@media screen and (max-width: 22.5em) {
  .leadform--anchored .leadform-widget-container.popup_50-50 .leadform-widget .birthday-field__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .leadform--anchored .leadform-widget-container.popup_50-50 .leadform-widget .birthday-field__row .birthday-field__col {
    border: none;
    border-right: 1px solid #d5d9dc;
    margin-bottom: 0;
  }
  .leadform--anchored .leadform-widget-container.popup_50-50 .leadform-widget .birthday-field__row .birthday-field__col:last-child {
    border-right: none;
  }
}

.leadform--anchored .lead-form-medium-down .leadform-widget-container.popup_50-50,
.leadform--anchored .lead-form-small-landscape-only .leadform-widget-container.popup_50-50 {
  height: 100%;
}

.leadform--anchored .lead-form-medium-down .leadform-widget-container.popup_50-50 .leadform-imagedrag,
.leadform--anchored .lead-form-small-landscape-only .leadform-widget-container.popup_50-50 .leadform-imagedrag {
  background-size: cover !important;
  width: 100%;
  height: 158px;
}

.leadform--anchored .lead-form-medium-down .leadform-widget-container.popup_50-50 .leadform-overlay,
.leadform--anchored .lead-form-small-landscape-only .leadform-widget-container.popup_50-50 .leadform-overlay {
  width: 100%;
  margin-top: 158px;
}

.leadform--anchored .lead-form-medium-down .leadform-widget-container.popup_50-50 .leadform-widget .t-leadform-success,
.leadform--anchored .lead-form-small-landscape-only .leadform-widget-container.popup_50-50 .leadform-widget .t-leadform-success {
  padding-left: 0;
}

.leadform--anchored .lead-form-small-portrait-only .leadform-widget-container.popup_50-50 .leadform-imagedrag {
  background-size: cover !important;
  width: 100%;
  height: 118px;
}

.leadform--anchored .lead-form-small-portrait-only .leadform-widget-container.popup_50-50 .leadform-overlay {
  margin-top: 118px;
  height: 430px;
}

.leadform--anchored .lead-form-small-portrait-only .leadform-widget-container.popup_50-50 .name-field__col {
  float: left;
  display: block;
  margin-right: 2.43902%;
  width: 48.78049%;
  margin-bottom: 10px;
}

.leadform--anchored .lead-form-small-portrait-only .leadform-widget-container.popup_50-50 .name-field__col:last-child {
  margin-right: 0;
}

.leadform--anchored .lead-form-small-portrait-only .leadform-widget-container.popup_50-50 .name-field__col:only-child {
  width: 100%;
}

.leadform--anchored .lead-form-small-portrait-only .leadform-widget-container.popup_50-50 .birthday-field__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.leadform--anchored .lead-form-small-portrait-only .leadform-widget-container.popup_50-50 .birthday-field__row .birthday-field__col {
  border: none;
  border-right: 1px solid #d5d9dc;
  margin-bottom: 0;
}

.leadform--anchored .lead-form-small-portrait-only .leadform-widget-container.popup_50-50 .birthday-field__row .birthday-field__col:last-child {
  border-right: none;
}

.leadform--anchored .leadform-widget-container.popup_compact .leadform-overlay {
  height: 373px;
}

.leadform--anchored .leadform-widget-container.popup_compact .leadform-widget {
  padding: 30px 30px 70px 30px;
}

.leadform--anchored .leadform-widget-container.popup_compact .t-leadform-title,
.leadform--anchored .leadform-widget-container.popup_compact .t-leadform-description {
  text-align: left;
}

.leadform--anchored .leadform-widget-container.popup_compact .t-leadform-success {
  text-align: center;
}

.leadform--anchored .leadform-widget-container.popup_compact .form-control input, .leadform--anchored .leadform-widget-container.popup_compact .input-group__content {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  border-bottom: 1px solid #323b43;
  border-radius: 0;
  background: none;
}

.leadform--anchored .leadform-widget-container.popup_compact .form-control input:focus, .leadform--anchored .leadform-widget-container.popup_compact .input-group__content:focus {
  background: none;
  border-bottom: 1px solid #70767c;
}

.leadform--anchored .leadform-widget-container.popup_compact .button-field button {
  line-height: 60px;
  height: 60px;
  font-size: 22px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.leadform--anchored .leadform-widget-container.anchored_tab {
  width: 250px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  -webkit-transition: height 1s;
  transition: height 1s;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  margin-left: 4px;
  height: auto;
}

.leadform--anchored .leadform-widget-container.anchored_tab .leadform-overlay {
  display: block;
  height: auto;
}

.leadform--anchored .leadform-widget-container.anchored_tab .leadform-widget-anchor {
  background: #000;
  padding: 10px;
  cursor: pointer;
}

.leadform--anchored .leadform-widget-container.anchored_tab .leadform-widget-anchor .t-leadform-title {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  display: block;
}

.leadform--anchored .leadform-widget-container.anchored_tab .leadform-widget-content {
  padding: 20px;
}

.leadform--anchored .leadform-widget-container.anchored_tab .leadform-widget-content .t-leadform-description {
  font-size: 14px;
  padding-bottom: 20px;
  text-align: left;
}

.leadform--anchored .leadform-widget-container.anchored_tab .leadform-widget-content .t-leadform-description p {
  margin: 0;
}

.leadform--anchored .leadform-widget-container.anchored_tab .leadform-widget-content .form-control {
  margin-bottom: 10px;
}

.leadform--anchored .leadform-widget-container.anchored_tab .leadform-widget-content .form-control input[type="text"],
.leadform--anchored .leadform-widget-container.anchored_tab .leadform-widget-content .form-control input[type="email"] {
  padding: 10px 20px;
}

.leadform--anchored .leadform-widget-container.anchored_tab .leadform-widget-content .button-field {
  margin-top: 20px;
}

.leadform--anchored .leadform-widget-container.anchored_tab .leadform-widget-content .button-field button {
  width: 100%;
  min-width: 40px;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #000;
  color: #fff;
  line-height: 40px;
  font-size: 16px;
  height: 40px;
}

.leadform--anchored .leadform-widget-container.anchored_tab .leadform-widget-content .button-field button:hover {
  background: #70767c;
}

.leadform--anchored .leadform-widget-container.anchored_sidebar {
  width: 250px;
  height: 100%;
  margin-left: 50px;
  background: none;
}

.leadform--anchored .leadform-widget-container.anchored_sidebar .leadform-overlay {
  display: block;
  height: 100%;
  background: #000;
}

.leadform--anchored .leadform-widget-container.anchored_sidebar .leadform-anchored-trigger {
  position: absolute;
  left: 0;
  bottom: 20px;
}

.leadform--anchored .leadform-widget-container.anchored_sidebar .leadform-anchored-trigger.is-open {
  background-image: url("//p.weebly.com/lead-form/close-fff.png");
}

.leadform--anchored .leadform-widget-container.anchored_sidebar.align-left {
  margin-left: 0;
  margin-right: 50px;
}

.leadform--anchored .leadform-widget-container.anchored_sidebar.align-left .leadform-anchored-trigger {
  left: auto;
  right: 0;
}

.leadform--anchored .leadform-widget-container.anchored_sidebar .leadform-widget {
  padding: 30px 20px;
}

.leadform--anchored .leadform-widget-container.anchored_sidebar .leadform-widget .t-leadform-title {
  color: #fff;
  font-size: 26px;
  line-height: 32px;
  text-align: left;
  margin-bottom: 10px;
}

.leadform--anchored .leadform-widget-container.anchored_sidebar .leadform-widget .t-leadform-description {
  font-size: 14px;
  max-height: none;
  display: block;
  color: #fff;
  text-align: left;
}

.leadform--anchored .leadform-widget-container.anchored_sidebar .leadform-widget .t-leadform-description p {
  margin: 0;
}

.leadform--anchored .leadform-widget-container.anchored_sidebar .leadform-widget .form-control {
  margin-bottom: 10px;
  float: none;
  width: 100%;
  margin-right: 0;
}

.leadform--anchored .leadform-widget-container.anchored_sidebar .leadform-widget .form-control input[type="text"],
.leadform--anchored .leadform-widget-container.anchored_sidebar .leadform-widget .form-control input[type="email"] {
  padding: 10px 20px;
}

.leadform--anchored .leadform-widget-container.anchored_sidebar .leadform-widget .button-field {
  margin-top: 20px;
}

.leadform--anchored .leadform-widget-container.anchored_sidebar .leadform-widget .button-field button {
  width: 100%;
  min-width: 40px;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #50d18e;
  color: #fff;
  line-height: 40px;
  font-size: 16px;
  height: 40px;
}

.leadform--anchored .leadform-widget-container.anchored_sidebar .leadform-widget .button-field button:hover {
  background: #70767c;
}

html {
  height: 100%;
}

body.leadform {
  color: #000;
  height: 100%;
  /* Removes duplicate close button */
}

body.leadform > div,
body.leadform .leadform-welcome-mat-container,
body.leadform .leadform-anchored-container,
body.leadform #lead-form-container,
body.leadform #lead-form-container > div {
  height: 100%;
}

body.leadform .leadform-editable-close-button {
  display: none;
}

/*# sourceMappingURL=maps/lead-form.css.map */
