body {
  background: gainsboro;
}

@font-face {
  font-family: GothamRounded-Bold;
  src: url(fonts/GothamRounded-Bold.otf) format("opentype");
  font-weight: 800;
}
@font-face {
  font-family: GothamRounded-BoldItalic;
  src: url(fonts/GothamRounded-BoldItalic.otf) format("opentype");
  font-weight: 800;
}
@font-face {
  font-family: GothamRounded-Book;
  src: url(fonts/GothamRounded-Book.otf) format("opentype");
  font-weight: 400;
}
@font-face {
  font-family: GothamRounded-BookItalic;
  src: url(fonts/GothamRounded-BookItalic.otf) format("opentype");
  font-weight: 400;
}
@font-face {
  font-family: GothamRounded-Light;
  src: url(fonts/GothamRounded-Light.otf) format("opentype");
  font-weight: 200;
}
@font-face {
  font-family: GothamRounded-LightItalic;
  src: url(fonts/GothamRounded-LightItalic.otf) format("opentype");
  font-weight: 200;
}
@font-face {
  font-family: GothamRounded-Medium;
  src: url(fonts/GothamRounded-Medium.otf) format("opentype");
  font-weight: 600;
}
@font-face {
  font-family: GothamRounded-MediumItalic;
  src: url(fonts/GothamRounded-MediumItalic.otf) format("opentype");
  font-weight: 600;
}
body {
  font-family: GothamRounded-Book, sans-serif;
}

h2 {
  color: #08a0e3;
}

img {
  display: block;
}

section {
  background-color: white;
}

.no-margin {
  margin: 0;
}

.max-width320 {
  display: none;
}
@media only screen and (max-width: 320px) {
  .max-width320 {
    display: block;
  }
}

.min-width600 {
  display: none;
}
@media only screen and (min-width: 600px) {
  .min-width600 {
    display: block;
  }
}

.min-width768 {
  display: none;
}
@media only screen and (min-width: 768px) {
  .min-width768 {
    display: block;
  }
}

.min-width1240 {
  display: none;
}
@media only screen and (min-width: 1240px) {
  .min-width1240 {
    display: block;
  }
}

.min-width1920 {
  display: none;
}
@media only screen and (min-width: 1920px) {
  .min-width1920 {
    display: block;
  }
}

.content-wrapper {
  margin: 0 12px;
}
@media only screen and (max-width: 320px) {
  .content-wrapper {
    margin: 0 18px;
  }
}
@media only screen and (min-width: 321px) {
  .content-wrapper .column {
    width: 49%;
    display: inline-block;
  }
}
@media only screen and (min-width: 600px) {
  .content-wrapper {
    margin: 0 30px;
  }
}
@media only screen and (min-width: 769px) {
  .content-wrapper {
    margin: 0 40px;
  }
}
@media only screen and (min-width: 1240px) {
  .content-wrapper {
    margin: 0 auto;
    width: 1158px;
  }
}
.content-wrapper .header2-texts {
  font-size: 1rem;
  padding-top: 2rem;
}
@media only screen and (min-width: 321px) {
  .content-wrapper .header2-texts {
    font-size: 0.8rem;
  }
}
@media only screen and (min-width: 769px) {
  .content-wrapper .header2-texts {
    font-size: 1.5rem;
  }
}
.content-wrapper .section-texts {
  font-size: 0.9rem;
}
@media only screen and (min-width: 321px) {
  .content-wrapper .section-texts {
    font-size: 2vw;
  }
  .content-wrapper .section-texts:last-child {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 601px) {
  .content-wrapper .section-texts {
    font-size: 1.7vw;
  }
}
@media only screen and (min-width: 769px) {
  .content-wrapper .section-texts {
    font-size: 0.8rem;
  }
}
.content-wrapper .image-insert {
  width: 100%;
}
.content-wrapper .no-margin {
  clear: both;
}

.pre-header {
  background-color: #08a0e3;
}
.pre-header .call-us {
  width: 25px;
  height: 25px;
  margin: 10px;
  position: absolute;
  right: 0;
  -moz-box-shadow: 0 0 5px 2px rgba(146, 146, 146, 0.5);
  -webkit-box-shadow: 0 0 5px 2px rgba(146, 146, 146, 0.5);
  box-shadow: 0 0 5px 2px rgba(146, 146, 146, 0.5);
  border-radius: 50%;
}
@media only screen and (min-width: 769px) {
  .pre-header .call-us {
    right: 5vw;
    top: 3vw;
    width: auto;
    border-radius: 10px;
    padding: 0px 10px 0 5px;
    font-size: 0.7rem;
  }
}
@media only screen and (min-width: 1241px) {
  .pre-header .call-us {
    top: 0;
    right: 50%;
    transform: translate(400%, 100%);
  }
}
.pre-header .call-us .phone-icon {
  margin: 6px;
}
@media only screen and (min-width: 769px) {
  .pre-header .call-us .phone-icon {
    display: inline-block;
  }
}
.pre-header .call-us .phone-number {
  display: none;
  color: white;
}
@media only screen and (min-width: 769px) {
  .pre-header .call-us .phone-number {
    display: inline-block;
  }
}
.pre-header .EDealer-logo {
  margin: 0 auto;
  padding: 3rem 0 2rem 0;
}

#top-header {
  background-color: #08a0e3;
  background-size: 100%;
  background-repeat: no-repeat;
  background-image: none;
  height: auto;
}
@media only screen and (min-width: 321px) {
  #top-header {
    background-image: url("../img/topTiles-600.png");
  }
}
@media only screen and (min-width: 601px) {
  #top-header {
    background-image: url("../img/topTiles-768.png");
    background-position-y: bottom;
    height: 85vw;
  }
}
@media only screen and (min-width: 769px) {
  #top-header {
    background-image: url("../img/topTiles-1240.png");
    height: 70vw;
  }
}
@media only screen and (min-width: 1241px) {
  #top-header {
    background-image: url("../img/topTiles-1920.png");
    background-size: contain;
    background-position-x: center;
    height: 50vw;
    max-height: 681px;
  }
}
#top-header .top-header-copy {
  color: white;
}
@media only screen and (min-width: 321px) {
  #top-header .top-header-copy {
    width: 50%;
    height: 100vw;
  }
}
@media only screen and (min-width: 1241px) {
  #top-header .top-header-copy {
    width: 1158px;
    max-width: 1158px;
  }
}
#top-header .top-header-copy .header-texts {
  font-family: GothamRounded-Bold, sans-serif;
  font-size: 6vw;
}
@media only screen and (min-width: 321px) {
  #top-header .top-header-copy .header-texts {
    font-size: 3vw;
  }
}
@media only screen and (min-width: 601px) {
  #top-header .top-header-copy .header-texts {
    font-size: 2.5vw;
  }
}
@media only screen and (min-width: 1241px) {
  #top-header .top-header-copy .header-texts {
    font-size: 2rem;
  }
}
#top-header .top-header-copy .para-texts {
  font-size: 4vw;
}
@media only screen and (min-width: 321px) {
  #top-header .top-header-copy .para-texts {
    font-size: 2vw;
  }
}
@media only screen and (min-width: 601px) {
  #top-header .top-header-copy .para-texts {
    font-size: 1.7vw;
  }
}
@media only screen and (min-width: 1241px) {
  #top-header .top-header-copy .para-texts {
    font-size: 1rem;
    width: 50%;
  }
}
#top-header .let-us-help {
  display: none;
}
@media only screen and (min-width: 769px) {
  #top-header .let-us-help {
    display: block;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    top: 57vw;
    border-bottom: solid 2px rgba(0, 0, 139, 0.5);
  }
  #top-header .let-us-help .link {
    text-decoration: none;
    color: white;
    line-height: 0;
    text-shadow: white 12px 0px 28px;
  }
}
@media only screen and (min-width: 1241px) {
  #top-header .let-us-help {
    top: 445px;
  }
}
#top-header .down-arrow-icon {
  display: none;
}
@media only screen and (min-width: 769px) {
  #top-header .down-arrow-icon {
    display: block;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    top: 62vw;
  }
}
@media only screen and (min-width: 1241px) {
  #top-header .down-arrow-icon {
    top: 500px;
  }
}
#top-header .bottom-header {
  background-color: #f1f1f1;
}
@media only screen and (min-width: 321px) {
  #top-header .bottom-header {
    background-color: transparent;
    display: table;
    table-layout: fixed;
    border-collapse: collapse;
    margin: -30vw 0 0 0;
    text-align: center;
  }
}
@media only screen and (min-width: 321px) and (-ms-high-contrast: none), only screen and (min-width: 321px) and (-ms-high-contrast: active) {
  #top-header .bottom-header {
    margin: -32vw 0 0 0;
  }
}
@media only screen and (min-width: 601px) {
  #top-header .bottom-header {
    margin: -31vw 0 0 0;
  }
}
@media only screen and (min-width: 769px) {
  #top-header .bottom-header {
    margin: -38vw 0 0 0;
  }
}
@media only screen and (min-width: 1241px) {
  #top-header .bottom-header {
    margin: 0;
    width: 1158px;
    max-width: 1158px;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    top: 674px;
  }
}
#top-header .bottom-header .bottom-copy {
  font-size: 4vw;
  text-align: center;
}
@media only screen and (min-width: 321px) {
  #top-header .bottom-header .bottom-copy {
    font-size: 2vw;
    display: table-row;
  }
}
@media only screen and (min-width: 769px) {
  #top-header .bottom-header .bottom-copy {
    font-size: 1.3vw;
  }
}
#top-header .bottom-header .bottom-copy .text-block .strong {
  font-family: GothamRounded-Bold, sans-serif;
  font-weight: 600;
}
@media only screen and (min-width: 321px) {
  #top-header .bottom-header .bottom-copy .text-block {
    display: table-cell;
    padding: 0 20px 10px 20px;
    width: 31vw;
  }
}
@media only screen and (min-width: 769px) {
  #top-header .bottom-header .bottom-copy .text-block {
    padding: 0 50px 10px 50px;
  }
}
@media only screen and (min-width: 1241px) {
  #top-header .bottom-header .bottom-copy .text-block {
    width: auto;
    font-size: 1rem;
  }
}
#top-header .bottom-header .bottom-copy .devider {
  background: linear-gradient(to right, #0b65c2, #08a0e3);
  height: 1px;
  border: none;
}
@media only screen and (min-width: 321px) {
  #top-header .bottom-header .bottom-copy .devider {
    display: none;
  }
}
#top-header .bottom-header .image-insert {
  width: 100%;
}
#top-header .bottom-header .bottom-copy {
  padding-bottom: 2rem;
}

@media only screen and (min-width: 601px) {
  #search-marketing .content-wrapper .texts-column {
    padding-bottom: 2rem;
  }
}
@media only screen and (min-width: 321px) {
  #search-marketing .search-marketing-image {
    margin-bottom: -6px;
    margin-top: 9vw;
  }
}
@media only screen and (min-width: 601px) {
  #search-marketing .search-marketing-image {
    margin-top: 10vw;
    margin-bottom: -36px;
  }
}
@media only screen and (min-width: 710px) {
  #search-marketing .search-marketing-image {
    margin-bottom: -37px;
  }
}

@media only screen and (min-width: 321px) {
  #dynamic-inventory-advertising .content-wrapper.content {
    display: table;
    direction: rtl;
  }
}
@media only screen and (min-width: 321px) {
  #dynamic-inventory-advertising .content-wrapper.content .texts-column {
    display: table-cell;
    direction: ltr;
    vertical-align: top;
    padding-right: 12px;
    padding-bottom: 12px;
  }
}
@media only screen and (min-width: 769px) {
  #dynamic-inventory-advertising .content-wrapper.content .texts-column {
    vertical-align: middle;
  }
}
@media only screen and (min-width: 321px) {
  #dynamic-inventory-advertising .content-wrapper.content .images-column {
    display: table-cell;
    width: 49vw;
    direction: ltr;
    padding-bottom: 4vw;
  }
}
#dynamic-inventory-advertising .content-wrapper.content .images-column .google-page {
  width: 66vw;
  margin: 0 auto;
}
@media only screen and (min-width: 321px) {
  #dynamic-inventory-advertising .content-wrapper.content .images-column .google-page {
    width: 32vw;
    padding-top: 7vw;
  }
}
#dynamic-inventory-advertising .content-wrapper.content .acura-mdx {
  width: 35vw;
  margin-top: -10vw;
}
@media only screen and (min-width: 321px) {
  #dynamic-inventory-advertising .content-wrapper.content .acura-mdx {
    width: 18vw;
    margin: -6vw 0 0 12px;
  }
}
#dynamic-inventory-advertising .content-wrapper.content .acura-rlx {
  width: 27vw;
  margin-top: -16vw;
  margin-left: 56vw;
  padding-bottom: 6vw;
}
@media only screen and (min-width: 321px) {
  #dynamic-inventory-advertising .content-wrapper.content .acura-rlx {
    width: 12vw;
    margin: -7vw 0 0 33vw;
    padding: initial;
  }
}

#google-premier-partner .adwords, #google-premier-partner .skyscrapper, #google-premier-partner .square, #google-premier-partner .leaderboard {
  display: none;
}
@media only screen and (min-width: 321px) {
  #google-premier-partner .content-wrapper.content {
    display: table;
  }
}
@media only screen and (min-width: 321px) {
  #google-premier-partner .content-wrapper.content .texts-column {
    display: table-cell;
    vertical-align: top;
    padding-right: 12px;
    padding-bottom: 12px;
    width: 49%;
  }
}
#google-premier-partner .content-wrapper.content .texts-column .google-partner {
  width: 45%;
  padding-bottom: 1rem;
}
@media only screen and (min-width: 321px) {
  #google-premier-partner .content-wrapper.content .texts-column .google-partner {
    padding: initial;
    width: 60%;
    display: inline-block;
  }
}
@media only screen and (min-width: 769px) {
  #google-premier-partner .content-wrapper.content .texts-column .google-partner {
    width: 40%;
  }
}
@media only screen and (min-width: 321px) {
  #google-premier-partner .content-wrapper.content .texts-column .adwords {
    display: inline-block;
    width: 30%;
  }
}
@media only screen and (min-width: 769px) {
  #google-premier-partner .content-wrapper.content .texts-column .adwords {
    display: none;
  }
}
@media only screen and (min-width: 321px) {
  #google-premier-partner .content-wrapper.content .images-column {
    display: table-cell;
    width: 49vw;
    padding-bottom: 4vw;
  }
}
@media only screen and (min-width: 321px) {
  #google-premier-partner .content-wrapper.content .images-column .tiles {
    display: none;
  }
}
@media only screen and (min-width: 769px) {
  #google-premier-partner .content-wrapper.content .images-column .tiles {
    display: block;
  }
}
@media only screen and (min-width: 321px) {
  #google-premier-partner .content-wrapper.content .images-column .skyscrapper {
    display: inline-block;
    width: 45%;
  }
}
@media only screen and (min-width: 769px) {
  #google-premier-partner .content-wrapper.content .images-column .skyscrapper {
    display: none;
  }
}
@media only screen and (min-width: 321px) {
  #google-premier-partner .content-wrapper.content .images-column .square {
    display: inline-block;
    width: 22vw;
    vertical-align: top;
    padding-top: 4vw;
  }
}
@media only screen and (min-width: 769px) {
  #google-premier-partner .content-wrapper.content .images-column .square {
    display: none;
  }
}
@media only screen and (min-width: 321px) {
  #google-premier-partner .content-wrapper.content .images-column .leaderboard {
    display: inline-block;
    width: 24vw;
    position: absolute;
    left: 71vw;
    padding-top: 20vw;
  }
}
@media only screen and (min-width: 601px) {
  #google-premier-partner .content-wrapper.content .images-column .leaderboard {
    left: 69vw;
  }
}
@media only screen and (min-width: 769px) {
  #google-premier-partner .content-wrapper.content .images-column .leaderboard {
    display: none;
  }
}

@media only screen and (min-width: 321px) {
  #social-media-marketing .content-wrapper.content {
    display: table;
    direction: rtl;
  }
}
@media only screen and (min-width: 321px) {
  #social-media-marketing .content-wrapper.content .texts-column {
    display: table-cell;
    vertical-align: top;
    padding-right: 12px;
    padding-bottom: 12px;
    width: 49%;
    direction: ltr;
  }
}
#social-media-marketing .content-wrapper.content .texts-column .certification {
  display: inline-block;
  width: 25%;
}
@media only screen and (min-width: 321px) {
  #social-media-marketing .content-wrapper.content .texts-column .certification {
    margin-right: 5vw;
  }
}
#social-media-marketing .content-wrapper.content .texts-column .logos {
  display: inline-block;
  width: 25%;
}
@media only screen and (min-width: 321px) {
  #social-media-marketing .content-wrapper.content .images-column {
    display: table-cell;
    width: 49vw;
    padding-bottom: 4vw;
    direction: ltr;
  }
}
#social-media-marketing .content-wrapper.content .images-column .dual {
  display: none;
}
@media only screen and (min-width: 321px) {
  #social-media-marketing .content-wrapper.content .images-column .dual {
    display: block;
    margin-top: 26vw;
    width: 89%;
    margin-bottom: -4vw;
  }
}
@media only screen and (min-width: 601px) {
  #social-media-marketing .content-wrapper.content .images-column .dual {
    display: none;
  }
}
#social-media-marketing .content-wrapper.content .images-column .trio {
  padding-top: 1rem;
}
@media only screen and (min-width: 321px) {
  #social-media-marketing .content-wrapper.content .images-column .trio {
    display: none;
  }
}
@media only screen and (min-width: 601px) {
  #social-media-marketing .content-wrapper.content .images-column .trio {
    display: block;
    margin-top: 12vw;
    width: 89%;
    margin-bottom: -4vw;
  }
}
@media only screen and (min-width: 1241px) {
  #social-media-marketing .content-wrapper.content .images-column .trio {
    margin-top: 3vw;
  }
}

#audit-form .content-wrapper {
  padding-bottom: 160px;
}
#audit-form .content-wrapper .top-texts {
  margin-top: 0;
  padding-top: 2rem;
}
#audit-form .content-wrapper .form-wrapper {
  background-color: #ebebeb;
  padding: 1rem;
  padding-bottom: 3.5rem;
  border-radius: 15px;
  box-shadow: 3px 1px 37px 2px #ebebeb;
  -webkit-box-shadow: 3px 1px 37px 2px #ebebeb;
  -moz-box-shadow: 3px 1px 37px 2px #ebebeb;
}
#audit-form .content-wrapper .form-wrapper .section-texts.header {
  color: #08a0e3;
}
#audit-form .content-wrapper .form-wrapper .section-texts.body {
  font-size: 0.8rem;
}
#audit-form .content-wrapper .form-wrapper .form-element input, #audit-form .content-wrapper .form-wrapper .form-element textarea {
  border: none;
  border-radius: 5px;
  margin-bottom: 1rem;
  padding: 0.7rem;
  font-size: 0.7rem;
  width: 100%;
  cursor: default;
}
#audit-form .content-wrapper .form-wrapper .form-element textarea:hover, #audit-form .content-wrapper .form-wrapper .form-element input:hover {
  background-color: #e8f4fb;
}
#audit-form .content-wrapper .form-wrapper .form-element .formField {
  width: auto;
  padding: 0 20px 0 0;
}
#audit-form .content-wrapper .form-wrapper .form-element .formField #submit {
  display: block;
  width: auto;
  float: right;
  background-image: linear-gradient(#0863c1, #2475c8);
  font-family: GothamRounded-Bold, sans-serif;
  text-transform: uppercase;
  transition: 0.5s;
  border-radius: 15px;
  color: white;
  padding: 0.5rem 1rem;
}
#audit-form .content-wrapper .form-wrapper .form-element .formField #submit:hover {
  background-color: white;
  background-image: none;
  color: #0863c1;
}

#page-footer {
  background-color: #08a0e3;
  padding: 12px 0;
  color: white;
  background-size: 100%;
  background-repeat: no-repeat;
  background-image: url("../img/footerBackground-320.png");
  height: auto;
}
@media only screen and (min-width: 321px) {
  #page-footer {
    background-image: url("../img/footerBackground-600.png");
  }
}
@media only screen and (min-width: 601px) {
  #page-footer {
    background-image: url("../img/footerBackground-768.png");
  }
}
@media only screen and (min-width: 769px) {
  #page-footer {
    background-image: url("../img/footerBackground-1240.png");
  }
}
@media only screen and (min-width: 1241px) {
  #page-footer {
    background-image: url("../img/footerBackground-1920.png");
  }
}
#page-footer .content-wrapper {
  text-align: center;
}
#page-footer .content-wrapper .corporate-logo {
  margin: 0 auto;
  padding-top: 36px;
}
#page-footer .content-wrapper .button {
  background-color: white;
  color: #08a0e3;
  margin-top: 1rem;
  margin-bottom: 2rem;
  padding: 0.5rem 1.5rem;
  display: inline-block;
  border-radius: 30px;
  font-size: 0.7rem;
  text-transform: uppercase;
  font-family: GothamRounded-Bold, sans-serif;
}
#page-footer .content-wrapper .footer-texts {
  font-size: 0.6rem;
}

#get-started-cta .get-started-cta {
  display: none;
  position: absolute;
  right: 0;
  margin-top: -435px;
}
@media only screen and (min-width: 769px) {
  #get-started-cta .get-started-cta {
    display: block;
  }
}

/*# sourceMappingURL=style.css.map */
