/* bm nav adjust */
.header-navigation {
  padding: 0 48px 0 48px !important;
}

/* bm ad cure */
.btn-default {
  background-color: transparent !important;
}
.btn-default.btn-inverse,
.btn-primary.btn-inverse {
  background-color: transparent !important;
}

/* ivanreyna removed title off in-transit badge on VDP */
.vdp .mr-5 {
  display: none !important;
}
.vdp [data-title="Location Details"] {
  display: none !important;
}

/* BHA Comparisons */
.bha-cta li,
.bha-veh-stats {
  float: left;
  box-sizing: border-box;
}
.bha-cta li,
.bha-stripe,
.bha-text-center {
  text-align: center;
}
.bha-parent {
  width: 100%;
  background-color: #fff;
  color: #000;
}
.bha-verge {
  max-width: 1000px;
  margin: auto;
}
.bha-row {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.bha-row:after {
  content: "";
  display: block;
  clear: both;
}
.bha-stripe {
  background-image: url(https://pictures.dealer.com/b/berkshirehathawayautomotive/0586/b6d5e39c926eabc2cec325f6e17d9ea1x.jpg);
  background-attachment: fixed;
  background-color: #333;
  color: #fff;
  margin: 10px 0;
  padding: 5px 10px;
}
.bha-parent img {
  width: 100%;
  padding: 10px 0;
}
.bha-img-tb-border {
  border-top: solid 2px #000;
}
.bha-cta,
.bha-veh-stats ul {
  margin: 0;
  padding: 0;
}
.bha-cta a,
.bha-cta li {
  padding: 10px;
  color: #fff;
}
.bha-cta li {
  list-style: none;
  width: 50%;
}
.bha-cta a {
  display: block;
  text-decoration: none;
}
.bha-cta a:hover {
  color: #fff;
}
.bha-3cta li {
  width: 33%;
}
.bha-cta-red .bha-cta a {
  background-color: #c21b20;
}
.bha-cta-blue .bha-cta a {
  background-color: #0074b5;
}
.bha-cta-black .bha-cta a {
  background-color: #000;
}
.bha-cta-green .bha-cta a {
  background-color: #005a2b;
}
.bha-veh-stats {
  width: 50%;
  padding: 0 10px;
}
.bha-veh-stats ul {
  border-top: solid 4px #000;
}
.bha-veh-stats li {
  list-style: none;
  border-bottom: solid 1px #ccc;
}
.bha-stat,
.bha-stat-cat {
  display: inline-block;
  box-sizing: border-box;
  padding: 10px;
}
.bha-stat-cat {
  width: 35%;
  background-color: #ababab;
}
.bha-stat {
  width: 65%;
}
.bha-parent h3 {
  font-size: 18px;
}
.bha-text-blue {
  color: #337ab7;
}
.bha-text-red {
  color: #ce1f21;
}
.bha-content {
  padding: 0 10px;
}
.bha-dis {
  margin: 10px 0 0;
}
.bha-float-reverse {
  float: right;
}
.bha-margin-tb-30 {
  margin: 30px 0;
}
@media (max-width: 600px) {
  .bha-cta li,
  .bha-veh-stats {
    width: 100%;
    padding: 5px;
  }
  .bha-stat-cat {
    width: 40%;
  }
  .bha-stat {
    width: 60%;
  }
}

/* Gorilla Buttons */
.gorilla {
  background: var(--btn-primary-bg);
  width: 280px;
  display: block;
  border-radius: 36px;
  -moz-border-radius: 36px;
  color: #fff;
  text-align: center;
  padding: 16px 6px 16px 6px;
  font-size: 1.25em;
  font-weight: bold;
  text-transform: uppercase;
  box-shadow: 0 2px 6px var(--btn-primary-color);
  text-decoration: none;
  float: left;
  margin: 16px 8px;
}
.gorilla:hover {
  background: var(--btn-primary-bg);
  color: var(--btn-primary-color);
}
.gorilla.square {
  border-radius: 0;
  -moz-border-radius: 0;
}

/* Quick Links and Widget Buttons  */
#quick_link_wrap {
  width: 100%;
  padding: 0px;
}
.quick_link {
  background: var(--btn-primary-bg);
  padding: 8px 10px 8px 10px;
  text-align: left;
  border-top: none;
  border-left: 4px solid var(--btn-primary-bg);
  width: 90%;
  margin-top: 4px;
}
.quick_link:hover {
  background: var(--btn-primary);
  padding: 8px 10px 8px 10px;
  text-align: left;
  border-top: none;
  border-left: 4px solid #eee;
  width: 90%;
  margin-top: 4px;
}
.quick_link:hover a {
  color: var(--btn-primary-bg);
}
.quick_link a {
  color: var(--btn-primary-color);
  font-weight: bold;
  text-decoration: none;
}
.quick_link a:hover {
  color: var(--btn-primary-color);
  font-weight: bold;
  text-decoration: none;
}
#quick_link_wrap h2 {
  background: var(--btn-primary-bg);
  width: 90%;
  color: var(--btn-primary-color);
  font-weight: normal;
  font-size: 16px;
  text-transform: uppercase;
  padding: 8px 10px 8px 10px;
  text-align: left;
  border-top: 2px solid #0f3796;
}
.widget_button {
  margin: 0 auto;
  background: var(--btn-primary-bg);
  border-radius: 6px;
  text-align: center;
  margin-bottom: 6px;
  height: 50px;
  padding-top: 12px;
}
.widget_button:hover {
  background: var(--btn-primary-bg);
}
a.widget_button {
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  font-size: 16px;
}

[data-name="index-landing-0003-hero-1"] .widget-heading {
  text-shadow: 1px 1px 10px #000000;
}

/* t11 MPP Page */
.v11-mpp {
  clear: both;
  padding-bottom: 15px;
}
.v11-mpp img {
  width: 250px;
  float: left;
  padding: 0 10px 0 0;
}
.v11-mpp p {
  text-align: justify;
}
.v11-mpp .mpp-class {
  font-size: 110%;
  font-weight: bold;
  color: grey;
  display: none;
}
.status .badge.badge-in-transit {
  display: none;
}

/* Research Pages - V2 */
.blog-post-list .alert-info {
  display: none;
}
.rowContainer {
  text-align: center;
  position: relative;
}
.researchSpec {
  padding: 15px 0px;
  border-bottom: solid 2px #bbb;
}
.researchSpec div {
  display: inline-block;
  padding: 0 20px;
}
.researchSpec div:not(:first-child) {
  border-left: solid 1px #ccc;
}
.researchSpecLarge {
  color: #3a3a3a;
  font-size: 2.5em;
  font-weight: 900;
  line-height: 1em;
}
.research-hero img {
  padding: 5px;
}
.research-image-box div {
  float: left;
  width: 47.55%;
  height: 100px;
  margin: 5px;
  overflow: hidden;
}
.research-image-box img {
  position: relative;
  top: -20px;
  width: 100%;
}
.research-article {
}
.research-article .right {
  padding: 0 0 0 10px;
  width: 50%;
}
.research-article .left {
  padding: 0 10px 0 0;
  width: 50%;
}
.compare-sec {
}
.research-disclaimer {
  font-size: 80%;
}
.btn-default:before {
  top: none;
}
.ddc-wrapper .inventory-featured-default .hproduct .view-link {
  position: relative;
}
.content-page-title.ddc-content {
  min-height: 40px;
}

/* New Service Index Info Images ----------------2017---------------- */
#service-info {
  max-width: 98%;
  background-color: #bcbdc1;
  margin: 0 auto;
}
#service-info .service-info-button img {
  float: left;
  width: 49.5%;
  padding: 0 1.5%;
  background-color: #bcbdc1;
  margin-bottom: -1px;
}
#service-info .service-info-button-specials img {
  width: 100%;
  padding-top: 6px;
  background-color: #bcbdc1;
}

/* t11 - Service Page */
#service-index .aside-none section.region {
  border-radius: 0;
}
#service-index .container-page-title .doc h1 {
  display: NONE;
}
#service-index .service h1 {
  background: #d4d4d4;
  color: #222;
  font-size: 3em;
}
#service-index .service h2 {
  background: #d4d4d4;
  color: #222;
  font-size: 2em;
}
#service-index .service h3 {
  background: #d4d4d4;
  color: #222;
  font-size: 1.5em;
}
#service-index .service-text {
  line-height: 22px;
  padding: 0 14px;
}
#service-index .service-text p,
.service-text span {
  font-size: 1.1em !important;
}
#service-index a.qlink {
  background: #444;
  border-radius: 0;
  clear: both;
  color: #fff;
  display: block;
  font-size: 20px;
  margin: 0 0 6.5px;
  padding: 21.4px 0;
  text-align: center;
  text-decoration: none;
  width: 100%;
}
#service-index a.qlink.red {
  background: rgb(95, 116, 134);
}
#service-index a.qlink.red:hover {
  background: #444;
}
#service-index a.qlink:hover {
  background: rgb(95, 116, 134);
  text-decoration: none;
}
#service-index label.lg-service-bttn {
  clear: both;
  color: #fff;
  display: block;
  font-size: 2em;
  margin: 0;
  text-align: center;
  text-decoration: none;
  width: 100%;
}
#service-index label.lg-service-bttn:hover {
  text-decoration: none;
}
#service-index .modal {
  background: rgba(0, 0, 0, 0.9);
  bottom: 0;
  left: 0;
  opacity: 0;
  position: fixed;
  right: 0;
  text-align: left;
  top: 0;
  transition: opacity 0.25s ease;
  visibility: hidden;
}
#service-index .modal__bg {
  bottom: 0;
  cursor: pointer;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
#service-index .modal-state {
  display: none;
}
#service-index .modal-state:checked + .modal {
  opacity: 1;
  visibility: visible;
  z-index: 9999;
}
#service-index .modal-state:checked + .modal .modal__inner {
  top: 0;
}
#service-index .modal__inner {
  background: #fff;
  border-radius: 5px;
  bottom: 0;
  height: 80%;
  left: 0;
  margin: auto;
  overflow: auto;
  padding: 1em 2em;
  position: absolute;
  right: 0;
  top: -10%;
  transition: top 0.25s ease;
  width: 50%;
  z-index: 9999;
}
#service-index .modal__close {
  cursor: pointer;
  height: 20px;
  position: absolute;
  right: 1em;
  top: 1em;
  width: 20px;
}
#service-index .modal__close:after,
.modal__close:before {
  background: #cc2c2c;
  color: #fff;
  content: "X";
  display: block;
  font-weight: bold;
  height: 20px;
  margin: -12px 0 0 -8px;
  padding: 10px;
  position: absolute;
  text-align: center;
  top: 0;
  transform: rotate(45deg);
  width: 20px;
}
#service-index .modal__close:hover:after,
.modal__close:hover:before {
  background: #aaa;
}
#service-index .modal__close:before {
  transform: rotate(-45deg);
}
#service-index body {
  font: 1/1.5em sans-serif;
  padding: 1%;
  text-align: center;
}
#service-index .lg-service-bttn {
  color: #fff;
  cursor: pointer;
  display: inline-block;
}
#service-index p img {
  float: left;
  height: auto;
  margin: 0 1em 1em 0;
  max-width: 200px;
}
#service-index .coupon-block {
  margin: 0 auto;
  padding: 20px 0 20px 0;
  width: 100%;
  border-bottom: 1px solid #757782;
}
#service-index .coupon {
  background: #e7e7e7;
  box-shadow: 0 1px 4px #444;
  max-width: 100%;
  overflow: hidden;
  padding: 6px;
  width: 45.25%;
}
#service-index .coupon img {
  max-width: 100%;
}
#service-index .coupon.l {
  float: left;
  margin: 10px 0 10px 14px;
}
#service-index .coupon.r {
  float: right;
  margin: 10px 14px 10px 0;
}
#service-index .coupon.single {
  float: none;
  margin: 0 auto;
}
#service-index .coupon-head {
  background: #444;
  clear: both;
  color: #fff;
  margin-bottom: 2px;
  overflow: hidden;
  padding: 6px 0 6px 6px;
  width: 100%;
}
#service-index .coupon-head span.left {
  display: inline-block;
  float: left;
  width: 10%;
}
#service-index .coupon-head span.right {
  display: inline-block;
  float: left;
  font-size: 12px;
  font-weight: bold;
  padding-top: 2px;
}
#service-index .coupon-mid {
  background: #fff;
  color: #fff;
  overflow: hidden;
  text-align: center;
  border: 0;
  margin: 0px;
}
#service-index a.serv-button {
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  background: #888;
  color: #fff;
  display: block;
  padding: 6px 8px 6px 0;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s ease;
  width: 100%;
}
#service-index a.serv-button:hover {
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  background: #0f3796;
  color: #fff;
  text-decoration: none;
  transition: all 0.6s ease;
}
#service-index a.serv-button:hover > i.fa {
  color: #444;
}
#service-index i.fa {
  color: #fff;
}
h2.service {
  background: #999;
  border-bottom: 3px solid #c71633;
  color: #fff;
  font-size: 2.5em;
  font-weight: 700;
  padding: 20px;
}
#service-index .adr a,
.vcard .fn {
  color: #757782;
}
#service-index span.org {
  font-size: 24px;
  font-weight: 500;
  display: block;
  padding: 18px 0;
  border-bottom: 1px solid #757782;
}
@media screen and (max-width: 768px) {
  #service-index .modal__inner {
    box-sizing: border-box;
    height: 90%;
    width: 90%;
  }
}
/* END SERVICE PAGE CSS*/

/* Research Index Page */
.link-div {
  width: 185px;
  height: 185px;
  float: left;
  margin: 10px 5px;
  text-align: center;
  display: inline;
}
.link-name {
  font-size: 100%;
  display: block;
  font-weight: bold;
}
.link-image {
  display: block;
  width: 180px;
  border: 0;
  height: 130px;
}
.linx a {
  font-size: 105%;
  display: block;
  font-weight: bold;
}
.link-div img {
  background: none repeat scroll 0 0 #f2f2f2;
  box-shadow: 0 0 3px #555555;
  padding: 3px;
  margin-bottom: 3px;
}
.link-div img:hover {
  border-bottom: 2px solid #ce0030;
  margin-bottom: 1px;
}

/* Research CSS */
.research-div {
  margin: 0 10px;
  text-align: justify;
  background: #fafafa;
}
.research-div p {
  margin-bottom: 10px;
}
.research-div h2 {
  width: 90%;
  margin: 10px;
}
.research-div ul {
  margin-bottom: 0px;
}
.research-top {
  padding-left: 9px;
}
.research-tr {
  height: 11px;
}
.research-inner {
  padding-left: 10px;
}
.research-inner2 {
  padding-right: 10px;
}
.research-hd2 {
  background-image: none;
}
.research-bd {
  padding: 0 10px;
}
.research-bottom {
  padding-left: 9px;
}
.research-br {
  height: 10px;
}
.research-div a {
  font-size: 100%;
  font-weight: bold;
}

/* Start 'srp-new-price-value-discount' (do not modify this line) */
/* Modified by matthewleta on 04/21/21 11:43 AM EDT */
.srp .inv-type-new.pricing-detail .discount .price-value {
  text-decoration: none;
  font-size: 14px;
  color: #4b4b4b;
}
/* End 'srp-new-price-value-discount' (do not modify this line) */

/* ddcdaniele 10291787 */
.vehicle-ctas .price-btn .btn {
  text-align: center;
}

/*owen.perks 12437708*/
.navigation-default .dropdown-menu {
  max-height: 650px;
}

/*owen.perks 12322351*/
.cst-header-service-link a {
  border: 1px solid black;
  padding: 5px 25px;
  font-size: 14px;
}
.cst-header-service-link a:hover {
  text-decoration: none;
  background: black;
}
.cst-header-service-link a:hover .cst-header-link-text {
  color: white;
}
.cst-header-service-link a .cst-header-link-text {
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: grayscale;
}

/* 12332197 Research Index Page */
.link-div {
  width: 185px;
  height: 185px;
  float: left;
  margin: 10px 5px;
  text-align: center;
  display: inline;
}
.link-name {
  font-size: 100%;
  display: block;
  font-weight: bold;
}
.link-image {
  display: block;
  width: 180px;
  border: 0;
  height: 130px;
}
.linx a {
  font-size: 105%;
  display: block;
  font-weight: bold;
}
.link-div img {
  background: none repeat scroll 0 0 #f2f2f2;
  box-shadow: 0 0 3px #555555;
  padding: 3px;
  margin-bottom: 3px;
}
.link-div img:hover {
  border-bottom: 2px solid #ce0030;
  margin-bottom: 1px;
}

/* 12332197 Research CSS */
.research-div {
  margin: 0 10px;
  text-align: justify;
  background: #fafafa;
}
.research-div p {
  margin-bottom: 10px;
}
.research-div h2 {
  width: 90%;
  margin: 10px;
}
.research-div ul {
  margin-bottom: 0px;
}
.research-top {
  padding-left: 9px;
}
.research-tr {
  height: 11px;
}
.research-inner {
  padding-left: 10px;
}
.research-inner2 {
  padding-right: 10px;
}
.research-hd2 {
  background-image: none;
}
.research-bd {
  padding: 0 10px;
}
.research-bottom {
  padding-left: 9px;
}
.research-br {
  height: 10px;
}
.research-div a {
  font-size: 100%;
  font-weight: bold;
}

/* 13129074 JLC */
.slideshow-background.CC13129074 .btn.slideshow-disclaimer-btn,
.ws-content-cta.CC13129074 .btn {
  color: #fff;
  background: transparent !important;
  border-color: #fff;
}
.slideshow-background.CC13129074 .btn.slideshow-disclaimer-btn:hover,
.ws-content-cta.CC13129074 .btn:hover {
  color: #fff;
  background: #000 !important;
}

/* lm new header contact styling */
.header-contact .vcard {
  display: flex;
  align-items: center;
  gap: 16px;
  font-family: "DDC Heading Font Face",Arial,"Helvetica Neue",Helvetica,sans-serif;

  .cst-header-service-link {
    margin: 0 !important;
    display: flex;
  }

  p:not(.cst-header-service-link),
  li,
  ul span {
    font-size: .875rem !important;
    font-weight: bold;
  }

  .tel {
    .type, .separator {
      display: none;
    }
  }
}

/* homepage banner - bc 1/29/25 */
.content-alert-banner-message,
.content-alert-banner-message a {
  font-size: 27px;
  margin-top: -7px;
  font-weight: bold;
}

.content-alert-banner-container.bg-contrast-high {
  background-image: linear-gradient(to left, #4d4a4a, #000000) !important;
  height: 60px;
}