@charset "UTF-8";
@font-face {
    font-family: "Expansiva-Regular";
    src: url("../fonts/Expansiva/Expansiva.svg") format("svg"),
        url("../fonts/Expansiva/Expansiva.ttf") format("truetype"),
        url("../fonts/Expansiva/Expansiva.woff") format("woff"),
        url("../fonts/Expansiva/Expansiva.woff2") format("woff2");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "Expansiva-Bold";
    src: url("../fonts/Expansiva-Bold/Expansiva-Bold.eot") format("eot"),
        url("../fonts/Expansiva-Bold/Expansiva-Bold.otf") format("truetype"),
        url("../fonts/Expansiva-Bold/Expansiva-Bold.ttf") format("woff"),
        url("../fonts/Expansiva-Bold/Expansiva-Bold.woff") format("woff2"),
        url("../fonts/Expansiva-Bold/Expansiva-Bold.woff2") format("woff2");
    font-weight: normal;
    font-style: normal;
}
* {
    -webkit-text-size-adjust: none;
    -webkit-overflow-scrolling: touch;
}
body {
    font-family: "Expansiva-Bold", sans-serif !important;
    text-transform: uppercase;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-smoothing: antialiased;
    background-color: #f3f5f7 !important;
    letter-spacing: 0.1rem !important;
    line-height: 1.8 !important;
    font-size: 14px !important;
}
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.form-select:focus,
.uneditable-input:focus {
    border-color: rgba(15, 49, 8, 0.8) !important;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset,
        0 0 8px rgba(15, 49, 8, 0.8) !important;
    outline: 0 none !important;
}

.content__article,
.content__header {
    max-width: 75%;
    margin: 0 auto;
}
.content__header .h1--article {
    transform: scale(1, 1.1);
    padding-bottom: 1rem;
    position: relative;
    margin-bottom: 3rem;
    line-height: 1.3;
    font-size: 18px !important;
}
ul {
    padding: 0 !important;
    margin-bottom: 5rem !important;
}
ul.ul-style-none {
    list-style: none;
}

.form-content {
    margin: 0 auto;
    margin-top: 10% !important;
    display: none;
}
.form-content p {
    margin-bottom: 20px;
}
.background-image-holder {
    margin: auto !important;
    width: 100% !important;
    height: 55vh;
    /* background-image: url("../images/nike-dunk-low-easter/NIKE-DUNK-LOW.png"); */
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50% 0% !important;
}
button.enterRaffle,
button.submit {
    display: flex;
    margin: auto;
}
.registration-form {
    padding-top: 50px;
    padding-bottom: 50px;
    position: relative;
    overflow: hidden;
    background-color: #ffff;
    /* margin-bottom: 50px; */
}
.sub-titile {
    text-align: center;
}
#dropform {
    margin: auto;
    width: 75%;
}
.form-group {
    margin-bottom: 3rem !important;
}
.btn-primary {
    color: #fff;
    background-color: #5b7954 !important;
    border-color: #5b7954 !important;
}
.mandatory {
    color: #d72630;
    margin-top: -10px;
    font-size: 20px;
    position: absolute;
}
.validationAlert {
    width: 100%;
    font-size: 0.875em;
    color: #dc3545;
    transform: scale(1, 1.1);
    margin: 10px 0px;
}
.form-control {
    transform: scale(1, 1.1);
}
/*Form End*/
.alert-success,
.alert-danger {
    text-align: center;
    margin-bottom: 3rem !important;
}
@media (max-device-width: 1024px) {
    /* .background-image-holder {
        height: 40vh;
        width: 100% !important;
    }
    #dropform {
        width: 100% !important;
    } */
}
@media (max-width: 786px) {
    body {
        font-size: 14px !important;
    }

    .background-image-holder {
        height: 40vh;
        width: 100% !important;
        background-size: contain !important;
    }
    .inner {
        padding: 1rem !important;
    }
    .content__article,
    .content__header {
        max-width: 100%;
    }
    .content__header .h1--article {
        margin: 2rem 0;
        font-size: 14px !important;
    }
    ul.conditions {
        padding-left: 1rem !important;
    }
    #dropform {
        width: 100%;
    }
    .form-control {
        font-size: 14px !important;
    }
    .form-select {
        font-size: inherit !important;
    }
    .registration-form {
        padding-top: 10px;
    }
    p {
        margin-bottom: 2rem !important;
    }
    .form-group {
        margin-bottom: 3rem !important;
    }
}
/* iPad Portrait */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
    .background-image-holder {
        height: 40vh;
        width: 100% !important;
        background-size: contain !important;
    }
    #dropform {
        width: 100%;
    }
}
