::-webkit-input-placeholder {
    color: inherit;
    opacity: 1
}

::-moz-placeholder {
    color: inherit;
    opacity: 1;
}

::-webkit-input-placeholder {
    color: inherit;
    opacity: 1;
}

.sub-pop-overlay {
    left: 0;
    right: 0;
    text-align: center;
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    z-index: 9999;
    background: rgba(255, 255, 255, 0.88);
    padding: 10px;
    color: #000000;
}

.sub-pop-overlay-a {
    display: table;
    width: 100%;
    height: 100%;
}

.sub-pop-overlay-b {
    display: table-cell;
    vertical-align: middle;
}

.sub-pop-widget {
    max-width: 800px;
    position: relative;
    margin: 0 auto;
    display: table;
    width: 100%;
    background: #ffffff;
    -webkit-box-shadow: 0 2px 9px rgba(0, 0, 0, 0.22);
    -moz-box-shadow: 0 2px 9px rgba(0, 0, 0, 0.22);
    box-shadow: 0 2px 9px rgba(0, 0, 0, 0.22);
    border: 0;
}

.b-close {
    padding: 15px;
    display: inline-block;
    text-align: center;
    position: relative;
}

.b-close span, .b-close span:before, .b-close span:after {
    cursor: pointer;
    border-radius: 2px;
    height: 3px;
    width: 20px;
    background: #000000;
    display: block;
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    transition: all .26s ease-out;
    -o-transition: all .26s ease-out;
    -ms-transition: all 0.26s ease-out;
    -moz-transition: all .26s ease-out;
    -webkit-transition: all .26s ease-out;
}

.b-close span:before {
    transform: rotate(45deg);
}

.b-close span:after {
    transform: rotate(-45deg);
}

.b-close span {
    background: transparent;
}

#mc_embed_signup, .popup-image {
    display: block;
}

#mc_embed_signup {
    background: #ffffff;
    color: #000000;
    padding: 30px;
    width: 50%;
    display: table-cell;
    vertical-align: middle;
}

.sub-pop-widget h2:before {
    display: none;
}

.subscribe-subtitle {
    text-align: center;
    max-width: 90%;
    margin: 0 auto;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 11px;
    font-size: 1.1rem;
    font-weight: 400;
    font-style: normal;
}

#mc_embed_signup_scroll {
    margin-top: 20px;
}

#mc_embed_signup_scroll input {
    background-color: #000000;
    border: 1px solid #000000;
    color: #ffffff;
    margin-bottom: 15px;
    display: block;
    width: 100%;
    border-radius: 0%;
}

#mc_embed_signup_scroll input[type="submit"] {
    display: block;
    width: 100%;
    margin: 0 auto;
    background-color: #000000;
    border: 1px solid #000000;
    color: #ffffff;
}

#mc_embed_signup_scroll input[type="submit"]:hover {
    background-color: #ffffff;
    border: 1px solid #000000;
    color: #000000;
}

#mc-embedded-subscribe-form {
    position: relative;
    z-index: 99;
}

.popup-image {
    position: relative;
    background-position: 50%;
    background-size: cover;
    height: 560px;
    display: table-cell;
    width: 50%;
    vertical-align: middle;
}

.popup-image img {
    margin: 0 auto;
    line-height: 0;
    display: block;
}

.mc-field-group {
    width: 100%;
}

.popup-style-two .popup-image, .popup-style-two #mc_embed_signup {
    display: block;
}

.popup-style-two .sub-pop-widget {
    display: block;
    background: transparent;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.popup-style-two .popup-image {
    height: 460px;
    width: 70%;
}

.popup-style-two #mc_embed_signup {
    margin: -37% 0 0 auto;
    width: 70%;
    z-index: 9;
    position: relative;
    -webkit-box-shadow: 0 2px 9px rgba(0, 0, 0, 0.22);
    -moz-box-shadow: 0 2px 9px rgba(0, 0, 0, 0.22);
    box-shadow: 0 2px 9px rgba(0, 0, 0, 0.22);
}

.popup-style-three .popup-image {
    height: 440px;
    display: block;
    width: 100%;
}

.popup-style-three #mc_embed_signup {
    width: auto;
    display: block;
    position: absolute;
    left: 40px;
    right: 40px;
    margin: 0 auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.popup-style-three .sub-pop-widget {
    display: block;
}

.sub-pop-overlay.popup-style-four {
    background: transparent;
    bottom: 0;
    top: initial;
    padding: 0;
    overflow: visible;
}

.sub-pop-overlay.popup-style-four .sub-pop-widget {
    max-width: 100%;
}

.sub-pop-overlay.popup-style-four #mc_embed_signup {
    padding: 10px;
    display: block;
    width: 100%;
}

.sub-pop-overlay.popup-style-four #mc_embed_signup_scroll {
    z-index: 1;
    position: relative;
    padding: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: inline-flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 39%;
    text-align: left;
    margin: 0 auto;
}

.sub-pop-overlay.popup-style-four .b-close {
    position: absolute;
    right: 5px;
    z-index: 999;
}

.sub-pop-overlay.popup-style-four .sub-header {
    display: inline-block;
    vertical-align: middle;
    width: 39%;
}

.sub-pop-overlay.popup-style-four .subscribe-title, .sub-pop-overlay.popup-style-four .subscribe-subtitle {
    text-align: left;
    max-width: 100%;
    text-transform: initial;
}

.sub-pop-overlay.popup-style-four .subscribe-title h2 {
    text-transform: uppercase;
    letter-spacing: 0;
    font-size: 24px;
    font-size: 2.4rem;
    font-style: italic;
}

.sub-pop-overlay.popup-style-four .mc-field-group {
    margin-right: .5%;
}

.sub-pop-overlay.popup-style-four .popup-image {
    position: absolute;
    max-width: 7%;
    display: block;
    z-index: 99;
    height: auto;
    width: 100%;
    top: 50%;
    left: 20px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media only screen and (max-width: 680px) {
    #mc_embed_signup {
        width: 100%;
        display: block;
    }
}

@media only screen and (max-width: 600px) {
    .popup-style-three .popup-image, .popup-image, .popup-style-two .popup-image, .sub-pop-overlay.popup-style-four .popup-image {
        display: none;
    }
    .popup-style-two #mc_embed_signup {
        margin: 0 auto;
        width: 90%;
    }
    .popup-style-three #mc_embed_signup {
        position: relative;
        left: auto;
        right: auto;
        top: auto;
        bottom: auto;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
    .subscribe-title h2 {
        font-size: 24px;
        font-size: 2.4rem;
    }
    .sub-pop-overlay.popup-style-four .sub-header, .sub-pop-overlay.popup-style-four #mc_embed_signup_scroll {
        display: block;
        width: 100%;
    }
    .sub-pop-overlay.popup-style-four .subscribe-title, .sub-pop-overlay.popup-style-four .subscribe-subtitle {
        text-align: center;
    }
}