.nav-fixed main {
    margin-top: 0 !important;
}

#winter-hero {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image: url(../images/heros/winter/winter-back.jpg);
    background-image: -webkit-image-set(url("../images/heros/winter/winter-back.jpg") 1x,
            url("../images/heros/winter/winter-back@2x.jpg") 2x);
    font-size: 16px;
}

#winter-hero.new-bg {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image: url(../images/heros/winter/winter-back2.jpg);
    background-image: -webkit-image-set(url("../images/heros/winter/winter-back2.jpg") 1x,
            url("../images/heros/winter/winter-back2@2x.jpg") 2x);
    font-size: 16px;
}

#winter-hero .container {
    width: 1330px;
}

.tires-form {
    margin-right: 195px;
    margin-left: -110px;
}

.tires-form h1 {
    font-size: 2.5em;
    line-height: 1;
    margin-bottom: 0.4em;
}

.tires-form p {
    font-size: 1.34375em;
    line-height: 1;
    margin-bottom: 1.3em;
}

#winter-hero form {
    width: 447px;
    max-width: 100%;
    max-width: none;
    margin: 0 -9px;
}

.with-label .form-field {
    padding: 7px 9px;
    width: 100%;
}
.with-label .field-wrapper {
    position: relative;
}
.with-label .field-wrapper label {
    left: 16px;
    font-size: 1.0625em;
    margin-bottom: 0;
    line-height: 1;
    transition: all 0.3s;
    color: #262626;
    font-weight: 400;
}
.with-label .field-wrapper textarea + label {
	top: 19px;
}
.with-label .field-wrapper.focused textarea + label,
.with-label .field-wrapper.has-value textarea + label {
	top: 30px;
}
.with-label .field-wrapper textarea:focus,
.with-label .field-wrapper select:focus,
.with-label .field-wrapper input:focus {
    border-color: #000;
    border-width: 2px;
}
.with-label .field-wrapper.focused label,
.with-label .field-wrapper.has-value label {
    font-size: 0.875em;
    margin-top: calc(-2.9em + 20px);
    color: #b7b7b7;
}
.with-label .form-field select,
.with-label .form-field input,
.with-label .form-field textarea {
    border: 1px solid #A3A3A6;
    border-radius: 0;
    padding-top: 19px;
    text-indent: 14px;
    font-size: 16px;
    color: #000;
    width: 100%;
    padding-left: 0;
}
form.with-validation .form-field select{
    background-image: none;
    appearance: none;
    -webkit-appearance: none;
}
form.with-validation .form-field .select_box:after{
    content: '';
    display: block;
    width: 17px;
    height: 10px;
    position: absolute;
    right: 12px;
    background-repeat: no-repeat;
    background-position: center;
	background-image: url(../images/new-form/down-arrow.png);
	background-image: -webkit-image-set(url("../images/new-form/down-arrow.png") 1x, url("../images/new-form/down-arrow@2x.png") 2x);
    background-size: cover;
    pointer-events: none;
}
@-moz-document url-prefix() {
    .with-label .form-field select {
       text-indent: 7px;
    }
}
.with-label .form-field select,
.with-label .form-field input {
    height: 50px;
}
form.with-validation .form-field .validation-error select,
form.with-validation .form-field .validation-error textarea,
form.with-validation .form-field .validation-error input,
form.with-validation .form-field .incomplete-mask input {
    border-color: #E32E22;
    border-width: 2px;
}
form.with-validation .form-field .validation-error:before,
form.with-validation .form-field .incomplete-mask:before {
    content: '';
    display: block;
    width: 23px;
    height: 23px;
    position: absolute;
    top: 18px;
    z-index: 2;
    right: 16px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../images/error.png);
    background-image: -webkit-image-set(url(../images/error.png) 1x, url(../images/error@2x.png) 2x);
    background-size: cover;
    pointer-events: none;
}

form.with-validation .form-field input:-internal-autofill-selected,
form.with-validation .form-field input:-webkit-autofill,
form.with-validation .form-field input:-webkit-autofill:focus {
    background-color: #fff !important;
    transition: background-color 0s 600000s, color 0s 600000s !important;
}
form.with-validation .form-action {
    margin-top: 13px;
    column-gap: 32px;
}
form.with-validation .form-action a {
    font-size: 1.0625em;
}
form.with-validation .button{
    width: 190px;
    height: 35px;
    border-radius: 18px;
    font-size: 1em;
    color: #fff;
    padding: 0.2em 0 0;
}
.ride-safe-cta {
    padding: 72px 0;
}

.ride-safe-cta:before,
.ride-safe-cta:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: cover;
}

/*
  .ride-safe-cta:before {
      z-index: -2;
      left: -165px;
      width: 250px;
      height: 450px;
      background-image: url(../images/heros/spring/tire.png);
      background-image: -webkit-image-set(url("../images/heros/spring/tire.png") 1x, url("../images/heros/spring/tire@2x.png") 2x);
  }
  */
.ride-safe-cta:after {
    z-index: 1;
    right: -215px;
    width: 284px;
    height: 454px;
    background-image: url(../images/heros/spring/employee.png);
    background-image: -webkit-image-set(url("../images/heros/spring/employee.png") 1x,
            url("../images/heros/spring/employee@2x.png") 2x);
}

.ride-safe-cta .button {
    width: 175px;
    height: 35px;
    border-radius: 18px;
    margin-top: -21px;
    font-size: 1.09375em;
}

.ride-safe-cta-new:after {
    z-index: 1;
    right: 25em;
    width: 283px;
    height: 454px;
    background-image: url(https://www.r2o.com/themes/rent2own/storage-r2o/tires/css/../images/heros/spring/employee.png);
    background-image: -webkit-image-set(url(https://www.r2o.com/themes/rent2own/storage-r2o/tires/css/../images/heros/spring/employee.png) 1x, url(https://www.r2o.com/themes/rent2own/storage-r2o/tires/css/../images/heros/spring/employee@2x.png) 2x);
}

.ride-safe-cta-new {
    padding: 72px 0;
    left: 191px;
}

#button-new {
    width: 227px !important;
    height: 46px !important;
    line-height: 35px;
    border-radius: 0 !important;
    background-color: #ee1d24;
    color: white;
    font-size: 16px;
    border: 0;
    font-family: "Gotham-Black";
    text-transform: uppercase;
    text-align: center;
    margin-right: 24px;
}

.ride-safe-cta-new .button {
    width: 203px;
    height: 46px;
    border-radius: 0;
    margin-top: -21px;
    font-size: 1.09375em;
    background-color: #fff200;
    color: black !important;
}

#popup-thanks{
    font-size: 16px;
    z-index: 999999;
}
#popup-thanks .popup-overlay{
    background-color: rgba(0,0,0,.85);
}
#popup-thanks .popup-content {
    width: 700px;
    height: 500px;
    max-height: 100%;
    padding: 0 15px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image: url(../images/new-form/popup-back.jpg);
    background-image: -webkit-image-set(url("../images/new-form/popup-back.jpg") 1x, url("../images/new-form/popup-back@2x.jpg") 2x);
}
#popup-thanks .popup-content .popup-close:before,
#popup-thanks .popup-content .popup-close:after {
    display: none;
}
#popup-thanks .popup-content .popup-close {
    width: auto;
    height: auto;
    padding: 26px;
    top: 0;
    right: 0;
}
#popup-thanks .popup-content p {
    font-size: 1.34375em;
    line-height: 1.48837209;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    width: 471px;
}
#popup-thanks .popup-content p.h1 {
    font-size: 2.5em;
    line-height: 1;
    margin-bottom: 0.675em;
    margin-top: 0;
}
#popup-thanks .popup-content p.h2 {
    font-size: 1.46875em;
    line-height: 1.36170213;
    margin-bottom: 1em;
    margin-top: 3em;
}
#popup-thanks .popup-content a {
    width: 190px;
    height: 35px;
    border-radius: 18px;
    font-size: 1.0625em;
    margin-top: 23px;
    padding-top: 0.2em;
}
@media screen and (max-width: 1199px) {
    #winter-hero .container {
        justify-content: center;
    }

    .tires-form {
        margin-right: 150px;
        margin-left: 0;
    }

    .ride-safe-cta {
        padding: 36px 0;
    }

    .ride-safe-cta:before {
        left: inherit;
        right: -165px;
    }

    .ride-safe-cta:before {
        left: -200px;
    }

    .ride-safe-cta-new {
        padding: 72px 0;
        left: 0;
    }

    .ride-safe-cta-new:after {
        content: none;
    }
}

@media screen and (max-width: 991px) {
    .tires-form h1 {
        font-size: 1.5em;
    }

    .tires-form p {
        font-size: 1em;
    }

    #winter-hero form {
        width: 350px;
    }

    #winter-hero form input[type="submit"] {
        width: 230px;
        margin-right: 12px;
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .ride-safe-cta:before {
        left: -65px;
        width: 100px;
        height: 180px;
    }

    .ride-safe-cta:after {
        left: -140px;
        width: 120px;
        height: 191.84px;
        display: none;
    }
}

@media screen and (max-width: 767px) {
    #winter-hero .container {
        flex-direction: column;
        padding: 0;
    }

    .tires-form {
        margin-right: 0;
        width: 100%;
        padding: 23px 15px 20px;
        background-color: #fff200;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    #winter-hero form .form-row.row-last {
        flex-direction: column;
    }

    #winter-hero form input[type="submit"] {
        margin-right: 0;
        margin-bottom: 12px;
    }

    .ride-safe-cta {
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        background-image: url(../images/heros/winter/winter-back-m.jpg);
        background-image: -webkit-image-set(url("../images/heros/winter/winter-back-m.jpg") 1x,
                url("../images/heros/winter/winter-back-m@2x.jpg") 2x);
        width: 100%;
        padding: 23px 15px 30px;
    }

    .ride-safe-cta-new {
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        background-image: url(../images/heros/winter/winter-back2-m.jpg);
        background-image: -webkit-image-set(url("../images/heros/winter/winter-back2-m.jpg") 1x,
                url("../images/heros/winter/winter-back2-m@2x.jpg") 2x);
        width: 100%;
        padding: 23px 15px 30px;
    }

    .ride-safe-cta:after {
        left: inherit;
        margin-right: 60%;
        display: none;
    }

    .ride-safe-cta:before {
        left: inherit;
        right: inherit;
        margin-left: 50%;
        display: none;
    }
    .with-label .field-wrapper label {
        font-size: 0.8em;
    }
}

@media screen and (max-width: 567px) {
    .tires-form h1 {
        font-size: 1.625em;
    }

    .tires-form p {
        font-size: 0.875em;
    }

    #winter-hero form {
        width: 323px;
    }
    .with-label .form-field {
        padding: 3px 4px;
    }
    .with-label .field-wrapper label {
        left: 12px;
        font-size: 0.75em;
    }
    .with-label .field-wrapper textarea + label {
        top: 19px;
    }
    .with-label .field-wrapper.focused textarea + label,
    .with-label .field-wrapper.has-value textarea + label {
        top: 30px;
    }
    .with-label .field-wrapper textarea:focus,
    .with-label .field-wrapper select:focus,
    .with-label .field-wrapper input:focus {
        border-width: 1px;
    }
    .with-label .field-wrapper.focused label,
    .with-label .field-wrapper.has-value label {
        font-size: 0.6em;
        margin-top: calc(-2.9em + 14px);
    }
    .with-label .form-field select,
    .with-label .form-field input,
    .with-label .form-field textarea {
        padding-top: 9px;
        text-indent: 12px;
        font-size: 0.75em;
    }
    form.with-validation .form-field .select_box:after{
        width: 12px;
        height: 7px;
        right: 10px;
    }
    @-moz-document url-prefix() {
        .with-label .form-field select {
           text-indent: 6px;
        }
    }
    .with-label .form-field select,
    .with-label .form-field input {
        height: 33px;
    }
    form.with-validation .form-field .validation-error select,
    form.with-validation .form-field .validation-error textarea,
    form.with-validation .form-field .validation-error input,
    form.with-validation .form-field .incomplete-mask input {
        border-width: 1px;
    }    
    form.with-validation .form-action {
        margin-top: 13px;
        row-gap: 17px;
        flex-direction: column;
    }
    form.with-validation .form-action a {
        font-size: 0.75em;
    }
    form.with-validation .button{
        width: 146px;
        font-size: 0.75em;
    }

    .ride-safe-cta:before {
        width: 112px;
        height: 234px;
        background-image: url(../images/heros/spring/tire-m.png);
        background-image: -webkit-image-set(url("../images/heros/spring/tire-m.png") 1x,
                url("../images/heros/spring/tire-m@2x.png") 2x);
    }

    .ride-safe-cta:after {
        width: 147px;
        height: 233px;
        background-image: url(../images/heros/spring/employee-m.png);
        background-image: -webkit-image-set(url("../images/heros/spring/employee-m.png") 1x,
                url("../images/heros/spring/employee-m@2x.png") 2x);
    }

    .ride-safe-cta img {
        width: 173px;
    }

    .ride-safe-cta .button {
        width: 146px;
        margin-top: -17px;
        font-size: 0.75em;
    }

    #button-new {
        width: 168px !important;
    }
    #popup-thanks .popup-content{
        width: 375px;
        max-width: 100%;
        height: 345px;
    }
    #popup-thanks .popup-content .popup-close {
        width: 42px;
        padding: 14px;
    }
    #popup-thanks .popup-content p {
        font-size: 0.875em;
        line-height: 1.64285714;
        width: 280px;
    }
    #popup-thanks .popup-content p.h1 {
        font-size: 1.625em;
        margin-bottom: 0.65384615em;
    }
    #popup-thanks .popup-content p.h2 {
        margin-top: 2.5em;
        margin-bottom: 0.71875em;
    }
    #popup-thanks .popup-content a {
        width: 146px;
        height: 35px;
        border-radius: 18px;
        font-size: 0.75em;
        margin-top: 21px;
    }
}