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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.grid--justify-end {
  text-align: right;
  -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: 'w-icons';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/w-icons/w-icons.eot?12357#iefix") format("embedded-opentype"), url("../fonts/w-icons/w-icons.woff?12357") format("woff"), url("../fonts/w-icons/w-icons.ttf?12357") format("truetype");
}

.icon {
  display: inline-block;
  vertical-align: top;
  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;
  -webkit-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga";
  font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon--small {
  font-size: 16px;
}

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

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

@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;
}

/*
    These styles are shipped out with the rendered email.
    They will be attached to emails that our users' customers will view.
    Therefore, only add any styles to this stylesheet that affect the actual email itself.

    Any styles specific to the iframe editor should go in the following file:
    editor/iframe/_iframe-editor.scss
*/
/* CLIENT-SPECIFIC STYLES */
#outlook a {
  padding: 0;
}

.ReadMsgBody {
  width: 100%;
}

.ExternalClass {
  width: 100%;
}

.ExternalClass,
.ExternalClass p,
.ExternalClass span,
.ExternalClass font,
.ExternalClass td,
.ExternalClass div {
  line-height: 100%;
}

/* Remove ios blue links */
a[x-apple-data-detectors] {
  color: inherit !important;
  text-decoration: none !important;
  font-size: inherit !important;
  font-family: inherit !important;
  font-weight: inherit !important;
  line-height: inherit !important;
}

/* RESET STYLES */
html,
body {
  font-size: 16px;
}

body {
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  background: #eee;
  -webkit-font-smoothing: antialised;
}

ul, ol {
  margin: 0;
  padding: 0;
}

a img {
  border: none;
}

img {
  border: none;
  height: auto;
  line-height: 100%;
  outline: none;
  text-decoration: none;
}

a.responsive-img-link {
  max-width: 100%;
  height: auto;
}

img.responsive-img {
  width: 100%;
  height: auto;
}

table {
  max-width: 600px;
}

/* Remove margin on email wrapper in Android 4.4 KitKat */
/* See more at: https://blog.jmwhite.co.uk/2015/09/19/revealing-why-emails-appear-off-centre-in-android-4-4-kitkat/ */
div[style*="margin: 16px 0"] {
  margin: 0 !important;
  font-size: 100% !important;
}

.t-email-wrapper {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
}

.t-theme {
  max-width: 600px;
  min-width: 320px;
  width: 600px;
  width: calc(100%);
  height: 100%;
  font-family: 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  font-size: 1em;
}

.t-theme td {
  padding: 0px;
}

.t-theme .show-in-browser-link {
  text-align: right;
  padding: 35px 0;
  font-size: 14px;
}

.t-theme .show-in-browser-link a {
  color: #adb1b5;
  font-size: 12px;
  padding-right: 5px;
}

.t-theme .owner-message {
  padding: 35px 0;
  font-size: 14px;
}

.t-theme .preview-text {
  display: none;
  font-size: 1px;
  color: #333333;
  line-height: 1px;
  max-height: 0px;
  max-width: 0px;
  opacity: 0;
  overflow: hidden;
}

.t-theme table {
  line-height: 1.5;
  letter-spacing: 0.03em;
  /*&:not(.t-divider-element):not(.t-blog-button):not(.t-product-button) {
        table-layout:fixed;
    }*/
}

.t-theme .t-editable-code table {
  width: auto !important;
}

.t-theme .t-editable-code img {
  max-width: 100% !important;
  width: auto !important;
}

.t-theme h3,
.t-theme .t-title p,
.t-theme .t-title:before,
.t-theme .t-product-title p {
  margin: 0;
  padding-bottom: 12px;
  letter-spacing: 1px;
  font-size: 1.5em;
  line-height: 1.6em;
  font-family: 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  font-weight: bold;
}

.t-theme .t-title:before {
  font-weight: bold;
}

.t-theme p,
.t-theme .t-paragraph p,
.t-theme ol li,
.t-theme ul li {
  margin: 0;
  padding-bottom: 12px;
  font-size: 1em;
  line-height: 1.6em;
}

.t-theme .t-title p > span,
.t-theme .t-paragraph p > span {
  font-size: inherit !important;
  line-height: inherit !important;
}

.t-theme ol li,
.t-theme ul li {
  margin-left: 1.75em;
}

.t-theme a {
  text-decoration: none;
}

.t-theme h3,
.t-theme .t-title,
.t-theme .t-title p,
.t-theme .t-font-style--title,
.t-theme p.t-font-style--title,
.t-theme .t-title p.t-font-style--title,
.t-theme .t-paragraph p.t-font-style--title {
  font-size: 1.5em;
  font-weight: 600;
  line-height: 1.5em;
}

.t-theme .t-paragraph,
.t-theme .t-paragraph p,
.t-theme .t-font-style--text,
.t-theme p.t-font-style--text,
.t-theme .t-title p.t-font-style--text,
.t-theme .t-paragraph p.t-font-style--text {
  font-size: 1em;
  font-weight: 400;
  line-height: 1.6em;
}

.t-theme .t-font-style--headline,
.t-theme p.t-font-style--headline,
.t-theme .t-title p.t-font-style--headline,
.t-theme .t-paragraph p.t-font-style--headline {
  font-size: 1.75em;
  font-weight: 600;
  line-height: 1.25em;
}

.t-theme .t-font-style--subtitle,
.t-theme p.t-font-style--subtitle,
.t-theme .t-title p.t-font-style--subtitle,
.t-theme .t-paragraph p.t-font-style--subtitle {
  font-size: 1.25em;
  font-weight: 400;
  line-height: 1.6em;
}

.t-theme .t-font-style--blockquote,
.t-theme p.t-font-style--blockquote,
.t-theme .t-title p.t-font-style--blockquote,
.t-theme .t-paragraph p.t-font-style--blockquote {
  font-size: 1em;
  font-style: italic;
  line-height: 1.6em;
}

.t-element-section {
  position: relative;
  width: 100%;
  min-width: 100%;
  margin: 0;
  height: 100px;
  background: #fff;
}

.t-element-section > tbody,
.t-element-section > tbody > tr {
  height: inherit;
}

.t-element-section .section-td {
  padding: 1.25em 0;
  vertical-align: top;
  max-width: 558px;
}

.t-element-section .section-td > table {
  width: 100%;
  height: 100%;
  min-width: 100%;
}

.t-element-section .section-list.list-container {
  width: 100%;
  height: 100%;
  max-width: 558px;
}

.t-element-section .section-list.list-container table.t-type-title:last-child h3:last-child,
.t-element-section .section-list.list-container table.t-type-title:last-child p:last-child,
.t-element-section .section-list.list-container table.t-type-title:last-child .t-title:last-child:before,
.t-element-section .section-list.list-container table.t-type-title:last-child .t-text:last-child:before,
.t-element-section .section-list.list-container table.t-type-text:last-child h3:last-child,
.t-element-section .section-list.list-container table.t-type-text:last-child p:last-child,
.t-element-section .section-list.list-container table.t-type-text:last-child .t-title:last-child:before,
.t-element-section .section-list.list-container table.t-type-text:last-child .t-text:last-child:before {
  padding-bottom: 0 !important;
}

.t-element-section .section-list.list-container > .t-element {
  min-width: 100%;
}

.t-element-section .section-list.list-container > .t-element:not(.t-type-column) > tbody > tr > td,
.t-element-section .section-list.list-container > .t-element:not(.t-type-column) > tr > td {
  padding-left: 1.25em;
  padding-right: 1.25em;
}

.t-element-section.t-main-section {
  height: 500px;
}

.t-element-section > .t-element-list {
  width: 100%;
  height: 100%;
}

.t-email-footer {
  width: 100%;
  padding: 0.75em 0;
  margin: 0 auto;
  text-align: center;
  color: #70767c;
  font-size: 0.75em;
}

.t-email-footer .address {
  line-height: 1.4em;
  margin: 0.5em 0 1.25em;
}

.t-email-footer a {
  color: #d5d9dc;
}

.responsive-img-link {
  display: block;
}

.responsive-img {
  display: block;
}

.empty-div {
  width: 100%;
  line-height: 0;
  display: none;
  text-indent: -999px;
}

.t-type-divider tr tr {
  font-size: 1px;
  mso-line-height-alt: 0;
  mso-margin-top-alt: 1px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.grid--justify-end {
  text-align: right;
  -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;
}

.t-button, .t-coupon-element .t-coupon-button, .t-instagram-element .t-instagram-button {
  display: inline-block;
}

.t-button-element table.t-button, .t-button-element .t-coupon-element table.t-coupon-button, .t-coupon-element .t-button-element table.t-coupon-button, .t-button-element .t-instagram-element table.t-instagram-button, .t-instagram-element .t-button-element table.t-instagram-button {
  display: table;
}

.t-button .t-button-td, .t-coupon-element .t-coupon-button .t-button-td, .t-instagram-element .t-instagram-button .t-button-td {
  border: 2px solid #323b43;
}

.t-button .t-button-inner, .t-coupon-element .t-coupon-button .t-button-inner, .t-instagram-element .t-instagram-button .t-button-inner {
  display: block;
  vertical-align: middle;
  color: #fff;
  background-color: #323b43;
  cursor: pointer;
  height: auto;
  border: none;
  text-align: center;
  text-decoration: none !important;
  font-size: 1em;
  font-weight: bold;
  letter-spacing: 1px;
}

.t-button .t-button-inner .t-button-text, .t-coupon-element .t-coupon-button .t-button-inner .t-button-text, .t-instagram-element .t-instagram-button .t-button-inner .t-button-text {
  display: inline-block !important;
  min-width: 10px;
  text-decoration: none;
}

.t-button .t-button-inner [contenteditable=true], .t-coupon-element .t-coupon-button .t-button-inner [contenteditable=true], .t-instagram-element .t-instagram-button .t-button-inner [contenteditable=true] {
  cursor: text;
}

.t-button.t-button-small .t-button-inner, .t-coupon-element .t-button-small.t-coupon-button .t-button-inner, .t-instagram-element .t-button-small.t-instagram-button .t-button-inner {
  font-size: 1em;
}

.t-button.t-button-small .t-button-inner .t-button-text, .t-coupon-element .t-button-small.t-coupon-button .t-button-inner .t-button-text, .t-instagram-element .t-button-small.t-instagram-button .t-button-inner .t-button-text {
  border-top: 10px solid #323b43;
  border-bottom: 10px solid #323b43;
  border-left: 20px solid #323b43;
  border-right: 20px solid #323b43;
}

.t-button.t-button-large .t-button-inner, .t-coupon-element .t-button-large.t-coupon-button .t-button-inner, .t-instagram-element .t-button-large.t-instagram-button .t-button-inner {
  font-size: 1.125em;
}

.t-button.t-button-large .t-button-inner .t-button-text, .t-coupon-element .t-button-large.t-coupon-button .t-button-inner .t-button-text, .t-instagram-element .t-button-large.t-instagram-button .t-button-inner .t-button-text {
  border-top: 15px solid #323b43;
  border-bottom: 15px solid #323b43;
  border-left: 30px solid #323b43;
  border-right: 30px solid #323b43;
}

.t-button.t-button-normal .t-button-td, .t-coupon-element .t-button-normal.t-coupon-button .t-button-td, .t-instagram-element .t-button-normal.t-instagram-button .t-button-td {
  background-color: #323b43;
}

.t-button.t-button-normal .t-button-inner, .t-coupon-element .t-button-normal.t-coupon-button .t-button-inner, .t-instagram-element .t-button-normal.t-instagram-button .t-button-inner {
  color: #fff;
  background-color: #323b43;
}

.t-button.t-button-highlight .t-button-td, .t-coupon-element .t-button-highlight.t-coupon-button .t-button-td, .t-instagram-element .t-button-highlight.t-instagram-button .t-button-td {
  background-color: #fff;
}

.t-button.t-button-highlight .t-button-inner, .t-coupon-element .t-button-highlight.t-coupon-button .t-button-inner, .t-instagram-element .t-button-highlight.t-instagram-button .t-button-inner {
  color: #323b43;
  background-color: #fff;
}

.t-button.t-button-full, .t-coupon-element .t-button-full.t-coupon-button, .t-instagram-element .t-button-full.t-instagram-button {
  width: 100%;
}

.t-button .t-button-inner .t-button-text, .t-coupon-element .t-coupon-button .t-button-inner .t-button-text, .t-instagram-element .t-instagram-button .t-button-inner .t-button-text {
  min-width: 60px;
}

.t-button.t-button-small.t-button-normal .t-button-inner .t-button-text, .t-coupon-element .t-button-small.t-button-normal.t-coupon-button .t-button-inner .t-button-text, .t-instagram-element .t-button-small.t-button-normal.t-instagram-button .t-button-inner .t-button-text {
  border-top: 10px solid #323b43;
  border-bottom: 10px solid #323b43;
  border-left: 20px solid #323b43;
  border-right: 20px solid #323b43;
}

.t-button.t-button-small.t-button-highlight .t-button-inner .t-button-text, .t-coupon-element .t-button-small.t-button-highlight.t-coupon-button .t-button-inner .t-button-text, .t-instagram-element .t-button-small.t-button-highlight.t-instagram-button .t-button-inner .t-button-text {
  border-top: 10px solid #fff;
  border-bottom: 10px solid #fff;
  border-left: 20px solid #fff;
  border-right: 20px solid #fff;
}

.t-button.t-button-large.t-button-normal .t-button-inner .t-button-text, .t-coupon-element .t-button-large.t-button-normal.t-coupon-button .t-button-inner .t-button-text, .t-instagram-element .t-button-large.t-button-normal.t-instagram-button .t-button-inner .t-button-text {
  border-top: 15px solid #323b43;
  border-bottom: 15px solid #323b43;
  border-left: 30px solid #323b43;
  border-right: 30px solid #323b43;
}

.t-button.t-button-large.t-button-highlight .t-button-inner .t-button-text, .t-coupon-element .t-button-large.t-button-highlight.t-coupon-button .t-button-inner .t-button-text, .t-instagram-element .t-button-large.t-button-highlight.t-instagram-button .t-button-inner .t-button-text {
  border-top: 15px solid #fff;
  border-bottom: 15px solid #fff;
  border-left: 30px solid #fff;
  border-right: 30px solid #fff;
}

.t-multicol {
  position: relative;
  direction: ltr;
}

.spacing-none {
  margin-left: 1.26em;
  margin-right: 1.24em;
}

.spacing-none .t-multicol-col {
  padding: 0 0;
}

.spacing-none .t-multicol-col li.inside {
  margin-left: 0;
  margin-right: 0;
}

.spacing-none .t-multicol-col .t-multicol-col:not(.t-image-gallery-inner) {
  padding: 0;
}

.spacing-tiny {
  margin-left: 1.1975em;
  margin-right: 1.1775em;
}

.spacing-tiny .t-multicol-col {
  padding: 0 0.0625em;
}

.spacing-tiny .t-multicol-col li.inside {
  margin-left: 0;
  margin-right: 0;
}

.spacing-tiny .t-multicol-col .t-multicol-col:not(.t-image-gallery-inner) {
  padding: 0;
}

.spacing-extra-small {
  margin-left: 0.9475em;
  margin-right: 0.9275em;
}

.spacing-extra-small .t-multicol-col {
  padding: 0 0.3125em;
}

.spacing-extra-small .t-multicol-col li.inside {
  margin-left: 0;
  margin-right: 0;
}

.spacing-extra-small .t-multicol-col .t-multicol-col:not(.t-image-gallery-inner) {
  padding: 0;
}

.spacing-small {
  margin-left: 0.635em;
  margin-right: 0.615em;
}

.spacing-small .t-multicol-col {
  padding: 0 0.625em;
}

.spacing-small .t-multicol-col li.inside {
  margin-left: 0;
  margin-right: 0;
}

.spacing-small .t-multicol-col .t-multicol-col:not(.t-image-gallery-inner) {
  padding: 0;
}

.spacing-medium {
  margin-left: 0.3225em;
  margin-right: 0.3025em;
}

.spacing-medium .t-multicol-col {
  padding: 0 0.9375em;
}

.spacing-medium .t-multicol-col li.inside {
  margin-left: 0;
  margin-right: 0;
}

.spacing-medium .t-multicol-col .t-multicol-col:not(.t-image-gallery-inner) {
  padding: 0;
}

.spacing-large {
  margin-left: 0.01em;
  margin-right: -0.01em;
}

.spacing-large .t-multicol-col {
  padding: 0 1.25em;
}

.spacing-large .t-multicol-col li.inside {
  margin-left: 0;
  margin-right: 0;
}

.spacing-large .t-multicol-col .t-multicol-col:not(.t-image-gallery-inner) {
  padding: 0;
}

.spacing-extra-large {
  margin-left: 0.01em;
  margin-right: -0.01em;
}

.spacing-extra-large .t-multicol-col {
  padding: 0 1.25em;
}

.spacing-extra-large .t-multicol-col li.inside {
  margin-left: 0;
  margin-right: 0;
}

.spacing-extra-large .t-multicol-col .t-multicol-col:not(.t-image-gallery-inner) {
  padding: 0;
}

.t-multicol-table {
  position: relative;
  border-collapse: collapse;
  table-layout: fixed;
  margin: 0 !important;
  border: 0 !important;
  padding: 0 !important;
  max-width: 600px;
  width: 100%;
}

.t-multicol-col {
  vertical-align: top;
  margin: 0 !important;
  border: 0 !important;
  padding: 0;
}

.weebly-content-area .t-mulitcol.spacing-none {
  margin-left: 0;
  margin-right: 0;
}

.weebly-content-area .t-mulitcol.spacing-none > tbody > tr > td,
.weebly-content-area .t-mulitcol.spacing-none > tr > td,
.weebly-content-area .t-mulitcol.spacing-none > .t-multicol-table-wrap {
  padding-left: 1.25em;
  padding-right: 1.25em;
}

.weebly-content-area .t-mulitcol.spacing-none > tbody > tr > td .t-mulitcol,
.weebly-content-area .t-mulitcol.spacing-none > tr > td .t-mulitcol,
.weebly-content-area .t-mulitcol.spacing-none > .t-multicol-table-wrap .t-mulitcol {
  margin-left: 0;
  margin-right: 0;
}

.weebly-content-area .t-mulitcol.spacing-none > tbody > tr > td .t-mulitcol tbody > tr > td:not(.t-image-gallery-inner),
.weebly-content-area .t-mulitcol.spacing-none > tbody > tr > td .t-mulitcol tr > td:not(.t-image-gallery-inner),
.weebly-content-area .t-mulitcol.spacing-none > tbody > tr > td .t-mulitcol .t-multicol-table-wrap,
.weebly-content-area .t-mulitcol.spacing-none > tr > td .t-mulitcol tbody > tr > td:not(.t-image-gallery-inner),
.weebly-content-area .t-mulitcol.spacing-none > tr > td .t-mulitcol tr > td:not(.t-image-gallery-inner),
.weebly-content-area .t-mulitcol.spacing-none > tr > td .t-mulitcol .t-multicol-table-wrap,
.weebly-content-area .t-mulitcol.spacing-none > .t-multicol-table-wrap .t-mulitcol tbody > tr > td:not(.t-image-gallery-inner),
.weebly-content-area .t-mulitcol.spacing-none > .t-multicol-table-wrap .t-mulitcol tr > td:not(.t-image-gallery-inner),
.weebly-content-area .t-mulitcol.spacing-none > .t-multicol-table-wrap .t-mulitcol .t-multicol-table-wrap {
  padding-left: 0;
  padding-right: 0;
}

.weebly-content-area .t-mulitcol.spacing-tiny {
  margin-left: 0;
  margin-right: 0;
}

.weebly-content-area .t-mulitcol.spacing-tiny > tbody > tr > td,
.weebly-content-area .t-mulitcol.spacing-tiny > tr > td,
.weebly-content-area .t-mulitcol.spacing-tiny > .t-multicol-table-wrap {
  padding-left: 1.1875em;
  padding-right: 1.1875em;
}

.weebly-content-area .t-mulitcol.spacing-tiny > tbody > tr > td .t-mulitcol,
.weebly-content-area .t-mulitcol.spacing-tiny > tr > td .t-mulitcol,
.weebly-content-area .t-mulitcol.spacing-tiny > .t-multicol-table-wrap .t-mulitcol {
  margin-left: 0;
  margin-right: 0;
}

.weebly-content-area .t-mulitcol.spacing-tiny > tbody > tr > td .t-mulitcol tbody > tr > td:not(.t-image-gallery-inner),
.weebly-content-area .t-mulitcol.spacing-tiny > tbody > tr > td .t-mulitcol tr > td:not(.t-image-gallery-inner),
.weebly-content-area .t-mulitcol.spacing-tiny > tbody > tr > td .t-mulitcol .t-multicol-table-wrap,
.weebly-content-area .t-mulitcol.spacing-tiny > tr > td .t-mulitcol tbody > tr > td:not(.t-image-gallery-inner),
.weebly-content-area .t-mulitcol.spacing-tiny > tr > td .t-mulitcol tr > td:not(.t-image-gallery-inner),
.weebly-content-area .t-mulitcol.spacing-tiny > tr > td .t-mulitcol .t-multicol-table-wrap,
.weebly-content-area .t-mulitcol.spacing-tiny > .t-multicol-table-wrap .t-mulitcol tbody > tr > td:not(.t-image-gallery-inner),
.weebly-content-area .t-mulitcol.spacing-tiny > .t-multicol-table-wrap .t-mulitcol tr > td:not(.t-image-gallery-inner),
.weebly-content-area .t-mulitcol.spacing-tiny > .t-multicol-table-wrap .t-mulitcol .t-multicol-table-wrap {
  padding-left: 0;
  padding-right: 0;
}

.weebly-content-area .t-mulitcol.spacing-extra-small {
  margin-left: 0;
  margin-right: 0;
}

.weebly-content-area .t-mulitcol.spacing-extra-small > tbody > tr > td,
.weebly-content-area .t-mulitcol.spacing-extra-small > tr > td,
.weebly-content-area .t-mulitcol.spacing-extra-small > .t-multicol-table-wrap {
  padding-left: 0.9375em;
  padding-right: 0.9375em;
}

.weebly-content-area .t-mulitcol.spacing-extra-small > tbody > tr > td .t-mulitcol,
.weebly-content-area .t-mulitcol.spacing-extra-small > tr > td .t-mulitcol,
.weebly-content-area .t-mulitcol.spacing-extra-small > .t-multicol-table-wrap .t-mulitcol {
  margin-left: 0;
  margin-right: 0;
}

.weebly-content-area .t-mulitcol.spacing-extra-small > tbody > tr > td .t-mulitcol tbody > tr > td:not(.t-image-gallery-inner),
.weebly-content-area .t-mulitcol.spacing-extra-small > tbody > tr > td .t-mulitcol tr > td:not(.t-image-gallery-inner),
.weebly-content-area .t-mulitcol.spacing-extra-small > tbody > tr > td .t-mulitcol .t-multicol-table-wrap,
.weebly-content-area .t-mulitcol.spacing-extra-small > tr > td .t-mulitcol tbody > tr > td:not(.t-image-gallery-inner),
.weebly-content-area .t-mulitcol.spacing-extra-small > tr > td .t-mulitcol tr > td:not(.t-image-gallery-inner),
.weebly-content-area .t-mulitcol.spacing-extra-small > tr > td .t-mulitcol .t-multicol-table-wrap,
.weebly-content-area .t-mulitcol.spacing-extra-small > .t-multicol-table-wrap .t-mulitcol tbody > tr > td:not(.t-image-gallery-inner),
.weebly-content-area .t-mulitcol.spacing-extra-small > .t-multicol-table-wrap .t-mulitcol tr > td:not(.t-image-gallery-inner),
.weebly-content-area .t-mulitcol.spacing-extra-small > .t-multicol-table-wrap .t-mulitcol .t-multicol-table-wrap {
  padding-left: 0;
  padding-right: 0;
}

.weebly-content-area .t-mulitcol.spacing-small {
  margin-left: 0;
  margin-right: 0;
}

.weebly-content-area .t-mulitcol.spacing-small > tbody > tr > td,
.weebly-content-area .t-mulitcol.spacing-small > tr > td,
.weebly-content-area .t-mulitcol.spacing-small > .t-multicol-table-wrap {
  padding-left: 0.625em;
  padding-right: 0.625em;
}

.weebly-content-area .t-mulitcol.spacing-small > tbody > tr > td .t-mulitcol,
.weebly-content-area .t-mulitcol.spacing-small > tr > td .t-mulitcol,
.weebly-content-area .t-mulitcol.spacing-small > .t-multicol-table-wrap .t-mulitcol {
  margin-left: 0;
  margin-right: 0;
}

.weebly-content-area .t-mulitcol.spacing-small > tbody > tr > td .t-mulitcol tbody > tr > td:not(.t-image-gallery-inner),
.weebly-content-area .t-mulitcol.spacing-small > tbody > tr > td .t-mulitcol tr > td:not(.t-image-gallery-inner),
.weebly-content-area .t-mulitcol.spacing-small > tbody > tr > td .t-mulitcol .t-multicol-table-wrap,
.weebly-content-area .t-mulitcol.spacing-small > tr > td .t-mulitcol tbody > tr > td:not(.t-image-gallery-inner),
.weebly-content-area .t-mulitcol.spacing-small > tr > td .t-mulitcol tr > td:not(.t-image-gallery-inner),
.weebly-content-area .t-mulitcol.spacing-small > tr > td .t-mulitcol .t-multicol-table-wrap,
.weebly-content-area .t-mulitcol.spacing-small > .t-multicol-table-wrap .t-mulitcol tbody > tr > td:not(.t-image-gallery-inner),
.weebly-content-area .t-mulitcol.spacing-small > .t-multicol-table-wrap .t-mulitcol tr > td:not(.t-image-gallery-inner),
.weebly-content-area .t-mulitcol.spacing-small > .t-multicol-table-wrap .t-mulitcol .t-multicol-table-wrap {
  padding-left: 0;
  padding-right: 0;
}

.weebly-content-area .t-mulitcol.spacing-medium {
  margin-left: 0;
  margin-right: 0;
}

.weebly-content-area .t-mulitcol.spacing-medium > tbody > tr > td,
.weebly-content-area .t-mulitcol.spacing-medium > tr > td,
.weebly-content-area .t-mulitcol.spacing-medium > .t-multicol-table-wrap {
  padding-left: 0.3125em;
  padding-right: 0.3125em;
}

.weebly-content-area .t-mulitcol.spacing-medium > tbody > tr > td .t-mulitcol,
.weebly-content-area .t-mulitcol.spacing-medium > tr > td .t-mulitcol,
.weebly-content-area .t-mulitcol.spacing-medium > .t-multicol-table-wrap .t-mulitcol {
  margin-left: 0;
  margin-right: 0;
}

.weebly-content-area .t-mulitcol.spacing-medium > tbody > tr > td .t-mulitcol tbody > tr > td:not(.t-image-gallery-inner),
.weebly-content-area .t-mulitcol.spacing-medium > tbody > tr > td .t-mulitcol tr > td:not(.t-image-gallery-inner),
.weebly-content-area .t-mulitcol.spacing-medium > tbody > tr > td .t-mulitcol .t-multicol-table-wrap,
.weebly-content-area .t-mulitcol.spacing-medium > tr > td .t-mulitcol tbody > tr > td:not(.t-image-gallery-inner),
.weebly-content-area .t-mulitcol.spacing-medium > tr > td .t-mulitcol tr > td:not(.t-image-gallery-inner),
.weebly-content-area .t-mulitcol.spacing-medium > tr > td .t-mulitcol .t-multicol-table-wrap,
.weebly-content-area .t-mulitcol.spacing-medium > .t-multicol-table-wrap .t-mulitcol tbody > tr > td:not(.t-image-gallery-inner),
.weebly-content-area .t-mulitcol.spacing-medium > .t-multicol-table-wrap .t-mulitcol tr > td:not(.t-image-gallery-inner),
.weebly-content-area .t-mulitcol.spacing-medium > .t-multicol-table-wrap .t-mulitcol .t-multicol-table-wrap {
  padding-left: 0;
  padding-right: 0;
}

.weebly-content-area .t-mulitcol.spacing-large {
  margin-left: 0;
  margin-right: 0;
}

.weebly-content-area .t-mulitcol.spacing-large > tbody > tr > td,
.weebly-content-area .t-mulitcol.spacing-large > tr > td,
.weebly-content-area .t-mulitcol.spacing-large > .t-multicol-table-wrap {
  padding-left: 0em;
  padding-right: 0em;
}

.weebly-content-area .t-mulitcol.spacing-large > tbody > tr > td .t-mulitcol,
.weebly-content-area .t-mulitcol.spacing-large > tr > td .t-mulitcol,
.weebly-content-area .t-mulitcol.spacing-large > .t-multicol-table-wrap .t-mulitcol {
  margin-left: 0;
  margin-right: 0;
}

.weebly-content-area .t-mulitcol.spacing-large > tbody > tr > td .t-mulitcol tbody > tr > td:not(.t-image-gallery-inner),
.weebly-content-area .t-mulitcol.spacing-large > tbody > tr > td .t-mulitcol tr > td:not(.t-image-gallery-inner),
.weebly-content-area .t-mulitcol.spacing-large > tbody > tr > td .t-mulitcol .t-multicol-table-wrap,
.weebly-content-area .t-mulitcol.spacing-large > tr > td .t-mulitcol tbody > tr > td:not(.t-image-gallery-inner),
.weebly-content-area .t-mulitcol.spacing-large > tr > td .t-mulitcol tr > td:not(.t-image-gallery-inner),
.weebly-content-area .t-mulitcol.spacing-large > tr > td .t-mulitcol .t-multicol-table-wrap,
.weebly-content-area .t-mulitcol.spacing-large > .t-multicol-table-wrap .t-mulitcol tbody > tr > td:not(.t-image-gallery-inner),
.weebly-content-area .t-mulitcol.spacing-large > .t-multicol-table-wrap .t-mulitcol tr > td:not(.t-image-gallery-inner),
.weebly-content-area .t-mulitcol.spacing-large > .t-multicol-table-wrap .t-mulitcol .t-multicol-table-wrap {
  padding-left: 0;
  padding-right: 0;
}

.weebly-content-area .t-mulitcol.spacing-extra-large {
  margin-left: 0;
  margin-right: 0;
}

.weebly-content-area .t-mulitcol.spacing-extra-large > tbody > tr > td,
.weebly-content-area .t-mulitcol.spacing-extra-large > tr > td,
.weebly-content-area .t-mulitcol.spacing-extra-large > .t-multicol-table-wrap {
  padding-left: 0em;
  padding-right: 0em;
}

.weebly-content-area .t-mulitcol.spacing-extra-large > tbody > tr > td .t-mulitcol,
.weebly-content-area .t-mulitcol.spacing-extra-large > tr > td .t-mulitcol,
.weebly-content-area .t-mulitcol.spacing-extra-large > .t-multicol-table-wrap .t-mulitcol {
  margin-left: 0;
  margin-right: 0;
}

.weebly-content-area .t-mulitcol.spacing-extra-large > tbody > tr > td .t-mulitcol tbody > tr > td:not(.t-image-gallery-inner),
.weebly-content-area .t-mulitcol.spacing-extra-large > tbody > tr > td .t-mulitcol tr > td:not(.t-image-gallery-inner),
.weebly-content-area .t-mulitcol.spacing-extra-large > tbody > tr > td .t-mulitcol .t-multicol-table-wrap,
.weebly-content-area .t-mulitcol.spacing-extra-large > tr > td .t-mulitcol tbody > tr > td:not(.t-image-gallery-inner),
.weebly-content-area .t-mulitcol.spacing-extra-large > tr > td .t-mulitcol tr > td:not(.t-image-gallery-inner),
.weebly-content-area .t-mulitcol.spacing-extra-large > tr > td .t-mulitcol .t-multicol-table-wrap,
.weebly-content-area .t-mulitcol.spacing-extra-large > .t-multicol-table-wrap .t-mulitcol tbody > tr > td:not(.t-image-gallery-inner),
.weebly-content-area .t-mulitcol.spacing-extra-large > .t-multicol-table-wrap .t-mulitcol tr > td:not(.t-image-gallery-inner),
.weebly-content-area .t-mulitcol.spacing-extra-large > .t-multicol-table-wrap .t-mulitcol .t-multicol-table-wrap {
  padding-left: 0;
  padding-right: 0;
}

.wsite-multicol-divider {
  visibility: hidden;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  position: absolute;
  top: 2px;
  bottom: 2px;
  width: 2px;
  z-index: 7;
  background-color: rgba(0, 0, 0, 0.2);
  cursor: ew-resize;
  border: solid 1px transparent;
  border-width: 0 10px;
  background-clip: padding-box;
  -webkit-transition: background-color 0.1s linear, -webkit-transform 0.1s linear, width 0.1s linear;
  -webkit-transition: background-color 0.1s linear, width 0.1s linear, -webkit-transform 0.1s linear;
  transition: background-color 0.1s linear, width 0.1s linear, -webkit-transform 0.1s linear;
  transition: background-color 0.1s linear, transform 0.1s linear, width 0.1s linear;
  transition: background-color 0.1s linear, transform 0.1s linear, width 0.1s linear, -webkit-transform 0.1s linear;
  -webkit-transform: translateX(-10px);
  transform: translateX(-10px);
}

.wsite-multicol-divider.wsite-multicol-guide {
  visibility: visible;
  background-color: rgba(0, 0, 0, 0.1);
}

.wsite-multicol-divider:hover,
.wsite-multicol-divider.dragging {
  background-color: #8bcffd;
  width: 4px;
  -webkit-transform: translateX(-11px);
  transform: translateX(-11px);
}

.t-multicol-li-hover > .wsite-multicol-divider,
.inside-hover > .wsite-multicol-divider,
.inside-active > .wsite-multicol-divider {
  visibility: visible;
}

.t-divider-element {
  min-width: 100%;
}

hr.styled-hr {
  margin: 0 auto;
  background: none;
  border: none;
}

.t-columns td {
  position: relative;
}

.t-columns td.sorting {
  clear: none !important;
}

.t-columns.t-col-2 > tbody > tr > td:not(.td-spacer):not(.td-divider):not(.empty),
.t-columns.t-col-2 > tr > td:not(.td-spacer):not(.td-divider):not(.empty) {
  width: 50%;
}

.t-columns.t-col-2 > tbody > tr > td:not(.td-spacer):not(.td-divider):not(.empty):nth-child(2n+1),
.t-columns.t-col-2 > tr > td:not(.td-spacer):not(.td-divider):not(.empty):nth-child(2n+1) {
  clear: both;
}

.t-columns.t-col-3 > tbody > tr > td:not(.td-spacer):not(.td-divider):not(.empty),
.t-columns.t-col-3 > tr > td:not(.td-spacer):not(.td-divider):not(.empty) {
  width: 33.3333%;
}

.t-columns.t-col-3 > tbody > tr > td:not(.td-spacer):not(.td-divider):not(.empty):nth-child(3n+1),
.t-columns.t-col-3 > tr > td:not(.td-spacer):not(.td-divider):not(.empty):nth-child(3n+1) {
  clear: both;
}

.t-columns.t-col-4 > tbody > tr > td:not(.td-spacer):not(.td-divider):not(.empty),
.t-columns.t-col-4 > tr > td:not(.td-spacer):not(.td-divider):not(.empty) {
  width: 24.95% !important;
}

.t-columns.t-col-4 > tbody > tr > td:not(.td-spacer):not(.td-divider):not(.empty):nth-child(4n+1),
.t-columns.t-col-4 > tr > td:not(.td-spacer):not(.td-divider):not(.empty):nth-child(4n+1) {
  clear: both;
}

.t-columns.t-col-5 > tbody > tr > td:not(.td-spacer):not(.td-divider):not(.empty),
.t-columns.t-col-5 > tr > td:not(.td-spacer):not(.td-divider):not(.empty) {
  width: 19.95% !important;
}

.t-columns.t-col-5 > tbody > tr > td:not(.td-spacer):not(.td-divider):not(.empty):nth-child(5n+1),
.t-columns.t-col-5 > tr > td:not(.td-spacer):not(.td-divider):not(.empty):nth-child(5n+1) {
  clear: both;
}

.t-columns.t-col-6 > tbody > tr > td:not(.td-spacer):not(.td-divider):not(.empty),
.t-columns.t-col-6 > tr > td:not(.td-spacer):not(.td-divider):not(.empty) {
  width: 16.62% !important;
}

.t-columns.t-col-6 > tbody > tr > td:not(.td-spacer):not(.td-divider):not(.empty):nth-child(6n+1),
.t-columns.t-col-6 > tr > td:not(.td-spacer):not(.td-divider):not(.empty):nth-child(6n+1) {
  clear: both;
}

.t-image-gallery-container .t-image-holder a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.t-image-gallery-container .t-image-holder img {
  position: relative;
  float: left;
}

.t-image-gallery-border-default .t-image-holder {
  background-color: rgba(206, 208, 210, 0.1);
  border-style: none;
  border-width: 0;
}

.t-image-gallery-border-default.t-image-gallery-border-thin .t-image-holder {
  border-style: solid;
  padding: 1px;
  border-width: 1px;
}

.t-image-gallery-border-default.t-image-gallery-border-medium .t-image-holder {
  border-style: solid;
  padding: 3px;
  border-width: 1px;
}

.t-image-gallery-border-default.t-image-gallery-border-thick .t-image-holder {
  border-style: solid;
  padding: 6px;
  border-width: 1px;
}

.t-image-border-hairline {
  border: 1px solid #ddd;
}

.t-image-border-thin {
  border: 3px solid #dddddd;
}

.t-image-border-medium {
  border: 5px solid #dddddd;
}

.t-image-border-thick {
  border: 7px solid #dddddd;
}

.t-image-border-hairline.t-image-border-black {
  border: 1px solid #000000;
}

.t-image-border-thin.t-image-border-black {
  border: 3px solid #000000;
}

.t-image-border-medium.t-image-border-black {
  border: 5px solid #000000;
}

.t-image-border-thick.t-image-border-black {
  border: 7px solid #000000;
}

.t-image-element a {
  display: block;
}

.t-image-element img {
  display: block;
}

.is-placeholder .responsive-img-link {
  width: 100% !important;
}

.is-placeholder .image-wrapper {
  max-width: 153px !important;
  margin: 0 auto;
  width: 100% !important;
}

.is-placeholder .image-wrapper .ui-wrapper,
.is-placeholder .image-wrapper img {
  width: 100% !important;
}

.ext-tooltip {
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 5px;
  z-index: 90;
}

.t-social {
  position: relative;
  display: inline-block;
  white-space: nowrap;
}

.t-social > tbody {
  display: inherit;
}

.t-social-item.hidden {
  display: none;
}

/*
   First and last social children have margins + padding removed
   from the left and right sides, respectively. Only applicable to
   the social icons element, doesn't affect the area element.
*/
.t-elements .t-social-item.first-child,
.weebly-content-area .t-social-item.first-child {
  margin-left: 0 !important;
  padding-left: 0 !important;
}

.t-social-item.last-child {
  margin-right: 0 !important;
  padding-right: 0 !important;
}

.t-social-item {
  display: inline-block;
  margin: 0;
}

.t-social-item:last-child, .t-social-item:first-child {
  margin-left: 0 !important;
  padding-left: 0 !important;
}

.text-with-image {
  position: relative;
  border-collapse: collapse;
  table-layout: fixed;
  margin: 0 !important;
  border: 0 !important;
  padding: 0 !important;
  max-width: 600px;
}

.text-with-image .w-delete-outer {
  display: none;
}

.text-with-image img.image-with-text {
  cursor: move;
}

.inside-hover .text-with-image .w-delete-outer {
  display: block;
}

.t-element-container.t-image-combine:before {
  content: '';
  display: block;
  width: 125px;
  height: 115px;
  position: absolute;
  top: 0;
  left: 0;
  border: solid 2px #8fcbff;
  background-color: rgba(136, 206, 255, 0.4);
  z-index: 11;
}

.t-element-container.t-image-combine-right:before {
  right: 0;
  left: auto;
}

.t-title-element,
.t-text-element {
  min-width: 100%;
}

.t-paragraph a {
  word-wrap: break-word;
}

.t-map-element td {
  line-height: 0;
}

.t-map-element img {
  width: 100% !important;
}

.t-product-element {
  height: 100%;
  min-height: 50px;
}

.t-product-element > tbody > tr > td,
.t-product-element > tr > td {
  height: 100%;
}

.t-product-element > tbody > tr > td > table,
.t-product-element > tr > td > table {
  height: 100%;
}

.t-product-element .t-product-image-container {
  background-color: #fff;
}

.t-product-element .t-product-image-container > img {
  width: 100% !important;
  max-width: 100%;
}

.t-product-element .t-product-image-container .t-product-image-placeholder {
  background: #f5f6f7;
  text-align: center;
  padding: 30px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 100% !important;
}

.t-product-element .t-product-image-container .t-product-image-placeholder img {
  max-width: 100%;
}

.t-product-element .t-product-image-container .t-product-image-placeholder.export img {
  max-width: 90%;
}

.t-product-element .t-product-image-placeholder-overlay {
  background-color: #f5f6f7;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  width: 100%;
}

.t-product-element .product-image-loading {
  width: 100%;
}

.t-product-element .product-image-loading .product-image-spinner {
  position: absolute;
  margin: 0 auto;
  -webkit-animation: spin 0.5s infinite linear;
  animation: spin 0.5s infinite linear;
  position: relative;
  height: 30px;
  width: 30px;
  border-radius: 100%;
  overflow: hidden;
}

.t-product-element .product-image-loading .product-image-spinner::before {
  background: -webkit-gradient(linear, left top, left bottom, from(#323b43), to(rgba(50, 59, 67, 0.5)));
  background: linear-gradient(to bottom, #323b43 0%, rgba(50, 59, 67, 0.5) 100%);
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
}

.t-product-element .product-image-loading .product-image-spinner::after {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(50, 59, 67, 0.5)), to(rgba(50, 59, 67, 0)));
  background: linear-gradient(to top, rgba(50, 59, 67, 0.5) 0%, rgba(50, 59, 67, 0) 100%);
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
}

.t-product-element .product-image-loading .product-image-spinner__bg {
  position: absolute;
  z-index: 1;
  top: 4px;
  left: 4px;
  width: calc(100% - (4px * 2));
  height: calc(100% - (4px * 2));
  background: #fff;
  border-radius: 100%;
}

.t-product-element .t-product-info {
  height: 100%;
  position: relative;
}

.t-product-element .t-product-info p {
  margin-bottom: 0;
  padding-bottom: 0;
}

.t-product-element .t-product-info .product-name {
  font-weight: bold;
  word-break: normal;
}

.t-product-element .t-product-info .product-name a {
  color: #222;
}

.t-product-element .t-product-info .t-product-title a {
  color: #222;
}

.t-product-element .t-button-td .t-button-inner .t-button-text {
  border-top-width: 5px !important;
  border-bottom-width: 5px !important;
  border-left-width: 20px !important;
  border-right-width: 20px !important;
  color: #fff;
  font-weight: bold;
  letter-spacing: 1px;
}

.t-product-element .t-button.t-button-normal .t-button-td, .t-product-element .t-coupon-element .t-button-normal.t-coupon-button .t-button-td, .t-coupon-element .t-product-element .t-button-normal.t-coupon-button .t-button-td, .t-product-element .t-instagram-element .t-button-normal.t-instagram-button .t-button-td, .t-instagram-element .t-product-element .t-button-normal.t-instagram-button .t-button-td {
  border: 2px solid #323b43;
}

.t-product-element .t-button.t-button-normal .t-button-inner, .t-product-element .t-coupon-element .t-button-normal.t-coupon-button .t-button-inner, .t-coupon-element .t-product-element .t-button-normal.t-coupon-button .t-button-inner, .t-product-element .t-instagram-element .t-button-normal.t-instagram-button .t-button-inner, .t-instagram-element .t-product-element .t-button-normal.t-instagram-button .t-button-inner {
  background-color: #323b43;
}

.t-product-element .t-button.t-button-normal .t-button-inner .t-button-text, .t-product-element .t-coupon-element .t-button-normal.t-coupon-button .t-button-inner .t-button-text, .t-coupon-element .t-product-element .t-button-normal.t-coupon-button .t-button-inner .t-button-text, .t-product-element .t-instagram-element .t-button-normal.t-instagram-button .t-button-inner .t-button-text, .t-instagram-element .t-product-element .t-button-normal.t-instagram-button .t-button-inner .t-button-text {
  border-top-width: 5px !important;
  border-bottom-width: 5px !important;
  border-left-width: 20px !important;
  border-right-width: 20px !important;
}

.t-product-element .t-product-price .old-price > span {
  text-decoration: line-through;
}

.t-product-element .t-product-price .t-editable {
  display: inline-block;
  min-width: 10px;
}

.t-product-element .t-product-price .t-editable:empty:not(:focus):before {
  display: inline;
}

.t-product-element.t-product-mobile {
  display: none;
}

.t-product-element.t-product-grid > tbody > tr:not(.tr-spacer) > td:not(.td-spacer):not(.empty),
.t-product-element.t-product-grid > tr:not(.tr-spacer) > td:not(.td-spacer):not(.empty) {
  border: 1px solid #f5f6f7;
}

.t-product-element.t-product-grid .t-product-info {
  padding: 6px 10px;
}

.t-product-element.t-product-grid .t-product-info .t-product-title p {
  font-size: 1em;
  margin-bottom: 0;
  padding-bottom: 0;
}

.t-product-element.t-product-grid.t-product-mobile .t-product-info {
  padding: 10px;
}

.t-product-element.t-product-grid .t-product-image-container .t-product-image-placeholder {
  padding: 0;
}

.t-product-element.t-product-mosaic .t-product-info {
  padding: 0;
}

.t-product-element.t-product-mosaic .t-product-info .t-product-title p {
  font-size: 1.3em;
}

.t-product-element.t-product-mosaic .t-product-info .t-product-desc p {
  font-size: 1em;
  color: #d5d9dc;
}

.t-product-element.t-product-mosaic.t-product-mobile .t-product-info {
  padding: 10px;
}

.t-product-element.t-product-mosaic .t-product-image-placeholder {
  height: 400px;
  max-height: 400px !important;
}

.t-product-element.t-product-mosaic .t-product-image-placeholder img {
  margin-top: 120px;
}

.t-product-element.t-product-featured .t-product-info {
  padding: 10px;
}

.t-product-element.t-product-featured .t-product-info p {
  color: #fff;
}

.t-product-element.t-product-featured .t-product-info .t-product-title p {
  font-size: 1em;
}

.t-product-element.t-product-featured .t-product-info .t-product-title p a {
  color: #fff;
}

.t-product-element.t-product-featured .t-product-price .sale-price {
  font-style: italic;
}

.t-product-element.t-product-featured.t-col-1 .t-product-title p {
  font-size: 1.3em;
}

.t-product-element.t-product-minimal .t-product-info {
  padding: 0px 20px;
}

.t-product-element.t-product-minimal .t-product-info p {
  color: #fff;
  font-size: 1.3em;
}

.t-product-element.t-product-minimal .t-product-info .t-product-title a {
  color: #fff;
}

.t-product-element.t-product-minimal .t-product-price .sale-price {
  font-weight: bold;
}

.t-product-element.t-product-snapshot .t-product-info {
  padding: 10px 0;
}

.t-product-element.t-product-snapshot .t-product-info .t-product-title p {
  font-size: 1.2em;
}

.t-product-element.t-product-snapshot .t-product-info .t-product-price {
  font-size: 1em;
}

.t-product-element.t-product-snapshot .t-product-info .t-product-price .old-price {
  color: #d5d9dc;
}

.t-product-element.t-product-snapshot .t-button, .t-product-element.t-product-snapshot .t-coupon-element .t-coupon-button, .t-coupon-element .t-product-element.t-product-snapshot .t-coupon-button, .t-product-element.t-product-snapshot .t-instagram-element .t-instagram-button, .t-instagram-element .t-product-element.t-product-snapshot .t-instagram-button {
  text-transform: uppercase;
}

.t-product-element.t-product-detailed.t-col-1 .t-product-info {
  padding: 20px;
}

.t-product-element.t-product-detailed .t-product-info.t-product-info-left {
  padding-left: 20px;
}

.t-product-element.t-product-detailed .t-product-info.t-product-info-right {
  padding-right: 20px;
}

.t-product-element.t-product-detailed .t-product-info .t-product-title p {
  font-size: 1.3em;
}

.t-product-element.t-product-detailed .t-product-info .product-name {
  display: inline;
}

.t-product-element.t-product-detailed .t-product-info .t-product-desc p {
  font-size: 1em;
  color: #58585e;
}

.t-product-element.t-product-detailed .t-product-info .t-product-price .old-price {
  color: #d5d9dc;
}

.t-blog-element {
  height: 100%;
}

.t-blog-element > tbody > tr > td,
.t-blog-element > tr > td {
  height: 100%;
}

.t-blog-element > tbody > tr > td > table:not(.t-divider-element):not(.t-blog-button),
.t-blog-element > tr > td > table:not(.t-divider-element):not(.t-blog-button) {
  height: 100%;
}

.t-blog-element .t-blog-image-container {
  background-color: #fff;
}

.t-blog-element .t-blog-image-container > img {
  width: 100% !important;
  max-width: 100%;
}

.t-blog-element .t-blog-image-container .t-blog-image-placeholder {
  background: #f5f6f7;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 30px 0;
  width: 100% !important;
}

.t-blog-element .t-blog-image-container .t-blog-image-placeholder img {
  max-width: 100%;
}

.t-blog-element .t-blog-image-container .t-blog-image-placeholder.export img {
  max-width: 90%;
}

.t-blog-element .t-blog-image-placeholder-overlay {
  background-color: #f5f6f7;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  width: 100%;
}

.t-blog-element .t-blog-temp-image-overlay {
  position: absolute;
  top: 0;
  overflow: hidden;
  text-align: center;
}

.t-blog-element .t-blog-info {
  height: 100%;
}

.t-blog-element .t-blog-info .t-blog-intro-title,
.t-blog-element .t-blog-info .t-blog-title {
  margin-bottom: 15px;
}

.t-blog-element .t-blog-info .t-blog-intro-title p,
.t-blog-element .t-blog-info .t-blog-title p {
  color: #222;
  font-size: 1.375em;
  font-weight: bold;
  padding-bottom: 0;
}

.t-blog-element .t-blog-info .t-blog-intro-title p a,
.t-blog-element .t-blog-info .t-blog-title p a {
  color: #222;
}

.t-blog-element .t-blog-info .t-blog-date p {
  font-size: 0.875em;
  color: #adb1b5;
  font-style: italic;
}

.t-blog-element .t-blog-info .t-blog-desc p {
  color: #58585e;
  padding-bottom: 0;
}

.t-blog-element .t-button-td .t-button-text {
  font-size: 0.9em;
  text-transform: uppercase;
  font-weight: bold;
}

.t-blog-element .t-button-td .t-button-inner {
  color: #222;
}

.t-blog-element .t-button.t-button-small.t-button-highlight .t-button-inner, .t-blog-element .t-coupon-element .t-button-small.t-button-highlight.t-coupon-button .t-button-inner, .t-coupon-element .t-blog-element .t-button-small.t-button-highlight.t-coupon-button .t-button-inner, .t-blog-element .t-instagram-element .t-button-small.t-button-highlight.t-instagram-button .t-button-inner, .t-instagram-element .t-blog-element .t-button-small.t-button-highlight.t-instagram-button .t-button-inner {
  background: #fff;
}

.t-blog-element .t-button.t-button-small.t-button-highlight .t-button-inner .t-button-text, .t-blog-element .t-coupon-element .t-button-small.t-button-highlight.t-coupon-button .t-button-inner .t-button-text, .t-coupon-element .t-blog-element .t-button-small.t-button-highlight.t-coupon-button .t-button-inner .t-button-text, .t-blog-element .t-instagram-element .t-button-small.t-button-highlight.t-instagram-button .t-button-inner .t-button-text, .t-instagram-element .t-blog-element .t-button-small.t-button-highlight.t-instagram-button .t-button-inner .t-button-text {
  border-top-width: 5px !important;
  border-bottom-width: 5px !important;
  border-left-width: 20px !important;
  border-right-width: 20px !important;
  border-color: #fff;
}

.t-blog-element .t-divider-element tr {
  font-size: 1px;
  mso-line-height-alt: 0;
  mso-margin-top-alt: 1px;
}

.t-blog-element .t-divider-element .t-divider {
  background-color: #ebedef;
  font-size: 1px;
}

.t-blog-element.t-blog-intro {
  min-width: 100%;
}

.t-blog-element.t-blog-intro .t-blog-intro-desc p {
  color: #222;
}

.t-blog-element.t-blog-intro.t-blog-list .t-blog-intro-title {
  margin-bottom: 0;
}

.t-blog-element.t-blog-intro.t-blog-list .t-blog-intro-title p {
  font-size: 1.625em;
}

.t-blog-element.t-blog-basic.t-columns.t-col-2 > tbody > tr > td:not(.td-spacer),
.t-blog-element.t-blog-basic.t-columns.t-col-2 > tr > td:not(.td-spacer) {
  width: 65%;
}

.t-blog-element.t-blog-basic.t-columns.t-col-2 > tbody > tr > td:not(.td-spacer):first-child,
.t-blog-element.t-blog-basic.t-columns.t-col-2 > tr > td:not(.td-spacer):first-child {
  width: 35%;
}

.t-blog-element.t-blog-basic .t-blog-image-placeholder {
  ppadding: 30px 0;
}

.t-blog-element.t-blog-grid .t-blog-info {
  padding: 0px 20px;
}

.t-blog-element.t-blog-grid .t-blog-info p {
  color: #fff;
}

.t-blog-element.t-blog-grid .t-blog-info .t-blog-date p {
  font-style: normal;
  text-transform: uppercase;
  padding-bottom: 0;
}

.t-blog-element.t-blog-list.t-columns {
  border-bottom: 1px solid #ebedef;
}

.t-blog-element.t-blog-list.t-columns.t-col-2 > tbody > tr > td:not(.td-spacer),
.t-blog-element.t-blog-list.t-columns.t-col-2 > tr > td:not(.td-spacer) {
  width: 80%;
}

.t-blog-element.t-blog-list.t-columns.t-col-2 > tbody > tr > td:not(.td-spacer):first-child,
.t-blog-element.t-blog-list.t-columns.t-col-2 > tr > td:not(.td-spacer):first-child {
  width: 20%;
}

.t-blog-element.t-blog-mosaic .t-blog-date p,
.t-blog-element.t-blog-mosaic .t-blog-desc p {
  color: #222;
}

.t-blog-element.t-blog-mosaic .t-blog-image-placeholder-overlay {
  width: 55%;
}

.t-blog-element.t-blog-stacked .t-blog-date p,
.t-blog-element.t-blog-stacked .t-blog-desc p {
  color: #222;
}

.t-blog-element.t-blog-stacked .t-blog-info .t-blog-title {
  margin-bottom: 10px;
}

.t-blog-element.t-blog-stacked .t-blog-image-placeholder-overlay {
  width: 100%;
}

.mobile-menu-expandable {
  display: none;
  overflow: hidden;
  width: 0;
  max-height: 0;
  line-height: 0;
}

.mobile-menu-expandable .nav-over,
.mobile-menu-expandable .nav-under {
  display: none;
  overflow: hidden;
  max-height: 0px;
  text-align: right;
  background-color: #fff;
}

.mobile-menu-expandable .nav-over {
  opacity: 0;
}

.mobile-menu-expandable .t-navigation-item {
  background: #58585e;
}

.t-navigation-element .t-navigation-item,
.t-mobile-menu .t-navigation-item {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 5px;
}

.t-navigation-element .t-navigation-item a,
.t-navigation-element .t-navigation-item span,
.t-mobile-menu .t-navigation-item a,
.t-mobile-menu .t-navigation-item span {
  color: #fff;
  line-height: 20px;
  display: block;
}

.t-navigation-element .t-navigation-item a,
.t-navigation-element .t-navigation-item span {
  color: #58585e;
  font-size: 14px !important;
}

.t-navigation-element .t-navigation-item span.t-link {
  white-space: nowrap;
}

.t-navigation-element.t-navigation-basic .t-navigation-item:first-child {
  padding-left: 0 !important;
}

.t-navigation-element.t-navigation-basic .t-navigation-item:last-child {
  padding-right: 0 !important;
}

.t-navigation-element.t-navigation-bold .t-navigation-item a,
.t-navigation-element.t-navigation-bold .t-navigation-item span {
  font-weight: bold;
}

.t-navigation-element.t-navigation-border .t-navigation-item {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}

.t-navigation-element.t-navigation-divided .t-navigation-item {
  padding: 5px;
}

.t-navigation-element.t-navigation-divided .t-navigation-item:first-child {
  padding-left: 0 !important;
}

.t-navigation-element.t-navigation-divided .t-navigation-item:last-child {
  padding-right: 0 !important;
}

.t-navigation-element.t-navigation-divided .t-navigation-item:not(:last-child) {
  border-right: 1px solid #e5e5e5;
}

.t-navigation-element.t-navigation-dotted .t-navigation-item:first-child {
  padding-left: 0 !important;
}

.t-navigation-element.t-navigation-dotted .t-navigation-item:last-child {
  padding-right: 0 !important;
}

.t-navigation-element.t-navigation-dotted .td-spacer {
  font-size: 25px;
}

.t-navigation-element.t-navigation-boxed .t-navigation-item {
  border: 1px solid #58585e;
  padding: 10px 20px;
}

.t-navigation-element.t-navigation-boxed .t-navigation-item a,
.t-navigation-element.t-navigation-boxed .t-navigation-item span {
  text-transform: uppercase;
}

.t-mulitcol .t-navigation-container-border {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}

.t-mulitcol .t-navigation-element.t-navigation-boxed .t-navigation-item {
  padding: 10px 10px;
}

.t-mulitcol .t-navigation-element.t-navigation-border .t-navigation-item {
  border: none;
}

.t-coupon-element {
  font-family: 'Roboto', 'Helvetica Neue', 'Helvetica', sans-serif;
  position: relative;
}

.t-coupon-element .t-coupon-image-container > img {
  width: 100% !important;
  max-width: 100%;
}

.t-coupon-element .t-coupon-image-container .t-coupon-image-placeholder {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.t-coupon-element .t-coupon-image-container .t-coupon-image-placeholder img {
  max-width: 100%;
}

.t-coupon-element .t-coupon-info {
  height: 100%;
  position: relative;
  padding-left: 2%;
  padding-right: 2%;
  text-align: center;
}

.t-coupon-element .t-coupon-info p {
  margin-bottom: 0;
  padding-bottom: 0;
}

.t-coupon-element .t-coupon-info .t-coupon-title > p {
  line-height: 1em;
}

.t-coupon-element .t-coupon-info .coupon-name a {
  color: #222;
}

.t-coupon-element .t-coupon-info .t-coupon-name,
.t-coupon-element .t-coupon-info .t-coupon-code {
  text-transform: uppercase;
}

.t-coupon-element .t-coupon-info .t-coupon-discount {
  margin-bottom: 10px;
  font-weight: bold;
  text-transform: uppercase;
}

.t-coupon-element .t-coupon-info .t-coupon-discount a {
  color: #222;
}

.t-coupon-element .t-coupon-button.t-button-full {
  display: table;
}

.t-coupon-element.t-style-border,
.t-coupon-element .t-style-border {
  border: 1px solid #f5f6f7;
}

.t-coupon-photo .t-coupon-discount {
  font-size: 49px;
  margin-bottom: 10px;
}

.t-coupon-photo .t-coupon-code {
  font-size: 18px;
  margin-bottom: 30px;
}

.t-coupon-color_block .t-coupon-info {
  border-top: 10px solid #000;
  padding-top: 10%;
  padding-bottom: 7%;
}

.t-coupon-color_block .t-coupon-title,
.t-coupon-color_block .t-coupon-code {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 2px;
}

.t-coupon-color_block .t-coupon-title {
  margin-bottom: 10px;
}

.t-coupon-color_block .t-coupon-discount {
  font-size: 65px;
}

.t-coupon-color_block .t-coupon-code {
  margin-bottom: 20px;
}

.t-coupon-overlay .t-coupon-image-placeholder-overlay {
  background-color: #f5f6f7;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  width: 100%;
}

.t-coupon-overlay .t-coupon-discount,
.t-coupon-overlay .t-coupon-discount span {
  font-size: 55px;
  letter-spacing: 5px;
  color: #fff;
}

.t-coupon-overlay .t-coupon-code {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 3px;
  color: #fff;
}

.t-coupon-overlay .t-coupon-code a {
  color: #fff;
}

.t-coupon-overlay .t-coupon-info .coupon-name a {
  color: #fff;
}

.t-coupon-text_based .t-coupon-info {
  padding-top: 5%;
  padding-bottom: 5%;
}

.t-coupon-text_based .t-coupon-title {
  font-size: 16px;
  letter-spacing: 3px;
  margin-bottom: 30px;
}

.t-coupon-text_based .t-coupon-title.t-coupon-name {
  font-size: 16px;
  letter-spacing: 3px;
}

.t-coupon-text_based .t-coupon-title .t-editable {
  display: inline-block;
  margin-bottom: 0;
}

.t-coupon-text_based .t-coupon-title .t-editable [contenteditable=false] {
  cursor: default;
  text-transform: uppercase;
}

.t-coupon-text_based .t-coupon-title a {
  color: #222;
}

.t-coupon-text_based .t-coupon-discount {
  font-size: 55px;
  margin-bottom: 15px;
}

.t-coupon-text_based .t-coupon-desc {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.63;
  margin-bottom: 20px;
}

.t-coupon-mobile {
  display: none;
}

.t-coupon-mobile .t-coupon-image-container img {
  width: 100% !important;
}

.t-coupon-mobile .t-coupon-info {
  padding: 20px 30px;
}

.t-commerce-element {
  min-width: 100%;
}

.t-commerce-element td,
.t-commerce-element th,
.t-commerce-element .t-commerce-text, .t-commerce-element .t-commerce-address {
  font-size: 1em;
  font-weight: 400;
  line-height: 1.5em;
  color: #58585e;
}

.t-commerce-element td a,
.t-commerce-element th a,
.t-commerce-element .t-commerce-text a, .t-commerce-element .t-commerce-address a {
  text-decoration: underline;
  color: inherit;
}

.t-commerce-element .t-commerce-text, .t-commerce-element .t-commerce-address {
  padding-bottom: 0;
}

.t-commerce-element th {
  font-size: 0.85em;
  font-weight: 400;
  color: #58585e;
  text-transform: uppercase;
}

.t-commerce-element .t-commerce-heading {
  font-size: 1.375em;
  font-weight: 300;
  line-height: 1.375em;
}

.t-commerce-element .t-commerce-heading p {
  margin: 0;
  padding: 0;
}

.t-commerce-element p.t-font-style--title,
.t-commerce-element p.t-font-style--subtitle,
.t-commerce-element p.t-font-style--text {
  padding-bottom: 0;
}

.t-commerce-element .t-commerce-bold,
.t-commerce-element .t-commerce-address-label {
  font-weight: 700;
  padding-bottom: 0;
}

.t-commerce-element .t-commerce-amount,
.t-commerce-element .t-commerce-redemption-code {
  font-size: 2em;
  font-weight: 700;
  color: #000;
}

.t-commerce-element .t-commerce-discount {
  color: #adb1b5;
}

.t-commerce-element .t-commerce-note {
  font-weight: 400;
  line-height: 1.5em;
  color: #58585e;
  padding-bottom: 0;
}

.t-commerce-element .t-commerce-note > span {
  font-size: .85em;
}

.t-commerce-element .t-commerce-note > span .t-commerce-discount {
  font-size: 1em;
}

.t-commerce-element .t-commerce-address {
  font-size: 0.85em;
}

.t-commerce-element .t-commerce-address p {
  padding-bottom: 0;
  color: inherit;
  font-size: 0.9em;
  line-height: inherit;
}

.t-commerce-element .t-commerce-check-balance a {
  text-decoration: none;
}

.t-commerce-element .t-commerce-table-centered {
  margin-left: auto;
  margin-right: auto;
}

.t-commerce-element .t-commerce-table-centered .t-commerce-cc {
  padding-right: 10px;
}

.t-commerce-element .t-commerce-item-table .t-commerce-item-label td {
  text-transform: uppercase;
  font-size: 0.8em;
}

.t-commerce-element .t-commerce-item-table .t-commerce-item .t-commerce-note > span {
  font-size: 0.85em;
}

.t-commerce-element .t-commerce-item-table .t-commerce-item .t-commerce-note > span .t-commerce-discount {
  font-size: 1em;
}

.t-commerce-element .t-commerce-item-total td:last-child {
  text-align: right;
}

.t-commerce-element .t-commerce-item-total .t-commerce-shipping {
  margin-bottom: 20px;
}

.t-commerce-element .t-commerce-item .t-button.t-button-highlight .t-button-td, .t-commerce-element .t-commerce-item .t-coupon-element .t-button-highlight.t-coupon-button .t-button-td, .t-coupon-element .t-commerce-element .t-commerce-item .t-button-highlight.t-coupon-button .t-button-td, .t-commerce-element .t-commerce-item .t-instagram-element .t-button-highlight.t-instagram-button .t-button-td, .t-instagram-element .t-commerce-element .t-commerce-item .t-button-highlight.t-instagram-button .t-button-td {
  padding: 0;
}

.t-divider-element tr {
  font-size: 1px;
  mso-line-height-alt: 0;
  mso-margin-top-alt: 1px;
}

.t-divider-element .t-divider {
  background-color: #ebedef;
  font-size: 1px;
}

.t-commerce-element.t-commerce-items-element {
  table-layout: auto !important;
}

.t-commerce-element.t-commerce-order-total-element .t-commerce-item-total > p > span {
  font-size: 2em;
  font-weight: 700;
}

.t-commerce-element.t-commerce-pickup-element .t-commerce-instruction {
  display: block;
  padding-top: 10px;
}

.t-commerce-element.t-commerce-pickup-element .t-commerce-instruction p.t-font-style--text {
  font-size: 0.85em;
}

.t-commerce-element.t-commerce-pickup-element .t-commerce-instruction p.t-font-style--text:not(:last-child) {
  margin-bottom: 20px;
}

.t-commerce-element.t-commerce-gift-card-element .t-commerce-message {
  font-style: italic;
}

.t-commerce-element.t-commerce-gift-card-element:not(.t-commerce-mobile) .t-commerce-amount-table td:first-child {
  border-right: 1px solid #e5e5e5;
}

.t-commerce-element.t-commerce-gift-card-instruction-element .t-commerce-instruction a {
  color: inherit;
  text-decoration: none;
}

.t-commerce-element.theme_default .t-commerce-heading {
  font-size: 1em;
  font-weight: 700;
}

.t-commerce-element.theme_default.t-commerce-confirmation-element .t-commerce-heading {
  font-size: 1.375em;
  font-weight: bold;
}

.t-commerce-element.theme_default .t-commerce-heading-container {
  padding-bottom: 10px;
  border-bottom: 1px solid #e5e5e5;
}

.t-commerce-element.theme_default .t-commerce-discount {
  color: #adb1b5;
}

.t-commerce-element.theme_default .t-commerce-item-table {
  border: 1px solid #e5e5e5;
}

.t-commerce-element.theme_default .t-commerce-item-table th {
  background-color: #f5f6f7;
  border-bottom: 1px solid #e5e5e5;
  padding: 10px 20px;
}

.t-commerce-element.theme_default .t-commerce-item-table tr:not(.tr-spacer) td {
  padding: 10px 20px;
}

.t-commerce-element.theme_default .t-commerce-item-table tr:not(.tr-spacer):not(:last-child) td:not(.t-button-td) {
  border-bottom: 1px solid #e5e5e5;
}

.t-commerce-element.theme_default:not(.t-commerce-mobile) .t-commerce-item-table tr td:last-child,
.t-commerce-element.theme_default:not(.t-commerce-mobile) .t-commerce-item-table tr th:last-child {
  padding-left: 0;
}

.t-commerce-element.theme_default .t-commerce-item-total td:first-child {
  padding-right: 6em;
}

.t-commerce-element.theme_default .t-commerce-item-total td:last-child {
  padding-right: 20px;
}

.t-commerce-element.theme_default .t-commerce-item-total tr:first-child td {
  padding-top: 20px;
}

.t-commerce-element.theme_default .t-commerce-item-total tr:last-child td {
  border-top: 1px solid #e5e5e5;
  padding-top: 20px;
}

.t-commerce-element.theme_default .t-commerce-item-total tr:last-child td:first-child {
  text-transform: uppercase;
}

.t-commerce-element.theme_default .t-commerce-cc-container,
.t-commerce-element.theme_default .t-commerce-address-container {
  padding-top: 10px;
}

.t-commerce-element.theme_default.t-commerce-downloads-element a {
  color: inherit;
}

.t-commerce-element.theme_default.t-commerce-downloads-element .t-font-style--text span {
  font-size: 0.9em;
  line-height: inherit;
}

.t-commerce-element.theme_default.t-commerce-event-element a {
  color: inherit;
}

.t-commerce-element.theme_default.t-commerce-event-element .t-font-style--text span {
  font-size: 0.9em;
  line-height: inherit;
}

.t-commerce-element.theme_default.t-commerce-order-total-element .t-commerce-item-total > p {
  padding-bottom: 5px;
}

.t-commerce-element.theme_minimal .t-commerce-item-table tr:not(:last-child) .t-commerce-item:not(.t-commerce-image) {
  padding-bottom: 20px;
}

.t-commerce-element.theme_minimal .t-commerce-item-table tr .t-commerce-image {
  padding: 10px 0 20px 0;
}

.t-commerce-element.theme_minimal .t-commerce-address-label > span {
  font-size: 0.7em;
  font-weight: 700;
  line-height: 1.5;
}

.t-commerce-element.theme_minimal.t-commerce-confirmation-element .t-commerce-heading > span {
  font-size: 1.27em;
}

.t-commerce-element.theme_minimal .t-commerce-name > span {
  font-size: 0.72em;
  font-weight: 700;
}

.t-commerce-element.theme_color_block .t-commerce-name {
  color: #3374ff;
}

.t-commerce-element.theme_color_block:not(.t-commerce-mobile) .t-commerce-item-table tr:not(:last-child) .t-commerce-item {
  padding-bottom: 20px;
}

.t-commerce-element.theme_color_block.t-commerce-refund-total-element .t-commerce-item-total, .t-commerce-element.theme_color_block.t-commerce-gift-card-element .t-commerce-item-total {
  color: #3374ff;
}

.t-commerce-element.theme_color_block.t-commerce-refund-total-element .t-commerce-item-total-amount, .t-commerce-element.theme_color_block.t-commerce-gift-card-element .t-commerce-item-total-amount {
  font-size: 1.375em;
  font-weight: bold;
}

.t-commerce-element.theme_color_block.t-commerce-order-total-element .t-commerce-bold {
  color: #3374ff;
  padding-bottom: 5px;
}

.t-commerce-element.theme_color_block.t-commerce-confirmation-element .t-commerce-heading,
.t-commerce-element.theme_color_block.t-commerce-confirmation-element .t-commerce-description p {
  color: #fff;
}

.t-commerce-element.theme_color_block .t-commerce-check-balance a {
  color: inherit;
}

.t-commerce-element.theme_text_based td,
.t-commerce-element.theme_text_based th,
.t-commerce-element.theme_text_based .t-commerce-text, .t-commerce-element.theme_text_based .t-commerce-address,
.t-commerce-element.theme_text_based .t-commerce-note {
  color: #000;
}

.t-commerce-element.theme_text_based .t-commerce-heading {
  font-size: 1em;
  font-weight: bold;
}

.t-commerce-element.theme_text_based .t-commerce-item-table th {
  padding-bottom: 10px;
}

.t-commerce-element.theme_text_based .t-commerce-item-table tr:not(:last-child) .t-commerce-item {
  padding-bottom: 20px;
}

.t-commerce-element.theme_text_based.t-commerce-confirmation-element .t-commerce-heading, .t-commerce-element.theme_text_based.t-commerce-gift-card-element .t-commerce-heading {
  font-size: 1.375em;
  font-weight: bold;
}

.t-commerce-element.theme_text_based.t-commerce-gift-card-element .t-commerce-heading {
  font-size: 1.375em;
  font-weight: 300;
}

.t-commerce-element.theme_text_based .t-commerce-check-balance a {
  color: inherit;
}

.t-commerce-element.theme_text_based.t-commerce-order-total-element .t-commerce-item-total > p {
  padding-bottom: 12px;
}

.t-divider-element.t-commerce-mobile,
.t-commerce-element.t-commerce-mobile {
  display: none;
}

.t-divider-element.t-commerce-mobile .t-commerce-item-total td,
.t-commerce-element.t-commerce-mobile .t-commerce-item-total td {
  text-align: right;
}

.t-commerce-open-url {
  display: none !important;
}

.t-youtube-element.t-youtube-small .responsive-img {
  max-width: 200px;
}

.t-youtube-element.t-youtube-small .youtube__placeholder {
  max-width: 200px;
}

.t-youtube-element.t-youtube-small .youtube__placeholder .icon {
  font-size: 32px;
}

.t-youtube-element.t-youtube-medium .responsive-img {
  max-width: 400px;
}

.t-youtube-element.t-youtube-medium .youtube__placeholder {
  max-width: 400px;
}

.t-youtube-element.t-youtube-medium .youtube__placeholder p {
  font-size: 24px;
}

.t-youtube-element.t-youtube-medium .youtube__placeholder .icon {
  font-size: 64px;
}

.t-youtube-element.t-youtube-large .responsive-img {
  max-width: 600px;
}

.t-youtube-element.t-youtube-large .youtube__placeholder {
  max-width: 600px;
}

.t-youtube-element.t-youtube-large .youtube__placeholder p {
  font-size: 28px;
}

.t-youtube-element.t-youtube-large .youtube__placeholder .icon {
  font-size: 96px;
}

.t-youtube-element .youtube__placeholder {
  padding: 2em 0;
  background: rgba(255, 255, 255, 0.9);
  color: #70767c;
  text-align: center;
  cursor: pointer;
}

.t-youtube-element .youtube__placeholder .icon {
  line-height: normal;
}

.t-instagram-element {
  height: 100%;
}

.t-instagram-element > tbody > tr > td,
.t-instagram-element > tr > td {
  height: 100%;
}

.t-instagram-element > tbody > tr > td > table:not(.t-divider-element):not(.t-instagram-button):not(.t-instagram-row),
.t-instagram-element > tr > td > table:not(.t-divider-element):not(.t-instagram-button):not(.t-instagram-row) {
  height: 100%;
}

.t-instagram-element > tbody > tr > td.t-column-stacked,
.t-instagram-element > tr > td.t-column-stacked {
  height: auto;
}

.t-instagram-element .t-column-spanned .t-instagram-image img.responsive-img {
  width: 100%;
}

.t-instagram-element.t-instagram-intro {
  min-width: 100%;
}

.t-instagram-element .t-instagram-info {
  height: 100%;
}

.t-instagram-element p.t-font-style--title {
  color: #222;
  font-size: 1.375em;
  font-weight: bold;
  padding-bottom: 0;
}

.t-instagram-element p.t-font-style--title a {
  color: #222;
}

.t-instagram-element p.t-font-style--text {
  color: #222;
}

.t-instagram-element .t-instagram-button.t-button-full {
  display: table;
}

.t-instagram-element .t-divider-element tr {
  font-size: 1px;
  mso-line-height-alt: 0;
  mso-margin-top-alt: 1px;
}

.t-instagram-element .t-divider-element .t-divider {
  background-color: #ebedef;
  font-size: 1px;
}

.t-instagram-element.t-instagram-mobile {
  display: none;
}

.t-instagram-element.t-instagram-mobile.t-instagram-tags .t-instagram-image-placeholder {
  height: auto !important;
}

.t-instagram-element.t-instagram-featured .t-instagram-image-placeholder {
  background: #f5f6f7;
}

.t-instagram-element.t-instagram-featured .t-column-stacked .t-instagram-image-placeholder img {
  width: 50%;
}

.t-instagram-element.t-instagram-tags .t-instagram-col {
  border: 1px solid #d5d9dc;
  background: #fff;
}

.t-instagram-element.t-instagram-tags .t-instagram-text p {
  padding: 3px 5px 10px 5px;
  font-size: 0.75em;
}

.t-instagram-element.t-instagram-tags .t-instagram-image-container {
  padding: 7px 5px;
}

.t-instagram-element.t-instagram-tags .t-instagram-image-placeholder {
  width: 100%;
}

.t-instagram-element.t-instagram-tags .t-instagram-image-placeholder img {
  width: 100%;
}

.event-detail-section {
  margin: 12px 0;
  text-align: center;
}

.event-detail-section-title {
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
}

.event-link {
  color: #2990ea;
}

.event-link a {
  text-decoration: none !important;
}

.event-add-to-calendar-container {
  text-align: center;
  margin-top: 6px;
}

.event-add-to-calendar-container a {
  text-decoration: none !important;
}

.event-add-to-calendar-container .event-add-to-calendar-item {
  display: inline-block;
  cursor: pointer;
}

.event-add-to-calendar-container .event-add-to-calendar-button {
  width: 60px;
  height: 60px;
  border-radius: 8px;
  background: #f3f3f3;
}

.event-add-to-calendar-container .event-add-to-calendar-outlook {
  margin-left: 32px;
}

.event-add-to-calendar-container .google-calendar-icon {
  height: 24px;
  width: 24px;
  margin-top: 18px;
}

.event-add-to-calendar-container .outlook-icon {
  height: 26px;
  width: 26px;
  margin-top: 17px;
}

.event-add-to-calendar-container .event-calendar-label {
  margin-top: 4px;
  font-size: 12px;
}

html {
  height: 100vh;
}

body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

body.subscribe__body {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.topbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #f5f6f7;
  height: 60px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.topbar__share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.topbar__share .btn {
  margin: 0px 5px;
}

.topbar__share .icon {
  font-size: 42px;
}

.topbar__spacer {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.email-frame {
  display: block;
  width: 100%;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: 0px;
}

.preview-frame {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

#card-mount {
  -ms-flex-item-align: center;
  align-self: center;
}

.subscribe__card {
  width: 100%;
}

@media screen and (min-width: 40.0625em) {
  .subscribe__card {
    width: 600px;
  }
}

.subscribe__card h1 {
  font-size: 24px;
  margin-bottom: 5px;
}

@media screen and (min-width: 40.0625em) {
  .subscribe__card h1 {
    font-size: 28px;
  }
}

.subscribe__card p {
  margin: 0em 0px 30px 0px;
}

.subscribe__email-label {
  margin-bottom: 15px;
}

.subscribe__name-group {
  margin: 20px 0px 30px 0px;
}

.subscribe__logo {
  max-height: 150px;
}

.subscribe__confirmation {
  display: none;
}

.subscribe__confirmation p {
  text-align: center;
  margin: 0px;
}

textarea.copier {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 2em;
  height: 2em;
  padding: 0px;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: transparent;
}

.share__placeholder {
  background-image: url("/app/marketing/img/share/email-placeholder.png");
  margin-top: 30px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-position: top center;
  background-repeat: no-repeat;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .share__placeholder {
    background-image: url("/app/marketing/img/share/@2x/email-placeholder.png");
    background-size: 600px 787px;
  }
}

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