﻿@import url("https://fonts.googleapis.com/css?family=Montserrat:400,700&display=swap");
body {
  font-family: "Montserrat", "Open Sans", "Trebuchet MS", Verdana, Helvetica,
    Arial, Sans-Serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #fff;
  font-family: "Montserrat", "Open Sans", "Trebuchet MS", Verdana, Helvetica,
    Arial, Sans-Serif;
  font-weight: 400;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  border: 0;
  text-align: center;
}
a {
  color: #fff;
}
a:hover {
  color: #0e335d;
  text-decoration: none;
}
.button,
.button_screen {
  color: #fff;
  background: #154b89;
  border: 0;
  border-radius: 0;
  padding: 8px 12px;
}
.button:hover,
.button_screen:hover {
  color: #fff;
  background: #1c63b5;
  border: 0;
}
.button_screen {
  background: #c1c1c1;
}
.ui-icon-smadd,
.ui-icon-smadd-on {
  margin-top: 1px;
  width: 38px;
  height: 29px;
  background-position: 0 0;
  background-image: url(/content/common/blank.png);
  background-repeat: no-repeat;
  color: #fff;
  background: #154b89;
  font-size: 10px;
  line-height: 27px;
  text-align: center;
  text-indent: 0;
  text-transform: uppercase;
  border: 0;
  border-radius: 0;
}
.ui-icon-smadd:hover,
.ui-icon-smadd-on:hover {
  color: #fff;
  background: #1c63b5;
}
.ui-icon-smadd-on {
  background: #1c63b5;
}
.home-widget-header,
.widget-header {
  background: #154b89;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#154b89),
    to(#154b89)
  );
  background: -webkit-linear-gradient(top, #154b89, #154b89);
  background: -moz-linear-gradient(top, #154b89, #154b89);
  background: -ms-linear-gradient(top, #154b89, #154b89);
  background: -o-linear-gradient(top, #154b89, #154b89);
  background: linear-gradient(top, #154b89, #154b89);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#154b89', endColorstr='#154b89')";
}
.home-widget-content,
.widget-content {
  border: 1px solid #154b89;
}
.home-widget-footer,
.widget-footer {
  background-color: #154b89;
}
.tblhdr,
#cart .carthdr {
  color: #fff;
  background: #154b89;
}
.ui-bg-cart {
  width: 240px;
  height: 24px;
  background-position: 0 0;
}
.ui-bg-cart-on {
  width: 240px;
  height: 24px;
  background-position: 0 0;
}
#wrapper {
  background-color: #fff;
  overflow: hidden;
}
#wrapper-head {
  height: 210px;
  margin-top: 0;
  background-color: #000;
}

@media (max-width: 768px) {
  #wrapper-head div.logo {
    position: relative;
    top: 0;
    padding: 10px;
    width: 100%;
    height: 85px;
    text-align: center;
    display: flex;
    align-items: center;
  }
}
@media (max-width: 768px) {
  #wrapper-head div.logo #logo {
    width: 75%;
    box-sizing: border-box;
    text-align: left;
  }
}
#wrapper-head div.logo #logo img {
  width: 100%;
  max-width: 600px;
  height: auto;
  max-height: 200px;
  object-fit: contain;
}
@media (max-width: 768px) {
  #wrapper-head div.logo #logo img {
    padding: 10px;
    max-height: 100px;
    box-sizing: border-box;
  }
}
#wrapper-head div.contact {
  width: 100%;
}
@media (max-width: 768px) {
  #wrapper-head div.contact {
    position: absolute;
    top: -35px;
    left: 0;
    width: auto;
  }
}
#wrapper-head div.contact ul {
  float: right;
}
#wrapper-head div.contact ul li:first-child {
  padding-right: 10px;
 
}
#wrapper-head div.contact ul li:first-child a {
  padding-left: 5px;
  color: #fff;
  pointer-events: none;
}
@media (max-width: 768px) {
  #wrapper-head div.contact ul li:first-child {
    color: #fff;
    display: block;
    border: none;
  }
  #wrapper-head div.contact ul li:first-child a {
    color: #fff;
    pointer-events: auto;
  }
}
#wrapper-head div.contact ul li {
  padding-left: 14px;
  color: #fff;
  font-family: "Montserrat", "Open Sans", "Trebuchet MS", Verdana, Helvetica,
    Arial, Sans-Serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 36px;
  float: left;
}
@media (max-width: 768px) {
  #wrapper-head div.contact ul li {
    font-size: 14px;
    line-height: 35px;
    display: none;
  }
}
#wrapper-head div.contact ul li a {
  color: #1c63b5;
  display: inline-block;
}
#wrapper-head div.contact ul li a:hover {
  color: #fff;
}
#wrapper-head div.contact ul li a .fa {
  font-size: 30px;
  line-height: 36px;
}
#wrapper-head #minicartbtn {
  min-width: 230px;
  width: auto;
  height: 46px;
  margin: 0;
  padding: 0 10px 0 60px;
  color: #fff;
  background-repeat: no-repeat;
  background-color: #fff;
  background-size: 50px 46px;
  background-position: 5px 50%;
  border: 1px solid #000;
  display: block;
  float: none;
}
@media (max-width: 768px) {
  #wrapper-head #minicartbtn {
    top: unset !important;
    right: 0 !important;
    bottom: 0;
    margin: 0;
    padding: 0;
    width: 100vw !important;
    height: 35px;
    background-image: none;
    background-color: #154b89;
    border: none;
    display: block;
    float: none;
  }
}
#wrapper-head #minicartbtn:hover {
  color: #d0d0d0;
  text-decoration: none;
}
#wrapper-head #minicartbtn a.mini {
  color: #000;
  line-height: 46px;
  height: 46px;
  font-weight: bold;
  text-align: left;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
@media (max-width: 768px) {
  #wrapper-head #minicartbtn a.mini {
    padding: 0 10px;
    height: 35px;
    color: #fff;
    line-height: 35px;
    font-size: 12px;
  }
}
#wrapper-head #minicartbtn a.mini:hover {
  color: #1c63b5;
  text-decoration: none;
}
#wrapper-head #minicartwrap {
  top: 0;
  right: 30px;
  z-index: 12;
  border-top: 0;
}
#wrapper-head #minicartlinks {
  padding: 0;
  width: auto;
  float: left;
  text-align: left;
}
@media (max-width: 768px) {
  #wrapper-head #minicartlinks {
    float: right;
  }
}
#wrapper-head #addcartlinks {
  padding-left: 0;
  text-indent: -9999px;
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
}
#wrapper-head #showMenu {
  display: none;
}
#wrapper-head #showMenu .fa {
  font-size: 36px;
  line-height: 36px;
}
@media (max-width: 768px) {
  #wrapper-head #showMenu {
    position: relative;
    top: 0;
    left: 0;
    width: 25%;
    color: #fff;
    display: block;
  }
}
#wrapper-head #left-panel {
  background-color: #154b89;
  top: 110px;
}
#content-head {
  padding: 0;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
#content-head .topWrapper {
  position: relative;
  width: 100%;
  height: 35px;
  background: #154b89;
}
#content-head .topWrapper .topContent {
  margin: 0 auto;
  padding: 0 15px;
  max-width: 1440px;
  box-sizing: border-box;
}
#content-head .midWrapper {
  position: relative;
  width: 100%;
  height: 175px;
  background-color: #000;
  background-image: url("header-bg.jpg");
  background-position: center;
  background-size: cover;
}
#content-head .midWrapper .midContent {
  margin: 0 auto;
  padding: 0 15px;
  width: 100%;
  max-width: 1440px;
  height: 100%;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 768px) {
  #content-head .midWrapper .midContent {
    padding: 0;
    height: 170px;
    flex-wrap: wrap;
  }
}
#content-head .midWrapper .midContent .midRight {
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-content: space-evenly;
}
@media (max-width: 768px) {
  #content-head .midWrapper .midContent .midRight {
    height: 70px;
  }
}
#content-head .midWrapper .midContent .midRight div.header-search {
  position: relative;
  height: 35px;
  text-align: center;
}
@media (max-width: 768px) {
  #content-head .midWrapper .midContent .midRight div.header-search {
    width: 100vw;
  }
}
#content-head .midWrapper .midContent .midRight div.header-search #search-form {
  position: relative;
}
#content-head
  .midWrapper
  .midContent
  .midRight
  div.header-search
  input[type="text"] {
  padding: 9px 20px;
  width: 300px;
  border-radius: 0;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  #content-head
    .midWrapper
    .midContent
    .midRight
    div.header-search
    input[type="text"] {
    width: 100%;
  }
}
#content-head .midWrapper .midContent .midRight div.header-search button {
  position: absolute;
  padding: 6px 20px;
  top: 0;
  right: 0;
  background: none;
  border: none;
  font-size: 20px;
  cursor: pointer;
}
#content-head #persistant-nav {
  font-size: 14px;
  text-transform: uppercase;
  margin-top: 0;
}
@media (max-width: 768px) {
  #content-head #persistant-nav {
    top: 0 !important;
  }
}
#content-head #persistant-nav li {
  margin: 5px 0;
  padding: 0 10px 0 0;
  line-height: 25px;
  border-right: 1px solid #fff;
}
@media (max-width: 768px) {
  #content-head #persistant-nav li {
    margin: 0;
    padding: 0;
    border: none;
  }
}
#content-head #persistant-nav li a {
  color: #fff;
  display: inline-block;
  font-size: 14px;
  line-height: 14px;
  font-size: 1.4rem;
  line-height: 1.4rem;
}
@media (max-width: 768px) {
  #content-head #persistant-nav li a {
    margin: 0;
    font-size: 12px;
    line-height: 35px;
  }
}
#content-head #persistant-nav li a:hover {
  color: #c1c1c1;
}
#content-head #persistant-nav li span {
  font-size: 14px;
  line-height: 14px;
  font-size: 1.4rem;
  line-height: 1.4rem;
  margin-left: 10px;
  color: #c1c1c1;
  display: inline-block;
}
@media (max-width: 768px) {
  #content-head #persistant-nav li:last-child {
    display: none;
  }
}
#wrapper-nav {
  background: #154b89;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#154b89),
    to(#154b89)
  );
  background: -webkit-linear-gradient(top, #154b89, #154b89);
  background: -moz-linear-gradient(top, #154b89, #154b89);
  background: -ms-linear-gradient(top, #154b89, #154b89);
  background: -o-linear-gradient(top, #154b89, #154b89);
  background: linear-gradient(top, #154b89, #154b89);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#154b89', endColorstr='#154b89')";
  -webkit-box-shadow: #202020 0 0 0;
  -moz-box-shadow: #202020 0 0 0;
  -o-box-shadow: #202020 0 0 0;
  box-shadow: #202020 0 0 0;
}
@media (max-width: 768px) {
  #wrapper-nav {
    display: none;
  }
}
#wrapper-main {
  padding-bottom: 720px;
}
#content-main {
  background-color: transparent;
  -webkit-box-shadow: 0 0 14px transparent;
  -moz-box-shadow: 0 0 14px transparent;
  -o-box-shadow: 0 0 14px transparent;
  box-shadow: 0 0 14px transparent;
  width: 100%;
}
#wrapper-foot {
  height: auto;
  margin-top: -720px;
  background-color: #000;
  background-image: url("footer-bg.jpg");
  background-position: center;
  background-size: cover;
  box-shadow: inset 0 7px 9px -7px rgba(0, 0, 0, 0.4);
}
#wrapper-foot div.links {
  height: auto;
}
@media (max-width: 768px) {
  #wrapper-foot div.links {
    padding: 25px 0;
  }
}
@media (max-width: 768px) {
  #wrapper-foot div.links .container_16 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
    justify-content: center;
    text-align: center;
  }
}
#wrapper-foot div.links p {
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  padding-bottom: 0;
}
#wrapper-foot div.links p a {
  color: #abdb00;
  font-size: 16px;
  font-weight: 600;
}
#wrapper-foot div.links p a:hover {
  color: #fff;
  text-decoration: none;
}
#wrapper-foot div.links h5 {
  color: #fff;
  font-weight: 700;
  text-align: left;
}
@media (max-width: 768px) {
  #wrapper-foot div.links h5 {
    margin-top: 15px;
  }
}
@media (max-width: 768px) {
  #wrapper-foot div.links .logo {
    text-align: center;
  }
}
#wrapper-foot div.links .logo img {
   height: 225px;

}
@media (max-width: 768px) {
  #wrapper-foot div.links .logo img {
    padding-bottom: 25px;
    width: 75%;
    max-width: 300px;
    height: auto;
  }
}
#wrapper-foot div.links table {
  width: 100%;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
}
#wrapper-foot div.links table th {
  padding-right: 10%;
}
@media (max-width: 768px) {
  #wrapper-foot div.links table th {
    padding-right: 10px;
    width: 50%;
    text-align: right;
  }
}
@media (max-width: 768px) {
  #wrapper-foot div.links table td {
    padding-left: 10px;
    width: 50%;
    text-align: left;
  }
}
#wrapper-foot div.links .map {
  max-height: 320px;
}
@media (max-width: 768px) {
  #wrapper-foot div.links .map {
    margin-top: 35px;
  }
}
#wrapper-foot div.links .map iframe {
  max-height: 100%;
}
@media (max-width: 768px) {
  #wrapper-foot div.links ul {
    width: fit-content;
    margin: 0 auto;
  }
}
#wrapper-foot div.links ul li {
  float: left;
}
#wrapper-foot div.links ul li a {
  color: #abdb00;
  display: block;
  margin: 10px 20px 10px 0;
  font-size: 36px;
  line-height: 36px;
}
#wrapper-foot div.links ul li a:hover {
  color: #fff;
}
@media (max-width: 768px) {
  #wrapper-foot div.links ul li a {
    margin: 10px;
  }
}
#wrapper-foot div.copy {
  height: 100px;
  background-color: #154b89;
  display: flex;
  align-items: center;
}
#wrapper-foot div.copy p.copyright {
  padding-bottom: 0;
  color: #fff;
  line-height: 30px;
  text-align: center;
}
#wrapper-foot div.copy p.copyright a {
  color: #fff;
}
#wrapper-foot div.copy p.copyright a:hover {
  color: #000;
  text-decoration: none;
}
#content-foot {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  font-family: "Montserrat", "Open Sans", "Trebuchet MS", Verdana, Helvetica,
    Arial, Sans-Serif;
  font-size: 14px;
  color: #e0e0e0;
}
#content-foot p.copyright {
  font-size: 14px;
  padding-bottom: 5px;
}
ul.navlisthorz {
  margin: 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 768px) {
  ul.navlisthorz {
    width: 100%;
    border-top: 1px solid #fff;
  }
}
ul.navlisthorz li {
  position: relative;
}
@media (max-width: 768px) {
  ul.navlisthorz li {
    margin: 0;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    border-left: 1px solid #fff;
    float: none;
  }
}
ul.navlisthorz li a {
  font-family: "Montserrat", "Open Sans", "Trebuchet MS", Verdana, Helvetica,
    Arial, Sans-Serif;
  font-size: calc(clamp(12px, 1.5vw, 14px));
  line-height: 40px;
  color: #fff;
  padding: 0 10px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
ul.navlisthorz li a:hover {
  background-color: #0e335d;
  color: #fff;
  opacity: 1;
}
ul.navlisthorz li a.navchild {
  background-image: url(/content/common/arrow_right_hover.png);
}
ul.navlisthorz .subnav {
  background-color: #0e335d;
}
ul.navlisthorz .subnav li {
  position: relative;
}
ul.navlisthorz .subnav li a {
  font-size: calc(clamp(12px, 1.5vw, 15px));
  line-height: 14px;
  background-color: transparent;
  color: #fff;
  padding: 8px 8px;
  font-weight: normal;
}
ul.navlisthorz .subnav li a:hover {
  background-color: #1c63b5;
  color: #fff;
}
ul.navlisthorz .firstnavDrop {
  position: relative;
  top: 0;
  width: 100% !important;
  background-color: #0e335d;
  border: none;
  box-shadow: none;
}
ul.navlisthorz .firstnavDrop li {
  margin: 1px 0;
  border-right: none;
  border-bottom: 1px solid #0e335d;
  border-left: none;
}
ul.navlisthorz .firstnavDrop li a {
  padding: 13px 8px 13px 18px;
  line-height: 14px;
}
ul.navlisthorz .firstnavDrop li a.navchild {
  background-position: 95% 50%;
}
ul.navlisthorz .firstnavDrop li:last-child {
  border-bottom: none;
}
ul.navlisthorz .subNavDrop {
  position: relative;
  top: 0;
  width: 100% !important;
  background-color: #154b89;
  border: none;
  box-shadow: none;
}
ul.navlisthorz .subNavDrop li {
  margin: 1px 0;
  border-right: none;
  border-bottom: 1px solid #0e335d;
  border-left: none;
}
ul.navlisthorz .subNavDrop li a {
  padding: 13px 8px 13px 28px;
  line-height: 14px;
}
ul.navlisthorz .subNavDrop li:last-child {
  border-bottom: none;
}
@media (max-width: 768px) {
  ul.navlisthorz .firstnav {
    position: relative;
    width: 100% !important;
  }
}
ul.navlist li a {
  font-size: 14px;
  line-height: 14px;
  background-color: #154b89;
  color: #fff;
}
ul.navlist li a:hover {
  background-color: #1c63b5;
  color: #fff;
}
ul.navlist li.subitem {
  border-left: 0;
  border-right: 0;
  margin-bottom: 4px;
}
ul.navlist li.subitem a {
  font-size: 14px;
  line-height: 14px;
  color: #154b89;
  padding: 8px 0 8px 12px;
}
ul.navlist li.subitem a:hover {
  background-color: #d5d5d5;
  color: #505050;
}
ul.navlisthorz ul ul {
  background-color: #0e335d;
}
#mobile-navpanel {
  width: 260px;
  background-color: #154b89;
}
#mobile-navpanel .container_16 {
  width: 100%;
}
@media (max-width: 768px) {
  .hours-container {
    margin: 10px auto;
    width: 80%;
  }
}
.hours-container .hours-content .hours-label {
  color: #fff;
}
@media (max-width: 768px) {
  .hours-container .hours-content .hours-label {
    padding: 3px 8px;
    width: 50%;
    text-align: right;
    box-sizing: border-box;
  }
}
.hours-container .hours-content .hours-label.today {
  background-color: #abdb00;
  color: #000;
}
.hours-container .hours-content .hours-time {
  color: #fff;
}
@media (max-width: 768px) {
  .hours-container .hours-content .hours-time {
    padding: 3px 8px;
    width: 50%;
    text-align: left;
    box-sizing: border-box;
  }
  #persistant-nav .navbar-brand {
        padding: 0px 14px;
    }
}
.hours-container .hours-content .hours-time.today {
  background-color: #abdb00;
  color: #000;
}
.hours-container .hours-content-horizontal.today {
  background-color: #154b89;
  color: #fff;
}

#vehiclenav h1{
	margin: 0;
    font-size: 26px;
    color: #fff;
}

.cartBlock {
    margin-top: -15px;
    display: block !important;
}

.cartBlock .badge {
    padding: 5px 5px;
    background-color: #ffffff !important;
}

.cartBlock .glyphicon-shopping-cart {
    color: #000 !important;
}

.cartItemCount {
    margin-left: 3px !important;
    color: #000 !important;
}
/* Default: show the div */
.hoursdesktop {
  display: block;
  margin-left: 20vw;
  margin-top: -35px;
}

/* Media query: hide it on screens smaller than 900px */
@media (max-width: 900px) {
  .hoursdesktop {
    display: none;
  }
}


/* Tweak for medium screens */
@media (max-width: 1100px) {
  .hoursdesktop {
    margin-left: 5vw;
  }
}


.VIpgJd-ZVi9od-l4eHX-hSRGPd{
	display:none !important;
}
#\:0\.targetLanguage{
	display:flex;
}