/* RESET */
*,
*::before,
*::after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html { height: 100%; }

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
code,
del,
dfn,
em,
img,
q,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
textarea,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
    margin: 0;
    padding: 0;
    border: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;

    vertical-align: baseline;
    line-height: 24px;
}

a { line-height: inherit; }

a img {
    border: 0 none;
    line-height: inherit;
}

span { line-height: inherit; }

ul { list-style: none; }
ul li { list-style-type: none; }

/* eo RESET */


/* Basic Typography */
body {
    color: #595959;
    font-family: "Helvetica Neue", Arial, Helvetica, Verdana, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    vertical-align: baseline;
    font-size: 16px;
    line-height: 24px;
    overflow: hidden;
}

/* HEADINGS */
a,
a:visited {
    color: #2c9ab7;
}

a:hover {
    color: #0c7a97;
}

h1 {
    font-size: 40px;
    line-height: 48px;
    margin-bottom: 6px;
}

h2 {
    font-size: 26px;
    line-height: 30px;
    margin-bottom: 24px;
}

h3 {
    font-size: 26px;
    line-height: 30px;
    margin-bottom: 24px;
}

h4 {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 18px;
    font-weight: 500;
}

p {

    font-size: 15px;
    line-height: 24px;
    margin-bottom: 12px;
}

em { font-style: italic; }

/** FORMS **/

/* Turn off webkit default styling */
input:not([type="radio"]):not([type="checkbox"]) { -webkit-appearance: none; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }


input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

label,
input,
select,
textarea {
    font-family: "Helvetica Neue", Arial, Helvetica, Verdana, sans-serif;
    font-size: 15px;
    line-height: 18px;
    font-weight: normal;
    width: 100%;
    width: auto; /* reset width for IE */
}

label {
    color: #404040;
    font-weight: bold;
    display: block;
    padding-bottom: 6px;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;

}

label * { line-height: inherit; }

textarea {
    height: auto;
    line-height: 24px;
}

ul.radioCheckboxContainer li label { display: inline-block; }

/* Placeholder styling */
input::-webkit-input-placeholder { opacity: 1; }
input:-moz-placeholder { opacity: 1; }
input::-moz-placeholder { opacity: 1; }
input:-ms-input-placeholder { opacity: 1; }

/* Input default styles */
select,
textarea,
input[type="text"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"] {
    background-color: #ffffff;
    border: 2px solid #c9c9c9;
    border-radius: 3px;
    display: inline-block;
    min-height: 36px;
    min-width: 50px;
    padding: 0 0.4em;
    vertical-align: middle;
    width: 100%;
}
textarea:hover,
input[type="text"]:hover,
input[type="datetime"]:hover,
input[type="datetime-local"]:hover,
input[type="date"]:hover,
input[type="month"]:hover,
input[type="time"]:hover,
input[type="week"]:hover,
input[type="number"]:hover,
input[type="email"]:hover {
    border-color: #838383;
}

input[type="radio"],
input[type="checkbox"] {
    float: left;
    margin-right: 10px;
}

select {
    /*Bg sprite hosted on S3*/
    background: #ffffff url("//downloads.mailchimp.com/images/signup-forms/icons/signup-sprite.png") no-repeat right -296px;
    padding: 5px 8px;
    -webkit-appearance: none;
    -moz-appearance: none;
}

/*for IE10*/
select::-ms-expand {
    display: none;
}

/* Modal Button default styles */
.button-loading.button-loading {
    position: relative;
    background-size: 20px;
    background-position: center center;
    background-repeat: no-repeat;
    pointer-events: none;
    background-image: url("https://cdn-images.mailchimp.com/product/buttons/loader-light@2x.png");
    color: transparent;
}

.button {
    background-color: #5a5a5a;
    border: 0 none;
    border-radius: 3px;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    font-family: "Helvetica Neue",Arial,Helvetica,Verdana,sans-serif;
    font-size: 13px;
    font-weight: 700;
    height: 36px;
    letter-spacing: 0.01em;
    line-height: 36px;
    margin-right: 0;
    overflow: hidden;
    padding: 0 18px;
    text-align: center;
    vertical-align: middle;
    white-space: normal;
}
.button:hover {
    background-color: #646060;
    color: #ffffff;
}

.link-button {
    appearance: none;
    cursor: pointer;
    background-color: transparent;
    border: none;
    text-decoration: underline;
    font-size: 11px;
    color: #241c15;
    text-align: center;
    width: 100%;
    padding: 4px 0;
    margin-top: 8px;
}

.field-wrapper {
    margin: 0 0 24px;
}

/* Validation Styles */

.field-wrapper .invalid-error {
    max-height: 200px;
}

.field-help {
    color: #959595;
}

.invalid-error {
    display: block;
    color: #db3a1b;
    max-height: 200px;
}

.valid-success {
    color: #72c1b0;
}

.field-help,
.invalid-error {
    white-space: normal;
    word-wrap: break-word;
    width: 100%;
    letter-spacing: 0.01em;
    max-width: 550px;
    font-size: 0.8125em;
    line-height: 1.38461538em;
    font-weight: 700;
    position: relative;
}

textarea.invalid,
input.invalid {
    border: 2px solid #e85c41;
}

textarea.valid,
input.valid {
    border: 2px solid #72c1b0;
}


/* Custom Styles for signup fields in popup editor */

/* Date */
.date .date-month {
    width: 45px;
}
.date .date-day {
    width: 45px;
}
.date .date-year {
    width: 60px;
}

/* Birthday */
.birthday .birthday-month {
    width: 45px;
}
.birthday .birthday-day {
    width: 45px;
}

/* Phone */
.phone .phone-area {
    width: 45px;
}
.phone .phone-detail1 {
    width: 45px;
}
.phone .phone-detail2 {
    width: 60px;
}

.field-wrapper.address .address1,
.field-wrapper.address .address2,
.field-wrapper.address .city,
.field-wrapper.address .state,
.field-wrapper.address .zip,
.field-wrapper.address .country {
    margin-bottom: 12px;
}

/* Content styles */
.content__titleDescription,
.content__footer,
.flash-block {
    /* Break any lines longer than content containers */
    word-wrap: break-word;
}

/* Flash block */
.flash-block {
    display: block;
    clear: both;
}
.flash-block a {
    display: inline-block;
    white-space: nowrap;
}
.flash-info,
.flash-errors,
.flash-success {
    padding: 24px 15px 24px 15px;
    margin: 15px 15px 24px 15px;
    border-radius: 6px;
    background-color: #ccebf3;
}
.flash-errors {
    background-color: #f8d0c8;
}
.flash-success {
    background-color: #d4ece6;
}

/* Util classes */
.clearfix {
    content: "";
    display: table;
    clear: both;
}

/* SMS step styling */
.content__smsStep,
.content__continueToSmsButton.content__continueToSmsButton {
    display: none;
}

/* Pop-up form success block */
.popup-signup-success { padding: 60px; }
.popup-signup-success h1 { font-weight: bold; }

/* GDPR */
.content__gdpr {
    margin: 0 -30px 0 -30px;
    padding: 20px 30px 0 30px;
    background: rgba(255, 255, 255, 0.9);
    color: #4a4a4a;
}

.content__gdpr p {
    font-size: 13px;
    line-height: 1.5;
    padding-bottom: 20px;
    margin-bottom: 0;
}

.content__gdprFields {
    padding-bottom: 14px;
    margin-bottom: 0;
}

.content__gdprFields label {
    font-weight: normal;
    font-size: 13px;
}

.content__gdprLegal {
    display: flex;
    margin: 0 -30px 45px -30px;
    padding: 0 30px 30px 30px;
    background: rgba(255, 255, 255, 0.9);
    overflow: auto;
}

.content__gdpr.content__gdpr *:not(a),
.content__gdprLegal.content__gdprLegal p {
    color: #6d6d6d;
}

.content__gdprLegal p {
    font-size: 10px !important;
    line-height: 1.5 !important;
    margin-bottom: 0;
}

.content__gdprLegal a {
    text-decoration: none;
    color: #206578;
}

.content__gdprLegal img {
    width: 65px;
    margin-right: 15px;
}

.content__monkeyRewards {
    clear: both;
    padding: 30px 42px;
    padding-top: 0;
    text-align: center;
}

.content__monkeyRewards a {
    display: inline-block;
    border-radius: 4px;
    width: 125px;
}

.content__monkeyRewards img {
    width: 100%;
    color: #ebebeb;
    padding: 2px 0;
}

.content__fixedBadge {
    display: none;
}

.radio-group .helpText {
    margin-bottom: 6px;
}

.strictContent {
    font-size: 16px;
}

.strictContent.s {
    font-size: 14px;
}

.strictContent.m {
    font-size: 16px;
}
.strictContent.l {
    font-size: 18px;
}

.strictContent h1 {
    font-weight: inherit;
    font-size: 3em;
    line-height: 1.25;
    margin-bottom: 12px;
}

.strictContent h2 {
    font-weight: inherit;
    font-size: 2em;
    line-height: 1.25;
    margin-bottom: 12px;
}

.strictContent h3 {
    font-weight: inherit;
    font-size: 1.5em;
    line-height: 1.4;
    margin-bottom: 12px;
}

.strictContent h4 {
    font-weight: inherit;
    font-size: 1.25em;
    line-height: 1.4;
    margin-bottom: 12px;
}

.strictContent p {
    font-size: 1em;
    line-height: 1.4;
    margin-bottom: 0;
}

.strictContent p:empty::after {
    content: "\00a0";
}

.strictContent p.small-text,
.strictContent .helpText {
    font-size: 0.85em;
    line-height: 1.4;
}

.strictContent label {
    font-size: 1em;
}

.strictContent .button {
    font-size: 1em;
}

.strictContent ul.radioCheckboxContainer li label {
    font-weight: normal;
}

.modalContent {
    background-color: #ffffff;
}

/* SMS functionality */
.smsLegal {
    margin-top: 12px;
    margin-bottom: 20px;
    font-size: 12px;
}
.smsLegal div {
    line-height: 1.4;
}

/* Tap to text functionality */
.content__tttContainer {
    display: none;
}

.content_tttLegal {
    text-align: center;
    font-size: 12px;
    color: #403b3b;
    margin-bottom: 16px;
}

.content_tttSubmitButton {
    text-decoration: none;
}

.content__tttOptOut {
    font-size: 9px;
}
