.CE p, .CE_active p {
    line-height: 24px;
    font-size: 17px !important;
}

.image {
    position: relative;
    width: 100%;
    /* for IE 6 */
}

.header-overlay {
    position: absolute;
    top: 11%;
    left: 20px;
    width: 50%;
    text-align: center;
}

h2.heading {
    font-size: 40px;
    color: #fff !important;
    margin: 10px 0;
    text-shadow: none !important;
}

@media only screen and (max-width: 1175px) {

    hr.heading {
        width: 20% !important;
        border: solid 1px #000 !important;
    }

    h2.heading {
        font-size: 40px;
        color: #fff !important;
        margin: 10px 0;
        text-shadow: none !important;
    }

    span.heavy {
        font-size: 40px;
        text-transform: uppercase;
        margin-bottom: 10px;
    }

    span.light {
        font-size: 20px;
        text-transform: uppercase;
        font-weight: lighter;
        letter-spacing: 3px;
    }

    p.intro-sentance {
        font-size: 20px !important;
        color: #000 !important;
        margin: 20px 0px 30px 0;
        text-shadow: none !important;
    }

    .background-overlay {
        display: none;
    }
}

@media only screen and (min-width: 1174px) {
    .mobile-paragraph {
        display: none;
    }
}

hr.heading {
    width: 50%;
    border: solid 1px #fff;
    margin: 1rem auto;
}

p.intro-sentance {
    font-size: 20px;
    color: #ffffff;
    margin: 20px 0px 30px 0;
    text-shadow: 0 0 13px #000;
}

.background-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0px;
    z-index: 2;
    opacity: 1;
    background: linear-gradient(90deg, rgb(11 11 11) 29%, rgba(255, 255, 255, 0) 80%);
}

.mobile-paragraph {
    padding: 30px 20px 50px 20px;
}

img.service-by-lexus {
    width: 30%;
    padding: 25px 25px;
}

/* HEADER  */

/* NAVBAR CSS */

.fod-navbar-default {
    height: 100%;
    background-color: #000;
    padding-left: 10px;
    float: none !important;
    display: inherit;
    text-transform: uppercase !important;
    z-index: 1;
}

/* ul.nav.fod-navbar-nav {
    padding-left: 5vw;
} */

.fod-navbar-nav a {
    float: left;
    display: block;
    color: white;
    background-color: #000 !important;
    text-align: center;
    padding: 24px 20px 19px 20px;
    text-decoration: none;
    font-size: 17px;
}

.fod-navbar-nav a:hover {
    background-color: white !important;
    color: #000;
}

a.fod-active {
    color: black;
    background-color: white !important;
}

@media only screen and (max-width: 640px) {
    .fod-navbar-default {
        padding-left: 5px;
    }

    .fod-navbar-nav a {
        padding: 10px 10px 10px 10px;
        text-decoration: none;
        font-size: 10px;
        max-height: 10px;
    }

    a.fod-navbar-button {
        display: none;
    }

    .navbar-container {
        position: relative;
        width: 100%;
        padding-bottom: 30px !important;
    }
}

a.fod-navbar-button {
    padding: 12px 30px !important;
    color: white;
    border: solid 2px white;
    display: inline-block;
    font-size: 14px;
    position: relative;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    width: auto !important;
    transition: all 0.5s ease;
    float: right;
    margin-right: 1vw;
    margin-top: 10px;
}

a.fod-navbar-button:hover {
    background-color: white !important;
    color: black;
    border: solid 2px white;
}

.navbar-container {
    position: relative;
    width: 100%;
    padding-bottom: 64px;
}

.navbar-lexus {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0px;
    z-index: 1;
    opacity: 1;
}

@media only screen and (max-width: 1175px) {
    a.fod-navbar-button {
        display: none;
    }
}

span.lnr.navbar-button {
    font-size: 15px;
    color: #fff;
    margin-right: 10px;
}

a.fod-navbar-button:hover span.lnr {
    color: #000;
}

/* NAVBAR CSS */

.coupon-container {
    border: solid 2px #F1F5F6;
    background-color: #fbfbfb;
    padding: 10px;
    margin-top: 5px;
    margin-bottom: 5px;
    min-height: 630px;
    position: relative;
}

@media only screen and (max-width: 768px) {
    .coupon-container {
        min-height: 200px !important;
    }
}

.interval {
    background-color: #000;
    color: #fff;
    border-bottom: solid 1px #fff;
    text-align: center;
    font-size: 18px;
    padding: 5px;
    text-transform: uppercase;
}

/*  */

a.lexus-button-black {
    font-size: 15px;
    padding: 14px 16px;
    background-color: #000;
    color: #fff;
    border: solid 2px #FFF;
    margin: 20px 0;
    text-decoration: none;
}

a.lexus-button-black:hover {
    background-color: #fff;
    color: #000;
    border: solid 2px #000;
}

@media only screen and (min-width: 1175px) {
    a.lexus-button-black.mobile {
        display: none;
    }
}

a.lexus-button-white {
    font-size: 15px;
    padding: 14px 16px;
    background-color: #fff;
    color: #000;
    border: solid 2px #000;
    margin: 20px 0;
    text-decoration: none;
}

a.lexus-button-white:hover {
    background-color: #000;
    color: #fff;
    border: solid 2px #000;
}

@media only screen and (min-width: 1175px) {
    a.lexus-button-white.mobile {
        display: none;
    }
}

a.light {
    color: #cdcdcd;
}

a.light:hover {
    color: #5a5a5a;
}

a.lexus-button-black span.lnr {
    color: #fff;
}

a.lexus-button-black:hover span.lnr {
    color: #000;
}

a.lexus-button-white span.lnr {
    color: #000;
}

a.lexus-button-white:hover span.lnr {
    color: #ffff;
}

/*  */

/* Coupon button bar */

.navbar-default {
    height: 100%;
    background-color: #000;
    border-radius: 0px;
    margin-bottom: 0px;
    display: inline-block;
    width: 100%;
}

.navbar-default .navbar-nav>li>a, .navbar-default .navbar-text {
    color: white;
    background-color: #000;
}

.navbar-nav a {
    float: left;
    display: block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
    border-bottom: 4px solid transparent;
}

a.button-lexus {
    width: 180.5px;
    color: #fff;
}

a.button-lexus span.lnr {
    color: #fff;
    margin-right: 10px;
    font-size: 35px;
}

a.button-lexus:hover span.lnr {
    color: #000;
}

span.lnr {
    font-size: 15px;
    color: #000;
    margin-right: 10px;
}

@media only screen and (max-width: 750px) {
    a.button-lexus span.lnr {
        font-size: 27px;
    }

    a.button-lexus span {
        font-size: 15px;
    }
}

a.button-lexus span {
    vertical-align: middle;
}

.navbar-default .navbar-nav>li>a:hover {
    background-color: #fff;
    color: #000;
}

/* Coupon button bar */

/* Coupon Information */

.service-info {
    text-align: center;
}

.service-info h4 {
    font-size: 22px;
    margin: 20px 10px;
    text-transform: uppercase;
}

.service-info h5 {
    font-size: 18px;
    margin: 20px 10px;
    text-transform: uppercase;
}

.service-info p {
    font-size: 15px;
    margin: 20px 10px;
}

.secondary-button {
    margin: 20px;
}

.secondary-button a {
    text-decoration: none;
}

.secondary-button a.disclaimer {
    font-size: 15px;
    padding: 14px 16px;
    background-color: #eee;
    color: #000;
    margin-bottom: 5px;
    margin: 10px;
    border-radius: 25px;
}

.secondary-button:hover a.disclaimer {
    font-size: 15px;
    padding: 14px 16px;
    background-color: #eee;
    color: #000;
    margin-bottom: 5px;
    margin: 10px;
    border-radius: 25px;
}

.secondary-button a.print-offer {
    font-size: 15px;
    padding: 14px 16px;
    background-color: #eee;
    color: #000;
    margin: 10px;
    border-radius: 25px;
}

.secondary-button:hover a.print-offer {
    background-color: #000;
    color: #fff;
}

a.print-offer:hover span.lnr {
    color: #fff;
}

small {
    font-size: 13px;
}

.image-row {
    background: #000;
    padding: 25px;
}

.coupon-center {
    margin-left: 25%;
    margin-right: 25%;
}

@media only screen and (min-width: 1301px) and (max-width: 1378px) {
    a.button-lexus {
        width: 28%;
    }
}

@media only screen and (min-width: 1106px) and (max-width: 1300px) {
    a.button-lexus {
        width: 27%;
    }
}

@media only screen and (min-width: 964px) and (max-width: 1105px) {
    a.button-lexus {
        width: 26%;
    }
}

@media only screen and (min-width: 856px) and (max-width: 963px) {
    a.button-lexus {
        width: 25%;
    }
}

@media only screen and (min-width: 769px) and (max-width: 855px) {
    a.button-lexus {
        width: 24%;
    }
}

@media only screen and (max-width: 768px) {
    .coupon-center {
        margin-right: 0;
        margin-left: 0;
    }
}

@media only screen and (max-width: 689px) {
    a.button-lexus {
        width: 23%;
    }
}

@media only screen and (max-width: 1378px) {
    .schedule-desktop {
        display: none;
    }

    .save-desktop {
        display: none;
    }

    .learn-desktop {
        display: none;
    }
}

@media only screen and (min-width: 1379px) {
    .schedule-mobile {
        display: none;
    }

    .save-mobile {
        display: none;
    }

    .learn-mobile {
        display: none;
    }
}

/*  */

hr.black {
    width: 25%;
    border: solid 1px #000;
    margin: 1rem auto;
}

hr.white {
    width: 25%;
    border: solid 1px #fff;
    margin: 1rem auto;
}

hr.dotted {
    width: 100%;
    border: dotted 1px #dadada;
    margin: 30px 0px;
    margin: 1rem auto;
}

h1, h2, h3, h4, h5 {
    text-transform: uppercase;
}

.lexus-title {
    font-weight: 100 !important;
    letter-spacing: 0.1em;
    padding: 10px 0px;
}

.lexus-subtitle {
    font-weight: bold !important;
    padding: 0% 5px;
    letter-spacing: 0.1em;
    font-size: 17px;
}

.lexus-icon {
    width: 60px;
    margin: 20px;
}

.standalone-paragraph {
    padding: 4% 12%;
}

.standalone-paragraph.big {
    padding: 5% 10%;
}

.center {
    text-align: center;
}

li.check {
    list-style-type: '\2713';
}

/*  */

/* Amenities */

.amenitie-container {
    position: relative;
    width: 100%;
    margin: 5px 0px;
}

.amenitie-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0px;
    z-index: 2;
    opacity: 1;
    background: linear-gradient(0deg, rgb(11 11 11) 0%, rgba(255, 255, 255, 0) 40%);
}

.amenitie-text {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    width: 100%;
    text-align: center;
    color: white;
}

@media only screen and (max-width: 1175px) {
    .amenitie-image {
        display: none;
    }
}

@media only screen and (min-width: 1174px) {
    .amenitie-container {
        display: none;
    }
}

/* Amenities */

/* FAQ Dropdown */

input[type='checkbox'] {
    display: none;
}

.wrap-collabsible {
    margin: 1.2rem 0;
}

.lbl-toggle {
    display: block;
    font-size: 1.5rem;
    text-transform: uppercase;
    text-align: left;
    letter-spacing: 2px;
    padding: 1rem;
    color: #000;
    background: #fff;
    border-bottom: 2px dotted rgb(0 0 0 / 45%);
    cursor: pointer;
    transition: all 0.25s ease-out;
}

.lbl-toggle.small {
    font-size: 1.1rem;
}

.lbl-toggle:hover {
    color: #000;
}

.collapsible-content {
    max-height: 0px;
    overflow: hidden;
    transition: max-height .25s ease-in-out;
}

.toggle:checked+.lbl-toggle+.collapsible-content {
    max-height: 350px;
}

.toggle:checked+.lbl-toggle {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.collapsible-content .content-inner {
    background: white;
    padding: .5rem 1rem;
    text-align: left;
    line-height: 1.2em;
}

.collapsible-content p {
    margin-bottom: 0;
}

span.lnr.faq {
    float: right;
    display: inline-block;
    vertical-align: middle;
    transition: transform .2s ease-out;
    margin-top: 12px;
}

/* FAQ Dropdown */

/* Images */

.lexus-image-overlay {
    width: 550px;
    margin-top: -150px;
    float: right;
    margin-right: 300px;
}

.lexus-image-overlay-2 {
    width: 670px;
    margin-top: -150px;
    float: right;
    margin-right: 300px;
}

img.negative-margin {
    margin-top: -200px;
}

@media only screen and (max-width: 1174px) {
    img.negative-margin {
        margin-top: 0px;
    }
}

@media only screen and (min-width: 501px) and (max-width: 1220px) {
    .lexus-image-overlay {
        width: 588px;
        margin-top: 0px;
        float: left;
        margin-right: 175px;
    }

    .lexus-image-overlay-2 {
        width: 588px;
        margin-top: 0px;
        float: left;
        margin-right: 175px;
    }
}

@media only screen and (max-width: 500px) {
    .lexus-image-overlay {
        width: 475px;
        margin-top: 0px;
        float: left;
        margin-right: 175px;
    }

    .lexus-image-overlay-2 {
        width: 475px;
        margin-top: 0px;
        float: left;
        margin-right: 175px;
    }
}

/* Images */

/* Backgound Image box */

.background-box {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.background-box.tires {
    background-image: url("https://fixedopsdigital.s3.amazonaws.com/oem/lexus/service/background-images/lexus-tire-dark-1920x1080-min.jpg");
}

.background-box.service {
    background-image: url("https://fixedopsdigital.s3.amazonaws.com/oem/lexus/service/background-images/lexus-car-mechanical-1920x1080-min.jpg");
}

.background-box.tires {
    background-image: url("https://fixedopsdigital.s3.amazonaws.com/oem/lexus/service/background-images/lexus-tire-dark-1920x1080-min.jpg");
}

.background-box.oil-change {
    background-image: url("https://fixedopsdigital.s3.amazonaws.com/oem/lexus/service/background-images/lexus-oil-in-engine-1920x1080-min.jpg")
}

.background-box.interval {
    background-image: url("https://fixedopsdigital.s3.amazonaws.com/oem/lexus/service/background-images/lexus-ls-background-1920x1080-min.jpg");
}

.background-box-overlay {
    margin: 50px 0px;
    padding: 5% 12% 15% 12%;
    color: #fff;
}

/*  */

/* content */

@media only screen and (max-width: 768px) {
    .content_text-box--lexus-service {
        align-self: center;
        text-align: center;
    }
}

.content-flex {
    display: flex;
    flex-wrap: wrap;
    padding-top: 2%;
}

.content_img {
    flex: 0 0 40%;
    box-sizing: border-box;
    max-width: 40%;
}

.content_text-box2 {
    flex: 0 0 100%;
    box-sizing: border-box;
    max-width: 100%;
    padding: 0 5% 2% 5%;
}

.content_text-box {
    flex: 0 0 60%;
    box-sizing: border-box;
    max-width: 60%;
    padding: 0 5% 2% 5%;
}

.content_headline {
    margin: 0 0 10px 0;
    font-size: 35px;
    line-height: 110%;
    font-weight: 100;
    color: #414042;
}

.content_text {
    font-size: 15px;
    line-height: 130%;
    font-weight: 100;
    color: #414042;
}

.content_text li {
    margin-bottom: 5px;
}

.text-bold {
    font-weight: bold;
}

.content_button {
    display: inline-block;
    border: 2px solid black;
    border-radius: 20px;
    padding: 8px 30px 6px 30px;
    font-size: 15px;
    font-weight: bold;
    color: black;
    text-decoration: none;
}

.content_gradient-up {
    background: linear-gradient(#ffffff, #DEE0E2);
}

.content_gradient-down {
    background: linear-gradient(#DEE0E2, #ffffff);
}

.content--border {
    border-bottom: 1px solid black;
    border-top: 1px solid #000;
}

/* Right Tires Section */

.content_img--right-vehicle {
    align-self: center;
    text-align: right;
}

/* Quarter Test Section */

.content_img--lexus-service {
    align-self: flex-end;
    padding: 0 8px;
}

.content_text-box--lexus-service {
    align-self: center;
}

.img-size {
    display: inline-block;
    max-width: 100%;
}

@media (max-width: 1224px) {

    /* content */
    .content_text {
        font-size: 18px;
    }
}

@media (max-width: 1034px) {

    /* content */
    .content_headline {
        font-size: 30px;
    }

    .content_text {
        font-size: 16px;
    }
}

@media (max-width: 750px) {

    /* content */
    .content_text-box {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .content_headline {
        font-size: 24px;
    }

    .content_text {
        font-size: 14px;
    }

    .content_img {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .content_img--right-vehicle {
        padding-left: 30%;
    }

    .content_img--lexus {
        order: 2;
        overflow: hidden;
        height: 150px;
    }
}

@media (max-width: 568px) {
    .content_img--right-vehicle {
        padding-left: 8%;
    }
}

/* content */

/* Saniziation table */

.la-content {
    width: 100%;
    border-style: none;
}

.la-content p {
    font-size: 14px;
    padding: 5px;
    line-height: 25px;
}

.la-content .heading {
    color: #000;
    text-align: center;
    padding-top: 250px;
    font-size: 40px;
    font-weight: bold;
    line-height: 25px;
}

.la-content .callout {
    padding: 1.875em;
    border: 1px solid #e8e8e8;
    float: left;
    margin: 5px;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .1);
}

.columns {
    width: 31%;
    float: left;
}

.galleryzoom {
    transition: transform .2s;
}

.float-center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.galleryzoom:hover {
    -ms-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.la-content .lexus-port-bg2 {
    background-image: url(https://dealerimages.dealereprocess.com/image/upload/2258281.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 35em;
    width: 100%;
}

.la-content .dealer-willowbrook-il-bg3 {
    background-image: url(https://dealerimages.dealereprocess.com/image/upload/2226401.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    min-height: 22em;
    width: 100%;
}

.la-content .dealer-willowbrook-il-bg4 {
    background-image: url(https://dealerimages.dealereprocess.com/image/upload/2174196.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 37em;
    width: 100%;
}

.la-content .dealer-willowbrook-il-bg5 {
    background-image: url(https://dealerimages.dealereprocess.com/image/upload/2174200.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 22em;
    width: 100%;
}

.widget-header {
    background-color: #efefef;
    color: #000;
    font-weight: 600;
    margin-bottom: .625rem;
    text-align: center;
    text-transform: uppercase;
    font-size: 14px;
    padding: 10px 10px;
    line-height: 25px;
}

.widget-address {
    margin-bottom: 10px;
    font-size: .85rem;
    line-height: 25px;
    padding: 10px 10px;
}

.la-content .accord-interior-exterior-bg3 {
    background-image: url(https://dealerimages.dealereprocess.com/image/upload/1801490.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    min-height: 35em;
    width: 100%;
}

.la-content .white-page-text {
    font-size: 14px;
    padding: 10px;
    line-height: 25px;
    color: #fff;
}

#custom_page_00 #content {
    background-color: #eee;
}

.la-content .border-separate {
    float: left;
    width: 1px;
    background-color: #ccc;
    height: 9em;
    margin-top: 6%;
}

.la-content .page-head2-italic {
    font-size: 22px;
    padding: 10px;
    line-height: 25px;
    font-style: italic;
}

.la-content .page-head2 {
    font-size: 22px;
    padding: 5px;
    line-height: 25px;
}

.la-content .white-page-head2 {
    font-size: 32px;
    padding: 15px;
    line-height: 25px;
    color: #fff;
}

.la-content .black-bg {
    margin: 0 auto;
    background-color: rgba(255, 255, 255, 0.75);
    margin: 50px;
    color: #000;
    width: 90%;
    float: left;
    padding: 20px 0;
    min-height: 480px;
}

.la-content .white-bg {
    margin: 0 auto;
    margin-bottom: 0px;
    background-color: rgba(39, 37, 37, 0.8);
    margin-bottom: 0px;
    color: #000;
    width: 100%;
    float: left;
    padding: 20px 0;
}

.la-content .white-bg2 {
    margin: 0 auto;
    margin-bottom: 0px;
    background-color: #fff;
    margin-bottom: 0px;
    color: #000;
    width: 100%;
    float: left;
    padding: 20px 0;
}

.la-content .grey-bg {
    margin: 0 auto;
    margin-bottom: 0px;
    background-color: #eee;
    margin-bottom: 0px;
    color: #000;
    width: 100%;
    float: left;
    padding: 20px 0;
}

.la-content .grey-bg2 {
    margin: 0 auto;
    margin-bottom: 0px;
    background-color: #7b7b7b;
    margin-bottom: 0px;
    color: #ffffff;
    width: 100%;
    float: left;
    padding: 0px 0;
}

.la-content .card-title {
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff;
    text-align: center;
    padding: 3%;
}

.la-content .small-text {
    font-size: 12px;
    padding: 10px;
    line-height: 20px;
}

.la-content ul {
    margin-left: 50px;
    list-style-type: disc;
}

.la-content ol {
    margin-left: 50px;
    list-style: decimal;
}

.la-content li {
    margin-left: 10px;
    font-size: 14px;
    line-height: 30px;
    font-weight: normal;
}

.la-content .btn {
    -moz-user-select: none;
    color: #ffffff;
    background-color: #000000;
    float: left;
    font-weight: bold;
    margin: 4px 12px;
    padding: 10px 1px;
    text-align: center;
    font-size: .85em;
    width: 95%;
    border-radius: 1px;
    border: 2px solid #000000;
    text-decoration: none;
}

.la-content .btn:hover {
    -moz-user-select: none;
    color: #000000;
    background-color: #ffffff;
    float: left;
    font-weight: bold;
    margin: 4px 12px;
    padding: 10px 1px;
    font-size: .85em;
    text-align: center;
    width: 95%;
    border-radius: 1px;
    border: 2px solid #ffffff;
    text-decoration: none;
}

.la-content .btn2 {
    -moz-user-select: none;
    color: #000000;
    background-color: #cccccc;
    float: left;
    font-weight: bold;
    margin: 4px 12px;
    padding: 10px 1px;
    text-align: center;
    font-size: .85em;
    width: 95%;
    border-radius: 1px;
    border: 2px solid #cccccc;
    text-decoration: none;
}

.la-content .btn2:hover {
    -moz-user-select: none;
    color: #ffffff;
    background-color: #333333;
    float: left;
    font-weight: bold;
    margin: 4px 12px;
    padding: 10px 1px;
    font-size: 85em;
    text-align: center;
    width: 95%;
    border-radius: 1px;
    border: 2px solid #333333;
    text-decoration: none;
}

.la-content .center {
    width: 48%;
    margin-left: 4px;
    float: left;
}

.la-content .center2 {
    width: 66%;
    margin-left: 4px;
    float: left;
}

.la-content .left {
    width: 32%;
    margin: 2px;
    float: left;
}

.la-content .left2 {
    width: 16%;
    margin: 2%;
    float: left;
}

.la-content .small-anchor {
    color: #000000;
    font-size: 14px;
    font-weight: normal;
    text-decoration: none;
}

.la-content .small-anchor:hover {
    color: #000000;
    font-size: 14px;
    font-weight: normal;
    text-decoration: underline;
}

.la-content .small-anchor2 {
    color: #000000;
    font-size: 14px;
    font-weight: bold;
    padding: 5px;
    text-decoration: none;
}

.la-content .small-anchor2:hover {
    color: #000000;
    font-size: 14px;
    font-weight: bold;
    padding: 5px;
    text-decoration: none;
}

.la-content .small-anchor3 {
    color: #000000;
    font-size: 22px;
    font-weight: bold;
    text-decoration: none;
}

.la-content .small-anchor3:hover {
    color: #000000;
    font-size: 22px;
    font-weight: bold;
    text-decoration: none;
}

.la-content .small-anchor4 {
    color: #ffffff;
    font-size: 16px;
    font-weight: bold;
    text-decoration: underline;
}

.la-content .small-anchor4:hover {
    color: #ffffff;
    font-size: 16px;
    font-weight: bold;
    text-decoration: underline;
}

.la-content .ima-size {
    width: 132px;
    height: 104px;
}

@media only screen and (max-width: 960px) {
    .la-content .dealer-willowbrook-il-bg2 {
        min-height: 43em;
    }
}

@media only screen and (max-width: 768px) {
    .st {
        text-align: center;
    }

    .la-content .left {
        width: 98%;
    }

    .la-content .left2 {
        width: 98%;
    }

    .la-content .center {
        width: 98%;
    }

    .la-content .center2 {
        width: 98%;
    }

    .la-content .btn {
        width: 98%;
    }

    .la-content .btn:hover {
        width: 98%;
    }

    .la-content .btn2 {
        width: 98%;
    }

    .la-content .btn2:hover {
        width: 98%;
    }

    .la-content .dealer-willowbrook-il-bg2 {
        min-height: 43em;
    }

    .la-content .dealer-willowbrook-il-bg3 {
        min-height: 44em;
    }

    .la-content .dealer-willowbrook-il-bg4 {
        min-height: 42em;
    }

    .la-content .dealer-willowbrook-il-bg5 {
        min-height: 44em;
    }

    .la-content .black-bg {
        margin: 37px;
    }

    .la-content .lexus-port-bg2 {
        min-height: 50em;
    }
}

@media only screen and (max-width: 568px) {
    .la-content .left {
        width: 98%;
    }

    .la-content .center {
        width: 98%;
    }

    .la-content .left2 {
        width: 98%;
    }

    .la-content .center2 {
        width: 98%;
    }

    .la-content .btn {
        width: 95%;
    }

    .la-content .btn:hover {
        width: 95%;
    }

    .la-content .btn2 {
        width: 95%;
    }

    .la-content .btn2:hover {
        width: 95%;
    }

    .la-content .dealer-willowbrook-il-bg2 {
        min-height: 43em;
    }

    .la-content .dealer-willowbrook-il-bg3 {
        min-height: 46em;
    }

    .la-content .dealer-willowbrook-il-bg4 {
        min-height: 47em;
    }

    .la-content .dealer-willowbrook-il-bg5 {
        min-height: 48em;
    }

    .la-content .black-bg {
        margin: 28px;
    }

    .la-content .heading {
        line-height: 35px;
    }

    .la-content .lexus-port-bg2 {
        min-height: 55em;
    }
}

@media only screen and (max-width: 320px) {
    .la-content .black-bg {
        margin: 22px;
    }

    .la-content .btn {
        width: 92%;
    }

    .la-content .btn:hover {
        width: 92%;
    }

    .la-content .btn2 {
        width: 92%;
    }

    .la-content .btn2:hover {
        width: 92%;
    }

    .la-content .dealer-willowbrook-il-bg2 {
        min-height: 50em;
    }

    .la-content .dealer-willowbrook-il-bg3 {
        min-height: 52em;
    }

    .la-content .dealer-willowbrook-il-bg4 {
        min-height: 54em;
    }

    .la-content .dealer-willowbrook-il-bg5 {
        min-height: 66em;
    }

    .la-content .heading {
        line-height: 35px;
    }

    .la-content .lexus-port-bg2 {
        min-height: 65em;
    }
}

/* sanitization table */

/* Table Styling */

th {
    padding: 10px 20px;
}

thead {
    background-color: #eee;
    padding: 1%;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    border: solid 1px #d0d0d0;
    padding: 1%;
}

th {
    padding: 10px 20px;
    border-bottom: solid 1px #d0d0d0;
}

td {
    padding: 10px 20px;
    border-bottom: solid 1px #d0d0d0;
}

/* Table Styling */
/* DS VIDEO */
.fod-video {
    margin: 1% 2%;
}

@media only screen and (max-width: 640px) {
    .fod-video {
        margin: 0% 0%;
    }
}

.fod-video iframe#fod-video {
    width: 100%;
    height: 280px;
    max-width: 450px;
border: none;
}

@media only screen and (max-width: 640px) {
    .fod-video iframe#fod-video {
        height: 225px;
    }
}

/* DS VIDEO */