/* PACIFIC CSS */

.gd_font {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-style: normal;
}


/* Home page hero video */
#d2599270 .container-fluid {
  max-width: 100%;
  padding: 0px;
}

#pacifica_vid {
  .dealer_btn {
    border-radius: 0;
    width: 500px;
    display: block;
    font-size: 17px;
    letter-spacing: 3px;
    padding: 10px 15px;

    @media (max-width: 580px) {
      width: 100%;
    }
  }

  .video_box {
    opacity: .9;
  }

  .hero_content {
    bottom: 28%;
  }
  @media (max-width: 500px) {
    .hero_content {
      bottom: 10%;
    }
  }
}


/* Home page full width banner */
#d2599272 .container-fluid {
  max-width: 100%;
  padding: 0px;
}

/* Home page link blocks */


/* Pac Pro page hero video */
#d2599275 .container-fluid {
  max-width: 100%;
  padding: 0px;
}

/* Pac Pro full with banner */
#d2599276 .container-fluid {
  max-width: 100%;
  padding: 0px;
}

#pacifica_pro_hero {
  .dealer_btn {
    border-radius: 0;
    width: 500px;
    display: block;
    font-size: 17px;
    letter-spacing: 3px;
    padding: 10px 15px;

    @media (max-width: 580px) {
      width: 100%;
    }
  }
}

#pacifica_std_hero {
  .dealer_btn {
    border-radius: 0;
    width: 500px;
    display: block;
    font-size: 17px;
    letter-spacing: 3px;
    padding: 10px 15px;

    @media (max-width: 580px) {
      width: 100%;
    }
  }
}

#pac_pro_banner {
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;

  .border_banner_text_wrap {
    color: #000;
    border-top: 10px #000 solid;
    border-bottom: 10px #000 solid;

    @media (max-width: 800px) {
      color: #fff;
      border-top: 10px #fff solid;
      border-bottom: 10px #fff solid;
    }
  }
}

/* Pac Pro video switcher */
#d2599277 .container-fluid {
  max-width: 100%;
  padding: 0px;
  background-color: #1976b9;

  .vid_switch_heading,
  .vid_switch_sub_heading,
  .vid_pro_name {
    color: #fff;
  }

  .vid_profile_col .vid_pro_border {
    background-color: #fff;
  }

  .vid_profile_col:hover .vid_pro_border {
    background-color: #fff;
  }
}

/* Pac Pro Press Block */
#d2599279 {
  max-width: 100%;
  padding: 0px;
  background-color: #70bdc3;
  color: #fff;

  .press_div {
    background-color: #fff;
  }

  .press_copy p a {
    color: #fff;
  }
}

/* Pac Std page hero video */
#d2599284 .container-fluid {
  max-width: 100%;
  padding: 0px;
}

/* Pac Std full with banner */
#d2599283 .container-fluid {
  max-width: 100%;
  padding: 0px;
}

#pac_std_banner {
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;

  .border_banner_text_wrap {
    color: #fff;
    border-top: 10px #fff solid;
    border-bottom: 10px #fff solid;

    @media (max-width: 800px) {
      color: #fff;
      border-top: 10px #fff solid;
      border-bottom: 10px #fff solid;
    }
  }
}

/* Pac Pro video switcher */
#d2599281 .container-fluid {
  max-width: 100%;
  padding: 0px;
  background-color: #fbe9ff;

  .vid_switch_heading,
  .vid_switch_sub_heading,
  .vid_pro_name {
    color: #000;
  }

  .vid_profile_col .vid_pro_border {
    background-color: #000;
  }

  .vid_profile_col:hover .vid_pro_border {
    background-color: #000;
  }
}

/* Pac Std Press Block */
#d2599285 {
  max-width: 100%;
  padding: 0px;
  background-color: #1a1a1a;
  color: #fff;

  .press_div {
    background-color: #fff;
  }

  .press_copy p a {
    color: #fff;
  }
}

/* Store locator */
.dealer_locator {
  font-family: Oswald, 'Lucida Grande', sans-serif;
}

.yNHHyP-marker-view {
  z-index: 1 !important;
}

#map {
  height: 80vh;
  transition: width 0.4s ease-in-out;
}

.header_wrapper {
  display: flex;
  margin-bottom: 15px;
}

.locator_header_dt {
  display: inline-block;
  align-self: flex-end;
  font-size: 30px;
  font-weight: 700;
}

.locator_header_mb {
  display: none;
}

.search_field {
  display: inline-block;
  align-self: flex-end;
  margin: 0 20px;
}

.user_input {
  border: none;
  border-bottom: 3px solid #c0c0c0;
  font-size: 18px;
  font-weight: 300;
  text-overflow: ellipsis;
  width: 400px;
  padding: 6px 0;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

input {
  color: #000;
}

input:focus {
  border-bottom: 2px solid #000;
  outline: 0;
}

.hidden {
  display: none;
}

::-webkit-scrollbar {
  display: none;
}

.scroll {
  overflow-y: scroll;
}

.scroll_hide {
  overflow-y: hidden;
}

.output_parent {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.map_wrapper {
  flex: 65%;
}

#load_overlay {
  display: none;
  position: absolute;
  align-items: center;
  justify-content: center;
}

.loading_icon {
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
}

.wave {
  width: 15px;
  height: 100px;
  background: linear-gradient(45deg, #48217a, #fff);
  margin: 10px;
  animation: wave 1s linear infinite;
  border-radius: 20px;
}

.wave:nth-child(2) {
  animation-delay: 0.1s;
}

.wave:nth-child(3) {
  animation-delay: 0.2s;
}

.wave:nth-child(4) {
  animation-delay: 0.3s;
}

.wave:nth-child(5) {
  animation-delay: 0.4s;
}

.wave:nth-child(6) {
  animation-delay: 0.5s;
}

.wave:nth-child(7) {
  animation-delay: 0.6s;
}

.wave:nth-child(8) {
  animation-delay: 0.7s;
}

.wave:nth-child(9) {
  animation-delay: 0.8s;
}

.wave:nth-child(10) {
  animation-delay: 0.9s;
}

@keyframes wave {
  0% {
    transform: scale(0);
  }

  50% {
    transform: scale(1);
  }

  100% {
    transform: scale(0);
  }
}


.map_fade {
  opacity: 0.3;
}



.side_panel {
  overflow-x: hidden;
  transition: all .2s ease-out;
  height: 80vh;
  background-color: #000000;
  color: #ffffff;
  min-width: 25%;
  max-width: 30%;
}

.productNameWrapper {
  margin: 15px;
  padding: 10px 0;
}

.product_header {
  border-bottom: 2px solid #fff;
  text-transform: uppercase;
  font-weight: 700;
  padding-bottom: 10px;
}

.dealer_listing_item {
  cursor: pointer;
  line-height: 1.2;
}

.dealer_item_wrapper {
  display: flex;
  flex-direction: row;
  padding: 15px 15px 5px 0;
}

.dealer_item_pin {
  margin: 0 auto;
}

.dealer_col_left {
  width: 15%;
  display: flex;
  justify-content: center;
  /* margin-top: 5px; */
}

.dealer_col_right {
  width: 85%;


}

.dealer_panel_pin_wrapper {
  display: flex;
  justify-content: center;
}

.dealer_panel_pin {
  margin: 0 auto;
  font-size: 18px;
  color: #000;
  position: absolute;
  display: flex;
  align-content: center;
  align-items: center;
  z-index: 2;
  font-weight: 700;
}

.panel_pin_svg {
  width: 20px;
  position: absolute;
  z-index: 1;
}

.dealer_panel_name {
  font-weight: 700;
  text-transform: uppercase;
  /* font-size: 20px; */
}

.dealer_panel_name a {
  text-decoration: none;
  color: #ffffff;
}

.dealer_panel_name a:hover {
  transition: 0.3s;
  color: #d9d9d9;
  /* text-decoration-line: underline; */
}

.dealer_panel_address {}

.dealer_panel_phone a {
  text-decoration: none;
  color: #ffffff;
}

.dealer_panel_phone a:hover {
  transition: 0.3s;
  color: #d9d9d9;
}

.dealer_panel_directions_wrapper {
  padding-top: 10px;
}

.directions_fa {
  /* font-size: 20px; */
}

.dealer_panel_directions_link {
  text-decoration: underline;
}

.dealer_panel_directions_wrapper a {
  color: #ffffff;
}

.dealer_panel_directions_wrapper a:hover {
  transition: 0.3s;
  color: #d9d9d9;
  text-decoration-line: underline;
}

.gm-ui-hover-effect {
  display: none !important;
}

.info_name {
  text-transform: uppercase;
  font-weight: bold;
  margin: 5px 0;
  /* font-size: 15px; */
}

.info_phone {}

.info_website_btn {
  margin: 10px 0;
  padding: 10px 0;
  font-weight: bold;
  background: #000;
  text-align: center;
  border: #000 1px solid;
}

.info_website_a {
  text-decoration: none;
  text-transform: uppercase;
}

.info_website_btn:hover {
  background-color: #fff;
  color: #000;
  transition: 0.3s;
}

@media (max-width: 800px) {
  .user_input {
    width: 100%;
  }

  .output_parent {
    flex-direction: column;
  }

  .header_wrapper {
    display: block;
  }

  .locator_header_dt {
    display: none;
  }

  .locator_header_mb {
    display: block;
    font-size: 30px;
    font-weight: 700;
  }

  .search_field {
    margin: 10px 0;
    width: 100%;
  }

  #map {
    height: 65vh;
  }

  .side_panel {
    height: 100%;
    max-width: 100%;
  }

  .map_wrapper,
  .side_panel {
    width: 100%;
  }
}


/* Additional Google Map styling changes*/

/* Dealer Marker number size */
.GMAMP-maps-pin-view {
  font-size: 16px !important;
}


.gm-svpc {
  display: none;
}

/* Hides the logo and tex options at the bottom of the map - remove if styling breaks elsewhere */
.gm-style>div:nth-child(14)>div:nth-child(1) {
  display: none;
}

.gm-style>div:nth-child(16) {
  display: none;
}