@import url(../../aec-style.css);
@import url(slick.css);
@keyframes fade-in-left {
  from {
    transform: translateX(-3rem);
    opacity: 0; }
  to {
    transform: translateX(0);
    opacity: 1; } }
@keyframes fade-in-right {
  from {
    transform: translateX(3rem);
    opacity: 0; }
  to {
    transform: translateX(0);
    opacity: 1; } }
.carousel-header {
  left: 0;
  width: 100%; }
  .carousel-header svg {
    position: absolute;
    top: 0;
    left: 0; }
  .carousel-header .carousel {
    position: relative;
    visibility: hidden;
    opacity: 0; }
    .carousel-header .carousel.slick-initialized {
      visibility: visible;
      opacity: 1; }
    .carousel-header .carousel .carousel-slide {
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat; }
      @media (max-width: 768px) {
        .carousel-header .carousel .carousel-slide {
          background-position: center 70px; } }
      .carousel-header .carousel .carousel-slide.video:after {
        content: "";
        width: 100%;
        height: 100%;
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75));
        z-index: 1; }
      .carousel-header .carousel .carousel-slide video {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        object-fit: cover; }
      .carousel-header .carousel .carousel-slide .overlay {
        margin: 0 auto;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        position: absolute;
        top: 0;
        left: 0;
        pointer-events: none;
        z-index: 3; }
      .carousel-header .carousel .carousel-slide .carousel-row {
        position: relative;
        width: 100%;
        margin: 0 auto;
        display: flex;
        align-items: center;
        justify-content: center; }
        .carousel-header .carousel .carousel-slide .carousel-row .carousel-col {
          width: 1400px;
          margin: 0 auto;
          display: flex;
          justify-content: flex-start;
          align-items: center;
          margin: 0 auto;
          position: absolute;
          top: 200px; }
          @media (max-width: 1400px) {
            .carousel-header .carousel .carousel-slide .carousel-row .carousel-col {
              width: 100%;
              top: 150px; } }
          @media (max-width: 1130px) {
            .carousel-header .carousel .carousel-slide .carousel-row .carousel-col {
              top: 60px; } }
          @media (max-width: 768px) {
            .carousel-header .carousel .carousel-slide .carousel-row .carousel-col {
              top: 0px; } }
      .carousel-header .carousel .carousel-slide .carousel-row-video {
        position: relative;
        width: 100%;
        margin: 0 auto;
        display: flex;
        align-items: center;
        justify-content: center; }
        .carousel-header .carousel .carousel-slide .carousel-row-video .carousel-col-video {
          width: 1400px;
          margin: 0 auto;
          display: flex;
          justify-content: flex-start;
          align-items: center;
          margin: 0 auto;
          position: absolute;
          top: 200px; }
          @media (max-width: 1400px) {
            .carousel-header .carousel .carousel-slide .carousel-row-video .carousel-col-video {
              width: 100%;
              top: 150px; } }
          @media (max-width: 1130px) {
            .carousel-header .carousel .carousel-slide .carousel-row-video .carousel-col-video {
              top: 60px; } }
          @media (max-width: 768px) {
            .carousel-header .carousel .carousel-slide .carousel-row-video .carousel-col-video {
              top: 0px; } }
      .carousel-header .carousel .carousel-slide .overlay, .carousel-header .carousel .carousel-slide .carousel-row, .carousel-header .carousel .carousel-slide .carousel-row-video {
        width: 100% !important;
        height: 0;
        padding-bottom: 45%; }
        @media (max-width: 1400px) {
          .carousel-header .carousel .carousel-slide .overlay, .carousel-header .carousel .carousel-slide .carousel-row, .carousel-header .carousel .carousel-slide .carousel-row-video {
            height: 650px;
            padding-bottom: 0; } }
        @media (max-width: 1130px) {
          .carousel-header .carousel .carousel-slide .overlay, .carousel-header .carousel .carousel-slide .carousel-row, .carousel-header .carousel .carousel-slide .carousel-row-video {
            height: 600px;
            padding-bottom: 0; } }
        @media (max-width: 768px) {
          .carousel-header .carousel .carousel-slide .overlay, .carousel-header .carousel .carousel-slide .carousel-row, .carousel-header .carousel .carousel-slide .carousel-row-video {
            height: 800px;
            padding-bottom: 0;
            background-position: center 70px; } }
      .carousel-header .carousel .carousel-slide .text-box {
        background: rgba(0, 0, 0, 0.7);
        padding: 2rem;
        color: #fff;
        width: 50%;
        position: relative;
        margin-bottom: 4rem;
        opacity: 0;
        z-index: 2; }
        @media (max-width: 1130px) {
          .carousel-header .carousel .carousel-slide .text-box {
            width: 60%;
            padding: 2rem; } }
        @media (max-width: 768px) {
          .carousel-header .carousel .carousel-slide .text-box {
            width: 100%;
            top: 76px;
            padding: 2rem; } }
        .carousel-header .carousel .carousel-slide .text-box p.subtext {
          line-height: 1.3; }
        .carousel-header .carousel .carousel-slide .text-box.go {
          animation-name: fade-in-left;
          animation-duration: 1s;
          opacity: 1; }
        .carousel-header .carousel .carousel-slide .text-box p:first-child {
          padding: 0;
          margin: 0 0 1rem;
          font-weight: 600; }
        .carousel-header .carousel .carousel-slide .text-box h2 {
          font-family: "Montserrat", sans-serif;
          font-weight: 400;
          text-transform: uppercase;
          line-height: 1.1;
          color: #fff;
          padding: 0rem 0 0.5rem; }
        .carousel-header .carousel .carousel-slide .text-box .btn {
          background-color: #003DA5;
          border: none;
          font-family: "Montserrat", sans-serif;
          font-weight: 600;
          text-transform: uppercase;
          padding: 0.7rem 2rem;
          font-size: 1rem;
          margin-top: 2rem;
          color: #fff; }
          @media (max-width: 768px) {
            .carousel-header .carousel .carousel-slide .text-box .btn {
              padding: 0.5rem 1.6rem;
              font-size: 1rem;
              margin-top: 1rem; } }
      .carousel-header .carousel .carousel-slide.text-box-right .text-box {
        clip-path: url(#right-text-clip);
        padding: 2rem 2rem 2rem 10rem;
        text-align: right; }
        .carousel-header .carousel .carousel-slide.text-box-right .text-box p {
          width: 80%;
          float: right; }
          @media (max-width: 768px) {
            .carousel-header .carousel .carousel-slide.text-box-right .text-box p {
              width: 100%; } }
        @media (max-width: 1130px) {
          .carousel-header .carousel .carousel-slide.text-box-right .text-box {
            top: 54px;
            width: 80%;
            padding: 2rem 2rem 2rem 8rem; } }
        @media (max-width: 768px) {
          .carousel-header .carousel .carousel-slide.text-box-right .text-box {
            width: 90%;
            top: 76px;
            padding: 2rem 2rem 2rem 8rem; } }
        .carousel-header .carousel .carousel-slide.text-box-right .text-box.go {
          animation-name: fade-in-right;
          animation-duration: 1s;
          opacity: 1; }
      .carousel-header .carousel .carousel-slide.text-box-right .carousel-col {
        display: flex;
        justify-content: flex-end; }
      .carousel-header .carousel .carousel-slide .caption {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        text-align: right;
        background: rgba(0, 0, 0, 0.7);
        color: #ffffff;
        padding: 4px;
        z-index: 3; }
    .carousel-header .carousel .slick-dots {
      position: absolute;
      bottom: 4rem;
      left: calc((100% - 1400px) / 2);
      transform: none;
      list-style: none;
      width: 100%;
      max-width: 1400px;
      margin: 0 auto; }
      @media (max-width: 1500px) {
        .carousel-header .carousel .slick-dots {
          width: 100%;
          max-width: none;
          left: 2rem; } }
      .carousel-header .carousel .slick-dots li {
        display: block;
        float: left;
        list-style: none;
        margin-right: 2.5rem; }
        @media (max-width: 768px) {
          .carousel-header .carousel .slick-dots li {
            margin-right: 1.8rem; } }
        .carousel-header .carousel .slick-dots li button {
          background: white;
          width: 50px;
          height: 16px;
          opacity: 0.8; }
          @media (max-width: 768px) {
            .carousel-header .carousel .slick-dots li button {
              width: 40px;
              height: 14px; } }
          .carousel-header .carousel .slick-dots li button:before {
            content: none; }
          .carousel-header .carousel .slick-dots li button:hover {
            opacity: 1; }
        .carousel-header .carousel .slick-dots li.slick-active button {
          background: #003DA5; }

.whiteheadertext h2 {
  color: #fff; }

.whitetext p, .whitetext h2, .whitetext h3, .whitetext li, .whitetext strong {
  color: #fff; }

#primary-menu .menu-text {
  text-transform: uppercase;
  font-weight: 500; }

.vc_btn3-color-danger, .gform_button {
  background: #003DA5 !important;
  border: none;
  font-family: "Montserrat", sans-serif;
  font-weight: 600 !important;
  text-transform: uppercase;
  border-radius: 0 !important;
  padding: 0.7rem 2rem;
  font-size: 1rem;
  margin-top: 2rem;
  color: #fff !important; }
  @media (max-width: 768px) {
    .vc_btn3-color-danger, .gform_button {
      padding: 0.5rem 1.6rem;
      font-size: 1rem;
      margin-top: 1rem; } }

.XXXentry-content .uvc-main-heading h2 {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  display: inline-block;
  font-size: 2rem !important;
  line-height: 1; }
  .XXXentry-content .uvc-main-heading h2:after {
    content: "";
    width: 70%;
    height: 3px;
    display: block;
    background: #003DA5;
    margin: 5px auto 15px; }

.maintitle h1 {
  color: #fff;
  background: #003DA5;
  padding: 1.5rem 2rem;
  display: inline-block;
  max-width: 1480px;
  margin: 0 auto;
  float: none !important;
  margin-bottom: 40px;
  position: absolute;
  z-index: 1;
  left: calc((100% - 1480px) / 2);
  bottom: 0;
  text-transform: uppercase; }
  @media (max-width: 1500px) {
    .maintitle h1 {
      left: 0; } }
.maintitle .chevrolet h1 {
  background-color: #003DA5; }
.maintitle .cadillac h1 {
  background-color: #003DA5; }

.coverimage {
  padding-top: 40%; }
  @media (max-width: 768px) {
    .coverimage {
      padding-top: 100%; } }
  @media (max-width: 1130px) {
    .coverimage {
      padding-top: 70%; } }

.gradbg:after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.75)); }

.gradbg .maintitle {
  position: relative;
  z-index: 1; }

.gradbg .emissionNoticeWhite {
  position: relative;
  z-index: 1; }

.XXXentry-content h3 {
  font-family: "Trade Gothic Condensed";
  display: inline-block;
  text-transform: uppercase;
  font-size: 2rem !important;
  margin: 1.5rem 0 0.5rem;
  line-height: 1; }

div.new_footer_wrapper p {
  margin-bottom: 2rem; }

div.new_footer_left p {
  margin-bottom: 3rem; }

.dealer-tile .content .content-header {
  height: initial; }

.ast-header-break-point .ast-above-header-mobile-inline .above-header-2 .ast-above-header-section-1, .ast-header-break-point .ast-above-header-mobile-stack .above-header-2 .ast-above-header-section-1 {
  padding: 0; }

button {
  border-radius: 0 !important; }

.fancytable table:first-of-type {
  margin-top: 30px; }
  .fancytable table:first-of-type tr:first-of-type td {
    font-weight: 600; }
  .fancytable table:first-of-type tr td {
    width: 25%; }
    .fancytable table:first-of-type tr td span {
      line-height: 1.3;
      display: flex;
      flex-direction: column;
      align-items: center; }
      .fancytable table:first-of-type tr td span img {
        padding: 5px; }
.fancytable table:last-of-type tr:first-of-type td {
  font-weight: 600; }
.fancytable table:last-of-type tr td {
  width: 50%; }
  .fancytable table:last-of-type tr td span {
    line-height: 1.3;
    display: block; }
    .fancytable table:last-of-type tr td span img {
      display: block;
      margin: 0 auto;
      padding: 5px; }

h3 {
  font-weight: 500;
  margin-top: 1rem; }

h4 {
  font-weight: 500;
  margin-top: 1rem; }

.aio-icon-description ul {
  padding: 0;
  margin: 0 0 0 1rem; }
  .aio-icon-description ul li {
    background: transparent !important;
    margin-bottom: 1rem; }

#no-map {
  min-height: 500px;
  position: relative; }
  #no-map .box_container {
    position: absolute;
    top: 450px;
    left: 50%; }
  #no-map img {
    display: none; }

@media only screen and (max-width: 768px) {
  .centered {
    height: 50px; } }
.zero-padding .vc_column-inner {
  padding: 0 !important; }

a {
  color: #000; }

.ubtn-hover {
  display: none !important; }

.ubtn-link:hover {
  opacity: 1; }

.ubtn-link:hover button {
  background-color: #005da8 !important; }

.wpb_single_image.dimOnHover:hover {
  filter: none !important; }

.wpb_single_image .vc_single_image-wrapper:hover {
  opacity: 1 !important; }

.fixAbsoluteCO2 {
  position: absolute !important;
  width: 100%;
  bottom: 0; }

.vc_btn3.vc_btn3-color-danger.vc_btn3-style-flat:focus, .vc_btn3.vc_btn3-color-danger.vc_btn3-style-flat:hover, .vc_btn3.vc_btn3-color-danger:focus, .vc_btn3.vc_btn3-color-danger:hover {
  background-color: #003DA5; }

.vc_separator.vc_sep_color_juicy_pink .vc_sep_line,
.ast-desktop .main-header-menu.submenu-with-border .sub-menu,
.ast-desktop .main-header-menu.submenu-with-border .astra-full-megamenu-wrapper {
  border-color: #003DA5; }

#CybotCookiebotDialogBodyLevelButtonLevelOptinAllowallSelection {
  background-color: dimgray !important;
  border: 1px solid dimgray !important; }

.above-header-nav-padding-support .ast-justify-content-flex-end .ast-above-header-menu > li:last-child a {
  padding-right: 10px; }

.ast-above-header-menu span:not(:last-child) {
  color: white; }

.ast-logo-title-inline .site-logo-img {
  padding: 0; }

@media only screen and (max-width: 1500px) {
  .main-header-menu a {
    padding: 0px 0.7em; }

  .header-main-layout-1 .main-navigation {
    padding-left: 5px; }

  li.ast-masthead-custom-menu-items {
    padding: 0; } }
@media only screen and (max-width: 1400px) {
  .ast-masthead-custom-menu-items .ast-header-widget-area img {
    width: 100px; } }
@media only screen and (max-width: 1300px) {
  .main-header-menu span.menu-text {
    font-size: 0.8rem; } }
#gform_submit_button_9, #gform_submit_button_13 {
  background-color: #003DA5;
  color: white;
  font-weight: bold; }

#gform_submit_button_9:hover, #gform_submit_button_13:hover {
  background-color: #003DA5; }

.disable-co2-rgba {
  background: none !important;
  text-shadow: none !important;
  padding-left: 0 !important; }

#becomeDealerTable .vc_active .vc_tta-panel-heading {
  background-color: #003DA5; }

#becomeDealerTable .vc_active .vc_tta-panel-heading a {
  color: white; }

#cookie-law-info-again {
  box-shadow: none;
  border: 1px solid black; }

#becomeDealerTable h3 {
  font-family: 'Breakers Bold'; }

#becomeDealerTable #vorteile .wpb_text_column, #becomeDealerTable #vorteile h3 {
  padding: 10px;
  margin: 10px;
  color: white; }

#becomeDealerTable .wpb_text_column, #becomeDealerTable .wpb_single_image {
  padding-bottom: 15px; }

#becomeDealerTable #warrantyCompare tr:nth-child(even) {
  background: #c8c8c8; }

#becomeDealerTable #warrantyCompare thead {
  background-color: #003DA5;
  color: white; }

.ssb-dark-hover {
  background-color: rgba(255, 255, 255, 0.7); }

.divSlant .emissionNoticeWhite, .divSlant .emissionNoticeBlack {
  background-color: initial;
  padding: 0;
  text-shadow: none; }

.main-header-menu .current_page_item > a {
  color: white; }

.main-header-menu .menu-item:hover > .menu-link, .main-header-menu .menu-item:hover > .ast-menu-toggle, .main-header-menu .ast-masthead-custom-menu-items a:hover, .main-header-menu .menu-item.focus > .menu-link, .main-header-menu .menu-item.focus > .ast-menu-toggle, .main-header-menu .current-menu-item > .menu-link, .main-header-menu .current-menu-ancestor > .menu-link, .main-header-menu .current-menu-item > .ast-menu-toggle, .main-header-menu .current-menu-ancestor > .ast-menu-toggle {
  color: #003DA5; }

.lineLength {
  max-width: 45em;
  margin: 0px auto; }

.octGraph > .vc_general.vc_single_bar .vc_label {
  font-size: 1.1em; }

.lpg-compare {
  color: white; }

.lpgCompareContainer td {
  border: 1px solid gray; }

.lpgCompareContainer {
  background-color: #485461;
  background-image: linear-gradient(315deg, #485461 0%, #28313b 74%); }

.lpg-compare tr:nth-child(even) {
  background: rgba(255, 255, 255, 0.1); }

.lpg-compare .fas {
  padding-right: 5px; }

.lpg-compare .fa-check {
  color: green; }

.lpg-compare .fa-times {
  color: #003DA5; }

.homepageGrid {
  background-color: gray; }

.homepageGrid > .vc_column-inner {
  margin: 10px 10px;
  padding: 0 !important;
  background-color: #282828; }

.homepageGrid > .vc_column-inner .wpb_text_column {
  padding: 10px 15px; }

.headerOutline {
  text-shadow: -1px -1px 0 #000,   1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000; }

.wpb_content_element {
  margin-bottom: initial; }

.image_aspect_43 > .vc_column-inner {
  padding-top: 60% !important; }

.image_aspect_72 > .vc_column-inner {
  padding-top: 40% !important; }

.wpml-ls-sub-menu a span {
  color: black; }

.above-header-widget span {
  color: white; }

.current-menu-parentX > a > span {
  color: #003DA5; }

.dimOnHover {
  -webkit-filter: brightness(100%);
  -moz-filter: brightness(100%);
  -o-filter: brightness(100%);
  -ms-filter: brightness(100%);
  filter: brightness(100%);
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1); }

.dimOnHover:hover {
  -webkit-filter: brightness(70%);
  -moz-filter: brightness(70%);
  -o-filter: brightness(70%);
  -ms-filter: brightness(70%);
  filter: brightness(70%); }

@media (min-width: 768px) {
  .imageSlant {
    transform: skewX(-13deg);
    overflow: hidden; }

  .imageSlantLeft > .vc_column-inner {
    transform-origin: top right;
    transform: skewX(13deg); }

  .imageSlantRight > .vc_column-inner {
    transform-origin: bottom left;
    transform: skewX(13deg); }

  .divSlant {
    z-index: 2; }

  .slantBgWhite > .vc_column-inner::before {
    background-color: white; }

  .slantBgGray > .vc_column-inner {
    background-color: #000; }

  .slantBgGray > .vc_column-inner::before {
    background-color: #000; }

  .divSlant > .vc_column-inner:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-transform: skewX(-13deg);
    -ms-transform: skewX(-13deg);
    transform: skewX(-13deg);
    display: block;
    content: "";
    transform-origin: right bottom;
    z-index: -1; }

  .slantLeft > .vc_column-inner::before {
    transform-origin: right top; }

  .slantRight > .vc_column-inner::before {
    transform-origin: right bottom; } }
#cookie_action_close_header {
  padding: 10px 100px;
  margin: 10px 30px; }

#cookie-law-info-bar a:first-child {
  color: #003DA5; }

#cookie-law-info-bar a:hover {
  text-decoration: none; }

#cookie-law-info-bar
aside.widget {
  display: inline-block; }

#cookie-law-info-bar .cli_settings_button {
  padding: 5px 10px;
  border: 1px solid black;
  margin: 5px;
  color: black; }

#primary-menu {
  justify-content: flex-start; }

.headerBranding img {
  width: 150px; }

@media only screen and (min-width: 1130px) {
  .become-a-dealer-button {
    background-color: #003DA5;
    border-radius: 4px;
    font-weight: bold; }

  .become-a-dealer-button:hover {
    background-color: #d70000;
    color: #eeeeee; } }
.ssb-dark-hover {
  background-color: white; }

.ssb-dark-hover a:hover {
  color: white; }

.ssb-dark-hover a {
  color: #282828; }

/*
.leftSlant {
    transform: skewX(-13deg);
	overflow: hidden;
	margin-left:-10%;
}
.leftSlant>.vc_column-inner {transform-origin: top right;
transform: skewX(13deg);
}
.rightSlant {
    transform: skewX(-13deg);
	overflow: hidden;
}
.rightSlant>.vc_column-inner {transform-origin: bottom left;
transform: skewX(13deg);
}*/
.firstRow a {
  color: #bfbfbf;
  text-decoration: none; }

.firstRow {
  background-color: #2e3031;
  text-align: center; }

.navbar-header .aec-logo {
  max-width: 175px; }

#navbar .menu-item.mega1column > a::after, #navbar .menu-item.mega2columns > a::after, #navbar .menu-item.mega3columns > a::after, #navbar .menu-item.menu-item-has-children > a::after {
  top: 10px !important; }

nav#modeltheme-main-head {
  height: 80px;
  padding-top: 5px; }

#navbar .menu-item > a {
  padding: 10px 18px; }

.topHeader {
  background-color: #2e3031;
  display: flex;
  justify-content: flex-end;
  padding-right: 50px;
  align-items: center; }

.topHeader span {
  padding: 5px; }

.topHeader span a {
  color: white; }

.XXXentry-content {
  margin-bottom: 50px; }

footer .textwidget .legaltext p {
  font-size: 14px;
  line-height: 1em;
  text-align: left; }

footer .textwidget .legaltext a {
  text-decoration: underline; }

.current_page_item {
  background-color: #EC1C23; }

span.wpml-ls-native.icl_lang_sel_native {
  padding-right: 10px; }

div[id^="table-"] tbody tr td {
  border-color: rgba(204, 204, 204, 0.5) !important; }

div[id^="table-"] tbody tr td:before {
  font-family: FontAwesome;
  content: "\f00c\00a0";
  color: #003DA5; }

div[id^="table-"] tbody tr:nth-child(2n) {
  background-color: rgba(200, 200, 200, 0.15); }

div[id^="table-"] table:nth-child(even) {
  margin-top: -10px; }

.cali {
  z-index: 70 !important; }

@media screen and (max-width: 600px) {
  .cali {
    padding-bottom: 40px !important; } }
div#compare {
  display: none; }

.emissionNoticeWhite {
  background-color: rgba(0, 0, 0, 0.3);
  color: #ffffff;
  line-height: 1.2;
  padding: 5px;
  font-family: 'Montserrat';
  font-size: 0.95rem; }

.emissionNoticeBlack {
  color: black;
  line-height: 1;
  padding-bottom: 10px;
  font-family: 'Montserrat';
  font-size: 0.95rem; }

.emissionNoticeBottom > .vc_column-inner {
  justify-content: flex-end !important;
  padding-left: 0px;
  padding-right: 0px; }

.emissionFixedLabel {
  position: fixed;
  bottom: 0px;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 80;
  left: 0px;
  padding: 0px 20px;
  color: black;
  font-size: 0.7em;
  line-height: 1.5;
  margin-bottom: 0;
  font-weight: bold; }

.whiteCO2 {
  color: white;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.9rem;
  line-height: 1.42857; }

.emissionCenter {
  text-align: center; }

.emissionBlack {
  color: black;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.9rem;
  line-height: 1.42857; }

.headerBranding:hover {
  filter: drop-shadow(0px 0px 8px rgba(255, 255, 255, 0.7)); }

@media screen and (min-width: 1300px) {
  .ram2020 #pejtlevo, .ram2020 #pejtdesno {
    display: none; }

  .ram2020 > div {
    padding: 0 46px; } }
#gallery.vc_tta-panel {
  display: none; }

.backgroundRight .vc_column-inner {
  background-position: right !important; }

.vignette {
  -webkit-filter: brightness(100%);
  -moz-filter: brightness(100%);
  -o-filter: brightness(100%);
  -ms-filter: brightness(100%);
  filter: brightness(100%);
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1); }

.vignette:hover {
  -webkit-filter: brightness(70%);
  -moz-filter: brightness(70%);
  -o-filter: brightness(70%);
  -ms-filter: brightness(70%);
  filter: brightness(70%); }

.XXXram2019white h2 {
  text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000; }

.vc_row > a {
  text-decoration: none; }

.ram2021 h2 {
  font-family: "Trade Gothic Condensed" !important;
  line-height: 1;
  text-transform: uppercase;
  font-size: 2rem;
  font-weight: 700;
  color: black; }

.ram2021 h1 {
  font-family: "Trade Gothic Condensed" !important;
  line-height: 1;
  text-transform: uppercase;
  font-size: 2.5rem;
  font-weight: 700;
  color: black; }

.ram2021 span, .ram2021 p, .ram2021 li {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.95rem;
  line-height: 1.42857;
  color: #000;
  color: black; }

.ram2021white h2 {
  font-family: "Trade Gothic Condensed" !important;
  line-height: 1;
  text-transform: uppercase;
  font-size: 2rem;
  font-weight: 700;
  color: white; }

.ram2021white h1 {
  font-family: "Trade Gothic Condensed" !important;
  line-height: 1;
  text-transform: uppercase;
  font-size: 2.5rem;
  font-weight: 700;
  color: white; }

.ram2021white span, .ram2021white p, .ram2021white li {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.95rem;
  line-height: 1.42857;
  color: white; }

@media screen and (max-width: 480px) {
  .ram2020title.ram2021white {
    padding-left: 0 !important; }

  .ram2021white h2 {
    width: 100%;
    font-size: 1.5rem; }

  #main .custom-new-header h1 {
    font-size: 17px !important;
    line-height: 20px !important;
    margin-bottom: 10px !important; }

  #main .red-title {
    padding-left: 0px !important;
    margin-top: 10px !important; }

  #main .red-title a {
    font-size: 12px !important;
    line-height: 15px !important; }

  #main article .padd-left-1 {
    margin-bottom: 120px !important; }

  #main .padd-left-2 {
    margin-bottom: 100px !important; }

  .custom-new-header .ram2019 {
    padding-bottom: 0px !important; }

  .custom-new-header .vc_custom_1612175653853 {
    min-height: 400px !important; }

  .custom-new-header {
    min-height: 400px !important; }

  .consum-notice .vc_column_container > .vc_column-inner {
    padding-left: 0px !important;
    padding-right: 0px !important; } }
.custom-new-header .ram2019 {
  padding-bottom: 50px; }

.custom-new-header h1 {
  font-size: 44px;
  line-height: 50px;
  letter-spacing: 0.8px !important;
  font-weight: lighter !important;
  font-family: "Montserrat", sans-serif !important;
  margin-top: 20px;
  margin-bottom: 40px !important; }

.custom-new-header p a {
  font-size: 18px !important;
  font-weight: 700 !important;
  letter-spacing: 0.9px !important;
  line-height: 22px !important;
  text-transform: uppercase;
  color: #003DA5;
  font-family: "Montserrat", sans-serif !important; }

.red-title a {
  color: #000 !important; }

.red-title a strong {
  color: #003DA5 !important; }

.red-title {
  padding-left: 40%;
  margin-top: 10%; }

.custom-new-header .vc_custom_1612171891917 {
  background-position: right !important; }

.hidden-thing {
  display: none !important; }

@media only screen and (max-width: 1360px) {
  .custom-new-header .vc_custom_1612171891917 {
    background-image: url("https://aeceurope.com/wp-content/uploads/AEC_header_1220x550@2x-min.png") !important; }

  .red-title {
    padding-left: 60% !important; } }
@media only screen and (min-width: 2560px) {
  .custom-new-header .vc_custom_1612171891917 {
    background-image: url("https://aeceurope.com/wp-content/uploads/AEC_header_3440x550@2x-min1.png") !important; }

  .red-title {
    padding-left: 0% !important;
    margin-top: 20px !important; } }
/*img of menu*/
a.headerBranding img {
  width: 100px;
  height: auto;
  margin: 0 10px; }

/*footer*/
div.wp-block-column {
  display: flex;
  justify-content: space-between;
  margin-left: 10px; }

div.wp-block-column ul {
  text-align: left;
  margin-left: auto;
  margin-right: 10px; }

/*terms*/
table.table_terms {
  border: none; }

table.table_terms tr {
  border: none; }

table.table_terms th {
  border: none; }

table.table_terms td {
  border: none; }

table.table_terms th.terms_title {
  font-weight: bold;
  font-size: 120%; }

table.table_terms td.terms_title {
  font-weight: bold;
  font-size: 120%; }

.terms_table_center {
  margin: auto; }

/*News*/
div.post-thumb-img-content, div.post-thumb {
  text-align: center; }

div.ast-single-post-order {
  text-align: center; }

.news_display_none {
  display: none; }

.post_center {
  margin: auto; }

/*WLTP Values*/
table.wltp_table {
  border: #000 1px solid; }

table.wltp_table caption {
  font-weight: 600;
  text-align: right; }

table.wltp_table tr.tbl_top {
  border: #000 1px solid; }

table.wltp_table th.tbl_top {
  border-top: #000 1px solid;
  border-right: #000 1px solid; }

table.wltp_table td.tbl_top {
  border-top: #000 1px solid; }

table.wltp_table th.border-right {
  border-right: #000 1px solid; }

table.wltp_table th.border-top {
  border-top: #000 1px solid; }

table.wltp_table td {
  border-right: #000 1px solid; }

table.wltp_table td:last-child {
  border-right: none; }

table.wltp_table th.tbl_width1 {
  width: 5%; }

table.wltp_table th.tbl_width2 {
  width: 15%; }

table.wltp_table th.tbl_width3 {
  width: 15%; }

table.wltp_table th.tbl_width4 {
  width: 35%; }

table.wltp_table th.tbl_width5 {
  width: 15%; }

table.wltp_table th.tbl_width6 {
  width: 5%; }

table.wltp_table th.tbl_width7 {
  width: 10%; }

.not_tested {
  text-align: center; }

@media screen and (max-width: 480px) {
  div.tbl_wrapoer {
    overflow-x: scroll;
    transform: rotateX(180deg); }

  div.tbl_content {
    transform: rotateX(180deg); }

  table.wltp_table td:last-child {
    border-right: none; }

  table.wltp_table th.tbl_top {
    vertical-align: top; }

  table.wltp_table {
    width: 960px; }

  table.wltp_table th.tbl_width1 {
    width: 5%; }

  table.wltp_table th.tbl_width2 {
    width: 15%; }

  table.wltp_table th.tbl_width3 {
    width: 15%; }

  table.wltp_table th.tbl_width4 {
    width: 35%; }

  table.wltp_table th.tbl_width5 {
    width: 15%; }

  table.wltp_table th.tbl_width6 {
    width: 5%; }

  table.wltp_table th.tbl_width7 {
    width: 10%; }

  span.tbl_ws {
    white-space: nowrap; } }
/* MENU*/
span.menu-toggle-icon {
  color: #706F70; }

/* About Gallery */
.about-gallery .vc_pageable-slide-wrapper .vc_grid-item .vc_grid-item-mini {
  border-top: 0px; }

@media (min-width: 768px) {
  .about-gallery .vc_pageable-slide-wrapper .vc_grid-item .vc_grid-item-mini .vc_gitem-animated-block .vc_gitem-zone {
    height: 25vw; } }
/* News */
.vc_pageable-slide-wrapper .vc_gitem_row .vc_gitem-col {
  padding: 20px; }

.vc_pageable-slide-wrapper .vc_grid-item .vc_grid-item-mini h4 {
  font-size: 20px;
  margin: 0 0 20px 0 !important;
  font-weight: normal; }

.vc_pageable-slide-wrapper .vc_grid-item .vc_grid-item-mini p {
  text-align: left !important; }

.vc_pageable-slide-wrapper .vc_grid-item .vc_grid-item-mini .vc_gitem-animated-block .vc_gitem-zone {
  height: 200px; }

.vc_pageable-slide-wrapper .vc_grid-item .vc_grid-item-mini .vc_gitem-post-data-source-post_date {
  font-weight: bold; }

.vc_pageable-slide-wrapper .vc_grid-item .vc_grid-item-mini .vc_btn3-right {
  text-align: left;
  margin-bottom: 0; }

.vc_pageable-slide-wrapper .vc_grid-item .vc_grid-item-mini .vc_btn3-right .vc_general {
  display: inline-block;
  align-items: center;
  vertical-align: initial;
  padding: 6px !important;
  width: 170px;
  height: 29px !important;
  background: #003DA5;
  box-shadow: inset 0px 0px 3px #ed1c24, inset 0px -1px 3px #ed1c24;
  border: 0px solid #003DA5;
  color: white;
  font-size: 14px !important;
  border-radius: 2px; }

.vc_pageable-slide-wrapper .vc_grid-item .vc_custom_1419328565352 {
  background-color: #fafafa !important; }

/* Press */
@media (min-width: 768px) {
  .press-grid .vc_pageable-slide-wrapper.vc_clearfix {
    display: flex;
    flex-wrap: wrap;
    margin: auto !important;
    max-width: 1120px; }
    .press-grid .vc_pageable-slide-wrapper.vc_clearfix .vc_grid-item {
      display: flex !important;
      flex-wrap: wrap;
      flex: 0 1 100%;
      min-height: unset;
      flex-grow: 1; }
      .press-grid .vc_pageable-slide-wrapper.vc_clearfix .vc_grid-item .vc_grid-item-mini {
        display: flex;
        flex-wrap: wrap;
        flex-grow: 1;
        flex-direction: row;
        height: 100%;
        margin-bottom: 20px; }
        .press-grid .vc_pageable-slide-wrapper.vc_clearfix .vc_grid-item .vc_grid-item-mini h4 {
          font-size: 25px;
          font-weight: bold;
          margin-bottom: 20px !important;
          text-transform: none; }
        .press-grid .vc_pageable-slide-wrapper.vc_clearfix .vc_grid-item .vc_grid-item-mini .vc_gitem-animated-block {
          flex: 0 1 33.3333%;
          width: 33.3333%; }
        .press-grid .vc_pageable-slide-wrapper.vc_clearfix .vc_grid-item .vc_grid-item-mini .vc_gitem-zone.vc_custom_1419328565352 {
          flex-grow: 1;
          flex: 0 1 66.6666%;
          width: 66.6666%;
          background-color: transparent !important; }
          .press-grid .vc_pageable-slide-wrapper.vc_clearfix .vc_grid-item .vc_grid-item-mini .vc_gitem-zone.vc_custom_1419328565352 .vc_gitem-zone-mini .vc_gitem-col, .press-grid .vc_pageable-slide-wrapper.vc_clearfix .vc_grid-item .vc_grid-item-mini .vc_gitem-zone.vc_custom_1419328565352 .vc_gitem_row .vc_gitem-col {
            padding: 0 30px; }
            .press-grid .vc_pageable-slide-wrapper.vc_clearfix .vc_grid-item .vc_grid-item-mini .vc_gitem-zone.vc_custom_1419328565352 .vc_gitem-zone-mini .vc_gitem-col .vc_gitem-post-data, .press-grid .vc_pageable-slide-wrapper.vc_clearfix .vc_grid-item .vc_grid-item-mini .vc_gitem-zone.vc_custom_1419328565352 .vc_gitem_row .vc_gitem-col .vc_gitem-post-data {
              width: 100%;
              margin-bottom: 0;
              font-weight: normal; }
            .press-grid .vc_pageable-slide-wrapper.vc_clearfix .vc_grid-item .vc_grid-item-mini .vc_gitem-zone.vc_custom_1419328565352 .vc_gitem-zone-mini .vc_gitem-col .vc_gitem-post-data-source-post_date, .press-grid .vc_pageable-slide-wrapper.vc_clearfix .vc_grid-item .vc_grid-item-mini .vc_gitem-zone.vc_custom_1419328565352 .vc_gitem_row .vc_gitem-col .vc_gitem-post-data-source-post_date {
              font-size: 14px;
              margin-bottom: 15px !important;
              opacity: 0.75; }
              .press-grid .vc_pageable-slide-wrapper.vc_clearfix .vc_grid-item .vc_grid-item-mini .vc_gitem-zone.vc_custom_1419328565352 .vc_gitem-zone-mini .vc_gitem-col .vc_gitem-post-data-source-post_date p, .press-grid .vc_pageable-slide-wrapper.vc_clearfix .vc_grid-item .vc_grid-item-mini .vc_gitem-zone.vc_custom_1419328565352 .vc_gitem_row .vc_gitem-col .vc_gitem-post-data-source-post_date p {
                margin-bottom: 5px; }
            .press-grid .vc_pageable-slide-wrapper.vc_clearfix .vc_grid-item .vc_grid-item-mini .vc_gitem-zone.vc_custom_1419328565352 .vc_gitem-zone-mini .vc_gitem-col .vc_gitem-post-data-source-post_excerpt, .press-grid .vc_pageable-slide-wrapper.vc_clearfix .vc_grid-item .vc_grid-item-mini .vc_gitem-zone.vc_custom_1419328565352 .vc_gitem_row .vc_gitem-col .vc_gitem-post-data-source-post_excerpt {
              margin-bottom: 30px; }
              .press-grid .vc_pageable-slide-wrapper.vc_clearfix .vc_grid-item .vc_grid-item-mini .vc_gitem-zone.vc_custom_1419328565352 .vc_gitem-zone-mini .vc_gitem-col .vc_gitem-post-data-source-post_excerpt p, .press-grid .vc_pageable-slide-wrapper.vc_clearfix .vc_grid-item .vc_grid-item-mini .vc_gitem-zone.vc_custom_1419328565352 .vc_gitem_row .vc_gitem-col .vc_gitem-post-data-source-post_excerpt p {
                margin: 0; }
            .press-grid .vc_pageable-slide-wrapper.vc_clearfix .vc_grid-item .vc_grid-item-mini .vc_gitem-zone.vc_custom_1419328565352 .vc_gitem-zone-mini .vc_gitem-col .vc_btn3-container.vc_btn3-right, .press-grid .vc_pageable-slide-wrapper.vc_clearfix .vc_grid-item .vc_grid-item-mini .vc_gitem-zone.vc_custom_1419328565352 .vc_gitem_row .vc_gitem-col .vc_btn3-container.vc_btn3-right {
              margin-top: auto;
              display: none; } }
/*co2*/
.emissionNoticeWhite a {
  color: #fff; }

.emissionNoticeWhite a:hover {
  color: #fff;
  opacity: 0.75; }

.emissionNoticeBlack a {
  color: #000; }

/*NEW*/
.slick-prev {
  left: 10px !important; }

.slick-next {
  right: 10px !important; }

.ult-item-wrap {
  margin: 0px !important; }

.ram_main_cal {
  text-align: center; }

.ram_main_cal a {
  color: #000; }

.ram_main_cal a:hover {
  color: #003DA5 !important; }

/*MV textbox*/
video {
  position: relative;
  width: 100%; }

.top_page_mv_textbox {
  position: absolute;
  top: 60%;
  left: 1%;
  padding: 2%;
  color: #fff;
  background: rgba(0, 0, 0, 0.5); }

.top_page_mv_textbox_top_left {
  position: absolute;
  top: 2%;
  left: 1%;
  padding: 2%;
  color: #fff;
  background: rgba(0, 0, 0, 0.5); }

.top_page_mv_textbox_bottom_left {
  position: absolute;
  bottom: 2%;
  left: 1%;
  padding: 2%;
  color: #fff;
  background: rgba(0, 0, 0, 0.5); }

.top_page_mv_textbox_middle_left {
  position: absolute;
  top: 30%;
  left: 1%;
  padding: 2%;
  color: #fff;
  background: rgba(0, 0, 0, 0.5); }

.top_page_mv_textbox_bottom_right {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 2%;
  color: #fff;
  background: rgba(0, 0, 0, 0.5); }

.top_page_mv_textbox_top_right {
  position: absolute;
  top: 2%;
  right: 1%;
  padding: 2%;
  color: #fff;
  background: rgba(0, 0, 0, 0.5); }

.top_page_calousel h2 {
  color: #fff; }

.top_page_mv_textbox_sp {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  padding: 1% 0 0 1%; }

.top_page_mv_textbox_sp h2 {
  color: #fff;
  font-size: medium;
  margin-bottom: 0; }

.top_page_mv_textbox_sp p {
  color: #fff;
  font-size: small;
  margin-bottom: 1%; }

/*co2 fixed comment*/
p.emissionFixedLabel {
  display: none; }

/*RAM MENU*/
li.menu-item.disabled,
li.menu-item.disabled a {
  pointer-events: none;
  cursor: default; }

li.menu-item-30794 ul.sub-menu {
  position: relative; }

li.menu-item-30794 ul.sub-menu {
  position: absolute;
  width: 400px; }

li.menu-item-30794 ul.sub-menu li img {
  width: 150px;
  height: auto; }

/* Chevrolet and Cadillac Menu */
li.menu-item-37233 ul.sub-menu,
li.menu-item-44766 ul.sub-menu,
li.menu-item-44923 ul.sub-menu,
li.menu-item-45611 ul.sub-menu,
li.menu-item-45597 ul.sub-menu {
  position: relative; }

li.menu-item-37233 ul.sub-menu,
li.menu-item-44766 ul.sub-menu,
li.menu-item-44923 ul.sub-menu,
li.menu-item-45611 ul.sub-menu,
li.menu-item-45597 ul.sub-menu {
  position: absolute;
  width: 400px; }

li.menu-item-37233 ul.sub-menu li img,
li.menu-item-44766 ul.sub-menu li img,
li.menu-item-44923 ul.sub-menu li img,
li.menu-item-45611 ul.sub-menu li img,
li.menu-item-45597 ul.sub-menu li img  {
  width: 150px;
  height: auto;
  padding-left: 20px;
  padding-right: 20px; }


li.menu-item-37233 a .sub-arrow:after {
  color:white; }


li.menu-item-37233 a:hover .sub-arrow:after {
  color:white; }

/*404 page*/
div.error_404_page {
  margin-top: 0; }

div.error_message {
  margin: 3% 2%;
  text-align: center;
  padding: 3%;
  border-radius: 15px; }

div.error_message h2 {
  padding: 1% 3%;
  color: #fff; }

div.error_message p {
  padding: 1% 3%;
  font-size: 1.5em;
  color: #fff; }

div.thisway {
  display: flex;
  justify-content: center;
  width: 100%;
  flex-wrap: wrap;
  margin-top: -80px; }

div.thisway div {
  background: rgba(240, 240, 240, 0.1);
  margin: 2%;
  text-align: center;
  flex-basis: 20%;
  padding: 3%;
  border-radius: 15px; }

div.thisway div img {
  max-width: 300px; }

div.thisway div img:hover {
  opacity: 0.7;
  transition: 0.5s; }

div.thisway div p a {
  text-decoration: none;
  color: #fff; }

div.thisway div p a:hover {
  text-decoration: none;
  color: #003DA5;
  transition: 0.5s; }

div.thisway div p a {
  font-size: 1.3em; }

.error404 #content {
  background-image: url(https://aeceurope.com/wp-content/uploads/2022/07/jakob-rosen-JggDJV6tVEk-unsplash1.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%; }

/*NEW FOOTER*/
.ast-small-footer-wrap {
  text-align: left; }

div.new_footer_wrapper {
  display: flex;
  justify-content: space-between; }

div.new_footer_logo {
  flex: 0 1 150px;
  margin-right: 30px; }

div.new_footer_links {
  padding: 20px 0; }

div.new_footer_top,
div.new_footer_middle,
div.new_footer_bottom {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 20px;
  line-height: 1; }
  div.new_footer_top:last-child,
  div.new_footer_middle:last-child,
  div.new_footer_bottom:last-child {
    margin-bottom: 0; }
  div.new_footer_top a,
  div.new_footer_middle a,
  div.new_footer_bottom a {
    margin: 0 10px 0 0;
    padding: 0 10px 0 0;
    border-right: 1px solid white;
    line-height: 1;
    color: white; }
    div.new_footer_top a:last-child,
    div.new_footer_middle a:last-child,
    div.new_footer_bottom a:last-child {
      border-right: 0;
      margin-right: 0;
      padding-right: 0; }

div.new_footer_middle {
  margin-bottom: 40px; }

div.new_footer_bottom {
  font-size: 14px;
  opacity: 0.75; }

@media screen and (max-width: 480px) {
  div.new_footer_wrapper {
    display: block; }

  div.new_footer_links {
    padding: 0; }

  .ast-small-footer-wrap {
    text-align: center; }

  div.new_footer_logo {
    margin: 0 0 30px 0; }

  div.new_footer_top,
  div.new_footer_middle,
  div.new_footer_bottom {
    display: block;
    line-height: 1.1;
    margin-bottom: 30px; }
    div.new_footer_top a,
    div.new_footer_middle a,
    div.new_footer_bottom a {
      display: block;
      border-right: 0;
      margin: 0 0 10px;
      padding: 0 0 0 0; } }
.current-menu-item {
  background-color: #fff; }

div.main-header-bar-navigation button.ast-menu-toggle {
  color: #706F70 !important; }

.co2notice_slide {
  position: absolute;
  bottom: 0;
  z-index: 2; }

/*ram trx*/
div.ram_trx_textbox {
  position: absolute;
  bottom: 100%;
  left: 1%;
  padding: 2%;
  color: #fff;
  background: rgba(255, 255, 255, 0.8);
  width: 30%; }

div.ram_trx_textbox h2 {
  color: #000; }

div.ram_trx_textbox p {
  color: #000; }

@media screen and (max-width: 480px) {
  div.ram_trx_textbox {
    display: none; } }
@media screen and (min-width: 480px) {
  div.ram_trx_textbox_sp {
    display: none; } }
/* Wholesale styling amends, supplied by AEC on June 20, 2023 */
#menu-item-37233 .sub-menu,
#menu-item-37235 .sub-menu,
#menu-item-37236 .sub-menu,
#menu-item-45611 .sub-menu,
#menu-item-45597 .sub-menu,
#menu-item-45600 .sub-menu,
#menu-item-45601 .sub-menu {
  border-color: #003DA5; }
  #menu-item-37233 .sub-menu span:hover,
  #menu-item-37235 .sub-menu span:hover,
  #menu-item-37236 .sub-menu span:hover,
#menu-item-45611 .sub-menu span:hover,
#menu-item-45597 .sub-menu span:hover,
#menu-item-45600 .sub-menu span:hover,
#menu-item-45601 .sub-menu span:hover {
    color: #003DA5; }
#menu-item-37233:hover .sub-arrow:after,
#menu-item-37235:hover .sub-arrow:after,
#menu-item-37236:hover .sub-arrow:after,
#menu-item-45611:hover .sub-arrow:after,
#menu-item-45597:hover .sub-arrow:after,
#menu-item-45600:hover .sub-arrow:after,
#menu-item-45601:hover .sub-arrow:after {
  color: #003DA5; }

#menu-item-44766 .sub-menu,
#menu-item-44769 .sub-menu,
#menu-item-44772 .sub-menu {
  border-color: #003DA5; }
  #menu-item-44766 .sub-menu span:hover,
  #menu-item-44769 .sub-menu span:hover,
  #menu-item-44772 .sub-menu span:hover {
    color: #003DA5; }
#menu-item-44766:hover .sub-arrow:after,
#menu-item-44769:hover .sub-arrow:after,
#menu-item-44772:hover .sub-arrow:after {
  color: #003DA5; }

.page-template-page-chevrolet-product .main-header-menu .menu-item:hover > .menu-link,
.page-template-carousel-banner .main-header-menu .menu-item:hover > .menu-link {
  color: #003DA5 !important;
  opacity: 0.75; }
.page-template-page-chevrolet-product .menu-item-has-children .sub-menu,
.page-template-carousel-banner .menu-item-has-children .sub-menu {
  border-color: #003DA5 !important; }
  .page-template-page-chevrolet-product .menu-item-has-children .sub-menu span:hover,
  .page-template-carousel-banner .menu-item-has-children .sub-menu span:hover {
    color: #003DA5; }
.page-template-page-chevrolet-product .menu-item-has-children:hover .sub-arrow:after,
.page-template-carousel-banner .menu-item-has-children:hover .sub-arrow:after {
  color: #003DA5; }
.page-template-page-chevrolet-product .maintitle h1,
.page-template-carousel-banner .maintitle h1 {
  background-color: #003DA5; }
.page-template-page-chevrolet-product li.vc_tta-tab.vc_active,
.page-template-carousel-banner li.vc_tta-tab.vc_active {
  border-bottom: 3px solid #003DA5; }
.page-template-page-chevrolet-product.wpb-js-composer .vc_tta-tabs:not([class*=vc_tta-gap]):not(.vc_tta-o-no-fill).vc_tta-tabs-position-top .vc_tta-tab.vc_active > a > span::after,
.page-template-carousel-banner.wpb-js-composer .vc_tta-tabs:not([class*=vc_tta-gap]):not(.vc_tta-o-no-fill).vc_tta-tabs-position-top .vc_tta-tab.vc_active > a > span::after {
  border-bottom-color: #003DA5; }
.page-template-page-chevrolet-product .vc_separator.vc_sep_color_juicy_pink .vc_sep_line, .page-template-page-chevrolet-product .ast-desktop .main-header-menu.submenu-with-border .sub-menu, .page-template-page-chevrolet-product .ast-desktop .main-header-menu.submenu-with-border .astra-full-megamenu-wrapper,
.page-template-carousel-banner .vc_separator.vc_sep_color_juicy_pink .vc_sep_line,
.page-template-carousel-banner .ast-desktop .main-header-menu.submenu-with-border .sub-menu,
.page-template-carousel-banner .ast-desktop .main-header-menu.submenu-with-border .astra-full-megamenu-wrapper {
  border-color: #003DA5; }
.page-template-page-chevrolet-product .ubtn-link:hover button,
.page-template-carousel-banner .ubtn-link:hover button {
  background-color: #005da8 !important; }

.page-template-page-cadillac-product .main-header-menu .menu-item:hover > .menu-link,
.page-template-page-gmc-product .main-header-menu .menu-item:hover > .menu-link {
  color: #003DA5 !important;
  opacity: 0.75; }
.page-template-page-cadillac-product .main-header-menu .menu-item:hover > .menu-link, .page-template-page-cadillac-product .main-header-menu .menu-item:hover > .ast-menu-toggle, .page-template-page-cadillac-product .main-header-menu .ast-masthead-custom-menu-items a:hover, .page-template-page-cadillac-product .main-header-menu .menu-item.focus > .menu-link, .page-template-page-cadillac-product .main-header-menu .menu-item.focus > .ast-menu-toggle, .page-template-page-cadillac-product .main-header-menu .current-menu-item > .menu-link, .page-template-page-cadillac-product .main-header-menu .current-menu-ancestor > .menu-link, .page-template-page-cadillac-product .main-header-menu .current-menu-item > .ast-menu-toggle, .page-template-page-cadillac-product .main-header-menu .current-menu-ancestor > .ast-menu-toggle,
.page-template-page-gmc-product .main-header-menu .menu-item:hover > .menu-link,
.page-template-page-gmc-product .main-header-menu .menu-item:hover > .ast-menu-toggle,
.page-template-page-gmc-product .main-header-menu .ast-masthead-custom-menu-items a:hover,
.page-template-page-gmc-product .main-header-menu .menu-item.focus > .menu-link,
.page-template-page-gmc-product .main-header-menu .menu-item.focus > .ast-menu-toggle,
.page-template-page-gmc-product .main-header-menu .current-menu-item > .menu-link,
.page-template-page-gmc-product .main-header-menu .current-menu-ancestor > .menu-link,
.page-template-page-gmc-product .main-header-menu .current-menu-item > .ast-menu-toggle,
.page-template-page-gmc-product .main-header-menu .current-menu-ancestor > .ast-menu-toggle {
  color: #003DA5; }
.page-template-page-cadillac-product .menu-item-has-children .sub-menu,
.page-template-page-gmc-product .menu-item-has-children .sub-menu {
  border-color: #003DA5 !important; }
  .page-template-page-cadillac-product .menu-item-has-children .sub-menu span:hover,
  .page-template-page-gmc-product .menu-item-has-children .sub-menu span:hover {
    color: #003DA5; }
.page-template-page-cadillac-product .menu-item-has-children:hover .sub-arrow:after,
.page-template-page-gmc-product .menu-item-has-children:hover .sub-arrow:after {
  color: #003DA5; }
.page-template-page-cadillac-product .maintitle h1,
.page-template-page-gmc-product .maintitle h1 {
  background-color: #003DA5; }
.page-template-page-cadillac-product li.vc_tta-tab.vc_active,
.page-template-page-gmc-product li.vc_tta-tab.vc_active {
  border-bottom: 3px solid #003DA5; }
.page-template-page-cadillac-product.wpb-js-composer .vc_tta-tabs:not([class*=vc_tta-gap]):not(.vc_tta-o-no-fill).vc_tta-tabs-position-top .vc_tta-tab.vc_active > a > span::after,
.page-template-page-gmc-product.wpb-js-composer .vc_tta-tabs:not([class*=vc_tta-gap]):not(.vc_tta-o-no-fill).vc_tta-tabs-position-top .vc_tta-tab.vc_active > a > span::after {
  border-bottom-color: #003DA5; }
.page-template-page-cadillac-product .vc_separator.vc_sep_color_juicy_pink .vc_sep_line, .page-template-page-cadillac-product .ast-desktop .main-header-menu.submenu-with-border .sub-menu, .page-template-page-cadillac-product .ast-desktop .main-header-menu.submenu-with-border .astra-full-megamenu-wrapper,
.page-template-page-gmc-product .vc_separator.vc_sep_color_juicy_pink .vc_sep_line,
.page-template-page-gmc-product .ast-desktop .main-header-menu.submenu-with-border .sub-menu,
.page-template-page-gmc-product .ast-desktop .main-header-menu.submenu-with-border .astra-full-megamenu-wrapper {
  border-color: #003DA5; }
.page-template-page-cadillac-product .ubtn-link:hover button,
.page-template-page-gmc-product .ubtn-link:hover button {
  background-color: #005da8 !important; }

.chevrolet-hotsheets .vc_btn3.vc_btn3-color-danger, .chevrolet-hotsheets .vc_btn3.vc_btn3-color-danger.vc_btn3-style-flat {
  background-color: #003DA5 !important; }

.cadillac-hotsheets .vc_btn3.vc_btn3-color-danger, .cadillac-hotsheets .vc_btn3.vc_btn3-color-danger.vc_btn3-style-flat {
  background-color: #003DA5 !important; }

/* custom 2024 */
::selection {
  background: #D9D9D9;
  color: black; }

#dealership-list {
  list-style: none;
  margin: 0; }
  #dealership-list li {
    padding: 1rem;
    margin: 0 0 0.5rem;
    background: #efefef;
    border-radius: 4px;
    cursor: pointer; }
    #dealership-list li:hover {
      background: #eaeaea; }
    #dealership-list li.selected {
      padding: 1rem;
      margin: 0 0 0.5rem;
      background: #efefef;
      border-radius: 4px;
      cursor: pointer;
      background: #003DA5;
      color: #fff; }
      #dealership-list li.selected span {
        color: #fff; }
    #dealership-list li span {
      color: #003DA5;
      font-weight: 800; }

.gform_wrapper.gravity-theme.silverado-survey_wrapper .gform_validation_errors h2 {
  text-transform: none !important; }
.gform_wrapper.gravity-theme.silverado-survey_wrapper .gf_page_steps {
  border: none;
  display: flex;
  align-items: center;
  justify-content: center; }
.gform_wrapper.gravity-theme.silverado-survey_wrapper .gf_step_label {
  padding: 0; }
.gform_wrapper.gravity-theme.silverado-survey_wrapper .gf_step {
  margin: 2rem; }
.gform_wrapper.gravity-theme.silverado-survey_wrapper .gf_step_number {
  font-weight: bold;
  margin: 0rem; }
.gform_wrapper.gravity-theme.silverado-survey_wrapper .gf_step_active .gf_step_number {
  background: #003DA5;
  border-color: #003DA5;
  color: white; }
.gform_wrapper.gravity-theme.silverado-survey_wrapper .gf_step_completed .gf_step_number:before {
  background: #003DA5;
  border-color: #003DA5; }
.gform_wrapper.gravity-theme.silverado-survey_wrapper .gsurvey-rank.ui-sortable {
  margin: 0;
  width: 100% !important; }
  .gform_wrapper.gravity-theme.silverado-survey_wrapper .gsurvey-rank.ui-sortable .gsurvey-rank-choice {
    background-color: white;
    padding: 1rem 1rem 1rem 3rem !important;
    display: block;
    cursor: pointer;
    width: 100%;
    max-width: none !important;
    border: 1px solid white;
    margin-bottom: 4px;
    width: 100%;
    background-position: 10px; }
.gform_wrapper.gravity-theme.silverado-survey_wrapper .ginput_container_likert table.gsurvey-likert, .gform_wrapper.gravity-theme.silverado-survey_wrapper .ginput_container_likert th, .gform_wrapper.gravity-theme.silverado-survey_wrapper .ginput_container_likert tr, .gform_wrapper.gravity-theme.silverado-survey_wrapper .ginput_container_likert td {
  background-color: white !important; }
  .gform_wrapper.gravity-theme.silverado-survey_wrapper .ginput_container_likert table.gsurvey-likert .gsurvey-likert-row-label, .gform_wrapper.gravity-theme.silverado-survey_wrapper .ginput_container_likert th .gsurvey-likert-row-label, .gform_wrapper.gravity-theme.silverado-survey_wrapper .ginput_container_likert tr .gsurvey-likert-row-label, .gform_wrapper.gravity-theme.silverado-survey_wrapper .ginput_container_likert td .gsurvey-likert-row-label {
    padding: 0.5rem !important;
    font-size: 0.8rem; }
  .gform_wrapper.gravity-theme.silverado-survey_wrapper .ginput_container_likert table.gsurvey-likert input, .gform_wrapper.gravity-theme.silverado-survey_wrapper .ginput_container_likert th input, .gform_wrapper.gravity-theme.silverado-survey_wrapper .ginput_container_likert tr input, .gform_wrapper.gravity-theme.silverado-survey_wrapper .ginput_container_likert td input {
    cursor: pointer; }
  .gform_wrapper.gravity-theme.silverado-survey_wrapper .ginput_container_likert table.gsurvey-likert .gsurvey-likert-choice, .gform_wrapper.gravity-theme.silverado-survey_wrapper .ginput_container_likert th .gsurvey-likert-choice, .gform_wrapper.gravity-theme.silverado-survey_wrapper .ginput_container_likert tr .gsurvey-likert-choice, .gform_wrapper.gravity-theme.silverado-survey_wrapper .ginput_container_likert td .gsurvey-likert-choice {
    cursor: pointer; }
  .gform_wrapper.gravity-theme.silverado-survey_wrapper .ginput_container_likert table.gsurvey-likert .gsurvey-likert-selected, .gform_wrapper.gravity-theme.silverado-survey_wrapper .ginput_container_likert th .gsurvey-likert-selected, .gform_wrapper.gravity-theme.silverado-survey_wrapper .ginput_container_likert tr .gsurvey-likert-selected, .gform_wrapper.gravity-theme.silverado-survey_wrapper .ginput_container_likert td .gsurvey-likert-selected {
    background-color: #003DA5 !important; }
  .gform_wrapper.gravity-theme.silverado-survey_wrapper .ginput_container_likert table.gsurvey-likert .gsurvey-likert-choice.gsurvey-likert-focus, .gform_wrapper.gravity-theme.silverado-survey_wrapper .ginput_container_likert th .gsurvey-likert-choice.gsurvey-likert-focus, .gform_wrapper.gravity-theme.silverado-survey_wrapper .ginput_container_likert tr .gsurvey-likert-choice.gsurvey-likert-focus, .gform_wrapper.gravity-theme.silverado-survey_wrapper .ginput_container_likert td .gsurvey-likert-choice.gsurvey-likert-focus {
    background-color: #003DA5 !important; }
.gform_wrapper.gravity-theme.silverado-survey_wrapper .silverado-survey .gfield_required {
  display: none; }
.gform_wrapper.gravity-theme.silverado-survey_wrapper .silverado-survey .gf_progressbar_wrapper {
  margin: 2rem 0; }
.gform_wrapper.gravity-theme.silverado-survey_wrapper .silverado-survey .gfield:not(.gfield--type-hidden) {
  margin: 0.5rem 0;
  background: #efefef;
  padding: 1rem 1.5rem 1.5rem;
  border: 1px solid #dcdcdc;
  border-radius: 4px;
  display: inline-block; }
  .gform_wrapper.gravity-theme.silverado-survey_wrapper .silverado-survey .gfield:not(.gfield--type-hidden) .gfield_label {
    display: inline-block;
    clear: both;
    font-size: 1.2rem;
    font-weight: 900;
    margin-bottom: 1rem; }
.gform_wrapper.gravity-theme.silverado-survey_wrapper .silverado-survey fieldset legend {
  float: left; }
.gform_wrapper.gravity-theme.silverado-survey_wrapper .silverado-survey fieldset .ginput_container {
  clear: both; }
  .gform_wrapper.gravity-theme.silverado-survey_wrapper .silverado-survey fieldset .ginput_container .gfield_radio .gchoice, .gform_wrapper.gravity-theme.silverado-survey_wrapper .silverado-survey fieldset .ginput_container .gfield_checkbox .gchoice {
    background: white;
    margin-bottom: 4px; }
    .gform_wrapper.gravity-theme.silverado-survey_wrapper .silverado-survey fieldset .ginput_container .gfield_radio .gchoice label, .gform_wrapper.gravity-theme.silverado-survey_wrapper .silverado-survey fieldset .ginput_container .gfield_checkbox .gchoice label {
      background: white;
      padding: 1rem;
      display: block;
      cursor: pointer;
      width: 100%;
      max-width: none;
      border: 1px solid white; }
      .gform_wrapper.gravity-theme.silverado-survey_wrapper .silverado-survey fieldset .ginput_container .gfield_radio .gchoice label:hover, .gform_wrapper.gravity-theme.silverado-survey_wrapper .silverado-survey fieldset .ginput_container .gfield_checkbox .gchoice label:hover {
        border: 1px solid #003DA5; }
    .gform_wrapper.gravity-theme.silverado-survey_wrapper .silverado-survey fieldset .ginput_container .gfield_radio .gchoice input[type="radio"]:checked + label, .gform_wrapper.gravity-theme.silverado-survey_wrapper .silverado-survey fieldset .ginput_container .gfield_radio .gchoice input[type="checkbox"]:checked + label, .gform_wrapper.gravity-theme.silverado-survey_wrapper .silverado-survey fieldset .ginput_container .gfield_checkbox .gchoice input[type="radio"]:checked + label, .gform_wrapper.gravity-theme.silverado-survey_wrapper .silverado-survey fieldset .ginput_container .gfield_checkbox .gchoice input[type="checkbox"]:checked + label {
      background-color: #003DA5;
      color: white; }
    .gform_wrapper.gravity-theme.silverado-survey_wrapper .silverado-survey fieldset .ginput_container .gfield_radio .gchoice input, .gform_wrapper.gravity-theme.silverado-survey_wrapper .silverado-survey fieldset .ginput_container .gfield_checkbox .gchoice input {
      display: none; }
    .gform_wrapper.gravity-theme.silverado-survey_wrapper .silverado-survey fieldset .ginput_container .gfield_radio .gchoice:last-of-type, .gform_wrapper.gravity-theme.silverado-survey_wrapper .silverado-survey fieldset .ginput_container .gfield_checkbox .gchoice:last-of-type {
      margin: 0; }
.gform_wrapper.gravity-theme.silverado-survey_wrapper .silverado-survey .gform_button.button {
  background: #003DA5;
  color: white;
  display: inline-block;
  float: right;
  margin-bottom: 2rem;
  transition: all 0.3s;
  margin-top: 0; }
  .gform_wrapper.gravity-theme.silverado-survey_wrapper .silverado-survey .gform_button.button:hover, .gform_wrapper.gravity-theme.silverado-survey_wrapper .silverado-survey .gform_button.button:focus {
    background: #003DA5;
    color: white;
    transform: translateY(-5px); }
.gform_wrapper.gravity-theme.silverado-survey_wrapper .silverado-survey .gform_next_button.button {
  background: #003DA5;
  color: white;
  display: inline-block;
  float: right;
  margin-bottom: 2rem;
  transition: all 0.3s; }
  .gform_wrapper.gravity-theme.silverado-survey_wrapper .silverado-survey .gform_next_button.button:hover, .gform_wrapper.gravity-theme.silverado-survey_wrapper .silverado-survey .gform_next_button.button:focus {
    background: #003DA5;
    color: white;
    transform: translateY(-5px); }
.gform_wrapper.gravity-theme.silverado-survey_wrapper .silverado-survey .gform_previous_button.button {
  background: #666;
  color: white;
  display: inline-block;
  float: left;
  margin-bottom: 2rem;
  transition: all 0.3s; }
  .gform_wrapper.gravity-theme.silverado-survey_wrapper .silverado-survey .gform_previous_button.button:hover, .gform_wrapper.gravity-theme.silverado-survey_wrapper .silverado-survey .gform_previous_button.button:focus {
    background: #666;
    color: white;
    transform: translateY(-5px); }

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