/** * All of the CSS for your public-facing functionality should be * included in this file. */
html.no-scroll body {
    overflow-y: hidden !important;
    position: fixed !important;
}

.default-plugin-newsletter {
    position: relative !important;
    z-index: 100001 !important;
}
.default-plugin-newsletter .stc-modal-container {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    align-items: center;
    align-self: center;
    overflow-y: scroll;
    z-index: 100002 !important;
}
.default-plugin-newsletter .modal-backdrop {
    display: none;
    z-index: -1;
    background-color: rgba(255, 255, 255, 0.8);
}
.default-plugin-newsletter .modal-wrapper {
    position: static;
    display: none;
    margin: auto;
    width: calc(100vw - 20px);
    /* max-height: 80vh; */
}
.default-plugin-newsletter .modal-content {
    overflow: scroll;
}
.default-plugin-newsletter #modal-background {
    width: 100%;
    clear: both;
}
.default-plugin-newsletter a.modal-close {
    border-bottom: none;
    background-color: #434145;
    padding: 20px;
    line-height: 1;
    transition: background-color 0.2s ease-in;
    float: right;
    display: block;
    margin-bottom: 10px;
}
.default-plugin-newsletter a.modal-close svg {
    transition: fill 0.2s ease-in;
    fill: white;
    width: 20px;
    height: 20px;
}
.default-plugin-newsletter a.modal-close:hover, .default-plugin-newsletter a.modal-close:focus {
    background-color: #CF4817;
}
.default-plugin-newsletter a.modal-close:hover svg, .default-plugin-newsletter a.modal-close:focus svg {
    fill: white;
}
.default-plugin-newsletter .modal-open {
    display: flex;
}
.default-plugin-newsletter .modal-open .modal-wrapper {
    display: block;
}
.default-plugin-newsletter .modal-open .modal-backdrop {
    display: block;
}
@media (min-width: 768px) {
    .default-plugin-newsletter .modal-wrapper {
        width: 60vw;
   }
   .default-plugin-newsletter .modal-wrapper #modal-background {
        width: calc(100% - 90px);
        margin-right: 30px;
        float: left;
   }
   .default-plugin-newsletter .modal-wrapper a.modal-close {
        float: none;
        display: inline-block;
        margin-bottom: 0;
   }
}
.default-plugin-newsletter .modal-backdrop {
    background-color: rgba(67, 65, 69, 0.85);
}
.default-plugin-newsletter .modal-wrapper {
    /* overflow: auto; */
    width: 80vw;
    max-width: 1200px;
}
@media (max-width: 1199px) {
    .default-plugin-newsletter .modal-wrapper {
        width: 90vw;
   }
}
@media (max-width: 767px) {
    .default-plugin-newsletter .modal-wrapper {
        width: calc(100vw - 20px);
        margin: auto 10px;
        max-height: calc(100vh - 30px);
   }
}
@media (min-width: 768px) {
    .default-plugin-newsletter .modal-wrapper #modal-background {
        width: 100%;
        margin: 0;
        float: none;
   }
}
.default-plugin-newsletter .modal-wrapper .content-wrapper {
    background-color: white;
    display: flex;
    vertical-align: middle;
}
@media (max-width: 767px) {
    .default-plugin-newsletter .modal-wrapper .content-wrapper {
        flex-wrap: wrap;
   }
}
.default-plugin-newsletter .modal-wrapper .content-wrapper .image-wrapper {
    flex: 0 1 40%;
}
.default-plugin-newsletter .modal-wrapper .content-wrapper .image-wrapper .image {
    height: 100%;
    width: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
@media (max-width: 767px) {
    .default-plugin-newsletter .modal-wrapper .content-wrapper .image-wrapper {
        flex: 1 1 100%;
        min-height: 62vw;
   }
   .default-plugin-newsletter .modal-wrapper .content-wrapper .image-wrapper .image {
        background-position: center center;
   }
}
.default-plugin-newsletter .modal-wrapper .content-wrapper .content {
    flex: 1 1 60%;
    padding: 30px;
    position: relative;
}
@media (max-width: 767px) {
    .default-plugin-newsletter .modal-wrapper .content-wrapper .content {
        padding: 10px;
        flex: unset;
        width: 100%;
   }
}

.default-plugin-newsletter .title-section {
    margin-top: 0 !important;
    padding-bottom: 0 !important;
}

.default-plugin-newsletter .title-wrapper .top-row, .default-plugin-newsletter .title-wrapper .cta1 {
    margin-top: 10px;
}
@media (min-width: 1200px) {
    .default-plugin-newsletter .title-wrapper .top-row, .default-plugin-newsletter .title-wrapper .cta1 {
        display: inline-block;
   }
}
@media (max-width: 767px) {
    .default-plugin-newsletter .title-wrapper .top-row, .default-plugin-newsletter .title-wrapper .cta1 {
        display: inline-block;
   }
}
@media (max-width: 767px) {
    .default-plugin-newsletter .title-wrapper .cta1 {
        margin-top: 0;
   }
}
.default-plugin-newsletter .title-wrapper .bottom-row {
    margin-top: 0;
    margin-bottom: 20px;
}
.default-plugin-newsletter a.modal-close {
    background-color: #434145;
    line-height: 0;
    padding: 20px;
    position: absolute;
    top: 15px;
    right: 15px;
}
@media (max-width: 767px) {
    .default-plugin-newsletter a.modal-close {
        top: 15px !important;
        right: 15px !important;
   }
}
.default-plugin-newsletter a.modal-close svg {
    fill: white;
}
.default-plugin-newsletter a.modal-close:hover, .default-plugin-newsletter a.modal-close:focus {
    background-color: #CF4817;
    border-color: #CF4817;
}
.default-plugin-newsletter a.modal-close:hover svg, .default-plugin-newsletter a.modal-close:focus svg {
    fill: white;
}
.error_message {
    color: #CF4817 !important;
}
.default-plugin-newsletter .modal-close {
    top: 30px !important;
    right: 30px !important;
}
@media (max-width: 767px) {
    .default-plugin-newsletter .modal-close {
        top: 15px !important;
        right: 15px !important;
    }
}
#content-newsletter-modal {
    padding: 45px 55px 35px !important;
}
@media (max-width: 767px) {
    #content-newsletter-modal {
        position: static !important;
        padding: 30px 20px 30px !important;
   }
    #content-newsletter-modal .title-section {
        padding-left: 0 !important;
        padding-right: 0 !important;
   }
}

.modal-container .image-wrapper .image {
    overflow: hidden !important;
    display: block !important;
}
#form-newsletter-modal .form-group {
    margin-bottom: 20px !important;
}
@media (min-width: 576px) and (max-width: 767px) {
    #form-newsletter-modal .form-group {
        padding-left: 6px !important;
        padding-right: 6px !important;
   }
}
@media (min-width: 576px) {
    #form-newsletter-modal .form-group:nth-of-type(even) {
        padding-right: 0 !important;
   }
    #form-newsletter-modal .form-group:nth-of-type(odd) {
        padding-left: 0 !important;
   }
}
@media (max-width: 575px) {
    .form-group {
        padding-left: 0 !important;
        padding-right: 0 !important;
   }
}
.default-plugin-newsletter .cta1 {
    display: inline !important;
}
.default-plugin-newsletter .cta1:after {
    visibility: hidden;
    display: block;
    content: "";
    clear: both;
    height: 0;
}
.default-plugin-newsletter h1 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}
.default-plugin-newsletter .title-wrapper {
    /* max-width: 80% !important; */
    margin-bottom: 30px !important;
}
/* @media (max-width: 767px) {
    .default-plugin-newsletter .title-wrapper {
        max-width: 70% !important;
    }
} */
@media (max-width: 575px) {
    #content-newsletter-modal .title-section {
        padding-left: 0 !important;
        padding-right: 0 !important;
   }
}
#form-newsletter-modal sup {
    color: #CF4817 !important;
    padding-left: 5px !important;
}
#form-newsletter-modal .col-newsletter-modal-btn {
    margin-top: 25px !important;
    padding-left: 0 !important; 
}
#form-newsletter-modal #publication_agreement, #form-newsletter-modal #consent_policy {
    flex: 0 0 14px !important;
}
#form-newsletter-modal .col-checkbox-consent-policy {
    margin-top: 25px !important;
    padding-right: 0 !important;
}
body #form-newsletter-modal .form-group small {
    display: block !important;
    font-size: 13px !important;
    line-height: 1 !important;
}
#form-newsletter-modal .form-group label {
    display: flex !important;
    align-items: baseline !important;
}
#form-newsletter-modal .form-chechbox-text {
    flex: 1 !important;
    padding-left: 10px !important;
    color: #2B2B2E !important;
    font-family: "LL Circular Book Sub", sans-serif !important;
    font-size: 16px !important;
    line-height: 1.6 !important;
}
#form-newsletter-modal .form-control {
    border: 1px solid #D8D7DB !important;
    padding: 15px 15px 15px 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    max-width: 100% !important;
    font-size: 18px !important;
    color: #2B2B2E !important;
    height: 52px !important;
}
@media (max-width: 991px) {
    #form-newsletter-modal .form-control {
        font-size: 15px !important;
   }
    #form-newsletter-modal .form-chechbox-text {
        font-size: 13px !important;
   }
}
#form-newsletter-modal select.form-control.gender-select {
    border-radius: 0 !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    background-position: 95% 50% !important;
    background-repeat: no-repeat !important;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxMS41IDEzLjUiPjxkZWZzPjxzdHlsZT4uY2xzLTF7ZmlsbDojOWQ5ZWExO308L3N0eWxlPjwvZGVmcz48dGl0bGU+QXJyb3dfU21hbGxfRG93bl9MaW5lPC90aXRsZT48ZyBpZD0iTGF5ZXJfMiIgZGF0YS1uYW1lPSJMYXllciAyIj48ZyBpZD0iSWNvbnMiPjxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTExLjI4MDI3LDcuMjE5NzNhLjc0OTcyLjc0OTcyLDAsMCwwLTEuMDYwNTQsMEw2LjUsMTAuOTM5NDVWLjc1QS43NS43NSwwLDAsMCw1LC43NVYxMC45Mzk0NUwxLjI4MDI3LDcuMjE5NzNBLjc0OTkyLjc0OTkyLDAsMCwwLC4yMTk3Myw4LjI4MDI3bDUsNWEuNzUyNjQuNzUyNjQsMCwwLDAsMS4wNjA1NCwwbDUtNUEuNzQ5NzIuNzQ5NzIsMCwwLDAsMTEuMjgwMjcsNy4yMTk3M1oiLz48L2c+PC9nPjwvc3ZnPg==);
    background-size: 14px 20px !important;
    color: #75757A !important;
    /* padding: .5em !important; */
    /* padding-right: 1.5em !important; */
}
#form-newsletter-modal  #newsletter-modal-submit-button {
    color: rgb(255, 255, 255) !important;
    font-size: 19px !important;
    font-weight: 400 !important;
    border-radius: 0px !important;
    width: 150px !important;
    height: 50px !important;
    margin: 0 !important;
    border: 2px solid transparent !important;
    background-color: #434145 !important;
    transition: 0.2s ease background-color !important;
    cursor: pointer !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
}
@media (max-width: 991px) {
    #form-newsletter-modal #newsletter-modal-submit-button {
        font-size: 17px !important;
    }
}
@media (max-width: 767px) {
    #form-newsletter-modal #newsletter-modal-submit-button {
        font-size: 16px !important;
    }
}
#form-newsletter-modal #newsletter-modal-submit-button:hover {
    background-color: #CF4817 !important;
}
#form-newsletter-modal a {
    white-space: nowrap !important;
}
@media (max-width: 375px) {
    #form-newsletter-modal a {
        white-space: normal !important;
    }
}

/* Form checkbox style */
#form-newsletter-modal input#consent_policy:checked + span::before {
    content: "\2714";
    font-size: 12px;
}
#form-newsletter-modal input#consent_policy.red + span::before {
    border: solid 1px #CF4817;
    background: #fff;
}
#form-newsletter-modal input[type="checkbox"] + span, #form-newsletter-modal input[type="checkbox"] + span::before {
    display: inline-block;
    vertical-align: middle;
}
#form-newsletter-modal input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}
#form-newsletter-modal input[type="checkbox"] + span::before {
    content: "";
    width: 15px;
    height: 15px;
    margin: 0 4px 0 0;
    border: solid 1px #a8a8a8;
    line-height: 15px;
    text-align: center;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    background: #fff;
}
#form-newsletter-modal input[type="checkbox"] + span::before {
    -moz-border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    border-radius: 0 !important;
}
#form-newsletter-modal .row-form-newsletter-modal-fields {
    margin-left: 0 !important;
    margin-right: 0 !important;
}


.default-plugin-newsletter .stc-modal-container {
    padding: 30px 0 !important;
    z-index: 9001 !important
}
@media (max-width: 767px) {
    .default-plugin-newsletter .stc-modal-container {
        margin: 0 0 10px 0 !important;
        padding: 10px 0 !important;
        /* max-height: calc(100vh - 20px) !important; */
    }
}

.default-plugin-newsletter .newsletter-detailed {
    position: relative !important;
    transition: all 0.3s ease !important;
}
.default-plugin-newsletter .newsletter-detailed.success-form #form-newsletter-modal {
    opacity: 0 !important;
    visibility: hidden !important;
}
.default-plugin-newsletter .newsletter-detailed.success-form #msgSubmit {
    position: absolute !important;
    top: 0 !important;
    -webkit-transition:all 1s ease !important;
       -moz-transition:all 1s ease !important;
        -ms-transition:all 1s ease !important;
         -o-transition:all 1s ease !important;
            transition:all 1s ease !important;
}
.default-plugin-newsletter .newsletter-detailed.success-form #msgSubmit h3 {
    margin-top: 20px !important;
}