﻿* {
    margin: 0;
    padding: 0;
}

body {
    font-family: Helvetica Neue, sans-serif;
    font-size: 16px;
    /*background: #400090;*/
    margin: 0 auto;
    width: 100%;
}

.unsub, .re_sub, .error {
    background: #f2f2f2;
    font-family: Arial, Helvetica, sans-serif;
    padding-top: 73px;
}

#previewModal{
    height:auto !important;
}

#wrapper {
    width: 100%;
    margin: 0;
    padding: 0;
}

.hidemobile {
    display: block;
    visibility: visible;
}

.showmobile {
    display: none;
    visibility: hidden;
}

.clearfix::after {
    content: "";
    clear: both;
    display: table;
}

.contentWrapper {
    margin: 0 auto;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
}

.contentWrapper_inner {
    max-width: 35.25rem;
    margin-left: auto;
    margin-right: auto;
}

.contentWrapper_resub, .contentWrapper_unsub, .contentWrapper_error {
    max-width: 585px;
    margin-left: auto;
    margin-right: auto;
}

h1.titlecopy {
    font: normal 900 48px/1.17 'Lato', sans-serif;
    color: #fff;
    margin-left: auto;
    margin-right: auto;
    max-width: 466px;
    margin-bottom: 50px;
    margin-top: 80px;
    letter-spacing: -1px;
    text-align: center;
}

.ptext {
    font-family: Arial, Helvetica, sans-serif;
    padding: 8px;
    text-align: center;
    padding-bottom: 20px;
}

.form-container {
    background: #fff;
    border-radius: 5px;
    padding: 42px 44px 40px;
}

.confirm_section {
    background: #fff;
    border-radius: 5px;
    padding: 41px 0 39px 35px;
}

.section_label {
    font-family: Helvetica Neue, sans-serif;
    font-size: 16px;
    display: block;
    font-weight: 700;
    margin-bottom: 11px;
    text-align: left;
}

.sectionPreference_checkbox {
    margin-bottom: 11px;
    margin-top: 10px;
    /*padding:20px;*/
    text-align: left;
    width: 44px;
    height: 44px;    
}

.sectionPreference_label {
    font-family: Helvetica Neue, sans-serif;
    /*padding-left: 10px;*/
    font-size: 14px;
    font-weight: bold;
    /*margin-bottom: 10px;*/
    text-align: left;
    vertical-align: top;
    /*margin-left: 50px;*/
}

.sectionPreference_des {
    font-family: Helvetica Neue, sans-serif;
    font-size: 12px;
    font-weight: normal;
    /*margin-left: 100px;*/
    text-align: left;
    vertical-align: middle;   
    display: inline-block;
    /*margin-left: 100px;*/
}

.multioptinpreviewlinks {
    margin: 36px;
    font-size: 12px;
    font-weight: normal;
    vertical-align: top;
}

.section-input {
    padding-left: 5px;
    padding-right: 5px;
    color: #434d5d;
    font-size: 14px;
    min-height: 45px;
    background-color: #fff;
    border: 0;
    border-radius: 3px;
    width: 100%;
    -webkit-box-shadow: inset 0 2px 0 0 rgba(142,154,173,.1), inset 0 0 0 1px #d2d7df, 0 1px 0 0 #fff;
    box-shadow: inset 0 2px 0 0 rgba(142,154,173,.1), inset 0 0 0 1px #d2d7df, 0 1px 0 0 #fff;
}

    .section-input:focus {
        outline: auto 1px Highlight;
        outline: auto 2px -webkit-focus-ring-color;
    }

.section-option {
    padding-left: 5px;
    padding-right: 10px;
    margin-right: 10px;
    color: #434d5d;
    font-size: 14px;
    min-height: 45px;
    background-color: #fff;
    border: 0;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 2px 0 0 rgba(142,154,173,.1), inset 0 0 0 1px #d2d7df, 0 1px 0 0 #fff;
    box-shadow: inset 0 2px 0 0 rgba(142,154,173,.1), inset 0 0 0 1px #d2d7df, 0 1px 0 0 #fff;
}


    .section-option:focus {
        outline: auto 1px Highlight;
        outline: auto 2px -webkit-focus-ring-color;
    }

.red {
    width: 100%;
    min-height: 45px;
    outline: none;
    border: 1px solid #ff0000;
    -webkit-box-shadow: 0px 0px 5px #ff0000;
    box-shadow: 0px 0px 5px #ff0000;
}

#error_msg, #demo {
    color: #e85244;
    font-family: Helvetica Neue, sans-serif;
    font-size: 12px;
    padding-top: 4px;
}

.section_name {
    margin-bottom: 19px;
}
.section_preview {
    margin-bottom: 19px;
}

.section_email {
    margin-bottom: 24px;
}

.mandatory_text_error {
    color: #ff0080;
}

.section_button {
    text-align: left;
}

input.input-validation-error {
    border: 1px solid red;
}

.sectionPreference_checkbox {
    margin-bottom: 11px;
    margin-top: 10px;
    /*padding:20px;*/
    text-align: left;
    width: 44px;
    height: 44px;
}



    .sectionPreference_checkbox input {
        position: relative;
        top: 3px;
    }



.sectionPreference_label {
    font-family: Helvetica Neue, sans-serif;
    /*padding-left: 10px;*/
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
    text-align: left;
    vertical-align: middle;
    display: block;
    /*margin-left: 50px;*/
}



.sectionPreference_des {
    font-family: Helvetica Neue, sans-serif;
    font-size: 12px;
    font-weight: normal;
    /*margin-left: 100px;*/
    text-align: left;
    vertical-align: middle;
    display: block;
    padding-left: 15%;
    color: #5b636a;
    /*margin-left: 100px;*/
}

.btn_subscribe {
    font-family: Helvetica Neue, sans-serif;
    font-size: 16px;
    border: 1px solid transparent;
    border-radius: 25px;
    display: inline-block;
    font-weight: 700;
    line-height: 1;
    padding: 9px 30px;
    text-decoration: none;
    text-align: center;
    -webkit-transition: background-color .3s ease-in, -webkit-box-shadow .3s ease-in;
    transition: background-color .3s ease-in, -webkit-box-shadow .3s ease-in;
    transition: background-color .3s ease-in, box-shadow .3s ease-in;
    transition: background-color .3s ease-in, box-shadow .3s ease-in, -webkit-box-shadow .3s ease-in;
    background-color: #0f69ff;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#0f69ff), to(#0f69ff));
    background-image: linear-gradient(180deg, #0f69ff, #0f69ff);
    border-color: #0f69ff;
    border-bottom-color: #0f69ff;
    -webkit-box-shadow: inset 0 1px 0 0 #97c456;
    box-shadow: inset 0 1px 0 0 #97c456;
    color: #fff;
    text-shadow: 0 1px 1px #518a1f;
    -webkit-appearance: button;
    cursor: pointer;
}

    .btn_subscribe:hover {
        background-color: #0f69ff;
        background-image: -webkit-gradient(linear, left top, left bottom, from(#0f69ff), to(#0f69ff));
        background-image: linear-gradient(180deg, #0f69ff, #0f69ff);
        color: #fff;
    }

.confirm_section_left {
    width: 15%;
    float: left;
}

.confirm_section_right {
    width: 83%;
    float: right;
}

.confirm_text {
    padding-right: 35px;
    font-family: Arial, Helvetica Neue, sans-serif;
    font-size: 16px;
    line-height: 24px;
    text-align: left;
    color: #000000;
}

.go_back a {
    padding-right: 22px;
    font-family: Arial, Helvetica Neue, sans-serif;
    font-size: 16px;
    line-height: 24px;
    text-align: left;
    color: #ffffff;
    padding: 16px 17px;
    display: block;
    text-decoration: none;
}

.container_resub, .container_unsub, .container_error {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 6px;
    margin: 0 auto;
}

.Title_one {
    color: #262626;
    font-size: 30px;
    font-weight: 400;
    letter-spacing: 0;
    margin: 0 0 13px;
    padding: 0;
}

.cta, .error_cta {
    background: #f1fafe;
    border-bottom: 1px solid #dae3ea;
    border-top: 1px solid #dae3ea;
    color: #1f1f1f;
    font-size: 14px;
    text-align: left;
    margin-bottom: 58px;
}

.Section_top {
    padding: 34px 40px 22px;
}

.Sub_copy {
    color: #3e434a;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    margin: 0;
}

.re_sub .Sub_copy {
    padding-bottom: 23px;
}

.cta_inner {
    background: transparent url(http://epidm.edgesuite.net/CMS/Coding/Yahoo/2018/06_June/01388008/Yahoo_question.png) 40px 14px no-repeat;
    padding: 24px 79px 32px;
}

.error_cta_inner {
    background: transparent url(http://epidm.edgesuite.net/CMS/Coding/Yahoo/2018/06_June/01388008/Yahoo_back.png) 40px 18px no-repeat;
    padding: 24px 79px 32px;
}

    .cta_inner a, .error_cta_inner a {
        color: #185787;
    }

@media only screen and (max-width: 600px) {
    .container_resub, .container_unsub, .container_error {
        margin: 0 10px;
    }

    .contentWrapper_inner {
        padding: 0 15px;
    }

    .confirm_section {
        padding: 36px 0 39px 25px;
    }

    .confirm_section_left {
        width: 25%;
        float: left;
    }

    .confirm_section_right {
        width: 70%;
        float: right;
    }

    .confirm_text {
        padding-right: 20px;
        padding-left: 5px;
    }

    .sectionPreference_des {
        padding-left: 12% !important;
    }
}

@media only screen and (max-width:480px) {
    .monwidth {
        width: 31%;
    }

    .daywidth {
        width: 26%;
    }

    .yearwidth {
        width: 27%;
    }

    .section-option {
        margin-right: 5px;
    }

    .multioptinwidth {
        width: 100% !important;
    }

    .imagewidth {
        width: 40% !important;
    }

    .section-input:hover, .section-input:focus, .section-input:active {
        border: 1px solid #000000 !important;
    }

    .sectionPreference_des {
        padding-left: 12% !important;
    }
}
