/*
* Project: Hawk Auto 2025
* Client: Hawk Auto Group
* 
* * Initial Launch Date:
*
* site design by Zoom Advertising
* www.zoomdigital.com
*
* Developer: Matt Robinson
*
*/
/* import setups variables */
/* ====== SASS vars (in SCSS format) ====== */
/* @group Colors  */
/* @end */
/* @group Domine (Google Font | used in Admin) */
@import url("https://fonts.googleapis.com/css2?family=Domine:wght@400..700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");
.domine-regular, .domine-medium, .domine-semibold, .domine-bold {
  font-family: "Domine", serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.domine-regular {
  font-weight: 400;
}

.domine-medium {
  font-weight: 500;
}

.domine-semibold {
  font-weight: 600;
}

.domine-bold {
  font-weight: 700;
}

/* @end */
/* @group Open Sans (Google Font) */
.opensans-regular, .opensans-medium, .opensans-semibold, .opensans-bold, .opensans-extrabold {
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.opensans-regular {
  font-weight: 400;
}

.opensans-medium {
  font-weight: 500;
}

.opensans-semibold {
  font-weight: 600;
}

.opensans-bold {
  font-weight: 700;
}

.opensans-extrabold {
  font-weight: 800;
}

/* @end */
/* @group Project Specific Font Callouts for Sections  */
/* outlines everything in orange for visual assistance in build  */
body {
  color: #003366;
  /* xs */
  /* sm */
  /* md */
  /* lg */
  /* xl */
  /* xxl */
}
body p, body em, body strong, body del, body blockquote, body a {
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  line-height: 125%;
  color: #003366;
  padding: 0;
  margin: 0;
}
body em {
  font-weight: 800;
  font-style: italic;
}
body strong {
  font-weight: 800;
}
body a {
  color: #003366;
  text-decoration: none;
  cursor: pointer;
  transition-duration: 1s;
  padding: 0 0.125rem;
  font-weight: 600;
}
body a:hover, body a:focus {
  color: #003366;
  text-decoration: underline;
  text-decoration-color: #002244;
  border-radius: 2px;
  padding: 0 0.125rem;
}
body a:hover {
  text-decoration: none;
}
body h1, body h2, body h3, body h4, body h5, body h6, body .h1, body .h2, body .h3, body .h4, body .h5, body .h6 {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 110%;
  color: #003366;
  padding: 0;
  margin: 0;
}
body h1 {
  font-size: 32px;
}
body h2 {
  font-size: 28px;
}
body h3 {
  font-size: 26px;
}
body h4 {
  font-size: 24px;
}
body h5 {
  font-size: 22px;
}
body h6 {
  font-size: 20px;
}
body .small {
  font-size: 75%;
  font-weight: 600;
}
@media (min-width: 992px) {
  body h1 {
    font-size: 40px;
  }
  body h2 {
    font-size: 32px;
  }
  body h3 {
    font-size: 28px;
  }
  body h4 {
    font-size: 26px;
  }
  body h5 {
    font-size: 24px;
  }
  body h6 {
    font-size: 22px;
  }
}
/* global */
.full-width {
  width: 100%;
}

.responsive,
.img-responsive {
  width: 100%;
  height: auto;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.list-inline > li {
  display: inline-block;
}

.icon {
  color: transparent;
  font-size: 1px;
  line-height: 1px;
  text-indent: 101%;
}

.pin-icon {
  background: transparent url("../svg/icon-pin-blue.svg") 0 0 no-repeat;
}

.cursor-icon {
  background: transparent url("../svg/icon-cursor-blue.svg") 0 0 no-repeat;
}

.phone-icon {
  background: transparent url("../svg/icon-phone-blue.svg") 0 0 no-repeat;
}

.mail-icon {
  background: transparent url("../svg/icon-mail-blue.svg") 0 0 no-repeat;
}

.car-icon {
  background: transparent url("../svg/icon-car-blue.svg") 0 0 no-repeat;
}

.info-icon {
  background: transparent url("../svg/icon-info-blue.svg") 0 0 no-repeat;
}

.tag-icon {
  background: transparent url("../svg/icon-tag-blue.svg") 0 0 no-repeat;
}

.people-icon {
  background: transparent url("../svg/icon-people-blue.svg") 0 0 no-repeat;
}

/* splash */
#splashBg,
#splash {
  display: none;
}

/* lg */
@media (min-width: 992px) {
  #splashBg {
    display: block;
    position: fixed;
    z-index: -1;
    width: 100%;
    top: 0;
    left: 0;
  }
  #splash {
    display: block;
    width: 100%;
    padding: 0 0 1rem 0;
    background-color: rgba(0, 51, 102, 0.7);
  }
  #videoBg {
    width: 100%;
    height: auto;
  }
  .splashLink-pad {
    display: inline-block;
    width: 100%;
    padding: 0 20%;
  }
  .splashLink-pad:hover {
    display: inline-block;
    width: 100%;
    padding: 0 20%;
    background-color: transparent;
  }
  .splashLink:hover {
    background-color: transparent;
  }
}
/* footer */
footer {
  width: 100%;
  background: linear-gradient(to bottom, #002244, #003366);
  color: #fff;
  padding: 1rem 0;
}

footer p {
  color: #fff;
  padding: 0 0 1rem 0;
}

footer a,
footer a:link,
footer a:visited,
footer a:hover,
footer a:focus {
  color: #fff;
  background-color: transparent;
}

.careersButton,
.careersButton:link,
.careersButton:visited {
  display: inline-block;
  padding: 6px 12px;
  margin: 3px;
  color: #fff;
  background-color: #036;
  border: 1px solid #999;
  border-radius: 6px;
}

.careersButton:hover,
.careersButton:focus {
  color: #ccc;
  background-color: #024;
  text-decoration: none;
}

/* header */
header {
  width: 100%;
  background: linear-gradient(to bottom, #002244, #003366);
}

.headerLogo {
  padding-bottom: 16px;
}

#scrollPos {
  position: fixed;
  z-index: 1010;
  top: 90px;
  right: 30px;
  width: 100px;
  padding: 1rem 0.5rem;
  background-color: #ff0;
  color: #000;
  text-align: center;
  border: 1px solid #000;
}

/* md */
@media (min-width: 768px) {
  #header {
    padding-top: 56px;
  }
  .headerLogo {
    padding-bottom: 0;
  }
}
/* lg */
@media (min-width: 992px) {
  #header {
    position: fixed;
    z-index: 90;
    top: 0;
    padding-top: 72px;
  }
  #header.hide {
    margin-top: -310px;
    transition: margin-top 1s ease, transform 1s ease;
  }
  #header.show {
    margin-top: 0;
    transition: margin-top 1s ease, transform 1s ease;
  }
  #mainContent {
    background-color: #fff;
  }
}
/* xl */
/* navigation */
nav {
  display: block;
  position: fixed;
  z-index: 100;
  top: 0;
}

#linksBar {
  position: fixed;
  z-index: 120;
  top: 0;
  left: -216px;
  display: block;
  width: 256px;
}

#linksBar span {
  float: left;
  margin: 0 12px 0 0;
}

#linksBar span.icon {
  width: 30px;
  height: 30px;
  background-size: 30px 30px;
}

#linksBar li {
  display: inline-block;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

#linksBar li a {
  display: inline-block;
  line-height: 30px;
  width: 215px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: left;
  padding: 12px;
  background-color: #fff;
}

#linksToggle {
  float: right;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  background-color: #fff;
}

.toggleClosed {
  width: 40px;
  height: 40px;
  background: transparent url("../svg/icon-arrow-right-blue.svg") 5px 5px no-repeat;
  background-size: 30px 30px;
}

.toggleOpen {
  width: 40px;
  height: 40px;
  background: transparent url("../svg/icon-arrow-left-blue.svg") 5px 5px no-repeat;
  background-size: 30px 30px;
}

#logoBar {
  display: block;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  background-color: #eee;
}

#logoBar li {
  width: 23%;
  padding: 4px 1%;
}

#logoBar li a,
#logoBar li a:link,
#logoBar li a:visited {
  background-color: transparent;
}

#logoBar li a:hover,
#logoBar li a:focus {
  background-color: transparent;
}

/* md */
@media (min-width: 768px) {
  #logoBar {
    display: block;
    position: fixed;
    z-index: 99;
    top: 0;
    text-align: center;
    width: 100%;
    height: 40px;
    margin: 0 auto;
    background-color: #fff;
    border-bottom: 1px solid #ccc;
  }
  #logoBar li {
    width: 55px;
    padding: 5px 0 0 0;
  }
}
#pin-hchp:hover {
  color: #000;
}

/* lg */
@media (min-width: 992px) {
  nav {
    width: 100%;
    position: fixed;
    top: 0;
    text-align: center;
    background-color: #fff;
    border-bottom: 1px solid #ccc !important;
  }
  #linksBar {
    width: 100%;
    background-color: #fff;
    top: -60px;
    left: 0;
    border-bottom: 1px solid #ccc;
  }
  #linksBar li {
    border: none;
  }
  #linksBar li a {
    width: auto;
    padding: 15px;
  }
  #linksBar a {
    background-color: #fff;
    transition: background-color 0.5s;
  }
  #linksBar a:hover,
  #linksBar a:focus {
    background-color: #eee;
    text-decoration: none;
  }
  #linksToggle {
    position: absolute;
    left: 0;
    margin-top: 60px;
    border-right: 1px solid #ccc !important;
    border-bottom: 1px solid #ccc !important;
  }
  .toggleClosed {
    width: 60px;
    height: 60px;
    background: transparent url("../svg/icon-arrow-down-blue.svg") 15px 15px no-repeat;
    background-size: 30px 30px;
  }
  .toggleOpen {
    width: 60px;
    height: 60px;
    background: transparent url("../svg/icon-arrow-up-blue.svg") 15px 15px no-repeat;
    background-size: 30px 30px;
  }
  #linksToggle:hover {
    cursor: pointer;
  }
  #logoBar.hide {
    margin-top: -60px;
    transition: margin-top 0.5s ease, transform 0.5s ease;
  }
  #logoBar.show {
    margin-top: 0;
    transition: margin-top 0.5s ease, transform 0.5s ease;
  }
  #logoBar {
    position: fixed;
    z-index: 101;
    display: block;
    top: 0;
    z-index: 90;
    width: 100%;
    height: 60px;
    margin: 0 auto;
    background-color: #fff;
  }
  #logoBar li {
    width: 75px;
    padding-top: 10px;
  }
}
/* xl */
@media (min-width: 1200px) {
  #linksBar li a {
    padding: 15px 30px;
  }
  #logoBar li {
    width: 110px;
    padding-top: 0;
  }
  #logoBar li {
    width: 90px;
    padding-top: 6px;
  }
}
/* carousel */
.slideshow {
  padding: 2rem 0 0 0;
}

/* map */
#googleMap {
  width: 100%;
  height: 400px;
  background-color: #999;
}

/* dealership sections styles */
.dealership {
  border-bottom: 1px solid #cccccc;
  padding: 2rem 0;
}

.sectionAnchor {
  position: absolute;
  height: 1px;
  width: 1px;
  background-color: transparent;
}

.dealer-img {
  position: relative;
  width: 100%;
}

.dealer-building {
  width: 100%;
  height: auto;
  margin-bottom: 1rem;
}

.dealer-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0.25rem 1rem 1rem 1rem;
  background: linear-gradient(to bottom, #003366, rgba(0, 51, 102, 0));
}

.dealer-logo {
  width: 33%;
  height: auto;
}

.dealer-address {
  font-size: 14px;
  line-height: 1rem;
}

.dealer-info {
  margin-top: 1rem;
}

.dealer-info li {
  min-height: 30px;
  margin: 0.5rem 0;
}

.social-links {
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: auto;
  height: 2rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.social-links li {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  padding: 0;
  margin: 0 0.25rem 0 0;
}

.social-links li a {
  display: block;
  width: 100%;
}

.social-icon {
  width: 100%;
  height: auto;
}

.mfg-logo {
  display: none;
}

.dealer-buttons {
  display: block;
  text-align: center;
  margin: 0;
}

.dealer-buttons li {
  float: left;
  width: 33%;
  padding: 0 1%;
}

.dealer-buttons a {
  display: inline-block;
  padding: 6px 0;
  width: 100%;
  text-transform: uppercase;
  font-weight: bold;
  color: #ffffff;
  background-color: #003366;
}

.dealer-buttons a:hover {
  padding: 6px 0;
  color: #ffffff;
  background-color: #004488;
}

.dealership .icon {
  display: block;
  float: left;
  height: 30px;
  width: 30px;
  margin-right: 0.5rem;
  color: transparent;
  font-size: 1px;
  line-height: 1px;
  text-indent: 101%;
  background-size: 30px 30px;
}

.inner-rule {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 1px;
  background-color: #ccc;
  margin: 36px 0;
  clear: both;
}

/* md */
@media (min-width: 768px) {
  .sectionAnchor {
    margin-top: -72px;
  }
  .dealer-buttons li {
    width: 100%;
    margin-top: 1rem;
  }
  .mfg-logo {
    display: inline-block;
  }
  .inner-rule {
    display: none;
  }
}
/* lg */
@media (min-width: 992px) {
  .sectionAnchor {
    margin-top: -240px;
  }
}
/* xl */
@media (min-width: 1200px) {
  .sectionAnchor {
    margin-top: -272px;
  }
}
/* xxl */
@media (min-width: 1400px) {
  .sectionAnchor {
    margin-top: -300px;
  }
}
/* lg */
/* xs */
/* sm */
/* md */
/* lg */
/* xl */
/* xxl */
