@font-face{
font-family:"Helvetica W01 Roman";
src:url("https://assets.macysassets.com/dyn_img/fonts/ea95b44a-eab7-4bd1-861c-e73535e7f652.eot");
src:url("https://assets.macysassets.com/dyn_img/fonts/ea95b44a-eab7-4bd1-861c-e73535e7f652.eot?#iefix") format("embedded-opentype"),url("https://assets.macysassets.com/dyn_img/fonts/dyn_img/fonts/4021a3b9-f782-438b-aeb4-c008109a8b64.woff") format("woff"),url("https://assets.macysassets.com/dyn_img/fonts/669f79ed-002c-4ff6-965c-9da453968504.ttf") format("truetype"),url("https://assets.macysassets.com/dyn_img/fonts/d17bc040-9e8b-4397-8356-8153f4a64edf.svg#d17bc040-9e8b-4397-8356-8153f4a64edf") format("svg");
}

/* Neue Helvetica W01 75 Bold (22.35kb - Latin 1) */
@font-face{
font-family:"HelveticaNeueW01-75Bold";
src:url("https://assets.macysassets.com/dyn_img/fonts/c07fef9e-a934-42d7-92ad-69205f2b8a00.eot?#iefix");
src:url("https://assets.macysassets.com/dyn_img/fonts/c07fef9e-a934-42d7-92ad-69205f2b8a00.eot?#iefix") format("eot"),url("https://assets.macysassets.com/dyn_img/fonts/3b303641-706e-4221-94c4-4fb491f4f8ef.woff2") format("woff2"),url("https://assets.macysassets.com/dyn_img/fonts/14ff6081-326d-4dae-b778-d7afa66166fc.woff") format("woff"),url("https://assets.macysassets.com/dyn_img/fonts/8fda1e47-19be-46c7-8d83-8d4fb35572f0.ttf") format("truetype"),url("https://assets.macysassets.com/dyn_img/fonts/f751c8ae-1057-46d9-8d74-62592e002568.svg#f751c8ae-1057-46d9-8d74-62592e002568") format("svg");
}



header {
    display: none !important;
}
footer {
    display: none !important;
}

.mlo-form-header {
    border-bottom: solid 1px #999999;
}

.mlo-logo {
    width: 101px;
    height: 26px;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 20px;
}

.mlo-form-logo {
    width: 132px;
    height: 142px;
    margin-top: 45px;
}

.mlo-info-txt {
    text-align: center;
}

.mlo-info-txt h1 {
    font-size: 2.3em;
    margin-top: 1em;
    margin-bottom: 1em;
}

.mlo-info-txt .mlo-header {
    font-family:"HelveticaNeueW01-75Bold";
    font-size: 20px;
    margin-bottom: 10px;
}

.mlo-info-txt .mlo-text {
    font-family:"Helvetica W01 Roman";
    font-size: 16px;
}

.mlo-form {
    width: 640px;
    margin: auto;
    background: #ffffff;
    float: none;
    margin-top: 1em;
    margin-bottom: 3em;
}

.mlo-form  .mlo-required {
    color: red;
}

.mlo-fields {
    width: 80%;
    margin: auto;
}

.mlo-fields p {
    padding-top: 2em;
}

.mlo-label {
    margin-bottom: 5px;
    font-weight: bold;
    text-transform: uppercase;
}

.mlo-form-field {
    margin-bottom: 20px !important;
    height: 40px !important;
    border-color: #ddd !important;
}

.svg select {
    background: #ffffff !important;
}

.mlo-category-checkboxes, .mlo-agreement-statement {
    width: 80% !important;
    margin: auto !important;
    float: none;
}

/*====================================================================
=============================CHECKBOXES===============================
====================================================================*/

/* Set the label information */
.mlo-container {
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 15px;
    cursor: pointer;
    font-size: 1em;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-weight: normal;
    padding-top: 5px;
}

/* Hide the browser's default checkbox */
.mlo-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.mlo-checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #fff;
    border: solid 1px #ddd;
}

/* When the checkbox is checked, add a blue background */
.mlo-container input:checked ~ .mlo-checkmark {
    background-color: gray;
}

/* Create the mlo-checkmark/indicator (hidden when not checked) */
.mlo-checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the mlo-checkmark when checked */
.mlo-container input:checked ~ .mlo-checkmark:after {
    display: block;
}

/* Style the mlo-checkmark/indicator */
.mlo-container .mlo-checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/*====================================================================
============================END CHECKBOXES============================
====================================================================*/

.mlo-category-checkboxes {
    margin-bottom: 1em !important;
}

.mlo-category-checkboxes .mlo-check-right {
    margin-right: 4.5em;
}

.mlo-agreement-statement .mlo-container {
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 15px;
    cursor: pointer;
    font-size: .75em;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-weight: normal;
    padding-top: 5px;
    line-height: 20px;
} 

#submit {
    width: 80%;
    display: block;
    margin: auto;
    margin-bottom: 2em;
    background-color: #000000;
    border: none;
}

#submit:hover {
    width: 80%;
    display: block;
    margin: auto;
    margin-bottom: 2em;
    background-color: #df1a2b;
    border: none;
}

.mlo-footer {
    text-align: center;
    margin-top: 2em;
    margin-bottom: 1em;
    font-size: .75em;
    line-height: 20px;
}

.mlo-footer a {
    text-transform: none;
}



/*Thank you*/
.mlo-thankyou-h1 {
    font-family:"Helvetica W01 Roman";
    margin-top: 150px;
    margin-bottom: 0px;
}

.mlo-thankyou-p {
    font-size: 1em;
}

@media only screen and (max-width: 1023px) {
    .mlo-form-header {
        border-bottom: solid 1px #999999;
    }

    .mlo-logo {
        width: 30%;
        height: auto;
        margin-top: 5vw;
        margin-bottom: 5vw;
        margin-left: 5vw;
    }

    .mlo-form-logo {
        width: 35%;
        height: auto;
        margin-top: 10vw;
    }

    .mlo-info-txt {
        text-align: center;
    }

    .mlo-info-txt .mlo-header {
        font-family:"HelveticaNeueW01-75Bold";
        font-size: 6vw;
        margin-bottom: 2vw;
    }

    .mlo-info-txt .mlo-text {
        font-family:"Helvetica W01 Roman";
        font-size: 4vw;
        padding: 0 10%;
    }

    .mlo-form {
        width: 90%;
    }

    .mlo-fields {
        width: 80%;
        margin: auto;
    }

    .mlo-fields p {
        padding-top: 2em;
    }

    .mlo-label {
        margin-bottom: 2vw;
    }

    .mlo-form-field {
        margin-bottom: 4vw !important;
        height: 10vw !important;
    }

    .mlo-category-checkboxes, .mlo-agreement-statement {
        width: 88% !important;
    }

    /*====================================================================
    =============================CHECKBOXES===============================
    ====================================================================*/

    /* Set the label information */
    .mlo-container {
        padding-left: 6vw;
        margin-bottom: 3vw;
        font-size: 3vw;
        padding-top: 1vw;
    }

    /* Create a custom checkbox */
    .mlo-checkmark {
        height: 5vw;
        width: 5vw;
        background-color: #fff;
        border: solid 1px #ddd;
    }

    /* Style the mlo-checkmark/indicator */
    .mlo-container .mlo-checkmark:after {
        left: 1.5vw;
        top: 1vw;
        width: 1.5vw;
        height: 2.5vw;
    }

    /*====================================================================
    ============================END CHECKBOXES============================
    ====================================================================*/

    .mlo-category-checkboxes {
        margin-bottom: 1em !important;
    }

    .mlo-category-checkboxes .mlo-check-right {
        margin-right: 0;
    }

    .mlo-agreement-statement .mlo-container {
        padding-left: 6vw;
        margin-bottom: 3vw;
        font-size: 2.5vw;
        line-height: 3vw;
        padding-top: 1vw;
    }

    .mlo-footer p {
        padding: 5vw 6%;
        font-size: 2.5vw;
        line-height: 5vw;
    }

    #submit:hover {
        width: 80%;
        display: block;
        margin: auto;
        margin-bottom: 2em;
        background-color: #000000;
        border: none;
    }

    /*thank you*/
    .mlo-thankyou-h1 {
        font-size: 8vw;
        margin-top: 10vw;
    }

    .mlo-thankyou-p {
        font-size: 4vw;
        padding: 0 5%;
    }

    .mlo-required-text {
        font-size: 3vw;
    }

    .mlo-form input[type="text"] {
        font-size: 5vw !important;
    }
}





