.sweepstakes {
    display: none;
    position: fixed;
    z-index: 3000;
    bottom: 0;
    height: 75px;
    padding: 0px;
    font-family: "Open Sans";
}
.sweepstakes a.left,
.sweepstakes a.left:hover {
    text-decoration: none;
}
.sweepstakes .left {
    float: left;
    width: 175px;
    height: 75px;
    text-align: center;
    padding-top: 20px;
    cursor: pointer;
}
.sweepstakes .left h3 {
    font-size: 18px;
    font-weight: bold;
    margin-top: 0px;
}
.sweepstakes .left-mobile {
    background: #000;
}
.sweepstakes .middle {
    float: right;
}
.sweepstakes .middle h3 {
    float: left;
    font-weight: bold;
    margin-top: 25px;
    margin-right: 20px;
}
.sweepstakes .middle .form-field input {
    border: none;
}
.sweepstakes .middle .form-field {
    float: left;
    width: 220px;
    margin-top: 25px;
    margin-right: 20px;
    /*outline: 0px solid red !important;*/
}
.sweepstakes .middle .form-field input {
    display: inline-block;
    width: 190px;
    font-size: 15px;
    /*border: none;*/
    background: none;
    border-radius: 0;
    /*outline: 0px solid red !important;*/
}
.sweepstakes .middle .form-field i {
    /*display: inline-block;*/
    /*color: #053F71;*/
    border: none !important;
    font-size: 20px;
    /*outline: 0px solid red !important;*/
}
.sweepstakes .right {
    float: right;
    width: 175px;
    height: 75px;
    border: 0px;
    cursor: pointer;
    font-size: 18px;
    font-weight: bold;
}

/* Bootstrap 3 Media Queries
-------------------------------------------*/
@media (max-width:767px) {
    .sweepstakes {
        border-left: 1px solid #aaa;
        border-top: 1px solid #aaa;
    }
}
@media (min-width:768px) and (max-width:991px) {
    .sweepstakes {
        border-left: 1px solid #aaa;
        border-top: 1px solid #aaa;
    }
}
@media (min-width:992px) and (max-width:1199px) {
    .sweepstakes {

    }
    .sweepstakes .middle h3 {
        display: none;
    }
    .sweepstakes .middle .form-field {
        width: 135px;
    }
    .sweepstakes .middle .form-field input {
        width: 110px;
    }
}
@media (min-width:1200px) and (max-width:1299px) {
    .sweepstakes .middle .form-field {
        width: 115px;
    }
    .sweepstakes .middle .form-field input {
        width: 90px;
    }
}
@media (min-width:1300px) and (max-width:1399px) {
    .sweepstakes .middle .form-field {
        width: 135px;
    }
    .sweepstakes .middle .form-field input {
        width: 110px;
    }
}
@media (min-width:1400px) and (max-width:1499px) {
    .sweepstakes .middle .form-field {
        width: 160px;
    }
    .sweepstakes .middle .form-field input {
        width: 135px;
    }
}
@media (min-width:1500px) and (max-width:1599px) {
    .sweepstakes .middle .form-field {
        width: 180px;
    }
    .sweepstakes .middle .form-field input {
        width: 155px;
    }
}
@media (min-width:1600px) {
    .sweepstakes .middle .form-field {
        width: 200px;
    }
    .sweepstakes .middle .form-field input {
        width: 175px;
    }
}

/* .form-field.form-checkbox {
    margin-top: 0 !important;
}

.sweepstakes {
    height: 135px !important;
}

.sweepstakes .middle {
    padding-left: 200px;
}

.sweepstakes .form-field.form-checkbox {
    margin-top: 12px !important;
}

.middle{
    float: unset;
} */

.sweepstakes .wpcf7-form > p {
	display: inline;
    position: absolute;
}