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

h1.header {
    display: none;
}

.oom-header {
    position: relative;
    background-image: url('https://www.gofioretoyota.com/static/dealer-9637/custom-pages/in-transit-vehicles/header.png');
    background-size: cover;
    background-position: center;
    font-family: 'ToyotaType-Black';
    height: 230px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-position-x: -21px;
}

.oom-body {
    font-family: 'ToyotaType-Book';
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.form-overlay {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #00000085;
    width: 100%;
}

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

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

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

.oom-header-headline.one {
    color: #EC1629;
}

.oom-header-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #00000021;
    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 {
    color: #000;
    text-align: center;
    font-size: 17px;
    padding: 10px 0 0 0;
}

.sec-one-box-num {
    font-family: 'ToyotaType-Black';
    text-align: center;
    font-size: 37px;
    margin-bottom: 10px;
}

.sec-one-box-num span {
    color: #EC1629;
}

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

.sec-one-box-cta {
    background: #EC1629;
    color: #fff;
    text-align: center;
    font-size: 16px;
    padding: 5px 0px;
    cursor: pointer;
    transition: all .2s;
    border-radius: 5px;
    font-family: 'ToyotaType-SemiBold';
}

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

.sec-headline {
    color: #000;
    font-size: 24px;
    margin-bottom: 10px;
    font-family: 'ToyotaType-SemiBold';
}

.sec-two .sec-headline {
    text-align: center;
}

.sec-content {
    color: #000;
    font-size: 16px;
}

.sec-two .sec-content {
    text-align: center;
}

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

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

.sec-two-cols-wrapper {
    margin-top: 20px;
}

.shop-container {
    height: 95px;
    position: relative;
}

.shop-container-overlay {
    opacity: 1;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #0000008a;
    transition: all .4s;
}

.shop-container.new {
    background-image: url('https://www.gofioretoyota.com/static/dealer-9637/custom-pages/in-transit-vehicles/ShopNew-BG-Hover.png');
    background-size: cover;
    background-position: center;
}

.shop-container.used {
    background-image: url('https://www.gofioretoyota.com/static/dealer-9637/custom-pages/in-transit-vehicles/ShopUsed-BG-Hover.png');
    background-size: cover;
    background-position: center;
}

.shop-btn-wrapper {
    position: absolute;
    bottom: 0;
    height: 45px;
    width: 77%;
}

.shop-btn-bg {
    position: absolute;
    background: #EC1629;
    height: 45px;
    width: 9px;
}

.shop-btn-text {
    color: #fff;
    font-family: 'ToyotaType-SemiBold';
    text-transform: uppercase;
    font-size: 18px;
    position: absolute;
    top: 10px;
    left: 25px;
}

.sec-three {
    background-image: url('https://www.gofioretoyota.com/static/dealer-9637/custom-pages/in-transit-vehicles/bottom-bg.png');
    background-size: cover;
    background-position: center;
    padding: 25px 25px;
}

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

.sec-three-cta {
    background: #EC1629;
    color: #fff;
    text-align: center;
    font-size: 16px;
    padding: 5px 0px;
    cursor: pointer;
    transition: all .2s;
    border-radius: 5px;
    font-family: 'ToyotaType-SemiBold';
    width: 250px;
    margin-top: 20px;
}

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

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

.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: #1371D9;
}

.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: 300px;
    }

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

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

    .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-cols-wrapper {
        font-size: 0;
        margin-top: 35px;
    }

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

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

    .sec-two-col.two {
        padding-left: 20px;
        margin-top: 0;
    }

    .shop-container {
        height: 110px;
    }

    .shop-btn-wrapper {
        width: 82%;
        height: 55px;
    }

    .shop-btn-bg {
        height: 55px;
    }

    .shop-btn-text {
        font-size: 21px;
        top: 11px;
    }

    .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: 19px;
    }

    .sec-three {
        padding: 35px 45px;
    }
}

@media (min-width: 1024px) {
    .oom-header {    
        background-position-x: initial;
    }
}

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

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

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

    .oom-header-content-inner {
        font-size: 24px;
        width: 700px;
    }

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

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

    .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;
    }

    .shop-container {
        height: 208px;
    }

    .shop-btn-wrapper {
        height: 80px;
    }

    .shop-btn-bg {
        height: 80px;
        width: 15px;
        transition: all .4s;
    }

    .shop-btn-text {
        font-size: 30px;
        top: 18px;
        left: 32px;
    }

    .shop-btn-arrow {
        opacity: 0;
        width: 0;
        height: 0;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        border-left: 20px solid #fff;
        position: absolute;
        top: 31px;
        transition: all .4s;
    }

    .shop-container:hover .shop-btn-bg {
        width: 100%;
    }

    .shop-container:hover .shop-container-overlay {
        opacity: 0;
    }

    .shop-container:hover .shop-btn-arrow {
        opacity: 1;
    }

    .shop-container.new .shop-btn-arrow {
        left: 394px;
    }

    .shop-container.used .shop-btn-arrow {
        left: 399px;
    }

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

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

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

    .sec-three .sec-headline {
        width: 415px;
    }

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

    .sec-three {
        padding: 55px 65px;
    }

    .sec-three-inner {
        max-width: 1371px;
        margin: auto;
    }
}

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

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

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

    .shop-btn-wrapper {
        width: 74%;
    }
}

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

    .shop-btn-wrapper {
        width: 70%;
    }

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

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

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

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

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













