.contentWrapper.full .container {
    width: 100%;
    padding: 0;
}

h1.header {
    display: none;
}

a:hover {
    text-decoration: none;
}

#submit.loading {
    pointer-events: none;
    background-color: #626262;
    border-color: #626262;
}

.success-message {
    display: none;
    text-align: center;
    font-size: 19px;
    margin-top: 17px;
}

.oom-header {
    position: relative;
    background-image: url('https://www.destinationnissan.com/static/dealer-11255/custom-pages/in-transit/header.png');
    background-size: cover;
    background-position: center;
    font-family: 'NissanBrandW01-Regular',Verdana,sans-serif;
    height: 230px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.oom-body {
    font-family: 'NissanBrandW01-Regular',Verdana,sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.oom-header-content {
    color: #fff;
    position: absolute;
    bottom: 20px;
    left: 15px;
}

.oom-header-content-inner {
    font-size: 15px;
    width: 87%;
}

.oom-header-headline {
    text-transform: uppercase;
    font-size: 19px;
}

.oom-header-underline {
    height: 2px;
    width: 261px;
    background: #C01327;
}

.oom-header-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #00000057;
    box-shadow: 0px 4px 10px rgb(0, 0, 0, .45);
}

.oom-body-inner {
    padding: 30px 20px;
    box-sizing: border-box;
    max-width: 414px;
    margin: auto;
}

.sec-one-col {
    margin-bottom: 30px;
}

.sec-one-box-title {
    background: #272727;
    color: #fff;
    text-align: center;
    font-size: 15px;
    padding: 10px 0;
}

.sec-one-box-img {
    width: 100%;
}

.sec-one-box-cta {
    background: #C01327;
    color: #fff;
    text-align: center;
    font-size: 18px;
    padding: 13px 0px;
    cursor: pointer;
    transition: all .2s;
    text-transform: uppercase;
    margin-top: 5px;
}

.sec-one-box-cta:hover {
    background: #9d1323;
}

.sec-headline {
    font-family: 'NissanBrandW01-Bold',Verdana,sans-serif;
    color: #111111;
    font-size: 24px;
    margin-bottom: 10px;
}

.sec-content {
    color: #111111;
    font-size: 15px;
}

.sec-two {
    margin-top: 20px;
    margin-bottom: 45px;
}

.sec-two-col.two {
    margin-top: 30px;
}

.stc-inner {
    width: 290px;
    text-align: center;
    margin: auto;
}

.stc-circle-wrapper {
    overflow: hidden;
    width: 275px;
    position: relative;
    margin: auto;
}

.stc-circle-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #0000005e;
    width: 100%;
    z-index: 1;
}

.stc-circle-img {
    width: 100%;
}

.stc-text {
    position: absolute;
    color: #fff;
    font-size: 24px;
    z-index: 1;
    top: 54px;
    text-align: center;
    left: 0;
    right: 0;
    text-transform: uppercase;
}

.stc-car-img {
    width: 100%;
    margin-top: -95px;
    z-index: 1;
    position: relative;
}

.sec-two .sec-three-cta {
    margin: auto;
    margin-top: 25px;
}

/*.sec-two-col.two:hover .stc-text {
    font-family: 'NissanBrandW01-Bold',Verdana,sans-serif;
}

.sec-two-col.two:hover .stc-circle-img {
    transform: scale(1.2);
}*/

.sec-three-img {
    width: 100%;
    max-width: max-content;
    margin-bottom: 20px;
}

.sec-three-cta {
    background: #C01327;
    text-align: center;
    color: #fff;
    width: 246px;
    font-size: 20px;
    padding: 16px 0px;
    margin-top: 16px;
    transition: all .2s;
}

.sec-three-cta:hover {
    background: #9d1323;
}

.form-modal {
    display: none;
    position: fixed;
    background: #fff;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    height: 488px;
    z-index: 9999;
    margin: auto;
    width: 90%;
    max-width: 600px;
    box-shadow: 2px 2px 13px #424141;
}

.close-form-modal {
    position: absolute;
    font-size: 55px;
    line-height: 37px;
    right: 11px;
    top: 8px;
    cursor: pointer;
    transition: all .2s;
}

.close-form-modal:hover {
    color: #C01327;
}

.form-modal-inner {
    padding: 46px 20px 15px 20px;
}

#InTransit .form-group {
    margin-bottom: 10px;
}

@media (min-width: 414px) {
    .oom-header-headline {
        font-size: 22px;
    }
}

@media (min-width: 768px) {
    .oom-header {
        height: 270px;
    }

    .oom-header-content {
        bottom: 35px;
        left: 30px;
    }

    .oom-header-headline {
        font-size: 37px;
    }

    .oom-header-underline {
        width: 511px;
    }

    .oom-header-content-inner {
        font-size: 19px;
        width: 505px;
    }

    .oom-body-inner {
        max-width: 768px;
    }

    .sec-one-cols-wrapper {
        font-size: 0;
    }

    .sec-one-col {
        display: inline-block;
        vertical-align: top;
        width: 50%;
        box-sizing: border-box;
    }

    .sec-one-col:nth-child(odd) {
        padding-right: 15px;
    }

    .sec-one-col:nth-child(even) {
        padding-left: 15px;
    }

    .sec-two-col.two {
        display: inline-block;
        vertical-align: top;
        width: 49%;
    }

    .sec-two-col.one {
        /*padding-left: 40px;*/
        margin-bottom: 15px;
    }

    .sec-two .sec-content {
        width: 441px;
    }

    .stc-car-img-wrapper {
        height: 54px;
    }

    .sec-three-col {
        display: inline-block;
        vertical-align: top;
        box-sizing: border-box;
    }

    .sec-three-col.one {
        width: 49%;
        padding-right: 25px;
    }

    .sec-three-col.two {
        width: 50%;
    }
}

@media (min-width: 992px) {
    .oom-body-inner {
        max-width: 875px;
    }

    .sec-headline {
        font-size: 30px;
    }

    .sec-content {
        font-size: 20px;
    }

    .sec-two .sec-content {
        width: 564px;
    }
}

@media (min-width: 1200px) {
    .oom-header {
        height: 325px;
    }

    .oom-header-content {
        left: 50px;
        bottom: 45px;
    }

    .oom-header-headline {
        font-family: 'NissanBrandW01-Bold',Verdana,sans-serif;
        font-size: 48px;
    }

    .oom-header-underline {
        width: 684px;
        height: 4px;
        margin: 5px 0;
    }

    .oom-header-content-inner {
        font-size: 20px;
        margin-top: 10px;
        width: 710px;
    }

    .oom-body-inner {
        padding: 55px 35px;
    }

    .oom-body-inner {
        max-width: 1200px;
    }

    .sec-one {
        margin-top: 15px;
    }

    .sec-one-col:nth-child(odd) {
         padding-right: 0; 
    }

    .sec-one-col:nth-child(even) {
         padding-left: 0; 
    }

    .sec-one-cols-wrapper {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .sec-one-col {
        display: flex;
        flex: 0 0 360px;
        width: auto;
        margin-bottom: 45px;
    }

    .sec-two-col.one {
        display: inline-block;
        vertical-align: top;
        width: 39%;
    }

    .sec-two-col.two {
        width: 30%;
        margin-top: 0;
    }

    .sec-headline {
        font-size: 30px;
    }

    .sec-two-col.one {
        text-align: right;
    }

    .sec-two .sec-content {
        width: 100%;
    }

    .sec-two {
        margin-top: 55px;
        margin-bottom: 80px;
    }

    .sec-three-cta {
        margin-top: 40px;
    }

    .sec-three-col.one {
        padding-right: 50px;
    }
}

@media (min-width: 1300px) {
    .oom-body-inner {
        max-width: 1300px;
    }

    .sec-one-col {
        flex: 0 0 390px;
    }

    .sec-content {
        font-size: 22px;
    }

    .stc-inner {
        width: 315px;
    }

    .stc-circle-wrapper {
        width: 315px
    }

    .stc-car-img {
        margin-top: -90px;
    }

    .stc-text {
        top: 62px;
    }

    .stc-car-img-wrapper {
        height: 72px;
    }
}

@media (min-width: 1400px) {
    .oom-body-inner {
        max-width: 1400px;
    }

    .sec-one-col {
        flex: 0 0 403px;
    }

    .sec-content {
        font-size: 24px;
    }

    .sec-three-col.one {
        padding-right: 0;
        width: 48%;
    }

    .sec-three-col.two {
        width: 51%;
    }
}

@media (min-width: 1600px) {
    .oom-header {
        height: 385px;
    }

    .oom-header-headline {
        font-size: 65px;
    }

    .oom-header-underline {
        width: 929px;
    }

    .oom-header-content-inner {
        width: 814px;
        font-size: 23px;
    }

    .oom-header-content {
        left: 90px;
        bottom: 60px;
    }

    .sec-two-col.one {
        padding-right: 22px;
    }
}













