/* line 1, ../../../cms-modules/css/sass/_core.module.reset.scss */
a, abbr, acronym, address, applet, article, aside, audio, b, big,
blockquote, body, canvas, caption, center, cite, code, dd, del,
details, dfn, div, dl, dt, em, embed, fieldset, figcaption,
figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup,
html, i, iframe, img, input, ins, kbd, label, legend, li, main, mark, menu,
nav, object, ol, output, p, pre, q, ruby, s, samp, section, small,
span, strike, strong, sub, summary, sup, table, tbody, td, textarea, tfoot,
th, thead, time, tr, tt, u, ul, var, video {
  background: transparent;
  border: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  font: inherit;
  -webkit-font-smoothing: antialiased;
  margin: 0;
  outline: 0;
  padding: 0;
  text-rendering: optimizeLegibility;
  -webkit-text-size-adjust: none;
  vertical-align: baseline;
}

/* line 25, ../../../cms-modules/css/sass/_core.module.reset.scss */
article, aside, details, figcaption, figure, footer, header, hgroup,
main, menu, nav, section {
  display: block;
}

/* line 30, ../../../cms-modules/css/sass/_core.module.reset.scss */
body {
  line-height: 1;
}

/* line 33, ../../../cms-modules/css/sass/_core.module.reset.scss */
ol, ul {
  list-style: none;
}

/* line 37, ../../../cms-modules/css/sass/_core.module.reset.scss */
blockquote, q {
  quotes: none;
}

/* line 41, ../../../cms-modules/css/sass/_core.module.reset.scss */
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

/* line 46, ../../../cms-modules/css/sass/_core.module.reset.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 52, ../../../cms-modules/css/sass/_core.module.reset.scss */
script {
  display: none;
}

/* line 57, ../../../cms-modules/css/sass/_core.module.reset.scss */
html {
  /*
   * Base font size.
   * All font sizes should be defined with 'em' values. 1em = 13px;
   */
  font-size: 100%;
}

/* line 36, ../../../cms-modules/css/sass/_core.module.decorator.scss */
.text-hover-color-a:hover {
  color: #FFFFFF;
}

/* line 96, ../../../cms-modules/css/sass/_core.module.decorator.scss */
.bg-hover-color-a:hover {
  background-color: #ff9600;
}

/* line 97, ../../../cms-modules/css/sass/_core.module.decorator.scss */
.bg-hover-color-b:hover {
  background-color: #4688A7;
}

/* line 156, ../../../cms-modules/css/sass/_core.module.decorator.scss */
.hover-line-a:before {
  background-color: #1e608c;
}

/* line 183, ../../../cms-modules/css/sass/_core.module.decorator.scss */
.hover-line-a, .hover-line-b, .hover-line-c, .hover-line-d, .hover-line-e,
.hover-line-f, .hover-line-g, .hover-line-h, .hover-line-i, .hover-line-j,
.hover-line-k, .hover-line-l, .hover-line-m, .hover-line-n, .hover-line-o,
.hover-line-p, .hover-line-q, .hover-line-r, .hover-line-s, .hover-line-t,
.hover-line-u, .hover-line-v, .hover-line-w, .hover-line-x, .hover-line-y,
.hover-line-z {
  position: relative;
}

/* line 193, ../../../cms-modules/css/sass/_core.module.decorator.scss */
.hover-line-a:before, .hover-line-b:before, .hover-line-c:before, .hover-line-d:before, .hover-line-e:before,
.hover-line-f:before, .hover-line-g:before, .hover-line-h:before, .hover-line-i:before, .hover-line-j:before,
.hover-line-k:before, .hover-line-l:before, .hover-line-m:before, .hover-line-n:before, .hover-line-o:before,
.hover-line-p:before, .hover-line-q:before, .hover-line-r:before, .hover-line-s:before, .hover-line-t:before,
.hover-line-u:before, .hover-line-v:before, .hover-line-w:before, .hover-line-x:before, .hover-line-y:before,
.hover-line-z:before {
  content: "";
  width: 0;
  height: 5px;
  position: absolute;
  bottom: 0;
  left: 0;
}

/* line 208, ../../../cms-modules/css/sass/_core.module.decorator.scss */
.hover-line-a:hover:before, .hover-line-b:hover:before, .hover-line-c:hover:before, .hover-line-d:hover:before,
.hover-line-e:hover:before, .hover-line-f:hover:before, .hover-line-g:hover:before, .hover-line-h:hover:before,
.hover-line-i:hover:before, .hover-line-j:hover:before, .hover-line-k:hover:before, .hover-line-l:hover:before,
.hover-line-m:hover:before, .hover-line-n:hover:before, .hover-line-o:hover:before, .hover-line-p:hover:before,
.hover-line-q:hover:before, .hover-line-r:hover:before, .hover-line-s:hover:before, .hover-line-t:hover:before,
.hover-line-u:hover:before, .hover-line-v:hover:before, .hover-line-w:hover:before, .hover-line-x:hover:before,
.hover-line-y:hover:before, .hover-line-z:hover:before {
  width: 100%;
  transition: all 0.5s ease;
}

/* line 225, ../../../cms-modules/css/sass/_core.module.decorator.scss */
.animate,
.animate a {
  transition: all 0.5s ease;
}

/* line 231, ../../../cms-modules/css/sass/_core.module.decorator.scss */
.animate:hover,
.animate:hover a {
  transition: all 0.5s ease;
}

/* line 238, ../../../cms-modules/css/sass/_core.module.decorator.scss */
.bg-image-cover {
  background-color: #DDD;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

/* line 248, ../../../cms-modules/css/sass/_core.module.decorator.scss */
.bg-image-top-center {
  background-position: top center;
  background-repeat: no-repeat;
}

/* line 255, ../../../cms-modules/css/sass/_core.module.decorator.scss */
.bg-image-bottom-center {
  background-position: bottom center;
  background-repeat: no-repeat;
}

/* line 262, ../../../cms-modules/css/sass/_core.module.decorator.scss */
.bg-image-tile {
  background-color: #DDD;
  -webkit-background-size: auto;
  -moz-background-size: auto;
  -o-background-size: auto;
  background-size: auto;
}

/* line 272, ../../../cms-modules/css/sass/_core.module.decorator.scss */
.no-link {
  cursor: default;
}

/* line 278, ../../../cms-modules/css/sass/_core.module.decorator.scss */
.caps {
  text-transform: uppercase;
}

/* line 283, ../../../cms-modules/css/sass/_core.module.decorator.scss */
.center-image {
  display: block;
  margin: 0 auto;
}

/* line 289, ../../../cms-modules/css/sass/_core.module.decorator.scss */
.responsive-image {
  max-width: 100%;
  height: auto;
}

/* line 295, ../../../cms-modules/css/sass/_core.module.decorator.scss */
.center-text {
  text-align: center;
}

/* line 300, ../../../cms-modules/css/sass/_core.module.decorator.scss */
.strike-text {
  text-decoration: line-through;
}

/* line 308, ../../../cms-modules/css/sass/_core.module.decorator.scss */
a.jumplink {
  display: block;
  position: relative;
  top: -128px;
  visibility: hidden;
}

@media (min-width: 475px) {
  /* line 318, ../../../cms-modules/css/sass/_core.module.decorator.scss */
  a.jumplink {
    top: -119px;
  }
}
@media (min-width: 590px) {
  /* line 322, ../../../cms-modules/css/sass/_core.module.decorator.scss */
  a.jumplink {
    top: -185px;
  }
}
@media (min-width: 1023px) {
  /* line 326, ../../../cms-modules/css/sass/_core.module.decorator.scss */
  a.jumplink {
    top: -60px;
  }
}
/* line 1, ../../../cms-modules/css/sass/_core.module.fonts.scss */
body {
  font-family: Arial, sans-serif;
  font-size: 1.12em;
  line-height: 1.5em;
}

/* line 8, ../../../cms-modules/css/sass/_core.module.fonts.scss */
h2 {
  margin: 1.2em 0;
}

/* line 13, ../../../cms-modules/css/sass/_core.module.fonts.scss */
.text-copy {
  font-size: 0.7em;
  line-height: 1.5em;
}

/* line 19, ../../../cms-modules/css/sass/_core.module.fonts.scss */
.text-copy p,
.st-modal-content p {
  margin: 1.2em 0;
}

/* line 25, ../../../cms-modules/css/sass/_core.module.fonts.scss */
.text-copy b,
.st-modal-content b,
.text-copy strong,
.st-modal-content strong {
  font-weight: 600;
}

/* line 33, ../../../cms-modules/css/sass/_core.module.fonts.scss */
.text-copy i,
.st-modal-content i,
.text-copy em,
.st-modal-content em {
  font-style: italic;
}

/* line 41, ../../../cms-modules/css/sass/_core.module.fonts.scss */
.text-copy cite,
.st-modal-content cite {
  font-style: italic;
  font-weight: 600;
}

/* line 48, ../../../cms-modules/css/sass/_core.module.fonts.scss */
.st-modal-content ol,
.st-modal-content ul,
.text-copy ol,
.text-copy ul {
  counter-reset: li;
}

/* line 55, ../../../cms-modules/css/sass/_core.module.fonts.scss */
.st-modal-content ol > li,
.st-modal-content ul > li,
.text-copy ol > li,
.text-copy ul > li {
  position: relative;
  margin: 0 0 0px 2em;
  list-style: none;
}

/* line 64, ../../../cms-modules/css/sass/_core.module.fonts.scss */
.st-modal-content ol > li:before,
.st-modal-content ul > li:before,
.text-copy ol > li:before,
.text-copy ul > li:before {
  content: counter(li);
  counter-increment: li;
  position: absolute;
  left: -2em;
  width: 2em;
  margin-right: 8px;
  font-weight: 600;
  text-align: center;
}

/* line 79, ../../../cms-modules/css/sass/_core.module.fonts.scss */
.st-modal-content ul > li:before,
.text-copy ul > li:before {
  content: "\00B7";
  counter-increment: none;
  font-size: 2em;
  width: 1em;
  left: -1em;
}

/* line 89, ../../../cms-modules/css/sass/_core.module.fonts.scss */
.st-modal-content ol > li:after,
.text-copy ol > li:after {
  content: '.';
  position: absolute;
  left: -0.5em;
  top: 0;
  font-size: 1.4em;
  line-height: 0.77em;
}

/* line 100, ../../../cms-modules/css/sass/_core.module.fonts.scss */
.st-modal-content li ol,
.st-modal-content li ul,
.text-copy li ol,
.text-copy li ul {
  margin-top: 6px;
}

/* line 108, ../../../cms-modules/css/sass/_core.module.fonts.scss */
.st-modal-content ul ul li:last-child,
.st-modal-content ol ol li:last-child,
.text-copy ul ul li:last-child,
.text-copy ol ol li:last-child {
  margin-bottom: 0;
}

@media (min-width: 590px) {
  /* line 120, ../../../cms-modules/css/sass/_core.module.fonts.scss */
  .text-copy {
    font-size: 0.95em;
    line-height: 1.5em;
  }
}
@media (min-width: 766px) {
  /* line 129, ../../../cms-modules/css/sass/_core.module.fonts.scss */
  .text-copy {
    font-size: 1.05em;
    line-height: 1.5em;
  }
}
@media (min-width: 1023px) {
  /* line 138, ../../../cms-modules/css/sass/_core.module.fonts.scss */
  .text-copy {
    font-size: 1.12em;
    line-height: 1.5em;
  }
}
/* line 1, ../../../cms-modules/css/sass/_module.title.scss */
.module-title {
  font-size: 1.25em;
  font-weight: bold;
  line-height: 1.2em;
  padding-bottom: 0;
}

@media (min-width: 590px) {
  /* line 11, ../../../cms-modules/css/sass/_module.title.scss */
  .module-title {
    font-size: 1.75em;
    line-height: 1.2em;
    padding-bottom: 0.1em;
  }
}
@media (min-width: 766px) {
  /* line 21, ../../../cms-modules/css/sass/_module.title.scss */
  .module-title {
    font-size: 2em;
    line-height: 1.2em;
    padding-bottom: 0.25em;
  }
}
@media (min-width: 1023px) {
  /* line 31, ../../../cms-modules/css/sass/_module.title.scss */
  .module-title {
    font-size: 2.25em;
    line-height: 1.2em;
    padding-bottom: 0.4em;
  }
}
/* line 1, ../../../cms-modules/css/sass/_module.navigation.scss */
.module-navigation {
  min-height: 62px;
}

/* line 6, ../../../cms-modules/css/sass/_module.navigation.scss */
.module-navigation.sticky {
  position: fixed;
  width: 100%;
  z-index: 1;
  -webkit-box-shadow: 0px 3px 17px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 3px 17px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 3px 17px 1px rgba(0, 0, 0, 0.1);
}

/* line 16, ../../../cms-modules/css/sass/_module.navigation.scss */
.module-navigation:after {
  content: "";
  display: table;
  clear: both;
}

/* line 23, ../../../cms-modules/css/sass/_module.navigation.scss */
.module-navigation .content {
  max-width: 975px;
  margin: 0 auto;
  text-align: center;
  position: relative;
}

/* line 31, ../../../cms-modules/css/sass/_module.navigation.scss */
.module-navigation .logo {
  display: block;
  min-height: 3.35em;
  padding-top: 0.55em;
  text-align: left;
  float: left;
  padding-left: 1em;
  width: 100%;
}

/* line 42, ../../../cms-modules/css/sass/_module.navigation.scss */
.module-navigation.no-link .logo {
  cursor: default;
}

/* line 47, ../../../cms-modules/css/sass/_module.navigation.scss */
.module-navigation .logo img {
  display: table-cell;
  vertical-align: middle;
}

/* line 53, ../../../cms-modules/css/sass/_module.navigation.scss */
.module-navigation .hamburger {
  height: 30px;
  width: 30px;
  position: absolute;
  right: 1em;
  top: 14px;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: 4px 13px;
}

/* line 66, ../../../cms-modules/css/sass/_module.navigation.scss */
.module-navigation.active .hamburger {
  background-position: -30px 13px;
}

/* line 71, ../../../cms-modules/css/sass/_module.navigation.scss */
.module-navigation .wrapper {
  padding-top: 3.2em;
  display: none;
}

/* line 77, ../../../cms-modules/css/sass/_module.navigation.scss */
.module-navigation.active .wrapper {
  display: block;
}

/* line 82, ../../../cms-modules/css/sass/_module.navigation.scss */
.module-navigation ul li.item {
  text-align: center;
}

/* line 88, ../../../cms-modules/css/sass/_module.navigation.scss */
.module-navigation.stateful ul li.item {
  display: none;
}

/* line 94, ../../../cms-modules/css/sass/_module.navigation.scss */
.module-navigation.stateful ul li.item.active {
  display: block;
}

/* line 99, ../../../cms-modules/css/sass/_module.navigation.scss */
.module-navigation ul li.item .link {
  display: block;
  font-size: 0.95em;
  padding: 0.2em;
  text-decoration: none;
  position: relative;
}

/* line 109, ../../../cms-modules/css/sass/_module.navigation.scss */
.module-navigation.stateful ul li.item .link {
  display: block;
  font-size: 0.95em;
  padding: 0.43em 1.5em;
  text-decoration: none;
}

/* line 117, ../../../cms-modules/css/sass/_module.navigation.scss */
.module-navigation.stateful ul li.item .link span {
  display: block;
}

/* line 122, ../../../cms-modules/css/sass/_module.navigation.scss */
.module-navigation.stateful ul li.item .link span.top {
  font-weight: 600;
}

/* line 127, ../../../cms-modules/css/sass/_module.navigation.scss */
.module-navigation.stateful ul li.item .link span.bottom {
  display: block;
}

/* line 132, ../../../cms-modules/css/sass/_module.navigation.scss */
.module-navigation .module-button button {
  font-size: 1em;
  line-height: 1.75em;
}

@media (min-width: 590px) {
  /* line 140, ../../../cms-modules/css/sass/_module.navigation.scss */
  .module-navigation .logo {
    float: none;
    text-align: center;
  }

  /* line 146, ../../../cms-modules/css/sass/_module.navigation.scss */
  .module-navigation .logo img {
    margin: 0 auto;
  }

  /* line 151, ../../../cms-modules/css/sass/_module.navigation.scss */
  .module-navigation .hamburger {
    display: none;
  }

  /* line 156, ../../../cms-modules/css/sass/_module.navigation.scss */
  .module-navigation .wrapper,
  .module-navigation.active .wrapper {
    display: inline-block;
    padding-top: 0;
  }

  /* line 163, ../../../cms-modules/css/sass/_module.navigation.scss */
  .module-navigation .wrapper:after {
    content: "";
    display: table;
    clear: both;
  }

  /* line 170, ../../../cms-modules/css/sass/_module.navigation.scss */
  .module-navigation ul li.item {
    float: left;
  }

  /* line 175, ../../../cms-modules/css/sass/_module.navigation.scss */
  .module-navigation ul li.item .link {
    max-width: 10em;
    padding: 1.15em 0.7em;
  }
}
@media (min-width: 590px) {
  /* line 185, ../../../cms-modules/css/sass/_module.navigation.scss */
  .module-navigation.stateful .logo {
    float: left;
    width: auto;
  }

  /* line 191, ../../../cms-modules/css/sass/_module.navigation.scss */
  .module-navigation.stateful .wrapper {
    position: absolute;
    right: 0;
  }

  /* line 198, ../../../cms-modules/css/sass/_module.navigation.scss */
  .module-navigation.stateful .wrapper,
  .module-navigation.stateful.active .wrapper {
    display: block;
    margin: 0 auto;
    max-width: 22em;
  }

  /* line 206, ../../../cms-modules/css/sass/_module.navigation.scss */
  .module-navigation.stateful ul {
    text-align: right;
    float: right;
  }

  /* line 212, ../../../cms-modules/css/sass/_module.navigation.scss */
  .module-navigation.stateful ul li.item.selected .link:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: #CCCCCC transparent transparent transparent;
    border-color: #CCCCCC transparent transparent transparent;
    right: 0;
    margin: 0 auto;
  }

  /* line 228, ../../../cms-modules/css/sass/_module.navigation.scss */
  .module-navigation.stateful ul li.item .link {
    max-width: 13em;
  }

  /* line 233, ../../../cms-modules/css/sass/_module.navigation.scss */
  .module-navigation.stateful .module-button {
    float: right;
    margin-right: 3.5em;
  }
}
@media (min-width: 1023px) {
  /* line 243, ../../../cms-modules/css/sass/_module.navigation.scss */
  .module-navigation .logo {
    float: left;
    width: auto;
    padding-left: 3.5em;
  }

  /* line 250, ../../../cms-modules/css/sass/_module.navigation.scss */
  .module-navigation .wrapper {
    position: absolute;
    right: 3.5em;
  }

  /* line 256, ../../../cms-modules/css/sass/_module.navigation.scss */
  .module-navigation.special-button .wrapper {
    right: 260px;
  }

  /* line 261, ../../../cms-modules/css/sass/_module.navigation.scss */
  .module-navigation.stateful .wrapper {
    right: 3.5em;
  }

  /* line 266, ../../../cms-modules/css/sass/_module.navigation.scss */
  .module-navigation ul {
    text-align: right;
    float: right;
  }

  /* line 272, ../../../cms-modules/css/sass/_module.navigation.scss */
  .module-navigation .module-button {
    float: right;
    margin-right: 3.5em;
  }
}
/* line 3, ../../../cms-modules/css/sass/_module.facebook-comments.scss */
.module-facebook-comments {
  max-width: 660px;
  margin: 0 auto;
  width: 100%;
  min-height: 330px;
  text-align: center;
  position: relative;
  padding-top: 7em;
}

/* line 14, ../../../cms-modules/css/sass/_module.facebook-comments.scss */
.module-facebook-comments > div:after {
  content: "";
  display: block;
  width: 179px;
  height: 20px;
  background-color: #FFFFFF;
  left: 7px;
  bottom: 12px;
  position: absolute;
  z-index: 1;
}

/* line 37, ../../../cms-modules/css/sass/_module.facebook-comments.scss */
.module-facebook-comments:after {
  background-position: 0 -135px;
  background-repeat: no-repeat;
  content: "";
  display: block;
  height: 85px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: 24px;
  width: 240px;
}

/* line 52, ../../../cms-modules/css/sass/_module.facebook-comments.scss */
.module-facebook-comments .fb-like {
  width: 95px !important;
  max-width: 100% !important;
  overflow: hidden;
  padding: 0 0.5em;
  float: left;
  display: inline-block;
  position: relative;
}

/* line 63, ../../../cms-modules/css/sass/_module.facebook-comments.scss */
.module-facebook-comments .fb-share-button {
  display: inline-block;
  position: relative;
}

/* line 69, ../../../cms-modules/css/sass/_module.facebook-comments.scss */
.module-facebook-comments .fb-comments {
  width: 100% !important;
  max-width: 100% !important;
  overflow: hidden;
}

/* line 76, ../../../cms-modules/css/sass/_module.facebook-comments.scss */
.module-facebook-comments .fb-comments,
.module-facebook-comments .fb-comments span,
.module-facebook-comments .fb-comments iframe[style] {
  width: 100% !important;
  max-width: 100% !important;
}

@media (min-width: 766px) {
  /* line 96, ../../../cms-modules/css/sass/_module.facebook-comments.scss */
  .module-facebook-comments:before {
    content: "";
    display: block;
    background-repeat: no-repeat;
    width: 220px;
    height: 92px;
    position: absolute;
    left: -76px;
    top: 51px;
    background-position: 0px -227px;
  }

  /* line 109, ../../../cms-modules/css/sass/_module.facebook-comments.scss */
  .module-facebook-comments:after {
    background-position: -18px 0px;
    height: 135px;
    left: auto;
    right: 0px;
    top: 24px;
    width: 300px;
  }
}
/* line 1, ../../../cms-modules/css/sass/_module.add-to-cart-form.scss */
.module-add-to-cart-form {
  border: dashed 2px;
  max-width: 600px;
  margin: 0 auto;
  padding: 1em;
}

/* line 9, ../../../cms-modules/css/sass/_module.add-to-cart-form.scss */
.module-add-to-cart-form .title {
  font-size: 1.3em;
  font-weight: 600;
  line-height: 1em;
}

/* line 16, ../../../cms-modules/css/sass/_module.add-to-cart-form.scss */
.module-add-to-cart-form .subtitle {
  font-size: 0.9em;
  line-height: 1.5em;
  margin: 0.5em 0;
}

/* line 23, ../../../cms-modules/css/sass/_module.add-to-cart-form.scss */
.module-add-to-cart-form button {
  margin-bottom: 0.45em;
  transition: all 0.5s ease;
}

/* line 29, ../../../cms-modules/css/sass/_module.add-to-cart-form.scss */
.module-add-to-cart-form button:hover {
  transition: all 0.5s ease;
}

/* line 34, ../../../cms-modules/css/sass/_module.add-to-cart-form.scss */
.module-add-to-cart-form .link button {
  background: none;
  border: none;
  padding: 0;
  font-size: 0.8em;
  text-align: center;
  display: block;
  margin: 0 auto 1em auto;
  color: #FFFFFF;
  text-decoration: underline;
  margin-top: 0.5em;
  cursor: pointer;
}

/* line 49, ../../../cms-modules/css/sass/_module.add-to-cart-form.scss */
.module-add-to-cart-form .ccards {
  height: auto;
  max-width: 405px;
  width: 100%;
}

@media (min-width: 475px) {
  /* line 58, ../../../cms-modules/css/sass/_module.add-to-cart-form.scss */
  .module-add-to-cart-form .title {
    font-size: 2em;
    line-height: 1.1em;
  }

  /* line 64, ../../../cms-modules/css/sass/_module.add-to-cart-form.scss */
  .module-add-to-cart-form .subtitle {
    font-size: 1.25em;
    margin-bottom: 0.5em;
  }

  /* line 70, ../../../cms-modules/css/sass/_module.add-to-cart-form.scss */
  .module-add-to-cart-form .link button {
    font-size: 1em;
  }
}
@media (min-width: 590px) {
  /* line 78, ../../../cms-modules/css/sass/_module.add-to-cart-form.scss */
  .module-add-to-cart-form .subtitle {
    font-size: 1.5em;
  }

  /* line 83, ../../../cms-modules/css/sass/_module.add-to-cart-form.scss */
  .module-add-to-cart-form .link button {
    font-size: 1.25em;
  }
}
/* line 1, ../../../cms-modules/css/sass/_module.author-bio-section.scss */
.module-author-bio-section:after {
  content: "";
  display: table;
  clear: both;
}

/* line 7, ../../../cms-modules/css/sass/_module.author-bio-section.scss */
.module-author-bio-section .content {
  max-width: 975px;
  margin: 0 auto;
}

/* line 13, ../../../cms-modules/css/sass/_module.author-bio-section.scss */
.module-author-bio-section img {
  width: 100%;
  max-width: 475px;
  height: auto;
  margin: 0 auto;
  display: block;
}

/* line 22, ../../../cms-modules/css/sass/_module.author-bio-section.scss */
.module-author-bio-section .text-copy {
  padding: 2em 1em;
  max-width: 475px;
  margin: 0 auto;
}

@media (min-width: 475px) {
  /* line 31, ../../../cms-modules/css/sass/_module.author-bio-section.scss */
  .module-author-bio-section .text-copy {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 766px) {
  /* line 40, ../../../cms-modules/css/sass/_module.author-bio-section.scss */
  .module-author-bio-section img {
    float: right;
    max-width: 36%;
  }

  /* line 45, ../../../cms-modules/css/sass/_module.author-bio-section.scss */
  .module-author-bio-section .text-copy {
    float: left;
    padding: 3em 1.5em;
    max-width: 64%;
  }
}
/* line 1, ../../../cms-modules/css/sass/_module.bullet-image-list.scss */
.bullet-image-list {
  background-image: none;
}

/* line 6, ../../../cms-modules/css/sass/_module.bullet-image-list.scss */
.bullet-image-list ul > li {
  display: table;
  height: 60px;
  position: relative;
  padding-left: 70px;
  margin: 1em 0;
}

/* line 14, ../../../cms-modules/css/sass/_module.bullet-image-list.scss */
.bullet-image-list ul > li:before {
  content: "";
  height: 100%;
  background-repeat: no-repeat;
  position: absolute;
  width: 60px;
  left: 0;
  background-size: 100% auto;
}

/* line 24, ../../../cms-modules/css/sass/_module.bullet-image-list.scss */
.bullet-image-list ul > li .copy {
  display: table-row;
  line-height: 60px;
}

/* line 30, ../../../cms-modules/css/sass/_module.bullet-image-list.scss */
.bullet-image-list ul > li .copy > div {
  padding: 0.25em 0;
}

/* line 62, ../../../cms-modules/css/sass/_module.bullet-image-list.scss */
.bullet-image-list li ul,
.bullet-image-list li ol {
  margin-top: 6px;
}

/* line 64, ../../../cms-modules/css/sass/_module.bullet-image-list.scss */
.bullet-image-list ul ul li:last-child {
  margin-bottom: 0;
}

/* line 1, ../../../cms-modules/css/sass/_module.email-signup-form.scss */
.st-email-signup-form .validation-advice {
  font-size: 0.7em;
  max-width: 69%;
  margin: -0.8em auto 0 auto;
  color: #FF0000;
}

/* line 2, ../../../cms-modules/css/sass/_module.email-popup-squeeze-modal.scss */
#thank-you-content p,
.st-modal-content p {
  text-align: center;
  margin: 0;
}

/* line 9, ../../../cms-modules/css/sass/_module.email-popup-squeeze-modal.scss */
#thank-you-content p.email-text-top,
.st-modal-content p.email-text-top {
  font-size: 1.3em;
}

/* line 15, ../../../cms-modules/css/sass/_module.email-popup-squeeze-modal.scss */
#thank-you-content p.email-text-large,
.st-modal-content p.email-text-large {
  text-transform: uppercase;
  font-size: 1.8em;
  padding-top: 0.23em;
  padding-bottom: 0.1em;
  font-weight: bold;
  letter-spacing: -0.02em;
}

/* line 26, ../../../cms-modules/css/sass/_module.email-popup-squeeze-modal.scss */
#thank-you-content .actions button.button,
.st-modal-content .actions button.button {
  margin-right: auto;
  margin-left: auto;
  display: block;
  letter-spacing: -0.04em;
}

/* line 35, ../../../cms-modules/css/sass/_module.email-popup-squeeze-modal.scss */
#thank-you-content .email-email,
.st-modal-content .email-email {
  padding-top: 0.9em;
  padding-bottom: 0.3em;
}

/* line 42, ../../../cms-modules/css/sass/_module.email-popup-squeeze-modal.scss */
#thank-you-content .email-email input,
.st-modal-content .email-email input {
  border-radius: 0.5em;
  line-height: 3em;
  font-size: 0.8em;
  padding: 0 1em;
  width: 73%;
  color: #AAAAAA;
  border: solid 1px #CCCCCC;
  background-color: #FFFFFF;
  margin: 1em auto;
  display: block;
}

/* line 58, ../../../cms-modules/css/sass/_module.email-popup-squeeze-modal.scss */
#thank-you-content .actions button.button,
.st-modal-content .actions button.button {
  background-color: #CCCCCC;
}

/* line 64, ../../../cms-modules/css/sass/_module.email-popup-squeeze-modal.scss */
#thank-you-content p.email-text-small,
.st-modal-content p.email-text-small {
  font-size: 0.6em;
  line-height: 1.4em;
  text-align: left;
  color: #c3c3c3;
}

/* line 1, ../../../cms-modules/css/sass/_module.button.scss */
.module-button {
  text-align: center;
}

/* line 6, ../../../cms-modules/css/sass/_module.button.scss */
.module-button a,
.module-button button {
  display: inline-block;
  font-size: 0.95em;
  padding: 1.15em 2em;
  text-align: center;
  text-decoration: none;
  width: 100%;
  border: none;
  cursor: pointer;
  transition: all 0.5s ease;
}

/* line 20, ../../../cms-modules/css/sass/_module.button.scss */
.module-button a:hover,
.module-button button:hover {
  transition: all 0.5s ease;
}

/* line 26, ../../../cms-modules/css/sass/_module.button.scss */
.module-button.caps a,
.module-button.caps button {
  text-transform: uppercase;
}

@media (min-width: 475px) {
  /* line 34, ../../../cms-modules/css/sass/_module.button.scss */
  .module-button a,
  .module-button button {
    margin: 0 auto;
    width: auto;
    font-size: 1.2em;
    padding: 0.8em 2em;
  }
}
@media (min-width: 590px) {
  /* line 46, ../../../cms-modules/css/sass/_module.button.scss */
  .module-button a,
  .module-button button {
    font-size: 1.5em;
  }
}
/* line 82, ../../../cms-modules/css/sass/_module.button.scss */
.module-button.bg-hover-color-a a:hover, .module-button.bg-hover-color-a button:hover {
  background-color: #ff9600;
}

/* line 83, ../../../cms-modules/css/sass/_module.button.scss */
.module-button.bg-hover-color-b a:hover, .module-button.bg-hover-color-b button:hover {
  background-color: #4688A7;
}

/* line 138, ../../../cms-modules/css/sass/_module.button.scss */
.module-button.text-hover-color-a a:hover, .module-button.text-hover-color-a button:hover {
  color: #FFFFFF;
}

/* line 1, ../../../cms-modules/css/sass/_module.learn-more.scss */
.module-learn-more {
  max-width: 630px;
  margin: 0 auto;
}

/* line 7, ../../../cms-modules/css/sass/_module.learn-more.scss */
.module-learn-more:after {
  content: "";
  display: table;
  clear: both;
}

/* line 14, ../../../cms-modules/css/sass/_module.learn-more.scss */
.module-learn-more .text-copy {
  text-align: center;
  font-size: 1em;
  margin-bottom: 1em;
}

/* line 21, ../../../cms-modules/css/sass/_module.learn-more.scss */
.module-learn-more a {
  margin: 0 auto;
  width: 220px;
  margin-top: 0.2em;
  line-height: 44px;
  position: relative;
  text-align: center;
  font-weight: 600;
  text-decoration: none;
  display: block;
  border-radius: 4px;
  box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2);
  transition: all 0.5s ease;
}

@media (min-width: 475px) {
  /* line 39, ../../../cms-modules/css/sass/_module.learn-more.scss */
  .module-learn-more .text-copy br {
    display: none;
  }
}
@media (min-width: 766px) {
  /* line 47, ../../../cms-modules/css/sass/_module.learn-more.scss */
  .module-learn-more .text-copy {
    float: left;
    padding-top: 0.6em;
    text-align: left;
  }

  /* line 54, ../../../cms-modules/css/sass/_module.learn-more.scss */
  .module-learn-more a {
    float: right;
    margin: 0;
  }
}
/* line 1, ../../../cms-modules/css/sass/_module.media-player.scss */
.module-media-player {
  margin: 0 auto 0.5em auto;
  width: 100%;
  max-width: 630px;
  clear: both;
}

/* line 8, ../../../cms-modules/css/sass/_module.media-player.scss */
.module-media-player .player-placeholder {
  width: 100%;
  height: auto;
}

@media (min-width: 590px) {
  /* line 16, ../../../cms-modules/css/sass/_module.media-player.scss */
  .module-media-player {
    margin: 0 auto 1.5em auto;
  }
}
/* line 23, ../../../cms-modules/css/sass/_module.media-player.scss */
.module-media-player.reg-aspect,
.module-media-player.wide-aspect {
  width: 100%;
  /* whatever width you want */
  display: inline-block;
  position: relative;
  max-width: none;
}

/* line 32, ../../../cms-modules/css/sass/_module.media-player.scss */
.module-media-player.reg-aspect:after,
.module-media-player.wide-aspect:after {
  padding-top: 56.25%;
  /* 16:9 ratio */
  display: block;
  content: '';
}

/* line 40, ../../../cms-modules/css/sass/_module.media-player.scss */
.module-media-player.reg-aspect .player-container,
.module-media-player.wide-aspect .player-container {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}

/* line 1, ../../../cms-modules/css/sass/_module.illuminated-letter.scss */
.illuminated-letter:before {
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  float: left;
  margin-right: -0.5em;
  background-size: 100% 100%;
}

/* line 12, ../../../cms-modules/css/sass/_module.illuminated-letter.scss */
.illuminated-letter .first-letter {
  display: none;
}

@media (min-width: 766px) {
  /* line 20, ../../../cms-modules/css/sass/_module.illuminated-letter.scss */
  .illuminated-letter:before {
    width: 100px;
    height: 100px;
  }
}
/* line 2, ../../../cms-modules/css/sass/_module.modal.scss */
.st-modal-injected-content {
  display: none;
}

/* line 6, ../../../cms-modules/css/sass/_module.modal.scss */
#st-modal-overlay,
#st-modal-sq {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  text-align: center;
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.4);
}
/* line 19, ../../../cms-modules/css/sass/_module.modal.scss */
#st-modal-overlay .st-modal-wrapper,
#st-modal-sq .st-modal-wrapper {
  border-radius: 5px;
  background-color: #fff;
  border: 1px solid #999;
  bottom: 0;
  box-shadow: 0 2px 9px rgba(0, 0, 0, 0.6);
  left: 0;
  margin: auto;
  max-height: 250px;
  max-width: 600px;
  padding: 20px;
  position: absolute;
  right: 0;
  text-align: left;
  top: 0;
  width: 80%;
  z-index: 1000;
}
/* line 40, ../../../cms-modules/css/sass/_module.modal.scss */
#st-modal-overlay .st-modal-content,
#st-modal-sq .st-modal-content {
  overflow: auto;
  height: 100%;
}
/* line 45, ../../../cms-modules/css/sass/_module.modal.scss */
#st-modal-overlay .st-modal-close,
#st-modal-sq .st-modal-close {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 3px;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  color: #999;
  font-weight: bold;
  position: absolute;
  right: 7px;
  text-align: center;
  top: 7px;
  width: 27px;
  cursor: pointer;
}
/* line 60, ../../../cms-modules/css/sass/_module.modal.scss */
#st-modal-overlay .st-modal-close:hover,
#st-modal-sq .st-modal-close:hover {
  border: 1px solid #999;
  color: #666;
}

/* line 1, ../../../cms-modules/css/sass/_module.bonus-gift.scss */
.module-bonus-gift {
  margin: 2em 0;
}

/* line 6, ../../../cms-modules/css/sass/_module.bonus-gift.scss */
.module-bonus-gift .bonus-num {
  text-align: center;
  font-weight: 600;
  font-size: 1.2em;
  line-height: 1.2em;
}

/* line 14, ../../../cms-modules/css/sass/_module.bonus-gift.scss */
.module-bonus-gift .bonus-title,
.module-bonus-gift .bonus-subtitle {
  text-align: center;
  font-size: 0.9em;
}

/* line 21, ../../../cms-modules/css/sass/_module.bonus-gift.scss */
.module-bonus-gift .bonus-title {
  font-weight: 600;
}

/* line 26, ../../../cms-modules/css/sass/_module.bonus-gift.scss */
.module-bonus-gift > img {
  margin: 1em auto;
  display: block;
  height: auto;
  max-width: 275px;
  width: 100%;
  border: solid 2px #FFF;
  box-shadow: 1px 1px 14px rgba(0, 0, 0, 0.3);
}

/* line 37, ../../../cms-modules/css/sass/_module.bonus-gift.scss */
.module-bonus-gift .bonus-coupon {
  background-color: #FFF;
  border-radius: 20px;
  padding: 0.5em;
  max-width: 650px;
  margin: 1em auto;
  position: relative;
}

/* line 48, ../../../cms-modules/css/sass/_module.bonus-gift.scss */
.module-bonus-gift .bonus-coupon:before,
.module-bonus-gift .bonus-coupon:after {
  content: "";
  display: block;
  position: absolute;
  width: 273px;
  height: 15px;
  left: 11px;
  bottom: -15px;
  background-repeat: no-repeat;
}

/* line 62, ../../../cms-modules/css/sass/_module.bonus-gift.scss */
.module-bonus-gift .bonus-coupon:after {
  left: auto;
  right: 11px;
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  filter: FlipH;
  -ms-filter: "FlipH";
}

/* line 74, ../../../cms-modules/css/sass/_module.bonus-gift.scss */
.module-bonus-gift .bonus-coupon-container {
  border: dashed 2px;
  border-radius: 20px;
  padding: 0 1.5em;
  position: relative;
}

/* line 82, ../../../cms-modules/css/sass/_module.bonus-gift.scss */
.module-bonus-gift .bonus-coupon-container:after {
  content: "";
  display: block;
  position: absolute;
  width: 88px;
  height: 70px;
  left: 16px;
  top: -37px;
  background-repeat: no-repeat;
}

/* line 95, ../../../cms-modules/css/sass/_module.bonus-gift.scss */
.module-bonus-gift .bonus-coupon .discount {
  font-size: 5em;
  font-weight: 600;
  line-height: 1em;
  text-align: center;
  margin-top: 0.1em;
}

/* line 104, ../../../cms-modules/css/sass/_module.bonus-gift.scss */
.module-bonus-gift .bonus-coupon .discount-message-a {
  font-size: 1.5em;
  text-align: center;
}

/* line 110, ../../../cms-modules/css/sass/_module.bonus-gift.scss */
.module-bonus-gift .bonus-coupon .discount-message-b {
  text-align: center;
  margin: 0.5em 0 1.5em 0;
}

@media (min-width: 590px) {
  /* line 118, ../../../cms-modules/css/sass/_module.bonus-gift.scss */
  .module-bonus-gift .bonus-num {
    font-size: 2.2em;
  }

  /* line 123, ../../../cms-modules/css/sass/_module.bonus-gift.scss */
  .module-bonus-gift .bonus-title,
  .module-bonus-gift .bonus-subtitle {
    font-size: 1.5em;
    margin: 0.25em;
  }
}
/* line 1, ../../../cms-modules/css/sass/_module.quote-banner.scss */
.module-quote-banner {
  font-size: 1.5em;
}

/* line 6, ../../../cms-modules/css/sass/_module.quote-banner.scss */
.module-quote-banner blockquote {
  position: relative;
}

/* line 26, ../../../cms-modules/css/sass/_module.quote-banner.scss */
.module-quote-banner blockquote p:before {
  content: "\201C";
  display: inline;
}

/* line 34, ../../../cms-modules/css/sass/_module.quote-banner.scss */
.module-quote-banner blockquote p:last-child:after {
  content: "\201D";
  display: inline;
}

/* line 52, ../../../cms-modules/css/sass/_module.quote-banner.scss */
.module-quote-banner footer {
  text-align: right;
}

/* line 57, ../../../cms-modules/css/sass/_module.quote-banner.scss */
.module-quote-banner footer a {
  font-size: .66em;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
}

/* line 65, ../../../cms-modules/css/sass/_module.quote-banner.scss */
.module-quote-banner footer a span:before {
  content: "\2014";
  display: inline;
}

@media (min-width: 590px) {
  /* line 73, ../../../cms-modules/css/sass/_module.quote-banner.scss */
  .module-quote-banner blockquote:before,
  .module-quote-banner blockquote p:last-child:after {
    background-size: 78% auto;
  }
}
@media (min-width: 766px) {
  /* line 82, ../../../cms-modules/css/sass/_module.quote-banner.scss */
  .module-quote-banner blockquote:before,
  .module-quote-banner blockquote p:last-child:after {
    background-size: 87% auto;
  }
}
@media (min-width: 1023px) {
  /* line 91, ../../../cms-modules/css/sass/_module.quote-banner.scss */
  .module-quote-banner blockquote:before,
  .module-quote-banner blockquote p:last-child:after {
    background-size: 95% auto;
  }
}
/* line 1, ../../../cms-modules/css/sass/_module.quote-block.scss */
.module-quote-block {
  padding: 2em;
  margin: 2em 0;
}

/* line 7, ../../../cms-modules/css/sass/_module.quote-block.scss */
.module-quote-block:after {
  content: "";
  display: table;
  clear: both;
}

/* line 14, ../../../cms-modules/css/sass/_module.quote-block.scss */
.module-quote-block blockquote p {
  margin: 0;
  position: relative;
  padding-left: 8px;
}

/* line 21, ../../../cms-modules/css/sass/_module.quote-block.scss */
.module-quote-block blockquote p:first-child:before {
  content: "\201C";
  display: inline;
  position: absolute;
  top: 0;
  left: 0;
}

/* line 30, ../../../cms-modules/css/sass/_module.quote-block.scss */
.module-quote-block blockquote p:last-child:after {
  content: "\201D";
  display: inline;
  margin-left: -4px;
}

/* line 37, ../../../cms-modules/css/sass/_module.quote-block.scss */
.module-quote-block footer {
  text-align: right;
}

/* line 42, ../../../cms-modules/css/sass/_module.quote-block.scss */
.module-quote-block footer a {
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
}

/* line 49, ../../../cms-modules/css/sass/_module.quote-block.scss */
.module-quote-block footer a span:before {
  content: "\2014";
  display: inline;
}

/* line 56, ../../../cms-modules/css/sass/_module.quote-block.scss */
.module-quote-block.use-image img.quote-author {
  display: none;
}

/* line 61, ../../../cms-modules/css/sass/_module.quote-block.scss */
.module-quote-block.use-image blockquote {
  width: 100%;
}

@media (min-width: 475px) {
  /* line 69, ../../../cms-modules/css/sass/_module.quote-block.scss */
  .module-quote-block.use-image blockquote {
    width: calc(100% - 147px);
    float: left;
  }

  /* line 75, ../../../cms-modules/css/sass/_module.quote-block.scss */
  .module-quote-block.use-image img.quote-author {
    float: right;
    display: block;
  }
}
/* line 1, ../../../cms-modules/css/sass/_module.author-bio.scss */
.module-author-bio {
  padding: 1em 0 0 0;
  clear: both;
}

/* line 7, ../../../cms-modules/css/sass/_module.author-bio.scss */
.module-author-bio img {
  display: block;
  margin: 0 auto;
}

/* line 13, ../../../cms-modules/css/sass/_module.author-bio.scss */
.module-author-bio .photo-credit {
  font-size: 0.8em;
  margin-top: -1em;
}

@media (min-width: 475px) {
  /* line 21, ../../../cms-modules/css/sass/_module.author-bio.scss */
  .module-author-bio img {
    float: left;
    width: 30%;
    margin-right: 0.5em;
  }
}
/* line 2, ../../../cms-modules/css/sass/_module.grid-boxes.scss */
.module-grid-boxes .item {
  padding: 1em;
  background-color: #FFFFFF;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2);
  border: solid 1px #E6E6E6;
  margin: 1em 0;
}

@media (min-width: 590px) {
  /* line 13, ../../../cms-modules/css/sass/_module.grid-boxes.scss */
  .module-grid-boxes {
    display: table;
    border-spacing: 1.2em 0.6em;
    border-collapse: separate;
    margin: 0 -1.2em;
  }

  /* line 21, ../../../cms-modules/css/sass/_module.grid-boxes.scss */
  .module-grid-boxes .item {
    width: 50%;
    padding: 1em;
    background-color: #FFFFFF;
    box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2);
    border: solid 1px #E6E6E6;
    display: table-cell;
    margin: 0;
    text-align: center;
  }
}
/* line 1, ../../../cms-modules/css/sass/_module.sections.scss */
.module-section .content {
  padding: 2em 1em;
  max-width: 975px;
  margin: 0 auto;
}

@media (min-width: 590px) {
  /* line 10, ../../../cms-modules/css/sass/_module.sections.scss */
  .module-section .content {
    padding: 3em 1.5em;
  }
}
@media (min-width: 766px) {
  /* line 18, ../../../cms-modules/css/sass/_module.sections.scss */
  .module-section .content {
    padding: 4em 3.5em;
  }
}
@media (min-width: 1023px) {
  /* line 26, ../../../cms-modules/css/sass/_module.sections.scss */
  .module-section .content {
    padding: 4.5em 0em;
  }
}
/* line 1, ../../../cms-modules/css/sass/_module.logos-banner.scss */
.logos-banner {
  width: 100%;
  display: table;
}

/* line 7, ../../../cms-modules/css/sass/_module.logos-banner.scss */
.logos-banner .content {
  padding: 0.5em;
  display: table-cell;
  text-align: center;
}

/* line 14, ../../../cms-modules/css/sass/_module.logos-banner.scss */
.logos-banner .content a {
  margin: 0 1em;
}

/* line 19, ../../../cms-modules/css/sass/_module.logos-banner.scss */
.logos-banner.drop-shadow {
  padding-bottom: 0.45em;
}

/* line 24, ../../../cms-modules/css/sass/_module.logos-banner.scss */
.logos-banner.drop-shadow .content {
  box-shadow: 0px 1px 11px 0px rgba(0, 0, 0, 0.2);
}

/* line 29, ../../../cms-modules/css/sass/_module.logos-banner.scss */
.logos-banner.no-link .content a {
  cursor: default;
}

/* line 1, ../../../cms-modules/css/sass/_module.columns-2.scss */
.columns-2:after {
  content: "";
  display: table;
  clear: both;
}

@media (min-width: 590px) {
  /* line 10, ../../../cms-modules/css/sass/_module.columns-2.scss */
  .columns-2 .col-1,
  .columns-2 .col-2 {
    width: 50%;
  }

  /* line 16, ../../../cms-modules/css/sass/_module.columns-2.scss */
  .columns-2 .col-1 {
    float: left;
    padding-right: 1em;
  }

  /* line 22, ../../../cms-modules/css/sass/_module.columns-2.scss */
  .columns-2 .col-2 {
    float: right;
    padding-left: 1em;
  }
}
/* line 1, ../../../cms-modules/css/sass/_module.staggered-image-copy-round.scss */
.staggered-image-copy-round .instance .image img {
  width: 100%;
  height: auto;
  border-radius: 100%;
  border: solid 10px #FFFFFF;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
  max-width: 348px;
}

/* line 11, ../../../cms-modules/css/sass/_module.staggered-image-copy-round.scss */
.staggered-image-copy-round .instance .text-copy {
  padding: 0.5em 0;
}

/* line 15, ../../../cms-modules/css/sass/_module.staggered-image-copy-round.scss */
.staggered-image-copy-round .instance .image {
  text-align: center;
  padding: 0.5em 0;
}

@media (min-width: 766px) {
  /* line 23, ../../../cms-modules/css/sass/_module.staggered-image-copy-round.scss */
  .staggered-image-copy-round .instance {
    display: table;
    width: 100%;
    position: relative;
  }

  /* line 30, ../../../cms-modules/css/sass/_module.staggered-image-copy-round.scss */
  .staggered-image-copy-round .instance:first-child .text-copy {
    padding-top: 0;
  }

  /* line 35, ../../../cms-modules/css/sass/_module.staggered-image-copy-round.scss */
  .staggered-image-copy-round .instance.left .text-copy {
    padding-right: 1em;
  }

  /* line 40, ../../../cms-modules/css/sass/_module.staggered-image-copy-round.scss */
  .staggered-image-copy-round .instance.right .text-copy {
    padding-left: 1em;
  }

  /* line 45, ../../../cms-modules/css/sass/_module.staggered-image-copy-round.scss */
  .staggered-image-copy-round .instance.right .image img {
    position: relative;
  }

  /* line 49, ../../../cms-modules/css/sass/_module.staggered-image-copy-round.scss */
  .staggered-image-copy-round .instance .text-copy {
    display: table-cell;
    vertical-align: middle;
    width: 70%;
    padding: 0;
  }

  /* line 57, ../../../cms-modules/css/sass/_module.staggered-image-copy-round.scss */
  .staggered-image-copy-round .instance .image {
    text-align: left;
    padding: 0;
    display: table-cell;
    vertical-align: middle;
    width: 30%;
    position: relative;
  }

  /* line 67, ../../../cms-modules/css/sass/_module.staggered-image-copy-round.scss */
  .staggered-image-copy-round .instance .image img {
    width: 100%;
    height: auto;
    border-radius: 100%;
    border: solid 10px #FFFFFF;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
    position: absolute;
    top: -50%;
    bottom: -50%;
    margin: auto;
  }

  /* line 80, ../../../cms-modules/css/sass/_module.staggered-image-copy-round.scss */
  .staggered-image-copy-round .instance.left .text-copy {
    float: left;
  }

  /* line 84, ../../../cms-modules/css/sass/_module.staggered-image-copy-round.scss */
  .staggered-image-copy-round .instance.left .image {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
  }
}
@media (min-width: 980px) {
  /* line 96, ../../../cms-modules/css/sass/_module.staggered-image-copy-round.scss */
  .staggered-image-copy-round .instance .text-copy {
    padding: 1em 0;
  }
}
/* line 1, ../../../cms-modules/css/sass/_module.guarantee.scss */
.module-guarantee .container {
  max-width: 900px;
  margin: 0 auto;
  padding: 2em 1em;
}

/* line 8, ../../../cms-modules/css/sass/_module.guarantee.scss */
.module-guarantee .container:after {
  content: "";
  display: table;
  clear: both;
}

/* line 15, ../../../cms-modules/css/sass/_module.guarantee.scss */
.module-guarantee .module-title {
  font-size: 1.5em;
  padding-bottom: 0;
}

/* line 21, ../../../cms-modules/css/sass/_module.guarantee.scss */
.module-guarantee .signature {
  float: right;
}

/* line 26, ../../../cms-modules/css/sass/_module.guarantee.scss */
.module-guarantee .author {
  margin: 0;
  clear: both;
  float: right;
  padding-bottom: 1em;
}

/* line 34, ../../../cms-modules/css/sass/_module.guarantee.scss */
.module-guarantee .guarantee {
  display: block;
  margin: 0 auto;
  clear: both;
}

@media (min-width: 475px) {
  /* line 43, ../../../cms-modules/css/sass/_module.guarantee.scss */
  .module-guarantee .module-title {
    font-size: 2.5em;
  }
}
@media (min-width: 590px) {
  /* line 51, ../../../cms-modules/css/sass/_module.guarantee.scss */
  .module-guarantee .container {
    padding: 3em 1.5em;
  }
}
@media (min-width: 766px) {
  /* line 59, ../../../cms-modules/css/sass/_module.guarantee.scss */
  .module-guarantee .container {
    padding: 4em 3.5em;
  }

  /* line 64, ../../../cms-modules/css/sass/_module.guarantee.scss */
  .module-guarantee .container .text-copy,
  .module-guarantee .module-title {
    width: 68%;
    float: left;
  }

  /* line 71, ../../../cms-modules/css/sass/_module.guarantee.scss */
  .module-guarantee .guarantee {
    clear: none;
    float: right;
    margin-top: -2em;
    max-width: 249px;
    width: 31%;
    height: auto;
  }
}
@media (min-width: 1023px) {
  /* line 84, ../../../cms-modules/css/sass/_module.guarantee.scss */
  .module-guarantee .container {
    padding: 4.5em 0em;
  }

  /* line 89, ../../../cms-modules/css/sass/_module.guarantee.scss */
  .module-guarantee .module-title {
    font-size: 3em;
  }

  /* line 93, ../../../cms-modules/css/sass/_module.guarantee.scss */
  .module-guarantee .guarantee {
    margin-top: -3em;
  }
}
/* line 1, ../../../cms-modules/css/sass/_module.circles.scss */
.module-circles:after {
  content: "";
  display: table;
  clear: both;
}

/* line 8, ../../../cms-modules/css/sass/_module.circles.scss */
.module-circles li {
  text-align: center;
  padding-bottom: 1.5em;
}

/* line 14, ../../../cms-modules/css/sass/_module.circles.scss */
.module-circles img {
  border-radius: 100%;
  border-radius: 100%;
  width: 100%;
  height: auto;
  max-width: 280px;
}

/* line 23, ../../../cms-modules/css/sass/_module.circles.scss */
.module-circles.circles-small img {
  max-width: 168px;
}

/* line 28, ../../../cms-modules/css/sass/_module.circles.scss */
.module-circles p {
  text-align: center;
  font-size: 1.2em;
  padding-top: 0.6em;
}

/* line 35, ../../../cms-modules/css/sass/_module.circles.scss */
.module-circles.circles-large {
  max-width: 38em;
  margin: 0 auto;
}

/* line 41, ../../../cms-modules/css/sass/_module.circles.scss */
.module-circles.circles-small {
  max-width: 57em;
  margin: 0 auto;
}

/* line 47, ../../../cms-modules/css/sass/_module.circles.scss */
.module-circles.circles-small p {
  padding-top: 0.1em;
}

@media (min-width: 475px) {
  /* line 54, ../../../cms-modules/css/sass/_module.circles.scss */
  .module-circles.circles-large li,
  .module-circles.circles-small li {
    float: left;
    width: 47%;
  }

  /* line 61, ../../../cms-modules/css/sass/_module.circles.scss */
  .module-circles.circles-large li:last-child {
    float: right;
  }

  /* line 66, ../../../cms-modules/css/sass/_module.circles.scss */
  .module-circles.circles-small li {
    width: 50%;
    text-align: center;
  }
}
@media (min-width: 766px) {
  /* line 76, ../../../cms-modules/css/sass/_module.circles.scss */
  .module-circles.circles-large li,
  .module-circles.circles-small li {
    width: 50%;
  }

  /* line 82, ../../../cms-modules/css/sass/_module.circles.scss */
  .module-circles.circles-small li {
    width: 25%;
    text-align: center;
    padding: 0 1em 2em;
    min-height: 17em;
  }
}
/* line 1, ../../../cms-modules/css/sass/_module.highlights.scss */
.module-highlights {
  margin: 0 auto;
  max-width: 58em;
}

/* line 7, ../../../cms-modules/css/sass/_module.highlights.scss */
.module-highlights:after {
  content: "";
  display: table;
  clear: both;
}

/* line 14, ../../../cms-modules/css/sass/_module.highlights.scss */
.module-highlights li {
  text-align: center;
  padding: 0 0.5em;
}

/* line 20, ../../../cms-modules/css/sass/_module.highlights.scss */
.module-highlights p {
  line-height: 1.2em;
  font-size: 0.9em;
  font-weight: 600;
  padding-bottom: 2em;
}

/* line 28, ../../../cms-modules/css/sass/_module.highlights.scss */
.module-highlights p br {
  display: none;
}

@media (min-width: 475px) {
  /* line 35, ../../../cms-modules/css/sass/_module.highlights.scss */
  .module-highlights li {
    width: 50%;
    float: left;
    min-height: 12em;
  }
}
@media (min-width: 766px) {
  /* line 45, ../../../cms-modules/css/sass/_module.highlights.scss */
  .module-highlights li {
    width: 33.33%;
    min-height: 14em;
  }

  /* line 50, ../../../cms-modules/css/sass/_module.highlights.scss */
  .module-highlights p br {
    display: inline;
  }
}
/* line 1, ../../../cms-modules/css/sass/_module.footer.scss */
.module-footer {
  padding: 1em;
}

/* line 6, ../../../cms-modules/css/sass/_module.footer.scss */
.module-footer .content {
  max-width: 975px;
  margin: 0 auto;
}

/* line 12, ../../../cms-modules/css/sass/_module.footer.scss */
.module-footer .content .logo {
  display: block;
  width: 62px;
  margin: 1em auto;
  cursor: default;
}

/* line 20, ../../../cms-modules/css/sass/_module.footer.scss */
.module-footer .content .copyright {
  text-align: center;
  font-size: 0.8em;
}

/* line 160, sass/sq.scss */
html {
  font-size: 16px;
}

/* line 164, sass/sq.scss */
body {
  font-family: Arial, sans-serif;
  font-weight: normal;
  font-size: 0.6rem;
  line-height: 1rem;
}

/* line 171, sass/sq.scss */
#container {
  background-color: #f2ece6;
  overflow: hidden;
}

/* line 176, sass/sq.scss */
.middle {
  height: 70vh;
}

/* line 180, sass/sq.scss */
em {
  font-style: italic;
}

/* line 184, sass/sq.scss */
strong {
  font-weight: bold;
}

/* line 188, sass/sq.scss */
h1 {
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  font-size: 2rem;
  line-height: 2rem;
  color: #8c0060;
}

/* line 197, sass/sq.scss */
h2 {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1.9rem;
  color: #585858;
}

/* line 205, sass/sq.scss */
h3 {
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 2.5rem;
  text-align: left;
}

/* line 213, sass/sq.scss */
p {
  font-size: 1.5rem;
  line-height: 2.5rem;
  font-weight: normal;
  margin-bottom: 1.5rem;
}

/* line 221, sass/sq.scss */
h4 {
  font-size: 1.5rem;
  line-height: 2.5rem;
  text-align: left;
  font-weight: normal;
  margin-bottom: 1rem;
}

/* line 229, sass/sq.scss */
.can-hide {
  display: block;
}

/* line 233, sass/sq.scss */
.is-hidden {
  display: none;
}

/* line 237, sass/sq.scss */
.serif {
  font-family: 'Lustria', serif;
  font-size: 1.125rem;
  color: #8c0060;
  line-height: 1rem;
  margin: 0;
}

/* line 245, sass/sq.scss */
.sans {
  font-family: 'Lato', sans-serif;
  font-size: 2.0525rem;
  line-height: 2.2rem;
  color: #8c0060;
}

/* line 252, sass/sq.scss */
.content {
  width: 90%;
  max-width: 900px;
  margin: 0 auto;
  padding: 2rem 0 2rem 0;
}

/* line 261, sass/sq.scss */
.deadCenter {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
  width: 90%;
  max-width: 900px;
}
/* line 272, sass/sq.scss */
.deadCenter img {
  max-width: 100%;
}

/* line 278, sass/sq.scss */
.button a {
  background: #ff892a url(//soundstrue-ha.s3.amazonaws.com/mandala/microsites/mindfulness-daily/img/red-button-2.png);
  background-position: 0 0;
  border-radius: 25px;
  font-weight: bold;
  font-size: 1rem;
  color: #ffffff;
  margin: 0 auto;
  width: auto;
  padding: 1rem 1.1rem;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.9s ease;
  margin-top: 1.35rem;
}
/* line 295, sass/sq.scss */
.button a:hover {
  background-position: 0 -62px;
}

/* min-width:590px */
@media (min-width: 590px) {
  /* line 304, sass/sq.scss */
  body {
    font-size: 0.8rem;
    line-height: 1rem;
  }

  /* line 308, sass/sq.scss */
  h1 {
    font-size: 2.8rem;
    line-height: 2rem;
  }

  /* line 312, sass/sq.scss */
  h2 {
    font-size: 1.5rem;
    line-height: 1.9rem;
  }

  /* line 316, sass/sq.scss */
  h3 {
    font-size: 1.8rem;
    line-height: 3rem;
  }

  /* line 320, sass/sq.scss */
  h4 {
    font-size: 1.5rem;
    line-height: 2.5rem;
  }

  /* line 324, sass/sq.scss */
  p {
    font-size: 1.8rem;
    line-height: 3rem;
  }

  /* line 329, sass/sq.scss */
  .can-hide {
    display: none;
  }

  /* line 333, sass/sq.scss */
  .is-hidden {
    display: block;
  }

  /* line 337, sass/sq.scss */
  .button a {
    padding: 1.3rem 2rem;
    font-size: 1.25rem;
  }
}
/* min-width:766px */
@media (min-width: 766px) {
  /* line 347, sass/sq.scss */
  body {
    font-size: 1rem;
    line-height: 1.4rem;
  }

  /* line 351, sass/sq.scss */
  h1 {
    font-size: 3rem;
    line-height: 2.8rem;
  }

  /* line 355, sass/sq.scss */
  h2 {
    font-size: 1.875rem;
    line-height: 2.5rem;
  }

  /* line 359, sass/sq.scss */
  h3 {
    font-size: 2.125rem;
    line-height: 3.5rem;
  }

  /* line 363, sass/sq.scss */
  h4 {
    font-size: 1.75rem;
    line-height: 2.2rem;
  }

  /* line 367, sass/sq.scss */
  p {
    font-size: 2.125rem;
    line-height: 3.5rem;
    margin-bottom: 1.5rem;
  }
}
/* min-width:1023px */
@media (min-width: 1023px) {
  /* line 378, sass/sq.scss */
  .content, .deadCenter {
    width: 80%;
    max-width: 900px;
  }
}
/* line 388, sass/sq.scss */
#logo {
  position: relative;
  background-color: #f2ece6;
}
/* line 393, sass/sq.scss */
#logo.panel {
  height: 100vh;
  min-height: 800px;
}
/* line 398, sass/sq.scss */
#logo .big-gif {
  margin-bottom: 0;
  line-height: 2.5rem;
}
/* line 402, sass/sq.scss */
#logo .big-gif img {
  max-width: 260px;
}
/* line 406, sass/sq.scss */
#logo h2 {
  margin: 1em 0;
}
/* line 410, sass/sq.scss */
#logo .button a {
  margin-top: 1.05rem;
}
/* line 413, sass/sq.scss */
#logo .down {
  width: 200px;
  margin: 2rem auto 0 auto;
}
/* line 419, sass/sq.scss */
#logo p.scroll {
  color: #ff892a;
  font-size: 0.85rem;
  text-align: center;
}

/* line 432, sass/sq.scss */
#sign {
  opacity: 1;
  text-align: left;
  position: relative;
  background-color: #FFFFFF;
  padding: 3rem 0;
}
/* line 440, sass/sq.scss */
#sign .name1, #sign .name2 {
  font-weight: bold;
  font-size: 21rem;
  line-height: 24rem;
  color: #f3f3f3;
  position: absolute;
  z-index: 0;
  display: none;
}
/* line 450, sass/sq.scss */
#sign .name1 {
  left: -150rem;
}
/* line 454, sass/sq.scss */
#sign .name2 {
  left: 120rem;
  top: 22rem;
}
/* line 459, sass/sq.scss */
#sign .text {
  z-index: 1;
  position: relative;
}
/* line 465, sass/sq.scss */
#sign h3 {
  color: #ff892a;
}
/* line 468, sass/sq.scss */
#sign p {
  color: #585858;
  font-weight: bold;
}
/* line 473, sass/sq.scss */
#sign .button a, #sign .button a:link {
  margin: 0;
}

/* min-width:766px */
@media (min-width: 766px) {
  /* line 494, sass/sq.scss */
  #sign .name1, #sign .name2 {
    display: block;
  }
}
/* line 505, sass/sq.scss */
#accessible {
  opacity: 1;
  text-align: left;
  background-color: #8c0060;
  padding: 3rem 0;
  position: relative;
}
/* line 513, sass/sq.scss */
#accessible h3 {
  color: #ffffff;
  line-height: 2.5rem;
}
/* line 517, sass/sq.scss */
#accessible h4 {
  color: #ffffff;
}
/* line 521, sass/sq.scss */
#accessible ul {
  list-style-type: none;
  margin: 3.3rem 0 3rem 0;
  display: block;
}
/* line 526, sass/sq.scss */
#accessible ul li {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
/* line 532, sass/sq.scss */
#accessible ul li:last {
  margin-right: 0;
}
/* line 536, sass/sq.scss */
#accessible ul li .anim {
  width: 100%;
  float: none;
  line-height: 0;
  position: relative;
  min-height: auto;
  overflow: hidden;
}
/* line 544, sass/sq.scss */
#accessible ul li .anim .bcg {
  display: none;
}
/* line 549, sass/sq.scss */
#accessible ul li .right {
  float: none;
  width: 100%;
}
/* line 554, sass/sq.scss */
#accessible ul li p {
  color: #e2b1d2;
  font-size: 1.125rem;
  line-height: 1.6rem;
}
/* line 562, sass/sq.scss */
#accessible .link {
  color: #ffffff;
  font-size: 1.125rem;
  line-height: 1.6rem;
}
/* line 567, sass/sq.scss */
#accessible .link a, #accessible .link a:link {
  color: #ff892a;
  text-decoration: underline;
  cursor: pointer;
}

/* min-width:590px 
    @include breakpoint( small )
    {
        #accessible ul li  {
            .anim {
                width: 60px;
                float: left;
            }
            .right {
                float: left;
                //width:80%;
                width: -moz-calc(100% - 60px);
                width: -webkit-calc(100% - 60px);
                width: -o-calc(100% - 60px);
                width: calc(100% - 60px);
            }
            
        }
        
}
*/
/* min-width:766px */
@media (min-width: 766px) {
  /* line 617, sass/sq.scss */
  #accessible ul li .right {
    float: left;
    width: -moz-calc(100% - 50px);
    width: -webkit-calc(100% - 50px);
    width: -o-calc(100% - 50px);
    width: calc(100% - 50px);
    min-height: 230px;
    margin-left: -10px;
    padding-top: 6rem;
  }
  /* line 628, sass/sq.scss */
  #accessible ul li .anim {
    min-height: 230px;
    width: 60px;
    float: left;
  }
  /* line 633, sass/sq.scss */
  #accessible ul li .anim .bcg {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url(//soundstrue-ha.s3.amazonaws.com/mandala/microsites/mindfulness-daily/img/line.png);
    background-repeat: repeat-y;
    top: -220px;
  }
}
/* min-width:1023px */
@media (min-width: 1023px) {
  /* line 653, sass/sq.scss */
  #accessible ul li {
    width: 32%;
  }
  /* line 656, sass/sq.scss */
  #accessible ul li .right {
    padding-top: 6rem;
    margin-left: -10px;
    width: -moz-calc(100% - 50px);
    width: -webkit-calc(100% - 50px);
    width: -o-calc(100% - 50px);
    width: calc(100% - 50px);
  }
  /* line 666, sass/sq.scss */
  #accessible ul li .anim {
    min-height: 404px;
  }
  /* line 669, sass/sq.scss */
  #accessible ul li .anim .bcg {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url(//soundstrue-ha.s3.amazonaws.com/mandala/microsites/mindfulness-daily/img/line.png);
    background-repeat: repeat-y;
    top: -400px;
  }
}
/* line 688, sass/sq.scss */
#guides {
  opacity: 1;
  text-align: left;
  background-color: #FFFFFF;
  padding: 3rem 0;
  position: relative;
}
/* line 696, sass/sq.scss */
#guides h3 {
  color: #ff892a;
  margin-bottom: 1.2rem;
}
/* line 700, sass/sq.scss */
#guides h4 {
  color: #585858;
  font-weight: bold;
}
/* line 705, sass/sq.scss */
#guides .columns-2 {
  margin-top: 2.4rem;
}
/* line 708, sass/sq.scss */
#guides .columns-2 .col-2 {
  padding-right: 0;
  margin-top: -2rem;
}
/* line 713, sass/sq.scss */
#guides .columns-2 p {
  color: #999999;
  font-size: 1.25rem;
  line-height: 2.8rem;
}
/* line 720, sass/sq.scss */
#guides .tara {
  display: block;
  background: url(//soundstrue-ha.s3.amazonaws.com/mandala/microsites/mindfulness-daily/img/Tara-Brach.jpg);
  background-repeat: no-repeat;
  height: 400px;
  border-color: white;
  border-style: solid;
  border-width: 0;
  border-radius: 0;
  background-position: center center;
  margin-top: -70px;
}
/* line 733, sass/sq.scss */
#guides .jack {
  display: block;
  background: url(//soundstrue-ha.s3.amazonaws.com/mandala/microsites/mindfulness-daily/img/Jack-Kornfield.jpg);
  background-repeat: no-repeat;
  height: 400px;
  border-color: white;
  border-style: solid;
  border-width: 0;
  border-radius: 0;
  background-position: center center;
  margin-top: -70px;
}
/* line 746, sass/sq.scss */
#guides .together {
  color: #585858;
  font-size: 1.5rem;
  line-height: 2.8rem;
}

/* min-width:590px */
@media (min-width: 590px) {
  /* line 760, sass/sq.scss */
  #guides .columns-2 .col-1, #guides .columns-2 .col-2 {
    float: none;
    padding-right: 0;
    padding-left: 0;
    width: 100%;
  }
}
/* min-width:766px */
@media (min-width: 766px) {
  /* line 785, sass/sq.scss */
  #guides .tara, #guides .jack {
    border-width: 190px;
    border-radius: 100%;
    width: 400px;
  }
  /* line 791, sass/sq.scss */
  #guides .together {
    font-size: 1.75rem;
    line-height: 2.9rem;
  }
}
/* mediumer */
@media (min-width: 900px) {
  /* line 805, sass/sq.scss */
  #guides .columns-2 .col-1 {
    float: left;
    padding-right: 1rem;
    width: 400px;
  }
  /* line 811, sass/sq.scss */
  #guides .columns-2 .col-2 {
    float: left;
    padding-right: 0;
    width: -moz-calc(100% - 400px);
    width: -webkit-calc(100% - 400px);
    width: -o-calc(100% - 400px);
    width: calc(100% - 400px);
    margin-top: 0;
  }
  /* line 822, sass/sq.scss */
  #guides .col-2 {
    padding-left: 0.5rem;
  }
  /* line 825, sass/sq.scss */
  #guides .columns-2.second {
    margin-top: 0;
  }
  /* line 829, sass/sq.scss */
  #guides .together {
    margin-top: 0;
  }
}
/* min-width:1023px */
/* line 853, sass/sq.scss */
#button {
  opacity: 1;
  text-align: center;
  padding: 6rem 0;
  background-color: #f2ece6;
  position: relative;
}
/* line 864, sass/sq.scss */
#button.panel .deadCenter {
  position: static;
  left: auto;
  top: auto;
  transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  text-align: center;
  width: 90%;
  max-width: 900px;
  margin: 0 auto;
}

/* min-width:766px */
@media (min-width: 766px) {
  /* line 898, sass/sq.scss */
  #button.panel .deadCenter {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
    width: 90%;
    max-width: 900px;
  }
}
/* line 920, sass/sq.scss */
#st-modal-sq .st-modal-wrapper {
  background-color: #f2ece6;
  width: 95%;
}

/* line 925, sass/sq.scss */
#st-modal-sq .st-modal-content {
  overflow: hidden;
}

/* line 928, sass/sq.scss */
.st-modal-content .email-email input {
  font-size: 0.8rem;
}

/* line 932, sass/sq.scss */
.st-modal-content p.email-text-large {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1.7rem;
  color: #585858;
  text-transform: none;
  padding: 2.4rem 0 0 0;
  letter-spacing: normal;
}

/* line 945, sass/sq.scss */
.st-modal-content .title {
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  font-size: 2rem;
  line-height: 2.5rem;
  color: #8c0060;
}

/* line 954, sass/sq.scss */
.st-modal-content p.email-text-small {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-size: 0.9rem;
  line-height: 1.2rem;
  color: #585858;
  text-transform: none;
}

/* line 964, sass/sq.scss */
.st-modal-content .actions button.button {
  font-size: 1.5rem;
  padding: 0.5em 1.2em 0.5em 1.2em;
  background: #ff892a url(//soundstrue-ha.s3.amazonaws.com/mandala/microsites/mindfulness-daily/img/red-button-2.png);
  background-position: 0 0;
  color: #ffffff;
  border: none;
  outline: none;
  cursor: pointer;
  border-radius: 25px;
  transition: all 0.9s ease;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  margin: 0 auto 1rem auto;
  letter-spacing: normal;
}
/* line 980, sass/sq.scss */
.st-modal-content .actions button.button:hover {
  background-position: 0 -62px;
}

/* min-width:766px */
@media (min-width: 766px) {
  /* line 989, sass/sq.scss */
  #st-modal-sq .st-modal-wrapper {
    background-color: #f2ece6;
    width: 80%;
  }

  /* line 994, sass/sq.scss */
  .st-modal-content .email-email input {
    font-size: 1rem;
  }

  /* line 998, sass/sq.scss */
  .st-modal-content .title {
    font-size: 2.4rem;
    line-height: 3rem;
  }

  /* line 1003, sass/sq.scss */
  .st-modal-content p.email-text-small {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
