/* CLIENT-SPECIFIC STYLES */
#outlook a { padding: 0; }
.ReadMsgBody { width: 100%; } .ExternalClass { width: 100%; }
.ExternalClass, .ExternalClass p, .ExternalClass span, .ExternalClass font, .ExternalClass td, .ExternalClass div, .ExternalClass * { line-height: 100%; }
body, table, td, a { -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; } table, td { mso-table-lspace: 0pt; mso-table-rspace: 0pt; }
img { -ms-interpolation-mode:bicubic; }
/* RESET STYLES */
body { height:100% !important; margin: 0 !important; padding: 0 !important; width: 100% !important; }
img { border: 0; height: auto; line-height: 100%; outline: none; text-decoration: none; }
table { border-collapse: collapse !important; }
/* Remove margin on email wrapper in Android 4.4 KitKat */
/* See more at: https://blog.jmwhite.co.uk/2015/09/19/revealing-why-emails-appear-off-centre-in-android-4-4-kitkat/ */
div[style*="margin: 16px 0"] {margin:0 !important; font-size:100% !important;}
/* Remove ios blue links */
a[x-apple-data-detectors] {
    color: inherit !important;
    text-decoration: none !important;
    font-size: inherit !important;
    font-family: inherit !important;
    font-weight: inherit !important;
    line-height: inherit !important;
}
/* Outline styles */
@media only screen and (max-width: 599px) {
    .content-table {
        width: 100% !important;
    }
    img[class="img-max"]{
        width: 100% !important;
        height: auto !important;
    }
    img[class="img-logo"]{
        width: 50% !important;
        height: auto !important;
    }
    table[class="mobile-button-wrap"]{
        margin: 0 auto;
        width: 100% !important;
    }
    .no-mobile{
        display: none !important;
    }
    a[class="mobile-button"]{
        width: 80% !important;
        padding: 8px !important;
        border: 0 !important;
    }
    .mobile-only{
        display:table !important;
    }
    .mobile-align-center {
        text-align: center !important;
        margin-right: auto;
        margin-left: auto;
    }
    .mobile-padding{
        padding:0px 0px 32px 0px !important;
    }
}
.container {
    position: relative;
    padding-top: 2px;
    padding-left: 35px;
    padding-right: 25px;
    margin-bottom: 10px;
    cursor: pointer;
    font-size: 12px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
/* Hide the browser's default radio button */
.container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}
/* Create a custom radio button */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #eee;
    border-radius: 50%;
}
/* On mouse-over, add a grey background color */
.container:hover input + .checkmark {
    background-color: #ccc;
}
/* When the radio button is checked, add a blue background */
.container input:checked + .checkmark {
    background-color: #b7007a;
}
/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
/* Show the indicator (dot/circle) when checked */
.container input:checked + .checkmark:after {
    display: block;
}
/* Style the indicator (dot/circle) */
.container .checkmark:after {
    top: 6px;
    left: 6px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
}
::placeholder {
    color: #737980;
    padding-left: 0px;
    font-family: Gotham, 'Helvetica Neue', Helvetica, Arial, 'sans-serif';
    font-size: 14px;
    font-weight: 500;
    opacity: 1; /* Firefox */
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #737980;
}
::-ms-input-placeholder { /* Microsoft Edge */
    color: #737980;
}