/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
 :root {
    --tnotw-modal-height: auto;
}

.tnotw-modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 9999999999; /* Sit on top */
    padding-top: 165px; /* Location of the box */
    left: 0;
    top: 0;
    padding-top: 10vh;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgba(0,0,0,0.4); 
}

.s4h-payment-modal {
    padding-top: 3vh;
}

/* Modal Content */

.tnotw-modal-content {
    position: relative;
    background-color: #fefefe;
    margin: 50px auto 0 auto;
    padding: 0;
    border: none;
    min-height: var(--tnotw-modal-height);
    width: 60%;
    max-width: 550px;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s;
}


.s4h-modal-content {
    position: relative;
    background-color: #fefefe;
    margin: 50px auto 0 auto;
    padding: 0;
    border: none;
    min-height: var(--tnotw-modal-height);
    width: 80%;
    max-width: 900px;
    min-height: 90%;
    max-height: 90%;
    overflow: scroll;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s;

}

@media screen and (max-width: 500px ) {
    .tnotw-modal-content {
        width: 80%
    }   
}
/*
@media screen and (max-width: 790px ) {
    .tnotw-modal-content {
	    width: 90%;
    }
}
*/


/* Add Animation */
@-webkit-keyframes animatetop {
    from {top:-300px; opacity:0}
    to {top:0; opacity:1}
}

@keyframes animatetop {
    from {top:-300px; opacity:0}
    to {top:0; opacity:1}
}

/* The Close Button */
.tnotw-close {
    color: white;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.tnotw-close:hover,
.tnotw-close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.tnotw-modal-header {
    padding: 2px 16px;
    background-color: #47b1a9;
    color: white;
}

.tnotw-modal-body  {
    padding: 0;
}

.tnotw-modal-footer {
    padding: 2px 16px;
    background-color: #47b1a9;
    color: white;
}

.tnotw-hide {
    display: none;
}

.tnotw-modal-content .tnotw-modal-body p {
    font-size: 14px;
}

.tnotw-modal-content .tnotw-modal-body form .fields {
    display: flex;
    flex-direction: column;
}

.tnotw-modal-content .tnotw-modal-body form .fields input[type="email"] {
    font-size: 12px;
}

.tnotw-modal-content .tnotw-modal-body form .fields input[type="submit"] {
    background-color: #47b1a9;
    color: #ffffff;
    font-size: 12px;
    letter-spacing: 1px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: myriad-pro, sans-serif;
}

#newsletter-popup {
    background: #f7f7f7; 
    padding: 28px 35px; 
    text-align: center; 
    line-height: 22px; 
    max-width: 100% !important;
    min-height: var(--tnotw-modal-height);
    -webkit-box-shadow: -1px 2px 5px -1px rgba(199,197,199,1);
    -moz-box-shadow: -1px 2px 5px -1px rgb(118, 90, 118);
    box-shadow: -1px 2px 5px -1px rgba(199,197,199,1);
}

#newsletter-popup h2 {
    font-weight: 700;
    font-size: 28px !important;       
    line-height:28px ;
}

.no-thanks {
    color: #000000 !important; 
    font-size: 16px;
    display: block;
    margin-top: 20px;
    height: 20px;
    text-decoration: none;
}

#tnotw-modal p.message {
    color: #000000 !important;   
    font-size: 12px !important;
    display: block !important;
    margin-top: 20px !important;
    height: 20px !important;
}



a.no-thanks:hover {
    cursor: pointer !important;
}


.s4h-modal-content {
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    
}

.s4h-modal-header {
    text-align: center;
}

.s4h-modal-body {
    padding: 15px 25px;
}

.s4h-modal-body p {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.2;
}

a.s4h-modal-button {
    color: #ffffff;
    background-color: #47b1a9;
    padding: 5px 10px;
    width: 160px;
    font-size: 18px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
}

a.s4h-modal-cancel {
    background-color: #f06a8a;
    font-size: 16px;
    width: 90px;
}

a.s4h-modal-button:hover {
    color: #000000;
}


.s4h-modal-button-cntr {
    display: flex;
    justify-content: space-evenly;
    padding: 10px 0;
}

.s4h-modal-footer {
    color: #000000;
    text-align: center;
    padding-top: 15px;
}

.s4h-modal-footer p {
    font-size: 16px;
}

.s4h-modal-footer a {
    font-size: 16px;
    color: #ffffff;
    margin-left: 5px;
}

.s4h-modal-footer a:hover {
    color: #f06a8a; 
}

.s4h-top-spacer,
.s4h-bottom-spacer {
    background-color:#47b1a9;
    height: 10px;
    min-height: 10px;
}

.s4h-bottom-spacer {
    position: fixed;
    width: 100%;
    bottom: 0;
}

.s4h-modal-inner-container {
    flex-grow: 2;
    width: 100%;
    padding: 20px 30px 20px 30px;
}

.s4h-paywall-heading-container {
    text-align: center;
}

.s4h-paywall-cancel-container {
    text-align: center;
}

.s4h-action-button, 
.s4h-paywall-cancel-button {
    background-color: #47b1a9 !important;
    color: #ffffff !important;
    text-transform: uppercase !important;
    text-decoration: none !important;
    padding: 0 20px !important;
    font-weight: 600 !important;
}

.s4h-action-button {
    font-size: 32px;
    margin: 0 auto;
    display: initial !important;
}

.s4h-small-button {
    font-size: 24px;
}

.s4h-boxed-content {
    border: #000000 1px solid;
    padding: 3px 6px;
    width: 80%;
    margin: 20px auto;
    max-width: 900px;
}

.s4h-center-content-container {
    text-align: center;
}

a.s4h-paywall-cancel-button:hover,
a.s4h-paywall-cancel-button:focus {
    cursor: pointer !important;
}

.s4h-paywall-heading-container p {
    font-size: 16px;
    color: #000000;
    padding: 0 16%;
    line-height: 1.2;
    font-family: "Noto Sans", Arial, Helvetica, sans-serif;
    margin: 10px 0 30px 0 !important;
}

.s4h-paywall-heading-container img {
    width: 250px;
}

.s4h-paywall-heading {
    text-transform: uppercase;
    font-size: 48px !important;
    font-weight: 700;
}

.s4h-paywall-plan-heading-columns  {
    margin-bottom: 0;
}

.s4h-plans-heading-mobile {
    display: none;
}


.s4h-paywall-heading-columns {
    background-color: #47b1a9;
    color: #ffffff;
}

.s4h-paywall-heading-columns h3 {
    text-transform: uppercase;
    margin: 0;
    font-weight: 600;
}

.s4h-paywall-shaded-column {
    background-color: #d9e2e1;
}

.s4h-paywall-plan-column {
    padding: 40px 20px 22px 20px;
    display: flex;
    justify-content: center;
    flex-flow: column;
}

.s4h-paywall-plan-column p {
    font-size: 14px;
    font-family: "Noto Sans", Arial, Helvetica, sans-serif;
}

.s4h-paywall-plan-column h3 {
    font-size: 40px;
    font-weight: 600;
}

.s4h-paywall-plan-container {
    background-color: #ffffff;
    padding: 25px 20px 20px 20px;
    flex-grow: 1;
}

.s4h-paywall-plan-container:hover {
    bbox-shadow: 0px -1px 0px 8px #494949;
    -webkit-box-shadow: 0px -1px 0px 8px #47b1a9;
    -moz-box-shadow: 0px -1px 0px 8px #47b1a9;
    cursor: pointer;
}

.s4h-paywall-plan-container.s4h-thin-border:hover {
    border: none;
}



.s4h-thin-border {
    border: #000000 1px solid;
}

.s4h-paywall-sign-in {
    margin-bottom: 0 !important;
    line-height: 1;
    font-size: 14px;
    font-family: "Noto Sans", Arial, Helvetica, sans-serif;
}

.s4h-paywall-plan-badge {
    background-color: #da3a31;
    text-transform: uppercase;
    font-size: 15px !important;
    text-align: center;
    color: #ffffff;
    font-weight: 700;
    width: 39%;
    margin: -39px auto 0 auto;
}

.s4h-upper-right-close-container {
    text-align: right;
}

.s4h-close:hover {
    cursor: pointer;
}

.s4h-membership-plan-title {
    text-align: center;
    background: var(--accent);
    color: #ffffff !important;
    text-transform: uppercase;
    font-size: 36px !important;
    padding-top: 3px;
    padding-bottom: 5px;
}

.s4h-membership-plan-intro {
    text-align: center ;
    margin: 20px auto;
    font-family: "Noto Sans", Arial, Helvetica, sans-serif !important;
    font-size: 22px !important;
    width: 53%;
}

p.s4h-paywall-sign-in-mobile {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
}

.s4h-plan-benefit-heading {
    text-align: center;
    text-transform: uppercase;
    font-size: 28px;
    font-weight: 700;
}

.s4h-plan-benefits-list-container {
    width: 23%;
    padding: 0 5px !important;
    min-width: 355px;
    margin: auto;
    padding: 0 30px;
}

@media screen and (max-width: 781px ) {
    .s4h-plan-benefits-list-container {
        width: 52%;
        padding: 0 10px;
    }
    
}

@media screen and (max-width: 500px ) {
    .s4h-plan-benefits-list-container {
        width: 73%;
        padding: 0 10px;
    }
    .s4h-action-button {
        font-size: 22px;
    }

    .s4h-small-button {
        font-size: 18px;
    }
    
}

p.s4h-red-highlighter {
    background-color: #da3a31;
    text-transform: uppercase;
    font-size: 15px !important;
    color: #ffffff !important;
    font-weight: 700;
    width: max-content;
    padding: 0 5px;
}

.s4h-plan-benefits-list-container p {
    font-size: 16px !important;
}


ul.s4h-plan-benefit-list {
    list-style: none;
    margin-left: 0;
    margin-bottom: 0;
    list-style-position: outside;
}

ul.s4h-plan-benefit-list li::before {
  content: "\f00c"; 
  font: var(--fa-font-sharp-solid);
  font-size: 15px;
  margin-right: 10px; 
}

#s4h-membership-plan-logo img {
    width: 250px;
    margin-top: 25px;
    margin-bottom: 35px;
}

body.landing-page #site-masthead,
body.landing-page #seo-cat-breadcrumb {
	display: none;
}

body.landing-page #content {
	margin-bottom: 0;
    padding: 0;
}

body.page.landing-page .site-main {
    width: 100%;
}

.s4h-red-links a {
    color: red;
    font-weight: 700;
}

@media screen and (max-width: 781px) {
    .s4h-paywall-plan-heading-columns  {
        display: none;
    }

    .s4h-plans-heading-mobile {
        display: block;
        text-transform: uppercase;
        margin: 0;
        font-weight: 600;
        background-color: #47b1a9;
        color:#ffffff;
        font-size: 28px !important;
        margin-bottom: 40px;
    }

    .s4h-paywall-plan-container {
        width: 50%;
        margin: 0 auto;
    }

    .s4h-modal-inner-container {
        padding: 20px 0;
    }

    .s4h-paywall-plan-column {
        padding: 15px 0 50px 0;
    }

    .s4h-paywall-shaded-column {
        padding-top: 0;
    }

    
}

.s4h-image-container {
    position: relative;
}

.s4h-image-container img {
    margin-bottom: 1em;
}

.s4h-hover-icons {
    display: none;
    font-size: 20px;
    width: 40px;
    height: 40px;
    background-color: #ff1616;
    color: #ffffff;
    position: absolute;
    top: 8px;
    left: 8px;
}

.s4h-hover-icons .colorbox.colorbox-insert-image {
    display: none;
}

.s4h-hover-icons-inner {
    display: flex;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.s4h-hover-icons:hover {
     background-color: #ff1616;
    color: #ffffff;
}

.s4h-hover-icons a {
    color: #ffffff;
    margin: auto;
}

.s4h-hover-icons a:hover {
    color: #ffffff;
}

.s4h-fancybox-modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 9999999999; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgba(0,0,0,0.4); 
    cursor: zoom-out;
}

.s4h-fancybox-modal-content {
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    height: 100%;
}

.s4h-fancybox-modal-body {
    align-self: center;
   
}

.s4h-fancybox-img {
    max-height: 85vh;
    cursor: default;
}

.s4h-fancybox-modal-header {
    display: flex;
    justify-content: right;
    color: #ffffff;
    font-size: 28px;
    font-weight: bold;
}








