@charset "UTF-8";
@font-face {
  font-family: "Publico";
  src: url("/wp-content/themes/sw/assets/fonts/PublicoHeadline-Bold.woff2") format("woff2"), url("/wp-content/themes/sw/assets/fonts/PublicoHeadline-Bold.woff") format("woff"), url("/wp-content/themes/sw/assets/fonts/PublicoHeadline-Bold.otf") format("opentype"), url("/wp-content/themes/sw/assets/fonts/PublicoHeadline-Bold.ttf") format("truetype");
  /* Safari, Android, iOS */
  font-style: normal;
  font-weight: bold;
}
@font-face {
  font-family: "Publico";
  src: url("/wp-content/themes/sw/assets/fonts/PublicoHeadline-BoldItalic.woff2") format("woff2"), url("/wp-content/themes/sw/assets/fonts/PublicoHeadline-BoldItalic.woff") format("woff"), url("/wp-content/themes/sw/assets/fonts/PublicoHeadline-BoldItalic.otf") format("opentype"), url("/wp-content/themes/sw/assets/fonts/PublicoHeadline-BoldItalic.ttf") format("truetype");
  /* Safari, Android, iOS */
  font-style: italic;
  font-weight: bold;
}
.wp-block-separator {
  border-color: transparent;
}
.woocommerce-notices-wrapper {
  display: block;
  max-width: 1120px;
  margin: 0 auto;
}
.woocommerce-notices-wrapper .woocommerce-message.view {
  margin-bottom: 0;
}
.woocommerce-notices-wrapper .woocommerce-info, .woocommerce-notices-wrapper .woocommerce-message {
  max-width: none;
  background-color: #e8f5fd;
  border-top: none;
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .woocommerce-notices-wrapper .woocommerce-info, .woocommerce-notices-wrapper .woocommerce-message {
    border-radius: 8px;
  }
}
.site-content p.woocommerce-info {
  max-width: 1120px;
}
.woocommerce-checkout .woocommerce-notices-wrapper {
  margin: 0;
}
.woocommerce-message::before {
  color: #28A3DD;
}
.woocommerce-message::before {
  color: #0a8fde;
}
.woocommerce-info, .woocommerce-message {
  border-color: transparent;
  background-color: #e8f5fd;
}
@media only screen and (min-width: 768px) {
  .woocommerce-info, .woocommerce-message {
    border-radius: 8px;
  }
}
@media only screen and (min-width: 768px) {
  .woocommerce-notices-wrapper .woocommerce-message {
    margin-top: 40px;
  }
}
.woocommerce #respond input#submit.loading::after, .woocommerce a.button.loading::after, .woocommerce button.button.loading::after, .woocommerce input.button.loading::after {
  animation: none;
  border: none;
  box-shadow: none;
  justify-content: center;
  align-items: center;
}
.product-quantity {
  white-space: nowrap;
}
.woocommerce ul.products li.product .price del, .woocommerce:where(body:not(.woocommerce-uses-block-theme)) ul.products li.product .price {
  color: #000;
}
.woocommerce-order .affiliate-signup {
  display: none;
}
.woocommerce-account .woocommerce-MyAccount-navigation {
  width: auto;
  float: none;
}
.woocommerce-account .woocommerce-MyAccount-content {
  width: auto;
  float: none;
}
/*
 *  Remodal - v1.1.1
 *  Responsive, lightweight, fast, synchronized with CSS animations, fully customizable modal window plugin with declarative configuration and hash tracking.
 *  http://vodkabears.github.io/remodal/
 *
 *  Made by Ilya Makarov
 *  Under MIT License
 */
/* ==========================================================================
   Remodal's necessary styles
   ========================================================================== */
/* Hide scroll bar */
@media only screen and (min-width: 768px) {
  html.remodal-is-locked {
    overflow: hidden;
    -ms-touch-action: none;
    touch-action: none;
  }
}
/* Anti FOUC */
.remodal, [data-remodal-id] {
  display: none;
}
/* Necessary styles of the overlay */
.remodal-overlay {
  position: fixed;
  z-index: 9999;
  top: -5000px;
  right: -5000px;
  bottom: -5000px;
  left: -5000px;
  display: none;
}
/* Necessary styles of the wrapper */
.remodal-wrapper {
  position: fixed;
  z-index: 10000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  overflow: auto;
  text-align: center;
  -webkit-overflow-scrolling: touch;
}
.remodal-wrapper:after {
  display: inline-block;
  height: 100%;
  margin-left: -0.05em;
  content: "";
}
/* Fix iPad, iPhone glitches */
.remodal-overlay, .remodal-wrapper {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
/* Necessary styles of the modal dialog */
.remodal {
  position: relative;
  outline: none;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
.remodal-is-initialized {
  /* Disable Anti-FOUC */
  display: inline-block;
}
/*
 *  Remodal - v1.1.1
 *  Responsive, lightweight, fast, synchronized with CSS animations, fully customizable modal window plugin with declarative configuration and hash tracking.
 *  http://vodkabears.github.io/remodal/
 *
 *  Made by Ilya Makarov
 *  Under MIT License
 */
/* ==========================================================================
   Get Updates Promo Theme
   ========================================================================== */
.remodal.modal-newsletter, .remodal.modal-updates {
  max-width: 480px;
}
@media only screen and (min-width: 768px) {
  .remodal.modal-newsletter, .remodal.modal-updates {
    max-width: 480px;
  }
}
.modal .title-pretitle {
  text-transform: uppercase;
  color: #727272;
  letter-spacing: 1.5px;
  font-size: 12px;
  margin: 1em 0 0;
}
@media only screen and (min-width: 768px) {
  .modal .title-pretitle {
    font-size: 15px;
  }
}
.modal-reserve .title-pretitle {
  margin-top: 1.5em;
}
@media only screen and (min-width: 768px) {
  .modal-reserve .title-pretitle {
    margin-top: 2em;
  }
}
.modal-updates .promo-price, .modal-newsletter .promo-price {
  font-size: 44px;
  color: #da385f;
  font-family: "Publico", "Helvetica Neue", Helvetica, sans-serif;
  font-weight: bold;
  line-height: 1;
  margin: 0.1em 0 0;
}
@media only screen and (min-width: 768px) {
  .modal-updates .promo-price, .modal-newsletter .promo-price {
    font-size: 48px;
  }
}
.modal.modal-spelling {
  max-width: 500px;
}
.modal.modal-spelling .modal-header {
  padding: 10px 20px;
}
.modal.modal-spelling .gform_wrapper .gform_footer input.button {
  font-size: 24px;
}
.modal.modal-spelling h2 {
  margin: 0;
  padding-top: 16px;
  font-size: 28px;
}
@media only screen and (min-width: 768px) {
  .modal.modal-spelling h2 {
    font-size: 34px;
  }
}
.modal.modal-spelling .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="image"]):not([type="file"]) {
  line-height: 1.4;
  min-height: 1rem;
}
.modal.modal-spelling .gform_wrapper .top_label div.ginput_container {
  margin-top: 0;
}
.modal.modal-spelling .gform_wrapper .ginput_container span:not(.ginput_price) {
  margin-bottom: 0;
}
.modal.modal-spelling .gform_wrapper .gform_heading {
  margin-bottom: 6px;
}
.modal.modal-spelling h3, .modal.modal-spelling .gform_wrapper h3.gform_title {
  font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold !important;
  font-size: 20px;
  margin-top: 5px;
  line-height: 1.4;
}
.modal-newsletter.modal .gform_wrapper, .modal-updates.modal .gform_wrapper {
  padding: 0 24px 24px;
}
@media only screen and (min-width: 768px) {
  .modal-newsletter.modal .gform_wrapper, .modal-updates.modal .gform_wrapper {
    padding: 0 64px 24px;
  }
}
.modal-content p {
  margin: 0.25em 0;
}
.modal-reserve.modal .gform_wrapper {
  margin-top: 0;
  padding-top: 0;
}
.modal-newsletter.modal h3, .modal-newsletter.modal .gform_wrapper h3.gform_title, .modal-updates.modal h3, .modal-updates.modal .gform_wrapper h3.gform_title {
  font-size: 18px;
  line-height: 1.3;
  margin-top: 0;
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .modal-newsletter.modal h3, .modal-newsletter.modal .gform_wrapper h3.gform_title, .modal-updates.modal h3, .modal-updates.modal .gform_wrapper h3.gform_title {
    font-size: 20px;
    line-height: 1.3;
  }
}
/* ==========================================================================
     Remodal's default mobile first theme
     ========================================================================== */
.remodal-is-locked > body > .remodal-wrapper.remodal-is-opened {
  position: static !important;
  background-color: #222428;
  min-height: 100vh;
  opacity: 1;
}
@media only screen and (min-width: 768px) {
  .remodal-is-locked > body > .remodal-wrapper.remodal-is-opened {
    min-height: 0;
    position: fixed !important;
    background-color: transparent;
  }
}
.remodal-is-locked > body > .wrapper {
  display: none !important;
}
@media only screen and (min-width: 768px) {
  .remodal-is-locked > body > .wrapper {
    display: block !important;
  }
}
.remodal-is-locked > body > .remodal-overlay.remodal-is-opened {
  display: none !important;
}
@media only screen and (min-width: 768px) {
  .remodal-is-locked > body > .remodal-overlay.remodal-is-opened {
    display: block !important;
  }
}
.modal .gform_wrapper {
  padding: 0 24px 24px;
  margin-top: 0;
}
@media only screen and (min-width: 768px) {
  .modal .gform_wrapper {
    padding: 0 32px 32px;
  }
}
.modal .gform_confirmation_wrapper {
  padding: 0 32px 32px;
  min-height: 300px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}
.gform_wrapper h2.gsection_title {
  font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.modal h3, .modal .gform_wrapper h3.gform_title {
  font-family: "Publico", "Helvetica Neue", Helvetica, sans-serif;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  text-transform: none;
}
@media only screen and (min-width: 768px) {
  .modal h3, .modal .gform_wrapper h3.gform_title {
    font-size: 32px;
  }
}
.modal .gform_description {
  text-align: center;
}
.modal.no-padding {
  padding: 0;
}
/* Default theme styles of the overlay */
.remodal-overlay {
  background: rgba(43, 46, 56, 0.9);
}
.remodal-overlay.remodal-is-opening {
  opacity: 1;
}
/* Default theme styles of the wrapper */
.remodal-wrapper {
  padding: 0;
}
/* Default theme styles of the modal dialog */
.remodal {
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 10px;
  padding: 35px;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  color: #2b2e38;
  background: #fff;
}
.remodal {
  transition: 0.1s opacity linear;
}
.remodal.modal {
  transform: translateY(0);
  transition: 0.2s opacity linear, 0.3s transform cubic-bezier(0.39, 0.575, 0.565, 1);
}
.remodal-is-closed.remodal.modal {
  transform: translateY(20px);
}
.remodal-wrapper.remodal-is-closed {
  opacity: 0;
}
.remodal-wrapper.remodal-is-opened {
  opacity: 1;
}
.remodal-is-closed {
  opacity: 0;
}
.remodal-is-opened {
  opacity: 1;
}
.remodal.remodal-is-closing {
  opacity: 0;
}
/* Vertical align of the modal dialog */
.remodal, .remodal-wrapper:after {
  vertical-align: middle;
}
.remodal-confirm {
  color: #fff;
  background: #81c784;
}
.remodal-confirm:hover, .remodal-confirm:focus {
  background: #66bb6a;
}
.remodal-cancel {
  color: #fff;
  background: #e57373;
}
.remodal-cancel:hover, .remodal-cancel:focus {
  background: #ef5350;
}
/* Remove inner padding and border in Firefox 4+ for the button tag. */
.remodal-confirm::-moz-focus-inner, .remodal-cancel::-moz-focus-inner, .remodal-close::-moz-focus-inner {
  padding: 0;
  border: 0;
}
/* Keyframes
     ========================================================================== */
@-webkit-keyframes remodal-opening-keyframes {
  from {
    opacity: 0;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes remodal-opening-keyframes {
  from {
    opacity: 0;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@-webkit-keyframes remodal-closing-keyframes {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes remodal-closing-keyframes {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/* Media queries
     ========================================================================== */
@media only screen and (min-width: 641px) {
  .remodal {
    max-width: 700px;
  }
  .remodal.modal-children {
    max-width: 580px;
  }
}
/* IE8
     ========================================================================== */
.lt-ie9 .remodal-overlay {
  background: #2b2e38;
}
.lt-ie9 .remodal {
  width: 700px;
}
.iframe-modal {
  margin: 0;
  width: 100%;
  height: 300px;
  min-height: 564px;
  border: none;
  overflow: hidden;
}
.remodal-is-locked #tidio-chat {
  display: none;
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
  display: table;
  table-layout: fixed;
  width: 100%;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track, .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}
.slick-track:before, .slick-track:after {
  display: table;
  content: "";
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: inline-block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
.slick-arrow {
  border: none;
  bottom: 0;
  background: transparent;
  position: absolute;
  z-index: 2;
  display: block;
  width: 60px;
  height: 100%;
  padding: 0;
  margin: 0;
}
@media only screen and (max-width: 580px) {
  .slick-arrow {
    display: none !important;
  }
}
.slick-prev {
  left: 0;
}
.slick-next {
  right: 0;
}
.slick-dots {
  text-align: center;
  position: relative;
  margin-left: auto !important;
  margin-right: auto !important;
}
.slick-slide:focus, .slick-controls:focus {
  outline: none;
  box-shadow: none;
}
button.slick-controls {
  background-color: transparent;
}
button.slick-controls:hover {
  background-color: transparent;
}
button.slick-controls polyline {
  transition: stroke 0.2s ease;
}
.slick-controls:hover polyline {
  stroke: #666666;
}
.slick-content-wrap {
  padding: 18px;
}
.slick-dots li {
  display: inline-block;
  padding: 3px;
  cursor: pointer;
}
@media only screen and (min-width: 768px) {
  .slick-dots li {
    padding: 6px;
  }
}
.slick-dots li .slick-dots-button {
  width: 12px;
  height: 12px;
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  transition: background-color 0.2s ease;
}
.slick-dots li:hover .slick-dots-button {
  background-color: rgba(0, 0, 0, 0.4);
}
.slick-dots li.slick-active .slick-dots-button {
  background-color: rgba(0, 0, 0, 0.8);
}
.slider-slick--productgallery .slick-dots {
  margin-bottom: 0;
  white-space: nowrap;
  overflow: auto;
}
@media only screen and (min-width: 768px) {
  .slider-slick--productgallery .slick-dots {
    white-space: normal;
    overflow: visible;
  }
}
.slider-slick--productgallery .slick-dots li {
  padding: 3px;
}
.slider-slick--productgallery .slick-dots li:first-child {
  padding-left: 10px;
}
@media only screen and (min-width: 768px) {
  .slider-slick--productgallery .slick-dots li {
    padding: 8px;
  }
}
.slider-slick--productgallery .slick-dots li .slick-dots-button--productgallery img {
  border: 1px solid #ddd;
  border-radius: 2px;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
  width: auto;
  height: 44px;
}
@media only screen and (min-width: 768px) {
  .slider-slick--productgallery .slick-dots li .slick-dots-button--productgallery img {
    border-radius: 4px;
    height: 84px;
    border: 2px solid #ddd;
  }
}
.slider-slick--productgallery .slick-dots li .slick-dots-button--productgallery:hover img {
  border-color: #999;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2);
  transform: translateY(-1px);
}
.slider-slick--productgallery .slick-dots li.slick-active .slick-dots-button--productgallery img {
  border-color: #00a6e7;
}
.sw--aspect-item-page .slick-productgallery--gallery-imagewrap {
  border-radius: 6px;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.25);
  max-width: 85%;
}
.sw--aspect-item-page .slick-productgallery--gallery-imagewrap:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 6px;
  border: 1px solid rgba(0, 0, 0, 0.15);
}
.sw--aspect-item-page .slick-productgallery--gallery-imagewrap img {
  border-radius: 6px;
  max-height: 480px;
  width: auto;
}
@media only screen and (min-width: 768px) {
  .sw--aspect-item-page .slick-productgallery--gallery-imagewrap {
    max-width: none;
  }
}
.slick-productgallery--gallery-imagewrap {
  display: inline-block;
  position: relative;
  line-height: 0;
}
.slider-slick--productgallery .sw--aspect-item-full.item {
  background: transparent;
}
.slider-slick--productgallery .sw--aspect-item-full .slick-content-wrap {
  padding: 0;
  line-height: 0;
}
.slider-slick--productgallery .sw--aspect-item-page.item {
  max-height: 380px;
}
@media only screen and (min-width: 768px) {
  .slider-slick--productgallery .sw--aspect-item-page.item {
    max-height: none;
  }
}
.slider-slick--productgallery {
  width: 100%;
}
.slider-slick--productgallery .item {
  max-width: 100%;
  overflow: hidden;
  position: relative;
  background-color: #f5fbff;
  padding-top: 57px;
}
@media only screen and (min-width: 768px) {
  .slider-slick--productgallery .item {
    padding-top: 0px;
  }
}
.slider-slick--productgallery .item:after {
  content: "";
  display: block;
  bottom: 0;
  left: 0;
  right: 0;
  height: 28px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0) 100%);
  position: absolute;
}
@media only screen and (min-width: 768px) {
  .slider-slick--productgallery .item {
    max-height: none;
    overflow: visible;
    background-color: transparent;
  }
  .slider-slick--productgallery .item:after {
    display: none;
  }
}
.slider-slick--productgallery .item:not(:first-child) {
  display: none;
}
.slider-slick--productgallery .item.slick-current.slick-active {
  display: block;
}
.slider-slick--productgallery.slick-initialized .item, .slick-slider.slick-initialized .item {
  display: block;
}
.slider-slick--productgallery .slick-content-wrap {
  padding: 24px 18px;
}
.flex {
  display: flex;
}
.row-reverse {
  flex-direction: row-reverse;
}
.align-middle {
  align-content: center;
}
.align-bottom {
  align-content: flex-end;
}
.overflowhidden {
  overflow: hidden;
}
svg, img {
  max-width: 100%;
  height: auto;
}
figure {
  margin: 0 auto;
}
hr {
  border: 0;
  height: 3px;
  background-color: #efefef;
  width: 90%;
  max-width: 1280px;
  margin: 1em auto;
}
@media only screen and (min-width: 768px) {
  hr {
    margin: 3em auto;
  }
}
.pos-relative {
  position: relative;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.site-content {
  padding-top: 70px;
}
@media only screen and (min-width: 768px) {
  .site-content {
    padding-top: 80px;
  }
}
@media only screen and (min-width: 992px) {
  .site-content {
    padding-top: 84px;
  }
}
@media only screen and (min-width: 768px) {
  .single-product .site-content.sw--content--default {
    padding-top: 84px;
  }
}
.single-product .site-content.sw--content--default.site-content.sw--header--on_top, .single-product .site-content.sw--content--default.site-content.sw--header--on_top_fixed {
  padding-top: 0;
}
.site-content.sw--header--on_top, .site-content.sw--header--on_top_fixed {
  padding-top: 0;
}
.site-content {
  padding-top: 70px;
}
@media only screen and (min-width: 768px) {
  .site-content {
    padding-top: 80px;
  }
}
@media only screen and (min-width: 992px) {
  .site-content {
    padding-top: 84px;
  }
}
.site-content.sw--content--custom_hero_header {
  padding-top: 0;
}
@media only screen and (min-width: 768px) {
  .site-content.sw--content--custom_hero_header {
    padding-top: 0;
  }
}
.modal-overlay {
  position: fixed;
  z-index: 9998;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  transition: opacity 0.3s ease;
}
.visuallyhidden, .visually-hidden {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
}
.mobile-visuallyhidden {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
}
@media only screen and (min-width: 768px) {
  .mobile-visuallyhidden {
    position: relative !important;
    clip: auto;
    clip-path: none;
    height: auto;
    width: auto;
  }
}
/* 
.modal-container {
    width: 300px;
    margin: 40px auto 0;
    padding: 20px 30px;
    background-color: #fff;
    border-radius: 2px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .33);
    transition: opacity .3s ease;
    font-family: Helvetica, Arial, sans-serif;
}

.modal-header h3 {
    margin-top: 0;
    color: #42b983;
}

.modal-body {
    margin: 20px 0;
} */
.text-right {
  text-align: right;
}
.form-label {
  display: block;
  margin-bottom: 1em;
}
.form-label > .form-control {
  margin-top: 0.5em;
}
.form-control {
  display: block;
  width: 100%;
  padding: 0.5em 1em;
  line-height: 1.5;
  border: 1px solid #ddd;
}
.modal-enter, .modal-leave {
  opacity: 0;
}
/*.modal-enter .modal-container,
.modal-leave .modal-container {
    -webkit-transform: opacity(1);
    transform: opacity(1);
}*/
ul {
  padding: 0;
  margin-bottom: 20px;
}
ul.unstyled, ul.menu {
  list-style-type: none;
}
li {
  margin: 6px 10px 6px 20px;
  font-size: 1.125em;
  line-height: 1.5;
}
a {
  color: #0084cf;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
p {
  color: #121212;
  margin: 0.95em 0;
  font-size: 1.25em;
}
.row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.row p {
  margin-left: 0;
  margin-right: 0;
}
.grid-col-1, .col-1 {
  width: 100%;
}
.grid-row {
  display: flex;
}
.container, .container-small, .container-slim, .container-large, .container-xlarge, .container-content, .container-buttons, .wp-block-columns {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 18px;
}
@media only screen and (min-width: 768px) {
  .container, .container-small, .container-slim, .container-large, .container-xlarge, .container-content, .container-buttons, .wp-block-columns {
    padding: 0 15px;
  }
}
.container-buttons {
  max-width: 780px;
}
.container-small {
  max-width: 900px;
  margin: 0 auto;
}
.container-small p {
  max-width: 625px;
  margin-left: auto;
  margin-right: auto;
}
.container-content {
  max-width: 900px;
}
.container-content p {
  max-width: 720px;
}
.container-large {
  max-width: 1220px;
}
.container-xlarge {
  max-width: 1440px;
}
.container-header {
  padding: 8px 0;
  display: flex;
  justify-content: space-between;
}
.button {
  display: inline-block;
}
.btn, .button.button-primary, .btn.btn-primary, .btn.btn-secondary, .button {
  padding: 12px 30px;
  font-weight: bold;
  font-size: 17px;
}
.btn-primary, .button.button-primary, #menu-item-100 a, .woocommerce a.button.single_add_to_cart_button, .woocommerce a.button.alt.single_add_to_cart_button, .woocommerce button.button.single_add_to_cart_button, .woocommerce button.button.alt.single_add_to_cart_button, .woocommerce input.button.single_add_to_cart_button, .button {
  color: #ffffff;
  border-radius: 28px;
  box-shadow: 0px 1px 6px -2px rgba(0, 0, 0, 0.4);
  background: #DA385F;
  border: 1px solid transparent;
  font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  cursor: pointer;
}
.btn-primary:after, .button.button-primary:after, #menu-item-100 a:after, .woocommerce a.button.single_add_to_cart_button:after, .woocommerce a.button.alt.single_add_to_cart_button:after, .woocommerce button.button.single_add_to_cart_button:after, .woocommerce button.button.alt.single_add_to_cart_button:after, .woocommerce input.button.single_add_to_cart_button:after, .button:after {
  content: "";
  display: none;
}
.btn-primary.loading:after, .button.button-primary.loading:after, #menu-item-100 a.loading:after, .woocommerce a.button.single_add_to_cart_button.loading:after, .woocommerce a.button.alt.single_add_to_cart_button.loading:after, .woocommerce button.button.single_add_to_cart_button.loading:after, .woocommerce button.button.alt.single_add_to_cart_button.loading:after, .woocommerce input.button.single_add_to_cart_button.loading:after, .button.loading:after {
  content: "";
  display: none;
}
.btn-primary:active, .btn-primary:focus, .btn-primary:hover, .button.button-primary:active, .button.button-primary:focus, .button.button-primary:hover, #menu-item-100 a:active, #menu-item-100 a:focus, #menu-item-100 a:hover, .woocommerce a.button.single_add_to_cart_button:active, .woocommerce a.button.single_add_to_cart_button:focus, .woocommerce a.button.single_add_to_cart_button:hover, .woocommerce a.button.alt.single_add_to_cart_button:active, .woocommerce a.button.alt.single_add_to_cart_button:focus, .woocommerce a.button.alt.single_add_to_cart_button:hover, .woocommerce button.button.single_add_to_cart_button:active, .woocommerce button.button.single_add_to_cart_button:focus, .woocommerce button.button.single_add_to_cart_button:hover, .woocommerce button.button.alt.single_add_to_cart_button:active, .woocommerce button.button.alt.single_add_to_cart_button:focus, .woocommerce button.button.alt.single_add_to_cart_button:hover, .woocommerce input.button.single_add_to_cart_button:active, .woocommerce input.button.single_add_to_cart_button:focus, .woocommerce input.button.single_add_to_cart_button:hover, .button:active, .button:focus, .button:hover {
  background: #e23d63;
  box-shadow: 0 2px 20px -4px rgba(251, 5, 5, 0.2);
}
.woocommerce a.button.single_add_to_cart_button, .woocommerce a.button.alt.single_add_to_cart_button, .woocommerce button.button.single_add_to_cart_button, .woocommerce button.button.alt.single_add_to_cart_button, .woocommerce input.button.single_add_to_cart_button {
  text-transform: uppercase;
}
.woocommerce .product .single_add_to_cart_button .price {
  font-size: 1em;
  color: #fff;
}
.woocommerce .product .single_add_to_cart_button .price del {
  display: none;
}
#menu-item-100 a {
  margin-left: 10px;
  padding: 8px 12px;
}
.home #menu-item-100 a {
  background: #ffffff;
  color: #121212;
}
.home .header.scroll #menu-item-100 a {
  background: #DA385F;
  color: #fff;
}
.modal-program .modal-content-columns {
  min-height: 50vh;
}
/* ------ Forms ------ */
input {
  box-sizing: border-box;
}
.form-group {
  margin-bottom: 8px;
}
.form-group > label {
  display: block;
}
.form-group .form-input {
  display: block;
  padding: 12px 10px;
  font-size: 17px;
  border: 1px solid #d0d0d0;
  border-radius: 1px;
}
.form-actions {
  margin: 15px 0 20px;
}
.modal .form-input {
  display: block;
  width: 100%;
}
.modal .btn, .modal .wp-submit {
  display: block;
  width: 100%;
}
.toolbar input, .toolbar select {
  max-width: none;
  border: none;
  min-height: 0;
}
.hide-mobile {
  display: none;
}
@media only screen and (min-width: 768px) {
  .hide-mobile {
    display: inline;
  }
}
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.wrap-login {
  max-width: 450px;
  margin: 0 auto;
}
.wrap-login .button {
  width: 100%;
  margin: 15px 0;
}
@media only screen and (min-width: 768px) {
  .wrap-login .button {
    margin: 20px 0;
  }
}
.page .site-content.site-content-signup {
  padding-top: 0;
}
@media only screen and (min-width: 768px) {
  .page .site-content.site-content-signup {
    padding-top: 0;
  }
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.col-xs-1 {
  width: 100%;
}
.col-xs-1-2 {
  width: 50%;
}
.col-xs-1-3 {
  width: 33.33%;
}
.col-xs-2-3 {
  width: 66.66%;
}
.col-xs-1-4 {
  width: 25%;
}
.col-xs-3-4 {
  width: 75%;
}
.col-xs-1-5 {
  width: 20%;
}
.col-xs-2-5 {
  width: 40%;
}
.col-xs-3-5 {
  width: 60%;
}
.col-xs-4-5 {
  width: 80%;
}
.col-3-4 {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .col-3-4 {
    width: 75%;
  }
}
.col-1-4 {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .col-1-4 {
    width: 25%;
  }
}
.col-1-3 {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .col-1-3 {
    width: 33%;
  }
}
.col-2-3 {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .col-2-3 {
    width: 66%;
  }
}
.col-1-5 {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .col-1-5 {
    width: 20%;
  }
}
.col-2-5 {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .col-2-5 {
    width: 40%;
  }
}
.col-3-5 {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .col-3-5 {
    width: 60%;
  }
}
.col-1-7 {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .col-1-7 {
    width: 14.2857%;
  }
}
.col-2-7 {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .col-2-7 {
    width: 28.5714%;
  }
}
.col-5-7 {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .col-5-7 {
    width: 71.4285%;
  }
}
.col-3-7 {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .col-3-7 {
    width: 42.8571%;
  }
}
.col-4-7 {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .col-4-7 {
    width: 57.1428%;
  }
}
.col-6-7 {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .col-6-7 {
    width: 85.7142%;
  }
}
.col-3-5 {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .col-3-5 {
    width: 60%;
  }
}
.col-7-20 {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .col-7-20 {
    width: 35%;
  }
}
.col-3-10 {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .col-3-10 {
    width: 30%;
  }
}
.col-9-20 {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .col-9-20 {
    width: 45%;
  }
}
.col-11-20 {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .col-11-20 {
    width: 55%;
  }
}
@media only screen and (min-width: 768px) {
  .md-col-1-2, .col-md-1-2 {
    width: 50%;
  }
}
@media only screen and (min-width: 768px) {
  .md-col-1-3, .col-md-1-3 {
    width: 33.33%;
  }
}
@media only screen and (min-width: 768px) {
  .md-col-1-6, .col-md-1-6 {
    width: 16.66%;
  }
}
@media only screen and (min-width: 768px) {
  .grid-col-1-2, .col-1-2, .col-md-1-2 {
    width: 50%;
  }
}
.txt-center {
  text-align: center;
}
.txt-left {
  text-align: left;
}
.txt-right {
  text-align: right;
}
.rowreverse {
  flex-direction: row;
}
@media only screen and (min-width: 768px) {
  .rowreverse {
    flex-direction: row-reverse;
  }
}
/* ----------------- Margins and Padding ---------------- */
.pt-0 {
  padding-top: 0;
}
.pt-10 {
  padding-top: 10px;
}
.pt-25 {
  padding-top: 25px;
}
.pt-50 {
  padding-top: 50px;
}
.pt-75 {
  padding-top: 50px;
}
.pr-10 {
  padding-right: 10px;
}
.pb-10 {
  padding-bottom: 10px;
}
.mt-0, .entry-content .sw--lb .mt-0 {
  margin-top: 0;
}
.mb-0 {
  margin-bottom: 0;
}
.mb-50 {
  margin-bottom: 0;
}
.hide-mobile {
  display: none;
}
@media only screen and (max-width: 767px) {
  .hide-paragraphs-mobile p {
    display: none;
  }
}
.mb-sm {
  margin-bottom: 0.25em;
}
.mb-md {
  margin-bottom: 0.5em;
}
.mb-lg {
  margin-bottom: 1em;
}
.mt-sm {
  margin-top: 0.25em;
}
.mt-md {
  margin-top: 0.5em;
}
.mt-lg {
  margin-top: 1em;
}
@media only screen and (min-width: 768px) {
  .hide-mobile {
    display: initial;
  }
  .txt-left-md {
    text-align: left;
  }
  .txt-center-md {
    text-align: center;
  }
  .pt-0-md {
    padding-top: 0;
  }
  .pt-25-md {
    padding-top: 25px;
  }
  .pt-50-md {
    padding-top: 50px;
  }
  .pt-75-md {
    padding-top: 75px;
  }
  .pb-0-md {
    padding-bottom: 0;
  }
  .pb-25-md {
    padding-bottom: 25px;
  }
  .pb-50-md {
    padding-bottom: 50px;
  }
  .pb-75-md {
    padding-bottom: 75px;
  }
  .pr-10-md {
    padding-right: 10px;
  }
  .pr-20-md {
    padding-right: 20px;
  }
  .mt-0-md {
    margin-top: 0;
  }
  .mb-0-md {
    margin-bottom: 0;
  }
  .mb-sm {
    margin-bottom: 0.5em;
  }
  .mb-md {
    margin-bottom: 1em;
  }
  .mb-lg {
    margin-bottom: 2em;
  }
  .mt-sm {
    margin-top: 0.5em;
  }
  .mt-md {
    margin-top: 1em;
  }
  .mt-lg {
    margin-top: 2em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .hide-tablet {
    display: none;
  }
}
@media only screen and (min-width: 992px) {
  .hide-desktop {
    display: none;
  }
  .txt-left-lg {
    text-align: left;
  }
  .txt-center-lg {
    text-align: center;
  }
  .pt-0-lg {
    padding-top: 0;
  }
  .pt-25-lg {
    padding-top: 25px;
  }
  .pt-50-lg {
    padding-top: 50px;
  }
  .mt-0-lg {
    margin-top: 0;
  }
  .mb-0-lg {
    margin-bottom: 0;
  }
  .mb-sm {
    margin-bottom: 1em;
  }
  .mb-md {
    margin-bottom: 2em;
  }
  .mt-lg {
    margin-top: 4em;
  }
  .mt-sm {
    margin-top: 1em;
  }
  .mt-md {
    margin-top: 2em;
  }
  .mt-lg {
    margin-top: 4em;
  }
}
@media only screen and (min-width: 768px) {
  .nml-15 {
    margin-left: -15px;
  }
  .nml-15.wp-block-image {
    margin-left: -15px;
  }
  .nml-35 {
    margin-left: -35px;
  }
  .nml-35.wp-block-image {
    margin-left: -35px;
  }
}
@media only screen and (min-width: 1280px) {
  .pt-0-xl {
    padding-top: 0;
  }
  .mt-0-xl {
    margin-top: 0;
  }
  .mb-0-xl {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 1440px) {
  .pt-0-xxl {
    padding-top: 0;
  }
  .mt-0-xxl {
    margin-top: 0;
  }
  .mb-0-xxl {
    margin-bottom: 0;
  }
}
.ic-64 {
  width: 64px;
  height: 64px;
}
.ic-84 {
  width: 84px;
  height: 84px;
}
.anchor {
  position: absolute;
  top: -100px;
  height: 1px;
  width: 1px;
  display: block;
}
.review--stars {
  margin: 0;
}
.review--quote {
  margin: 0.25em 0 0.4em;
}
.review--author {
  margin: 0.4em 0 0em;
}
.review-grid {
  display: grid;
  grid-template-columns: 100%;
  grid-column-gap: 0;
  grid-row-gap: 1em;
  position: relative;
}
.review-grid .review {
  padding: 10px;
}
.review-grid .showmore {
  display: none;
}
.review-grid.hidesome {
  max-height: 1120px;
  overflow: hidden;
}
.review-grid.hidesome .showmore {
  display: block;
  position: absolute;
  bottom: 0;
  text-align: center;
  background-color: #fff;
  left: 5px;
  right: 5px;
}
@media only screen and (min-width: 768px) {
  .review-grid.hidesome .showmore {
    width: 100%;
    left: 0;
    right: 0;
  }
}
.review-grid.hidesome .showmore:after {
  display: block;
  content: "";
  height: 1px;
  position: absolute;
  left: -5px;
  right: -5px;
  top: 0;
  background: linear-gradient(90deg, rgba(230, 230, 230, 0) 0%, #e6e6e6 5%, #e6e6e6 95%, rgba(230, 230, 230, 0) 100%);
}
@media only screen and (min-width: 768px) {
  .review-grid.hidesome .showmore:after {
    left: -10px;
    right: -10px;
  }
}
.review-grid.hidesome .showmore:before {
  display: block;
  content: "";
  height: 200px;
  position: absolute;
  width: 100%;
  left: 0;
  top: -200px;
  background: linear-gradient(0deg, white 5%, rgba(255, 255, 255, 0) 100%);
}
.container-small .review-grid {
  display: grid;
  grid-template-columns: 100%;
  grid-column-gap: 0;
  grid-row-gap: 2em;
}
.sw--reviewgrid--wrap {
  position: relative;
  max-width: 640px;
  margin: 0 auto;
}
.sw--reviewgrid--wrap .showmore {
  display: block;
  position: absolute;
  bottom: 0;
  text-align: center;
  width: 100%;
  background-color: #fff;
  left: 0;
  right: 0;
}
@media only screen and (min-width: 768px) {
  .sw--reviewgrid--wrap .showmore {
    width: 100%;
    left: 0;
    right: 0;
  }
}
.sw--reviewgrid--wrap .showmore:after {
  display: block;
  content: "";
  height: 1px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  background: linear-gradient(90deg, rgba(230, 230, 230, 0) 0%, #e6e6e6 5%, #e6e6e6 95%, rgba(230, 230, 230, 0) 100%);
}
@media only screen and (min-width: 768px) {
  .sw--reviewgrid--wrap .showmore:after {
    left: -10px;
    right: -10px;
  }
}
.sw--reviewgrid--wrap .showmore:before {
  display: block;
  content: "";
  height: 200px;
  position: absolute;
  width: 100%;
  left: 0;
  top: -200px;
  background: linear-gradient(0deg, white 5%, rgba(255, 255, 255, 0) 100%);
}
.sw--reviewgrid--wrap .hidesome {
  max-height: 2240px;
  overflow: hidden;
}
.readmore {
  overflow: hidden;
  height: 350px;
  position: relative;
}
.readmore.open {
  overflow: visible;
  height: auto;
}
.readmore.open:after {
  display: none;
}
.readmore.open .actions {
  display: none;
}
.readmore:after {
  z-index: 1;
  display: block;
  position: absolute;
  top: 65%;
  bottom: 0;
  right: 0;
  left: 0;
  content: "";
  background: linear-gradient(0deg, white 12%, rgba(255, 255, 255, 0) 100%);
}
.readmore .actions {
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  right: 0;
}
.btn.btn-secondary.btn-readmore {
  background-color: #00a6e7;
  color: #fff;
}
.btn.btn-secondary.btn-readmore:hover {
  background-color: #00a6e7;
  color: #fff;
}
.wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper, .wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper, .wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper, .wp-block-embed.wp-embed-aspect-9-16 .wp-block-embed__wrapper, .wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper, .wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper, .wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper {
  position: relative;
}
.wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper:before, .wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper:before, .wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper:before, .wp-block-embed.wp-embed-aspect-9-16 .wp-block-embed__wrapper:before, .wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper:before, .wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper:before, .wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper:before {
  content: "";
  display: block;
  padding-top: 50%;
}
.wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper:before {
  padding-top: 100%;
}
.wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper:before {
  padding-top: 56.25%;
}
.wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper iframe, .wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper iframe, .wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper iframe, .wp-block-embed.wp-embed-aspect-9-16 .wp-block-embed__wrapper iframe, .wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper iframe, .wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper iframe, .wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.strikethrough {
  text-decoration: line-through;
  color: #6e6e6e;
}
.woocommerce span.onsale {
  display: none;
}
html, body {
  margin: 0;
  padding: 0;
  font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.6;
}
* {
  box-sizing: border-box;
}
.home #tidio-chat-iframe {
  bottom: 42px !important;
}
@media only screen and (min-width: 768px) {
  .home #tidio-chat-iframe {
    bottom: 0 !important;
  }
}
.relative {
  position: relative;
}
.lineheight0 {
  line-height: 0;
}
.absolute-space {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
.btn, .gform_button.button, .modal .gform_wrapper .gform_footer input.button, li.menu-item-120 > a {
  background-color: #da385f;
  box-shadow: 0 2px 8px -3px rgba(0, 0, 0, 0.2);
  border: 1px solid transparent;
  border-radius: 28px;
  cursor: pointer;
  color: #ffffff;
  padding: 5px 10px;
  font-size: 16px;
  text-decoration: none;
  display: inline-block;
  font-weight: bold;
  transition: 0.1s box-shadow linear, 0.1s border-color linear;
}
.btn:hover, .gform_button.button:hover, .modal .gform_wrapper .gform_footer input.button:hover, li.menu-item-120 > a:hover {
  box-shadow: 0 2px 12px -4px rgba(0, 0, 0, 0.4);
  color: #ffffff;
}
@media only screen and (min-width: 768px) {
  .btn, .gform_button.button, .modal .gform_wrapper .gform_footer input.button, li.menu-item-120 > a {
    padding: 14px 20px;
  }
}
.btn.btn-secondary {
  background-color: #fff;
  color: #00a6e7;
  box-shadow: none;
  border-color: #00a6e7;
}
.btn.btn-secondary:hover {
  border-color: #00a6e7;
  color: #00a6e7;
  box-shadow: 0 2px 12px -4px rgba(0, 0, 0, 0.4);
}
.btn.btn-secondary.btn-program {
  box-shadow: 0 2px 12px -4px rgba(0, 0, 0, 0.4);
}
.btn.btn-secondary.btn-program:hover {
  box-shadow: 0 2px 20px -4px rgba(0, 0, 0, 0.4);
}
.hero-cta .btn.btn-secondary {
  text-decoration: none;
  background-color: #00a6e7;
  color: #fff;
}
.btn.btn-login {
  background-color: #00a6e7;
}
.hero-img-col {
  margin-top: 10px;
}
@media only screen and (min-width: 768px) {
  .hero-img-col {
    margin-top: 0px;
    padding-top: 50%;
  }
}
.hero-img-wrap {
  text-align: center;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .hero-img-wrap {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
  }
}
.hero-img-wrap img {
  max-width: 380px;
  width: 68%;
  margin-bottom: -34px;
  margin-top: -20px;
}
@media only screen and (min-width: 768px) {
  .hero-img-wrap img {
    max-width: 520px;
    width: 84%;
    margin-bottom: 0;
    margin-top: 0;
  }
}
.section-brainbody.section-padding {
  padding-top: 0.5em;
}
.home .section .section-img.section-img--brainbody {
  width: 100%;
  margin-right: -20%;
}
@media only screen and (min-width: 768px) {
  .home .section .section-img.section-img--brainbody {
    margin-right: 0;
    width: 84%;
  }
}
.home .section.section-about h2 {
  margin-top: 0;
  margin-bottom: 0.5em;
}
.home .section.section-about h2 .subtitle {
  font-size: 0.5em;
  display: block;
  text-transform: none;
  font-weight: bold;
}
.home .section.section-about h3 {
  margin-top: 0;
  margin-bottom: 0.125em;
}
.hero {
  padding-top: 0;
  min-height: 290px;
  position: relative;
}
.hero p {
  font-size: 1.7em;
  line-height: 1.4;
  font-weight: 500;
  margin: 0.35em 0;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .hero p {
    text-align: left;
    font-size: 1.375em;
  }
}
@media only screen and (min-width: 992px) {
  .hero p {
    font-size: 1.375em;
  }
}
.hero p.subtitle, .hero p.pretitle {
  font-size: 1.12em;
  font-weight: 600;
  margin: 0.6em 0 0.8em;
  letter-spacing: 1px;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .hero p.subtitle, .hero p.pretitle {
    text-align: left;
    font-size: 1em;
    margin: 0em 0 0.8em;
  }
}
@media only screen and (min-width: 992px) {
  .hero p.subtitle, .hero p.pretitle {
    font-size: 1.1em;
    letter-spacing: 2.2px;
  }
}
@media only screen and (min-width: 768px) {
  .home .hero p.subtitle {
    font-size: 1.45em;
  }
}
@media only screen and (min-width: 992px) {
  .home .hero p.subtitle {
    font-size: 1.65em;
  }
}
.home .hero p.pretitle {
  font-size: 0.95em;
  margin-bottom: 0.2em;
}
@media only screen and (min-width: 768px) {
  .home .hero p.pretitle {
    font-size: 1em;
  }
}
@media only screen and (min-width: 992px) {
  .home .hero p.pretitle {
    font-size: 1.25em;
  }
}
.hero-cta {
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .hero-cta {
    padding: 0;
    margin-top: 1em;
    text-align: left;
  }
}
@media only screen and (min-width: 768px) {
  .hero-cta .btn {
    display: inline-block;
  }
}
.mobile-cta {
  display: none;
}
.mobile-cta.scroll {
  padding: 6px 12px 4px;
  display: block;
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  background: #fff;
  box-shadow: 0 0 10px -2px rgba(0, 0, 0, 0.2);
  z-index: 999;
}
.mobile-cta.scroll .btn {
  display: block;
  padding: 12px 10px;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .mobile-cta.scroll {
    display: none;
  }
}
body .hero-cta .gform_wrapper .top_label div.ginput_container {
  margin-top: 0;
}
.hero-cta .gform_wrapper ul.gform_fields li.gfield, .hero-cta .gform_wrapper .gform_footer input.button {
  margin: 0;
}
.hero-cta .gform_wrapper .gform_footer {
  padding: 0 !important;
}
.hero-cta .gform_wrapper {
  margin: 0;
}
.hero-cta .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  padding: 5px 12px 4px;
  margin: 0;
}
.hero-cta form {
  display: flex;
}
.hero-cta .gform_wrapper .gform_button.button {
  text-transform: uppercase;
  font-size: 0.875em;
  letter-spacing: 1px;
  font-weight: 500;
  padding: 8px 10px;
}
.hero-cta .gform_wrapper .gform_button.button, .hero-cta .gform_wrapper .gform_footer {
  width: 160px;
}
.bg-wrap {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  overflow: hidden;
}
svg {
  max-width: 100%;
  height: auto;
}
h1, .home .entry-content h2, h2.entry-title, h2 {
  font-family: "Publico", Georgia, serif;
  font-weight: bold;
  font-size: 2.45em;
  line-height: 1.1;
  margin: 0 0 0.2em;
}
@media only screen and (min-width: 481px) {
  h1, .home .entry-content h2, h2.entry-title, h2 {
    font-size: 2.5em;
  }
}
@media only screen and (min-width: 768px) {
  h1, .home .entry-content h2, h2.entry-title, h2 {
    font-size: 2.75em;
  }
}
@media only screen and (min-width: 992px) {
  h1, .home .entry-content h2, h2.entry-title, h2 {
    font-size: 3.5em;
    max-width: 650px;
  }
}
h2.entry-title {
  text-align: center;
  margin: 0.5em auto 1em;
  max-width: 980px;
}
h1, h2 {
  max-width: 700px;
}
.home .entry-content h2, h2.entry-title, h2 {
  font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 2em;
  line-height: 1.25;
}
@media only screen and (min-width: 768px) {
  .home .entry-content h2, h2.entry-title, h2 {
    font-size: 2.5em;
  }
}
h2.smaller {
  font-size: 2.3em;
}
.home .hero h1, .home .hero h2 {
  max-width: 480px;
}
@media only screen and (min-width: 992px) {
  .home .hero h1, .home .hero h2 {
    max-width: 640px;
  }
}
.home .section .section-content {
  max-width: 475px;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .home .section .section-content {
    margin: 0 40px;
  }
}
@media only screen and (min-width: 1120px) {
  .home .section .section-content {
    margin: 0 auto 0 40px;
    max-width: 530px;
  }
  .home .section .section-content.wide {
    max-width: 550px;
  }
}
@media only screen and (min-width: 1280px) {
  .home .section .section-content p {
    font-size: 1.3em;
  }
}
@media only screen and (min-width: 1120px) {
  .home .section .rowreverse .section-content {
    margin: 0 40px 0 auto;
  }
}
@media only screen and (min-width: 768px) {
  .col-inner {
    margin: 0 12px 0 12px;
  }
}
.home .section .section-img {
  max-width: 580px;
  margin: 0 auto;
  width: 75%;
}
@media only screen and (min-width: 768px) {
  .home .section .section-img {
    width: 100%;
    text-align: center;
  }
}
.section-padding {
  padding: 2em 0 1em;
}
@media only screen and (min-width: 768px) {
  .section-padding {
    padding: 2em 0;
  }
}
.section-margin {
  margin: 2em 0 1em;
}
@media only screen and (min-width: 768px) {
  .section-margin {
    margin: 3em 0;
  }
}
@media only screen and (min-width: 992px) {
  .section-margin {
    margin: 4em 0;
  }
}
.section-gray {
  background-color: #e6e7e8;
}
.section-full .container {
  max-width: none;
}
@media only screen and (min-width: 768px) {
  .section-readfaster {
    padding-top: 1em;
  }
}
@media only screen and (min-width: 768px) {
  .section-possibilities {
    padding-bottom: 3em;
  }
}
@media only screen and (min-width: 768px) {
  .section-spelling .section-img img {
    width: 100%;
    max-width: 420px;
  }
}
@media only screen and (min-width: 768px) {
  .section-reading-comprehension .section-img img {
    width: 100%;
    max-width: 510px;
  }
}
h2 {
  margin: 0.5em auto 0.25em;
}
h2.with-subtitle {
  margin: 0 auto 0.3em;
}
@media only screen and (min-width: 768px) {
  h2 {
    margin: 1em auto 0.5em;
  }
}
@media only screen and (min-width: 768px) {
  .home .section h2 {
    margin: 0.5em auto 0.5em;
  }
}
.home .section h2.smaller {
  margin-top: 0;
}
@media only screen and (min-width: 768px) {
  .home .section h2.smaller {
    margin-top: 0;
  }
}
.section-howitworks {
  padding: 2em 0 3em;
}
.section-howitworks h2, .section-howitworks h3, .section-howitworks p {
  color: #fff;
}
.section-howitworks p {
  font-size: 1.125em;
}
@media only screen and (min-width: 768px) {
  .section-howitworks p {
    font-size: 1.25em;
  }
}
@media only screen and (min-width: 768px) {
  .section-howitworks {
    padding: 3em 0 4em;
  }
}
.section-howitworks h3 {
  margin: 0.125em 0 0.25em;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.home .section.section-howitworks .row {
  align-items: flex-start;
}
h3, h4 {
  margin: 2em 0 1.25em;
  font-size: 1.25em;
  line-height: 1.2;
}
@media only screen and (min-width: 768px) {
  h3, h4 {
    font-size: 1.5em;
  }
}
.hero-content {
  margin-top: 86px;
}
@media only screen and (min-width: 768px) {
  .hero-content {
    margin-top: 86px;
    display: flex;
    align-content: center;
    flex-wrap: wrap;
    height: 100%;
    padding-top: 100px;
    padding-bottom: 30px;
    margin: 0;
  }
  .hero-content > h1, .hero-content > div, .hero-content > p {
    width: 100%;
    max-width: 530px;
  }
}
@media only screen and (min-width: 641px) {
  .hero-content .gform_wrapper ul.gform_fields li.gfield {
    padding-right: 0;
  }
}
.pretitle, .subtitle {
  font-family: "proxima-nova", "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 600;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  margin-top: 0;
}
.pretitle-thissummer {
  letter-spacing: 6px;
}
button {
  cursor: pointer;
}
.subtitle {
  font-family: "proxima-nova", "Helvetica Neue", Helvetica, sans-serif;
  font-size: 12px;
}
.section-features, .section-results, .section-price {
  margin: 24px 0;
}
@media only screen and (min-width: 768px) {
  .section-features, .section-results, .section-price {
    margin: 48px 0;
  }
}
.feature-list, .entry-content ul.feature-list {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 1em -10px;
}
@media only screen and (min-width: 768px) {
  .feature-list, .entry-content ul.feature-list {
    margin: 1.5em -15px;
  }
}
.feature-list {
  max-width: 400px;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .feature-list {
    max-width: none;
  }
}
.feature-list li {
  width: 100%;
  padding: 0 10px;
  box-sizing: border-box;
  margin: 0 0 15px;
  display: flex;
  flex-wrap: nowrap;
}
@media only screen and (min-width: 768px) {
  .feature-list li {
    width: 33.33%;
    padding: 0 10px;
    display: flex;
  }
}
.feature-list h3 {
  margin-top: 0;
  margin-bottom: 0;
  text-transform: uppercase;
  font-size: 16px;
}
.feature-list--content {
  padding-left: 12px;
}
@media only screen and (min-width: 768px) {
  .feature-list--content {
    padding-left: 12px;
    padding-top: 8px;
  }
}
.feature-desc, .feature-list p {
  margin: 0;
  max-width: 276px;
  font-size: 1.125em;
  line-height: 1.5;
}
@media only screen and (min-width: 768px) {
  .feature-desc, .feature-list p {
    font-size: 16px;
  }
}
.bg-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.svg-icon.bg-sun {
  width: 900px;
  height: 900px;
  position: absolute;
  bottom: -460px;
  max-width: none;
}
@media only screen and (min-width: 992px) {
  .svg-icon.bg-sun {
    width: 1200px;
    height: 1200px;
    position: absolute;
    bottom: -610px;
    max-width: none;
  }
}
.photo-circle {
  border-radius: 50%;
}
.wp-block-cover-image.has-parallax {
  background-attachment: scroll;
}
.wp-block-cover-image {
  position: relative;
  background-size: cover;
  background-position: 50%;
  min-height: 430px;
  width: 100%;
  margin: 0 0 1.5em;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (min-width: 768px) {
  .wp-block-cover-image.has-parallax {
    background-attachment: fixed;
  }
  .subtitle {
    font-size: 14px;
  }
}
@media only screen and (min-width: 992px) {
  .svg-icon.bg-sun {
    width: 1200px;
    height: 1200px;
    position: absolute;
    bottom: -610px;
  }
}
.pin-right {
  max-width: 320px;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .pin-right {
    margin-left: 20px;
    margin-right: 0;
    float: right;
  }
}
@media only screen and (min-width: 768px) {
  .pin-left {
    margin-right: 20px;
    margin-left: 0;
    float: left;
  }
}
article.post .entry-content > div.row {
  padding-left: 0;
}
@media only screen and (min-width: 768px) {
  article.post .entry-content > div.row {
    padding-left: 40px;
    padding-right: 40px;
  }
}
article.post .row {
  max-width: 920px;
  margin: 0 auto;
}
article.post .row .col-1-3.img {
  padding: 20px 10px;
}
article.post .row .col-1-3.img img {
  width: 320px;
  max-width: 100%;
  margin: 0 auto;
}
.slider-slick p {
  max-width: 700px;
}
.slick-testimonial--quote {
  font-size: 1.125em;
  font-style: italic;
  max-width: 700px;
  margin: 0 auto;
  margin-left: auto !important;
  margin-right: auto !important;
}
@media only screen and (min-width: 768px) {
  .slick-testimonial--quote {
    font-size: 1.5em;
  }
}
.slick-testimonial--author {
  margin-bottom: 0;
}
@media only screen and (min-width: 1280px) {
  .slick-prev {
    left: 8%;
  }
  .slick-next {
    right: 8%;
  }
}
.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .modal .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), #wpdcom .wpd-form .wpdiscuz-textarea-wrap textarea {
  background-color: #ffffff;
  border: 2px solid #9b9b9b;
  box-shadow: none;
}
.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):hover, .modal .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):hover, #wpdcom .wpd-form .wpdiscuz-textarea-wrap textarea:hover {
  border-color: #0088d3;
  box-shadow: 0 1px 4px rgba(100, 100, 100, 0.125);
}
.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):focus, .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):hover:focus, .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]).focused, .modal .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):focus, .modal .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):hover:focus, .modal .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]).focused, #wpdcom .wpd-form .wpdiscuz-textarea-wrap textarea:focus, #wpdcom .wpd-form .wpdiscuz-textarea-wrap textarea:hover:focus, #wpdcom .wpd-form .wpdiscuz-textarea-wrap textarea.focused {
  border: 2px solid #0088d3;
  outline: none;
  background-color: #ffffff;
  box-shadow: 0 0px 0px 3px rgba(0, 136, 211, 0.15);
}
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple, .select2-container--default.select2-container--open.select2-container--below .select2-selection--single {
  border: 2px solid #0088d3 !important;
  outline: none !important;
  background-color: #ffffff !important;
  box-shadow: 0 0px 0px 3px rgba(0, 136, 211, 0.15);
}
.select2-container .select2-selection--single .select2-selection__rendered {
  padding: 0;
  line-height: 1.3;
}
input, .input-text, input[type="email"], input[type="password"], input[type="search"], input[type="text"], input[type="url"], textarea, input[type="tel"], .wc-stripe-iban-element-field, .wc-stripe-elements-field, select, .select2-container--default .select2-selection--single, input[type="text"].input-promo, .woocommerce form .form-row .input-text, .woocommerce form .form-row select {
  max-width: 100%;
  background-color: #ffffff;
  border: 2px solid #9b9b9b;
  border-radius: 4px;
  padding: 0.5em 0.75em;
  font-size: 1.1em;
  box-shadow: none;
  font-family: "proxima-nova", "Helvetica Neue", Helvetica, sans-serif;
  min-height: 48px;
}
@media only screen and (min-width: 641px) {
  input, .input-text, input[type="email"], input[type="password"], input[type="search"], input[type="text"], input[type="url"], textarea, input[type="tel"], .wc-stripe-iban-element-field, .wc-stripe-elements-field, select, .select2-container--default .select2-selection--single, input[type="text"].input-promo, .woocommerce form .form-row .input-text, .woocommerce form .form-row select {
    padding: 0.65em 1em 0.55em;
  }
}
input:hover, .input-text:hover, input[type="email"]:hover, input[type="password"]:hover, input[type="search"]:hover, input[type="text"]:hover, input[type="url"]:hover, textarea:hover, input[type="tel"]:hover, .wc-stripe-iban-element-field:hover, .wc-stripe-elements-field:hover, select:hover, .select2-container--default .select2-selection--single:hover, input[type="text"].input-promo:hover, .woocommerce form .form-row .input-text:hover, .woocommerce form .form-row select:hover {
  border-color: #0088d3;
  box-shadow: 0 1px 4px rgba(100, 100, 100, 0.125);
}
input:focus, input:hover:focus, input.focused, .input-text:focus, .input-text:hover:focus, .input-text.focused, input[type="email"]:focus, input[type="email"]:hover:focus, input[type="email"].focused, input[type="password"]:focus, input[type="password"]:hover:focus, input[type="password"].focused, input[type="search"]:focus, input[type="search"]:hover:focus, input[type="search"].focused, input[type="text"]:focus, input[type="text"]:hover:focus, input[type="text"].focused, input[type="url"]:focus, input[type="url"]:hover:focus, input[type="url"].focused, textarea:focus, textarea:hover:focus, textarea.focused, input[type="tel"]:focus, input[type="tel"]:hover:focus, input[type="tel"].focused, .wc-stripe-iban-element-field:focus, .wc-stripe-iban-element-field:hover:focus, .wc-stripe-iban-element-field.focused, .wc-stripe-elements-field:focus, .wc-stripe-elements-field:hover:focus, .wc-stripe-elements-field.focused, select:focus, select:hover:focus, select.focused, .select2-container--default .select2-selection--single:focus, .select2-container--default .select2-selection--single:hover:focus, .select2-container--default .select2-selection--single.focused, input[type="text"].input-promo:focus, input[type="text"].input-promo:hover:focus, input[type="text"].input-promo.focused, .woocommerce form .form-row .input-text:focus, .woocommerce form .form-row .input-text:hover:focus, .woocommerce form .form-row .input-text.focused, .woocommerce form .form-row select:focus, .woocommerce form .form-row select:hover:focus, .woocommerce form .form-row select.focused {
  border: 2px solid #0088d3;
  outline: none;
  background-color: #ffffff;
  box-shadow: 0 0px 0px 3px rgba(0, 136, 211, 0.15);
}
input[type="checkbox"], input[type="radio"] {
  min-height: 0;
}
@media only screen and (min-width: 641px) {
  input[type="checkbox"], input[type="radio"] {
    min-height: 0;
  }
}
.select2-container--default .select2-selection--single {
  max-width: 100%;
  background-color: #ffffff !important;
  border: 2px solid #9b9b9b !important;
  border-radius: 4px;
  padding: 0.5em 0.75em !important;
  font-size: 1.1em !important;
  box-shadow: none;
  font-family: "proxima-nova", "Helvetica Neue", Helvetica, sans-serif !important;
  min-height: 48px;
}
@media only screen and (min-width: 641px) {
  .select2-container--default .select2-selection--single {
    padding: 0.65em 1em 0.55em;
  }
}
.select2-container--default .select2-selection--single:hover {
  border-color: #0088d3;
  box-shadow: 0 1px 4px rgba(100, 100, 100, 0.125);
}
.select2-container--default .select2-selection--single:focus, .select2-container--default .select2-selection--single:hover:focus, .select2-container--default .select2-selection--single.focused {
  border: 2px solid #0088d3;
  outline: none;
  background-color: #ffffff;
  box-shadow: 0 0px 0px 3px rgba(0, 136, 211, 0.15);
}
input[type="checkbox"], input[type="radio"] {
  min-height: 0;
}
@media only screen and (min-width: 641px) {
  input[type="checkbox"], input[type="radio"] {
    min-height: 0;
  }
}
input:-webkit-autofill, input:-webkit-autofill:hover, textarea:-webkit-autofill, textarea:-webkit-autofill:hover select:-webkit-autofill, select:-webkit-autofill:hover {
  max-width: 100%;
  background-color: #ffffff;
  border: 2px solid #a0a0a0;
  font-size: 1.1em;
  box-shadow: none;
  font-family: "proxima-nova", "Helvetica Neue", Helvetica, sans-serif;
}
input:-webkit-autofill:hover, input:-webkit-autofill:hover:hover, textarea:-webkit-autofill:hover, textarea:-webkit-autofill:hover select:-webkit-autofill:hover, select:-webkit-autofill:hover:hover {
  border-color: #0088d3;
  box-shadow: 0 1px 4px rgba(100, 100, 100, 0.125);
}
input:-webkit-autofill:focus, input:-webkit-autofill:hover:focus, input:-webkit-autofill.focused, input:-webkit-autofill:hover:hover:focus, input:-webkit-autofill:hover.focused, textarea:-webkit-autofill:focus, textarea:-webkit-autofill:hover:focus, textarea:-webkit-autofill.focused, textarea:-webkit-autofill:hover select:-webkit-autofill:focus, textarea:-webkit-autofill:hover select:-webkit-autofill:hover:focus, textarea:-webkit-autofill:hover select:-webkit-autofill.focused, select:-webkit-autofill:hover:focus, select:-webkit-autofill:hover:hover:focus, select:-webkit-autofill:hover.focused {
  border: 2px solid #0088d3;
  outline: none;
  background-color: #ffffff;
  box-shadow: 0 0px 0px 3px rgba(0, 136, 211, 0.15);
}
.woocommerce form .form-row.woocommerce-validated .select2-container, .woocommerce form .form-row.woocommerce-validated input.input-text, .woocommerce form .form-row.woocommerce-validated select {
  border-color: #0088d3;
}
#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-tokenInput, .woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-tokenInput, .woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-tokenInput {
  margin: 0 8px;
  position: static;
}
#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new, #add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token, .woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new, .woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token, .woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new, .woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token {
  margin: 0 0 0.5em;
  display: flex;
  align-items: center;
}
select, .modal select.medium.gfield_select, .modal .gform_wrapper .top_label select.medium {
  border: 2px solid #9b9b9b;
  border-radius: 4px;
  padding: 1em 0.25em;
  display: block;
  width: 100%;
}
select:hover, .modal select.medium.gfield_select:hover, .modal .gform_wrapper .top_label select.medium:hover {
  border-color: #4b4b4b;
  box-shadow: 0 1px 4px rgba(100, 100, 100, 0.125);
}
select:focus, select:hover:focus, .modal select.medium.gfield_select:focus, .modal select.medium.gfield_select:hover:focus, .modal .gform_wrapper .top_label select.medium:focus, .modal .gform_wrapper .top_label select.medium:hover:focus {
  border: 2px solid #0088d3;
  box-shadow: 0 0px 0px 3px rgba(0, 136, 211, 0.15);
}
input[type=checkbox] {
  padding: 0;
  min-height: 0;
}
@media only screen and (min-width: 641px) {
  input[type=checkbox] {
    padding: 0;
    min-height: 0;
  }
}
.svgsun1 {
  display: inline;
  fill: #D6F1F2;
  stroke: #FCA427;
  stroke-width: 8;
  stroke-linecap: round;
  stroke-miterlimit: 10;
}
.svgsun2 {
  fill: none;
  stroke: #FFFFD6;
  stroke-width: 7;
  stroke-linecap: round;
  stroke-miterlimit: 10;
}
.svgsun3 {
  fill: none;
  stroke: #FFE581;
  stroke-width: 4;
  stroke-linecap: round;
  stroke-miterlimit: 10;
}
.svgsun5 {
  fill: none;
  stroke: #222222;
  stroke-width: 4;
  stroke-linecap: round;
  stroke-miterlimit: 10;
}
.svgsun6 {
  fill: #F7D56B;
}
.svgsun7 {
  fill: none;
  stroke: #FCA427;
  stroke-width: 3;
  stroke-linecap: round;
  stroke-miterlimit: 10;
}
.svgsun8 {
  fill: none;
  stroke: #FCA427;
  stroke-width: 9;
  stroke-linecap: round;
  stroke-miterlimit: 10;
}
.svgsun9 {
  fill: none;
  stroke: #FFE581;
  stroke-width: 6;
  stroke-linecap: round;
  stroke-miterlimit: 10;
}
.svgsun10 {
  opacity: 0.5;
}
.svgsun11 {
  fill: none;
  stroke: #FFE581;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-miterlimit: 10;
}
.svgsun12 {
  display: inline;
}
.svgsun13 {
  fill: none;
  stroke: #FFE581;
  stroke-width: 3;
  stroke-linecap: round;
  stroke-miterlimit: 10;
}
.svgsun14 {
  display: inline;
  opacity: 0;
}
.svgsun15 {
  fill: #F7D56B;
  stroke: #FCA427;
  stroke-width: 8;
  stroke-linecap: round;
  stroke-miterlimit: 10;
}
.svgsun16 {
  display: inline;
  opacity: 0.5;
}
.online0 {
  fill: #242D33;
}
.online1 {
  fill: none;
  stroke: #242D33;
  stroke-width: 3;
  stroke-miterlimit: 10;
}
.schedule0 {
  fill: #FFFFFF;
  stroke: #242D33;
  stroke-width: 3;
  stroke-miterlimit: 10;
}
.schedule1 {
  fill: #242D33;
}
.schedule2 {
  fill: none;
  stroke: #FFFFFF;
  stroke-width: 2;
  stroke-miterlimit: 10;
}
.schedule3 {
  fill: none;
  stroke: #242D33;
  stroke-width: 2;
  stroke-miterlimit: 10;
}
.support0 {
  fill: #242D33;
}
.support1 {
  fill: #FFFFFF;
  stroke: #242D33;
  stroke-width: 2;
  stroke-miterlimit: 10;
}
.timer0 {
  fill: none;
  stroke: #242D33;
  stroke-width: 4;
  stroke-miterlimit: 10;
}
.timer1 {
  fill: #242D33;
}
.video0 {
  fill: none;
  stroke: #242D33;
  stroke-width: 3;
  stroke-miterlimit: 10;
}
.video1 {
  fill: #242D33;
}
.weeks0 {
  fill: none;
  stroke: #242D33;
  stroke-width: 3;
  stroke-miterlimit: 10;
}
.weeks1 {
  fill: none;
  stroke: #242D33;
  stroke-miterlimit: 10;
}
.featured0 {
  fill: #ffffff;
}
.featured1 {
  fill-rule: evenodd;
  clip-rule: evenodd;
  fill: #FFFFFF;
}
.chartfluency0 {
  fill: #DA385F;
}
.chartfluency1 {
  fill: none;
  stroke: #000000;
  stroke-miterlimit: 10;
}
.chartfluency2 {
  fill: #333333;
}
.chartfluency3 {
  font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
}
.chartfluency4 {
  font-size: 18px;
}
.chartfluency5 {
  letter-spacing: 1;
}
.chartfluency6 {
  font-size: 13.7761px;
}
.chartfluency7 {
  font-size: 9px;
}
.chartcomp0 {
  fill: #7048A5;
}
.chartcomp1 {
  fill: none;
  stroke: #000000;
  stroke-miterlimit: 10;
}
.chartcomp2 {
  fill: #333333;
}
.chartcomp3 {
  font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
}
.chartcomp4 {
  font-size: 22px;
}
.chartcomp5 {
  font-size: 13.7761px;
}
.chartcomp6 {
  font-size: 9px;
}
/*
----------------------------------------------------------------

browsers.css
Gravity Forms Browser-Specific CSS
http://www.gravityforms.com
updated: May 22, 2018 03:13 PM US Eastern Time

Gravity Forms is a Rocketgenius project
copyright 2008-2017 Rocketgenius Inc.
http: //www.rocketgenius.com
this may not be redistributed without the
express written permission of the author.

NOTE: DO NOT EDIT THIS FILE! MAKE ANY MODIFICATIONS IN YOUR
THEME STYLESHEET. THIS FILE IS REPLACED DURING AUTO-UPDATES
AND ANY CHANGES MADE HERE WILL BE OVERWRITTEN.

If you need to make extensive customizations,
copy the contents of this file to your theme
style sheet for editing. Then, go to the form
settings page & set the 'output CSS' option
to no.

----------------------------------------------------------------
*/
/* Safari specific styles */
.entry .gform_wrapper.gf_browser_safari ul li:before, .entry .gform_wrapper.gf_browser_safari ul li:after {
  content: "";
}
.gform_wrapper.gf_browser_safari .gform_body ul.gform_fields li.gfield .ginput_container #recaptcha_widget_div #recaptcha_area {
  width: 99% !important;
}
.gform_wrapper.gf_browser_safari .left_label #recaptcha_area #recaptcha_table, .gform_wrapper.gf_browser_safari .right_label #recaptcha_area #recaptcha_table {
  margin-left: 32%;
}
.gform_wrapper.gf_browser_safari .gfield_checkbox li input[type=checkbox], .gform_wrapper.gf_browser_safari .gfield_radio li input[type=radio], .gform_wrapper.gf_browser_safari .gfield_checkbox li input {
  margin-top: 4px;
}
.gform_wrapper.gf_browser_safari select[multiple=multiple] {
  height: auto !important;
}
.gform_wrapper.gf_browser_safari input.button.gform_button_select_files {
  padding: 6px 12px !important;
}
.gform_wrapper.gf_browser_safari .gfield_time_ampm select {
  max-width: 5rem !important;
  width: calc(2rem + 20px);
}
/* Google Chrome (and now Opera) styles */
.gform_wrapper.gf_browser_chrome select {
  padding: 2px 0 2px 3px;
}
.gform_wrapper.gf_browser_chrome .gfield_time_ampm select {
  max-width: 5rem !important;
  width: calc(3rem + 20px);
}
.gform_wrapper.gf_browser_chrome ul li:before, .gform_wrapper.gf_browser_chrome ul li:after, .entry .gform_wrapper.gf_browser_chrome ul li:before, .entry .gform_wrapper.gf_browser_chrome ul li:after {
  content: none;
}
.gform_wrapper.gf_browser_chrome .gform_body ul.gform_fields li.gfield .ginput_container #recaptcha_widget_div #recaptcha_area {
  width: 99% !important;
}
.gform_wrapper.gf_browser_chrome .left_label #recaptcha_area #recaptcha_table, .gform_wrapper.gf_browser_chrome .right_label #recaptcha_area #recaptcha_table {
  margin-left: 32%;
}
.gform_wrapper.gf_browser_chrome .ginput_complex select, .gform_wrapper.gf_browser_chrome .ginput_complex .ginput_right select {
  text-indent: 2px;
  line-height: 1.5em;
  margin-bottom: 5px;
  margin-top: 2px;
}
.gform_wrapper.gf_browser_chrome .gfield_checkbox li input[type=checkbox], .gform_wrapper.gf_browser_chrome .gfield_radio li input[type=radio], .gform_wrapper.gf_browser_chrome .gfield_checkbox li input {
  margin-top: 6px;
}
.gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield span.name_first, .gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield span.name_middle, .gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield span.name_last {
  padding-top: 2px;
}
.gform_wrapper.gf_browser_chrome select[multiple=multiple] {
  height: auto !important;
}
.gform_wrapper.gf_browser_chrome .gfield_error .ginput_complex.ginput_container.has_first_name.has_middle_name.has_last_name span.name_middle, .gform_wrapper.gf_browser_chrome .gfield_error .ginput_complex.ginput_container.has_first_name.has_middle_name.has_last_name span.name_last {
  margin-left: 1.1%;
}
.gform_wrapper.gf_browser_chrome .gfield_error input[type=text], .gform_wrapper.gf_browser_chrome .gfield_error input[type=email], .gform_wrapper.gf_browser_chrome .gfield_error input[type=tel], .gform_wrapper.gf_browser_chrome .gfield_error input[type=url], .gform_wrapper.gf_browser_chrome .gfield_error input[type=number], .gform_wrapper.gf_browser_chrome .gfield_error input[type=password], .gform_wrapper.gf_browser_chrome .gfield_error select, .gform_wrapper.gf_browser_chrome .gfield_error textarea, .gform_wrapper.gf_browser_chrome li.gfield_error.field_sublabel_above .ginput_complex input[type=text] {
  margin-bottom: 2px;
}
.gform_wrapper.gf_browser_chrome input.button.gform_button_select_files {
  padding: 6px 12px !important;
}
.gform_wrapper.gf_browser_chrome span.address_country {
  margin-top: -2px;
}
/* Firefox specific styles */
.gform_wrapper.gf_browser_gecko select {
  padding: 2px 12px 2px 2px;
}
.gform_wrapper.gf_browser_gecko .gfield_time_ampm select {
  max-width: 5rem !important;
  width: calc(4rem + 25px);
}
.gform_wrapper.gf_browser_gecko ul li:before, .gform_wrapper.gf_browser_gecko ul li:after, .entry .gform_wrapper.gf_browser_gecko ul li:before, .entry .gform_wrapper.gf_browser_gecko ul li:after {
  content: none;
}
.gform_wrapper.gf_browser_gecko .ginput_complex .ginput_cardinfo_left select.ginput_card_expiration.ginput_card_expiration_month {
  margin-right: 1px;
}
.gform_wrappergf_browser_gecko .chosen-container-single .chosen-single {
  height: 32px;
  line-height: 2.4;
}
.gform_wrappergf_browser_gecko .chosen-container-single .chosen-single div b {
  position: relative;
  top: 5px;
}
/* Internet Explorer specific styles */
.gform_wrapper.gf_browser_ie ul li:before, .gform_wrapper.gf_browser_ie ul li:after, .entry .gform_wrapper.gf_browser_ie ul li:before, .entry .gform_wrapper.gf_browser_ie ul li:after {
  content: none;
}
.gform_wrapper.gf_browser_ie .gfield_time_hour {
  width: 80px;
}
.gform_wrapper.gf_browser_ie .gfield_time_minute {
  width: 70px;
}
.gform_wrapper.gf_browser_ie .gfield_time_ampm {
  padding-top: 2px;
}
.gform_wrapper.gf_browser_ie .gfield_time_hour input, .gform_wrapper.gf_browser_ie .gfield_time_minute input {
  margin-left: 0;
}
.gform_wrapper.gf_browser_ie .ginput_complex .ginput_left label, .gform_wrapper.gf_browser_ie .ginput_complex .ginput_right label {
  margin: 3px 0 5px 0;
}
.gform_wrapper.gf_browser_ie .gform_footer input.button {
  padding: 3px;
}
.gform_wrapper.gf_browser_ie ul.top_label .clear-multi {
  overflow: hidden;
  clear: both;
}
.gform_wrapper.gf_browser_ie .gfield_radio li {
  line-height: 20px !important;
}
.gform_wrapper.gf_browser_ie .gfield_checkbox li input[type=checkbox], .gform_wrapper.gf_browser_ie .gfield_radio li input[type=radio], .gform_wrapper.gf_browser_ie .gfield_checkbox li input {
  margin-top: 0;
}
.gform_wrapper.gf_browser_ie .ginput_complex .ginput_left select, .gform_wrapper.gf_browser_ie .ginput_complex .ginput_right select {
  padding: 2px 0 2px 0;
}
.gform_wrapper.gf_browser_ie .gform_body ul.gform_fields li.gfield .ginput_container #recaptcha_widget_div #recaptcha_area {
  width: 99% !important;
}
.gform_wrapper.gf_browser_ie .gform_body ul.gform_fields li.gfield .ginput_container #recaptcha_widget_div #recaptcha_area {
  width: 99% !important;
}
.gform_wrapper.gf_browser_ie .left_label #recaptcha_area #recaptcha_table, .gform_wrapper.gf_browser_ie .right_label #recaptcha_area #recaptcha_table {
  margin-left: 32%;
}
.gform_wrapper.gf_browser_ie .ginput_complex .ginput_cardinfo_right span.ginput_card_security_code_icon {
  position: relative;
  top: -1px;
  left: 4px;
}
.gform_wrapper.gf_browser_ie img.add_list_item, .gform_wrapper.gf_browser_ie img.delete_list_item {
  width: 16px !important;
  height: 16px !important;
  background-size: 16px 16px !important;
}
.gform_wrapper.gf_browser_iphone ul li:before, .gform_wrapper.gf_browser_iphone ul li:after, .entry .gform_wrapper.gf_browser_iphone ul li:before, .entry .gform_wrapper.gf_browser_iphone ul li:after {
  content: none;
}
.gform_wrapper.gf_browser_unknown ul li:before, .gform_wrapper.gf_browser_unknown ul li:after, .entry .gform_wrapper.gf_browser_unknown ul li:before, .entry .gform_wrapper.gf_browser_unknown ul li:after {
  content: none;
}
@media only screen and (max-width: 641px) {
  /* make the nifty styled selects a little larger for mobile devices */
  .gform_wrapper.gf_browser_gecko .chosen-container-single .chosen-single, .gform_wrapper.gf_browser_safari .chosen-container-single .chosen-single, .gform_wrapper.gf_browser_chrome .chosen-container-single .chosen-single {
    height: 44px;
    line-height: 3.2;
  }
  .gform_wrapper.gf_browser_gecko .chosen-container-single .chosen-single div b, .gform_wrapper.gf_browser_safari .chosen-container-single .chosen-single div b, .gform_wrapper.gf_browser_chrome .chosen-container-single .chosen-single div b {
    position: relative;
    top: 50%;
    transform: translateY(-25%);
  }
}
/*
----------------------------------------------------------------

formreset.css
Gravity Forms CSS Reset
http://www.gravityforms.com
updated: March 15, 2015 1:41 PM

Gravity Forms is a Rocketgenius project
copyright 2008-2015 Rocketgenius Inc.
http: //www.rocketgenius.com
this may not be redistributed without the
express written permission of the author.

NOTE: DO NOT EDIT THIS FILE! MAKE ANY MODIFICATIONS IN YOUR
THEME STYLESHEET. THIS FILE IS REPLACED DURING AUTO-UPDATES
AND ANY CHANGES MADE HERE WILL BE OVERWRITTEN.

If you need to make extensive customizations,
copy the contents of this file to your theme
style sheet for editing. Then, go to the form
settings page & set the 'output CSS' option
to no.

----------------------------------------------------------------
*/
body .gform_wrapper.gf_reset_wrapper, body .gform_wrapper.gf_reset_wrapper div, body .gform_wrapper.gf_reset_wrapper span, body .gform_wrapper.gf_reset_wrapper iframe, body .gform_wrapper.gf_reset_wrapper h1, body .gform_wrapper.gf_reset_wrapper h2, body .gform_wrapper.gf_reset_wrapper h3, body .gform_wrapper.gf_reset_wrapper h4, body .gform_wrapper.gf_reset_wrapper h5, body .gform_wrapper.gf_reset_wrapper h6, body .gform_wrapper.gf_reset_wrapper p, body .gform_wrapper.gf_reset_wrapper img, body .gform_wrapper.gf_reset_wrapper ol, body .gform_wrapper.gf_reset_wrapper ul, body .gform_wrapper.gf_reset_wrapper li, body .gform_wrapper.gf_reset_wrapper fieldset, body .gform_wrapper.gf_reset_wrapper form, body .gform_wrapper.gf_reset_wrapper label, body .gform_wrapper.gf_reset_wrapper legend, body .gform_wrapper.gf_reset_wrapper input[type=text], body .gform_wrapper.gf_reset_wrapper input[type=email], body .gform_wrapper.gf_reset_wrapper input[type=tel], body .gform_wrapper.gf_reset_wrapper input[type=url], body .gform_wrapper.gf_reset_wrapper input[type=number], body .gform_wrapper.gf_reset_wrapper input[type=password], body .gform_wrapper.gf_reset_wrapper select, body .gform_wrapper.gf_reset_wrapper textarea, body .gform_wrapper.gf_reset_wrapper input[type=submit], body .gform_wrapper.gf_reset_wrapper input[type=button], body .gform_wrapper.gf_reset_wrapper input[type=image], body .gform_wrapper.gf_reset_wrapper button, body .gform_wrapper.gf_reset_wrapper table, body .gform_wrapper.gf_reset_wrapper caption, body .gform_wrapper.gf_reset_wrapper tbody, body .gform_wrapper.gf_reset_wrapper tfoot, body .gform_wrapper.gf_reset_wrapper thead, body .gform_wrapper.gf_reset_wrapper tr, body .gform_wrapper.gf_reset_wrapper th, body .gform_wrapper.gf_reset_wrapper td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}
body .gform_wrapper.gf_reset_wrapper div, body .gform_wrapper.gf_reset_wrapper span, body .gform_wrapper.gf_reset_wrapper iframe, body .gform_wrapper.gf_reset_wrapper p, body .gform_wrapper.gf_reset_wrapper img, body .gform_wrapper.gf_reset_wrapper ol, body .gform_wrapper.gf_reset_wrapper ul, body .gform_wrapper.gf_reset_wrapper li, body .gform_wrapper.gf_reset_wrapper fieldset, body .gform_wrapper.gf_reset_wrapper form, body .gform_wrapper.gf_reset_wrapper label, body .gform_wrapper.gf_reset_wrapper legend, body .gform_wrapper.gf_reset_wrapper input[type=text], body .gform_wrapper.gf_reset_wrapper input[type=email], body .gform_wrapper.gf_reset_wrapper input[type=tel], body .gform_wrapper.gf_reset_wrapper input[type=url], body .gform_wrapper.gf_reset_wrapper input[type=number], body .gform_wrapper.gf_reset_wrapper input[type=password], body .gform_wrapper.gf_reset_wrapper select, body .gform_wrapper.gf_reset_wrapper textarea, body .gform_wrapper.gf_reset_wrapper input[type=submit], body .gform_wrapper.gf_reset_wrapper input[type=button], body .gform_wrapper.gf_reset_wrapper input[type=image], body .gform_wrapper.gf_reset_wrapper button, body .gform_wrapper.gf_reset_wrapper table, body .gform_wrapper.gf_reset_wrapper caption, body .gform_wrapper.gf_reset_wrapper tbody, body .gform_wrapper.gf_reset_wrapper tfoot, body .gform_wrapper.gf_reset_wrapper thead, body .gform_wrapper.gf_reset_wrapper tr, body .gform_wrapper.gf_reset_wrapper th, body .gform_wrapper.gf_reset_wrapper td {
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
  line-height: 1;
  font-weight: normal;
}
body .gform_wrapper.gf_reset_wrapper div, body .gform_wrapper.gf_reset_wrapper span, body .gform_wrapper.gf_reset_wrapper p {
  line-height: 1.8;
}
body .gform_wrapper.gf_reset_wrapper fieldset, body .gform_wrapper.gf_reset_wrapper img {
  border: 0;
}
body .gform_wrapper.gf_reset_wrapper ol, body .gform_wrapper.gf_reset_wrapper ul, body .gform_wrapper.gf_reset_wrapper li {
  list-style: none;
}
body .gform_wrapper.gf_reset_wrapper a img {
  border: none;
}
body .gform_wrapper.gf_reset_wrapper :focus {
  outline: 0;
}
/*
----------------------------------------------------------------

Gravity Forms Front End Form Styles
http: //www.gravityforms.com
updated: August 04, 2017 04:03 PM (GMT-05:00) US Eastern Time

Gravity Forms is a Rocketgenius project
copyright 2008-2017 Rocketgenius Inc.
http: //www.rocketgenius.com
this may not be redistributed without the
express written permission of the author.

NOTE: DO NOT EDIT THIS FILE! MAKE ANY MODIFICATIONS IN YOUR
THEME STYLESHEET. THIS FILE IS REPLACED DURING AUTO-UPDATES
AND ANY CHANGES MADE HERE WILL BE OVERWRITTEN.

If you need to make extensive customizations,
copy the contents of this file to your theme
style sheet for editing. Then, go to the form
settings page & set the 'output CSS' option
to no.

----------------------------------------------------------------
*/
/* mobile styles first â€‹*/
.gform_wrapper {
  margin: 16px 0;
  max-width: 100%;
}
.gform_wrapper form {
  text-align: left;
  max-width: 100%;
  margin: 0 auto;
}
.gform_wrapper *, .gform_wrapper *:before, .gform_wrapper *:after {
  box-sizing: border-box !important;
}
.gform_wrapper h1, .gform_wrapper h2, .gform_wrapper h3 {
  font-weight: normal;
  border: none;
  background: none;
}
.gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) {
  font-size: inherit;
  font-family: inherit;
  padding: 5px 4px;
  letter-spacing: normal;
}
.gform_wrapper input[type=image] {
  border: none !important;
  padding: 0 !important;
  width: auto !important;
}
.gform_wrapper textarea {
  font-size: inherit;
  font-family: inherit;
  letter-spacing: normal;
  padding: 6px 8px;
  line-height: 1.5;
  resize: none;
}
.gform_wrapper select {
  line-height: 1.5;
}
.gform_wrapper .ginput_container_multiselect select {
  background-image: none !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  outline: none;
}
.gform_wrapper ul.gform_fields {
  margin: 0 !important;
  list-style-type: none;
  display: block;
}
html > body .entry ul, .gform_wrapper ul {
  text-indent: 0;
}
.gform_wrapper li, .gform_wrapper form li {
  margin-left: 0 !important;
  list-style-type: none !important;
  list-style-image: none !important;
  list-style: none !important;
  overflow: visible;
}
.gform_wrapper ul li.gfield {
  clear: both;
}
.gform_wrapper ul.gfield_radio li, .gform_wrapper ul.gfield_checkbox li {
  overflow: hidden;
}
.gform_wrapper ul.gform_fields.right_label li.gfield, .gform_wrapper form ul.gform_fields.right_label li.gfield, .gform_wrapper ul.gform_fields.left_label li.gfield, .gform_wrapper form ul.gform_fields.left_label li.gfield {
  margin-bottom: 14px;
}
.gform_wrapper ul.right_label li ul.gfield_radio li, .gform_wrapper form ul.right_label li ul.gfield_radio li, .gform_wrapper ul.left_label li ul.gfield_radio li, .gform_wrapper form ul.left_label li ul.gfield_radio li, .gform_wrapper ul.right_label li ul.gfield_checkbox li, .gform_wrapper form ul.right_label li ul.gfield_checkbox li, .gform_wrapper ul.left_label li ul.gfield_checkbox li, .gform_wrapper form ul.left_label li ul.gfield_checkbox li {
  margin-bottom: 10px;
}
.gform_wrapper ul li:before, .gform_wrapper ul li:after, .gform_wrapper ul.gform_fields {
  padding: 0;
  margin: 0;
  overflow: visible;
}
.gform_wrapper select {
  font-size: inherit;
  font-family: inherit;
  letter-spacing: normal;
}
.gform_wrapper select option {
  padding: 2px;
  display: block;
}
.gform_wrapper .inline {
  display: inline !important;
}
.gform_wrapper .gform_heading {
  width: 100%;
  margin-bottom: 18px;
}
.gform_wrapper .clear-multi {
  display: flex;
}
/* date â€‹fields */
.gform_wrapper .gfield_date_day, .gform_wrapper .gfield_date_year {
  display: -moz-inline-stack;
  display: inline-block;
}
.gform_wrapper .gfield_date_day, .gform_wrapper .gfield_date_month, .gform_wrapper .gfield_date_year {
  width: 33.333%;
  flex-direction: row;
}
@media only screen and (min-width: 321px) {
  .gform_wrapper .gfield_date_day, .gform_wrapper .gfield_date_month {
    max-width: 4rem;
  }
  .gform_wrapper .gfield_date_year, .gform_wrapper .gfield_time_ampm {
    max-width: calc(4rem + .5rem);
  }
}
.gform_wrapper .gfield_date_dropdown_month, .gform_wrapper .gfield_date_dropdown_day, .gform_wrapper .gfield_date_dropdown_year {
  vertical-align: top;
  flex-direction: row;
}
.gform_wrapper .gfield_date_dropdown_month, .gform_wrapper .gfield_date_dropdown_day, .gform_wrapper .gfield_date_dropdown_year {
  margin-right: 0.5rem;
}
.gform_wrapper .gfield_date_month, .gform_wrapper .gfield_date_day {
  width: 4rem;
  margin-right: 0.5rem;
}
.gform_wrapper .gfield_date_month input[type="number"], .gform_wrapper .gfield_date_day input[type="number"] {
  width: calc(3rem + 8px) !important;
}
.gform_wrapper .gfield_date_year input[type="number"] {
  width: calc(4rem + 8px) !important;
}
.gform_wrapper .gfield_date_year {
  width: 5rem;
}
.gform_wrapper .gfield_date_month input, .gform_wrapper .gfield_date_day input {
  width: calc(3rem + 8px);
}
.gform_wrapper .gfield_date_year input {
  width: 4rem;
}
.gform_wrapper .field_sublabel_above div[class*="gfield_date_"].ginput_container label, .gform_wrapper .field_sublabel_below div[class*="gfield_date_"].ginput_container label {
  width: 3rem;
  text-align: center;
}
.gform_wrapper .field_sublabel_above div.gfield_date_year.ginput_container label, .gform_wrapper .field_sublabel_below div.gfield_date_year.ginput_container label {
  width: 4rem;
}
/* time â€‹fields */
.gform_wrapper .gfield_time_hour, .gform_wrapper .gfield_time_minute, .gform_wrapper .gfield_time_ampm {
  width: 33.333%;
  flex-direction: row;
}
@media only screen and (min-width: 321px) {
  .gform_wrapper .gfield_time_hour, .gform_wrapper .gfield_time_minute {
    max-width: 4rem;
  }
  .gform_wrapper .gfield_time_hour, .gform_wrapper .gfield_time_ampm {
    max-width: calc(4rem + .5rem);
  }
  .gform_wrapper .gfield_time_hour {
    max-width: calc(4rem + .5rem);
  }
}
.gform_wrapper ul.gform_fields:not(.top_label) .ginput_container_time span {
  float: left;
}
.gform_wrapper .gfield_time_hour i {
  font-style: normal !important;
  font-family: sans-serif !important;
  width: 10px;
  text-align: center;
  float: right;
  margin-top: 9%;
}
.gform_wrapper .gfield_time_minute {
  margin-right: 0.5rem;
}
.gform_wrapper .gfield_time_hour {
  margin-right: 0.25rem;
}
.gform_wrapper .gfield_time_ampm {
  vertical-align: top;
  display: -moz-inline-stack;
  display: inline-block;
}
.gform_wrapper .gfield_time_ampm select {
  min-width: calc(2rem + 25px);
  width: calc(3rem + 25px);
}
.gform_wrapper .gfield_time_hour input, .gform_wrapper .gfield_time_minute input {
  width: calc(3rem + 8px);
}
.gform_wrapper .gfield_time_hour input[type="number"], .gform_wrapper .gfield_time_minute input[type="number"] {
  width: calc(3rem + 8px) !important;
}
.gform_wrapper .field_sublabel_above div[class*="gfield_time_"].ginput_container label, .gform_wrapper .field_sublabel_below div[class*="gfield_time_"].ginput_container label {
  width: 3rem;
  text-align: center;
}
.gform_wrapper .field_hover {
  border: 1px dashed #2175A9;
  cursor: pointer;
}
.gform_wrapper .field_selected {
  background-color: #DFEFFF;
  border: 1px solid #C2D7EF;
}
.gform_wrapper .field_name_first, .gform_wrapper .field_name_middle, .gform_wrapper .field_name_last {
  width: 49.5%;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
}
.gform_wrapper .ginput_complex.ginput_container {
  overflow: visible;
  width: 100%;
}
.gform_wrapper label.gfield_label {
  font-weight: 700;
  font-size: inherit;
}
.gform_wrapper .top_label .gfield_label {
  display: -moz-inline-stack;
  display: inline-block;
  line-height: 1.3;
  clear: both;
}
.gform_wrapper .ginput_complex input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="image"]):not([type="file"]), .gform_wrapper .ginput_complex .ginput_left input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="image"]):not([type="file"]), .gform_wrapper .ginput_complex .ginput_right input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="image"]):not([type="file"]) {
  width: 100%;
}
.gform_wrapper .ginput_complex .ginput_right select, .gform_wrapper .ginput_complex select {
  width: 100%;
}
.gform_wrapper .field_sublabel_above .ginput_complex.ginput_container label, .gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label, .gform_wrapper .field_sublabel_above div[class*="gfield_time_"].ginput_container label, .gform_wrapper .field_sublabel_below div[class*="gfield_time_"].ginput_container label, .gform_wrapper .field_sublabel_above div[class*="gfield_date_"].ginput_container label, .gform_wrapper .field_sublabel_below div[class*="gfield_date_"].ginput_container label {
  display: block;
  font-size: 0.813em;
  letter-spacing: 0.5pt;
  white-space: nowrap;
}
.gform_wrapper ul.gfield_radio li label, .gform_wrapper ul.gfield_checkbox li label {
  display: -moz-inline-stack;
  display: inline-block;
  letter-spacing: inherit;
  vertical-align: middle;
  cursor: pointer;
}
.gform_wrapper .field_sublabel_above .ginput_complex.ginput_container label, .gform_wrapper .field_sublabel_above div[class*="gfield_time_"].ginput_container label {
  margin: 9px 0 1px 1px;
}
.gform_wrapper ul.gform_fields:not(.top_label) .field_sublabel_above .ginput_container.ginput_container_name label, .gform_wrapper ul.gform_fields:not(.top_label) .field_sublabel_above .ginput_container.ginput_container_email label, .gform_wrapper ul.gform_fields:not(.top_label) .field_sublabel_above .ginput_container.ginput_container_password label, .gform_wrapper ul.gform_fields:not(.top_label) .field_sublabel_above .ginput_container.ginput_container_time label {
  margin-top: 0;
}
.gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label, .gform_wrapper .field_sublabel_below div[class*="gfield_time_"].ginput_container label {
  margin: 1px 0 9px 1px;
}
.gform_wrapper .top_label .field_sublabel_above label.gfield_label + .ginput_complex.ginput_container, .gform_wrapper .top_label .field_sublabel_above label.gfield_label + div[class*="gfield_time_"].ginput_container {
  margin-top: 0;
}
body .gform_wrapper .top_label div.ginput_container {
  margin-top: 8px;
}
body.gform_wrapper div.clear-multi {
  display: -moz-inline-stack;
  display: inline-block;
}
body .gform_wrapper ul li.field_description_below div.ginput_container_radio, body .gform_wrapper ul li.field_description_below div.ginput_container_checkbox {
  margin-top: 16px;
  margin-bottom: 0;
}
.gform_wrapper .hidden_label .gfield_label {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.gfield.right_label, .gfield.left_label {
  padding-top: 10px;
}
.gform_wrapper li.hidden_label input {
  margin-top: 12px;
}
.gform_wrapper .field_sublabel_hidden_label .ginput_complex.ginput_container input[type=text], .gform_wrapper .field_sublabel_hidden_label .ginput_complex.ginput_container select {
  margin-bottom: 12px;
}
.gform_wrapper label.screen-reader-text, .gform_wrapper label.hidden_sub_label {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.gform_wrapper input.small, .gform_wrapper select.small, .gform_wrapper input.medium, .gform_wrapper select.medium, .gform_wrapper input.large, .gform_wrapper select.large {
  width: 100%;
}
.gform_wrapper input.datepicker_with_icon.small, .gform_wrapper input.datepicker_with_icon.medium, .gform_wrapper input.datepicker_with_icon.large {
  width: calc(100% - 24px);
}
.gform_wrapper .gfield_error input.small, .gform_wrapper .gfield_error select.small, .gform_wrapper .gfield_error input.medium, .gform_wrapper .gfield_error select.medium, .gform_wrapper .gfield_error input.large, .gform_wrapper .gfield_error select.large {
  width: 100%;
}
.gform_wrapper .gfield_error input.datepicker_with_icon.small, .gform_wrapper .gfield_error input.datepicker_with_icon.medium, .gform_wrapper .gfield_error input.datepicker_with_icon.large {
  width: calc(100% - 32px);
}
.gform_wrapper textarea.small {
  height: 80px;
  width: 100%;
}
.gform_wrapper textarea.medium {
  height: 120px;
  width: 100%;
}
.gform_wrapper textarea.large {
  height: 160px;
  width: 100%;
}
.gform_wrapper h2.gsection_title {
  margin: 0 !important;
  padding: 0 !important;
  letter-spacing: normal !important;
}
.gform_wrapper .gsection .gfield_label, .gform_wrapper h2.gsection_title, .gform_wrapper h3.gform_title {
  font-weight: 700;
  font-size: 1.25em;
}
.gform_wrapper h3.gform_title {
  letter-spacing: normal !important;
  margin: 10px 0 6px 0;
}
.gform_wrapper li.gfield.field_description_below + li.gsection {
  margin-top: 24px !important;
}
.gform_wrapper span.gform_description {
  font-weight: 400;
  display: block;
  width: auto !important;
  margin-bottom: 16px;
}
.gform_wrapper .gsection {
  border-bottom: 1px solid #CCC;
  padding: 0 16px 8px 0;
  margin: 28px 0 28px 0;
  clear: both;
}
.gform_wrapper ul.gfield_checkbox li input[type=checkbox], .gform_wrapper ul.gfield_radio li input[type=radio] {
  width: auto !important;
}
.gform_wrapper .gfield_checkbox li, .gform_wrapper .gfield_radio li {
  position: relative;
}
.gform_wrapper ul.gfield_checkbox, .gform_wrapper ul.gfield_radio {
  margin: 6px 0;
  padding: 0;
}
.gform_wrapper .gfield_checkbox li label, .gform_wrapper .gfield_radio li label {
  display: -moz-inline-stack;
  display: inline-block;
  padding: 0;
  width: auto;
  line-height: 1.5;
  font-size: 0.875em;
  vertical-align: middle;
  max-width: 85%;
  white-space: normal;
}
.gform_wrapper .gfield_checkbox li label {
  margin: 0;
}
.gform_wrapper .gfield_radio li label {
  margin: 2px 0 0;
}
.gform_wrapper .gfield_checkbox li input[type=checkbox], .gform_wrapper .gfield_radio li input[type=radio], .gform_wrapper .gfield_checkbox li input {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  margin-left: 1px;
}
.gform_wrapper .description, .gform_wrapper .gfield_description, .gform_wrapper .gsection_description, .gform_wrapper .instruction {
  font-size: 0.813em;
  line-height: inherit;
  clear: both;
  font-family: inherit;
  letter-spacing: normal;
}
.gform_wrapper .description, .gform_wrapper .gfield_description, .gform_wrapper .gsection_description {
  padding: 0 16px 0 0;
}
.gform_wrapper .field_description_below .gfield_description {
  padding-top: 0.75em;
}
.gform_wrapper .field_sublabel_above .description, .gform_wrapper .field_sublabel_above .gfield_description, .gform_wrapper .field_sublabel_above .gsection_description {
  margin-top: 9px;
}
.gform_wrapper .top_label .gsection_description {
  width: 100%;
  margin-bottom: 9px;
}
.gform_wrapper .gfield_description {
  width: 100%;
}
.gform_wrapper .description_above .gfield_description {
  padding: 0 0 10px 0;
}
.gfield_date_year + .gfield_description {
  padding: 0;
}
.gform_wrapper .gfield_required {
  color: #790000;
  margin-left: 4px;
}
.gform_wrapper li.gfield.gfield_error, .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
  background-color: rgba(255, 223, 224, 0.25);
  margin-bottom: 6px !important;
  border-top: 1px solid #C89797;
  border-bottom: 1px solid #C89797;
  padding-bottom: 6px;
  padding-top: 8px;
  box-sizing: border-box;
}
.gform_wrapper li.gfield.gfield_creditcard_warning {
  padding: 16px 16px 14px 16px;
  border-top: 2px solid #790000;
  border-bottom: 4px solid #790000;
  background-color: rgba(255, 223, 224, 0.25);
  width: calc(100% - 16px);
}
.gform_wrapper li.gfield.gfield_error.gfield_creditcard_warning {
  padding: 16px 16px 14px 16px;
}
.gform_wrapper li.gfield.gfield_creditcard_warning div.gfield_creditcard_warning_message {
  font-size: 0.875em;
  font-weight: 700;
  font-family: inherit;
  min-height: 25px;
  color: #790000;
  max-width: 100%;
  position: relative;
}
.gform_wrapper li.gfield.gfield_creditcard_warning div.gfield_creditcard_warning_message span {
  display: block;
  padding: 0 0 14px 24px;
  margin-bottom: 16px;
  line-height: 1.5;
  letter-spacing: 0.1pt;
  border-bottom: 1px solid #790000;
  text-transform: uppercase;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxOS4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSItMTA2NyAyODY1IDI0IDMyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IC0xMDY3IDI4NjUgMjQgMzI7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+DQoJLnN0MHtmaWxsOiM3OTAwMDA7fQ0KPC9zdHlsZT4NCjxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik0tMTA1MywyODY1Yy01LjUsMC0xMCw0LjUtMTAsMTBoNGMwLTMuMywyLjctNiw2LTZjMy4zLDAsNiwyLjcsNiw2djJoLTIwdjE0YzAsMy4zLDIuNyw2LDYsNmgxMg0KCWMzLjMsMCw2LTIuNyw2LTZ2LTE2Qy0xMDQzLDI4NjkuNS0xMDQ3LjUsMjg2NS0xMDUzLDI4NjV6IE0tMTA0OSwyODkzaC0xMmMtMS4xLDAtMi0wLjktMi0ydi0xMGgxNnYxMA0KCUMtMTA0NywyODkyLjEtMTA0Ny45LDI4OTMtMTA0OSwyODkzeiBNLTEwNTMsMjg4N2MwLDEuMS0wLjksMi0yLDJzLTItMC45LTItMmMwLTEuMSwwLjktMiwyLTJTLTEwNTMsMjg4NS45LTEwNTMsMjg4N3oiLz4NCjwvc3ZnPg0K);
  background-size: 1em auto;
  background-repeat: no-repeat;
  background-position: left center;
}
.gform_wrapper li.gfield.gfield_error.gfield_creditcard_warning div.gfield_creditcard_warning_message {
  padding: 16px 16px 14px 16px;
}
li.gfield + li.gfield.gfield_creditcard_warning {
  margin-top: 16px !important;
}
.gform_wrapper .top_label .gfield_error {
  width: calc(100% - 2px);
}
.gform_wrapper .top_label .gfield_error input.large, .gform_wrapper .top_label .gfield_error select.large, .gform_wrapper .top_label .gfield_error textarea.textarea {
  width: 100%;
}
.gform_wrapper .right_label .gfield_error input.large, .gform_wrapper .right_label .gfield_error select.large, .gform_wrapper .right_label .gfield_error textarea.textarea, .gform_wrapper .left_label .gfield_error input.large, .gform_wrapper .left_label .gfield_error select.large, .gform_wrapper .left_label .gfield_error textarea.textarea {
  width: 70%;
}
.gform_wrapper .gfield_error .gfield_label {
  color: #790000;
}
.gform_wrapper li.gfield.gfield_error.gfield_contains_required {
  padding-right: 0;
}
.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_time_minute.ginput_container, .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_time_ampm.ginput_container {
  margin-left: 0;
}
.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description {
  max-width: 100%;
  padding-right: 16px;
}
.gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label, .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container {
  margin-top: 12px;
}
.gform_wrapper li.gfield.gfield_error.gfield_contains_required fieldset legend.gfield_label {
  position: relative;
  top: 12px;
}
.gform_wrapper div.validation_error {
  color: #790000;
  font-size: 1em;
  font-weight: 700;
  margin-bottom: 25px;
  border-top: 2px solid #790000;
  border-bottom: 2px solid #790000;
  padding: 16px 0 16px 0;
  clear: both;
  width: 100%;
  text-align: center;
}
.gform_wrapper ol.validation_list {
  clear: both;
  width: 100%;
  margin-bottom: 25px;
  color: #790000;
}
.gform_wrapper ol.validation_list li {
  list-style-type: decimal !important;
}
.gform_wrapper ol.validation_list li a {
  color: #790000;
}
.gform_wrapper ol.validation_list:after {
  content: "";
}
.gform_wrapper div#error {
  margin-bottom: 25px;
}
.gform_wrapper table.gfield_list tbody tr td.gfield_list_icons {
  vertical-align: middle !important;
}
.gform_wrapper li.gfield fieldset {
  margin: 0px;
  padding: 0px;
  display: block;
  position: relative;
  width: 100%;
}
.gform_wrapper li.gfield fieldset > * {
  width: auto;
}
.gform_wrapper li.gfield fieldset legend.gfield_label {
  width: 100%;
  line-height: 32px;
}
div.gf_page_steps + div.validation_error {
  margin-top: 16px;
}
.gform_wrapper div.gfield_description.validation_error {
  color: #790000;
  font-weight: 700;
  font-size: 0.875em;
  line-height: 1.2;
  margin-bottom: 16px;
}
.gform_wrapper .validation_message {
  color: #790000;
  font-weight: 700;
  letter-spacing: normal;
}
.gform_wrapper li.gfield_error input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]), .gform_wrapper li.gfield_error textarea {
  border: 1px solid #790000;
}
.gform_wrapper li.gfield_error div.ginput_complex.ginput_container label, .gform_wrapper li.gfield_error ul.gfield_checkbox, .gform_wrapper li.gfield_error ul.gfield_radio {
  color: #790000;
}
.gform_wrapper .gform_footer {
  padding: 10px 0 0 0;
  margin: 0;
  clear: both;
  width: 100%;
}
.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_page_footer input.button, .gform_wrapper .gform_footer input[type=submit], .gform_wrapper .gform_page_footer input[type=submit] {
  font-size: 1em;
  width: 100%;
  margin: 0 0 16px 0;
}
.gform_wrapper .gform_footer a.gform_save_link, .gform_wrapper .gform_page_footer a.gform_save_link {
  font-size: 1em;
  display: block;
  text-align: center;
}
.gform_wrapper .gform_footer input[type=image] {
  padding: 0;
  width: auto !important;
  background: none !important;
  border: none !important;
  margin: 0 auto 16px auto !important;
  display: block;
  max-width: 100%;
}
.gform_wrapper .ginput_complex .ginput_left, .gform_wrapper .ginput_complex .ginput_right, .gform_wrapper .ginput_complex .ginput_full {
  min-height: 45px;
}
.gform_wrapper .ginput_complex .ginput_full input[type=text], .gform_wrapper .ginput_complex .ginput_full input[type=url], .gform_wrapper .ginput_complex .ginput_full input[type=email], .gform_wrapper .ginput_complex .ginput_full input[type=tel], .gform_wrapper .ginput_complex .ginput_full input[type=number], .gform_wrapper .ginput_complex .ginput_full input[type=password] {
  width: 100%;
}
.gform_wrapper .gfield_error .ginput_complex .ginput_full input[type=text], .gform_wrapper .gfield_error .ginput_complex .ginput_full input[type=url], .gform_wrapper .gfield_error .ginput_complex .ginput_full input[type=email], .gform_wrapper .gfield_error .ginput_complex .ginput_full input[type=tel], .gform_wrapper .gfield_error .ginput_complex .ginput_full input[type=number], .gform_wrapper .gfield_error .ginput_complex .ginput_full input[type=password], .gform_wrapper .gfield_error .ginput_complex .ginput_full select {
  width: 100%;
}
.gform_wrapper .gfield_checkbox li, .gform_wrapper .gfield_radio li {
  margin: 0 0 16px 0;
  line-height: 1.2;
}
.gform_wrapper ul.gfield_radio li input[type="radio"]:checked + label, .gform_wrapper ul.gfield_checkbox li input[type="checkbox"]:checked + label, .gchoice_select_all {
  font-weight: 700;
}
.gform_wrapper input.datepicker.datepicker_with_icon {
  margin-right: 4px !important;
  display: -moz-inline-stack;
  display: inline-block;
}
.gform_wrapper input[type=hidden], .gform_wrapper input.gform_hidden, .gform_wrapper .gform_hidden, .gform_wrapper .gf_hidden {
  display: none !important;
  max-height: 1px !important;
  overflow: hidden;
}
.gform_wrapper .gfield_visibility_hidden, .gform_wrapper .gf_invisible {
  visibility: hidden;
  position: absolute;
  left: -9999px;
}
.gform_wrapper .ginput_full br, .gform_wrapper .ginput_left br, .gform_wrapper .ginput_right br {
  display: none !important;
}
.gform_wrapper ul.gfield_checkbox li, .gform_wrapper ul.gfield_radio li {
  padding: 0 !important;
}
.gform_wrapper ul.gfield_radio li input + input {
  margin-left: 4px;
}
.gform_wrapper ul.gfield_radio li input[value=gf_other_choice] {
  margin-right: 6px;
  margin-top: 4px;
}
.gform_wrapper .gfield_description + .gform_wrapper .gfield_description.validation_message {
  margin-top: 6px;
}
.gform_wrapper .ginput_container.ginput_list + .gfield_description.validation_message {
  margin-top: 0;
}
.gform_wrapper li.gfield_html {
  max-width: 100%;
}
.gform_wrapper .gfield_html.gfield_no_follows_desc {
  margin-top: 10px;
}
body .gform_wrapper ul li.gfield.gfield_html img {
  max-width: 100% !important;
}
.gform_wrapper .gform_ajax_spinner {
  padding-left: 10px;
}
.gform_validation_container, .gform_wrapper .gform_validation_container, body .gform_wrapper li.gform_validation_container, body .gform_wrapper .gform_body ul.gform_fields li.gfield.gform_validation_container, body .gform_wrapper ul.gform_fields li.gfield.gform_validation_container {
  display: none !important;
  position: absolute !important;
  left: -9000px;
}
.gform_wrapper .gfield_captcha_input_container {
  padding-top: 3px;
}
.gform_wrapper .simple_captcha_small input {
  width: 64px;
}
.gform_wrapper .simple_captcha_medium input {
  width: 96px;
}
.gform_wrapper .simple_captcha_large input {
  width: 128px;
}
.gform_wrapper .gform_wrapper .left_label .simple_captcha_small, .gform_wrapper .right_label .simple_captcha_small, .gform_wrapper .left_label .simple_captcha_medium, .gform_wrapper .right_label .simple_captcha_medium, .gform_wrapper .left_label .simple_captcha_large, .gform_wrapper .right_label .simple_captcha_large {
  margin-left: 32%;
}
.gform_wrapper .gfield_captcha_container img.gfield_captcha {
  border: none !important;
  background: none !important;
  float: none !important;
  margin: 0 !important;
  padding: 0 !important;
}
.gform_wrapper .math_small input {
  width: 70px;
}
.gform_wrapper .math_medium input {
  width: 510px;
}
.gform_wrapper .math_large input {
  width: 612px;
}
.gform_wrapper .left_label .math_small, .gform_wrapper .right_label .math_small, .gform_wrapper .left_label .math_medium, .gform_wrapper .right_label .math_medium, .gform_wrapper .left_label .math_large, .gform_wrapper .right_label .math_large {
  margin-left: 32%;
}
.gform_wrapper div.charleft {
  font-size: 0.688em;
  margin-top: 4px;
  color: #B7B7B7;
  width: 92% !important;
  white-space: nowrap !important;
}
.gform_wrapper div.charleft[style] {
  width: 92% !important;
}
.gform_wrapper .left_label div.charleft, .gform_wrapper .right_label div.charleft {
  margin-left: 32%;
}
.gform_wrapper div.charleft.ginput_counter_tinymce {
  border: 1px solid #eee;
  border-width: 1px 0 0;
  padding: 4px 9px;
  width: 100% !important;
}
.gform_wrapper div.charleft.warningTextareaInfo {
  color: #A1A1A1;
}
.gform_wrapper div.charleft.ginput_counter_error {
  color: red;
}
.gform_wrapper li.gf_hide_charleft div.charleft {
  display: none !important;
}
.gf_submission_limit_message {
  color: #790000;
  font-size: 1.375em;
}
.gform_wrapper .ginput_price {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7;
}
.gform_wrapper span.ginput_total {
  color: #060;
  font-size: inherit;
}
.gform_wrapper .top_label span.ginput_total {
  margin: 8px 0;
}
.gform_wrapper span.ginput_product_price_label {
  margin-right: 2px;
}
.gform_wrapper span.ginput_product_price {
  color: #900;
}
.gform_wrapper span.ginput_quantity_label {
  margin-left: 10px;
  margin-right: 2px;
}
.gform_wrapper input.ginput_quantity[type=text] {
  width: 3rem;
}
.gform_wrapper input.ginput_quantity[type=number] {
  width: 4rem;
}
.gform_wrapper .gform_page_footer {
  margin: 14px 0;
  width: 100%;
  border-top: 1px dotted #CCC;
  padding: 16px 0 0 0;
  clear: both;
}
.gform_wrapper .gform_page_footer.left_label, .gform_wrapper .gform_page_footer.right_label {
  padding: 16px 0 0 29%;
}
.gform_wrapper .gform_page_footer .button.gform_previous_button, .gform_wrapper .gform_page_footer .button.gform_next_button {
  display: -moz-inline-stack;
  display: inline-block;
}
.gform_wrapper .gform_page_footer .button.gform_previous_button {
  margin-bottom: 8px;
}
.gform_wrapper .gf_progressbar_wrapper {
  clear: both;
  width: 100%;
  margin: 0 0 16px 0;
  padding: 0 0 16px 0;
}
.gform_wrapper .gf_progressbar_wrapper h3.gf_progressbar_title {
  font-size: 0.813em;
  line-height: 1 !important;
  margin: 0 0 8px 12px !important;
  padding: 0 !important;
  clear: both;
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  opacity: 0.6;
}
.gform_wrapper .gf_progressbar {
  padding: 10px;
  position: relative;
  background-color: rgba(0, 0, 0, 0.1);
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  border-radius: 25px;
  -webkit-box-shadow: inset 0px 0px 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0px 0px 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0px 0px 1px 1px rgba(0, 0, 0, 0.05);
  width: 100%;
}
.gform_wrapper .gf_progressbar_percentage {
  height: 24px;
  text-align: right;
  font-family: helvetica, arial, sans-serif;
  font-size: 0.813em !important;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  z-index: 999;
  vertical-align: middle;
  background: repeating-linear-gradient(-45deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 10px, rgba(0, 0, 0, 0.1) 10px, rgba(0, 0, 0, 0.1) 20px), linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3));
}
.gform_wrapper .gf_progressbar:after {
  content: "";
  display: block;
  width: 100%;
  z-index: 990;
  height: 24px;
  margin-top: -24px;
  background-color: rgba(0, 0, 0, 0.1);
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  -webkit-box-shadow: inset 0px 0px 2px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0px 0px 2px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0px 0px 2px 2px rgba(0, 0, 0, 0.05);
}
.gform_wrapper .gf_progressbar_percentage.percentbar_100 {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}
.gform_wrapper .gf_progressbar_percentage span {
  display: block;
  width: auto;
  float: right;
  margin-right: 5px;
  margin-left: 5px;
  line-height: 1.8;
}
.gform_wrapper .gf_progressbar_percentage.percentbar_0 span {
  color: #959595;
  text-shadow: none;
  float: none !important;
  margin-left: 12px;
  word-wrap: normal;
}
.gform_wrapper .percentbar_blue {
  background-color: #036493;
  color: #FFF;
}
.gform_wrapper .percentbar_gray {
  background-color: #7C7C7C;
  color: #FFF;
}
.gform_wrapper .percentbar_green {
  background-color: #88B831;
  color: #FFF;
}
.gform_wrapper .percentbar_orange {
  background-color: #FF7120;
  color: #FFF;
}
.gform_wrapper .percentbar_red {
  background-color: #FF2A1A;
  color: #FFF;
}
.gform_wrapper .gf_page_steps {
  width: 100%;
  margin: 0 0 8px 0;
  padding: 0 0 4px 0;
  border-bottom: 1px dotted #CCC;
}
.gform_wrapper .gf_step {
  width: 100%;
  margin: 24px 24px 24px 0;
  font-size: 0.875em;
  height: 14px;
  line-height: 1.25 !important;
  filter: alpha(opacity=20);
  -moz-opacity: 0.2;
  -khtml-opacity: 0.2;
  opacity: 0.2;
  font-family: inherit;
}
.gform_wrapper .gf_step span.gf_step_number {
  font-size: 1.25em;
  font-family: arial, sans-serif;
  margin-right: 4px;
}
.gform_wrapper .gf_step span.gf_step_number, .gform_wrapper .gf_step span.gf_step_label {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
}
.gform_wrapper .gf_step.gf_step_active {
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}
.gform_wrapper .gf_step_clear {
  display: block;
  clear: both;
  height: 1px;
  overflow: hidden;
}
.gform_wrapper .gfield_password_strength {
  border: 1px solid #DDD;
  margin-top: 18px;
  margin-bottom: 18px;
  line-height: 1.8;
  padding: 10px 5px;
  text-align: center;
  background-color: #EEE;
  border-bottom: 3px solid #DDD;
}
.gform_wrapper ul.top_label li.gfield.gfield_error.gfield_contains_required .gfield_password_strength {
  margin-right: 16px;
}
.gform_wrapper ul.left_label li.gfield .gfield_password_strength, .gform_wrapper ul.right_label li.gfield .gfield_password_strength {
  margin-top: 18px;
  margin-bottom: 18px;
  width: 100%;
}
.gform_wrapper .gfield_password_strength.bad {
  background-color: #FFB78C;
  border-color: #FF853C;
  border-bottom: 3px solid #FF853C;
}
.gform_wrapper .gfield_password_strength.good {
  background-color: #FFEC8b;
  border-color: #FC0;
  border-bottom: 3px solid #FC0;
}
.gform_wrapper .gfield_password_strength.short, .gform_wrapper .gfield_password_strength.mismatch {
  background-color: #FFA0A0;
  border-color: #f04040;
  border-bottom: 3px solid #f04040;
}
.gform_wrapper .gfield_password_strength.strong {
  background-color: #C3FF88;
  border-color: #8DFF1C;
  border-bottom: 3px solid #8DFF1C;
}
.gform_wrapper table.gfield_list, .gform_wrapper table.gfield_list caption, .gform_wrapper table.gfield_list tbody, .gform_wrapper table.gfield_list tfoot, .gform_wrapper table.gfield_list thead, .gform_wrapper table.gfield_list tr, .gform_wrapper table.gfield_list th, .gform_wrapper table.gfield_list td {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
.gform_wrapper table.gfield_list {
  border-spacing: 0;
  border-collapse: collapse;
}
/* fix for twentyfifteen theme table layout issue */
.gform_wrapper table.gfield_list {
  table-layout: auto !important;
}
.gform_wrapper table.gfield_list thead th {
  font-weight: 700;
  text-align: left;
}
.gform_wrapper table.gfield_list colgroup {
  width: 100%;
  display: block;
}
.gform_wrapper li.gfield.gfield_error table.gfield_list thead th {
  color: #790000;
}
.gform_wrapper table.gfield_list thead, .gform_wrapper table.gfield_list tr {
  padding: 0;
  margin: 0;
}
.gform_wrapper table.gfield_list th, .gform_wrapper table.gfield_list td {
  padding: 4px 0 4px 0;
}
.gform_wrapper ul.gform_fields:not(.top_label) table.gfield_list th {
  padding: 0 0 4px 0;
}
.gform_wrapper table.gfield_list th + th, .gform_wrapper table.gfield_list td + td {
  padding: 0 0 0 16px;
}
.gform_wrapper .gfield_list {
  width: 100%;
}
.gform_wrapper .gfield_list td.gfield_list_cell input {
  width: 100%;
}
.gfield_icon_disabled {
  cursor: default !important;
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  opacity: 0.6;
}
.gform_wrapper table.gfield_list tr td.gfield_list_icons {
  width: 48px !important;
  padding: 0 0 0 4px !important;
  box-sizing: border-box;
}
.gform_wrapper table.gfield_list td.gfield_list_icons img {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
}
.gform_wrapper select.chosen-select {
  visibility: hidden;
  height: 28px !important;
  min-height: 28px !important;
}
.gform_wrapper .chosen-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: inherit;
  -webkit-user-select: none;
  -moz-user-select: none;
}
.gform_wrapper .chosen-container, .gform_wrapper .chosen-container * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.gform_wrapper .chosen-container.chosen-container-multi .chosen-choices {
  min-height: 28px !important;
}
.gform_wrapper .ginput_container.ginput_container_multiselect .chosen-container.chosen-container-multi ul.chosen-choices li.search-field input.default {
  height: 24px;
}
.gform_wrapper .chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  left: -9999px;
  z-index: 1010;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  border: 1px solid #AAA;
  border-top: 0;
  background: #FFF;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
}
.gform_wrapper .chosen-container.chosen-with-drop .chosen-drop {
  left: 0;
}
.gform_wrapper .chosen-container a {
  cursor: pointer;
}
.gform_wrapper .chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 0 0 8px;
  height: 23px;
  border: 1px solid #AAA;
  border-radius: 5px;
  background-color: #FFF;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #FFF), color-stop(50%, #F6F6F6), color-stop(52%, #EEE), color-stop(100%, #F4F4F4));
  background: -webkit-linear-gradient(top, #FFF 20%, #F6F6F6 50%, #EEE 52%, #F4F4F4 100%);
  background: -moz-linear-gradient(top, #FFF 20%, #F6F6F6 50%, #EEE 52%, #F4F4F4 100%);
  background: -o-linear-gradient(top, #FFF 20%, #F6F6F6 50%, #EEE 52%, #F4F4F4 100%);
  background: linear-gradient(top, #FFF 20%, #F6F6F6 50%, #EEE 52%, #F4F4F4 100%);
  background-clip: padding-box;
  box-shadow: 0 0 3px white inset, 0 1px 1px rgba(0, 0, 0, 0.1);
  color: #444;
  text-decoration: none;
  white-space: nowrap;
  line-height: 24px;
}
.gform_wrapper .chosen-container-single .chosen-default {
  color: #999;
}
.gform_wrapper .chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  margin-right: 26px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.gform_wrapper .chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px;
}
.gform_wrapper .chosen-container-single .chosen-single abbr {
  position: absolute;
  top: 6px;
  right: 26px;
  display: block;
  width: 12px;
  height: 12px;
  background: url("chosen-sprite.png") -42px 1px no-repeat;
  font-size: 1px;
}
.gform_wrapper .chosen-container-single .chosen-single abbr:hover {
  background-position: -42px -10px;
}
.gform_wrapper .chosen-container-single.chosen-disabled .chosen-single abbr:hover {
  background-position: -42px -10px;
}
.gform_wrapper .chosen-container-single .chosen-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 18px;
  height: 100%;
}
.gform_wrapper .chosen-container-single .chosen-single div b {
  display: block;
  width: 100%;
  height: 100%;
  background: url("chosen-sprite.png") no-repeat 0px 2px;
}
.gform_wrapper .chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 4px;
  white-space: nowrap;
}
.gform_wrapper .chosen-container-single .chosen-search input[type="text"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  width: 100%;
  height: auto;
  border: 1px solid #AAA;
  background: white url("chosen-sprite.png") no-repeat 100% -20px;
  background: url("chosen-sprite.png") no-repeat 100% -20px;
  font-size: 1em;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}
.gform_wrapper .chosen-container-single .chosen-drop {
  margin-top: -1px;
  border-radius: 0 0 4px 4px;
  background-clip: padding-box;
}
.gform_wrapper .chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  left: -9999px;
}
.gform_wrapper .chosen-container .chosen-results {
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 4px 4px 0;
  padding: 0 0 0 4px;
  max-height: 240px;
  -webkit-overflow-scrolling: touch;
}
.gform_wrapper .chosen-container .chosen-results li {
  display: none;
  margin: 0;
  padding: 5px 6px;
  list-style: none;
  line-height: 15px;
  -webkit-touch-callout: none;
}
.gform_wrapper .chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer;
}
.gform_wrapper .chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #CCC;
  cursor: default;
}
.gform_wrapper .chosen-container .chosen-results li.highlighted {
  background-color: #3875d7;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #3875d7), color-stop(90%, #2a62bc));
  background-image: -webkit-linear-gradient(#3875d7 20%, #2a62bc 90%);
  background-image: -moz-linear-gradient(#3875d7 20%, #2a62bc 90%);
  background-image: -o-linear-gradient(#3875d7 20%, #2a62bc 90%);
  background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);
  color: #FFF;
}
.gform_wrapper .chosen-container .chosen-results li.no-results {
  display: list-item;
  background: #F4F4F4;
}
.gform_wrapper .chosen-container .chosen-results li.group-result {
  display: list-item;
  font-weight: 700;
  cursor: default;
}
.gform_wrapper .chosen-container .chosen-results li.group-option {
  padding-left: 15px;
}
.gform_wrapper .chosen-container .chosen-results li em {
  font-style: normal;
  text-decoration: underline;
}
.gform_wrapper .chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto !important;
  height: 1%;
  border: 1px solid #AAA;
  background-color: #FFF;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(1%, #EEE), color-stop(15%, #FFF));
  background-image: -webkit-linear-gradient(#EEE 1%, #FFF 15%);
  background-image: -moz-linear-gradient(#EEE 1%, #FFF 15%);
  background-image: -o-linear-gradient(#EEE 1%, #FFF 15%);
  background-image: linear-gradient(#EEE 1%, #FFF 15%);
  cursor: text;
}
.gform_wrapper .chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none;
}
.gform_wrapper .chosen-container-multi .chosen-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}
.gform_wrapper .chosen-container-multi .chosen-choices li.search-field input[type="text"] {
  margin: 1px 0;
  padding: 5px;
  height: 15px;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none;
  color: #666;
  font-size: 100%;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}
.gform_wrapper .chosen-container-multi .chosen-choices li.search-field .default {
  color: #999;
}
.gform_wrapper .chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  margin: 5px 0 5px 5px !important;
  padding: 3px 20px 3px 5px;
  border: 1px solid #AAA;
  border-radius: 3px;
  background-color: #E4E4E4;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #F4F4F4), color-stop(50%, #F0F0F0), color-stop(52%, #E8E8E8), color-stop(100%, #EEE));
  background-image: -webkit-linear-gradient(#F4F4F4 20%, #F0F0F0 50%, #E8E8E8 52%, #EEE 100%);
  background-image: -moz-linear-gradient(#F4F4F4 20%, #F0F0F0 50%, #E8E8E8 52%, #EEE 100%);
  background-image: -o-linear-gradient(#F4F4F4 20%, #F0F0F0 50%, #E8E8E8 52%, #EEE 100%);
  background-image: linear-gradient(#F4F4F4 20%, #F0F0F0 50%, #E8E8E8 52%, #EEE 100%);
  background-clip: padding-box;
  box-shadow: 0 0 2px white inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  color: #333;
  line-height: 13px;
  cursor: default;
}
.gform_wrapper .chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  position: absolute;
  top: 4px;
  right: 3px;
  display: block;
  width: 12px;
  height: 12px;
  background: url("chosen-sprite.png") -42px 1px no-repeat;
  font-size: 1px;
}
.gform_wrapper .chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
  background-position: -42px -10px;
}
.gform_wrapper .chosen-container-multi .chosen-choices li.search-choice-disabled {
  padding-right: 5px;
  border: 1px solid #CCC;
  background-color: #E4E4E4;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #F4F4F4), color-stop(50%, #F0F0F0), color-stop(52%, #E8E8E8), color-stop(100%, #EEE));
  background-image: -webkit-linear-gradient(top, #F4F4F4 20%, #F0F0F0 50%, #E8E8E8 52%, #EEE 100%);
  background-image: -moz-linear-gradient(top, #F4F4F4 20%, #F0F0F0 50%, #E8E8E8 52%, #EEE 100%);
  background-image: -o-linear-gradient(top, #F4F4F4 20%, #F0F0F0 50%, #E8E8E8 52%, #EEE 100%);
  background-image: linear-gradient(top, #F4F4F4 20%, #F0F0F0 50%, #E8E8E8 52%, #EEE 100%);
  color: #666;
}
.gform_wrapper .chosen-container-multi .chosen-choices li.search-choice-focus {
  background: #D4D4D4;
}
.gform_wrapper .chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
  background-position: -42px -10px;
}
.gform_wrapper .chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0;
}
.gform_wrapper .chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  color: #CCC;
  cursor: default;
}
.gform_wrapper .chosen-container-active .chosen-single {
  border: 1px solid #5897FB;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.gform_wrapper .chosen-container-active.chosen-with-drop .chosen-single {
  border: 1px solid #AAA;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #EEE), color-stop(80%, #FFF));
  background-image: -webkit-linear-gradient(#EEE 20%, #FFF 80%);
  background-image: -moz-linear-gradient(#EEE 20%, #FFF 80%);
  background-image: -o-linear-gradient(#EEE 20%, #FFF 80%);
  background-image: linear-gradient(#EEE 20%, #FFF 80%);
  box-shadow: 0 1px 0 #fff inset;
}
.gform_wrapper .chosen-container-active.chosen-with-drop .chosen-single div {
  border-left: none;
  background: transparent;
}
.gform_wrapper .chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -18px 2px;
}
.gform_wrapper .chosen-container-active .chosen-choices {
  border: 1px solid #5897FB;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.gform_wrapper .chosen-container-active .chosen-choices li.search-field input[type="text"] {
  color: #111 !important;
}
.gform_wrapper .chosen-disabled {
  opacity: 0.5 !important;
  cursor: default;
}
.gform_wrapper .chosen-disabled .chosen-single {
  cursor: default;
}
.gform_wrapper .chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: default;
}
.gform_wrapper .chosen-rtl {
  text-align: right;
}
.gform_wrapper .chosen-rtl .chosen-single {
  overflow: visible;
  padding: 0 8px 0 0;
}
.gform_wrapper .chosen-rtl .chosen-single span {
  margin-right: 0;
  margin-left: 26px;
  direction: rtl;
}
.gform_wrapper .chosen-rtl .chosen-single-with-deselect span {
  margin-left: 38px;
}
.gform_wrapper .chosen-rtl .chosen-single div {
  right: auto;
  left: 3px;
}
.gform_wrapper .chosen-rtl .chosen-single abbr {
  right: auto;
  left: 26px;
}
.gform_wrapper .chosen-rtl .chosen-choices li {
  float: right;
}
.gform_wrapper .chosen-rtl .chosen-choices li.search-field input[type="text"] {
  direction: rtl;
}
.gform_wrapper .chosen-rtl .chosen-choices li.search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 5px 3px 19px;
}
.gform_wrapper .chosen-rtl .chosen-choices li.search-choice .search-choice-close {
  right: auto;
  left: 4px;
}
.gform_wrapper .chosen-rtl.chosen-container-single-nosearch .chosen-search, .gform_wrapper .chosen-rtl .chosen-drop {
  left: 9999px;
}
.gform_wrapper .chosen-rtl.chosen-container-single .chosen-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0;
}
.gform_wrapper .chosen-rtl .chosen-results li.group-option {
  padding-right: 15px;
  padding-left: 0;
}
.gform_wrapper .chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
  border-right: none;
}
.gform_wrapper .chosen-rtl .chosen-search input[type="text"] {
  padding: 4px 5px 4px 20px;
  background: white url("chosen-sprite.png") no-repeat -30px -20px;
  background: url("chosen-sprite.png") no-repeat -30px -20px;
  direction: rtl;
}
.gform_wrapper .chosen-rtl.chosen-container-single .chosen-single div b {
  background-position: 6px 2px;
}
.gform_wrapper .chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
  background-position: -12px 2px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 144dpi) {
  .gform_wrapper .chosen-rtl .chosen-search input[type="text"], .gform_wrapper .chosen-container-single .chosen-single abbr, .gform_wrapper .chosen-container-single .chosen-single div b, .gform_wrapper .chosen-container-multi .chosen-choices .search-choice .search-choice-close, .gform_wrapper .chosen-container .chosen-results-scroll-down span, .gform_wrapper .chosen-container .chosen-results-scroll-up span {
    background-image: url("chosen-sprite@2x.png") !important;
    background-position: 0 0;
    background-size: 52px 37px !important;
    background-repeat: no-repeat !important;
  }
}
.gform_wrapper .gform_card_icon_container {
  margin: 8px 0 6px 0;
  height: 32px;
}
.gform_wrapper div.gform_card_icon {
  margin-right: 4px;
  text-indent: -9000px;
  background-image: url(../images/gf-creditcard-icons.png);
  background-repeat: no-repeat;
  width: 36px;
  height: 32px;
  float: left;
}
.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_visa {
  background-position: 0 0;
}
.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_visa {
  background-position: 0 -32px;
}
.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_visa {
  background-position: 0 -64px;
}
.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_mastercard {
  background-position: -36px 0;
}
.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_mastercard {
  background-position: -36px -32px;
}
.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_mastercard {
  background-position: -36px -64px;
}
.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_amex {
  background-position: -72px 0;
}
.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_amex {
  background-position: -72px -32px;
}
.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_amex {
  background-position: -72px -64px;
}
.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_discover {
  background-position: -108px 0;
}
.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_discover {
  background-position: -108px -32px;
}
.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_discover {
  background-position: -108px -64px;
}
.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_maestro {
  background-position: -144px 0;
}
.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_maestro {
  background-position: -144px -32px;
}
.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_maestro {
  background-position: -144px -64px;
}
.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_jcb {
  background-position: -180px 0;
}
.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_jcb {
  background-position: -180px -32px;
}
.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_jcb {
  background-position: -180px -64px;
}
.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_visa {
  background-position: 0 -192px;
}
.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_visa {
  background-position: 0 -224px;
}
.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_visa {
  background-position: 0 -256px;
}
.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_mastercard {
  background-position: -36px -192px;
}
.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_mastercard {
  background-position: -36px -224px;
}
.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_mastercard {
  background-position: -36px -256px;
}
.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_amex {
  background-position: -72px -192px;
}
.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_amex {
  background-position: -72px -224px;
}
.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_amex {
  background-position: -72px -256px;
}
.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_discover {
  background-position: -108px -192px;
}
.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_discover {
  background-position: -108px -224px;
}
.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_discover {
  background-position: -108px -256px;
}
.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_maestro {
  background-position: -144px -192px;
}
.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_maestro {
  background-position: -144px -224px;
}
.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_maestro {
  background-position: -144px -256px;
}
.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_jcb {
  background-position: -180px -192px;
}
.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_jcb {
  background-position: -180px -224px;
}
.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_jcb {
  background-position: -180px -256px;
}
.gform_card_icon_container input[type=radio]#gform_payment_method_creditcard {
  float: left;
  position: relative;
  top: 4px !important;
}
.gform_wrapper .ginput_complex .ginput_cardinfo_right {
  min-width: 85px !important;
}
.gform_wrapper .ginput_complex .ginput_cardinfo_left label, .gform_wrapper .ginput_complex .ginput_cardinfo_right label {
  white-space: nowrap !important;
}
.gform_wrapper .ginput_complex span.ginput_cardextras {
  display: block;
  overflow: hidden;
}
.gform_wrapper .ginput_complex .ginput_cardinfo_left span.ginput_card_expiration_container {
  position: relative;
  display: block;
  min-width: 160px !important;
}
.gform_wrapper .ginput_complex .ginput_cardinfo_left span.ginput_card_expiration_container select {
  margin-bottom: 8px;
}
.gform_wrapper .ginput_complex .ginput_cardinfo_right input.ginput_card_security_code {
  max-width: 50% !important;
}
.gform_wrapper .ginput_complex .ginput_cardinfo_right span.ginput_card_security_code_icon {
  width: 32px;
  height: 23px;
  background-image: url(../images/gf-creditcard-icons.png);
  background-repeat: no-repeat;
  background-position: 0 -128px;
  position: relative;
  top: -1px;
  left: 6px;
  display: -moz-inline-stack;
  display: inline-block;
}
.gform_wrapper .gform_fileupload_multifile .gform_drop_area {
  padding: 24px;
  border: 1px dashed #CCC;
  text-align: center;
  color: #AAA;
  margin-bottom: 16px;
  background: rgba(0, 0, 0, 0.02);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.gform_wrapper span.gform_drop_instructions {
  display: block;
  margin-bottom: 8px;
}
.gform_delete {
  vertical-align: middle;
  cursor: pointer;
}
.gform_wrapper .copy_values_option_container .copy_values_enabled {
  width: auto;
}
.gform_wrapper li.field_sublabel_above .ginput_complex input[type=text] {
  margin-bottom: 1px;
}
/* save and continue dialog and form */
.gform_wrapper .form_saved_message {
  margin: 1em auto;
  padding: 3em 2em 3em;
  width: 99%;
  font-size: 1em;
  line-height: 1.8;
  color: #31708f;
  background-color: #e3f3f3;
  text-align: center;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.gform_wrapper .form_saved_message form {
  text-align: center;
}
.form_saved_message p.resume_form_link_wrapper {
  background-color: white;
  display: inline-block;
  padding: 1em;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  max-width: 98% !important;
  overflow: hidden;
  -webkit-box-shadow: 0px 3px 2px 0px rgba(66, 103, 126, 0.2);
  -moz-box-shadow: 0px 3px 2px 0px rgba(66, 103, 126, 0.2);
  box-shadow: 0px 3px 2px 0px rgba(66, 103, 126, 0.2);
}
.form_saved_message a.resume_form_link {
  word-wrap: break-word;
  text-decoration: none;
  color: #2f637e;
}
.form_saved_message .form_saved_message_emailform {
  margin: 1em 0 0 0;
}
.form_saved_message label.form_saved_label {
  position: absolute;
  left: -9000px;
}
div.form_saved_message div.form_saved_message_emailform form input[type=text] {
  margin-bottom: 0.25em;
}
div.form_saved_message div.form_saved_message_emailform form input {
  margin: 0.75em auto 0 auto;
  display: inline-block;
}
div.form_saved_message div.form_saved_message_emailform form input[type=email] {
  padding: calc(.75em - 1px) !important;
  width: 24em;
  max-width: 98% !important;
  font-size: 1em;
  background-color: white;
  border: 1px solid #91afc7;
  color: #424242;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-box-shadow: inset 0px 0px 5px 0px #eee;
  -moz-box-shadow: inset 0px 0px 5px 0px #eee;
  box-shadow: inset 0px 0px 5px 0px #eee;
}
div.form_saved_message div.form_saved_message_emailform form input[type=submit] {
  padding: 0.75em 1em;
  font-size: 1em;
  line-height: 1;
  background-color: #91afc7;
  border: 1px solid #91afc7;
  color: white;
  text-transform: uppercase;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-appearance: none;
  -moz-appearance: none;
}
@media only screen and (max-width: 640px) {
  div.form_saved_message div.form_saved_message_emailform form input[type=email], div.form_saved_message div.form_saved_message_emailform form input[type=submit] {
    display: block;
    width: 98%;
  }
}
.form_saved_message .form_saved_message_emailform .validation_message {
  color: #790000;
  font-weight: 700;
  padding: 2em;
}
.form_saved_message_sent {
  margin: 1em auto;
  padding: 3em 2em;
  width: 99%;
  font-size: 1em;
  background-color: #e9ffd9;
  color: #3c763d;
  text-align: center;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  box-sizing: border-box;
}
.form_saved_message_sent .saved_message_email, .form_saved_message_sent .saved_message_success {
  font-weight: 700;
  display: block;
  line-height: 2;
}
.form_saved_message_sent .saved_message_email {
  word-wrap: break-word;
  text-decoration: underline;
}
body #content .entry-content .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container #recaptcha_widget_div #recaptcha_area .recaptchatable tbody tr td .recaptcha_input_area, body .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container #recaptcha_widget_div #recaptcha_area .recaptchatable tbody tr td .recaptcha_input_area {
  line-height: 1 !important;
}
body .gform_wrapper img.ui-datepicker-trigger {
  width: 17px !important;
  height: 16px !important;
  display: -moz-inline-stack;
  display: inline-block;
}
body .gform_wrapper img.add_list_item, body .gform_wrapper img.delete_list_item {
  display: -moz-inline-stack;
  display: inline-block;
  margin-top: -2px;
}
.gform_wrapper ul li.gfield.field_sublabel_above.field_description_below + li.gfield {
  margin-top: 16px;
}
.gform_wrapper li.gfield ul.gfield_radio li input[type="radio"] + input[type="text"] {
  width: 45.25%;
}
.gform_wrapper table.recaptchatable {
  table-layout: auto;
}
/* adjusting the captcha margin for left or right label settings */
.gform_wrapper ul.gform_fields:not(.top_label) div.ginput_container_captcha {
  margin-left: 29%;
}
/* rich text editor */
.gfield .wp-editor-container {
  border: 1px solid #ddd;
}
.gfield .wp-switch-editor {
  border-color: #ddd;
}
.gfield .tmce-active .switch-tmce, .gfield .html-active .switch-html {
  border-bottom-color: #f5f5f5;
}
.gfield .mce-edit-area iframe {
  width: 99.9% !important;
  margin: 0 !important;
}
body .gform_wrapper ul li.gfield {
  margin-top: 16px;
  padding-top: 0;
}
body .gform_wrapper ul.gfields li.gfield label.gfield_label {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}
/* do our best to restore styles for lists inside the HTML field */
body .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html {
  line-height: inherit;
}
body .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html ul li, body .gform_wrapper form div.gform_body ul.gform_fields li.gfield.gfield_html ul li {
  list-style-type: disc !important;
  margin: 0 0 8px 0;
  overflow: visible;
  padding-left: 0;
}
body .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html ul, body .gform_wrapper form div.gform_body ul.gform_fields li.gfield.gfield_html ul {
  list-style-type: disc !important;
  margin: 16px 0 16px 28px !important;
  padding-left: 0;
}
body .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html ol li, body .gform_wrapper form div.gform_body ul.gform_fields li.gfield.gfield_html ol li {
  list-style-type: decimal !important;
  overflow: visible;
  margin: 0 0 8px 0;
  padding-left: 0;
}
body .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html ol, body .gform_wrapper form div.gform_body ul.gform_fields li.gfield.gfield_html ol {
  list-style-type: decimal !important;
  margin: 16px 0 18px 32px;
  padding-left: 0;
}
body .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html ol li ul, body .gform_wrapper form div.gform_body ul.gform_fields li.gfield.gfield_html ol li ul li {
  list-style-type: disc !important;
  padding-left: 0;
}
body .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html ol li ul {
  margin: 16px 0 16px 16px;
}
body .gform_wrapper form div.gform_body ul.gform_fields li.gfield.gfield_html ol li ul li {
  margin: 0 0 8px;
}
body .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html dl {
  margin: 0 0 18px 0;
  padding-left: 0;
}
body .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html dl dt {
  font-weight: 700;
}
body .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html dl dd {
  margin: 0 0 16px 18px;
}
.gform_wrapper span.gf_clear_span {
  display: block;
  height: 1px;
  overflow: hidden;
  width: 100%;
  float: none;
  clear: both;
  margin-top: -1px;
}
@media only screen and (max-width: 641px) {
  /* make the inputs a little larger for mobile devices */
  .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="image"]):not([type="file"]) {
    line-height: 2;
    min-height: 2rem;
  }
  .gform_wrapper textarea {
    line-height: 1.5;
  }
  .gform_wrapper .chosen-container.chosen-container-single[style] {
    width: 100% !important;
  }
  .gform_wrapper .chosen-container-single .chosen-single {
    height: 40px;
    line-height: 2.8;
  }
  .gform_wrapper .chosen-container-single .chosen-single div b {
    position: relative;
    top: 10px;
  }
  .gform_wrapper div.chosen-container.chosen-container-multi[style] {
    width: 100% !important;
  }
  .gform_wrapper .chosen-container.chosen-container-multi ul.chosen-choices li.search-choice, .gform_wrapper .chosen-container.chosen-container-multi ul.chosen-choices li.search-field {
    width: calc(100% - 10px);
    line-height: 2;
    float: none;
  }
  .gform_wrapper .chosen-container.chosen-container-multi ul.chosen-choices li.search-choice span {
    margin-bottom: 0;
  }
  .gform_wrapper .chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
    top: calc(50% - 6px);
  }
  .gform_wrapper .ginput_container span:not(.ginput_price) {
    margin-bottom: 8px;
    display: block;
  }
  .gform_wrapper li.field_sublabel_below .ginput_complex {
    margin-top: 12px !important;
  }
  .gform_wrapper ul.gfield_radio li label, .gform_wrapper ul.gfield_checkbox li label {
    width: 85%;
    cursor: pointer;
  }
}
@media only screen and (max-width: 761px), (min-device-width: 768px) and (max-device-width: 1023px) {
  /* force the list table to not behave like a table anymore */
  .gform_wrapper ul.gform_fields li.gfield.gfield_error + li.gfield.gfield_error {
    margin-top: 32px;
  }
  .gform_wrapper table.gfield_list {
    border: 0;
  }
  .gform_wrapper table.gfield_list thead {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  .gform_wrapper table.gfield_list tr {
    margin-bottom: 10px;
    display: block;
    background: #fff;
    position: relative;
    border: 1px solid #CCC;
    border-top: 2px solid #CCC;
    border-bottom: 4px solid #CCC;
  }
  .gform_wrapper table.gfield_list td {
    display: block;
    margin-left: 8px;
    margin-right: 8px;
  }
  .gform_wrapper table.gfield_list td.gfield_list_icons {
    border-bottom: 0;
    margin: 16px 0 0 0 !important;
  }
  .gform_wrapper ul.gform_fields.form_sublabel_above table.gfield_list td:before, .gform_wrapper ul.gform_fields.form_sublabel_below table.gfield_list td:after {
    content: attr(data-label);
    font-size: 0.875em;
    letter-spacing: 0.5pt;
    white-space: nowrap;
    display: block;
    clear: both;
  }
  .gform_wrapper ul.gform_fields.form_sublabel_above table.gfield_list td:before {
    margin: 8px 0 3px 8px;
  }
  .gform_wrapper ul.gform_fields.form_sublabel_below table.gfield_list td:after {
    margin: 3px 0 8px 8px;
  }
  .gform_wrapper table.gfield_list th + th, .gform_wrapper table.gfield_list td + td {
    padding: 4px 0 0 0;
  }
  .gform_wrapper table.gfield_list tr.gfield_list_row_odd, .gform_wrapper table.gfield_list tr.gfield_list_row_even {
    margin: 16px 0;
  }
  .gform_wrapper table.gfield_list tr.gfield_list_row_odd:first-child {
    padding-top: 12px;
  }
  .gform_wrapper table.gfield_list tr {
    padding-top: 12px;
  }
  .gform_wrapper table.gfield_list tr td.gfield_list_icons {
    width: 100% !important;
    padding: 0 4px 4px 4px !important;
    background-color: #EEE;
  }
  .gform_wrapper table.gfield_list tr td.gfield_list_icons img.add_list_item {
    margin: 12px 0 0 16px !important;
  }
  .gform_wrapper table.gfield_list tr td.gfield_list_icons img.delete_list_item {
    margin: 12px 0 0 8px !important;
  }
  .gform_wrapper .gform_footer a.gform_save_link, .gform_wrapper .gform_page_footer a.gform_save_link {
    margin-left: 0;
  }
  .gform_wrapper .gfield_list td.gfield_list_cell input {
    width: calc(100% - 16px);
    margin-left: 8px;
    margin-right: 8px;
  }
}
/* media queries - portrait mode tablet or desktop styles */
@media only screen and (min-width: 641px) {
  /* adjusting the name field so it aligns properly */
  /* a little better specificty to avoid problems with forms in widgets */
  /* tweak the sizes for validation and left/right label layouts */
  /* adjusting the address field alignment for some scenarios */
  /* force the CAPTCHA field over for right and left label layouts */
  .gform_wrapper .gform_body {
    width: 100%;
  }
  .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
    max-width: calc(100% - 16px) !important;
  }
  .gform_wrapper .gfield_checkbox li, .gform_wrapper .gfield_radio li {
    margin: 0 0 8px 0;
    line-height: 1.3;
  }
  .gform_wrapper .gsection {
    margin: 28px 16px 28px 0;
  }
  .gform_wrapper ul.gform_fields:not(.top_label) .gfield_label {
    float: left;
    width: 29%;
    padding-right: 16px;
    margin-bottom: 16px;
  }
  .gform_wrapper .right_label .gfield_label {
    text-align: right;
  }
  .gform_wrapper .left_label .gfield_description, .gform_wrapper .right_label .gfield_description {
    width: 70%;
  }
  .gform_wrapper ul.right_label li ul.gfield_radio li, .gform_wrapper form ul.right_label li ul.gfield_radio li, .gform_wrapper ul.left_label li ul.gfield_radio li, .gform_wrapper form ul.left_label li ul.gfield_radio li, .gform_wrapper ul.right_label li ul.gfield_checkbox li, .gform_wrapper form ul.right_label li ul.gfield_checkbox li, .gform_wrapper ul.left_label li ul.gfield_checkbox li, .gform_wrapper form ul.left_label li ul.gfield_checkbox li {
    margin-bottom: 10px;
  }
  .gform_wrapper .right_label .gfield_description, .gform_wrapper .left_label .gfield_description, .gform_wrapper .left_label .instruction, .gform_wrapper .right_label .instruction {
    margin-left: 29%;
  }
  .gform_wrapper ul.gform_fields:not(.top_label) .gsection .gsection_description {
    margin-left: 0;
    padding-top: 4px;
    padding-left: 0;
    line-height: 1.5;
  }
  .gform_wrapper form ul.gform_fields:not(.top_label) li.gfield_html_formatted {
    margin-left: 29% !important;
    width: 70%;
  }
  .gform_wrapper ul.gform_fields:not(.top_label) ul.gfield_checkbox, .gform_wrapper ul.gform_fields:not(.top_label) ul.gfield_radio {
    overflow: hidden;
  }
  .gform_wrapper .right_label div.ginput_complex, .gform_wrapper .left_label div.ginput_complex {
    width: 70%;
    margin-left: 29%;
  }
  .gform_wrapper .right_label input.small, .gform_wrapper .right_label select.small, .gform_wrapper .left_label input.small, .gform_wrapper .left_label select.small {
    width: 15%;
  }
  .gform_wrapper .right_label input.medium, .gform_wrapper .right_label select.medium, .gform_wrapper .left_label input.medium, .gform_wrapper .left_label select.medium {
    width: calc(35% - 8px);
  }
  .gform_wrapper .right_label input.large, .gform_wrapper .right_label select.large, .gform_wrapper .left_label input.large, .gform_wrapper .left_label select.large {
    width: 70%;
  }
  .gform_wrapper .right_label textarea.small, .gform_wrapper .left_label textarea.small, .gform_wrapper .right_label textarea.medium, .gform_wrapper .left_label textarea.medium, .gform_wrapper .right_label textarea.large, .gform_wrapper .left_label textarea.large {
    width: 70%;
  }
  .gform_wrapper ul.gform_fields:not(.top_label) .ginput_list {
    width: 70%;
    margin-left: 29% !important;
  }
  .gform_wrapper .top_label .gfield_list {
    width: 100%;
  }
  .gform_wrapper .left_label .gf_list_one_column, .gform_wrapper .right_label .gf_list_one_column {
    width: 45%;
  }
  .gform_wrapper .top_label .gf_list_one_column {
    width: 46%;
  }
  .gform_wrapper .left_label li.hidden_label input, .gform_wrapper .right_label li.hidden_label input {
    margin-left: 3.7%;
  }
  .gform_wrapper .left_label li.gfield .gfield_password_strength, .gform_wrapper .right_label li.gfield .gfield_password_strength {
    margin-left: 29%;
  }
  .gform_wrapper .top_label input.small, .gform_wrapper .top_label select.small {
    width: 25%;
  }
  .gform_wrapper .top_label input.medium, .gform_wrapper .top_label select.medium {
    width: calc(50% - 8px);
  }
  .gform_wrapper.gform_validation_error .top_label input.medium, .gform_wrapper.gform_validation_error .top_label select.medium {
    width: 50%;
  }
  .gform_wrapper .top_label input.large, .gform_wrapper .top_label select.large, .gform_wrapper .hidden_label input.large, .gform_wrapper .hidden_label select.large {
    width: 100%;
  }
  .gform_wrapper .top_label input.small.datepicker, .gform_wrapper .top_label input.medium.datepicker, .gform_wrapper .top_label input.large.datepicker {
    width: auto;
  }
  .gform_wrapper textarea.small {
    height: 80px;
    width: 100%;
  }
  .gform_wrapper textarea.medium {
    height: 160px;
    width: 100%;
  }
  .gform_wrapper textarea.large {
    height: 320px;
    width: 100%;
  }
  .gform_wrapper .ginput_complex .ginput_left, .gform_wrapper .ginput_complex .ginput_right {
    width: 50%;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    margin: 0 -4px 0 0;
  }
  .gform_wrapper .ginput_container_password .ginput_right {
    padding-left: 8px;
  }
  .gform_wrapper .gfield_error .ginput_complex .ginput_left, .gform_wrapper .gfield_error .ginput_complex .ginput_right {
    width: 50%;
  }
  .gform_wrapper .ginput_complex .ginput_cardinfo_left, .gform_wrapper .ginput_complex .ginput_cardinfo_right {
    min-height: 43px;
    position: relative;
    float: left;
  }
  .gform_wrapper .ginput_complex .ginput_cardinfo_left {
    width: 50%;
  }
  .gform_wrapper .ginput_complex select.ginput_card_expiration.ginput_card_expiration_month, .gform_wrapper .ginput_complex select.ginput_card_expiration.ginput_card_expiration_year {
    width: 47% !important;
    display: -moz-inline-stack;
    display: inline-block;
  }
  .gform_wrapper .ginput_complex .ginput_cardinfo_left select.ginput_card_expiration.ginput_card_expiration_month {
    margin-right: 4px;
  }
  .gform_wrapper .gf_step {
    width: auto;
    display: -moz-inline-stack;
    display: inline-block;
    margin: 16px 32px 16px 0;
  }
  .gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit], .gform_wrapper .gform_footer input[type=image] {
    display: -moz-inline-stack;
    display: inline-block;
  }
  .gform_wrapper .gform_footer input[type=image] {
    vertical-align: middle;
  }
  .gform_wrapper .gform_footer a.gform_save_link, .gform_wrapper .gform_page_footer a.gform_save_link {
    font-size: 1em;
    margin-left: 16px;
    display: -moz-inline-stack;
    display: inline-block;
  }
  .gform_wrapper .gform_footer input.button, .gform_wrapper .gform_page_footer input.button, .gform_wrapper .gform_footer input[type=submit], .gform_wrapper .gform_page_footer input[type=submit] {
    font-size: 1em;
    width: auto;
    margin: 0 16px 0 0;
  }
  .gform_wrapper ul.gform_fields li.gfield {
    padding-right: 16px;
  }
  .gform_wrapper .ginput_complex .ginput_left {
    padding-right: 8px;
  }
  .gform_wrapper .left_label .ginput_complex.ginput_container_address:after {
    content: "";
    display: block;
  }
  .gform_wrapper .ginput_complex.ginput_container_address .ginput_left {
    margin-right: 8px;
  }
  .gform_wrapper .ginput_complex.ginput_container_address .ginput_right {
    margin-right: -8px;
    padding-right: 8px;
  }
  .gform_wrapper .ginput_complex.ginput_container_address span.ginput_full + span.ginput_right {
    padding-right: 8px !important;
    margin-right: 8px;
  }
  .gform_wrapper .ginput_complex.ginput_container_address span.ginput_right + span.ginput_left {
    padding-right: 8px !important;
    margin-right: -8px;
  }
  .gform_wrapper .ginput_complex.ginput_container_address span.ginput_right + span.ginput_left.address_zip {
    margin-right: 8px;
  }
  .gform_wrapper .gfield_error .ginput_container {
    padding-right: 0;
  }
  .gform_wrapper ul.top_label li.gfield.gfield_error.gfield_contains_required .gfield_password_strength {
    margin: 18px 0 18px 0;
  }
  .gform_wrapper .gform_footer:not(.top_label) {
    padding: 16px 0 10px 0;
    margin-left: 29%;
    width: 70%;
  }
  .top_label div.ginput_complex.ginput_container.gf_name_has_1, .top_label div.ginput_complex.ginput_container.gf_name_has_2, .top_label div.ginput_complex.ginput_container.gf_name_has_3 {
    width: calc(100% + 15px);
  }
  .top_label div.ginput_complex.ginput_container.gf_name_has_4 {
    width: calc(100% + 13px);
  }
  .top_label div.ginput_complex.ginput_container.gf_name_has_5 {
    width: calc(100% + 14px);
  }
  ul.gform_fields:not(.top_label) div.ginput_complex.ginput_container.gf_name_has_1, ul.gform_fields:not(.top_label) div.ginput_complex.ginput_container.gf_name_has_2, ul.gform_fields:not(.top_label) div.ginput_complex.ginput_container.gf_name_has_3 {
    width: calc(70% + 15px);
    margin-left: 29%;
  }
  ul.gform_fields:not(.top_label) li.gfield.gfield_error div.ginput_complex.ginput_container.gf_name_has_1, ul.gform_fields:not(.top_label) li.gfield.gfield_error div.ginput_complex.ginput_container.gf_name_has_2, ul.gform_fields:not(.top_label) li.gfield.gfield_error div.ginput_complex.ginput_container.gf_name_has_3 {
    width: calc(70% + 24px);
  }
  ul.gform_fields:not(.top_label) div.ginput_complex.ginput_container.gf_name_has_4 {
    width: calc(70% + 13px);
    margin-left: 29%;
  }
  ul.gform_fields:not(.top_label) div.ginput_complex.ginput_container.gf_name_has_5 {
    width: calc(70% + 14px);
    margin-left: 29%;
  }
  div.ginput_container_name span {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    padding-right: 16px;
    margin-right: -4px;
  }
  div.ginput_complex.ginput_container.gf_name_has_1 span {
    width: 100%;
  }
  div.ginput_complex.ginput_container.gf_name_has_2 span {
    width: 50%;
    padding-right: 8px;
  }
  div.ginput_complex.ginput_container.gf_name_has_2 span:last-child {
    padding-right: 0;
    padding-left: 8px;
  }
  div.ginput_complex.ginput_container.gf_name_has_3 span {
    width: 33.3%;
  }
  div.ginput_complex.ginput_container.gf_name_has_4 span {
    width: 25%;
  }
  div.ginput_complex.ginput_container.gf_name_has_5 span {
    width: 19.95%;
  }
  .gform_wrapper ul.gform_fields:not(.top_label) li.gfield.gfield_error div.ginput_complex.ginput_container.gf_name_has_1 span {
    width: 99.75% !important;
  }
  .gform_wrapper ul.gform_fields:not(.top_label) li.gfield.gfield_error div.ginput_complex.ginput_container.gf_name_has_2 span {
    width: 49.75% !important;
  }
  .gform_wrapper ul.gform_fields:not(.top_label) li.gfield.gfield_error div.ginput_complex.ginput_container.gf_name_has_3 span {
    width: 33% !important;
  }
  .gform_wrapper ul.gform_fields:not(.top_label) li.gfield.gfield_error div.ginput_complex.ginput_container.gf_name_has_4 span {
    width: 24.75% !important;
  }
  .gform_wrapper ul.gform_fields:not(.top_label) li.gfield.gfield_error div.ginput_complex.ginput_container.gf_name_has_5 span {
    width: 19.75% !important;
  }
  html div.ginput_complex.ginput_container.gf_name_has_2 span:first-child, html div.ginput_complex.ginput_container.gf_name_has_3 span:first-child, html div.ginput_complex.ginput_container.gf_name_has_4 span:first-child, html div.ginput_complex.ginput_container.gf_name_has_5 span:first-child {
    margin-left: 0 !important;
  }
  .gform_wrapper .top_label .ginput_complex.ginput_container.ginput_container_email {
    width: calc(100% + 15px);
  }
  .gform_wrapper ul.gform_fields:not(.top_label) div.ginput_complex.ginput_container.ginput_container_email {
    width: calc(70% + 16px);
    margin-left: 29%;
  }
  .gform_wrapper ul.gform_fields:not(.top_label) li.gfield.gfield_error div.ginput_complex.ginput_container.ginput_container_email {
    width: calc(70% + 17px);
  }
  li.gfield.gfield_error .gform_wrapper ul.gform_fields:not(.top_label) li.gfield.gfield_error .ginput_complex.ginput_container.ginput_container_email {
    width: calc(70% + 8px) !important;
  }
  .gform_wrapper .ginput_complex.ginput_container.ginput_container_email .ginput_left, .gform_wrapper .ginput_complex.ginput_container.ginput_container_email .ginput_right {
    padding-right: 16px;
  }
  .gform_wrapper ul.left_label li.gfield .gfield_password_strength, .gform_wrapper ul.right_label li.gfield .gfield_password_strength {
    width: 70%;
  }
  .gform_wrapper .ginput_complex span.ginput_left + input.gform_hidden + span.ginput_left {
    padding-right: 0;
  }
  .gform_wrapper .ginput_complex span.ginput_left.address_country {
    margin-right: 0;
  }
  html:not([dir="rtl"]) .gform_wrapper ul.gform_fields:not(.top_label) .ginput_container:not(.ginput_container_time), html:not([dir="rtl"]) .gform_wrapper ul.gform_fields:not(.top_label) .clear-multi, html:not([dir="rtl"]) .gform_wrapper ul.gform_fields:not(.top_label) .gfield_description {
    width: 70%;
    margin-left: 29% !important;
  }
  .gform_wrapper .gf_progressbar {
    width: calc(100% - 16px);
  }
  .gform_wrapper ul.gform_fields:not(.top_label) .gform_fileupload_multifile .gform_drop_area {
    margin-left: 29%;
    width: 70%;
  }
  body .gform_wrapper span.ginput_left.address_city + input.gform_hidden + span.ginput_left.address_country {
    width: calc(50% - 8px);
    margin-right: 0;
  }
  .gform_wrapper ul.gform_fields:not(.top_label) .ginput_container.ginput_recaptcha {
    margin-left: 29% !important;
  }
  .gform_wrapper .gform_page_footer .button.gform_previous_button {
    margin-bottom: 0;
  }
  .gform_wrapper .gform_page_footer .button.gform_next_button, .gform_wrapper .gform_page_footer .button.gform_button {
    margin-right: 10px;
  }
}
/*
----------------------------------------------------------------

readyclass.css
Gravity Forms Ready Class Pre-Set Helper Styles
http://www.gravityforms.com
updated: August 02, 2017 12:10 PM (GMT-05:00) US Eastern Time

Gravity Forms is a Rocketgenius project
copyright 2008-2017 Rocketgenius Inc.
http: //www.rocketgenius.com
this may not be redistributed without the
express written permission of the author.

NOTE: DO NOT EDIT THIS FILE! MAKE ANY MODIFICATIONS IN YOUR
THEME STYLESHEET. THIS FILE IS REPLACED DURING AUTO-UPDATES
AND ANY CHANGES MADE HERE WILL BE OVERWRITTEN.

If you need to make extensive customizations,
copy the contents of this file to your theme
style sheet for editing. Then, go to the form
settings page & set the 'output CSS' option
to no.

----------------------------------------------------------------
*/
@media only screen and (min-width: 641px) {
  /* 3 columns */
  /* 4 columns - quarters */
  /* horizontal list columns - displayed inline */
  /* vertical list columns - using CSS columns */
  /* simple horizontal form ready class - very simple implementation for up to 5 fields and a button */
  /* end media query */
  .gform_wrapper .top_label li.gfield.gf_inline {
    vertical-align: top;
    width: auto !important;
    margin: 0;
    padding-right: 16px;
    float: none !important;
    display: -moz-inline-stack;
    display: inline-block;
  }
  .gform_wrapper .top_label li.gfield.gf_inline input[type=text].large, .gform_wrapper .top_label li.gfield.gf_inline input[type=url].large, .gform_wrapper .top_label li.gfield.gf_inline input[type=email].large, .gform_wrapper .top_label li.gfield.gf_inline input[type=tel].large, .gform_wrapper .top_label li.gfield.gf_inline input[type=number].large, .gform_wrapper .top_label li.gfield.gf_inline input[type=password].large, .gform_wrapper .top_label li.gfield.gf_inline input[type=text].medium, .gform_wrapper .top_label li.gfield.gf_inline input[type=url].medium, .gform_wrapper .top_label li.gfield.gf_inline input[type=email].medium, .gform_wrapper .top_label li.gfield.gf_inline input[type=tel].medium, .gform_wrapper .top_label li.gfield.gf_inline input[type=number].medium, .gform_wrapper .top_label li.gfield.gf_inline input[type=password].medium, .gform_wrapper .top_label li.gfield.gf_inline input[type=text].small, .gform_wrapper .top_label li.gfield.gf_inline input[type=url].small, .gform_wrapper .top_label li.gfield.gf_inline input[type=email].small, .gform_wrapper .top_label li.gfield.gf_inline input[type=tel].small, .gform_wrapper .top_label li.gfield.gf_inline input[type=number].small, .gform_wrapper .top_label li.gfield.gf_inline input[type=password].small {
    width: 100%;
  }
  .gform_wrapper .top_label li.gfield.gf_inline input[type=text].datepicker.medium {
    width: 96px !important;
  }
  .gform_wrapper .top_label li.gfield.gf_inline select {
    width: 100%;
  }
  .gform_wrapper .top_label li.gfield.gf_inline textarea {
    width: 100%;
  }
  .gform_wrapper .top_label li.gfield.gf_inline div.gfield_time_hour input[type=text], .gform_wrapper .top_label li.gfield.gf_inline div.gfield_time_minute input[type=text] {
    width: 70% !important;
  }
  .gform_wrapper .top_label li.gfield.gf_inline div.gfield_time_hour, .gform_wrapper .top_label li.gfield.gf_inline div.gfield_time_minute, .gform_wrapper .top_label li.gfield.gf_inline div.gfield_date_month, .gform_wrapper .top_label li.gfield.gf_inline div.gfield_date_day, .gform_wrapper .top_label li.gfield.gf_inline div.gfield_date_year {
    width: 50px;
  }
  .gform_wrapper .top_label li.gfield.gf_inline div.gfield_time_ampm {
    width: auto;
  }
  .gform_wrapper li.gf_inline div.ginput_container {
    white-space: nowrap !important;
  }
  .gform_wrapper li.gf_inline div.ginput_container.ginput_container_date label {
    display: block !important;
  }
  .gform_wrapper li.gfield.gfield_error.gf_inline {
    margin-right: 16px;
    padding-right: 0;
  }
  .gform_wrapper .top_label li.gfield.gf_left_half, .gform_wrapper .top_label li.gfield.gf_right_half {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    width: 50%;
    padding-right: 16px;
    float: none;
  }
  .gform_wrapper .top_label li.gfield.gf_left_half .ginput_container:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm):not(.ginput_container_date):not(.ginput_quantity):not(.datepicker), .gform_wrapper .top_label li.gfield.gf_right_half .ginput_container:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm):not(.ginput_container_date):not(.ginput_quantity):not(.datepicker) {
    width: 100% !important;
    margin: 8px 0 0 0;
    padding-left: 0;
    padding-right: 0;
  }
  .gform_wrapper .top_label li.gfield.gf_left_half:before {
    content: "";
    display: block;
    clear: both;
  }
  .gform_wrapper .top_label li.gfield.gf_right_half:after {
    content: "";
    display: table;
    clear: both;
  }
  .gform_wrapper.gform_validation_error .top_label li.gfield.gfield_error.gf_left_half, .gform_wrapper.gform_validation_error .top_label li.gfield.gfield_error.gf_right_half {
    max-width: calc(50% - 16px);
    padding-right: 0;
  }
  .gform_wrapper .top_label li.gfield.gfield_error.gf_left_half {
    margin-right: 16px;
  }
  .gform_wrapper .top_label li.gfield.gf_left_half div:not(.ginput_container_date) input.medium, .gform_wrapper .top_label li.gfield.gf_left_half div:not(.ginput_container_date) input.large, .gform_wrapper .top_label li.gfield.gf_left_half div:not(.ginput_container_date) select.medium, .gform_wrapper .top_label li.gfield.gf_left_half div:not(.ginput_container_date) select.large, .gform_wrapper .top_label li.gfield.gf_right_half div:not(.ginput_container_date) input.medium, .gform_wrapper .top_label li.gfield.gf_right_half div:not(.ginput_container_date) input.large, .gform_wrapper .top_label li.gfield.gf_right_half div:not(.ginput_container_date) select.medium, .gform_wrapper .top_label li.gfield.gf_right_half div:not(.ginput_container_date) select.large {
    width: 100%;
  }
  .gform_wrapper .top_label li.gfield.gf_left_half textarea, .gform_wrapper .top_label li.gfield.gf_right_half textarea {
    width: 98%;
  }
  .gform_wrapper .top_label li.gfield.gf_left_half input.small, .gform_wrapper .top_label li.gfield.gf_right_half input.small {
    width: 35%;
  }
  .gform_wrapper .top_label li.gfield.gf_left_half + li.gsection, .gform_wrapper .top_label li.gfield.gf_right_half + li.gsection {
    padding: 16px 0 8px 0;
  }
  .gform_wrapper .top_label li.gfield.gf_left_half + li.gfield.gsection.gf_left_half, .gform_wrapper .top_label li.gfield.gf_right_half + li.gfield.gsection.gf_left_half, .gform_wrapper .top_label li.gfield.gf_left_half + li.gfield.gsection.gf_right_half, .gform_wrapper .top_label li.gfield.gf_right_half + li.gfield.gsection.gf_right_half, .gform_wrapper .top_label li.gfield.gsection.gf_left_half + li.gfield.gsection.gf_left_half, .gform_wrapper .top_label li.gfield.gsection.gf_right_half + li.gfield.gsection.gf_left_half, .gform_wrapper .top_label li.gfield.gsection.gf_right_half + li.gfield.gsection.gf_right_half {
    padding: 16px 0 8px 0;
  }
  .gform_wrapper .top_label li.gfield.gsection.gf_left_half + li.gfield.gsection.gf_right_half {
    padding: 0 0 8px 0;
  }
  .gform_wrapper .top_label li.gfield.gsection.gf_left_half + li.gfield.gsection.gf_right_half + li.gfield.gsection.gf_left_half + li.gfield.gsection.gf_right_half {
    padding: 16px 0 8px 0;
  }
  .gform_wrapper .top_label li.gfield.gf_left_half + li.gfield, .gform_wrapper .top_label li.gfield.gf_right_half + li.gfield, .gform_wrapper .top_label li.gfield.gf_left_half + .gform_footer, .gform_wrapper .top_label li.gfield.gf_right_half + .gform_footer {
    clear: both;
  }
  .gform_wrapper .top_label li.gfield.gf_left_third, .gform_wrapper .top_label li.gfield.gf_middle_third, .gform_wrapper .top_label li.gfield.gf_right_third {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    float: none;
  }
  .gform_wrapper .top_label li.gfield.gf_left_third:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm), .gform_wrapper .top_label li.gfield.gf_middle_third:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm) {
    width: 33.3%;
  }
  .gform_wrapper .top_label li.gfield.gf_right_third:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm) {
    width: 33.4%;
  }
  .gform_wrapper .top_label li.gfield.gf_left_third, .gform_wrapper .top_label li.gfield.gf_middle_third, .gform_wrapper .top_label li.gfield.gf_right_third {
    margin-bottom: 8px;
  }
  .gform_wrapper .top_label li.gfield.gf_left_third div:not(.ginput_container_date) input.medium, .gform_wrapper .top_label li.gfield.gf_left_third div:not(.ginput_container_date) input.large, .gform_wrapper .top_label li.gfield.gf_left_third div:not(.ginput_container_date) select.medium, .gform_wrapper .top_label li.gfield.gf_left_third div:not(.ginput_container_date) select.large, .gform_wrapper .top_label li.gfield.gf_middle_third div:not(.ginput_container_date) input.medium, .gform_wrapper .top_label li.gfield.gf_middle_third div:not(.ginput_container_date) input.large, .gform_wrapper .top_label li.gfield.gf_middle_third div:not(.ginput_container_date) select.medium, .gform_wrapper .top_label li.gfield.gf_middle_third div:not(.ginput_container_date) select.large, .gform_wrapper .top_label li.gfield.gf_right_third div:not(.ginput_container_date) input.medium, .gform_wrapper .top_label li.gfield.gf_right_third div:not(.ginput_container_date) input.large, .gform_wrapper .top_label li.gfield.gf_right_third div:not(.ginput_container_date) select.medium, .gform_wrapper .top_label li.gfield.gf_right_third div:not(.ginput_container_date) select.large {
    width: 100%;
  }
  .gform_wrapper .top_label li.gfield.gf_left_third div:not(.ginput_container_date) input:not([type="radio"]):not([type="checkbox"]):not(.ginput_quantity), .gform_wrapper .top_label li.gfield.gf_middle_third div:not(.ginput_container_date) input:not([type="radio"]):not([type="checkbox"]):not(.ginput_quantity), .gform_wrapper .top_label li.gfield.gf_right_third div:not(.ginput_container_date) input:not([type="radio"]):not([type="checkbox"]):not(.ginput_quantity), .gform_wrapper .top_label li.gfield.gf_left_third div:not(.ginput_container_date) select, .gform_wrapper .top_label li.gfield.gf_middle_third div:not(.ginput_container_date) select, .gform_wrapper .top_label li.gfield.gf_right_third div:not(.ginput_container_date) select {
    width: 100% !important;
  }
  .gform_wrapper .top_label li.gfield.gfield_error.gf_left_third, .gform_wrapper .top_label li.gfield.gfield_error.gf_middle_third {
    width: calc(33.3% - 24px) !important;
    margin-right: 16px;
  }
  .gform_wrapper .top_label li.gfield.gfield_error.gf_right_third {
    width: 33.4%;
  }
  .gform_wrapper .top_label li.gfield.gf_right_third:after {
    content: "";
    display: table;
    clear: both;
  }
  .gform_wrapper .top_label li.gfield.gf_left_third + li.gsection, .gform_wrapper .top_label li.gfield.gf_right_third + li.gsection {
    padding: 16px 0 8px 0;
  }
  .gform_wrapper .top_label li.gfield.gf_left_third + li.gfield, .gform_wrapper .top_label li.gfield.gf_middle_third + li.gfield, .gform_wrapper .top_label li.gfield.gf_right_third + li.gfield, .gform_wrapper .top_label li.gfield.gf_left_third + .gform_footer, .gform_wrapper .top_label li.gfield.gf_middle_third + .gform_footer, .gform_wrapper .top_label li.gfield.gf_right_third + .gform_footer {
    clear: both;
  }
  .gform_wrapper .top_label li.gfield.gf_first_quarter:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm), .gform_wrapper .top_label li.gfield.gf_second_quarter:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm), .gform_wrapper .top_label li.gfield.gf_third_quarter:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm), .gform_wrapper .top_label li.gfield.gf_fourth_quarter:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm) {
    width: 25%;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    float: none;
  }
  .gform_wrapper .top_label li.gfield.gf_first_quarter, .gform_wrapper .top_label li.gfield.gf_second_quarter, .gform_wrapper .top_label li.gfield.gf_third_quarter, .gform_wrapper .top_label li.gfield.gf_fourth_quarter {
    margin-bottom: 8px;
  }
  .gform_wrapper .top_label li.gfield.gf_first_quarter div:not(.ginput_container_date) input:not([type="radio"]):not([type="checkbox"]), .gform_wrapper .top_label li.gfield.gf_second_quarter div:not(.ginput_container_date) input:not([type="radio"]):not([type="checkbox"]), .gform_wrapper .top_label li.gfield.gf_third_quarter div:not(.ginput_container_date) input:not([type="radio"]):not([type="checkbox"]), .gform_wrapper .top_label li.gfield.gf_fourth_quarter div:not(.ginput_container_date) input:not([type="radio"]):not([type="checkbox"]), .gform_wrapper .top_label li.gfield.gf_first_quarter div:not(.ginput_container_date) select, .gform_wrapper .top_label li.gfield.gf_second_quarter div:not(.ginput_container_date) select, .gform_wrapper .top_label li.gfield.gf_third_quarter div:not(.ginput_container_date) select, .gform_wrapper .top_label li.gfield.gf_fourth_quarter div:not(.ginput_container_date) select {
    width: 100% !important;
  }
  .gform_wrapper .top_label li.gfield.gfield_error.gf_first_quarter, .gform_wrapper .top_label li.gfield.gfield_error.gf_second_quarter, .gform_wrapper .top_label li.gfield.gfield_error.gf_third_quarter, .gform_wrapper .top_label li.gfield.gfield_error.gf_fourth_quarter {
    width: 24.5%;
  }
  .gform_wrapper .top_label li.gfield.gf_fourth_quarter:after {
    content: "";
    display: table;
    clear: both;
  }
  .gform_wrapper .top_label li.gfield.gf_first_quarter input.medium, .gform_wrapper .top_label li.gfield.gf_first_quarter input.large, .gform_wrapper .top_label li.gfield.gf_first_quarter select.medium, .gform_wrapper .top_label li.gfield.gf_first_quarter select.large, .gform_wrapper .top_label li.gfield.gf_second_quarter input.medium, .gform_wrapper .top_label li.gfield.gf_second_quarter input.large, .gform_wrapper .top_label li.gfield.gf_second_quarter select.medium, .gform_wrapper .top_label li.gfield.gf_second_quarter select.large, .gform_wrapper .top_label li.gfield.gf_third_quarter input.medium, .gform_wrapper .top_label li.gfield.gf_third_quarter input.large, .gform_wrapper .top_label li.gfield.gf_third_quarter select.medium, .gform_wrapper .top_label li.gfield.gf_third_quarter select.large, .gform_wrapper .top_label li.gfield.gf_fourth_quarter input.medium, .gform_wrapper .top_label li.gfield.gf_fourth_quarter input.large, .gform_wrapper .top_label li.gfield.gf_fourth_quarter select.medium, .gform_wrapper .top_label li.gfield.gf_fourth_quarter select.large {
    width: 97.5%;
  }
  .gform_wrapper .top_label li.gfield.gf_first_quarter + li.gsection, .gform_wrapper .top_label li.gfield.gf_fourth_quarter + li.gsection {
    padding: 16px 0 8px 0;
  }
  .gform_wrapper .top_label li.gfield.gf_first_quarter + li.gfield, .gform_wrapper .top_label li.gfield.gf_second_quarter + li.gfield, .gform_wrapper .top_label li.gfield.gf_third_quarter + li.gfield, .gform_wrapper .top_label li.gfield.gf_fourth_quarter + li.gfield, .gform_wrapper .top_label li.gfield.gf_first_quarter + .gform_footer, .gform_wrapper .top_label li.gfield.gf_second_quarter + .gform_footer, .gform_wrapper .top_label li.gfield.gf_third_quarter + .gform_footer, .gform_wrapper .top_label li.gfield.gf_fourth_quarter + .gform_footer {
    clear: both;
  }
  .gform_wrapper .top_label li ul.gfield_checkbox, .gform_wrapper .top_label li ul.gfield_radio {
    width: calc(100% + 16px);
  }
  .gform_wrapper ul.gform_fields:not(.top_label) li ul.gfield_checkbox, .gform_wrapper ul.gform_fields:not(.top_label) li ul.gfield_radio {
    width: calc(70% + 16px);
  }
  .gform_wrapper li.gfield.gf_list_2col ul.gfield_checkbox li, .gform_wrapper li.gfield.gf_list_2col ul.gfield_radio li {
    width: 50%;
    display: -moz-inline-stack;
    display: inline-block;
    margin: 0;
    padding-right: 16px;
    min-height: 28px;
    vertical-align: top;
    font-size: 90%;
  }
  .gform_wrapper li.gfield.gf_list_3col ul.gfield_checkbox li, .gform_wrapper li.gfield.gf_list_3col ul.gfield_radio li {
    width: 33.3%;
    display: -moz-inline-stack;
    display: inline-block;
    margin: 0 0 2px 0;
    padding-right: 16px;
    min-height: 28px;
    vertical-align: top;
    font-size: 90%;
  }
  .gform_wrapper li.gfield.gf_list_2col ul.gfield_checkbox li label, .gform_wrapper li.gfield.gf_list_2col ul.gfield_radio li label, .gform_wrapper li.gfield.gf_list_3col ul.gfield_checkbox li label, .gform_wrapper li.gfield.gf_list_3col ul.gfield_radio li label, .gform_wrapper li.gfield.gf_list_4col ul.gfield_checkbox li label, .gform_wrapper li.gfield.gf_list_4col ul.gfield_radio li label {
    max-width: 75%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: middle;
  }
  .gform_wrapper li.gfield.gf_list_4col ul.gfield_checkbox li, .gform_wrapper li.gfield.gf_list_4col ul.gfield_radio li {
    width: 25%;
    display: -moz-inline-stack;
    display: inline-block;
    margin: 0;
    padding-right: 16px;
    min-height: 28px;
    vertical-align: top;
    font-size: 90%;
  }
  .gform_wrapper li.gfield.gf_list_5col ul.gfield_checkbox li, .gform_wrapper li.gfield.gf_list_5col ul.gfield_radio li {
    width: 20%;
    display: -moz-inline-stack;
    display: inline-block;
    margin: 0;
    padding-right: 16px;
    min-height: 28px;
    vertical-align: top;
    font-size: 90%;
  }
  .gform_wrapper li.gfield.gf_list_2col ul.gfield_checkbox, .gform_wrapper li.gfield.gf_list_2col ul.gfield_radio, .gform_wrapper li.gfield.gf_list_3col ul.gfield_checkbox, .gform_wrapper li.gfield.gf_list_3col ul.gfield_radio, .gform_wrapper li.gfield.gf_list_4col ul.gfield_checkbox, .gform_wrapper li.gfield.gf_list_4col ul.gfield_radio, .gform_wrapper li.gfield.gf_list_5col ul.gfield_checkbox, .gform_wrapper li.gfield.gf_list_5col ul.gfield_radio {
    overflow: hidden;
  }
  .gform_wrapper ul.gform_fields:not(.top_label) li.gfield.gf_list_2col label.gfield_label, .gform_wrapper ul.gform_fields:not(.top_label) li.gfield.gf_list_3col label.gfield_label, .gform_wrapper ul.gform_fields:not(.top_label) li.gfield.gf_list_4col label.gfield_label, .gform_wrapper ul.gform_fields:not(.top_label) li.gfield.gf_list_5col label.gfield_label, .gform_wrapper ul.gform_fields:not(.top_label) li.gfield.gf_list_inline label.gfield_label {
    margin: 0 0 10px 0;
  }
  .gform_wrapper li.gf_list_2col_vertical .ginput_container_checkbox ul.gfield_checkbox, .gform_wrapper li.gf_list_3col_vertical .ginput_container_checkbox ul.gfield_checkbox, .gform_wrapper li.gf_list_4col_vertical .ginput_container_checkbox ul.gfield_checkbox, .gform_wrapper li.gf_list_5col_vertical .ginput_container_checkbox ul.gfield_checkbox {
    -webkit-column-gap: 16px;
    -moz-column-gap: 16px;
    column-gap: 16px;
  }
  .gform_wrapper ul.gform_fields:not(.top_label) li.gf_list_2col_vertical label.gfield_label {
    margin: 0 0 10px 0;
  }
  .gform_wrapper li.gf_list_2col_vertical .ginput_container_checkbox ul.gfield_checkbox, .gform_wrapper li.gf_list_2col_vertical .ginput_container_radio ul.gfield_radio {
    width: calc(100% - 16px);
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
  .gform_wrapper li.gf_list_3col_vertical .ginput_container_checkbox ul.gfield_checkbox, .gform_wrapper li.gf_list_3col_vertical .ginput_container_radio ul.gfield_radio {
    width: calc(100% - 8px);
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
  }
  .gform_wrapper li.gf_list_4col_vertical .ginput_container_checkbox ul.gfield_checkbox, .gform_wrapper li.gf_list_4col_vertical .ginput_container_radio ul.gfield_radio {
    width: calc(100% - 8px);
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
  }
  .gform_wrapper li.gf_list_5col_vertical .ginput_container_checkbox ul.gfield_checkbox, .gform_wrapper li.gf_list_5col_vertical .ginput_container_radio ul.gfield_radio {
    width: calc(100% - 8px);
    -webkit-column-count: 5;
    -moz-column-count: 5;
    column-count: 5;
  }
  .gform_wrapper li.gf_list_2col_vertical .ginput_container_checkbox ul.gfield_checkbox li label, .gform_wrapper li.gf_list_2col_vertical .ginput_container_radio ul.gfield_radio li label, .gform_wrapper li.gf_list_3col_vertical .ginput_container_checkbox ul.gfield_checkbox li label, .gform_wrapper li.gf_list_3col_vertical .ginput_container_radio ul.gfield_radio li label, .gform_wrapper li.gf_list_4col_vertical .ginput_container_checkbox ul.gfield_checkbox li label, .gform_wrapper li.gf_list_4col_vertical .ginput_container_radio ul.gfield_radio li label, .gform_wrapper li.gf_list_5col_vertical .ginput_container_checkbox ul.gfield_checkbox li label, .gform_wrapper li.gf_list_5col_vertical .ginput_container_radio ul.gfield_radio li label {
    max-width: 75%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .gform_wrapper li.gfield.gf_list_height_25 ul.gfield_checkbox li, .gform_wrapper li.gfield.gf_list_height_25 ul.gfield_radio li {
    height: 25px;
  }
  .gform_wrapper li.gfield.gf_list_height_50 ul.gfield_checkbox li, .gform_wrapper li.gfield.gf_list_height_50 ul.gfield_radio li {
    height: 50px;
  }
  .gform_wrapper li.gfield.gf_list_height_75 ul.gfield_checkbox li, .gform_wrapper li.gfield.gf_list_height_75 ul.gfield_radio li {
    height: 75px;
  }
  .gform_wrapper li.gfield.gf_list_height_100 ul.gfield_checkbox li, .gform_wrapper li.gfield.gf_list_height_100 ul.gfield_radio li {
    height: 100px;
  }
  .gform_wrapper li.gfield.gf_list_height_125 ul.gfield_checkbox li, .gform_wrapper li.gfield.gf_list_height_125 ul.gfield_radio li {
    height: 125px;
  }
  .gform_wrapper li.gfield.gf_list_height_150 ul.gfield_checkbox li, .gform_wrapper li.gfield.gf_list_height_150 ul.gfield_radio li {
    height: 150px;
  }
  .gform_wrapper li.gf_list_inline ul.gfield_checkbox li, .gform_wrapper li.gf_list_inline ul.gfield_radio li {
    width: auto !important;
    float: none !important;
    margin: 0 8px 10px 0;
    display: -moz-inline-stack;
    display: inline-block;
  }
  html[dir="rtl"] .gform_wrapper li.gf_list_inline ul.gfield_checkbox li, html[dir="rtl"] .gform_wrapper li.gf_list_inline ul.gfield_radio li {
    padding-left: 16px !important;
    padding-right: 0 !important;
  }
  .gform_wrapper li.gf_hide_ampm div.gfield_time_ampm {
    display: none !important;
  }
  .gform_wrapper li.gsection.gf_scroll_text {
    height: 240px;
    width: calc(100% - 16px);
    padding: 16px;
    background-color: #fff;
    overflow-y: scroll;
    overflow-x: hidden;
    border: 1px solid #CCC;
    border-bottom: 1px solid #CCC !important;
  }
  .gform_wrapper .top_label li.gsection.gf_scroll_text h2.gsection_title {
    margin: 10px 10px 0 8px !important;
  }
  .gform_wrapper.gf_browser_gecko .top_label li.gsection.gf_scroll_text h2.gsection_title, .gform_wrapper.gf_browser_chrome .top_label li.gsection.gf_scroll_text h2.gsection_title {
    margin: 0 10px 0 8px !important;
  }
  .gform_wrapper .top_label li.gsection.gf_scroll_text .gsection_description {
    margin: 10px;
    font-size: 12px;
  }
  .gform_wrapper div.gform_ul.gform_fields .top_label li.gfield.gsection.gf_scroll_text div.gsection_description ul li, .gform_wrapper form div.gform_ul.gform_fields .top_label li.gfield.gsection.gf_scroll_text div.gsection_description ul li {
    list-style-type: disc !important;
    margin: 0 0 8px;
    overflow: visible;
    padding-left: 0;
  }
  .gform_wrapper div.gform_ul.gform_fields .top_label li.gfield.gsection.gf_scroll_text div.gsection_description ul, .gform_wrapper form div.gform_ul.gform_fields .top_label li.gfield.gsection.gf_scroll_text div.gsection_description ul {
    list-style-type: disc !important;
    margin: 16px 0 16px 18px;
    padding-left: 0;
  }
  .gform_wrapper div.gform_ul.gform_fields .top_label li.gfield.gsection.gf_scroll_text div.gsection_description ol li, .gform_wrapper form div.gform_ul.gform_fields .top_label li.gfield.gsection.gf_scroll_text div.gsection_description ol li {
    list-style-type: decimal !important;
    overflow: visible;
    margin: 0 0 8px;
    padding-left: 0;
  }
  .gform_wrapper div.gform_ul.gform_fields .top_label li.gfield.gsection.gf_scroll_text div.gsection_description ol, .gform_wrapper form div.gform_ul.gform_fields .top_label li.gfield.gsection.gf_scroll_text div.gsection_description ol {
    list-style-type: decimal !important;
    margin: 16px 0 18px 32px;
    padding-left: 0;
  }
  .gform_wrapper div.gform_ul.gform_fields .top_label li.gfield.gsection.gf_scroll_text div.gsection_description ol li ul, .gform_wrapper form div.gform_ul.gform_fields .top_label li.gfield.gsection.gf_scroll_text div.gsection_description ol li ul li {
    list-style-type: disc !important;
    padding-left: 0;
  }
  .gform_wrapper div.gform_ul.gform_fields .top_label li.gfield.gsection.gf_scroll_text div.gsection_description ol li ul {
    margin: 16px 0 16px 18px;
  }
  .gform_wrapper form div.gform_ul.gform_fields .top_label li.gfield.gsection.gf_scroll_text div.gsection_description ol li ul li {
    margin: 0 0 8px;
  }
  .gform_wrapper div.gform_ul.gform_fields .top_label li.gfield.gsection.gf_scroll_text div.gsection_description dl {
    margin: 0 0 18px 0;
    padding-left: 0;
  }
  .gform_wrapper div.gform_ul.gform_fields .top_label li.gfield.gsection.gf_scroll_text div.gsection_description dl dt {
    font-weight: 700;
  }
  .gform_wrapper div.gform_ul.gform_fields .top_label li.gfield.gsection.gf_scroll_text div.gsection_description dl dd {
    margin: 0 0 16px 18px;
  }
  .gform_wrapper li.gfield.gfield_html.gf_alert_green, .gform_wrapper li.gfield.gfield_html.gf_alert_red, .gform_wrapper li.gfield.gfield_html.gf_alert_yellow, .gform_wrapper li.gfield.gfield_html.gf_alert_gray, .gform_wrapper li.gfield.gfield_html.gf_alert_blue {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin: 20px 0 !important;
    padding: 20px !important;
  }
  .gform_wrapper li.gfield.gfield_html.gf_alert_green {
    border: 1px solid #97B48A;
    background-color: #CBECA0;
    text-shadow: #DFB 1px 1px;
    color: #030;
  }
  .gform_wrapper li.gfield.gfield_html.gf_alert_red {
    border: 1px solid #CFADB3;
    background-color: #FAF2F5;
    text-shadow: #FFF 1px 1px;
    color: #832525;
  }
  .gform_wrapper li.gfield.gfield_html.gf_alert_yellow {
    border: 1px solid #E6DB55;
    background-color: #FFFBCC;
    text-shadow: #FCFAEA 1px 1px;
    color: #222;
  }
  .gform_wrapper li.gfield.gfield_html.gf_alert_gray {
    border: 1px solid #CCC;
    background-color: #EEE;
    text-shadow: #FFF 1px 1px;
    color: #424242;
  }
  .gform_wrapper li.gfield.gfield_html.gf_alert_blue {
    border: 1px solid #a7c2e7;
    background-color: #D1E4F3;
    text-shadow: #E0F1FF 1px 1px;
    color: #314475;
  }
  div.gform_confirmation_wrapper.gf_confirmation_simple_yellow {
    margin: 30px 0;
    max-width: 99%;
    border-top: 1px solid #E6DB55;
    border-bottom: 1px solid #E6DB55;
    padding: 32px;
    background-color: #FFFBCC;
    color: #424242;
    font-size: 25px;
  }
  div.gform_confirmation_wrapper.gf_confirmation_simple_gray {
    margin: 30px 0;
    max-width: 99%;
    border-top: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
    padding: 32px;
    background-color: #EAEAEA;
    color: #424242;
    font-size: 25px;
  }
  div.gform_confirmation_wrapper.gf_confirmation_yellow_gradient {
    position: relative;
    background-color: #FFFBD2;
    margin: 30px 0;
    border: 1px solid #E6DB55;
    -webkit-box-shadow: 0px 0px 5px rgba(221, 215, 131, 0.75);
    -moz-box-shadow: 0px 0px 5px rgba(221, 215, 131, 0.75);
    box-shadow: 0px 0px 5px rgba(221, 215, 131, 0.75);
  }
  div.gform_confirmation_wrapper.gf_confirmation_yellow_gradient div.gforms_confirmation_message {
    margin: 0;
    padding: 40px;
    max-width: 99%;
    font-size: 28px;
    border-top: 2px solid #FFF;
    border-bottom: 1px solid #E6DB55;
    background-color: #FFFBCC;
    color: #424242;
    background: #fffce5;
    background: -moz-linear-gradient(top, #fffce5 0%, #fff9bf 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fffce5), color-stop(100%, #fff9bf));
    background: -webkit-linear-gradient(top, #fffce5 0%, #fff9bf 100%);
    background: -o-linear-gradient(top, #fffce5 0%, #fff9bf 100%);
    background: -ms-linear-gradient(top, #fffce5 0%, #fff9bf 100%);
    background: linear-gradient(to bottom, #fffce5 0%, #fff9bf 100%);
  }
  div.gform_confirmation_wrapper.gf_confirmation_green_gradient {
    position: relative;
    background-color: #f1fcdf;
    margin: 30px 0;
    border: 1px solid #a7c37c;
    -webkit-box-shadow: 0px 0px 5px rgba(86, 122, 86, 0.4);
    -moz-box-shadow: 0px 0px 5px rgba(86, 122, 86, 0.4);
    box-shadow: 0px 0px 5px rgba(86, 122, 86, 0.4);
  }
  div.gform_confirmation_wrapper.gf_confirmation_green_gradient div.gforms_confirmation_message {
    margin: 0;
    padding: 40px;
    max-width: 99%;
    font-size: 28px;
    border-top: 2px solid #effade;
    border-bottom: 1px solid #a7c37c;
    background-color: #FFFBCC;
    text-shadow: #DFB 1px 1px;
    color: #030;
    background: #dbf2b7;
    background: -moz-linear-gradient(top, #dbf2b7 0%, #b4d088 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #dbf2b7), color-stop(100%, #b4d088));
    background: -webkit-linear-gradient(top, #dbf2b7 0%, #b4d088 100%);
    background: -o-linear-gradient(top, #dbf2b7 0%, #b4d088 100%);
    background: -ms-linear-gradient(top, #dbf2b7 0%, #b4d088 100%);
    background: linear-gradient(to bottom, #dbf2b7 0%, #b4d088 100%);
  }
  div.gform_confirmation_wrapper.gf_confirmation_yellow_gradient:before, div.gform_confirmation_wrapper.gf_confirmation_yellow_gradient:after, div.gform_confirmation_wrapper.gf_confirmation_green_gradient:before, div.gform_confirmation_wrapper.gf_confirmation_green_gradient:after {
    z-index: -1;
    position: absolute;
    content: "";
    bottom: 15px;
    left: 10px;
    width: 50%;
    top: 80%;
    max-width: 40%;
    background: rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 15px 10px rgba(0, 0, 0, 0.2);
    -webkit-transform: rotate(-3deg);
    -moz-transform: rotate(-3deg);
    -o-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    transform: rotate(-3deg);
  }
  div.gform_confirmation_wrapper.gf_confirmation_yellow_gradient:after, div.gform_confirmation_wrapper.gf_confirmation_green_gradient:after {
    -webkit-transform: rotate(3deg);
    -moz-transform: rotate(3deg);
    -o-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    transform: rotate(3deg);
    right: 10px;
    left: auto;
  }
  .gform_wrapper.gf_simple_horizontal_wrapper.centered_wrapper {
    width: auto;
    margin: 0 auto;
    display: table;
  }
  .gform_wrapper form.gf_simple_horizontal {
    width: calc(100% - 16px);
    margin: 0 auto;
  }
  .gform_wrapper form.gf_simple_horizontal div.gform_body, .gform_wrapper form.gf_simple_horizontal div.gform_footer.top_label {
    display: table-cell;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    position: relative;
  }
  .gform_wrapper form.gf_simple_horizontal div.gform_body {
    width: auto;
    max-width: 75%;
  }
  .gform_wrapper form.gf_simple_horizontal div.ginput_container, .gform_wrapper form.gf_simple_horizontal ul li.gfield {
    margin-top: 0 !important;
  }
  .gform_wrapper form.gf_simple_horizontal div.gform_footer.top_label {
    width: auto;
    max-width: 25%;
    padding: 0;
    margin: 0;
  }
  body:not(rtl) .gform_wrapper form.gf_simple_horizontal div.gform_footer.top_label {
    text-align: left;
  }
  .gform_wrapper form.gf_simple_horizontal div.gform_body ul.top_label {
    display: table;
    width: 100%;
  }
  .gform_wrapper form.gf_simple_horizontal div.gform_body ul.top_label li.gfield {
    display: table-cell;
    padding-right: 1em;
    height: auto;
  }
  .gform_wrapper form.gf_simple_horizontal label.gfield_label, .gform_wrapper form.gf_simple_horizontal .ginput_complex label, .gform_wrapper form.gf_simple_horizontal .gfield_description:not(.validation_message) {
    display: block;
    height: 1px;
    width: 1px;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: -9000px;
  }
  .gform_wrapper form.gf_simple_horizontal div.gform_body ul.top_label.form_sublabel_below li.gfield {
    vertical-align: middle;
  }
  .gform_wrapper form.gf_simple_horizontal div.gform_body ul.top_label.form_sublabel_above li.gfield {
    vertical-align: middle;
  }
  .gform_wrapper form.gf_simple_horizontal div.gform_body ul.top_label li.gfield input.small, .gform_wrapper form.gf_simple_horizontal div.gform_body ul.top_label li.gfield input.medium, .gform_wrapper form.gf_simple_horizontal div.gform_body ul.top_label li.gfield input.large {
    width: 100%;
  }
  .gform_wrapper form.gf_simple_horizontal div.gform_body ul.top_label li.gfield select.small, .gform_wrapper form.gf_simple_horizontal div.gform_body ul.top_label li.gfield select.medium, .gform_wrapper form.gf_simple_horizontal div.gform_body ul.top_label li.gfield select.large {
    width: 100%;
  }
  .gform_wrapper form.gf_simple_horizontal div.gform_footer.top_label input[type="submit"], .gform_wrapper form.gf_simple_horizontal div.gform_footer.top_label input[type="button"], .gform_wrapper form.gf_simple_horizontal div.gform_footer.top_label input[type="image"] {
    height: auto;
  }
  .gform_wrapper form.gf_simple_horizontal .top_label .gfield_error {
    margin-bottom: 0;
  }
  .gform_wrapper form.gf_simple_horizontal ul li.gfield .ginput_container_checkbox ul li, .gform_wrapper form.gf_simple_horizontal ul li.gfield .ginput_container_radio ul li {
    display: inline-block;
    margin-right: 0.5em;
  }
  html[dir="rtl"] .gform_wrapper form.gf_simple_horizontal div.ginput_complex.ginput_container.gf_name_has_2 span {
    width: 48.5%;
  }
  html[dir="rtl"] .gform_wrapper form.gf_simple_horizontal div.ginput_complex.ginput_container.gf_name_has_3 span {
    width: 33%;
  }
  html[dir="rtl"] .gform_wrapper form.gf_simple_horizontal div.ginput_complex.ginput_container.gf_name_has_4 span {
    width: 24.5%;
  }
  html[dir="rtl"] .gform_wrapper form.gf_simple_horizontal div.ginput_complex.ginput_container.gf_name_has_5 span {
    width: 19.5%;
  }
}
/* add equal padding to form for better centering */
body .gform_wrapper.gf_form_center_wrapper {
  padding: 16px 0 16px 16px;
}
.sw--mini-cart {
  position: fixed;
  right: 0;
  top: 0;
  width: 400px;
  max-width: 90%;
  background-color: #fff;
  padding: 0 30px 30px;
  z-index: 999999;
  bottom: 0;
  transition: 0.5s transform cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transform: translateX(400px);
  box-shadow: 0px 0 0px 0 rgba(0, 0, 0, 0);
}
.sw--mini-cart.open {
  display: block;
  transform: translateX(0);
  box-shadow: -6px 0 5px 0 rgba(0, 0, 0, 0.2);
}
.sw--mini-cart--open #tidio-chat {
  display: none;
}
.sw--mini-cart .button {
  width: 100%;
  box-shadow: none;
}
.sw--mini-cart .button.wc-forward {
  background: #fff;
  border-color: #00a6e7;
  text-align: center;
  color: #051838;
  border: 1px solid #00a6e7;
  margin: 5px 0;
  box-shadow: none;
  transform: translateY(0);
}
.sw--mini-cart .button.wc-forward:after {
  display: none;
}
.sw--mini-cart .button.wc-forward:hover {
  background: #e3f2f8;
  color: #000;
  text-shadow: none;
  box-shadow: none;
  transform: translateY(0);
}
.sw--mini-cart--body {
  position: absolute;
  top: 80px;
  bottom: 180px;
  right: 0;
  left: 0;
  overflow-y: auto;
  padding: 0 20px;
}
.sw--mini-cart--footer {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  padding: 15px 30px;
}
.sw--mini-cart .button.wc-forward.checkout {
  background: #00a6e7;
  border-color: #fff;
  color: #fff;
  text-shadow: 0px 1px rgba(0, 0, 0, 0.1);
}
.sw--mini-cart .button.cart.wc-forward:focus, .sw--mini-cart .button.cart.wc-forward:active {
  background: #e3f2f8;
}
h3.sw--mini-cart--title {
  margin: 1em 0 0.5em;
  font-size: 2.5em;
  letter-spacing: 1px;
}
p.woocommerce-mini-cart__total.total {
  margin: 0.25em 0;
}
.sw--mini-cart--product-image {
  position: relative;
  margin-bottom: auto;
  min-width: 72px;
}
.sw--mini-cart--product-image:after {
  content: "";
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
  position: absolute;
}
.sw--mini-cart--product-image img {
  width: 96px;
  display: block;
}
.sw--mini-cart--product-title {
  display: block;
  font-weight: normal;
  font-size: 1.125em;
  line-height: 1.3;
  color: #000;
}
.sw--mini-cart--details {
  padding-left: 16px;
  padding-right: 12px;
}
.sw--mini-cart--details dl {
  display: block;
  margin-block-start: 0;
  margin-block-end: 0;
  margin: 0;
}
.sw--mini-cart--details dt:before {
  content: "· ";
  display: inline;
}
.sw--mini-cart--details dt:first-child:before {
  display: none;
}
.sw--mini-cart--details dd, .sw--mini-cart--details dt {
  display: inline;
  font-size: 0.9em;
  color: #787878;
  margin-inline-start: 0px;
  margin-block-end: 0;
  margin: 0;
}
.sw--mini-cart--details dd p, .sw--mini-cart--details dt p {
  font-size: 1em;
  display: inline;
  margin: 0;
  color: #787878;
}
.sw--mini-cart--item {
  display: flex;
  padding: 4px 0;
  margin: 0;
  list-style: none;
}
.sw--mini-cart--item .quantity {
  white-space: nowrap;
}
.sw--mini-cart--remove {
  color: #787878;
  text-decoration: underline;
  font-size: 0.9em;
}
.woocommerce.single-product a.added_to_cart.wc-forward {
  display: none;
}
.sw--mini-cart--quantity {
  font-size: 0.85em;
  color: #999;
}
.sw--mini-cart--price {
  margin-left: auto;
}
.sw--overlay {
  display: none;
}
.sw--overlay {
  background: rgba(0, 0, 0, 0);
  transition: 0.8s background linear;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.sw--mini-cart--open .site .sw--overlay {
  display: block;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 999;
  position: fixed;
}
h3.wpsso-faq-title {
  line-height: 1.16;
  font-size: 2.5em;
}
@media only screen and (min-width: 768px) {
  h3.wpsso-faq-title {
    font-size: 3.25em;
    text-align: center;
  }
}
.wpsso-faq {
  margin-left: auto;
  margin-right: auto;
  max-width: 720px;
}
.wpsso-question:first-child h3.wpsso-question-title a {
  border-top: none;
}
h3.wpsso-question-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.1em;
  text-align: left;
}
@media only screen and (min-width: 768px) {
  h3.wpsso-question-title {
    font-size: 1.25em;
  }
}
h3.wpsso-question-title a {
  display: block;
  padding: 12px 42px 10px 10px;
  cursor: pointer;
  position: relative;
  color: #1b365f;
  background-color: #f2f7fd;
  border-radius: 5px;
  margin-bottom: 3px;
  transition: background-color 0.2s linear;
}
h3.wpsso-question-title a:after {
  content: url("data:image/svg+xml; utf8, <svg version='1.1' id='faq_open' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 28 28' style='enable-background:new 0 0 28 28;' xml:space='preserve'><circle style='fill:transparent;stroke:%231b365f;stroke-width:2;stroke-miterlimit:10;' cx='14' cy='14' r='12'/><line style='fill:none;stroke:%231b365f;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;' x1='8' y1='14.1' x2='20' y2='14.1'/><line style='fill:none;stroke:%231b365f;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;' x1='14.2' y1='8.4' x2='14.2' y2='20.4'/></svg>");
  display: block;
  height: 28px;
  width: 28px;
  position: absolute;
  right: 5px;
  top: 8px;
  opacity: 0.6;
  transition: opacity 0.2s linear;
}
h3.wpsso-question-title a:hover:after {
  opacity: 1;
}
h3.wpsso-question-title a:hover {
  background-color: #d9e3ef;
}
h3.wpsso-question-title a.open:after {
  content: url("data:image/svg+xml; utf8, <svg version='1.1' id='faq_close' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 28 28' style='enable-background:new 0 0 28 28;' xml:space='preserve'><circle style='fill:transparent;stroke:%231b365f;stroke-width:2;stroke-miterlimit:10;' cx='14' cy='14' r='12'/><line style='fill:none;stroke:%231b365f;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;' x1='8' y1='14.1' x2='20' y2='14.1'/></svg>");
}
.entry-content .wpsso-question-content, .wpsso-question-content {
  padding: 0 10px;
  max-width: 674px;
  margin: 0 auto;
}
.entry-content .wpsso-question-content p, .wpsso-question-content p {
  margin: 0.5em 0;
  max-width: 710px;
  font-size: 1.125em;
}
.entry-content .wpsso-question-content ul, .wpsso-question-content ul {
  font-size: 1.125em;
  margin-bottom: 1.25em;
}
.entry-content .wpsso-question-content ul li, .wpsso-question-content ul li {
  font-size: 1em;
}
.entry-content .wpsso-question-content h5, .wpsso-question-content h5 {
  max-width: 710px;
  font-size: 1.1em;
  margin: 0.5em 0;
  text-align: left;
  margin-top: 1.25em;
}
@media only screen and (min-width: 768px) {
  .entry-content .wpsso-question-content h5, .wpsso-question-content h5 {
    font-size: 1.25em;
  }
}
.entry-content .sw--faq-levels iframe {
  max-width: 100%;
}
.entry-content .sw--faq-levels .wpsso-question-content, .entry-content .sw--faq-levels h2 {
  width: 100%;
  max-width: 1120px;
}
.entry-content .sw--faq-levels h3 {
  width: 100%;
  max-width: 800px;
}
.entry-content .sw--faq-levels h3.wpsso-question-title a {
  border-radius: 8px;
  padding: 22px 52px 20px 18px;
}
@media only screen and (min-width: 768px) {
  .entry-content .sw--faq-levels h3.wpsso-question-title a {
    padding: 32px 62px 30px 28px;
  }
}
.entry-content .sw--faq-levels h3.wpsso-question-title a:after {
  width: 32px;
  height: 32px;
  right: 18px;
  top: 20px;
  content: url("data:image/svg+xml; utf8, <svg version='1.1' id='faq_open' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 28 28' style='enable-background:new 0 0 28 28;' xml:space='preserve'><circle style='fill:transparent;stroke:%23111111;stroke-width:2;stroke-miterlimit:10;' cx='14' cy='14' r='12'/><line style='fill:none;stroke:%23111111;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;' x1='8' y1='14.1' x2='20' y2='14.1'/><line style='fill:none;stroke:%23111111;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;' x1='14.2' y1='8.4' x2='14.2' y2='20.4'/></svg>");
}
@media only screen and (min-width: 768px) {
  .entry-content .sw--faq-levels h3.wpsso-question-title a:after {
    width: 40px;
    height: 40px;
    right: 28px;
    top: 30px;
  }
}
.entry-content .sw--faq-levels h3.wpsso-question-title a.open {
  background-color: transparent;
  color: #000;
}
.entry-content .sw--faq-levels h3.wpsso-question-title a.open:after {
  content: url("data:image/svg+xml; utf8, <svg version='1.1' id='faq_close' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 28 28' style='enable-background:new 0 0 28 28;' xml:space='preserve'><circle style='fill:transparent;stroke:%23111111;stroke-width:2;stroke-miterlimit:10;' cx='14' cy='14' r='12'/><line style='fill:none;stroke:%23111111;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;' x1='8' y1='14.1' x2='20' y2='14.1'/></svg>");
}
.entry-content .sw--faq-levels h3.wpsso-question-title a.open:before {
  content: "";
  display: block;
  left: 0;
  right: 0;
  top: -3px;
  height: 3px;
  background-color: #d9e3ef;
  position: absolute;
  border-radius: 2px;
}
.single-product .sw--lb.sw--faq-levels h3 {
  font-size: 1.3em;
}
@media only screen and (min-width: 768px) {
  .single-product .sw--lb.sw--faq-levels h3 {
    font-size: 2em;
  }
}
input {
  font-family: "proxima-nova", "Helvetica Neue", Helvetica, sans-serif;
}
.gform_wrapper form {
  max-width: 700px;
  margin: 0 auto;
}
.gform_wrapper ul.gform_fields li {
  display: block;
}
.gfield_visibility_, abbr.required {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
/* ------ Forms ----*/
.site-content.site-content-signupmodal {
  padding-top: 0;
}
@media only screen and (min-width: 768px) {
  .site-content.site-content-signupmodal {
    padding-top: 0;
  }
}
.header-modal .site-branding {
  padding: 12px 5px 5px;
}
.header-modal .site-branding .logo {
  width: 220px;
  height: 54px;
}
@media only screen and (min-width: 768px) {
  .header-modal .site-branding .logo {
    width: 220px;
    height: 54px;
  }
}
/* ------- Log In and Sign Up Modal ------ */
.modal-signup .woocommerce-error::before, .modal-signup .woocommerce-info::before, .modal-signup .woocommerce-message::before {
  left: 1.2em;
}
.modal-signup .woocommerce-error, .modal-signup .woocommerce-info, .modal-signup .woocommerce-message {
  margin: 0 0 0.25em;
  padding: 1em 0.5em 1em 3.1em;
}
.modal-signup .entry-content h2 {
  font-size: 1em;
  text-transform: uppercase;
  font-weight: normal;
  letter-spacing: 2px;
  color: #666;
  font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media only screen and (min-width: 768px) {
  .modal-signup .entry-content h2 {
    font-size: 1em;
  }
}
.modal-signup .wrap-login {
  position: relative;
  padding: 35px 0 50px;
  max-width: 375px;
}
.modal-signup .modal--form-signup, .modal-signup .modal--form-login {
  margin-top: 10px;
}
.modal-tabs {
  display: flex;
  margin-top: -3.6em;
  position: absolute;
  left: 0;
  right: 0;
}
.modal-tabs .modal-tabs--link {
  width: 50%;
  padding: 8px 10px;
  text-align: center;
  border: 2px solid #e5e5e5;
  background: #fff;
  font-weight: bold;
  font-size: 1.1em;
  color: #999;
}
.modal-tabs .modal-tabs--link.active {
  border-color: #aaa;
  color: #333;
  cursor: default;
  text-decoration: none;
}
.content-signupmodal {
  max-width: none;
  border-radius: 2px;
  box-shadow: 0 4px 50px -10px rgba(0, 0, 0, 0.15);
  background-color: #fff;
  margin: 20px auto 0;
  padding: 0 20px;
}
.header.header-modal {
  background: transparent;
  box-shadow: none;
  position: static;
}
.header.header-modal .site-branding {
  margin: 0 auto;
}
.form-group--privacy {
  margin: 20px 0 25px;
}
.modal-signup input, .wrap-login--ajax input {
  width: 100%;
  display: block;
}
.modal-signup input[type="checkbox"], .modal-signup input[type="radio"], .wrap-login--ajax input[type="checkbox"], .wrap-login--ajax input[type="radio"] {
  display: inline;
  width: auto;
  vertical-align: top;
  margin: 3px 6px 7px 6px;
}
@media only screen and (min-width: 768px) {
  .modal-signup input[type="checkbox"], .modal-signup input[type="radio"], .wrap-login--ajax input[type="checkbox"], .wrap-login--ajax input[type="radio"] {
    margin: 8px 12px 7px 14px;
  }
}
.modal-signup .btn, .wrap-login--ajax .btn {
  width: 100%;
}
.modal-signup label, .wrap-login--ajax label {
  font-weight: bold;
  font-size: 1.1em;
  line-height: 2;
}
.modal-signup .gfield_checkbox label, .wrap-login--ajax .gfield_checkbox label {
  font-weight: normal;
}
.modal-signup input[type="checkbox"].woocommerce-Input, .wrap-login--ajax input[type="checkbox"].woocommerce-Input {
  float: left;
}
.modal-signup a, .wrap-login--ajax a {
  color: #0084cf;
}
.modal-signup a.btn.btn-primary, .wrap-login--ajax a.btn.btn-primary {
  color: #fff;
}
.modal-signup .privacy-consent, .wrap-login--ajax .privacy-consent {
  font-weight: normal;
  font-size: 0.85em;
  max-width: 315px;
  line-height: 1.4;
  display: block;
  margin-left: 35px;
}
@media only screen and (min-width: 768px) {
  .modal-signup .privacy-consent, .wrap-login--ajax .privacy-consent {
    max-width: 315px;
    margin-left: 45px;
  }
}
.modal--form-login input[type="checkbox"], .modal--form-login input[type="radio"] {
  vertical-align: middle;
}
.login-username label, .login-password label {
  display: block;
  font-weight: bold;
}
.login-username input, .login-password input {
  width: 100%;
}
.input-wrap > input {
  display: block;
  width: 100%;
}
.input-wrap > label {
  display: block;
  font-weight: bold;
  padding: 4px 0 6px;
  font-size: 1.1em;
}
.input-wrap > label > .form-optional {
  font-weight: normal;
}
.gform_wrapper .gfield_checkbox li, .gform_wrapper .gfield_radio li {
  margin-bottom: 3px;
}
.gform_wrapper .top_label .gfield_label {
  display: block;
}
.gform_wrapper .gform_body {
  max-width: 768px;
}
.modal .gform_wrapper ul.gform_fields li.gfield {
  padding-right: 0;
  margin-right: 0;
}
[placeholder]:focus::-webkit-input-placeholder {
  -webkit-transition: color 0.5s;
  -moz-transition: color 0.5s;
  transition: color 0.5s;
  opacity: 1 !important;
}
/*
.gfield_visibility_visible {
  
  ::placeholder{
    opacity: 0;
  }
  ::-webkit-input-placeholder{opacity: 0;}
  ::-moz-placeholder{opacity: 0;}
  :-ms-input-placeholder{opacity: 0;}
  :focus::placeholder{opacity: 0;}
  :focus::-webkit-input-placeholder{opacity: 0;}
  :focus::-moz-placeholder{opacity: 0;}
  :focus:-ms-input-placeholder{opacity: 0;}
  
}
*/
.hidden_label.gfield_visibility_visible ::placeholder {
  color: #888;
  opacity: 1 !important;
}
.hidden_label.gfield_visibility_visible ::-webkit-input-placeholder {
  color: #888;
  opacity: 1 !important;
}
.hidden_label.gfield_visibility_visible ::-moz-placeholder {
  color: #888;
  opacity: 1 !important;
}
.hidden_label.gfield_visibility_visible :-ms-input-placeholder {
  color: #888;
  opacity: 1 !important;
}
.hidden_label.gfield_visibility_visible :focus::placeholder {
  color: #ccc;
  opacity: 1 !important;
}
.hidden_label.gfield_visibility_visible :focus::-webkit-input-placeholder {
  color: #ccc;
  opacity: 1 !important;
}
.hidden_label.gfield_visibility_visible :focus::-moz-placeholder {
  color: #ccc;
  opacity: 1 !important;
}
.hidden_label.gfield_visibility_visible :focus:-ms-input-placeholder {
  color: #ccc;
  opacity: 1 !important;
}
::placeholder {
  color: #888;
  opacity: 1;
}
::-webkit-input-placeholder {
  color: #888;
  opacity: 1;
}
::-moz-placeholder {
  color: #888;
  opacity: 1;
}
:-ms-input-placeholder {
  color: #888;
  opacity: 1;
}
:focus::placeholder {
  color: #ccc;
  opacity: 1;
}
:focus::-webkit-input-placeholder {
  color: #ccc;
  opacity: 1;
}
:focus::-moz-placeholder {
  color: #ccc;
  opacity: 1;
}
:focus:-ms-input-placeholder {
  color: #ccc;
  opacity: 1;
}
.gform_wrapper {
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
.gform_anchor {
  position: absolute;
  position: absolute;
  top: -220px;
}
.gfield_error input, .gfield_error select, .gfield_error textarea, input.error {
  border: 1px solid #da385f;
}
.gfield_error ::placeholder {
  color: rgba(0, 0, 0, 0.2);
}
.gfield_error ::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.2);
}
.gfield_error ::-moz-placeholder {
  color: rgba(0, 0, 0, 0.2);
}
.gfield_error :-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.2);
}
.gfield_error :focus::placeholder {
  color: rgba(0, 0, 0, 0.1);
}
.gfield_error :focus::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.1);
}
.gfield_error :focus::-moz-placeholder {
  color: rgba(0, 0, 0, 0.1);
}
.gfield_error :focus:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.1);
}
.notice-error {
  color: #da385f;
  padding: 4px 0 6px;
  font-size: 0.8em;
}
.gform_wrapper .validation_message {
  color: #da385f;
}
.gform_wrapper li.gfield_error input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]), .gform_wrapper li.gfield_error textarea {
  border: 1px solid #da385f;
}
.gform_wrapper li.gfield.gfield_error, .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
  background-color: transparent;
  margin-bottom: 6px !important;
  border-top: 0;
  border-bottom: 0;
  padding-bottom: 0;
  padding-top: 0;
  box-sizing: border-box;
}
.gform_wrapper div.validation_error {
  background-color: #f4e9e6;
  color: #da385f;
  font-size: 1em;
  font-weight: 700;
  margin-bottom: 25px;
  border: 2px solid #da385f;
  border-radius: 1px;
  padding: 8px 12px;
  clear: both;
  width: 100%;
  text-align: left;
  max-width: 768px;
  box-sizing: border-box;
}
.gform_wrapper div.validation_error:empty {
  display: none;
}
.gform_wrapper.gform_validation_error .gform_body ul > li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
  max-width: 100% !important;
}
.gform_wrapper .gfield_error .gfield_label {
  color: #da385f;
}
.gform_wrapper ul.gform_fields li.gfield {
  padding-right: 0;
}
@media only screen and (min-width: 641px) {
  .gform_wrapper ul.gform_fields li.gfield {
    padding-right: 0;
  }
}
.gform_wrapper.gf_browser_chrome .gfield_checkbox li input, .gform_wrapper.gf_browser_chrome .gfield_checkbox li input[type=checkbox], .gform_wrapper.gf_browser_chrome .gfield_checkbox .gchoice input[type=checkbox], .gform_wrapper.gf_browser_chrome .gfield_radio li input[type=radio], .gform_wrapper.gf_browser_chrome .gfield_radio .gchoice input[type=radio] {
  margin: 6px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 46px;
}
@media only screen and (min-width: 640px) {
  .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 50px;
  }
}
.select2-container .select2-selection--single {
  height: auto;
  min-height: 46px;
}
@media only screen and (min-width: 640px) {
  .select2-container .select2-selection--single {
    min-height: 50px;
  }
}
.select2-container--default .select2-results__option {
  margin: 0;
}
.select2-container--default .select2-results__option.select2-results__option--highlighted {
  background-color: #00a6e7;
}
/* -------- Checkout ----- */
.woocommerce-checkout #payment ul.payment_methods li.payment_method_classwallet {
  margin-bottom: 0;
  padding-bottom: 0;
}
#payment .payment_methods li .payment_box.payment_method_classwallet {
  margin-bottom: 0;
}
.woocommerce-checkout #payment ul.payment_methods li.payment_method_classwallet img {
  max-width: 30px;
}
.button-classwallet {
  background-color: #007bff;
  border-radius: 30px;
  color: #fff;
  font-size: 1.5em;
  font-weight: bold;
  padding: 9px 25px;
  border: 2px solid transparent;
  padding: 13px 25px;
  box-sizing: border-box;
  width: 100%;
}
.button-classwallet:hover {
  background-color: #0068d7;
}
.button-classwallet:focus {
  background-color: #007bff;
  border: 2px solid #0068d7;
}
.gform_wrapper ul.gform_fields li.gfield {
  margin: 12px 0;
}
@media only screen and (min-width: 768px) {
  .gform_wrapper ul.gform_fields li.gfield {
    margin: 18px 0;
  }
}
.gform_wrapper .gf_progressbar_percentage {
  background: repeating-linear-gradient(-45deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.15) 10px, rgba(255, 255, 255, 0.2) 10px, rgba(255, 255, 255, 0.05) 20px), linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.2));
}
.gform_wrapper .gf_progressbar:after {
  height: 6px;
  margin-top: 0;
  background-color: transparent;
  box-shadow: none;
  box-shadow: inset 0px 1px 9px -4px rgba(0, 0, 0, 0.52);
  border-top-left-radius: 1px;
  border-bottom-left-radius: 1px;
  border-top-right-radius: 1px;
  border-bottom-right-radius: 1px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media only screen and (min-width: 768px) {
  .gform_wrapper .gf_progressbar:after {
    box-shadow: inset 0px 1px 9px -4px rgba(0, 0, 0, 0.52);
    height: 6px;
    margin-top: 0;
  }
}
.gform_wrapper .gf_progressbar_percentage {
  background-color: #da385f;
  border-radius: 1px;
}
.gform_wrapper .gf_progressbar {
  border-radius: 1px;
  background-color: #f0f0f0;
  padding: 1px;
  box-shadow: none;
  position: relative;
}
@media only screen and (min-width: 641px) {
  .gform_wrapper .gf_progressbar {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .gform_wrapper .gf_progressbar {
    box-shadow: none;
  }
}
.gform_wrapper .gf_progressbar_percentage span {
  text-shadow: none;
  color: #222;
  position: relative;
  bottom: -10px;
  display: none;
}
.gform_wrapper .gf_progressbar_percentage {
  height: 6px;
}
.gform_wrapper .gf_progressbar_wrapper {
  margin-top: 25px;
}
@media only screen and (min-width: 768px) {
  .gform_wrapper .gf_progressbar_wrapper {
    margin-top: 40px;
  }
}
.gform_wrapper .gf_progressbar_wrapper h3.gf_progressbar_title {
  margin-left: 0 !important;
  color: #666;
  text-transform: uppercase;
}
.gform_wrapper .gf_progressbar_wrapper h3.gf_progressbar_title {
  filter: none;
  opacity: 1;
}
.gform_wrapper .top_label .gfield_label {
  font-size: 1.1em;
  font-weight: bold;
  line-height: 1.2;
  text-transform: none;
}
@media only screen and (min-width: 768px) {
  .gform_wrapper .top_label .gfield_label {
    font-size: 1.1em;
  }
}
.control-name .name_first > label, .control-name .name_last > label {
  color: #404040 !important;
  font-size: 1.1em !important;
  font-weight: bold !important;
  line-height: 1.2 !important;
  text-transform: none !important;
  letter-spacing: normal !important;
}
@media only screen and (min-width: 768px) {
  .control-name .name_first > label, .control-name .name_last > label {
    font-size: 1.1em !important;
  }
}
.gform_wrapper .description, .gform_wrapper .gfield_description, .gform_wrapper .gsection_description {
  font-size: 14px;
  line-height: 1.4;
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .gform_wrapper .description, .gform_wrapper .gfield_description, .gform_wrapper .gsection_description {
    font-size: 16px;
    margin-bottom: 0;
  }
}
.gform_wrapper .gsection {
  border-top: none !important;
}
.gform_wrapper .gsection h3 {
  margin: 0 0 10px;
}
.gform_wrapper .field_sublabel_above .description, .gform_wrapper .field_sublabel_above .gfield_description, .gform_wrapper .field_sublabel_above .gsection_description {
  margin-top: 0;
}
.gform_wrapper ul.gfield_checkbox li, .gform_wrapper ul.gfield_radio li, .gform_wrapper .gfield_checkbox .gchoice {
  display: flex;
  align-items: flex-start;
  margin-bottom: 4px;
}
.gform_wrapper ul.gfield_radio li label, .gform_wrapper .gfield_checkbox .gchoice label {
  font-size: 15px;
  line-height: 1.2;
  padding: 2px;
}
@media only screen and (min-width: 768px) {
  .gform_wrapper ul.gfield_radio li label, .gform_wrapper .gfield_checkbox .gchoice label {
    font-size: 17px;
  }
}
.gform_ajax_spinner {
  margin-left: 20px;
  border: 4px solid rgba(255, 255, 255, 0.3);
  border-left: 4px solid rgba(110, 73, 217, 0.7);
  animation: spinner 1.1s infinite linear;
  border-radius: 50%;
  width: 30px;
  height: 30px;
}
@keyframes spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.gform_custom_spinner_wrap {
  display: flex;
  position: absolute;
  left: -5px;
  right: -5px;
  bottom: -5px;
  top: -5px;
  border-radius: 4px;
  background-color: rgba(255, 255, 255, 0.8);
  justify-content: center;
  align-items: center;
}
.gform_custom_spinner_wrap .gform_custom_spinner {
  margin-left: 20px;
  border: 4px solid rgba(255, 255, 255, 0.3);
  border-left: 4px solid rgba(110, 73, 217, 0.7);
  animation: spinner 1.1s infinite linear;
  border-radius: 50%;
  width: 30px;
  height: 30px;
}
img.gform_ajax_spinner {
  display: none !important;
}
.toaster-newsletter .gform_custom_spinner_wrap {
  background-color: rgba(36, 28, 28, 0.8);
}
button.gform_next_button, input[type="button"].gform_next_button, input[type="reset"].gform_next_button, input[type="submit"].gform_next_button, .content-signup .gform_wrapper .gform_page_footer .button.gform_next_button, .content-signup .gform_wrapper .gform_page_footer .button.gform_button, input[type="submit"].gform_button, .gform_wrapper .gform_footer input[type="submit"].gform_button {
  background-color: #00a6e7;
  box-shadow: 0 2px 8px -3px rgba(0, 0, 0, 0.2);
  border: none;
  border-radius: 4px;
  cursor: pointer;
  color: #fff;
  padding: 10px 20px;
  font-size: 1.4em;
  text-decoration: none;
  display: inline-block;
  font-weight: bold;
  transition: background-color 0.2s linear;
}
@media only screen and (min-width: 768px) {
  button.gform_next_button, input[type="button"].gform_next_button, input[type="reset"].gform_next_button, input[type="submit"].gform_next_button, .content-signup .gform_wrapper .gform_page_footer .button.gform_next_button, .content-signup .gform_wrapper .gform_page_footer .button.gform_button, input[type="submit"].gform_button, .gform_wrapper .gform_footer input[type="submit"].gform_button {
    padding: 15px 20px;
    font-size: 1.3em;
  }
}
button.gform_next_button:hover, input[type="button"].gform_next_button:hover, input[type="reset"].gform_next_button:hover, input[type="submit"].gform_next_button:hover, .content-signup .gform_wrapper .gform_page_footer .button.gform_next_button:hover, .content-signup .gform_wrapper .gform_page_footer .button.gform_button:hover, input[type="submit"].gform_button:hover, .gform_wrapper .gform_footer input[type="submit"].gform_button:hover {
  box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.4);
  background-color: #0066b9;
}
button.gform_next_button:focus, input[type="button"].gform_next_button:focus, input[type="reset"].gform_next_button:focus, input[type="submit"].gform_next_button:focus, .content-signup .gform_wrapper .gform_page_footer .button.gform_next_button:focus, .content-signup .gform_wrapper .gform_page_footer .button.gform_button:focus, input[type="submit"].gform_button:focus, .gform_wrapper .gform_footer input[type="submit"].gform_button:focus {
  background-color: #0066b9;
  transform: translateY(1px);
}
.gform_wrapper .gform_page_footer .button.gform_previous_button, .gform_previous_button {
  cursor: pointer;
  background-color: #f5f5f5;
  border-color: #dedede;
}
.gform_wrapper .ginput_complex .ginput_left, .gform_wrapper .ginput_complex .ginput_right {
  width: 100%;
}
@media only screen and (min-width: 641px) {
  .gform_wrapper .ginput_complex .ginput_left {
    padding-right: 0;
    margin: 0;
  }
}
.gform_wrapper .ginput_container_password .ginput_right {
  padding-left: 0;
  margin: 0;
}
.gform_wrapper .top_label input.medium, .gform_wrapper .top_label select.medium {
  width: 100%;
}
.gform_wrapper .top_label input.medium, .gform_wrapper .top_label select.medium, .gform_wrapper.gform_validation_error .top_label input.medium, .gform_wrapper.gform_validation_error .top_label select.medium {
  width: 100%;
}
@media only screen and (min-width: 641px) {
  .gform_wrapper .top_label input.medium, .gform_wrapper .top_label select.medium, .gform_wrapper.gform_validation_error .top_label input.medium, .gform_wrapper.gform_validation_error .top_label select.medium {
    width: 100%;
  }
}
.gform_wrapper .gform_page_footer {
  text-align: center;
}
.gform_wrapper .gform_page_footer {
  border-top: 0;
}
.gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield div.ginput_complex span.ginput_left select, .gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield div.ginput_complex span.ginput_right select, .gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield select {
  padding: 17px 5px;
  margin: 0;
}
.gform_wrapper .field_sublabel_above .ginput_complex.ginput_container label, .gform_wrapper .field_sublabel_above div[class*="gfield_time_"].ginput_container label {
  margin: 5px 0 6px 1px;
  text-transform: uppercase;
  color: #777;
  letter-spacing: 1px;
  font-size: 14px;
}
.gform_wrapper #gf_coupon_info .gf_coupon_item td {
  border-bottom: 0;
}
.gform_wrapper #gf_coupon_info table {
  background-color: #efefef;
  border-radius: 32px;
  padding: 0 10px;
}
.gform_wrapper #gf_coupon_info .gf_coupon_item .gf_coupon_name_container {
  padding: 3px 16px 3px 4px;
}
.gform_wrapper #gf_coupon_info .gf_coupon_item .gf_coupon_name_container span.gf_coupon_name {
  margin-bottom: 0;
}
.gform_wrapper #gf_coupon_info .gf_coupon_item .gf_coupon_discount_container {
  padding: 3px 2px 3px 0;
}
.gform_wrapper #gf_coupon_info .gf_coupon_item .gf_coupon_discount_container span.gf_coupon_discount {
  margin-bottom: 0;
}
.gform_wrapper input.gf_coupon_code {
  width: 75%;
}
@media only screen and (min-width: 641px) {
  .gform_wrapper input.gf_coupon_code {
    width: auto;
    min-width: 250px;
  }
}
.control-coupon {
  margin-bottom: 30px !important;
}
@media only screen and (min-width: 641px) {
  .control-coupon {
    margin-bottom: 38px !important;
  }
}
.gform_wrapper input#gf_coupon_button.button {
  cursor: pointer;
  width: 22%;
  margin-left: 3%;
  min-height: 55px;
  background-color: #f5f5f5;
  border-color: #bababa;
  color: #777777;
  font-size: 14px;
  border-radius: 1px;
}
.gform_wrapper input#gf_coupon_button.button:hover {
  background-color: #efefef;
  border-color: #4b4b4b;
}
@media only screen and (min-width: 641px) {
  .gform_wrapper input#gf_coupon_button.button {
    width: auto;
    min-width: 75px;
    margin-left: 10px;
  }
}
.ginput_container_name {
  display: flex;
  justify-content: space-between;
}
.top_label div.ginput_complex.ginput_container.gf_name_has_1, .top_label div.ginput_complex.ginput_container.gf_name_has_2, .top_label div.ginput_complex.ginput_container.gf_name_has_3 {
  width: 100%;
}
.gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield span.name_first, .gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield span.name_middle, .gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield span.name_last {
  width: 49%;
  padding-right: 0;
  padding-top: 0;
  margin-right: 0;
  box-sizing: border-box;
}
body .gform_wrapper .top_label div.ginput_container {
  margin-top: 6px;
}
body .gform_wrapper .top_label div.ginput_container.ginput_container_password {
  margin-top: 0;
}
body .gform_wrapper .top_label div.ginput_container.ginput_container_password > span:first-child > label {
  margin-top: 0;
}
.gform_wrapper .top_label input.medium, .gform_wrapper .top_label select.medium {
  width: 100%;
}
@media only screen and (min-width: 641px) {
  .gform_wrapper .top_label input.medium, .gform_wrapper .top_label select.medium {
    width: 100%;
  }
}
.gform_wrapper ul.gform_fields li.gfield.control-terms {
  margin-top: 25px;
}
@media only screen and (min-width: 641px) {
  .gform_wrapper ul.gform_fields li.gfield.control-terms {
    margin-top: 35px;
  }
  .gform_wrapper ul.gform_fields li.gfield.control-terms label {
    font-size: 19px;
    margin-left: 3px;
    margin-top: 2px;
  }
}
.gform_wrapper ul.gform_fields li.gfield.control-terms input {
  vertical-align: top;
}
.gform_wrapper .control-terms ul.gfield_checkbox li input[type="checkbox"]:checked + label {
  font-weight: normal;
}
.gform_wrapper .control-terms input {
  margin: 4px 20px 5px 5px;
}
.gfield_required, .gform_wrapper .gfield_required, .gform_wrapper .gfield_label .gfield_required {
  display: none;
}
.gform_wrapper .gfield_error .ginput_complex .ginput_left, .gform_wrapper .gfield_error .ginput_complex .ginput_right {
  width: 100%;
}
@media only screen and (min-width: 641px) {
  .gform_wrapper .gfield_error .ginput_complex .ginput_left, .gform_wrapper .gfield_error .ginput_complex .ginput_right {
    width: 100%;
  }
}
.gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label, .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container {
  margin-top: 6px;
}
.control-optional > label:after {
  display: inline;
  content: " (optional)";
  font-weight: normal;
  color: #777777;
}
.gfield_checkbox, .gfield_radio {
  column-count: 2;
  column-gap: 10px;
}
.checkbox-newsletter .gfield_checkbox {
  column-count: 1;
}
body .gform_wrapper ul li.field_description_below div.ginput_container_checkbox {
  margin-top: 10px;
}
.modal .gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label {
  margin-bottom: 0;
  font-weight: normal;
}
.modal .gfield_radio label {
  font-weight: normal;
}
.fullwidth .gfield_checkbox, .fullwidth .gfield_radio {
  column-count: 1;
}
body .modal .gform_wrapper ul li.field_description_below div.ginput_container_radio {
  margin-top: 0;
}
.modal .gform_title, .modal .gform_wrapper h3.gform_title {
  margin-top: 1em;
  margin-bottom: 0;
}
.modal .gform_wrapper ul.gfield_radio li label, .modal .gform_wrapper ul.gfield_checkbox li label {
  font-size: 16px;
}
#field_21_3 {
  margin-top: 28px;
}
#field_21_5 {
  margin-top: 24px;
}
#gform_9 h3.gform_title {
  margin-top: 0;
}
.gform_wrapper .ginput_complex .ginput_left.address_city, .gform_wrapper .ginput_complex .ginput_left.address_state, .gform_wrapper .ginput_complex .ginput_left.address_zip, .gform_wrapper .ginput_complex .ginput_right.address_city, .gform_wrapper .ginput_complex .ginput_right.address_state, .gform_wrapper .ginput_complex .ginput_right.address_zip {
  width: 33%;
  box-sizing: border-box;
  margin: 0 !important;
  padding-right: 0;
  float: left;
}
.gform_wrapper .ginput_complex .ginput_left.address_city, .gform_wrapper .ginput_complex .ginput_right.address_city {
  padding-right: 8px;
}
.gform_wrapper .ginput_complex .ginput_left.address_zip, .gform_wrapper .ginput_complex .ginput_right.address_zip {
  padding-right: 0 !important;
  padding-left: 8px;
}
input[type=submit] {
  -webkit-appearance: none;
}
.btn:disabled, button:disabled {
  opacity: 40%;
}
input:disabled, input:read-only {
  background-color: #eef0f3;
}
input:disabled:focus, input:disabled:active, input:disabled.input-text:focus, input:read-only:focus, input:read-only:active, input:read-only.input-text:focus {
  background-color: #eef0f3;
}
#gform_wrapper_32, #gform_wrapper_38 {
  max-width: 674px;
  margin: 10px auto;
}
#gform_wrapper_32 h3, #gform_wrapper_38 h3 {
  text-align: left;
  line-height: 1.4;
  font-weight: normal;
}
#gform_wrapper_32 input[type="submit"].gform_button, #gform_wrapper_32 .gform_wrapper .gform_footer input[type="submit"].gform_button, #gform_wrapper_38 input[type="submit"].gform_button, #gform_wrapper_38 .gform_wrapper .gform_footer input[type="submit"].gform_button {
  background: linear-gradient(0deg, #ffd13f 0%, #ffe695 100%);
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  color: #000;
}
#gform_wrapper_32 input[type="submit"].gform_button:hover, #gform_wrapper_32 .gform_wrapper .gform_footer input[type="submit"].gform_button:hover, #gform_wrapper_38 input[type="submit"].gform_button:hover, #gform_wrapper_38 .gform_wrapper .gform_footer input[type="submit"].gform_button:hover {
  color: #000;
}
#gform_wrapper_32 input[type="submit"].gform_button:focus, #gform_wrapper_32 .gform_wrapper .gform_footer input[type="submit"].gform_button:focus, #gform_wrapper_38 input[type="submit"].gform_button:focus, #gform_wrapper_38 .gform_wrapper .gform_footer input[type="submit"].gform_button:focus {
  transform: translateY(0);
  background: linear-gradient(0deg, #ffd13f 0%, #ffd13f 100%);
  box-shadow: inset 0 1px 9px rgba(0, 0, 0, 0.2), inset 0 1px 10px rgba(0, 0, 0, 0.1), 0 1px 15px rgba(255, 255, 255, 0.2);
}
#gform_wrapper_32.gform_wrapper .validation_message, #gform_wrapper_38.gform_wrapper .validation_message {
  color: #da385f;
}
.gform_wrapper ul.gform_fields li.gfield .has_first_name.no_middle_name.no_last_name span.name_first {
  width: 100%;
}
#gform_wrapper_32.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), #gform_wrapper_38.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  border-color: #0b726c;
  margin: 0;
  font-size: 18px;
  border-width: 2px;
  padding: 0.55em 0.6em 0.65em;
}
@media only screen and (min-width: 768px) {
  #gform_wrapper_32.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), #gform_wrapper_38.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    font-size: 22px;
    padding: 0.65em 0.7em 0.65em;
  }
}
#gform_wrapper_32.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):hover, #gform_wrapper_32.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):focus, #gform_wrapper_38.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):hover, #gform_wrapper_38.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):focus {
  border-color: #044743;
}
.modal-newsletter .gform_wrapper ul.gform_fields li.gfield {
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .modal-newsletter .gform_wrapper ul.gform_fields li.gfield {
    margin: 0;
  }
}
.modal-newsletter .gform_wrapper span.gform_description {
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .modal-newsletter .gform_wrapper span.gform_description {
    margin: 0;
  }
}
.modal-newsletter .gform_wrapper ul.gform_fields {
  margin-bottom: 18px;
}
@media only screen and (min-width: 768px) {
  .modal-newsletter .gform_wrapper ul.gform_fields {
    margin-bottom: 18px;
  }
}
.header {
  position: absolute;
  z-index: 999;
}
.sw--nav-wrap {
  display: none;
}
@media only screen and (min-width: 768px) {
  .sw--nav-wrap {
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
}
.open .sw--nav-wrap {
  display: block;
  width: 100%;
  background: #fff;
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  transition: 0.2s background-color linear;
  background-color: #ffffff;
  box-shadow: 0 2px 4px -2px rgba(0, 0, 0, 0.2);
}
.header.sw--header--bg--scrim_white {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.92) 0%, rgba(255, 255, 255, 0.62) 100%);
  box-shadow: 0 2px 16px -2px rgba(0, 0, 0, 0.05);
  backdrop-filter: blur(10px);
}
.header.sw--header--bg--scrim_black {
  background: rgba(0, 0, 0, 0.75);
  box-shadow: 0 2px 16px -2px rgba(0, 0, 0, 0.05);
  backdrop-filter: blur(10px);
}
.header.sw--header--bg--transparent {
  background: transparent;
  box-shadow: none;
}
.header.sw--header--on_top_fixed {
  position: fixed;
}
.header.sw--header--on_top_fixed .site-content {
  padding-top: 0;
}
.header.sw--header--on_top {
  position: absolute;
}
.header.sw--header--on_top .site-content {
  padding-top: 0;
}
.header.sw--header--default .header-content {
  position: relative;
}
.header.sw--header--default .header-content:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -2px;
  height: 3px;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.08);
  border-radius: 3px;
}
.header .home .header.sw--header--default .header-content:after {
  display: none;
}
.header.sw--header--text--white svg path, .header.sw--header--white svg path {
  fill: #fff !important;
}
.header.sw--header--text--white svg line, .header.sw--header--white svg line {
  stroke: #fff !important;
}
.header.sw--header--text--white .menu a, .header.sw--header--white .menu a {
  color: #fff;
  font-weight: 500;
}
.header.sw--header--text--white .nav-menubtn a, .header.sw--header--white .nav-menubtn a {
  color: #fff;
}
.header.sw--header--text--white .nav-menubtn--line, .header.sw--header--white .nav-menubtn--line {
  background-color: #fff;
}
.header.sw--header--text--white .open .nav-menubtn a, .header.sw--header--white .open .nav-menubtn a {
  color: #000;
}
.header.sw--header--text--white .open .nav-menubtn--line, .header.sw--header--white .open .nav-menubtn--line {
  background-color: #000;
}
.header.sw--header--text--white .open .menu a, .header.sw--header--white .open .menu a {
  color: #000;
  font-weight: 500;
}
.archive .header {
  box-shadow: none;
}
.admin-bar .header {
  top: 46px;
}
@media only screen and (min-width: 768px) {
  .admin-bar .header {
    top: 32px;
  }
}
.header-content {
  align-items: center;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  padding: 0;
}
@media only screen and (min-width: 768px) {
  .header-content {
    justify-content: space-between;
  }
}
.nav-menubtn a {
  display: inline-block;
  text-decoration: none;
  color: #394863;
  padding: 10px 10px;
  position: relative;
  z-index: 999;
  padding: 10px 8px;
}
.nav-menubtn--wrap {
  width: 45px;
  text-align: center;
  display: block;
}
.nav-menubtn--line {
  height: 2px;
  background-color: #394863;
  border-radius: 2px;
  display: block;
  width: 30px;
  margin: 5px auto;
}
@media only screen and (min-width: 440px) {
  .nav-menubtn--line {
    width: 35px;
    height: 3px;
    border-radius: 3px;
  }
}
.open .nav-menubtn--line:nth-child(1) {
  transform: rotate(27deg);
  transform-origin: 0;
}
.open .nav-menubtn--line:nth-child(2) {
  opacity: 0;
}
.open .nav-menubtn--line:nth-child(3) {
  transform: rotate(-27deg);
  transform-origin: 0;
}
.nav-menubtn--copy {
  text-transform: uppercase;
  letter-spacing: 1px;
  display: block;
  line-height: 1;
  margin-top: 4px;
  font-size: 0.6em;
  text-align: center;
}
@media only screen and (min-width: 440px) {
  .nav-menubtn--copy {
    font-size: 0.725em;
  }
}
@media only screen and (min-width: 768px) {
  .menu-main-container {
    max-width: 510px;
  }
}
@media only screen and (min-width: 1180px) {
  .menu-main-container {
    max-width: 525px;
  }
}
.open {
  flex-wrap: wrap;
}
.open .nav-menubtn, .open .menu, .open .menu-main-container {
  width: 100%;
}
.open .menu a, .open .menu-main-container a {
  display: block;
}
.open .menu-logged-in {
  margin: 0;
}
.open .menu-logged-in li {
  margin: 0;
  padding: 0;
}
.open .menu-logged-in li a {
  padding: 15px 25px;
  margin: 0;
}
.open.nav-main .menu-item {
  display: block;
  width: 100%;
}
#site-navigation.open {
  background-color: #fff;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.nav-menubtn {
  text-align: right;
}
.open .menu-main-container .menu {
  display: block;
  width: 100%;
}
.open .menu-main-container .menu > li > a {
  display: block;
  padding: 15px 25px;
  width: 100%;
  font-size: 22px;
}
.logo-link {
  display: block;
  padding: 10px 8px 10px;
}
@media only screen and (min-width: 768px) {
  .logo-link {
    padding: 15px 10px;
  }
}
.logo {
  width: 170px;
  height: 38px;
}
@media only screen and (min-width: 440px) {
  .logo {
    width: 198px;
    height: 40px;
  }
}
.logo-link {
  line-height: 0;
}
@media only screen and (min-width: 992px) {
  .logo {
    width: 222px;
    height: 46px;
  }
}
.menu {
  margin: 0;
  padding: 0;
}
@media only screen and (min-width: 768px) {
  .menu {
    display: flex;
    align-items: center;
  }
}
.menu a {
  color: #121212;
}
.menu a:hover {
  text-decoration: underline;
}
.menu > li {
  padding: 0;
  margin: 0;
}
.menu > li > a {
  padding: 10px 6px;
  text-decoration: none;
  font-weight: bold;
  font-size: 14px;
  display: inline-block;
  min-height: 40px;
}
@media only screen and (min-width: 768px) {
  .menu > li > a {
    font-size: 14px;
    line-height: 1.2;
    align-items: flex-start;
  }
}
@media only screen and (min-width: 992px) {
  .menu > li > a {
    font-size: 15px;
    align-items: center;
    padding: 17px 6px;
  }
  .menu > li > a.nav-cart {
    padding: 11px 7px;
  }
}
@media only screen and (min-width: 1280px) {
  .menu > li > a {
    font-size: 16px;
  }
}
.menu > li.menu-item-120 > a {
  margin-left: 10px;
  padding: 8px 5px;
  font-size: 13px;
  margin-right: 5px;
  display: inline-block;
  border-radius: 2px;
}
@media only screen and (min-width: 360px) {
  .menu > li.menu-item-120 > a {
    font-size: 14px;
    padding: 8px 9px;
  }
}
@media only screen and (min-width: 768px) {
  .menu > li.menu-item-120 > a {
    font-size: 16px;
    padding: 8px 14px;
  }
}
.nav-main .menu-item.menu-item-120 {
  display: list-item;
}
@media only screen and (min-width: 768px) {
  .nav-main .menu-item {
    display: list-item;
  }
}
header .nav-main .menu > li {
  margin: 0;
}
/* ------- BT Logo Centered Only Header ------ */
.header-plain {
  position: static;
  background: transparent;
  box-shadow: none;
}
.header-plain .header-content {
  justify-content: center;
}
.header-plain .logo-link {
  display: inline-block;
  padding: 8px 6px 8px 4px;
}
@media only screen and (min-width: 768px) {
  .header-plain .logo-link {
    padding: 15px 15px 12px;
  }
}
.nav-main {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
}
.btn-nav, .menu a.btn-nav {
  color: #fff;
  background-color: #00a6e7;
  padding-left: 8px;
  padding-right: 8px;
}
.btn-nav:hover, .menu a.btn-nav:hover {
  color: #fff;
}
@media only screen and (min-width: 768px) {
  .btn-nav, .menu a.btn-nav {
    margin: 0 0.35em;
  }
}
.menu-logged-in {
  display: block;
}
.menu-logged-in .btn-nav.btn {
  display: block;
  margin: 12px;
  border-radius: 3px;
  padding: 10px;
}
@media only screen and (min-width: 768px) {
  .menu-logged-in {
    margin-left: 0.25em;
    display: flex;
  }
}
@media only screen and (min-width: 768px) {
  .logged-in #menu-item-28, .logged-in #menu-item-100 {
    display: none;
  }
}
.menu-item-28 {
  white-space: nowrap;
}
.account {
  z-index: 9;
}
.menu-logged-in .account-link {
  font-weight: bold;
}
.menu-logged-in .account-dropdown.show {
  top: 40px;
}
.menu > li > a.nav-cart {
  position: relative;
  display: block;
}
.menu > li > a.nav-cart svg {
  display: block;
}
.nav-cart-count {
  display: block;
  background-color: #00a6e7;
  border-radius: 9px;
  height: 15px;
  width: 15px;
  font-size: 12px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  padding: 2px;
  position: absolute;
  top: 9px;
  right: 0px;
}
.menu-main-container {
  display: flex;
}
.footer--promobar {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  top: auto;
  background-color: #fff;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
  text-align: center;
  z-index: 3;
}
@media only screen and (min-width: 768px) {
  .footer--promobar {
    left: 40%;
    right: 40%;
    width: 20%;
    border-radius: 25px 25px 0 0;
  }
}
.footer--promobar > p {
  margin: 0;
}
.footer--promobar > p > a {
  display: inline-block;
  padding: 7px 15px 5px;
  font-weight: bold;
  font-size: 0.85em;
}
.site-footer {
  background: #0b131f;
  text-align: center;
  padding: 40px 0 80px;
  text-align: left;
}
@media only screen and (min-width: 768px) {
  .site-footer {
    padding-bottom: 10px;
  }
}
.site-footer .logo-footer {
  margin-right: 10px;
}
.site-footer h4 {
  color: #A8B9C1;
  text-transform: uppercase;
  text-align: left;
  letter-spacing: 0.5px;
  margin: 20px 5px 2px;
}
@media only screen and (min-width: 768px) {
  .site-footer h4 {
    margin-top: 0;
  }
}
.site-footer .menu > li {
  text-align: left;
}
.site-footer .menu > li > a, .site-footer a {
  color: #fff;
  opacity: 0.9;
  font-weight: normal;
  padding: 2px 5px;
  line-height: 1.2;
  min-height: 0;
}
.site-footer .menu > li > a:hover, .site-footer a:hover {
  opacity: 1;
}
.site-footer .footer--terms {
  margin-bottom: 80px;
  color: #758596;
}
@media only screen and (min-width: 768px) {
  .site-footer .footer--terms {
    margin-top: 50px;
    margin-bottom: 10px;
  }
}
.site-footer .footer--terms a {
  color: #758596;
  display: inline-block;
  line-height: 1.2;
  text-align: left;
}
.site-footer .gform_wrapper {
  margin: 5px;
}
.site-footer .gform_wrapper form {
  margin: 0;
  display: flex;
}
.site-footer .gform_wrapper form ul.gform_fields li.gfield {
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .site-footer .gform_wrapper form ul.gform_fields li.gfield {
    margin: 0;
  }
}
.site-footer .gform_wrapper form ul.gform_fields li.gfield div.ginput_container {
  margin: 0;
}
.site-footer .gform_wrapper form ul.gform_fields li.gfield.hidden_label input {
  margin-top: 0;
}
.site-footer .gform_wrapper form ul.gform_fields li.gfield input, .site-footer .gform_wrapper form ul.gform_fields li.gfield input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  background: rgba(0, 0, 0, 0.4);
  padding: 8px 10px;
  height: auto;
  line-height: 1.6;
  font-size: 1.1em;
  border: 2px solid #758596;
  border-radius: 2px;
  min-height: 50px;
  color: #fff;
  transition: border-color 0.2s linear, background-color 0.2s linear;
}
.site-footer .gform_wrapper form ul.gform_fields li.gfield input:hover, .site-footer .gform_wrapper form ul.gform_fields li.gfield input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):hover {
  border-color: #7fc2de;
}
.site-footer .gform_wrapper form ul.gform_fields li.gfield input:focus, .site-footer .gform_wrapper form ul.gform_fields li.gfield input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):focus {
  background: rgba(132, 140, 148, 0.2);
  border-color: #00a6e7;
}
.site-footer .gform_wrapper form .gform_footer {
  padding: 0;
  width: auto;
}
.site-footer .gform_wrapper form .gform_footer input[type="submit"].gform_button {
  font-size: 1.1em;
  min-height: 50px;
  padding: 8px 22px;
  margin-left: -2px;
  border-radius: 0 2px 2px 0;
  background-color: #00a6e7;
  margin-right: 0;
}
.footer-inview #tidio-chat {
  display: none;
}
footer .menu {
  justify-content: center;
  flex-wrap: wrap;
}
footer .menu li {
  width: 100%;
}
.home .site-content {
  padding-top: 0;
}
.home .entry-content {
  padding-left: 0;
  padding-right: 0;
}
.home .header.sw--header--default .header-content:after {
  display: none;
}
.btn, .gform_button.button, .modal .gform_wrapper .gform_footer input.button, li.menu-item-120 > a {
  background-color: #da385f;
  box-shadow: 0 2px 8px -3px rgba(0, 0, 0, 0.2);
  border: 1px solid transparent;
  border-radius: 28px;
  cursor: pointer;
  color: #ffffff;
  padding: 5px 10px;
  font-size: 16px;
  text-decoration: none;
  display: inline-block;
  font-weight: bold;
}
.btn:hover, .gform_button.button:hover, .modal .gform_wrapper .gform_footer input.button:hover, li.menu-item-120 > a:hover {
  box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.4);
  color: #ffffff;
}
@media only screen and (min-width: 768px) {
  .btn, .gform_button.button, .modal .gform_wrapper .gform_footer input.button, li.menu-item-120 > a {
    padding: 14px 20px;
  }
}
@media only screen and (min-width: 768px) {
  .modal .modal .gform_wrapper .gform_footer input.button {
    font-size: 18px;
  }
}
.modal .gform_button.button, .modal .gform_wrapper .gform_footer input.button {
  display: block;
  width: 100%;
}
.modal-reserve {
  max-width: 500px;
}
.modal-header-sun {
  background-color: #f7d56b;
  height: 100px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  overflow: hidden;
}
.modal-header-sun .svg-icon.bg-sun {
  height: 300px;
  width: 300px;
  bottom: -152px;
}
.modal-close {
  position: absolute;
  top: 0;
  right: 0;
  background: none;
  border: none;
  padding: 1em 1.2em;
  z-index: 9999;
}
.modal-close svg path {
  fill: #787d8b;
}
.modal-close:hover svg path {
  fill: #292c34;
}
@media only screen and (min-width: 768px) {
  .home .entry-content .section-signup h2 {
    max-width: 560px;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 992px) {
  .home .entry-content .section-signup h2 {
    max-width: 560px;
  }
}
.txt-guarantee {
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 1em 0 1.5em;
  font-weight: bold;
}
.txt-guarantee > a {
  text-decoration: none;
}
@media only screen and (min-width: 768px) {
  .txt-guarantee {
    font-size: 1.4em;
  }
}
.hero-cta a:first-child {
  margin-right: 12px;
}
.hero-cta .btn, .hero-cta .btn.btn-primary {
  padding: 9px 16px;
  border-radius: 4px;
}
@media only screen and (min-width: 768px) {
  .hero-cta .btn, .hero-cta .btn.btn-primary {
    padding: 10px 22px;
  }
}
.mobile-cta.scroll {
  display: flex;
  padding: 6px 0 4px;
}
@media only screen and (min-width: 768px) {
  .mobile-cta.scroll {
    display: none;
  }
}
.mobile-cta.scroll .btn {
  margin: 0 10px;
}
.mobile-cta.scroll .btn.btn-primary {
  width: 50%;
  margin: 0 5px 0 10px;
}
.mobile-cta.scroll .btn.btn-secondary {
  width: 50%;
  margin: 0 10px 0 5px;
}
.home .section-blog .row {
  align-items: flex-start;
}
.section-blog--link {
  display: block;
  padding: 10px;
}
.section-blog--link:hover h3 {
  text-decoration: underline;
}
.section-blog--imgwrap {
  height: 0;
  padding-top: 50%;
  position: relative;
  border-radius: 4px;
  overflow: hidden;
}
.section-blog .section-blog--imgwrap h3 {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  margin: 0;
  z-index: 2;
  background: rgba(0, 0, 0, 0.85);
  padding: 13px;
  color: #fff;
  line-height: 1.3;
}
.section-blog .section-blog--imgwrap img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.home .header {
  background-color: transparent;
  box-shadow: none;
  position: fixed;
}
.home .header.white {
  background-color: #ffffff;
  box-shadow: 0 2px 4px -2px rgba(0, 0, 0, 0.2);
  border-bottom: 1px solid white;
}
.home .nav-main .menu .menu-item {
  display: block;
}
.home header .header-content {
  justify-content: space-between;
}
.home header .nav-main {
  position: static;
}
.home main .hero {
  padding-top: 30px;
  background-position: center;
  border-radius: 3em;
  max-width: 1280px;
  margin: 66px 10px 1em;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2);
}
@media only screen and (min-width: 768px) {
  .home main .hero {
    margin: 5.5em 15px 1em;
  }
}
@media only screen and (min-width: 1280px) {
  .home main .hero {
    margin: 5.5em auto 1em;
  }
}
.home main .hero:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  border-radius: 3em;
  border: 1px solid rgba(0, 0, 0, 0.2);
}
.home main .hero .hero-content {
  margin-top: 1em;
}
.home main .hero .container {
  position: relative;
  z-index: 2;
  padding: 0 12px;
}
.home main .hero .hero-cta {
  margin: 1.4em auto 1.5em;
  text-align: center;
  max-width: none;
}
@media only screen and (min-width: 768px) {
  .home main .hero .hero-cta {
    margin: 1.5em auto 4em;
  }
}
.home main .hero p.subtitle {
  font-size: 1.1em;
}
@media only screen and (min-width: 992px) {
  .home main .hero p.subtitle {
    font-size: 1.5em;
    margin: 0.5em 0 0;
  }
}
.home main .hero .hero-ribbon {
  margin: 5px 32px;
}
.home main .hero .hero-img-padding {
  padding-top: 235px;
}
@media only screen and (min-width: 768px) {
  .home main .hero .hero-img-padding {
    padding-top: 300px;
  }
}
@media only screen and (min-width: 768px) {
  .home .btn {
    padding: 7px 20px;
  }
}
.home .menu-main-container .menu {
  display: none;
}
@media only screen and (min-width: 768px) {
  .home .menu-main-container .menu {
    display: flex;
  }
}
.home .open .menu-main-container .menu {
  display: block;
}
.home .logo-link {
  transform-origin: left;
}
.home main .hero .hero-content > h1 {
  max-width: 13em;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 401px) {
  .home main .hero .hero-content > h1 {
    font-size: 2.3em;
  }
}
@media only screen and (min-width: 401px) and (min-width: 768px) {
  .home main .hero .hero-content > h1 {
    font-size: 3.25em;
  }
}
.home main .hero.hero-srp .hero-content > h1 {
  max-width: 12em;
  font-size: 2.3em;
}
@media only screen and (min-width: 440px) {
  .home main .hero.hero-srp .hero-content > h1 {
    font-size: 2.5em;
  }
}
@media only screen and (min-width: 440px) and (min-width: 768px) {
  .home main .hero.hero-srp .hero-content > h1 {
    font-size: 3.9em;
  }
}
.home header.header {
  position: fixed;
}
.home section p.slick-testimonial--author {
  margin: 0 auto 0;
}
.slick-testimonial--author {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 0.9em;
  font-weight: 500;
  margin-top: 5px;
}
.slider-slick .slick-testimonial--quote {
  font-style: normal;
  font-weight: 500;
  line-height: 1.3;
  margin: 0.25em auto 0.25em;
}
@media only screen and (min-width: 580px) {
  .slider-slick .slick-testimonial--quote {
    max-width: 90%;
    margin: 0.5em auto 0.5em;
  }
}
@media only screen and (min-width: 768px) {
  .slider-slick .slick-testimonial--quote {
    max-width: 650px;
  }
}
.slider-slick p.actions {
  margin-bottom: 5px;
  margin-top: 8px;
}
.slider-slick .btn {
  padding: 7px 20px;
}
.slick-dots {
  margin-top: 8px;
}
.slick-dots li {
  margin: 0;
  padding: 8px;
}
.slick-content-wrap {
  padding: 4px 18px;
}
@media only screen and (min-width: 768px) {
  .home .section-product .section-product--overview {
    margin: 5em 0;
  }
}
.home .section-product .actions {
  margin-top: 1.1em;
}
@media only screen and (min-width: 768px) {
  .home .section-product .section-product--features {
    margin: 5em 0 3.5em;
  }
}
.home .section-product .section-product--features .actions {
  margin-top: 2em;
}
@media only screen and (min-width: 768px) {
  .home .section-product .img-wrap {
    padding-right: 1.75em;
  }
}
@media only screen and (min-width: 768px) {
  .home .section-product .inner-content {
    padding-left: 1.75em;
    padding-right: 0.25em;
  }
}
.home .section-product img {
  border-radius: 3em;
}
.home .section-product .pretitle {
  margin: 0.5em 0 0;
}
.home .section-product h2 {
  font-size: 2.2em;
  margin-top: 0;
  line-height: 1.1;
  margin-bottom: 0.45em;
}
@media only screen and (min-width: 768px) {
  .home .section-product h2 {
    max-width: 450px;
    margin: 0 0 0.45em;
    font-size: 2.75em;
  }
}
.home .section-product h2 .subtitle {
  display: block;
  font-size: 0.5em;
  margin-top: 9px;
}
.home section p {
  margin: 0.65em auto;
}
@media only screen and (min-width: 768px) {
  .section-product--features .col-1-3 {
    padding: 0 8px;
  }
}
@media only screen and (min-width: 992px) {
  .section-product--features .col-1-3 {
    padding: 0 12px;
  }
}
.home .section-product .section-product--features h2 {
  font-family: "proxima-nova", "Helvetica Neue", Helvetica, sans-serif;
  font-size: 1.75em;
  margin: 0.5em 0 0.25em;
}
.home .site-branding .logo-link {
  transform: scale(1);
}
@media only screen and (min-width: 768px) {
  .entry-header h1 {
    margin: 0 auto 1em;
    max-width: 900px;
  }
}
.entry-meta, .entry-footer {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}
/*
#wpcomm .wc_social_plugin_wrapper .wp-social-login-connect-with_by_the_champ {
	display: none;
}
#wpcomm .wc_social_plugin_wrapper .wp-social-login-provider-list:before {
  visibility: visible;
	display: block;
	content: 'Log In with:';
	text-transform: uppercase;
	margin-right: 10px;
	padding: 2px 2px 5px 0;
	float: left;
}
*/
h2 .pretitle {
  display: block;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: normal;
  color: #777;
}
@media only screen and (min-width: 768px) {
  h2 .pretitle {
    font-size: 17px;
  }
}
h2 .title {
  display: block;
}
.pull-right-blog-image .entry-content .pull-right-blog-image {
  float: none;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 6px;
}
@media only screen and (min-width: 768px) {
  .pull-right-blog-image .entry-content .pull-right-blog-image {
    margin-left: 0;
    margin-right: 15px;
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 1180px) {
  .pull-right-blog-image .entry-content .pull-right-blog-image {
    margin-right: 20px;
    margin-bottom: 20px;
  }
}
.pull-right-blog-image, .entry-content .pull-right-blog-image {
  float: none;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 6px;
}
@media only screen and (min-width: 768px) {
  .pull-right-blog-image, .entry-content .pull-right-blog-image {
    float: right;
    margin-right: 0;
    margin-left: 15px;
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 1180px) {
  .pull-right-blog-image, .entry-content .pull-right-blog-image {
    margin-left: 20px;
    margin-bottom: 20px;
    padding: 5px 15px;
  }
}
@media only screen and (min-width: 768px) {
  .entry-content .blog-pin {
    max-width: 290px;
  }
}
@media only screen and (min-width: 1180px) {
  .entry-content .blog-pin {
    max-width: 360px;
  }
}
.comments-area {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
}
@media only screen and (min-width: 768px) {
  .comments-area {
    padding-left: 0;
    padding-right: 0;
  }
}
.post-thumbnail {
  display: flex;
  align-items: center;
  max-height: 55vh;
  overflow: hidden;
}
.entry-footer {
  padding-left: 10px;
  padding-right: 10px;
}
@media only screen and (min-width: 700px) {
  .entry-footer {
    padding-left: 0;
    padding-right: 0;
  }
}
.cat-links, .tags-links {
  margin-right: 10px;
}
.page .site-content {
  min-height: 80vh;
}
.home .site-content {
  padding-top: 0;
}
@media only screen and (min-width: 768px) {
  .home .site-content {
    padding-top: 0;
  }
}
.entry-header {
  padding-top: 1em;
  padding-left: 10px;
  padding-right: 10px;
}
@media only screen and (min-width: 768px) {
  .entry-header {
    padding-top: 4em;
  }
  .entry-header .entry-meta {
    text-align: center;
  }
}
.entry-header h1 {
  text-align: left;
}
@media only screen and (min-width: 768px) {
  .entry-header h1 {
    text-align: center;
  }
}
.site-main .comment-navigation, .site-main .posts-navigation, .site-main .post-navigation {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}
.entry-content {
  padding-left: 10px;
  padding-right: 10px;
}
.entry-content > section, .entry-content > div {
  padding-left: 18px;
  padding-right: 18px;
}
.entry-content p {
  margin: 1.05em auto;
}
.site-content p, .site-content ul, .site-content ol, .site-content h2, .site-content h3, .site-content h4, .site-content h5, .site-content h6, .site-content nav, .site-content figure, .site-content cite, .site-content table, .site-content .affwp-form, .site-content .affwp-graph, .entry-content p, .entry-content ul, .entry-content ol, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6, .entry-content nav, .entry-content figure, .entry-content cite, .entry-content table, .entry-content .affwp-form, .entry-content .affwp-graph {
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
}
.site-content p, .site-content h2, .site-content h3, .site-content h4, .site-content h5, .site-content ul, .site-content ol, .site-content nav, .site-content figure, .site-content cite, .site-content table, .site-content .affwp-form, .site-content .affwp-graph, .entry-content p, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content ul, .entry-content ol, .entry-content nav, .entry-content figure, .entry-content cite, .entry-content table, .entry-content .affwp-form, .entry-content .affwp-graph {
  max-width: 720px;
}
.site-content cite, .entry-content cite {
  display: block;
}
.site-content figure.wp-block-image.is-resized, .entry-content figure.wp-block-image.is-resized {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
.site-content figure.wp-block-embed, .entry-content figure.wp-block-embed {
  width: 100%;
  max-width: 900px;
}
.site-content article > h2, .site-content article > h3, .site-content article > p, .site-content article > ol, .site-content article > ul, .site-content article > figure, .entry-content article > h2, .entry-content article > h3, .entry-content article > p, .entry-content article > ol, .entry-content article > ul, .entry-content article > figure {
  padding-left: 18px;
  padding-right: 18px;
}
.site-content article > p, .site-content article > ol, .site-content article > ul, .entry-content article > p, .entry-content article > ol, .entry-content article > ul {
  font-size: 1.21875em;
}
.single-post .entry-content h2 {
  font-size: 1.75em;
}
@media only screen and (min-width: 768px) {
  .single-post .entry-content h2 {
    font-size: 2.25em;
  }
}
.entry-content .feature-list {
  max-width: 1120px;
}
section p, section ul, section ol, section h2, section h3, section h4, section h5, section figure, section cite, section .affwp-form, section table, section .affwp-graph {
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
}
/* ----- Post Specific ------ */
.wp-block-image .alignright {
  float: none;
  margin: 2em auto;
}
@media only screen and (min-width: 768px) {
  .wp-block-image .alignright {
    float: right;
    margin-left: 1em;
  }
}
.wp-block-image .alignleft {
  float: none;
  margin: 2em auto;
}
@media only screen and (min-width: 768px) {
  .wp-block-image .alignleft {
    float: left;
    margin-right: 1em;
  }
}
.blog p, .single-post p, .blog ul, .blog ol, .blog li, .single-post ol, .single-post ul, .single-post li {
  font-size: 1.21875em;
}
@media only screen and (min-width: 768px) {
  .blog p, .single-post p, .blog ul, .blog ol, .blog li, .single-post ol, .single-post ul, .single-post li {
    font-size: 1.3em;
  }
}
.single-post h1, .blog h1 {
  font-size: 2em;
  line-height: 1.15;
  margin: 0 0 0.3em;
}
@media only screen and (min-width: 768px) {
  .single-post h1, .blog h1 {
    font-size: 3.75em;
    margin: 0 auto 0.5em;
  }
}
@media only screen and (min-width: 768px) {
  .single-post .entry-meta, .blog .entry-meta {
    margin-bottom: 1em;
  }
}
.single-post .entry-header, .single-post .entry-content, .blog .entry-header, .blog .entry-content {
  padding-left: 20px;
  padding-right: 20px;
}
@media only screen and (min-width: 768px) {
  .single-post h2, .blog h2 {
    font-size: 3em;
  }
}
.single-post li, .blog li {
  font-size: 1em;
  margin: 0 0.5em 0.5em 1.5em;
}
.single-post li.menu-item, .blog li.menu-item {
  margin: 0;
  font-size: 16px;
}
@media only screen and (min-width: 768px) {
  .single-post li, .blog li {
    font-size: 1em;
    margin: 0 0.5em 0.5em 2em;
  }
}
.single-post li li, .blog li li {
  font-size: 0.74em;
}
.single-post li li:first-child, .blog li li:first-child {
  margin-top: 0.25em;
}
.single-post li li:last-child, .blog li li:last-child {
  margin-bottom: 0.75em;
}
.wp-block-image {
  margin: 1.5em 0;
}
/* ------------- About Page --------------- */
.about--photo img {
  border-radius: 50%;
}
/* --------- Get Access Page (Downloads) ----- */
.page-template-single-getaccess {
  background-color: #D8E5F4;
}
.getaccess--main {
  background-color: #fff;
  padding-top: 60px;
}
@media only screen and (min-width: 768px) {
  .getaccess--main {
    padding-top: 76px;
  }
}
.getaccess--main h3 {
  line-height: 1.25;
}
.getaccess--main h3:nth-child(2) {
  margin-top: 0;
}
.getaccess--main h1, .getaccess--main h2 {
  font-size: 2.1em;
  margin: 0.5em 0 0.2em;
  text-align: left;
  line-height: 1.1;
  font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media only screen and (min-width: 768px) {
  .getaccess--main h1, .getaccess--main h2 {
    font-size: 3.1em;
  }
}
.getaccess--main .gform_wrapper h3.gform_title {
  font-size: 1.45em;
  line-height: 1.2;
}
@media only screen and (min-width: 768px) {
  .getaccess--main .gform_wrapper h3.gform_title {
    font-size: 1.65em;
  }
}
.getaccess--main .row {
  max-width: 1120px;
  margin: 0 auto;
}
.getaccess--main .entry-header {
  padding: 0;
  margin: 0;
}
.getaccess--main .entry-content {
  padding: 0px;
}
.getaccess--main .col-1 {
  padding: 15px;
}
.getaccess--main .srp-plyr-container {
  background-color: transparent;
}
.getaccess--main .srp-plyr-container .video-wrap-aspect {
  width: 100%;
}
.getaccess--main .getaccess--content {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  padding: 0 15px;
}
@media only screen and (min-width: 768px) {
  .getaccess--main .getaccess--content {
    padding: 25px 15px;
  }
}
.getaccess--main .getaccess--content .wp-block-image .alignleft {
  margin: 0;
}
.getaccess--main .getaccess--form {
  border-radius: 2px;
  box-shadow: 0px 10px 25px -5px rgba(30, 33, 36, 0.2);
  padding: 20px 30px;
  background: #fff;
  border-top: 1px solid #bdc3ce;
}
@media only screen and (min-width: 768px) {
  .getaccess--main .getaccess--form {
    border: 1px solid #bdc3ce;
    margin: 20px;
  }
}
.getaccess--main .getaccess--form form {
  max-width: 400px;
}
.getaccess--main .getaccess--form form .ginput_complex span {
  max-width: 49%;
}
.getaccess--main .getaccess--form .gform_wrapper .field_sublabel_hidden_label .ginput_complex.ginput_container input[type=text] {
  margin-bottom: 0;
}
.getaccess--main .getaccess--form .gform_wrapper .gform_footer input.button {
  width: 100%;
  font-size: 1.15em;
}
@media only screen and (min-width: 768px) {
  .getaccess--main .getaccess--form .gform_wrapper .gform_footer input.button {
    font-size: 1.35em;
  }
}
@media only screen and (max-width: 641px) {
  .getaccess--main .getaccess--form .gform_wrapper ul.gfield_radio li label, .getaccess--main .getaccess--form .gform_wrapper ul.gfield_checkbox li label {
    width: 80%;
  }
}
.getaccess--main .getaccess--confirmation p:first-of-type {
  font-size: 1.75em;
}
.single td, .page td {
  vertical-align: top;
  margin: 2px;
  padding: 8px;
  font-size: 1.125em;
  border-bottom: 2px solid #e6e7e8;
}
.single tr:last-child td, .page tr:last-child td {
  border-bottom: none;
}
.wp-block-table td, .wp-block-table th {
  border: none;
}
.single thead th, .page thead th {
  background-color: #d9e3ef;
  padding: 2px 6px;
  font-size: 1.125em;
}
.sw--table-wordlist td {
  border-bottom: none;
  border-right: 2px solid #e6e7e8;
}
.sw--table-wordlist td:last-child {
  border-right: none;
}
.shop.site-content h2 {
  max-width: none;
}
.shop.site-content .row {
  justify-content: flex-start;
}
.remodal-is-locked .single-product #tidio-chat-iframe {
  display: none;
}
.single-product h1 {
  font-size: 2.7em;
}
@media only screen and (min-width: 768px) {
  .single-product h1 {
    font-size: 3.1em;
  }
}
.single-product .sw--lb h2 {
  font-size: 2.1em;
}
@media only screen and (min-width: 768px) {
  .single-product .sw--lb h2 {
    font-size: 3.1em;
  }
}
.single-product .sw--lb h3 {
  font-size: 1.6em;
}
@media only screen and (min-width: 768px) {
  .single-product .sw--lb h3 {
    font-size: 1.85em;
  }
}
.single-product h2 {
  font-size: 1.6em;
}
@media only screen and (min-width: 768px) {
  .single-product h2 {
    font-size: 1.85em;
  }
}
.single-product .col--sw--heroproductblock--content .product-rating-wrap {
  justify-content: flex-start;
}
.single-product .woocommerce-Tabs-panel--description > p, .single-product .woocommerce-Tabs-panel--description > h2, .single-product .woocommerce-Tabs-panel--description > ul, .single-product .woocommerce-Tabs-panel--description > ol {
  margin-left: 18px;
  margin-right: 18px;
}
@media only screen and (min-width: 768px) {
  .single-product .woocommerce-Tabs-panel--description > p, .single-product .woocommerce-Tabs-panel--description > h2, .single-product .woocommerce-Tabs-panel--description > ul, .single-product .woocommerce-Tabs-panel--description > ol {
    margin-left: auto;
    margin-right: auto;
  }
}
.single-product .site-content figure {
  max-width: none;
}
.single-product .entry-content {
  padding-left: 0;
  padding-right: 0;
}
.single-product section .row {
  max-width: 1120px;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .single-product section .row {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.single-product ol {
  max-width: 600px;
  font-size: 1.125em;
  font-weight: bold;
}
.single-product ol li {
  margin-top: 5px;
  margin-bottom: 5px;
}
.single-product .row-padding, .single-product .section-padding {
  padding-top: 1em;
  padding-bottom: 1em;
}
@media only screen and (min-width: 768px) {
  .single-product .row-padding, .single-product .section-padding {
    padding-top: 3em;
    padding-bottom: 3em;
  }
}
.single-product .section-full {
  padding-left: 10px;
  padding-right: 10px;
}
@media only screen and (min-width: 768px) {
  .single-product .section-full .row {
    padding-left: 0;
    padding-right: 0;
  }
}
.single-product .row-full, .single-product .row.row-full {
  max-width: none;
}
.single-product .section-icons h4 {
  margin: 0.2em 0;
  line-height: 1;
}
.single-product .section-typical .pretitle {
  color: #9e9e9e;
  margin-bottom: 0;
  font-size: 1em;
}
.single-product .section-typical h3 {
  margin: 0 0;
}
.single-product .section-typical p {
  margin-top: 0.25em;
}
.single-product .section-note h3 {
  font-size: 0.9em;
  text-transform: uppercase;
}
.single-product .section-note p {
  font-size: 0.9em;
}
.single-product .section-note .col-1 {
  max-width: 700px;
  margin: 0 auto;
}
.single-product .section-typical .col-md-1-2 {
  margin-bottom: 12px;
}
@media only screen and (min-width: 768px) {
  .single-product .section-typical .col-md-1-2 {
    margin-bottom: 20px;
  }
  .single-product .section-typical .col-md-1-2:first-child {
    padding-right: 30px;
  }
  .single-product .section-typical .col-md-1-2:last-child {
    padding-left: 30px;
  }
}
@media only screen and (min-width: 768px) {
  .single-product .col-md-1-3:nth-child(1), .single-product .col-md-1-3:nth-child(3n+1) {
    padding-right: 20px;
  }
  .single-product .col-md-1-3:nth-child(2), .single-product .col-md-1-3:nth-child(3n+2) {
    padding-left: 10px;
    padding-right: 10px;
  }
  .single-product .col-md-1-3:nth-child(3), .single-product .col-md-1-3:nth-child(3n+3) {
    padding-left: 20px;
  }
}
.single-product .bg-lightblue {
  background-color: #cee4f4;
}
.single-product .bg-lightgray {
  background-color: #f0f2f2;
}
.single-product .hero-product {
  padding-top: 2em;
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (min-width: 768px) {
  .single-product .hero-product {
    flex-wrap: nowrap;
  }
}
.single-product .single_variation_wrap {
  display: flex;
  flex-wrap: wrap;
}
.single-product .woocommerce-variation.single_variation {
  align-items: center;
  display: flex;
  padding-right: 0.35em;
}
@media only screen and (min-width: 768px) {
  .single-product .woocommerce-variation.single_variation {
    padding-right: 0.75em;
  }
}
.single-product .addtocart--subscription #learn-more.affirm-as-low-as {
  display: none;
}
.single-product #learn-more {
  flex: 4;
  vertical-align: middle;
  display: flex;
  align-items: center;
  font-size: 1.02em;
  justify-content: flex-end;
}
@media only screen and (min-width: 768px) {
  .single-product #learn-more {
    font-size: 1.125em;
    justify-content: flex-start;
  }
}
.single-product .__affirm-logo.__ligature__affirm_full_logo__ {
  display: inline-block;
  min-width: 49px;
  min-height: 20px;
}
.single-product .woocommerce-variation-add-to-cart {
  width: 100%;
}
.single-product.woocommerce #content div.product div.images, .single-product.woocommerce div.product div.images, .single-product.woocommerce-page #content div.product div.images, .single-product.woocommerce-page div.product div.images {
  float: none;
  width: 80%;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .single-product.woocommerce #content div.product div.images, .single-product.woocommerce div.product div.images, .single-product.woocommerce-page #content div.product div.images, .single-product.woocommerce-page div.product div.images {
    width: 46%;
    margin-right: 2%;
  }
}
.single-product.woocommerce #content div.product div.summary, .single-product.woocommerce div.product div.summary, .single-product.woocommerce-page #content div.product div.summary, .single-product.woocommerce-page div.product div.summary {
  float: none;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .single-product.woocommerce #content div.product div.summary, .single-product.woocommerce div.product div.summary, .single-product.woocommerce-page #content div.product div.summary, .single-product.woocommerce-page div.product div.summary {
    width: 50%;
    margin-left: 2%;
  }
}
.single-product .entry-content .wp-block-columns h2 {
  text-align: left;
}
.single-product .variations .row {
  justify-content: flex-start;
}
.single-product .variations .col-1-2:first-child {
  padding-right: 5px;
}
.single-product .variations .col-1-2:last-child {
  padding-left: 5px;
}
.single-product .variations .col-md-1-2:only-child {
  padding-left: 0;
  padding-right: 0;
  width: 100%;
}
.single-product select, .single-product select:hover, .single-product select:focus {
  border-width: 2px;
  padding: 0.75em 0.5em;
}
.single-product .woocommerce-variation-price .price {
  display: block;
}
.single-product .product-price--trial {
  display: block;
  font-size: 1.2em;
}
.single-product .product-price--payment {
  display: block;
  font-size: 0.8em;
}
.header.header-white svg path, .header.sw--header--text--white svg path, .header.sw--header--white svg path {
  fill: #fff !important;
}
.header.header-white svg line, .header.sw--header--text--white svg line, .header.sw--header--white svg line {
  stroke: #fff !important;
}
.header.header-white .menu a, .header.sw--header--text--white .menu a, .header.sw--header--white .menu a {
  color: #fff;
  font-weight: 500;
}
.header.header-white .nav-menubtn a, .header.sw--header--text--white .nav-menubtn a, .header.sw--header--white .nav-menubtn a {
  color: #fff;
}
.header.header-white .nav-menubtn--line, .header.sw--header--text--white .nav-menubtn--line, .header.sw--header--white .nav-menubtn--line {
  background-color: #fff;
}
.header.header-white .open .nav-menubtn a, .header.sw--header--text--white .open .nav-menubtn a, .header.sw--header--white .open .nav-menubtn a {
  color: #000;
}
.header.header-white .open .nav-menubtn--line, .header.sw--header--text--white .open .nav-menubtn--line, .header.sw--header--white .open .nav-menubtn--line {
  background-color: #000;
}
.header.header-white .open .menu a, .header.sw--header--text--white .open .menu a, .header.sw--header--white .open .menu a {
  color: #000;
  font-weight: 500;
}
.single-product .header {
  background-color: transparent;
  position: absolute;
  box-shadow: none;
}
.single-product .site-content {
  padding-top: 0;
}
@media only screen and (max-width: 768px) {
  .single-product .site-content {
    padding-top: 0;
  }
}
.single-product #tidio-chat-iframe {
  bottom: 60px !important;
}
.woocommerce div.product span.price ins {
  text-decoration: none;
}
@media only screen and (max-width: 768px) {
  .single-product .product-price--trial {
    font-size: 1.2em;
  }
  .single-product .product-price--payment {
    font-size: 0.8em;
  }
  .single-product .variations .col-md-1-2:only-child {
    width: 100%;
  }
  .single-product.woocommerce .product.type-product .hero-product {
    margin-left: -18px;
    margin-right: -18px;
  }
  .single-product .hero-product {
    padding-top: 6px;
  }
  .single-product.woocommerce #content .product.type-product div.images, .single-product.woocommerce .product.type-product div.images, .single-product.woocommerce-page #content .product.type-product div.images, .single-product.woocommerce-page .product.type-product div.images {
    width: 100%;
    margin-bottom: 15px;
    background-color: #cee4f4;
  }
  .single-product.woocommerce #content .product.type-product div.images figure, .single-product.woocommerce .product.type-product div.images figure, .single-product.woocommerce-page #content .product.type-product div.images figure, .single-product.woocommerce-page .product.type-product div.images figure {
    max-width: 80%;
    margin: 0 auto;
  }
  .single-product.woocommerce .product.type-product .hero-product .entry-summary {
    padding-left: 18px;
    padding-right: 18px;
  }
}
.woocommerce div.product p.price, .woocommerce div.product span.price {
  font-weight: bold;
  font-size: 1.4em;
}
.woocommerce div.product form.cart .button {
  float: none;
}
.woocommerce div.product form.cart .variations {
  margin-bottom: 0;
}
.woocommerce div.product form.cart {
  margin: 0 0 1em;
}
.star-rating span:before {
  color: #e7711b;
}
.stars a {
  color: #e7711b;
}
.woocommerce div.product .woocommerce-product-rating {
  margin-bottom: 0.25em;
}
#reviews {
  max-width: 780px;
  margin: 0 auto;
}
.comment-form-attachment__input {
  padding-left: 0;
  border-color: transparent;
  position: relative;
  margin-left: -10px;
  padding-left: 10px;
  margin-top: 5px;
  margin-bottom: 2px;
}
.comment-form-attachment span:not(.required).comment-form-attachment__file-size-notice {
  display: none;
}
.comment-form-attachment:before {
  content: "Add Photos or Videos";
  display: block;
  font-size: 1.2em;
  font-weight: bold;
}
.comment-form-attachment__label {
  display: none;
}
.woocommerce #review_form #respond p.form-submit {
  margin-top: 0.75em;
}
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
  background-color: #00a6e7;
  color: #fff;
}
.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover {
  background-color: #009ad6;
  color: #fff;
}
.woocommerce #reviews #comments ol.commentlist {
  max-width: none;
  margin-top: 3em;
}
.woocommerce .entry-content #reviews p {
  max-width: none;
}
.comment_container .avatar {
  display: none;
}
.single-product ol.commentlist {
  font-weight: normal;
  padding: 0;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text {
  margin: 0;
}
.variations select#pa_schedule option:not(.enabled) {
  display: none;
}
.woocommerce .star-rating, .star-rating {
  overflow: hidden;
  position: relative;
  height: 1em;
  line-height: 1;
  font-size: 1em;
  width: 5.4em;
  font-family: star;
}
.woocommerce .star-rating::before, .star-rating::before {
  position: absolute;
  color: #d3ced2;
  float: left;
  content: "" !important;
  background-size: cover;
  background-repeat: no-repeat;
  top: 0;
  right: 0;
  left: 0;
}
.woocommerce .star-rating, .star-rating {
  margin-right: 4px;
  width: 110px;
  height: 20px;
}
@media only screen and (min-width: 768px) {
  .woocommerce .star-rating, .star-rating {
    width: 124px;
    height: 22px;
  }
}
.woocommerce .star-rating span, .star-rating span {
  overflow: hidden;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
  padding-top: 1.5em;
}
.woocommerce .star-rating::before, .star-rating::before {
  content: "" !important;
  background: url("/wp-content/themes/sw/assets/images/ic-stars-background.png");
  background-size: cover;
  background-repeat: no-repeat;
  top: 0;
  right: 0;
  left: 0;
  width: 110px;
  height: 20px;
}
@media only screen and (min-width: 768px) {
  .woocommerce .star-rating::before, .star-rating::before {
    width: 124px;
    height: 22px;
  }
}
a.woocommerce-review-link {
  color: #878787;
  text-decoration: underline;
  font-size: 0.75em;
  white-space: nowrap;
}
@media only screen and (min-width: 768px) {
  a.woocommerce-review-link {
    font-size: 0.8em;
  }
}
.woocommerce .star-rating span::before, .star-rating span::before {
  position: absolute;
  content: "" !important;
  background: url("/wp-content/themes/sw/assets/images/ic-stars-5.png");
  background-size: cover;
  background-repeat: no-repeat;
  top: 0;
  right: 0;
  left: 0;
  width: 100px;
  height: 20px;
}
@media only screen and (min-width: 768px) {
  .woocommerce .star-rating span::before, .star-rating span::before {
    width: 124px;
    height: 22px;
  }
}
.row-sessions {
  text-align: center;
  margin: 1em auto;
  padding: 0 !important;
  max-width: 1120px;
}
@media only screen and (min-width: 768px) {
  .row-sessions {
    margin: 2em auto;
  }
}
.row-sessions .md-col-1-3 {
  width: 50%;
}
@media only screen and (min-width: 768px) {
  .row-sessions .md-col-1-3 {
    width: 33.33%;
  }
}
.session {
  margin: 5px;
  padding: 15px 5px;
  border-radius: 2px;
  box-shadow: 0 2px 8px -3px rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(0, 0, 0, 0.2);
  transition: 0.1s border;
  position: relative;
  min-height: 218px;
}
.session p {
  margin-top: 0;
  margin-bottom: 0;
}
.session .session-title {
  margin-top: 0;
}
@media only screen and (min-width: 768px) {
  .session {
    padding: 25px 15px;
  }
}
.session h3 {
  font-size: 1.5em;
  margin-bottom: 8px;
}
.session .btn {
  margin: 12px 0 0;
  width: 94%;
  padding: 9px 10px;
}
@media only screen and (min-width: 768px) {
  .session .btn {
    width: 80%;
  }
}
.session:hover {
  border: 1px solid rgba(0, 0, 0, 0.4);
  box-shadow: 0 2px 10px -3px rgba(0, 0, 0, 0.3);
}
.session-pretitle {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: bold;
  color: #999;
  margin: 0;
}
.sw--comparisontable {
  padding: 10px;
}
.sw--comparisontable table th {
  text-transform: none;
  background: transparent;
  border: 2px solid #b2b2b9;
  width: 24%;
  border-top: none;
  font-size: 18px;
  line-height: 1.2;
}
.sw--comparisontable table thead {
  background: transparent;
}
.sw--comparisontable table td {
  text-align: center;
  text-transform: none;
  vertical-align: middle;
  border: 2px solid #b2b2b9;
  width: 24%;
  line-height: 0;
}
.sw--comparisontable table th:first-child, .sw--comparisontable table td:first-child {
  text-align: left;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.2;
  width: 28%;
  border-left: none;
  padding-top: 15px;
  padding-bottom: 15px;
  border-right-color: #10234d;
}
.sw--comparisontable table th:last-child, .sw--comparisontable table td:last-child {
  border-right: none;
}
.sw--comparisontable table tr:last-child td {
  border-bottom: 0;
}
.sw--comparisontable table th:nth-child(2), .sw--comparisontable table td:nth-child(2) {
  background-color: #dfe8f4;
  border-top: none;
  border-bottom: none;
  border-color: #10234d;
  text-align: center;
}
.sw--comparisontable table th:nth-child(3), .sw--comparisontable table th:nth-child(4), .sw--comparisontable table th:nth-child(5) {
  color: #3b3b40;
  font-weight: 500;
}
.hero-srp .sw--heroblock--title {
  max-width: 608px;
}
.single-product .sw--lb--content > p {
  font-size: 1.5em;
  margin: 0em 0 0.5em !important;
  font-weight: 600;
  line-height: 1.2;
}
@media only screen and (min-width: 768px) {
  .single-product .sw--lb--content > p {
    margin: 0.5em 0 1em !important;
    font-size: 1.7em;
  }
}
.single-product .sw--lb--content > p.sw--heroblock--subtitle {
  margin-bottom: 0.5em !important;
  font-size: 1.1em;
  line-height: 1.6;
}
.single-product .sw--lb--content > p.sw--heroblock--prepretitle, .single-product .sw--lb--containerwidth--content > .sw--heroblock--prepretitle {
  margin-bottom: 0.5em !important;
  font-size: 1.2em;
}
.single-product .sw--actions {
  margin-bottom: 1em;
}
.addtocart-actions .btn-primary {
  min-width: 200px;
  text-align: center;
}
.single-product .section-addtocart.sw--addtocartblock--bar .container {
  max-width: 960px;
}
.single-product .section-addtocart.sw--addtocartblock--bar-hidden, .single-product .section-addtocart {
  top: auto;
  bottom: 0;
  position: fixed;
  right: 0;
  left: 0;
  border-bottom: none;
  border-top: 1px solid #efefef;
  padding: 5px;
}
@media only screen and (min-width: 768px) {
  .single-product .section-addtocart.sw--addtocartblock--bar-hidden, .single-product .section-addtocart {
    position: sticky;
    border-bottom: 1px solid #efefef;
    border-top: none;
    top: 0;
  }
}
.single-product .section-addtocart.sw--addtocartblock--bar-hidden .col-addtocart-actions .addtocart-actions--double .btn-primary, .single-product .section-addtocart .col-addtocart-actions .addtocart-actions--double .btn-primary {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .single-product .section-addtocart.sw--addtocartblock--bar-hidden .col-addtocart-actions .addtocart-actions--double .btn-primary, .single-product .section-addtocart .col-addtocart-actions .addtocart-actions--double .btn-primary {
    width: auto;
  }
}
.single-product .section-addtocart .col-addtocart-actions, .section-addtocart .col-addtocart-actions {
  width: 100%;
  margin-left: 10px;
  margin-right: 10px;
}
@media only screen and (min-width: 768px) {
  .single-product .section-addtocart .col-addtocart-actions, .section-addtocart .col-addtocart-actions {
    width: 60%;
    margin-left: 5px;
    margin-right: 5px;
  }
}
.single-product .section-addtocart.sw--addtocartblock--bar-hidden .col-product-name, .single-product .section-addtocart .col-product-name {
  display: none;
}
@media only screen and (min-width: 768px) {
  .single-product .section-addtocart.sw--addtocartblock--bar-hidden .col-product-name, .single-product .section-addtocart .col-product-name {
    display: flex;
  }
}
.single-product .section-addtocart.sw--addtocartblock--bar-hidden .addtocart-actions a.btn, .single-product .section-addtocart .addtocart-actions a.btn {
  width: 100%;
  margin-right: 0;
}
@media only screen and (min-width: 768px) {
  .single-product .section-addtocart.sw--addtocartblock--bar-hidden .addtocart-actions a.btn, .single-product .section-addtocart .addtocart-actions a.btn {
    width: auto;
    margin-right: 10px;
  }
}
.single-product .section-addtocart .addtocart-actions--double .btn, .section-addtocart .addtocart-actions--double .btn {
  font-size: 1.2em;
}
.single-product .section-addtocart .addtocart-actions .actions, .section-addtocart .addtocart-actions .actions {
  width: 100%;
  justify-content: flex-end;
}
.sw--bar--socialproof p {
  line-height: 1.1;
  margin-bottom: 0.7em;
}
.woocommerce .sw--addtocartblock--bar-hidden.sw--addtocartblock .cart {
  margin-bottom: 0;
}
.site-content #main ul.products {
  max-width: 1120px;
}
.sw--addtocartblock--bar .price, .sw--addtocartblock--bar-hidden .price {
  white-space: nowrap;
  padding-right: 15px;
  font-size: 1.12em;
}
.woocommerce .sw--addtocartblock--bar-hidden .col-addtocart-actions button.single_add_to_cart_button.button.alt {
  margin-top: 0;
}
@font-face {
  font-family: "WpssoStar";
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/wpsso-star.eot");
  src: url("../fonts/wpsso-star.eot") format("embedded-opentype"), url("../fonts/star.woff") format("woff"), url("../fonts/star.ttf") format("truetype"), url("../fonts/star.svg#star") format("svg");
}
.wpsso-rar p.select-star a {
  color: #f69221;
  margin: 2px;
}
.comment-form-attachment__file-types-notice {
  display: block;
}
.comment-form-comment label {
  display: block;
}
.comment-form-comment textarea {
  width: 100%;
}
.sw--review--avatar {
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #00a6e7;
  font-size: 19px;
  font-weight: bold;
  text-align: center;
  color: #fff;
}
.sw--review-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.sw--review--author {
  display: flex;
  align-items: center;
}
.sw--review--date {
  color: #777;
  font-size: 0.75em;
}
.sw--review--avatar {
  display: flex;
  align-items: center;
  justify-content: center;
}
.sw--review--name {
  padding-left: 8px;
  font-size: 0.85em;
}
#reviews .review {
  border: 1px solid #c7c7c7;
  padding: 0 17px;
  border-radius: 6px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1);
}
.wpsso-rar p.select-star a {
  color: #f69221;
  margin: 2px;
}
.wpsso-rar p.select-star a {
  position: relative;
  height: 1em;
  width: 1em;
  text-indent: -999em;
  display: inline-block;
  text-decoration: none;
  outline: 0;
}
.wpsso-rar p.select-star a::before {
  /* font-family: "WpssoStar"; */
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1em;
  height: 1em;
  line-height: 1;
  text-indent: 0;
  /* content: "\73"; */
}
.wpsso-rar p.select-star a::before, .wpsso-rar p.select-star a:hover ~ a::before {
  content: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32.56 30.97'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23f59121;%7D%3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='m16.28,3.05l2.99,8.62.22.64.68.03,9.4.37-7.5,5.3-.59.42.21.69,2.81,9.22-7.62-5.69-.6-.45-.6.45-7.62,5.69,2.81-9.22.21-.69-.59-.42-7.5-5.3,9.4-.37.68-.03.22-.64,2.99-8.62m0-3.05l-3.94,11.34-12.34.48,9.91,7-3.69,12.13,10.06-7.51,10.06,7.51-3.69-12.13,9.91-7-12.34-.48L16.28,0h0Z'/%3E%3C/svg%3E");
}
.wpsso-rar p.select-star:hover a::before, .wpsso-rar p.select-star.selected a.active::before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32.56 30.97'%3E%3Cpolygon style='fill:%23f59121;' points='16.28 0 20.22 11.34 32.56 11.83 22.65 18.83 26.34 30.97 16.28 23.46 6.22 30.97 9.91 18.83 0 11.83 12.34 11.34 16.28 0'/%3E%3C/svg%3E");
}
.wpsso-rar p.select-star.selected a.active ~ a::before {
  content: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32.56 30.97'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23f59121;%7D%3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='m16.28,3.05l2.99,8.62.22.64.68.03,9.4.37-7.5,5.3-.59.42.21.69,2.81,9.22-7.62-5.69-.6-.45-.6.45-7.62,5.69,2.81-9.22.21-.69-.59-.42-7.5-5.3,9.4-.37.68-.03.22-.64,2.99-8.62m0-3.05l-3.94,11.34-12.34.48,9.91,7-3.69,12.13,10.06-7.51,10.06,7.51-3.69-12.13,9.91-7-12.34-.48L16.28,0h0Z'/%3E%3C/svg%3E");
}
.wpsso-rar p.select-star.selected a:not(.active)::before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32.56 30.97'%3E%3Cpolygon style='fill:%23f59121;' points='16.28 0 20.22 11.34 32.56 11.83 22.65 18.83 26.34 30.97 16.28 23.46 6.22 30.97 9.91 18.83 0 11.83 12.34 11.34 16.28 0'/%3E%3C/svg%3E");
}
#comments {
  max-width: 98%;
  margin: 0 auto;
}
#respond {
  margin-top: 2em;
}
.woocommerce-order-received {
  /* Order Received Page */
  /* End Order Received Page */
}
.woocommerce-order-received .woocommerce-order {
  margin-top: 25px;
  padding: 0;
}
.woocommerce-order-received ul.order_details {
  display: flex;
  flex-wrap: wrap;
}
.woocommerce-order-received .shop_table td:first-child a {
  display: inline;
}
.woocommerce-order-received table td, .woocommerce-order-received table th {
  text-transform: none;
}
.woocommerce-order-received .woocommerce-order-details table.shop_table {
  margin: 0 auto;
}
.woocommerce-order-received .woocommerce table.shop_table tbody th {
  font-weight: normal;
  font-size: 1em;
}
.woocommerce-order-received table.shop_table th, .woocommerce-order-received table.shop_table tfoot th {
  background: transparent;
  font-weight: normal;
  font-size: 1em;
}
.woocommerce-order-received .woocommerce table.shop_table tfoot th, .woocommerce-order-received .woocommerce table.shop_table tfoot td {
  text-align: right;
}
.woocommerce-order-received table.shop_table thead th {
  border-bottom: 2px solid #efefef;
  color: #222;
  font-weight: bold;
}
.woocommerce-order-received tbody .product-name {
  font-size: 1em;
  font-family: "Publico", Georgia, serif;
}
@media only screen and (min-width: 768px) {
  .woocommerce-order-received tbody .product-name {
    font-size: 1.3em;
  }
}
.woocommerce-order-received table.shop_table td.product-name, .woocommerce-order-received table.shop_table td.product-total {
  padding-top: 15px;
}
.woocommerce-order-received .order-again {
  display: none;
}
.woocommerce-order-received li {
  margin: 0;
}
.woocommerce-order-received .order_details, .woocommerce-order-received .woocommerce-order-details, .woocommerce-order-received .woocommerce-customer-details {
  margin: 0 auto;
  max-width: 780px;
  padding-left: 0;
  background-color: transparent;
}
.woocommerce-order-received .woocommerce-order-details, .woocommerce-order-received .woocommerce-customer-details {
  margin-top: 4em;
  margin-bottom: 4em;
}
.woocommerce-order-received .woocommerce-order-details h2, .woocommerce-order-received .woocommerce-customer-details h2 {
  text-align: center;
}
.woocommerce-order-received tbody .product-name .wc-item-meta {
  margin-top: 5px;
  font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.75em;
}
.woocommerce-order-received tbody .product-name .wc-item-meta p {
  margin: 0;
}
.woocommerce-order-received ul.order_details {
  margin: 1em auto;
}
.woocommerce-order-received p, .woocommerce-order-received li {
  color: #222222;
}
.woocommerce-order-received ul.order_details:after, .woocommerce-order-received ul.order_details:before {
  display: none;
}
.woocommerce-order-received .woocommerce-table--order-details th, .woocommerce-order-received .woocommerce-table--order-details td {
  padding: 0.75em 1.41575em;
}
.woocommerce-order-received h2 {
  font-size: 1.4em;
  line-height: 1.214;
  font-weight: bold;
}
.woocommerce-order-received address, .woocommerce-order-received address p {
  font-style: normal;
  line-height: 1.4;
  font-size: 1em;
}
.woocommerce-order-received ul.order_details li {
  border-right: none;
  padding: 0.5em;
  background: #efefef;
  margin: 0;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .woocommerce-order-received {
    /* End Order Received Page */
  }
  .woocommerce-order-received ul.order_details li {
    border-right: 1px dashed #d3ced2;
    background: transparent;
    padding-right: 2em;
    margin-right: 2em;
    width: auto;
  }
}
.img-student-results {
  max-width: 780px;
  margin: 0 auto;
}
.cover-image-basic {
  background-size: cover;
  background-position: center;
  margin: 3em 0;
}
@media only screen and (min-width: 768px) {
  .content-area--srp {
    margin-left: 225px;
  }
}
.srp-lesson {
  position: relative;
}
.srp-lesson:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 3px;
  background-color: rgba(0, 0, 0, 0.0612);
  z-index: -1;
}
.srp-lesson .entry-header {
  max-width: none;
  margin: 0;
  text-align: left;
  padding: 10px 0 10px;
  border-bottom: 1px solid #e9e9ea;
}
.srp-lesson .entry-header h1 {
  text-align: left;
  margin-left: 12px;
  margin-right: 12px;
  margin-bottom: 0.25em;
  font-size: 2.5em;
}
@media only screen and (min-width: 768px) {
  .srp-lesson .entry-header h1 {
    margin-left: 40px;
    margin-right: 40px;
    margin-top: 0.25em;
  }
}
.srp-lesson .entry-title {
  display: flex;
  justify-content: space-between;
}
.srp-lesson .entry-title .next-link {
  line-height: 1;
  padding: 20px 15px;
  font-weight: 500;
}
.srp-lesson .entry-content {
  padding: 0;
  margin: 0;
}
.srp-lesson .entry-content h2 {
  font-size: 24px;
  font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
}
@media only screen and (min-width: 768px) {
  .srp-lesson .entry-content h2 {
    font-size: 32px;
  }
}
.srp-lesson div {
  padding: 0;
  max-width: none;
}
.name-child {
  text-align: center;
}
a .name-child-text {
  color: #222;
  font-weight: bold;
  text-decoration: none;
}
.pdf-text-link {
  display: inline;
  text-decoration: none;
}
.pdf-text-link .title-text {
  text-decoration: underline;
}
.emoji {
  font-size: 130%;
  vertical-align: middle;
}
.learndash_content > p, .learndash_content > ul, .learndash_content > ol, .learndash_content > h2, .learndash_content > h3, .learndash_content > h4, .learndash_content > h5, .learndash_content > div {
  max-width: none;
  margin-left: 12px;
  margin-right: 12px;
}
@media only screen and (min-width: 768px) {
  .learndash_content > p, .learndash_content > ul, .learndash_content > ol, .learndash_content > h2, .learndash_content > h3, .learndash_content > h4, .learndash_content > h5, .learndash_content > div {
    margin-left: 40px;
    margin-right: 40px;
    font-size: 1.2em;
    line-height: 1.6;
  }
}
.learndash_content .srp-plyr-container {
  margin-left: 0;
  margin-right: 0;
}
@media only screen and (min-width: 768px) {
  .learndash_content .srp-plyr-container {
    margin-left: 0;
    margin-right: 0;
  }
}
.learndash_content > ol {
  padding-left: 12px;
}
.learndash_content > ol > li > ol {
  list-style-type: lower-alpha;
  padding-left: 12px;
}
.learndash_content p, .learndash_content ul, .learndash_content ol, .learndash_content h2, .learndash_content h3, .learndash_content h4, .learndash_content h5, .learndash_content div {
  max-width: none;
}
.learndash_content > .listwrap--lesson-overview {
  max-width: 800px;
}
.listwrap--lesson-overview {
  border-radius: 8px;
  border: 1px solid #efefef;
  box-shadow: 0 2px 26px -4px rgba(0, 0, 0, 0.1);
  margin: 10px 0;
}
.listwrap--lesson-overview h3 {
  background-color: #d4dee6;
  color: #4d6573;
  padding: 15px 15px 12px;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
  border-radius: 8px 8px 0 0;
  border-bottom: 1px solid #efefef;
}
.listwrap--lesson-overview ol {
  max-width: none;
}
.listwrap--lesson-overview > ol {
  padding: 10px 40px;
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .listwrap--lesson-overview > ol {
    padding: 15px 50px;
  }
}
.listwrap--lesson-overview > ol > li {
  margin: 10px 0;
}
@media only screen and (min-width: 768px) {
  .listwrap--lesson-overview > ol > li {
    margin: 15px 0;
  }
}
.listwrap--lesson-overview > ol > li > ol {
  list-style-type: lower-alpha;
  padding-left: 20px;
  margin: 5px 0 0;
}
.listwrap--lesson-overview > ol > li > ol li {
  margin: 2px 0;
}
.listwrap--printouts {
  border-top: 1px solid #efefef;
  border-bottom: 1px solid #efefef;
  background-color: #f5f5f8;
  padding: 20px;
  margin: 15px 0 !important;
}
@media only screen and (min-width: 768px) {
  .listwrap--printouts {
    margin: 25px 0 !important;
  }
}
.listwrap--printouts h4 {
  margin-left: 10px;
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
.listwrap--printouts .listwrap--header {
  margin-left: 10px;
}
.listwrap--printouts .inner {
  padding: 10px 10px;
}
@media only screen and (min-width: 768px) {
  .listwrap--printouts .inner {
    padding: 10px 30px;
  }
}
.listwrap--printouts .row--group {
  display: flex;
  flex-wrap: wrap;
}
.listwrap--printouts .group--print {
  margin-bottom: 10px;
  margin-right: 10px;
}
.listwrap--printouts .group--print-items {
  display: flex;
  flex-wrap: wrap;
}
.listwrap--printouts, .listwrap--lesson-overview {
  margin: 10px 0;
}
.listwrap--printouts h3, .listwrap--lesson-overview h3 {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 16px;
}
/*--------------------------------------------------------------
# FOR header-style.css
--------------------------------------------------------------*/
.header-content--lesson {
  background-color: #00a0e5;
  max-width: none;
  align-items: flex-start;
}
@media only screen and (min-width: 768px) {
  .header-content--lesson {
    height: 62px;
    align-items: center;
  }
}
.header-content--lesson a {
  color: #fff;
  font-weight: bold;
}
.header-content--lesson .account-dropdown a {
  color: #0084cf;
}
.header-content--lesson .site-branding {
  align-items: center;
}
@media only screen and (min-width: 768px) {
  .header-content--lesson .site-branding {
    display: flex;
  }
}
.header--course-link {
  display: flex;
  align-items: center;
  text-decoration: none;
  padding: 2px;
}
@media only screen and (min-width: 768px) {
  .header--course-link {
    padding: 4px 10px 4px 10px;
  }
}
.header--course-link:hover {
  text-decoration: none;
}
a:hover .header-title--lesson {
  text-decoration: none;
}
.header-title--lesson {
  font-weight: bold;
  font-size: 16px;
  text-decoration: none;
  color: #fff;
  display: inline-block;
  margin-left: 6px;
  vertical-align: middle;
  line-height: 1;
  margin-right: 4px;
}
@media only screen and (min-width: 768px) {
  .header-title--lesson {
    font-size: 17px;
    margin-left: 8px;
  }
}
.ic-program--lesson {
  width: 48px !important;
  height: 48px !important;
  vertical-align: middle;
  border-radius: 8px;
}
.account {
  align-items: center;
  display: flex;
  position: relative;
  height: 100%;
}
.account-link {
  padding: 8px 15px;
}
.arrow-down {
  display: inline-block;
}
.account-dropdown {
  display: none;
  list-style: none;
  padding: 0;
  margin: 0;
  background-color: #fff;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.2);
}
.account-dropdown.show {
  display: block;
  position: absolute;
  top: 62px;
  padding: 5px 0;
  left: -52px;
}
@media only screen and (max-width: 768px) {
  .account-dropdown.show {
    top: 72px;
  }
}
.account-dropdown li {
  margin: 0;
}
.account-dropdown a {
  padding: 5px 15px;
  font-size: 1em;
  display: block;
  min-width: 200px;
}
.account-dropdown a:hover {
  background-color: rgba(215, 239, 252, 0.6);
}
/*--------------------------------------------------------------
# FOR sidebar-style.css
--------------------------------------------------------------*/
#sidebar-toggle {
  position: absolute;
  right: -20px;
}
#lesson-sidebar-container {
  background: #ecedf1;
  position: fixed;
  left: 0;
  bottom: 0;
  transform: translateX(-100%);
  width: 225px;
  overflow-y: auto;
}
@media only screen and (min-width: 768px) {
  #lesson-sidebar-container {
    top: 74px;
    transform: translateX(0);
  }
}
#lesson-sidebar-container.open {
  transform: translateX(0);
}
.admin-bar #lesson-sidebar-container {
  top: 106px;
}
.sidebar-lesson {
  position: static;
  transform: none;
  z-index: inherit;
  height: auto;
  transition: 1s;
  background: #ecedf1;
  /*
	&.open{
	    transform: translateX(0);
    }
*/
}
.sidebar-lesson .main-link a {
  display: block;
  margin: 10px 10px 0 10px;
  padding: 5px 0 5px 10px;
  border-radius: 3px;
}
.sidebar-lesson .main-link.active a {
  font-weight: bold;
  background: #D83B60;
}
.sidebar-lesson .schedule-dropdowns {
  margin-top: 20px;
}
.sidebar-lesson a {
  color: #fff;
}
.sidebar-lesson li {
  position: relative;
  margin: 0;
}
.sidebar-lesson li .arrow-right {
  position: absolute;
  left: 12px;
  top: 11px;
  transition: 0.3s;
}
.sidebar-lesson li .arrow-right.open {
  transform: rotate(90deg);
}
.sidebar-lesson li .arrow-right.inactive {
  border-left-color: #c5c5c5;
}
@media only screen and (max-width: 768px) {
  .sidebar-lesson {
    position: fixed;
    z-index: 100;
    height: 100vh;
  }
}
.lessons-list--days {
  padding: 5px 0;
}
.lessons-link--week, .lessons-link--day, .lessons-link--week_disabled, .lessons-link--day_disabled {
  cursor: pointer;
  padding: 8px 8px 8px 30px;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  display: block;
}
.lessons-link--week.inactive, .lessons-link--day.inactive, .lessons-link--week_disabled.inactive, .lessons-link--day_disabled.inactive {
  color: #c5c5c5;
  cursor: auto;
}
.lessons-link--week:hover, .lessons-link--day:hover, .lessons-link--week_disabled:hover, .lessons-link--day_disabled:hover {
  background-color: rgba(255, 255, 255, 0.05);
  border-radius: 3px;
}
.lessons-link--week_disabled:hover {
  background-color: transparent;
}
.lessons-link--day {
  text-transform: none;
}
.lessons-link--day_disabled {
  color: #b2adb7;
  cursor: default;
  text-transform: none;
}
.lessons-link--day_disabled:hover {
  background-color: transparent;
}
.weekly-dropdown-container {
  display: none;
  background: #23325d;
}
.weekly-dropdown-container ul {
  margin: 0;
  list-style: none;
}
.open .weekly-dropdown-container {
  display: block;
}
.day-link {
  display: block;
  padding: 4px 8px 4px 40px;
}
/*--------------------------------------------------------------
# FOR plyr videos
--------------------------------------------------------------*/
.srp-plyr-container {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  background: #f5f5f9;
}
.video-wrap-aspect {
  position: relative;
  max-width: 1120px;
  margin: 0 auto;
  width: 100%;
}
.video-wrap-aspect.aspect-16-9 {
  padding-top: 56.25%;
}
.video-wrap-aspect .video {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
}
.srp-lesson .video-wrap-aspect {
  position: relative;
  max-width: 1120px;
  margin: 0 auto;
  width: 100%;
}
/*--------------------------------------------------------------
# Icons
--------------------------------------------------------------*/
.arrow-right {
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 7px solid #fff;
  margin: 3px;
}
.arrow-down {
  width: 0;
  height: 0;
  border-top: 5px solid #000;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  margin: 3px;
}
/*--------------------------------------------------------------
# FOR pdf viewer
--------------------------------------------------------------*/
.pdf-thumbnail-container {
  margin: 10px;
  display: inline-block;
  text-align: center;
}
.pdf-thumbnail-container .pdf-image {
  display: block;
}
.pdf-thumbnail-container a {
  display: block;
  font-size: 17px;
  text-decoration: none;
}
.pdf-thumbnail-container a .pdf-title > span {
  font-size: 12.5px;
  text-transform: uppercase;
  display: block;
  text-decoration: none;
  color: #999;
  letter-spacing: 0.5px;
}
.pdf-thumbnail-container a:hover .pdf-title > span {
  color: #666;
}
.pdf-thumbnail-container .name-child-text {
  font-size: 0.9em;
}
.pdf-thumbnail-container img {
  max-width: 180px;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
  border: 1px solid #e3e3e3;
}
@media only screen and (min-width: 768px) {
  .landscape img {
    max-height: 230px;
    width: auto;
    max-width: none;
  }
}
#learndash_next_prev_link {
  text-align: center;
}
.nav--course-switcher {
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
}
.nav--course-switcher--inner {
  background-color: #fff;
  border-radius: 10px;
  max-width: 550px;
  padding-bottom: 1em;
}
.nav--course-switcher--inner a {
  display: block;
  font-size: 2em;
  padding: 0.5em 1.5em;
  color: #000;
}
.nav--course-switcher--inner a:hover {
  background-color: #CEE4F4;
}
.nav--course-switcher h2 {
  font-size: 2.5em;
  margin: 0.5em;
}
.sidebar-nav-session-1 .week-1, .sidebar-nav-session-1 .week-2, .sidebar-nav-session-1 .week-3, .sidebar-nav-session-1 .week-4, .sidebar-nav-session-1 .week-5, .sidebar-nav-session-1 .week-6 {
  display: block;
}
.sidebar-nav-session-1 .week-7, .sidebar-nav-session-1 .week-8, .sidebar-nav-session-1 .week-9, .sidebar-nav-session-1 .week-10, .sidebar-nav-session-1 .week-11, .sidebar-nav-session-1 .week-12 {
  display: none;
}
.sidebar-nav-session-2 .week-1, .sidebar-nav-session-2 .week-2, .sidebar-nav-session-2 .week-3, .sidebar-nav-session-2 .week-4, .sidebar-nav-session-2 .week-5, .sidebar-nav-session-2 .week-6 {
  display: none;
}
.sidebar-nav-session-2 .week-7, .sidebar-nav-session-2 .week-8, .sidebar-nav-session-2 .week-9, .sidebar-nav-session-2 .week-10, .sidebar-nav-session-2 .week-11, .sidebar-nav-session-2 .week-12 {
  display: block;
}
.sidebar-nav--section {
  position: relative;
}
.sidebar-nav--section .arrow-right {
  position: absolute;
  left: 12px;
  top: 11px;
  transition: 0.3s;
}
.sidebar-nav--section .arrow-right.inactive {
  border-left-color: #c5c5c5;
}
.inactive .arrow-right {
  border-left-color: #c5c5c5;
}
.open .sidebar-nav--section .arrow-right {
  transform: rotate(90deg);
}
.inactive .sidebar-nav--section {
  color: #c5c5c5;
  cursor: auto;
}
.inactive .sidebar-nav--section .ld-lesson-section-heading {
  color: #c5c5c5;
  cursor: auto;
}
.ld-lesson-item {
  display: none;
  background: #fff;
}
.ld-lesson-item a {
  color: #000;
  display: block;
  padding: 4px 8px 4px 30px;
  font-weight: 700;
}
.ld-lesson-item a:hover {
  background-color: rgba(215, 239, 252, 0.6);
}
.ld-section-nosections.open.ld-section {
  padding-bottom: 0;
  background: transparent;
  box-shadow: none;
  border-right: 1px solid #c6c7cc;
}
.ld-section-nosections.open.ld-section .ld-lesson-item {
  background: transparent;
}
.ld-section-nosections.open.ld-section .ld-lesson-item a, .ld-section-nosections.open.ld-section .ld-lesson-item .ld-lesson-item-preview-heading {
  background: transparent;
  border-radius: 10px;
  border: 1px solid #c6c7cc;
  padding: 15px 0 15px 20px;
  margin: 8px 5px;
  box-shadow: 0 1px 5px -2px rgba(0, 0, 0, 0.2);
  font-weight: bold;
}
.ld-section-nosections.open.ld-section .ld-lesson-item a.locked, .ld-section-nosections.open.ld-section .ld-lesson-item .ld-lesson-item-preview-heading.locked {
  opacity: 0.5;
}
.ld-section-nosections.open.ld-section .ld-lesson-item.ld-is-current-lesson a {
  background: #fff;
  border-right: 4px solid #b1d7f5;
}
.ld-is-current-lesson a {
  border-right: 6px solid #b1d7f5;
  background-color: rgba(215, 239, 252, 0.8);
}
.inactive .ld-lesson-title {
  padding: 4px 8px 4px 30px;
  color: #c5c5c5;
}
.sidebar-nav .ld-lesson-section-heading {
  color: #3f3f41;
  display: block;
  padding: 8px 8px 8px 30px;
  cursor: pointer;
  text-transform: uppercase;
  font-weight: 500;
}
.sidebar-nav .sidebar-nav--arrow {
  float: left;
  margin-top: 11px;
  margin-left: 8px;
  transform: rotate(-90deg);
}
.sidebar-nav .open .sidebar-nav--arrow {
  transform: rotate(0);
}
.sidebar-nav .inactive .sidebar-nav--arrow path {
  fill: #c5c5c5 !important;
}
.sidebar-nav--section {
  margin: 4px 0;
}
.sidebar-nav--section:hover {
  background-color: #dedee0;
}
.open .ld-lesson-item {
  display: block;
}
.open.ld-section {
  background-color: #fff;
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  padding-bottom: 10px;
  border-right: 1px solid #c6c7cc;
}
.ld-section-first {
  margin: 15px 0 15px;
}
.ld-section-first .ld-lesson-item {
  display: block;
  background: transparent;
  margin-bottom: 5px;
  margin-top: 10px;
}
.ld-section-first .ld-lesson-item a {
  font-weight: bold;
  background: #d83b60;
  display: block;
  margin: 10px 10px 0 10px;
  padding: 5px 0 5px 10px;
  border-radius: 3px;
  border: none;
  color: #fff;
}
#select_session {
  width: 90%;
  margin: 25px auto;
  border-radius: 25px;
  min-height: 0;
  padding: 0.4em;
  background: #e1e2e6;
  font-size: 1em;
}
#lesson-sidebar-container {
  top: 62px;
}
@media only screen and (min-width: 768px) {
  #lesson-sidebar-container {
    box-shadow: inset -1px 0 0 0 rgba(207, 208, 212, 0.9), inset -2px 0 0 0 rgba(255, 255, 255, 0.25);
  }
}
.admin-bar #lesson-sidebar-container {
  top: 94px;
}
.sfwd-lessons-template-default .site-content {
  padding-top: 54px;
}
.sfwd-lessons-template-default .site-content.sw--students--multi {
  padding-top: 82px;
}
@media only screen and (min-width: 768px) {
  .sfwd-lessons-template-default .site-content.sw--students--multi {
    padding-top: 62px;
  }
}
@media only screen and (min-width: 768px) {
  .sfwd-lessons-template-default .site-content {
    padding-top: 62px;
  }
}
.sw--lesson--nav-footer a {
  padding: 10px 15px;
  display: block;
}
.next-link .meta-nav, .prev-link .meta-nav {
  content: url('data:image/svg+xml; utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" style="width:16px; height: 16px;" class="sidebar-nav--arrow"><path fill="%230084cf" d="M8,8.48,4.3,4.79,2.56,6.53,8,12l5.44-5.43L11.7,4.79Z"></path></svg>');
  width: 16px;
  height: 16px;
  transform: rotate(-90deg);
  vertical-align: middle;
}
.prev-link .meta-nav {
  transform: rotate(90deg);
}
.floating-nav {
  position: fixed;
  bottom: 100px;
  right: 10px;
  z-index: 9999999999 !important;
}
@media only screen and (min-width: 768px) {
  .floating-nav {
    display: none;
  }
}
.floating-nav .btn {
  border-radius: 30px;
  height: 60px;
  width: 60px;
  background-color: #ffffff;
  box-shadow: 0 0 9px 1px rgba(0, 0, 0, 0.2);
  padding: 10px 10px;
}
.floating-nav .nav-menubtn--line {
  background-color: #a3a5a9;
  width: 30px;
  height: 3px;
  border-radius: 3px;
  margin: 4px auto;
}
.floating-nav .nav-menubtn--copy {
  font-size: 0.6em;
  color: #7b7e84;
}
@media only screen and (min-width: 440px) {
  .floating-nav .nav-menubtn--copy {
    font-size: 0.6em;
  }
}
.nav--lessons--open #lesson-sidebar-container {
  transform: translateX(0);
  position: static;
  width: auto;
}
.nav--lessons--open #primary {
  display: none;
}
.page-template-default .sw--group--materials {
  max-width: 800px;
  margin: 0 auto;
  align-content: flex-start;
}
.page-template-default .sw--group--materials .sw--group--title {
  display: none;
}
.sw--nav-students {
  height: 100%;
  display: flex;
  align-items: center;
}
.sw--nav-students a {
  padding: 8px 6px;
  position: relative;
  color: rgba(255, 255, 255, 0.8);
}
@media only screen and (min-width: 768px) {
  .sw--nav-students a {
    padding: 3px 6px;
  }
}
.sw--nav-students a:hover {
  color: white;
}
.sw--nav-students a:after {
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  height: 0px;
  background-color: transparent;
}
.sw--nav-students a.active:after {
  height: 4px;
  background-color: #fff;
}
.sw--nav-students a.active {
  color: white;
}
.sw--grade--reading--K .sw--item--grade--reading:not(.sw--item--grade--reading--K) {
  display: none;
}
.sw--grade--reading--1 .sw--item--grade--reading:not(.sw--item--grade--reading--1) {
  display: none;
}
.sw--grade--reading--2 .sw--item--grade--reading:not(.sw--item--grade--reading--2) {
  display: none;
}
.sw--grade--reading--3 .sw--item--grade--reading:not(.sw--item--grade--reading--3) {
  display: none;
}
.sw--grade--reading--4 .sw--item--grade--reading:not(.sw--item--grade--reading--4) {
  display: none;
}
.sw--grade--reading--5 .sw--item--grade--reading:not(.sw--item--grade--reading--5) {
  display: none;
}
.sw--grade--reading--6 .sw--item--grade--reading:not(.sw--item--grade--reading--6) {
  display: none;
}
.sw--grade--reading--7 .sw--item--grade--reading:not(.sw--item--grade--reading--7) {
  display: none;
}
.sw--grade--reading--8 .sw--item--grade--reading:not(.sw--item--grade--reading--8) {
  display: none;
}
.sw--grade--spelling--S_K .sw--item--grade--spelling:not(.sw--item--grade--spelling--S_K) {
  display: none;
}
.sw--grade--spelling--S_P .sw--item--grade--spelling:not(.sw--item--grade--spelling--S_P) {
  display: none;
}
.sw--grade--spelling--S_B .sw--item--grade--spelling:not(.sw--item--grade--spelling--S_B) {
  display: none;
}
.sw--grade--spelling--S_J .sw--item--grade--spelling:not(.sw--item--grade--spelling--S_J) {
  display: none;
}
.sw--grade--spelling--S_I .sw--item--grade--spelling:not(.sw--item--grade--spelling--S_I) {
  display: none;
}
.sw--grade--spelling--S_V .sw--item--grade--spelling:not(.sw--item--grade--spelling--S_V) {
  display: none;
}
.sw--grade--spelling--S_A .sw--item--grade--spelling:not(.sw--item--grade--spelling--S_A) {
  display: none;
}
.site-main.course-main {
  padding: 0;
}
.site-main.course-main h2, .site-main.course-main h4 {
  margin: 0;
}
.site-main.course-main #home-sidebar-container {
  background: #191A30;
}
.site-main.course-main #progress-sidebar {
  position: static;
  transform: none;
  z-index: inherit;
  height: auto;
}
.site-main.course-main #progress-sidebar #sidebar-toggle {
  display: none;
}
.site-main.course-main .entry-header {
  padding: 0;
}
.site-main.course-main .entry-title {
  display: none;
}
.site-main.course-main .title {
  float: left;
}
.site-main.course-main .subheader {
  padding: 20px 25px;
}
.site-main.course-main .next-lesson {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.site-main.course-main .next-lesson a {
  color: #d83b60;
  margin-right: 15px;
  font-size: 20px;
}
.site-main.course-main .next-lesson .arrow-right {
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 13px solid #d83b60;
}
@media only screen and (min-width: 768px) {
  .page-template-single-settings .entry-header, .page-template-single-orders .entry-header, .page-template-single-subscription .entry-header, .page-template-single-settings-refer .entry-header, .page-template-single-settings-plain .entry-header, .page-template-single-account .entry-header {
    padding-top: 2em;
  }
}
.page-template-single-settings .row, .page-template-single-orders .row, .page-template-single-subscription .row, .page-template-single-settings-refer .row, .page-template-single-settings-plain .row, .page-template-single-account .row {
  justify-content: flex-start;
}
.page-template-single-settings .sw-avatar, .page-template-single-orders .sw-avatar, .page-template-single-subscription .sw-avatar, .page-template-single-settings-refer .sw-avatar, .page-template-single-settings-plain .sw-avatar, .page-template-single-account .sw-avatar {
  border-radius: 50%;
  width: 48px;
  height: 48px;
  font-size: 24px;
  background-color: #28a3dd;
  color: #fff;
  font-weight: bold;
  line-height: 48px;
  text-transform: uppercase;
  text-align: center;
  display: inline-block;
}
.page-template-single-settings .sw--settings--name, .page-template-single-orders .sw--settings--name, .page-template-single-subscription .sw--settings--name, .page-template-single-settings-refer .sw--settings--name, .page-template-single-settings-plain .sw--settings--name, .page-template-single-account .sw--settings--name {
  margin-bottom: 10px;
  clear: both;
  min-height: 48px;
}
.page-template-single-settings .sw--settings--name .sw-avatar, .page-template-single-orders .sw--settings--name .sw-avatar, .page-template-single-subscription .sw--settings--name .sw-avatar, .page-template-single-settings-refer .sw--settings--name .sw-avatar, .page-template-single-settings-plain .sw--settings--name .sw-avatar, .page-template-single-account .sw--settings--name .sw-avatar {
  float: left;
}
.page-template-single-settings .sw--settings--name h3, .page-template-single-orders .sw--settings--name h3, .page-template-single-subscription .sw--settings--name h3, .page-template-single-settings-refer .sw--settings--name h3, .page-template-single-settings-plain .sw--settings--name h3, .page-template-single-account .sw--settings--name h3 {
  line-height: 48px;
  margin-left: 58px;
}
.page-template-single-settings hr, .page-template-single-orders hr, .page-template-single-subscription hr, .page-template-single-settings-refer hr, .page-template-single-settings-plain hr, .page-template-single-account hr {
  width: 100%;
  margin: 2em 0;
}
.page-template-single-settings .form-group input, .page-template-single-orders .form-group input, .page-template-single-subscription .form-group input, .page-template-single-settings-refer .form-group input, .page-template-single-settings-plain .form-group input, .page-template-single-account .form-group input {
  width: 100%;
}
.page-template-single-settings .form-group input[type=text], .page-template-single-orders .form-group input[type=text], .page-template-single-subscription .form-group input[type=text], .page-template-single-settings-refer .form-group input[type=text], .page-template-single-settings-plain .form-group input[type=text], .page-template-single-account .form-group input[type=text] {
  min-height: 58px;
}
@media only screen and (min-width: 768px) {
  .page-template-single-settings .form-group, .page-template-single-orders .form-group, .page-template-single-subscription .form-group, .page-template-single-settings-refer .form-group, .page-template-single-settings-plain .form-group, .page-template-single-account .form-group {
    padding-right: 1em;
  }
}
.page-template-single-settings .col-xs-1-2 .form-group, .page-template-single-orders .col-xs-1-2 .form-group, .page-template-single-subscription .col-xs-1-2 .form-group, .page-template-single-settings-refer .col-xs-1-2 .form-group, .page-template-single-settings-plain .col-xs-1-2 .form-group, .page-template-single-account .col-xs-1-2 .form-group {
  padding-right: 1em;
}
.page-template-single-settings .col-xs-1-2:last-child .form-group, .page-template-single-orders .col-xs-1-2:last-child .form-group, .page-template-single-subscription .col-xs-1-2:last-child .form-group, .page-template-single-settings-refer .col-xs-1-2:last-child .form-group, .page-template-single-settings-plain .col-xs-1-2:last-child .form-group, .page-template-single-account .col-xs-1-2:last-child .form-group {
  padding-right: 0;
}
@media only screen and (min-width: 768px) {
  .page-template-single-settings .col-xs-1-2:last-child .form-group, .page-template-single-orders .col-xs-1-2:last-child .form-group, .page-template-single-subscription .col-xs-1-2:last-child .form-group, .page-template-single-settings-refer .col-xs-1-2:last-child .form-group, .page-template-single-settings-plain .col-xs-1-2:last-child .form-group, .page-template-single-account .col-xs-1-2:last-child .form-group {
    padding-right: 1em;
  }
}
@media only screen and (min-width: 768px) {
  .page-template-single-settings .col-2-3, .page-template-single-orders .col-2-3, .page-template-single-subscription .col-2-3, .page-template-single-settings-refer .col-2-3, .page-template-single-settings-plain .col-2-3, .page-template-single-account .col-2-3 {
    padding: 0 15px;
  }
}
.page-template-single-settings .gform_wrapper form, .page-template-single-orders .gform_wrapper form, .page-template-single-subscription .gform_wrapper form, .page-template-single-settings-refer .gform_wrapper form, .page-template-single-settings-plain .gform_wrapper form, .page-template-single-account .gform_wrapper form {
  max-width: 660px;
  margin-left: 0;
}
@media only screen and (min-width: 768px) {
  .page-template-single-settings .gform_wrapper form, .page-template-single-orders .gform_wrapper form, .page-template-single-subscription .gform_wrapper form, .page-template-single-settings-refer .gform_wrapper form, .page-template-single-settings-plain .gform_wrapper form, .page-template-single-account .gform_wrapper form {
    padding-right: 20px;
  }
}
.page-template-single-settings .entry-content > div, .page-template-single-orders .entry-content > div, .page-template-single-subscription .entry-content > div, .page-template-single-settings-refer .entry-content > div, .page-template-single-settings-plain .entry-content > div, .page-template-single-account .entry-content > div {
  padding-left: 0;
  padding-right: 0;
}
@media only screen and (min-width: 768px) {
  .page-template-single-settings h1, .page-template-single-orders h1, .page-template-single-subscription h1, .page-template-single-settings-refer h1, .page-template-single-settings-plain h1, .page-template-single-account h1 {
    max-width: 1120px;
    text-align: left;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.page-template-single-settings h2, .page-template-single-orders h2, .page-template-single-subscription h2, .page-template-single-settings-refer h2, .page-template-single-settings-plain h2, .page-template-single-account h2 {
  font-size: 1.65em;
  margin: 0;
  line-height: 1.6;
}
.page-template-single-settings .trial p, .page-template-single-orders .trial p, .page-template-single-subscription .trial p, .page-template-single-settings-refer .trial p, .page-template-single-settings-plain .trial p, .page-template-single-account .trial p {
  margin: 0;
}
.page-template-single-settings .trial .trial--left, .page-template-single-orders .trial .trial--left, .page-template-single-subscription .trial .trial--left, .page-template-single-settings-refer .trial .trial--left, .page-template-single-settings-plain .trial .trial--left, .page-template-single-account .trial .trial--left {
  border-radius: 15px;
  line-height: 1;
  background-color: #675ba2;
  display: inline-block;
  padding: 2px 10px;
  color: #fff;
  font-size: 0.92em;
}
.page-template-single-settings ul, .page-template-single-settings li, .page-template-single-orders ul, .page-template-single-orders li, .page-template-single-subscription ul, .page-template-single-subscription li, .page-template-single-settings-refer ul, .page-template-single-settings-refer li, .page-template-single-settings-plain ul, .page-template-single-settings-plain li, .page-template-single-account ul, .page-template-single-account li {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.page-template-single-settings ul.menu, .page-template-single-settings nav.woocommerce-MyAccount-navigation ul, .page-template-single-orders ul.menu, .page-template-single-orders nav.woocommerce-MyAccount-navigation ul, .page-template-single-subscription ul.menu, .page-template-single-subscription nav.woocommerce-MyAccount-navigation ul, .page-template-single-settings-refer ul.menu, .page-template-single-settings-refer nav.woocommerce-MyAccount-navigation ul, .page-template-single-settings-plain ul.menu, .page-template-single-settings-plain nav.woocommerce-MyAccount-navigation ul, .page-template-single-account ul.menu, .page-template-single-account nav.woocommerce-MyAccount-navigation ul {
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.page-template-single-settings ul.menu li, .page-template-single-settings nav.woocommerce-MyAccount-navigation ul li, .page-template-single-orders ul.menu li, .page-template-single-orders nav.woocommerce-MyAccount-navigation ul li, .page-template-single-subscription ul.menu li, .page-template-single-subscription nav.woocommerce-MyAccount-navigation ul li, .page-template-single-settings-refer ul.menu li, .page-template-single-settings-refer nav.woocommerce-MyAccount-navigation ul li, .page-template-single-settings-plain ul.menu li, .page-template-single-settings-plain nav.woocommerce-MyAccount-navigation ul li, .page-template-single-account ul.menu li, .page-template-single-account nav.woocommerce-MyAccount-navigation ul li {
  display: block;
  width: 100%;
}
.page-template-single-settings ul.menu li a, .page-template-single-settings nav.woocommerce-MyAccount-navigation ul li a, .page-template-single-orders ul.menu li a, .page-template-single-orders nav.woocommerce-MyAccount-navigation ul li a, .page-template-single-subscription ul.menu li a, .page-template-single-subscription nav.woocommerce-MyAccount-navigation ul li a, .page-template-single-settings-refer ul.menu li a, .page-template-single-settings-refer nav.woocommerce-MyAccount-navigation ul li a, .page-template-single-settings-plain ul.menu li a, .page-template-single-settings-plain nav.woocommerce-MyAccount-navigation ul li a, .page-template-single-account ul.menu li a, .page-template-single-account nav.woocommerce-MyAccount-navigation ul li a {
  display: block;
  border-radius: 8px;
  color: #0084cf;
  padding: 12px 6px 12px 12px;
  font-size: 19px;
  font-weight: bold;
  line-height: 1.2;
}
.page-template-single-settings ul.menu li a:hover, .page-template-single-settings nav.woocommerce-MyAccount-navigation ul li a:hover, .page-template-single-orders ul.menu li a:hover, .page-template-single-orders nav.woocommerce-MyAccount-navigation ul li a:hover, .page-template-single-subscription ul.menu li a:hover, .page-template-single-subscription nav.woocommerce-MyAccount-navigation ul li a:hover, .page-template-single-settings-refer ul.menu li a:hover, .page-template-single-settings-refer nav.woocommerce-MyAccount-navigation ul li a:hover, .page-template-single-settings-plain ul.menu li a:hover, .page-template-single-settings-plain nav.woocommerce-MyAccount-navigation ul li a:hover, .page-template-single-account ul.menu li a:hover, .page-template-single-account nav.woocommerce-MyAccount-navigation ul li a:hover {
  background-color: rgba(215, 239, 252, 0.6);
}
.page-template-single-settings ul.menu li.current-menu-item a, .page-template-single-settings ul.menu li.is-active a, .page-template-single-settings nav.woocommerce-MyAccount-navigation ul li.current-menu-item a, .page-template-single-settings nav.woocommerce-MyAccount-navigation ul li.is-active a, .page-template-single-orders ul.menu li.current-menu-item a, .page-template-single-orders ul.menu li.is-active a, .page-template-single-orders nav.woocommerce-MyAccount-navigation ul li.current-menu-item a, .page-template-single-orders nav.woocommerce-MyAccount-navigation ul li.is-active a, .page-template-single-subscription ul.menu li.current-menu-item a, .page-template-single-subscription ul.menu li.is-active a, .page-template-single-subscription nav.woocommerce-MyAccount-navigation ul li.current-menu-item a, .page-template-single-subscription nav.woocommerce-MyAccount-navigation ul li.is-active a, .page-template-single-settings-refer ul.menu li.current-menu-item a, .page-template-single-settings-refer ul.menu li.is-active a, .page-template-single-settings-refer nav.woocommerce-MyAccount-navigation ul li.current-menu-item a, .page-template-single-settings-refer nav.woocommerce-MyAccount-navigation ul li.is-active a, .page-template-single-settings-plain ul.menu li.current-menu-item a, .page-template-single-settings-plain ul.menu li.is-active a, .page-template-single-settings-plain nav.woocommerce-MyAccount-navigation ul li.current-menu-item a, .page-template-single-settings-plain nav.woocommerce-MyAccount-navigation ul li.is-active a, .page-template-single-account ul.menu li.current-menu-item a, .page-template-single-account ul.menu li.is-active a, .page-template-single-account nav.woocommerce-MyAccount-navigation ul li.current-menu-item a, .page-template-single-account nav.woocommerce-MyAccount-navigation ul li.is-active a {
  background-color: #efefef;
  color: #222;
}
.page-template-single-settings .product-meta strong, .page-template-single-orders .product-meta strong, .page-template-single-subscription .product-meta strong, .page-template-single-settings-refer .product-meta strong, .page-template-single-settings-plain .product-meta strong, .page-template-single-account .product-meta strong {
  font-weight: normal;
}
.page-template-single-settings .settings--subscription-meta--table, .page-template-single-orders .settings--subscription-meta--table, .page-template-single-subscription .settings--subscription-meta--table, .page-template-single-settings-refer .settings--subscription-meta--table, .page-template-single-settings-plain .settings--subscription-meta--table, .page-template-single-account .settings--subscription-meta--table {
  border-top: 2px solid #E6E6E6;
  border-bottom: 2px solid #E6E6E6;
  padding-bottom: 15px;
  padding-top: 15px;
  margin-top: 15px;
  margin-bottom: 15px;
  max-width: 296px;
}
.page-template-single-settings .product-meta--wrap, .page-template-single-orders .product-meta--wrap, .page-template-single-subscription .product-meta--wrap, .page-template-single-settings-refer .product-meta--wrap, .page-template-single-settings-plain .product-meta--wrap, .page-template-single-account .product-meta--wrap {
  margin-top: 15px;
  margin-bottom: 15px;
}
.page-template-single-settings .actions--settings, .page-template-single-orders .actions--settings, .page-template-single-subscription .actions--settings, .page-template-single-settings-refer .actions--settings, .page-template-single-settings-plain .actions--settings, .page-template-single-account .actions--settings {
  margin-bottom: 50px;
}
.page-template-single-settings .actions--settings a, .page-template-single-orders .actions--settings a, .page-template-single-subscription .actions--settings a, .page-template-single-settings-refer .actions--settings a, .page-template-single-settings-plain .actions--settings a, .page-template-single-account .actions--settings a {
  text-decoration: underline;
  display: inline-block;
  padding-right: 8px;
}
.sw-main {
  margin-bottom: 5em;
}
@media only screen and (min-width: 768px) {
  .sw-main {
    padding-left: 40px;
  }
}
.sw-main p {
  margin-left: 0;
}
/* ---- Sign Up ------ */
.page-template-single-signup {
  background-color: #ebedef;
}
.page-template-single-signup .site-content {
  padding: 0;
}
@media only screen and (min-width: 768px) {
  .page-template-single-signup .site-content {
    padding: 0;
  }
}
.page-template-single-signup .modal-header-sun {
  display: none;
}
@media only screen and (min-width: 641px) {
  .page-template-single-signup .modal-header-sun {
    display: flex;
  }
}
.site-content-signup .entry-content {
  padding: 0;
}
.site-content-signup .entry-content > section, .site-content-signup .entry-content > div {
  padding: 0;
}
.content-signup {
  max-width: 750px;
  border-radius: 2px;
  box-shadow: 0 4px 50px -10px rgba(0, 0, 0, 0.15);
  background-color: #fff;
  margin: 0 auto 25px;
}
.content-signup .entry-content {
  margin-top: 0;
  padding: 20px;
}
@media only screen and (min-width: 641px) {
  .content-signup .entry-content {
    padding: 40px 50px;
  }
}
.content-signup .gform_wrapper {
  margin-top: 0;
}
.content-signup .gform_wrapper .gform_page_footer {
  border-top: 0;
  display: flex;
  flex-wrap: wrap;
}
.content-signup .gform_wrapper .gform_page_footer .button.gform_previous_button, .content-signup .gform_previous_button {
  order: 1;
  width: 100%;
  margin: 5px 0;
}
.content-signup .gform_wrapper .gform_page_footer .button.gform_next_button, .content-signup .gform_wrapper .gform_page_footer .button.gform_button {
  order: 0;
  width: 100%;
  margin: 5px 0;
}
.row-pretitle {
  display: flex;
  justify-content: space-between;
  margin-bottom: 3px;
}
@media only screen and (min-width: 641px) {
  .row-pretitle {
    margin-bottom: 0;
  }
}
.row-pretitle-signup .pretitle {
  display: block;
  font-weight: bold;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
@media only screen and (min-width: 641px) {
  .row-pretitle-signup .pretitle {
    font-size: 15px;
  }
}
.row-pretitle-signup .pretitle-secure .pretitle-secure-text {
  color: #ababab;
  font-size: 11px;
  display: inline-block;
  vertical-align: middle;
  line-height: 1.7;
  margin-left: 4px;
  margin-bottom: 2px;
}
.row-title {
  display: flex;
  align-items: center;
}
.row-title .title-wrap {
  margin-left: 10px;
}
@media only screen and (min-width: 641px) {
  .row-title .title-wrap {
    margin-left: 20px;
  }
}
.row-title .title-wrap .title-program {
  display: block;
  font-family: "Cabrito", Georgia, serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.2;
}
@media only screen and (min-width: 641px) {
  .row-title .title-wrap .title-program {
    font-size: 24px;
  }
}
.row-title .title-wrap .subtitle {
  display: block;
}
.row-title .ic-program {
  width: 56px !important;
  height: 56px !important;
}
@media only screen and (min-width: 768px) {
  .row-title .ic-program {
    width: 72px !important;
    height: 72px !important;
  }
}
.ginput_container .button {
  min-height: 56px;
}
.page-template-single-signup .gform_wrapper .gsection {
  border-bottom: 0;
  border-top: 2px solid #efefef;
}
.gform_wrapper h2.gsection_title {
  font-weight: 700;
  font-size: 1em;
  text-transform: uppercase;
  color: #795baf;
  letter-spacing: 1.5px;
}
.gform_wrapper .gsection {
  border-bottom: 0;
  border-top: 2px solid #efefef;
  border-bottom: 0;
  padding: 20px 0 0 !important;
}
.gform_wrapper .top_label .gfield_total .gfield_label {
  font-size: 15px;
}
body .gform_wrapper .top_label .gfield_total div.ginput_container {
  margin-top: 0;
}
.gform_wrapper .top_label .gfield_total span.ginput_total {
  margin: 0;
}
.gform_wrapper .description_above .gfield_total .gfield_description {
  color: #777;
  letter-spacing: 0.5px;
  font-size: 12px;
  text-transform: uppercase;
}
@media only screen and (min-width: 768px) {
  .gform_wrapper .description_above .gfield_total .gfield_description {
    font-size: 15px;
  }
}
.gform_wrapper span.ginput_total {
  font-size: 24px;
  font-weight: bold;
  color: #222;
}
.pretitle-login {
  text-transform: uppercase;
  text-align: center;
  margin: 0 auto 5px;
  font-weight: normal;
  font-size: 15px;
  color: #999;
  letter-spacing: 0.75px;
}
@media only screen and (min-width: 768px) {
  .pretitle-login {
    margin: 0 auto 10px;
  }
}
.page-template-single-login {
  background-color: #ebedef;
}
@media only screen and (min-width: 768px) {
  .page-template-single-login .entry-header {
    padding-top: 2em;
  }
}
.page-template-single-login .entry-header .entry-title {
  text-align: center;
  margin-bottom: 0;
}
.page-template-single-login .content-signup .entry-content {
  padding: 15px 20px;
}
@media only screen and (min-width: 768px) {
  .page-template-single-login .content-signup .entry-content {
    padding: 20px;
  }
}
.page-template-single-login .site-footer {
  margin-top: 10px;
}
#access_form .btn-back-wrap {
  text-align: left;
  padding: 15px 0 0 20px;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
}
#access_form .btn-back-wrap button {
  background-color: #ffffff;
}
#access_form .gform_wrapper .gform_heading h3.gform_title {
  margin: 0;
}
#access_form .gform_wrapper .gform_heading .gform_description {
  margin: 0;
}
#access_form .gform_wrapper .gfield_price {
  line-height: 28px;
}
#access_form .gform_wrapper .gfield_price .gfield_label {
  display: block;
}
#access_form .gform_wrapper .gfield_price .ginput_container_total {
  float: left;
}
#access_form .gform_wrapper .gfield_price .ginput_total {
  color: #000;
  font-size: 24px;
  line-height: 28px;
}
#access_form .gform_wrapper .gfield_price .gfield_description {
  padding: 0;
  float: left;
  font-size: 16px;
  clear: none;
  line-height: 30px;
  padding-left: 5px;
  max-width: 70%;
}
#access_form .gform_wrapper .gform_card_icon_container {
  margin: 0;
}
#access_form .gform_wrapper .input-text, #access_form .gform_wrapper input[type="email"], #access_form .gform_wrapper input[type="password"], #access_form .gform_wrapper input[type="search"], #access_form .gform_wrapper input[type="text"], #access_form .gform_wrapper input[type="url"], #access_form .gform_wrapper textarea, #access_form .gform_wrapper input[type="tel"], #access_form .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]), #access_form .gform_wrapper select, #access_form .gform_wrapper input.button {
  padding: 0.5em 0.75em;
}
#access_form .gform_wrapper input#gf_coupon_button.button {
  min-height: 46px;
  vertical-align: top;
}
#access_form .gform_wrapper .gform_footer input.button, #access_form .gform_wrapper .gform_footer .gform_wrapper .gform_footer input[type="submit"] {
  margin: 15px 0 15px;
  padding: 1.25em 0.5em;
}
.toaster-newsletter {
  bottom: 0;
  right: 0;
  left: 0;
  position: fixed;
  justify-content: center;
  z-index: 9999999999 !important;
  opacity: 0;
  transform: translateY(100px);
  transition: 1s transform ease;
}
.toaster-newsletter.dead {
  display: none;
}
.toaster-newsletter p {
  color: #222;
  margin-bottom: 0;
  margin-top: 0;
  text-align: center;
}
.toaster-newsletter .gform_custom_spinner_wrap {
  background-color: rgba(71, 61, 124, 0.89);
}
.toaster-newsletter .toaster-newsletter--inner {
  position: relative;
  display: block;
  background-color: #fff;
  transition: 0.2s linear bottom;
  box-shadow: 0 15px 32px -6px rgba(65, 84, 97, 0.3), 0 12px 16px -4px rgba(65, 84, 97, 0.2), 0 6px 8px -2px rgba(65, 84, 97, 0.1);
  padding: 12px 20px 16px;
  border-top: 1px solid #aab4b9;
}
.toaster-newsletter .toaster-newsletter--inner h3 {
  font-size: 1.6em;
  text-align: center;
}
.toaster-newsletter .toaster-newsletter--inner.hidden {
  display: none;
  bottom: 100%;
}
.toaster-newsletter .toaster-newsletter--inner .gform_wrapper {
  margin: 0;
}
.toaster-newsletter .toaster-newsletter--inner .gform_wrapper .gform_footer {
  padding: 0 0 0 0 !important;
}
.toaster-newsletter .toaster-newsletter--inner .gform_wrapper .gform_footer input.button {
  text-transform: uppercase;
  letter-spacing: 1px;
}
.toaster-newsletter .toaster-newsletter--inner .gform_wrapper input {
  text-align: center;
}
.toaster-newsletter .toaster-newsletter--inner .gform_wrapper .validation_message {
  color: #fdd129;
}
.toaster-newsletter .toaster-newsletter--inner .gform_wrapper li.hidden_label input {
  margin-top: 0;
}
.toaster-newsletter .toaster-newsletter--inner .gform_wrapper ul.gform_fields li.gfield {
  margin: 0 0 10px;
}
.toaster-newsletter .toaster-newsletter--inner .gform_wrapper li.gfield_error input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]), .toaster-newsletter .toaster-newsletter--inner .gform_wrapper li.gfield_error textarea {
  border-color: #30bdf5;
}
.toaster-newsletter .toaster-newsletter--inner .gform_wrapper li.gfield_error input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]):focus, .toaster-newsletter .toaster-newsletter--inner .gform_wrapper li.gfield_error textarea:focus {
  border-color: #1baee9;
}
.toaster-newsletter .toaster-newsletter--inner .gform_wrapper li.gfield_error input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]):hover, .toaster-newsletter .toaster-newsletter--inner .gform_wrapper li.gfield_error textarea:hover {
  border-color: #25b6f0;
}
.toaster-newsletter .toaster-newsletter--inner .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) {
  border: 3px solid #231752;
  border-radius: 3px;
  transition: border-color 0.2s linear, 1s opacity 0.8s linear;
}
.toaster-newsletter .toaster-newsletter--inner .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]):focus {
  border-color: #21a3d6;
}
.toaster-newsletter .toaster-newsletter--inner .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]):hover {
  border-color: #30bdf5;
}
.toaster-newsletter .toaster-newsletter--inner input[type="submit"].gform_button {
  background-color: #30bdf5;
}
.toaster-newsletter .toaster-newsletter--inner input[type="submit"].gform_button:focus {
  box-shadow: 0 -5px 19px -3px rgba(113, 77, 138, 0.4), 0 -1px 10px 0px rgba(255, 240, 235, 0.25), inset 0 2px 20px -2px rgba(0, 0, 0, 0.4), inset 0 2px 3px -1px rgba(0, 0, 0, 0.6), inset 0 2px 16px -1px rgba(0, 0, 0, 0.2);
  background-color: #23ace2;
  transition: background-color 0s linear;
}
.toaster-newsletter .toaster-newsletter--inner input[type="submit"].gform_button:hover {
  background-color: #30bdf5;
}
.toaster-newsletter .toaster-newsletter--inner .gform_wrapper .gform_footer input.button {
  margin-bottom: 0;
  font-size: 1.15em;
}
.toaster-newsletter .toaster-newsletter--inner .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) {
  font-size: 1.2em;
  padding: 8px;
}
.toaster-newsletter .toaster-newsletter--inner .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description {
  text-align: center;
  font-weight: 500;
}
@media only screen and (min-width: 641px) {
  .toaster-newsletter .toaster-newsletter--inner .gform_wrapper ul.gform_fields li.gfield {
    margin: 0 0 10px;
  }
  .toaster-newsletter .toaster-newsletter--inner .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) {
    font-size: 1.3em;
  }
  .toaster-newsletter .toaster-newsletter--inner .gform_wrapper .gform_footer input.button {
    width: 100%;
    text-transform: uppercase;
  }
}
@media (min-width: 641px) {
  .toaster-newsletter .toaster-newsletter--inner {
    box-shadow: 0 15px 32px -6px rgba(65, 84, 97, 0.4), 0 12px 16px -4px rgba(25, 31, 35, 0.2), 0 6px 8px -2px rgba(34, 44, 51, 0.15);
    border: 1px solid #aab4b9;
    border-radius: 20px;
    padding: 22px 40px 36px 40px;
  }
}
@media (min-width: 641px) {
  .toaster-newsletter {
    bottom: 2em;
    right: calc(50% - 230px);
    left: calc(50% - 230px);
  }
}
.toaster-newsletter .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) {
  transition: 1s linear opacity 0.8s;
  opacity: 0;
}
.toaster-newsletter .gform_wrapper input[type="submit"].gform_button {
  transition: 1s linear opacity 1.2s;
  opacity: 0;
}
.toaster-newsletter.active {
  opacity: 1;
  transform: translateY(0);
}
.toaster-newsletter.active .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) {
  opacity: 1;
}
.toaster-newsletter.active .gform_wrapper input[type="submit"].gform_button {
  opacity: 1;
}
.blog .toaster-newsletter li {
  font-size: 1em;
}
.toaster-newsletter .toaster-newsletter--title {
  line-height: 1.2;
  margin: 4px 0 0;
  opacity: 0;
  transition: 1s linear opacity 0.4s;
}
.toaster-newsletter .toaster-newsletter--code {
  margin: 10px auto;
  max-width: 80%;
  background-color: rgba(255, 255, 255, 0.25);
  border-radius: 1px;
  padding: 4px 0;
  font-weight: bold;
  letter-spacing: 1px;
  color: #fdd129;
}
.toaster-newsletter .toaster-newsletter--subtitle {
  line-height: 1.4;
  font-size: 1.35em;
  opacity: 0;
  transition: 1s linear opacity 0.4s;
}
.toaster-newsletter .toaster-newsletter--confirmation .toaster-newsletter--subtitle {
  margin-bottom: 10px;
}
.toaster-newsletter .toaster-newsletter--description {
  line-height: 1.4;
  opacity: 0.85;
  font-size: 1em;
  opacity: 0;
  transition: 1s linear opacity 0.4s;
}
.toaster-newsletter .toaster-newsletter--directions {
  line-height: 1.3;
}
.toaster-newsletter .toaster-newsletter--actions {
  margin-top: 20px;
}
.toaster-newsletter .toaster-newsletter--actions .btn {
  display: block;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.active .toaster-newsletter--title {
  opacity: 1;
}
.active .toaster-newsletter--subtitle {
  opacity: 1;
}
.active .toaster-newsletter--description {
  opacity: 0.85;
}
.btn-toaster--dismiss {
  display: inline-block;
  font-size: 0.85em;
  color: #57595d;
  text-decoration: underline;
}
.btn-toaster--dismiss:hover {
  color: #000;
}
.btn-toaster--close {
  position: absolute;
  top: 0;
  right: 0;
  background: none;
  border: none;
  padding: 1em 1.2em;
  z-index: 9999;
}
.btn-toaster--close:hover svg path {
  fill: #000;
}
.btn-toaster--close svg path {
  fill: #57595d;
}
line.ic-sun--line {
  stroke-dasharray: 10;
  stroke-dashoffset: 10;
}
.active line.ic-sun--line {
  animation: dash 2s ease 0.2s forwards;
}
.active path.ic-sun--base {
  animation: circ 1.8s ease 0.1s forwards;
}
path.ic-sun--base {
  opacity: 0;
}
@keyframes circ {
  0% {
    transform: scale(0.25);
    opacity: 0;
    transform-origin: center;
  }
  100% {
    transform: scale(1);
    opacity: 1;
    transform-origin: center;
  }
}
@keyframes dash {
  from {
    stroke-dashoffset: 10;
  }
  to {
    stroke-dashoffset: 0;
  }
}
.page-template-single-blackfriday .logo-link, .page-template-single-cybermonday .logo-link, .page-template-single-online .logo-link, .home .logo-link {
  transform: scale(0.8);
}
.page-template-single-blackfriday .header, .page-template-single-cybermonday .header, .page-template-single-online .header, .home .header {
  background: transparent;
  box-shadow: none;
  position: absolute;
}
.page-template-single-blackfriday .header-content, .page-template-single-cybermonday .header-content, .page-template-single-online .header-content, .home .header-content {
  justify-content: center;
}
.page-template-single-blackfriday .nav-main, .page-template-single-cybermonday .nav-main, .page-template-single-online .nav-main, .home .nav-main {
  position: absolute;
  right: 0;
}
.page-template-single-blackfriday .nav-main .menu-item, .page-template-single-cybermonday .nav-main .menu-item, .page-template-single-online .nav-main .menu-item, .home .nav-main .menu-item {
  display: none;
}
.page-template-single-blackfriday .nav-main .menu-logged-in, .page-template-single-cybermonday .nav-main .menu-logged-in, .page-template-single-online .nav-main .menu-logged-in, .home .nav-main .menu-logged-in {
  display: none;
}
.page-template-single-blackfriday .nav-main.open .menu-item, .page-template-single-cybermonday .nav-main.open .menu-item, .page-template-single-online .nav-main.open .menu-item, .home .nav-main.open .menu-item {
  display: block;
}
.page-template-single-blackfriday .nav-main.open .menu-logged-in, .page-template-single-cybermonday .nav-main.open .menu-logged-in, .page-template-single-online .nav-main.open .menu-logged-in, .home .nav-main.open .menu-logged-in {
  display: block;
}
.page-template-single-blackfriday .nav-main.open .menu-logged-in li, .page-template-single-cybermonday .nav-main.open .menu-logged-in li, .page-template-single-online .nav-main.open .menu-logged-in li, .home .nav-main.open .menu-logged-in li {
  display: block;
}
.page-template-single-blackfriday .hero, .page-template-single-cybermonday .hero, .page-template-single-online .hero, .home .hero {
  background-color: #dfe2e1;
  background-image: url("/wp-content/themes/sw/assets/images/hero-reading-program--mobile.jpg");
  background-position: center;
  background-size: cover;
  position: relative;
  padding-top: 66px;
}
@media only screen and (min-width: 768px) {
  .page-template-single-blackfriday .hero, .page-template-single-cybermonday .hero, .page-template-single-online .hero, .home .hero {
    background-image: url("/wp-content/themes/sw/assets/images/hero-reading-program--md.jpg");
    padding-top: 74px;
    background-position: center;
  }
}
@media only screen and (min-width: 1441px) {
  .page-template-single-blackfriday .hero, .page-template-single-cybermonday .hero, .page-template-single-online .hero, .home .hero {
    background-image: url("/wp-content/themes/sw/assets/images/hero-reading-program.jpg");
  }
}
.page-template-single-blackfriday .hero .pretitle, .page-template-single-cybermonday .hero .pretitle, .page-template-single-online .hero .pretitle, .home .hero .pretitle {
  text-transform: none;
  text-align: center;
  font-weight: normal;
  max-width: none;
  padding-left: 0.8em;
  font-size: 0.95em;
  margin: 0.8em 0 0.5em;
  letter-spacing: 0;
}
@media only screen and (min-width: 768px) {
  .page-template-single-blackfriday .hero .pretitle, .page-template-single-cybermonday .hero .pretitle, .page-template-single-online .hero .pretitle, .home .hero .pretitle {
    margin: 1em 0 0.8em;
    font-size: 1.1em;
  }
}
.page-template-single-blackfriday .hero .subtitle, .page-template-single-cybermonday .hero .subtitle, .page-template-single-online .hero .subtitle, .home .hero .subtitle {
  text-align: center;
  max-width: none;
  margin: 0.5em 0 0;
  font-size: 0.96em;
  letter-spacing: 2px;
  font-weight: bold;
}
@media only screen and (min-width: 401px) {
  .page-template-single-blackfriday .hero .subtitle, .page-template-single-cybermonday .hero .subtitle, .page-template-single-online .hero .subtitle, .home .hero .subtitle {
    font-size: 1.2em;
  }
}
@media only screen and (min-width: 768px) {
  .page-template-single-blackfriday .hero .subtitle, .page-template-single-cybermonday .hero .subtitle, .page-template-single-online .hero .subtitle, .home .hero .subtitle {
    font-size: 1.3em;
    letter-spacing: 3px;
  }
}
.page-template-single-blackfriday .hero .hero-content, .page-template-single-cybermonday .hero .hero-content, .page-template-single-online .hero .hero-content, .home .hero .hero-content {
  padding: 0;
  margin-top: 1.8em;
}
.page-template-single-blackfriday .hero .hero-content > h1, .page-template-single-cybermonday .hero .hero-content > h1, .page-template-single-online .hero .hero-content > h1, .home .hero .hero-content > h1 {
  margin: 0 auto;
  font-size: 2.1em;
}
@media only screen and (min-width: 401px) {
  .page-template-single-blackfriday .hero .hero-content > h1, .page-template-single-cybermonday .hero .hero-content > h1, .page-template-single-online .hero .hero-content > h1, .home .hero .hero-content > h1 {
    font-size: 2.45em;
  }
}
@media only screen and (min-width: 768px) {
  .page-template-single-blackfriday .hero .hero-content > h1, .page-template-single-cybermonday .hero .hero-content > h1, .page-template-single-online .hero .hero-content > h1, .home .hero .hero-content > h1 {
    font-size: 3.25em;
    max-width: none;
  }
}
.page-template-single-blackfriday .hero .hero-img-padding, .page-template-single-cybermonday .hero .hero-img-padding, .page-template-single-online .hero .hero-img-padding, .home .hero .hero-img-padding {
  max-width: 500px;
  padding-top: 280px;
}
@media only screen and (min-width: 401px) {
  .page-template-single-blackfriday .hero .hero-img-padding, .page-template-single-cybermonday .hero .hero-img-padding, .page-template-single-online .hero .hero-img-padding, .home .hero .hero-img-padding {
    padding-top: 300px;
  }
}
@media only screen and (min-width: 768px) {
  .page-template-single-blackfriday .hero .hero-img-padding, .page-template-single-cybermonday .hero .hero-img-padding, .page-template-single-online .hero .hero-img-padding, .home .hero .hero-img-padding {
    padding-top: 360px;
  }
}
.page-template-single-blackfriday .hero.hero-srp, .page-template-single-cybermonday .hero.hero-srp, .page-template-single-online .hero.hero-srp, .home .hero.hero-srp {
  background-color: #ffb5b7;
  background-image: url("/wp-content/themes/sw/assets/images/hero-summer-reading-program--mobile.jpg");
}
@media only screen and (min-width: 768px) {
  .page-template-single-blackfriday .hero.hero-srp, .page-template-single-cybermonday .hero.hero-srp, .page-template-single-online .hero.hero-srp, .home .hero.hero-srp {
    background-image: url("/wp-content/themes/sw/assets/images/hero-summer-reading-program--md.jpg");
  }
}
@media only screen and (min-width: 1441px) {
  .page-template-single-blackfriday .hero.hero-srp, .page-template-single-cybermonday .hero.hero-srp, .page-template-single-online .hero.hero-srp, .home .hero.hero-srp {
    background-image: url("/wp-content/themes/sw/assets/images/hero-summer-reading-program.jpg");
  }
}
.page-template-single-blackfriday .hero-ribbon, .page-template-single-cybermonday .hero-ribbon, .page-template-single-online .hero-ribbon, .home .hero-ribbon {
  margin-top: 5px;
  position: relative;
  text-align: center;
}
.page-template-single-blackfriday .hero-ribbon:after, .page-template-single-cybermonday .hero-ribbon:after, .page-template-single-online .hero-ribbon:after, .home .hero-ribbon:after {
  position: absolute;
  left: 15px;
  right: 15px;
  content: "";
  display: block;
  height: 2px;
  top: 48%;
  z-index: 1;
  background-color: #000;
}
.page-template-single-blackfriday .hero-ribbon--pill, .page-template-single-cybermonday .hero-ribbon--pill, .page-template-single-online .hero-ribbon--pill, .home .hero-ribbon--pill {
  display: inline-block;
  margin: 0 auto;
  background: #000;
  padding: 4px 24px 3px;
  font-weight: bold;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  z-index: 3;
  border-radius: 18px;
  color: #fff;
  position: relative;
  font-size: 1em;
}
@media only screen and (min-width: 768px) {
  .page-template-single-blackfriday .hero-ribbon--pill, .page-template-single-cybermonday .hero-ribbon--pill, .page-template-single-online .hero-ribbon--pill, .home .hero-ribbon--pill {
    font-size: 1.2em;
  }
}
.page-template-single-blackfriday .section-img, .page-template-single-cybermonday .section-img, .page-template-single-online .section-img, .home .section-img {
  text-align: center;
}
.page-template-single-blackfriday .site-content, .page-template-single-cybermonday .site-content, .page-template-single-online .site-content, .home .site-content {
  padding-top: 0;
}
@media only screen and (min-width: 768px) {
  .page-template-single-blackfriday .header-content, .page-template-single-cybermonday .header-content, .page-template-single-online .header-content, .home .header-content {
    justify-content: center;
  }
  .page-template-single-blackfriday .site-content, .page-template-single-cybermonday .site-content, .page-template-single-online .site-content, .home .site-content {
    padding-top: 0;
  }
}
.page-template-single-blackfriday .section-addtocart, .page-template-single-cybermonday .section-addtocart, .page-template-single-online .section-addtocart, .home .section-addtocart {
  border-bottom: 1px solid #efefef;
  position: sticky;
  top: 0;
  background-color: #fff;
  z-index: 10;
}
.page-template-single-blackfriday .section-addtocart .row, .page-template-single-cybermonday .section-addtocart .row, .page-template-single-online .section-addtocart .row, .home .section-addtocart .row {
  align-items: center;
}
.page-template-single-blackfriday .section-addtocart .container, .page-template-single-cybermonday .section-addtocart .container, .page-template-single-online .section-addtocart .container, .home .section-addtocart .container {
  max-width: 900px;
  padding: 0;
}
.page-template-single-blackfriday .section-addtocart .col-product-name, .page-template-single-cybermonday .section-addtocart .col-product-name, .page-template-single-online .section-addtocart .col-product-name, .home .section-addtocart .col-product-name {
  width: 42%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 0.8em 0;
  padding-left: 10px;
}
.page-template-single-blackfriday .section-addtocart .col-addtocart-actions, .page-template-single-cybermonday .section-addtocart .col-addtocart-actions, .page-template-single-online .section-addtocart .col-addtocart-actions, .home .section-addtocart .col-addtocart-actions {
  width: 58%;
}
.page-template-single-blackfriday .section-addtocart .product-name, .page-template-single-cybermonday .section-addtocart .product-name, .page-template-single-online .section-addtocart .product-name, .home .section-addtocart .product-name {
  font-size: 0.95em;
  font-weight: bold;
  max-width: 230px;
  line-height: 1.1;
  margin: 0;
}
@media only screen and (min-width: 401px) {
  .page-template-single-blackfriday .section-addtocart .product-name, .page-template-single-cybermonday .section-addtocart .product-name, .page-template-single-online .section-addtocart .product-name, .home .section-addtocart .product-name {
    font-size: 1em;
  }
}
@media only screen and (min-width: 768px) {
  .page-template-single-blackfriday .section-addtocart .product-name, .page-template-single-cybermonday .section-addtocart .product-name, .page-template-single-online .section-addtocart .product-name, .home .section-addtocart .product-name {
    font-size: 1.5em;
    margin: 0;
  }
}
.page-template-single-blackfriday .section-addtocart .product-rating, .page-template-single-cybermonday .section-addtocart .product-rating, .page-template-single-online .section-addtocart .product-rating, .home .section-addtocart .product-rating {
  margin: 0;
  line-height: 1.1;
  height: auto;
}
@media only screen and (min-width: 401px) {
  .page-template-single-blackfriday .section-addtocart .product-rating, .page-template-single-cybermonday .section-addtocart .product-rating, .page-template-single-online .section-addtocart .product-rating, .home .section-addtocart .product-rating {
    width: 100%;
  }
}
.page-template-single-blackfriday .section-addtocart .product-rating img, .page-template-single-cybermonday .section-addtocart .product-rating img, .page-template-single-online .section-addtocart .product-rating img, .home .section-addtocart .product-rating img {
  vertical-align: middle;
  width: 70px !important;
}
.page-template-single-blackfriday .section-addtocart .product-rating a, .page-template-single-cybermonday .section-addtocart .product-rating a, .page-template-single-online .section-addtocart .product-rating a, .home .section-addtocart .product-rating a {
  color: #878787;
  text-decoration: underline;
  font-size: 0.8em;
}
.page-template-single-blackfriday .section-addtocart .addtocart-actions, .page-template-single-cybermonday .section-addtocart .addtocart-actions, .page-template-single-online .section-addtocart .addtocart-actions, .home .section-addtocart .addtocart-actions {
  display: flex;
  justify-content: flex-end;
  align-content: center;
}
.page-template-single-blackfriday .section-addtocart .addtocart-actions .price, .page-template-single-cybermonday .section-addtocart .addtocart-actions .price, .page-template-single-online .section-addtocart .addtocart-actions .price, .home .section-addtocart .addtocart-actions .price {
  font-size: 0.85em;
  padding: 0 0.7em 0 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media only screen and (min-width: 401px) {
  .page-template-single-blackfriday .section-addtocart .addtocart-actions .price, .page-template-single-cybermonday .section-addtocart .addtocart-actions .price, .page-template-single-online .section-addtocart .addtocart-actions .price, .home .section-addtocart .addtocart-actions .price {
    font-size: 0.9em;
    padding: 0 0.9em 0 0;
  }
}
@media only screen and (min-width: 768px) {
  .page-template-single-blackfriday .section-addtocart .addtocart-actions .price, .page-template-single-cybermonday .section-addtocart .addtocart-actions .price, .page-template-single-online .section-addtocart .addtocart-actions .price, .home .section-addtocart .addtocart-actions .price {
    font-size: 1.3em;
  }
}
.page-template-single-blackfriday .section-addtocart .addtocart-actions .price p, .page-template-single-cybermonday .section-addtocart .addtocart-actions .price p, .page-template-single-online .section-addtocart .addtocart-actions .price p, .home .section-addtocart .addtocart-actions .price p {
  margin: 0.2em 0 0.2em;
  line-height: 1;
}
.page-template-single-blackfriday .section-addtocart .addtocart-actions .price p > span, .page-template-single-cybermonday .section-addtocart .addtocart-actions .price p > span, .page-template-single-online .section-addtocart .addtocart-actions .price p > span, .home .section-addtocart .addtocart-actions .price p > span {
  display: block;
  line-height: 1.2;
}
.page-template-single-blackfriday .section-addtocart .addtocart-actions .price p .product-price--description, .page-template-single-cybermonday .section-addtocart .addtocart-actions .price p .product-price--description, .page-template-single-online .section-addtocart .addtocart-actions .price p .product-price--description, .home .section-addtocart .addtocart-actions .price p .product-price--description {
  font-size: 0.82em;
}
.page-template-single-blackfriday .section-addtocart .addtocart-actions .btn, .page-template-single-cybermonday .section-addtocart .addtocart-actions .btn, .page-template-single-online .section-addtocart .addtocart-actions .btn, .home .section-addtocart .addtocart-actions .btn {
  font-size: 0.9em;
  white-space: nowrap;
  margin-right: 10px;
  padding: 8px 6px;
}
@media only screen and (min-width: 401px) {
  .page-template-single-blackfriday .section-addtocart .addtocart-actions .btn, .page-template-single-cybermonday .section-addtocart .addtocart-actions .btn, .page-template-single-online .section-addtocart .addtocart-actions .btn, .home .section-addtocart .addtocart-actions .btn {
    font-size: 0.95em;
    padding: 12px 10px;
  }
}
@media only screen and (min-width: 768px) {
  .page-template-single-blackfriday .section-addtocart .addtocart-actions .btn, .page-template-single-cybermonday .section-addtocart .addtocart-actions .btn, .page-template-single-online .section-addtocart .addtocart-actions .btn, .home .section-addtocart .addtocart-actions .btn {
    padding: 12px 20px;
  }
}
.page-template-single-blackfriday .strikethrough, .page-template-single-cybermonday .strikethrough, .page-template-single-online .strikethrough, .home .strikethrough {
  text-decoration: line-through;
}
.page-template-single-blackfriday .strong, .page-template-single-cybermonday .strong, .page-template-single-online .strong, .home .strong {
  font-weight: bold;
}
.page-template-single-blackfriday .section-reviews h2, .page-template-single-cybermonday .section-reviews h2, .page-template-single-online .section-reviews h2, .home .section-reviews h2 {
  text-align: left;
  margin-bottom: 1.5em;
}
@media only screen and (min-width: 768px) {
  .page-template-single-blackfriday .section-reviews h2, .page-template-single-cybermonday .section-reviews h2, .page-template-single-online .section-reviews h2, .home .section-reviews h2 {
    text-align: center;
  }
}
@media only screen and (min-width: 768px) {
  .admin-bar.page-template-single-blackfriday .section-addtocart {
    top: 32px;
  }
}
@media only screen and (min-width: 1120px) {
  .page-template-single-blackfriday .section .section-content {
    margin: 0 auto 0 40px;
    max-width: 530px;
  }
  .page-template-single-blackfriday .section .section-content.wide {
    max-width: 580px;
  }
}
@media only screen and (min-width: 768px) {
  .page-template-single-blackfriday .section .section-content {
    margin: 0 40px;
  }
  .page-template-single-blackfriday .section .section-content {
    max-width: 475px;
    margin: 0 auto;
  }
  .page-template-single-blackfriday .section .section-content.wide {
    max-width: 560px;
  }
}
.section-blue {
  background-color: #142c91;
  color: #fff;
  padding: 2.5em 0 2em;
}
@media only screen and (min-width: 768px) {
  .section-blue {
    padding: 4.5em 0 4em;
  }
}
.section-blue h2, .section-blue p {
  color: #fff;
  font-family: "Proxima Nova", san-serif;
  text-align: left;
}
@media only screen and (min-width: 768px) {
  .section-blue h2, .section-blue p {
    text-align: center;
  }
}
.section-blue p {
  max-width: 580px;
  font-size: 1.1em;
  line-height: 1.5;
}
@media only screen and (min-width: 768px) {
  .section-blue p {
    font-size: 1.2em;
  }
}
.section-blue h2 {
  margin-top: 0;
  line-height: 1.1;
  font-size: 2.5em;
}
@media only screen and (min-width: 768px) {
  .section-blue h2 {
    font-size: 3.2em;
  }
}
.section-media {
  background-color: #e6e7e8;
  padding: 1em 15px;
}
.section-media p {
  font-size: 0.9em;
  line-height: 1.1;
}
@media only screen and (min-width: 768px) {
  .section-media p {
    font-size: 1.1em;
  }
}
.section-details .container-content p {
  max-width: 674px;
}
.section-details.section-howitworks h2, .section-details.section-howitworks p {
  color: #121212;
}
.section-details h2, .section-details p {
  text-align: left;
}
@media only screen and (min-width: 768px) {
  .section-details h2, .section-details p {
    text-align: center;
  }
}
.section-details h2 {
  font-family: "proxima-nova", sans-serif;
  margin-top: 0.5em;
}
.section-details .row-icons {
  max-width: 650px;
  margin: 0 auto 1em;
  text-align: center;
}
.section-details .row-icons .col-1-4 {
  width: 50%;
}
@media only screen and (min-width: 768px) {
  .section-details .row-icons .col-1-4 {
    width: 25%;
  }
}
.section-details .row-icons p {
  font-weight: bold;
  font-size: 0.8em;
  max-width: 146px;
  line-height: 1.2;
  margin: 5px auto;
  text-align: center;
}
.section-footer--addtocart, .section-footer--reserve {
  background-color: #deedf9;
  text-align: center;
  margin-top: 4em;
}
@media only screen and (min-width: 768px) {
  .section-footer--addtocart, .section-footer--reserve {
    padding: 2em 0 3em;
  }
}
.section-footer--addtocart p, .section-footer--reserve p {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
.section-footer--addtocart .actions, .section-footer--reserve .actions {
  margin-top: 1.75em;
}
.section-footer--addtocart .actions .btn, .section-footer--reserve .actions .btn {
  background-color: #00a6e7;
  color: #fff;
}
.section-footer--addtocart .pretitle, .section-footer--reserve .pretitle {
  text-transform: none;
  letter-spacing: 0;
}
.section-footer--addtocart h2, .section-footer--reserve h2 {
  margin-top: 0;
}
.section-footer--addtocart .price, .section-footer--reserve .price {
  font-size: 1.5em;
}
.product-config {
  display: block;
  position: static;
  top: 0;
  right: 0;
  left: 0;
  z-index: 99999999999999991611392;
  min-height: 100vh;
  background: #fff;
}
.product-config .logo {
  transform: scale(0.8);
}
@media only screen and (min-width: 768px) {
  .product-config .logo {
    transform-origin: 0 0;
  }
}
.product-config .container-buttons {
  margin-top: 1em;
}
@media only screen and (min-width: 768px) {
  .product-config .container-buttons {
    margin-top: 2em;
  }
}
.product-config .col-btn {
  padding: 0.15em;
}
@media only screen and (min-width: 768px) {
  .product-config .col-btn {
    padding: 0.35em;
  }
}
.product-config .gform_custom_spinner_wrap {
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}
.product-config .gform_ajax_spinner {
  border: 4px solid rgba(110, 73, 217, 0.3);
  border-left: 4px solid rgba(110, 73, 217, 0.9);
}
.product-config .gform_custom_spinner_wrap {
  background-color: transparent;
}
.btn-back {
  display: block;
  padding: 10px;
}
.btn.btn-config {
  background-color: #fff;
  border: 3px solid #e0e0e0;
  border-radius: 10px;
  color: #121212;
  padding: 0;
  padding-top: 1em;
  width: 100%;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  text-align: center;
  margin-bottom: 10px;
}
@media only screen and (min-width: 768px) {
  .btn.btn-config {
    padding: 0;
    padding-top: 2em;
  }
}
.btn.btn-config:hover {
  border-color: #00a6e7;
  text-decoration: none;
}
.btn.btn-config > span {
  display: block;
}
.btn.btn-config .btn-config--value {
  font-size: 1.5em;
}
.btn.btn-config .btn-config--savings {
  font-weight: normal;
  font-size: 1em;
  line-height: 1.25;
  color: #454545;
  margin-bottom: 10px;
  margin-top: 5px;
  max-width: 165px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 768px) {
  .btn.btn-config .btn-config--savings {
    margin-bottom: 30px;
  }
}
.btn.btn-config .btn-config--price {
  font-size: 1.25em;
}
.btn.btn-config .btn-config--standard {
  background-color: #efefef;
  color: #6d6d6d;
  font-weight: normal;
  margin-top: 1em;
  border-radius: 0 0 8px 8px;
  font-size: 1.1em;
  padding: 4px 0;
}
.btn.btn-config .btn-config--standard span {
  display: block;
  max-width: 196px;
  line-height: 1.3;
  margin: 0 auto;
  font-size: 0.9em;
  padding: 6px;
}
.btn.btn-config .btn-config--standard.strikethrough {
  text-decoration: line-through;
}
.btn.btn-config .btn-config--standard.strikethrough span {
  line-height: 1.3;
  margin: 0 auto;
  font-size: 1em;
  padding: 3px;
}
.btn.btn-config.btn-config--startdate {
  margin-bottom: 0;
}
.btn.btn-config .btn-config--between {
  font-weight: normal;
  color: #545454;
  margin-bottom: 1em;
}
@media only screen and (min-width: 768px) {
  .btn.btn-config .btn-config--between {
    margin-bottom: 2em;
  }
}
.product-config--fineprint {
  text-align: center;
  color: #636363;
  padding: 2em 1em 6em;
}
.product-config--titlebar {
  margin-top: 5px;
  display: flex;
  align-items: center;
}
.product-config--titlebar .product-name {
  font-weight: bold;
  margin: 0.25em 0;
  width: 100%;
  font-size: 0.95em;
}
@media only screen and (min-width: 401px) {
  .product-config--titlebar .product-name {
    font-size: 1em;
  }
}
.product-config--titlebar-backbtn {
  position: absolute;
  left: 0;
  top: 0;
}
.admin-bar .product-config--titlebar-backbtn {
  top: 52px;
}
@media only screen and (min-width: 768px) {
  .product-config--titlebar-logo {
    margin-left: 44px;
  }
}
@media only screen and (min-width: 768px) {
  .product-config--titlebar-right {
    padding-right: 15px;
    margin: 22px 0 0 auto;
  }
}
.product-config--question h3 {
  margin-bottom: 0.15em;
  font-size: 1.5em;
}
@media only screen and (min-width: 768px) {
  .product-config--question h3 {
    font-size: 2.5em;
  }
}
.product-config--question p {
  margin-top: 0.25em;
  max-width: 628px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 768px) {
  .page-template-single-online .hero .hero-content > h1 {
    max-width: 660px;
  }
}
.wrap-login--ajax .modal-tabs {
  position: static;
  margin: 0;
}
.modal-signup .wrap-login.wrap-login--ajax {
  padding-top: 0;
}
.modal-signup .wrap-login.wrap-login--ajax .header {
  position: static;
}
.modal-signup .wrap-login.wrap-login--ajax .form-group {
  text-align: left;
}
.product-config--productinfo {
  text-align: center;
  max-width: 280px;
  line-height: 1.2;
  margin: 0 auto;
  padding: 5px 10px;
  justify-content: flex-end;
}
.product-config--productinfo h3.product-title {
  text-align: center;
  margin: 0 auto;
  font-size: 1.25em;
  max-width: 200px;
}
.product-config--productinfo .product-details {
  font-size: 0.85em;
  margin: 0.3em auto;
  text-align: center;
}
.product-config--img {
  text-align: center;
}
.login--title {
  text-align: center;
}
.product-config--signup {
  position: relative;
  z-index: 2;
  background: #fff;
}
.product-config--signup .wrap-login {
  opacity: 0;
}
.product-config--signup.open {
  padding-bottom: 150px;
}
.product-config--signup.open .wrap-login {
  opacity: 1;
  transition: 0.3s opacity linear;
}
.product-config--signup h3 {
  margin-bottom: 0;
  text-align: center;
}
.product-config--signup p {
  margin-top: 0;
  margin-bottom: 2em;
  text-align: center;
}
.product-config--signup label {
  display: block;
}
.product-config--signup input, .product-config--signup button {
  width: 100%;
}
.product-config--signup input[type=checkbox] {
  display: inline-block;
  width: auto;
  vertical-align: top;
  margin-top: 4px;
}
.product-config--signup .form-group--privacy label {
  display: flex;
}
.product-config--signup .privacy-consent {
  display: inline-block;
  max-width: 324px;
  margin-left: 7px;
}
.product-config--signup .wrap-login {
  max-width: 400px;
  padding: 0 18px;
}
.product-config--signup button:disabled {
  opacity: 0.2;
}
.home .nav-main .menu-logged-in {
  display: none;
}
@media only screen and (min-width: 768px) {
  .home .nav-main .menu-logged-in {
    display: flex;
  }
}
.home .nav-main.open .menu-logged-in {
  display: block;
}
.productcard {
  max-width: 420px;
  margin: 0 auto;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  padding: 8px;
  border-radius: 10px;
}
.productcard hr {
  margin: 1.5em 0;
  width: 100%;
}
@media only screen and (min-width: 400px) {
  .productcard hr {
    margin: 2em 0;
  }
}
.productcard--header {
  text-align: center;
  background-color: #dfe2e1;
  background-image: url("/wp-content/themes/sw/assets/images/hero-reading-program--mobile.jpg");
  background-position: top;
  background-size: auto 108%;
  position: relative;
  padding-top: 10px;
  border-radius: 9px;
}
.productcard--header > svg {
  transform: scale(0.85);
}
@media only screen and (min-width: 768px) {
  .productcard--header {
    background-image: url("/wp-content/themes/sw/assets/images/hero-reading-program--md.jpg");
  }
}
@media only screen and (min-width: 1441px) {
  .productcard--header {
    background-image: url("/wp-content/themes/sw/assets/images/hero-reading-program.jpg");
  }
}
.productcard--header .pretitle {
  text-transform: none;
  text-align: center;
  font-weight: normal;
  max-width: none;
  padding-left: 0.8em;
  font-size: 0.95em;
  margin: 0.8em 0 0.5em;
  letter-spacing: 0;
}
@media only screen and (min-width: 768px) {
  .productcard--header .pretitle {
    margin: 1em 0 0.8em;
    font-size: 1.1em;
  }
}
.productcard--header .subtitle {
  text-align: center;
  max-width: none;
  margin: 0.5em 0 0;
  font-size: 0.875em;
  letter-spacing: 2px;
  font-weight: bold;
}
.productcard--header .hero-content {
  padding: 0;
  margin-top: 0.5em;
}
.productcard--header .hero-content > h1 {
  margin: 0 auto;
  font-size: 2em;
}
.productcard--header .hero-img-padding {
  max-width: 500px;
  padding-top: 180px;
}
.productcard--ribbon {
  position: relative;
  text-align: center;
}
.productcard--ribbon:after {
  position: absolute;
  left: 15px;
  right: 15px;
  content: "";
  display: block;
  height: 2px;
  top: 48%;
  z-index: 1;
  background-color: #000;
}
.productcard--ribbon-pill {
  display: inline-block;
  margin: 0 auto;
  background: #000;
  padding: 1px 15px 0px;
  font-weight: bold;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  z-index: 3;
  border-radius: 18px;
  color: #fff;
  position: relative;
  font-size: 0.8em;
}
.productcard--body {
  padding: 0 14px 0 18px;
}
@media only screen and (min-width: 480px) {
  .productcard--body {
    padding: 0 30px;
  }
}
.productcard--body ul, .sw--list ul {
  margin-top: 0;
}
.productcard--body li, .sw--list li {
  font-size: 1.0625em;
  list-style-type: none;
  background-image: url('data:image/svg+xml; utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" style="width:16px; height: 16px;" class="ic-check"><ellipse style="fill:%23979797;" cx="8" cy="8" rx="7.17" ry="7.17"/><polyline style="fill:none;stroke:%23FFFFFF;stroke-width:2;stroke-miterlimit:10;" points="4.59,7.59 7.05,10.05 11.95,5.14 "/></svg>');
  background-position: left 5px;
  background-repeat: no-repeat;
  background-size: 16px 16px;
  line-height: 1.3;
  font-weight: 500;
  margin-left: 0;
  padding: 4px 0 4px 24px;
}
.productcard--footer .price {
  font-size: 1.5em;
  line-height: 1.25;
}
.productcard--footer .price .price--primary {
  font-size: 1.18em;
}
.productcard--footer .price .price--tertiary {
  font-size: 0.6em;
  line-height: 1.8;
}
.productcard--footer .price > span {
  display: block;
}
.productcard--footer .btn {
  display: block;
  margin: 0 10px;
}
.modal .gform_button.button, .modal .gform_wrapper .gform_footer input.button, .modal li.menu-item-120 > a, .modal input[type="submit"].gform_button:hover, .modal .gform_wrapper .gform_footer input[type="submit"].gform_button:hover {
  background-color: #00a6e7;
  color: #fff;
}
@media only screen and (min-width: 768px) {
  .section-videotestimonial h3 {
    text-align: center;
  }
}
.section-videotestimonial .sw--video--container {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
.section-designedby h2 {
  font-size: 2em;
  margin-top: 0;
}
@media only screen and (min-width: 768px) {
  .section-designedby h2 {
    text-align: center;
    font-size: 3em;
    max-width: 800px;
  }
}
.blog {
  background-color: #ecedf1;
}
.blog > main {
  max-width: 800px;
}
.blog h1 {
  font-size: 1.85em;
  padding: 10px;
}
@media only screen and (min-width: 768px) {
  .blog h1 {
    font-size: 2.25em;
  }
}
@media only screen and (min-width: 1120px) {
  .blog h1 {
    font-size: 2.75em;
  }
}
.blog .entry-header {
  padding: 0;
  margin: 10px;
}
.blog .entry-content {
  padding: 0;
  margin: 10px;
}
.blog .entry-content p {
  padding: 0;
  margin: 0.5em 0;
}
.blog h2.entry-title {
  font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 2em;
  line-height: 1.3;
  margin: 0;
  text-align: left;
  color: #000;
  display: inline;
}
.blog a:hover h2.entry-title {
  box-shadow: inset 0 -12px 0 0 #cdedfa;
}
.blog .entry-header a {
  display: block;
}
.blog .entry-header a:hover {
  text-decoration: none;
}
.blog article {
  padding: 10px;
  background-color: #fff;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.1);
  margin-bottom: 15px;
  border-radius: 3px;
}
.blog article img {
  border-radius: 2px;
}
.blog .entry-header a.post--category {
  color: #9e9e9e;
  text-decoration: underline;
  display: inline-block;
}
.blog .entry-header a.post--category:hover {
  text-decoration: underline;
  color: #666666;
}
.content {
  display: flex;
  flex-wrap: wrap;
  max-width: 1120px;
  margin: 0 auto;
  padding: 15px 0;
  justify-content: flex-end;
}
@media only screen and (min-width: 768px) {
  .content {
    flex-direction: row-reverse;
    padding: 15px 0px;
  }
}
@media only screen and (min-width: 768px) {
  .content .content--main {
    width: 70%;
    max-width: 680px;
  }
}
.content .content--sidebar {
  width: 100%;
  padding: 0 10px;
}
@media only screen and (min-width: 768px) {
  .content .content--sidebar {
    width: 30%;
    max-width: 280px;
    padding: 0 0 0 10px;
  }
}
@media only screen and (min-width: 1120px) {
  .content .content--sidebar {
    padding: 0;
  }
}
.content .content--sidebar h3 {
  padding-left: 20px;
  margin-top: 2.5em;
}
.content .content--sidebar--nav {
  list-style: none;
  margin: 0 20px 0 0;
  font-size: 1.2em;
}
.content .content--sidebar--nav li {
  margin: 0;
}
.content .content--sidebar--nav a {
  display: block;
  padding: 7px 20px 6px;
  border-radius: 40px;
  color: #333;
}
.content .content--sidebar--nav a:hover {
  background-color: #fff;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1);
}
.content .content--sidebar--nav .current-menu-item a {
  background-color: #d9dbe0;
  box-shadow: inset 0 1px 4px 0 rgba(0, 0, 0, 0.1);
  text-decoration: none;
  color: #333;
}
.newsletter-signup {
  background-color: #dfe7f4;
  border: 2px solid #1cafea;
  margin: 20px 0;
  padding: 20px;
}
.newsletter-signup h3, .newsletter-signup p {
  text-align: center;
  max-width: 450px;
  margin: 10px auto;
  line-height: 1.4;
}
.newsletter-signup .newsletter-signup--confirmation p {
  max-width: 510px;
}
.newsletter-signup .gform_wrapper form {
  max-width: 300px;
}
.newsletter-signup input {
  min-height: 2.35em;
  text-align: center;
  font-size: 1em;
}
.newsletter-signup .gform_wrapper .gform_footer input[type="submit"].gform_button {
  background-color: #1cafea;
  width: 100%;
  padding: 10px 15px;
  font-size: 1em;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.newsletter-signup .gform_wrapper .gform_footer {
  padding-top: 0;
}
.sw--pricing {
  position: relative;
}
.sw--pricing--hero {
  position: relative;
  padding: 2.5em 12px 2em;
}
@media only screen and (min-width: 768px) {
  .sw--pricing--hero {
    padding: 10em 12px 3em;
  }
}
.sw--pricing--hero h1 {
  font-size: 2.2em;
}
@media only screen and (min-width: 768px) {
  .sw--pricing--hero h1 {
    font-size: 3.5em;
  }
}
.sw--pricing--hero h1, .sw--pricing--hero p {
  color: #000;
  margin: 0 auto;
  text-align: center;
  letter-spacing: 1px;
}
.sw--pricing--hero p.pretitle {
  font-size: 1.1em;
  margin-bottom: 6px;
  font-weight: bold;
}
@media only screen and (min-width: 768px) {
  .sw--pricing--hero p.pretitle {
    font-size: 1.25em;
    letter-spacing: 1.5px;
    margin-bottom: 12px;
  }
}
.sw--pricing--background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 527px;
  background: radial-gradient(at center bottom, #fff 0%, #fffbde 20%, #fbfae3 40%, #fff0ab 80%, #ffe07e 100%);
  border-bottom: 1px solid rgba(100, 100, 100, 0.1);
}
.sw--plans, .sw--login {
  position: relative;
  background: #fff;
  box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.2);
  max-width: 840px;
  margin: 0 auto 5em;
}
.sw--plans .sw--plans--option, .sw--plans .sw--login--wrap, .sw--login .sw--plans--option, .sw--login .sw--login--wrap {
  padding: 0.5em 12px 0.5em;
}
.sw--plans h3, .sw--plans p, .sw--login h3, .sw--login p {
  margin: 0 auto;
}
.sw--plans h3, .sw--login h3 {
  text-align: center;
  font-weight: 500;
  font-size: 1.3em;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.sw--plans .sw--plans--header, .sw--plans .sw--login--header, .sw--login .sw--plans--header, .sw--login .sw--login--header {
  margin: 1em auto;
}
.sw--plans p, .sw--login p {
  text-align: center;
  font-size: 1em;
  line-height: 1.2;
}
@media only screen and (min-width: 768px) {
  .sw--plans p, .sw--login p {
    font-size: 1.125em;
  }
}
@media only screen and (min-width: 768px) {
  .sw--plans, .sw--login {
    border-radius: 2em;
  }
}
.sw--plans .sw--fieldgroup, .sw--login .sw--fieldgroup {
  border: none;
  text-align: center;
  display: flex;
  position: relative;
  justify-content: center;
  margin: 1em auto;
}
@media only screen and (min-width: 768px) {
  .sw--plans .sw--fieldgroup, .sw--login .sw--fieldgroup {
    margin: 1.5em auto;
  }
}
@media only screen and (min-width: 768px) {
  .sw--plans #plans_startdate, .sw--login #plans_startdate {
    flex-wrap: wrap;
  }
}
.sw--plans .sw--fieldgroup--wrap, .sw--login .sw--fieldgroup--wrap {
  overflow-x: scroll;
}
.sw--plans .sw--fieldgroup--wrap .sw--fieldgroup, .sw--login .sw--fieldgroup--wrap .sw--fieldgroup {
  padding-left: 12px;
  padding-right: 12px;
}
@media only screen and (min-width: 768px) {
  .sw--plans .sw--fieldgroup--wrap, .sw--login .sw--fieldgroup--wrap {
    overflow-x: visible;
  }
}
.sw--plans .sw--plans--option--startdate, .sw--login .sw--plans--option--startdate {
  padding-left: 0;
  padding-right: 0;
}
.sw--plans .sw--plans--option--startdate .sw--plans--header, .sw--login .sw--plans--option--startdate .sw--plans--header {
  padding-left: 12px;
  padding-right: 12px;
}
.sw--plans .sw--plans--option--startdate .sw--fieldgroup, .sw--login .sw--plans--option--startdate .sw--fieldgroup {
  justify-content: flex-start;
  max-width: 720px;
}
@media only screen and (min-width: 768px) {
  .sw--plans .sw--plans--option--startdate .sw--fieldgroup, .sw--login .sw--plans--option--startdate .sw--fieldgroup {
    justify-content: center;
  }
}
@media only screen and (max-width: 767px) {
  .sw--plans .sw--plans--option--startdate .hide-mobile, .sw--login .sw--plans--option--startdate .hide-mobile {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
  }
}
@media only screen and (min-width: 768px) {
  .sw--plans .sw--plans--option--startdate .hide-desktop, .sw--login .sw--plans--option--startdate .hide-desktop {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
  }
}
.sw--plans .sw--plans--option--program, .sw--login .sw--plans--option--program {
  background-color: #e4e6ea;
  border-top: 1px solid #c8cacc;
  border-bottom: 1px solid #c8cacc;
}
.sw--plans .sw--plans--option--program .sw--fieldgroup, .sw--login .sw--plans--option--program .sw--fieldgroup {
  text-align: left;
  display: block;
}
@media only screen and (min-width: 768px) {
  .sw--plans .sw--plans--option--program .sw--fieldgroup, .sw--login .sw--plans--option--program .sw--fieldgroup {
    display: flex;
  }
}
.sw--plans .sw--plans--option--program .sw--checkbox, .sw--login .sw--plans--option--program .sw--checkbox {
  position: absolute;
  top: 33px;
  left: 12px;
}
@media only screen and (min-width: 768px) {
  .sw--plans .sw--plans--option--program .sw--checkbox, .sw--login .sw--plans--option--program .sw--checkbox {
    top: 37px;
    left: 20px;
  }
}
.sw--plans .sw--plans--option--program .sw--plans--program--header, .sw--login .sw--plans--option--program .sw--plans--program--header {
  margin-left: 46px;
  font-size: 0.9em;
}
@media only screen and (min-width: 768px) {
  .sw--plans .sw--plans--option--program .sw--plans--program--header, .sw--login .sw--plans--option--program .sw--plans--program--header {
    margin-left: 46px;
    font-size: 1em;
  }
}
.sw--plans .sw--plans--option--program .sw--plans--program--body, .sw--login .sw--plans--option--program .sw--plans--program--body {
  margin-left: 46px;
}
.sw--plans .sw--plans--option--program .sw--plans--program--body ul, .sw--login .sw--plans--option--program .sw--plans--program--body ul {
  margin-bottom: 0;
  margin-top: 0.5em;
}
@media only screen and (min-width: 768px) {
  .sw--plans .sw--plans--option--program .sw--plans--program--body, .sw--login .sw--plans--option--program .sw--plans--program--body {
    margin-left: 46px;
  }
}
.sw--plans .sw--plans--option--program .sw--labelbutton--title, .sw--login .sw--plans--option--program .sw--labelbutton--title {
  font-size: 1.6em;
}
.sw--plans .sw--plans--option--program .sw--labelbutton, .sw--login .sw--plans--option--program .sw--labelbutton {
  border-color: #cfd0d2;
}
.sw--plans .sw--labelbutton, .sw--login .sw--labelbutton {
  background-color: #fff;
  padding: 1.2em 0.25em 1.2em 0.25em;
  border: 3px solid #e0e0e0;
  border-radius: 1em;
  font-weight: bold;
  display: block;
  margin-right: 3px;
  margin-left: 3px;
  position: relative;
  min-width: 115px;
  cursor: pointer;
  margin-bottom: 10px;
}
.sw--plans .sw--labelbutton:hover, .sw--plans .sw--labelbutton:focus, .sw--login .sw--labelbutton:hover, .sw--login .sw--labelbutton:focus {
  border-color: #9e9e9e;
}
@media only screen and (min-width: 400px) {
  .sw--plans .sw--labelbutton, .sw--login .sw--labelbutton {
    min-width: 125px;
    margin-right: 4px;
    margin-left: 4px;
  }
}
@media only screen and (min-width: 768px) {
  .sw--plans .sw--labelbutton, .sw--login .sw--labelbutton {
    min-width: 150px;
    padding: 1.2em 1.4em 1.2em 1.2em;
  }
}
.sw--plans .sw--labelbutton.sw--labelbutton--program, .sw--login .sw--labelbutton.sw--labelbutton--program {
  margin-bottom: 10px;
}
@media only screen and (min-width: 768px) {
  .sw--plans .sw--labelbutton.sw--labelbutton--program, .sw--login .sw--labelbutton.sw--labelbutton--program {
    margin-right: 5px;
    margin-left: 5px;
  }
}
.sw--plans .sw--plans--option--startdate .sw--labelbutton, .sw--login .sw--plans--option--startdate .sw--labelbutton {
  padding-bottom: 0.2em;
}
.sw--plans .sw--labelbutton.selected, .sw--login .sw--labelbutton.selected {
  border-color: #28aae1;
}
.sw--plans .sw--labelbutton--title, .sw--login .sw--labelbutton--title {
  font-weight: bold;
  line-height: 1;
  margin-top: 4px;
  margin-bottom: 4px;
}
.sw--plans .sw--labelbutton--title--now, .sw--login .sw--labelbutton--title--now {
  line-height: 3;
}
.sw--plans .sw--labelbutton--title--startdate, .sw--login .sw--labelbutton--title--startdate {
  margin-bottom: 0;
}
.sw--plans .sw--checkbox, .sw--login .sw--checkbox {
  display: block;
  margin: 0 auto 16px;
  border-radius: 14px;
  height: 28px;
  width: 28px;
  border: 2px solid #fff;
  box-shadow: 0 0 0 2px rgba(200, 200, 200, 0.8);
}
.sw--plans .selected .sw--checkbox, .sw--login .selected .sw--checkbox {
  background-color: #20a3dc;
  background-image: url('data:image/svg+xml; utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" style="width:16px; height: 16px;" class="ic-check"><polyline style="fill:none;stroke:%23FFFFFF;stroke-width:2;stroke-miterlimit:10;" points="4.59,7.59 7.05,10.05 11.95,5.14 "/></svg>');
  box-shadow: 0 0 0 2px rgba(200, 200, 200, 0.8), 0 0 4px 2px rgba(200, 200, 200, 0.6);
}
.sw--plans .btn.btn-secondary, .sw--login .btn.btn-secondary {
  border-radius: 4px;
}
.sw--plans--program--price--strikethrough {
  display: inline;
  text-decoration: line-through;
  font-weight: normal;
  font-size: 0.8em;
  color: #6e6e6e;
}
.sw--labelbutton--pill {
  border-radius: 15px;
  background-color: #808080;
  color: #fff;
  font-weight: bold;
  padding: 1px 11px;
  display: inline-block;
  font-size: 0.9em;
  margin: 4px 0;
}
.selected .sw--labelbutton--pill {
  background: #20a3dc;
}
.sw--labelbutton--title {
  font-size: 1.1em;
  display: block;
}
@media only screen and (min-width: 768px) {
  .sw--labelbutton--title {
    font-size: 1.3em;
  }
}
.sw--labelbutton--price {
  display: block;
  font-size: 1.3em;
  margin-top: 15px;
  margin-bottom: 15px;
  position: absolute;
  top: 8px;
  right: 8px;
  text-align: right;
  max-width: 80px;
  line-height: 1.1;
}
@media only screen and (min-width: 768px) {
  .sw--labelbutton--price {
    font-size: 1.6em;
    text-align: left;
    position: static;
    max-width: none;
  }
}
.sw--labelbutton--pretitle {
  font-weight: normal;
  display: block;
  line-height: 1;
  color: #505050;
  font-size: 0.9em;
}
@media only screen and (min-width: 768px) {
  .sw--labelbutton--pretitle {
    font-size: 1em;
  }
}
.sw--labelbutton--subtitle {
  font-weight: normal;
  color: #7e7e7e;
  font-size: 0.9em;
  line-height: 1;
}
.sw--plans--program--body li {
  font-size: 1em;
  list-style-type: none;
  background-image: url('data:image/svg+xml; utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" style="width:16px; height: 16px;" class="ic-check"><ellipse style="fill:%23979797;" cx="8" cy="8" rx="7.17" ry="7.17"/><polyline style="fill:none;stroke:%23FFFFFF;stroke-width:2;stroke-miterlimit:10;" points="4.59,7.59 7.05,10.05 11.95,5.14 "/></svg>');
  background-position: left 48%;
  background-repeat: no-repeat;
  background-size: 16px 16px;
  padding-left: 22px;
  line-height: 1.7;
  font-weight: 500;
  margin-left: 0;
  color: #505050;
}
.sw--plans--actions {
  text-align: center;
  padding: 40px 15px 80px;
}
.sw--plans--actions button.btn.btn-primary {
  border-radius: 40px;
  font-size: 1.3em;
  padding: 16px 40px;
  text-align: center;
  margin: 0 auto;
  width: 300px;
}
@media only screen and (min-width: 768px) {
  .sw--plans--actions button.btn.btn-primary {
    width: 420px;
  }
}
.sw--plans--actions .btn.btn-primary:focus {
  outline: 0;
  box-shadow: 0 1px 2px 2px rgba(0, 0, 0, 0.2);
}
.sw--login .wrap-login {
  max-width: 360px;
  padding: 1em 0 3em;
}
.sw--login input[type=text], .sw--login input[type=email], .sw--login input[type=password] {
  width: 100%;
}
.sw--login #privacy_policy_registration {
  float: left;
}
.sw--login .privacy-consent {
  display: block;
  margin-left: 28px;
}
.sw--login button[type=submit] {
  width: 100%;
  border-radius: 30px;
}
.sw--login button[type=submit]:focus {
  outline: 0;
  box-shadow: 0 1px 2px 2px rgba(0, 0, 0, 0.2);
}
.modal-signup label {
  text-align: left;
}
.sw--plans .sw--plans--option.sw--plans--option--children {
  padding-left: 0;
  padding-right: 0;
}
.sw--plans .sw--labelbutton.sw--labelbutton--startdate {
  min-width: 106px;
}
