/* Style for the modal */
  .modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
    padding-top: 60px;
  }

  /* Modal content */
  .modal-content {
    background-color: #fefefe;
    margin: 5% auto; /* 5% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    width: 80%; /* Could be more or less, depending on screen size */
  }
  .modal-content p {
      font-size: 1rem;
  }

  /* Close button */
  .close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
  }

  .close:hover,
  .close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
  }


main {
    display: block;
    unicode-bidi: isolate;
    overflow: hidden;
}

body {
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 1.6;
    color: #333;
    background-color: #fff;
    overflow-y: scroll;
    overflow-x: hidden;
}

a {
    text-decoration: none !important;
}


.button-dealers {
    background: var(--unnamed-color-0668b3);
    background: #0668B3;
    display: block;
    margin: 0 auto 40px auto;
    padding-top: 12px;
    text-align: center;
    color: #fff;
}

.button-dealers:hover {
    color: #fff;
    background: #777777 !important;
}
.button {
    font-weight: 350;
    border-radius: 32px;
    font-size: 1.1rem;
    font-family: Roboto, Regular;
    width: 260px;
    height: 50px;
}

h2 {
    font-size: 2.2rem;
}

.staticMap {
    display: none;
}

.pag-space-width {
    min-width: 80px;
}

/* Start - Static Header */
.break {
    display: none;
}

.drive-bolton-heading {
    color: #fff;
    margin-top: -10%;
    text-align: center;
}

.drive-bolton-heading h1 {
    font-size: 4rem;
}

.drive-bolton-heading h4 {
    font-size: 2rem;
}

.header-banner {
    position: relative;
    background: transparent url(/images/00-background.jpg) 0% 0% no-repeat padding-box;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 9% 0%;
    background-size: cover;
    margin-top: 0px;
    margin-bottom: 40px;
    height: 340px;
}

.img-vehicles {
    position: absolute;
    width: 100%;
    height: 267px;
    top: 90%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: transparent url(/images/Group-14529-largest.png) center center no-repeat;
}

/* END - Static Header */

/* START - Video Header */
.pre-order-banner {
    position: relative;
    /*background: linear-gradient(rgba(255, 255, 255, 0) 42.82%, rgba(12, 11, 11, 0.6) 96.62%), url(https://performanceautoprod-com.cdn-convertus.com/uploads/sites/24/2021/08/Bolton-Auto-Mall-Location-Map@2x.png) center center / cover no-repeat;*/
    background-position: center center;
    background-repeat: no-repeat;
    padding: 9% 0%;
    background-size: cover;
    margin-top: 0px;
    /* was -40px */
}

.pre-order-content {
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
    color: #fff;
}

.pre-order-content h1 {
    color: #fff;
    font-weight: 700;
    text-shadow: 1px 2px 6px #000;
    text-align: center;
    line-height: 5rem;
}

.pre-order-content h4 {
    color: #fff;
    font-weight: 500;
    padding-bottom: 10px;
    text-shadow: 1px 2px 6px #000;
    text-align: center;
}

.pre-order-btn {
    margin: 5px;
    color: #fff;
    text-decoration: none;
    font-weight: 700;
}

.pag-chat-box {
    text-align: center;
    padding: 25px;
    background-color: #CEE9FD;
    color: #000;
}

.we-can-help-heading {
    color: #000 !important;
}

/*Header video*/
.video-info {
    position: relative;
    top: 0;
    left: 0;
    padding: 1rem;
}

.video-background {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
}

.video-foreground,
.video-background iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video-foreground {
    padding-bottom: 56.25%;
    box-sizing: border-box;
}

@media (min-aspect-ratio: 16/9) {
    .video-foreground {
        height: 300%;
        top: -100%;
    }
}

@media (max-aspect-ratio: 16/9) {
    .video-foreground {
        width: 300%;
        left: -100%;
        top: -10%;
    }
}

@media screen and (max-width:540px) {
    .video-background iframe {
        display: block;
        /*was none;*/
    }
}

/*header video END*/
@media (max-width: 767px) {
    .xs-hidden {
        display: none !important;
    }
}

@media (min-width: 768px) {
    .lg-hidden {
        display: none !important;
    }
}

/* END - Video Header */

/** CSS START - Choose Your Location **/
/* Drive Bolton Content */
.drive-bolton-content {
    font-size: 20px;
    max-width: 975px;
    margin: 0 auto;
    padding: 0px 20px 0px 20px;
    text-align: center;
}

/* Drive Bolton Content */
.pag-oem-cta {
    margin-top: 6%;
    margin-bottom: 3%;
}

.img-dealer-logo {
    padding-bottom: 15px;
}

.oem-img {
    display: block;
    padding: 15px;
    margin: 0 auto;
    width: 70%;
}

.oem-img:hover {
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
    transition: box-shadow 0.3s ease-in-out;
}

/** CSS END - Choose Your Location **/

/* START - Dealerships */
.container-dealer-info {
    /*display: block;
    margin: 40px auto 20px auto;
    padding: 0px 40px 0px 40px;*/
}

.container-dealer-info p {
    font-size: 16px;
}

.img-bolton-honda:hover,
.img-bolton-hyundai:hover,
.img-bolton-nissan:hover {
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
    transition: box-shadow 0.3s ease-in-out;
}

.img-bolton-honda,
.img-bolton-hyundai,
.img-bolton-nissan {
    display: block;
    margin: 0 auto;
    width: 100%;
}

.center-bolton-honda,
.center-bolton-hyundai,
.center-bolton-nissan {
    padding: 10px 0px 10px 0px;
}

.h2-title-value {
    margin-bottom: 20px;
    text-align: center;
}

.row-dealers-bottom {
    margin-top: 50px;
}

.address {
    color: #000;
}

.phone-number:hover, .address:hover {
    color: #0668B3 !important;
}


/* END - Dealerships */

/* START - Buying Made Easy */
.pag-buying-section {
    padding: 80px 25px 80px 25px;
}

.buying-content {
    padding-right: 8%;
}

.buying-content p {
    font-size: 20px;
}

.img-laughing {
    width: 100%;
}

/* END - Buying Made Easy */

/* Start - PAG */
.img-pag{
    display:block;
    margin:0 auto;
    padding-top:60px;
}
/* END - PAG */

/* START - Media Sizing */
@media (max-width: 1024px) {

    /* START - Static Header */
    .drive-bolton-heading {
        margin-top: -12%;
    }

    /* END - Static Header */

    /* START - Video Header */
    .drive-bolton-content {
        font-size: 20px !important;
        max-width: 750px;
    }

    /* END - Video Header */

    /* START - CTA Locations */
    .pag-oem-cta{
        margin-top: 8% !important;
    }
    .drive-bolton-content {
        font-size: 20px !important;
        max-width: 750px;
    }

    /* END - CTA Locations */

    /* START - Buying Made Easy */
    .buying-content {
        font-size: 20px;
    }

    /* END - Buying Made Easy */
}

@media (max-width: 991px) {
    .button {
        width: 200px;
    }
    /* START - Static Header */
    .drive-bolton-heading h1 {
        font-size: 3.2rem;
    }

    .drive-bolton-heading h4 {
        font-size: 1.5rem;
    }

    .drive-bolton-heading {
        margin-top: -10%;
    }

    .img-vehicles {
        background: transparent url(/images/Group-14529-medium.png) center center no-repeat !important;
    }

    /* END - Static Header */
    /* START - Buying Made Easy */
    .buying-content {
        display: block;
        text-align: left;
        font-size: 18px;
        padding: 0px 25px 0px 25px;
        max-width: 650px;
        margin: 0 auto;
    }

    .img-laughing {
        width: 100%;
        display: block;
        margin: 0 auto;
    }

    /* END - Buying Made Easy */
}

@media (max-width: 768px) {
    h2 {
        font-size: 1.8rem;
    }

    /* START - CTA Locations */
    .pag-space-width {
        min-width: 0px;
    }

    .drive-bolton-content {
        font-size: 16px !important;
        max-width: 650px;
    }

    /* END - CTA Locations */
    /* START - Buying Made Easy */
    .buying-content p {
        font-size: 16px;
    }

    /* END - Buying Made Easy */
}

@media (max-width: 767px) {

    /* START - Static Header */
    .drive-bolton-heading {
        margin-top: -15%;
    }

    .drive-bolton-heading h1 {
        font-size: 2.8rem;
    }

    .drive-bolton-heading h4 {
        font-size: 1.5rem;
    }

    .header-banner {
        margin-top: -40px;
        margin-bottom: 0px;
    }

    /* END - Static Header */
    /* START - Buying Made Easy */
    .buying-content {
        font-size: 16px;
        text-align: center;
    }

    /* END - Buying Made Easy */
}

@media (max-width: 720px) {

    /* START - Static Header */
    .drive-bolton-heading {
        margin-top: -5%;
    }

    .drive-bolton-heading h1 {
        font-size: 2.3rem;
    }

    .drive-bolton-heading h4 {
        font-size: 1.2rem;
    }

    .header-banner {
        margin-top: -30px !important;
        margin-bottom: 0px !important;
    }

    .img-vehicles {
        width: 100%;
        height: 267px;
        top: 100%;
        left: 50%;
        background: transparent url(/images/Group-14529-smallest.png) center center no-repeat !important;
    }

    .header-banner {
        margin-top: -40px;
        margin-bottom: 40px;
        height: 240px;
    }

    /* END - Static Header */
    /* Start - PAG */
    .img-pag{
        width: 80%;
    }
/* END - PAG */
}

@media (max-width: 445px) {

    /* START - Static Header */
    .break {
        display: block;
    }

    .drive-bolton-heading {
        margin-top: -15%;
    }

    .drive-bolton-heading h1 {
        font-size: 3rem;
    }

    .drive-bolton-heading h4 {
        font-size: 1.1rem;
    }

    .header-banner {
        margin-bottom: 0px;
    }

    /* END - Static Header */

    /* START - Video Header */
    .pre-order-content h1 {
        font-size: 28px;
    }

    .pre-order-content h4 {
        font-size: 18px;
    }

    /* END - Video Header */
    /* START - CTA Locations */
    .pag-oem-cta{
        margin-top: 12% !important;
    }
    .oem-img {
        width: 50%;
    }
    /* END - CTA Locations */
    /* START - Dealerships */
    .img-bolton-honda,
    .img-bolton-hyundai,
    .img-bolton-nissan {
        width: 90% !important;
    }

    /* END - Dealerships */
    /* START - Buying Made Easy */
    .buying-content p {
        font-size: 16px;
    }

    /* END - Buying Made Easy */
}

@media (max-width: 375px) {

    /* START - Static Header */
    .drive-bolton-heading {
        margin-top: -15% !important;
    }

    .drive-bolton-heading h1 {
        font-size: 2.8rem !important;
    }

    .drive-bolton-heading h4 {
        font-size: 16px !important;
    }

    /* END - Static Header */
    /* START - Video Header */
    .pre-order-content h1 {
        font-size: 24px !important;
    }

    .pre-order-content h4 {
        font-size: 14px !important;
    }

    /* END - Video Header */
}

@media (max-width: 320px) {

    /* START - Static Header */
    .drive-bolton-heading h1 {}

    /* END - Static Header */
}

/* END - Media Sizing */