@font-face {
    font-family: "Arial";
    src: url("../fonts/Arial.eot?#iefix") format("embedded-opentype"), url("../fonts/Arial.otf") format("opentype"), url("../fonts/Arial.woff") format("woff"), url("../fonts/Arial.ttf") format("truetype"), url("../fonts/Arial.svg#Arial") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Arial";
    src: url("../fonts/Arial.eot?#iefix") format("embedded-opentype"), url("../fonts/Arial.otf") format("opentype"), url("../fonts/Arial.woff") format("woff"), url("../fonts/Arial.ttf") format("truetype"), url("../fonts/Arial.svg#Arial") format("svg");
    font-weight: normal;
    font-style: normal;
}

body {
    border: 0;
    padding: 0;
    background: #F1F1EF;
    margin: 0;
}

input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
    color: #000;
    -webkit-text-fill-color: #000;
    -webkit-box-shadow: 0 0 0 1000px #fff inset;
}

.mailing-total-wrapper {
    min-height: 60vh;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    color: #000;
    -webkit-text-fill-color: #000;
    -webkit-box-shadow: 0 0 0 1000px #000 inset;
}

.footer-wrapper {
    margin-top: 75px;
}

input.email.errored {
    border-color: red;
}

.mlist-section {
    width: 570px;
    margin: 0 auto;
    max-width: 691px;
    text-align: center;
}

select {
    font-size: 16px;
}

p.message-description {
    font-family: 'forest_blakk_typewriter_cleRg';
    font-weight: 500;
    font-style: normal;
    font-size: 15px;
    line-height: 1.541vw;
    text-transform: uppercase;
    color: #000;
    text-align: center;
    margin: 40px 0;
}

input {
    background: none;
    border: none;
    border: 1px solid #223549;
    outline: none;
    text-align: center;
    color: #000;
    font-family: 'forest_blakk_typewriter_cleRg';
    font-weight: 500;
    font-style: normal;
    width: 100%;
    max-width: 100%;
    height: 40px;
    margin-top: 10px;
    -webkit-appearance: none !important;
    font-size: 13px;
    /* border-radius: 5px; */
    text-align: left;
    padding-left: 15px;
    box-sizing: border-box;
    border-radius: 0;
}

input::placeholder {
    color: #000;
}

.country.select-drop-down-arrow {
    /* display: none; */
    width: 100%;
    font-size: 0;
}

.birthday {
    /* display: none; */
    font-size: 0;
}

.globaloptin {
    /* display: none; */
    margin-top: 20px;
    padding: 0;
    font-size: 0;
}

input.submit.mlistSubmit {
    width: 300px;
    max-width: 100%;
    height: 16px;
    border: none;
    background: #000;
    font-family: 'forest_blakk_typewriter_cleRg';
    font-weight: 500;
    font-style: normal;
    color: #fff;
    font-size: 14px;
    transition: all 0.5s;
    margin-top: 1.8vw;
    height: 40px;
    line-height: 40px;
    border: 2px solid #223549;
    cursor: pointer;
    text-align: center;
    padding: 0;
    font-weight: 600;
}

input.submit.mlistSubmit:hover {
    background: #223549;
    /* border: none; */
    color: #515151;
}

span.input-error {
    position: absolute;
    font-size: 9px;
    left: 0;
    bottom: -14px;
    color: red;
    font-family: 'forest_blakk_typewriter_cleRg';
    font-weight: 500;
    font-style: normal;
}

.email.fieldWrap {
    position: relative;
}

a.terms {
    font-family: 'forest_blakk_typewriter_cleRg';
    font-weight: 500;
    font-style: normal;
    font-size: 11px;
    color: #000;
    text-transform: uppercase;
    transition: all 0.5s;
}

a.terms:hover {
    /* color: #000; */
    opacity: 0.5;
}

.terms {
    margin-top: 8px;
    text-align: center;
}

p.terms-message.fadeIn {
    width: 70%;
    margin: 0 auto;
    font-size: 11px;
    color: #fff;
    background: #223549;
    padding: 5px;
    font-family: 'forest_blakk_typewriter_cleRg';
    font-weight: 500;
    font-style: normal;
    line-height: normal;
    letter-spacing: 1px;
    border: 1px solid #223549;
    margin-top: 10px;
    text-transform: uppercase;
}

p.terms-message.fadeIn a {
    color: #fff;
    transition: all 0.5s;
    text-decoration: underline;
}

p.terms-message.fadeIn a:hover {
    color: #fff;
    opacity: 1;
    text-decoration: none;
}

.thankyou.fadeOut.fadeIn {
    font-family: 'forest_blakk_typewriter_cleRg';
    font-weight: 500;
    font-style: normal;
    font-size: 16px;
    text-transform: uppercase;
    margin-top: 20px;
    color: #000;
    text-align: center;
    padding-top: 25vh;
}

.address.fieldWrap,
.city.fieldWrap,
.last.fieldWrap,
.first.fieldWrap,
.state.fieldWrap {
    position: relative;
}

label.goptin_checkbox {
    color: #000;
    display: inline-block;
    vertical-align: middle;
    width: 95%;
    text-align: left;
    margin-left: 1%;
    text-align: left;
    text-transform: uppercase;
    font-size: 11px;
    font-family: 'forest_blakk_typewriter_cleRg';
    font-weight: 500;
    font-style: normal;
    line-height: 20px;
    margin-top: 0;
}

input#goptin:checked:after {
    content: "\2713";
    color: #000;
    display: block;
    text-align: center;
    font-size: 12px;
    line-height: 12px;
    /* margin-top:2px; */
    margin-top: 2px;
    margin-left: -3px;
    box-sizing: border-box;
    left: 64%;
    position: absolute;
    top: 46%;
    transform: translate(-50%, -50%);
}

input#goptin {
    position: relative;
}

select.country.form-control {
    background: url(../images/dropdown-dow.svg);
    border: none;
    border: 1px solid #223549;
    outline: none;
    color: #000;
    font-family: 'forest_blakk_typewriter_cleRg';
    font-weight: 500;
    font-style: normal;
    width: 100%;
    max-width: 100%;
    height: 40px;
    margin-top: 10px;
    -webkit-appearance: none !important;
    font-size: 13px;
    border-radius: 0;
    padding-left: 15px;
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: center right 10px;
}

select.dobMonth,
select.dobDay {
    background: url(../images/dropdown-dow.svg);
    border: none;
    border: 1px solid #223549;
    outline: none;
    color: #000;
    font-family: 'forest_blakk_typewriter_cleRg';
    font-weight: 500;
    font-style: normal;
    width: 100%;
    max-width: 100%;
    height: 40px;
    margin-top: 10px;
    -webkit-appearance: none !important;
    font-size: 13px;
    border-radius: 0;
    display: inline-block;
    padding-left: 15px;
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: center right 10px;
    text-transform: uppercase;
}

.dobDay.fieldWrap.select-drop-down-arrow,
.dobMonth.fieldWrap {
    width: 49%;
    display: inline-block;
}

.dobDay.fieldWrap.select-drop-down-arrow {
    margin-left: 1%;
}

.dobMonth.fieldWrap {
    margin-right: 1%;
}

.first.fieldWrap,
.last.fieldWrap {
    display: block;
    width: 100%;
}

.last.fieldWrap {
    margin-left: 1%;
}

.first.fieldWrap {
    margin-right: 1%;
}

.name {
    font-size: 0;
}

option {
    background: #000;
    color: #f7eed3;
}

.plain-ml-wrapper .fadeOut {
    display: none;
}

.plain-ml-wrapper .fadeIn {
    display: block;
}

.page-node-type-miscellaneous-pages div#main {
    background: #000;
}

.page-node-type-miscellaneous-pages .plain-ml-wrapper {
    max-width: 300px;
    margin: 0 auto;
}

.page-node-type-miscellaneous-pages .plain-ml-wrapper input:not([type="submit"]) {
    color: #000;
}

.page-node-type-miscellaneous-pages .plain-ml-wrapper label.moveUp {
    background-color: #000;
}

.page-node-type-miscellaneous-pages .plain-ml-wrapper #mlform #terms .terms-message,
.page-node-type-miscellaneous-pages .plain-ml-wrapper #secondform .terms .terms-message {
    color: #000;
}

.page-node-type-miscellaneous-pages .plain-ml-wrapper div.country {
    margin-top: 8px;
}

.globaloptin input[type="checkbox"] {
    width: 20px;
    height: 20px;
    margin-top: 0;
    display: inline-block;
    vertical-align: middle;
    padding-left: 0;
    margin: 0;
    padding: 0;
}

.clearfix.text-formatted.field.field--name-body.field--type-text-with-summary.field--label-hidden.field__item.quickedit-field {
    background: #000;
}

.plain-ml-wrapper.firstMlistForm {
    max-width: 500px;
    margin: 0 auto;
}

.fieldWrap label {
    color: #000;
    font-size: 15px;
    text-transform: uppercase;
    font-family: 'forest_blakk_typewriter_cleRg';
    font-weight: 500;
    font-style: normal;
    margin-top: 20px;
    display: block;
    text-align: left;
}

.submit {
    margin: 0 auto;
    text-align: center;
}

.birth-date-title {
    color: #000;
    font-size: 15px;
    text-transform: uppercase;
    font-family: 'forest_blakk_typewriter_cleRg';
    font-weight: 500;
    font-style: normal;
    margin-top: 20px;
    text-align: left;
    display: block;
}

.country.select-drop-down-arrow label {
    color: #000;
    font-size: 15px;
    text-transform: uppercase;
    font-family: 'forest_blakk_typewriter_cleRg';
    font-weight: 500;
    font-style: normal;
    margin-top: 20px;
    display: block;
    text-align: left;
}

.logowrap {
    text-align: center;
    /* margin-top: 30px; */
    padding-top: 30px;
}


/*.footer-wrapper {
  position: absolute;
  bottom: 3%;
  width: 100%;
}*/


.outer-wrap ul.socials li a {
    display: block;
    margin: 0px;
    color: #000;
    transition: all 0.5s ease;
}

.outer-wrap .copyrightsWrapper,
.copyrightsWrapper a {
    font-family: "beloved-sans", sans-serif;
    font-weight: 700;
    color: #000;
    text-transform: none;
    font-size: 8px;
    text-align: center;
    letter-spacing: 0.5px;
    line-height: 10px;
    padding-bottom: 20px;
}

.logowrap a {
    font-size: 4.565vw;
    left: -18vw;
    top: 26vw;
    padding: 0;
    font-family: 'forest_blakk_typewriter_cleRg';
    text-transform: uppercase;
    letter-spacing: 7.15px;
    font-weight: 400;
    color: #000;
}

br.mobile {
    display: none;
}

span.hidePipe-2 {
    display: inline;
}

@media screen and (min-width: 1900px) {
    .footer-wrapper {
        margin-top: 135px;
    }

    .thankyou.fadeOut.fadeIn {
        padding-top: 35vh;
    }
}

@media screen and (min-width: 2500px) {
    .mailing-total-wrapper {
        min-height: 63vh;
        padding-top: 14vh;
    }

    .thankyou.fadeOut.fadeIn {
        padding-top: 30vh;
    }
}

@media only screen and (max-width: 1023px) {
    p.message-description {
        font-size: 12px;
        line-height: 20px;
    }

    .logowrap a {
        font-size: 30px;
    }

    label.goptin_checkbox {
        width: 92%;
        margin-left: 1%;
        margin-top: 3vw;
    }

    .mlist-section {
        width: 86%;
        max-width: unset;
        margin-top: 12px;
    }

    input {
        width: 100%;
        max-width: unset;
        font-size: 16px;
        line-height: 18px;
        margin-top: 10px;
    }

    .outer-wrap .copyrightsWrapper,
    .copyrightsWrapper a {
        padding-top: 0px;
        font-size: 12px;
        line-height: 12px;
    }

    .submit {
        margin-top: 34.5px;
    }

    p.terms-message.fadeIn {
        width: 90%;
        position: relative;
        left: 47%;
        transform: translateX(-50%);
    }

    .terms {
        position: relative;
    }

    .thankyou.fadeOut.fadeIn {
        font-size: 20px;
        padding-top: 35vh;
    }

    span.input-error {
        left: 0%;
    }

    .plain-ml-wrapper.firstMlistForm {
        max-width: 90% !important;
    }

    .socials .icon-soundcloud:before {
        font-size: 24px;
    }

    br.mobile {
        display: block;
    }

    span.hidePipe-2 {
        display: none;
    }

    /*.footer-wrapper {
    margin: 0 auto;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}*/
}

.outer-wrap .SocialsWrapper {
    margin: 0 0 25px;
}

@media only screen and (min-width: 767px) and (max-width: 1024px) {
    label.goptin_checkbox {
        width: 95%;
        margin-left: 1%;
        margin-top: 0;
    }

    .mailing-total-wrapper {
        min-height: 80vh;
    }
}

@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
    .mailing-total-wrapper {
        min-height: 70vh;
    }

}

@media only screen and (max-width: 1023px) and (orientation:landscape) {
    label.goptin_checkbox {
        width: 94%;
        margin-left: 2%;
        margin-top: 0;
    }
}

@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
    .socials .icon-soundcloud:before {
        font-size: 24px;
    }
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    /* color: #000; */
    /* -webkit-text-fill-color: #000; */
    /* -webkit-box-shadow: 0 0 0 1000px #fff inset!important; */
}

@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
    .socials .icon-soundcloud:before {
        content: "\eac3";
        font-size: 25px;
    }
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    -webkit-text-fill-color: #000000;
    -webkit-box-shadow: 0 0 0px 1000px transparent inset;
    transition: background-color 5000s ease-in-out 0s;
    /* background:transparent; */
}

ul.socials li {
    margin-right: 1.2vw;
}

.footerLeftWrapper {
    padding: 0;
}

.footer-wrapper {
    margin-top: 0;
}