﻿/* ===========================================================
red: #153e83 - yellow: #c4ac20
=========================================================== */
/* ===========================================================
01.      Reset
02.      Body Styles
03.      Header Structure
04.      Typography
05.      Links / Buttons
06.      Site Structure
07.      Footer Structure
08.      Form Structure
08.01   Form Base Styles
08.02   Captcha
09.      Classes
10.      Inventory Styles
11.      Responsive Styles
=========================================================== */
/* ===========================================================
01. Reset
=========================================================== */
/*! minireset.css v0.0.6 | MIT License | github.com/jgthms/minireset.css */
html,
body,
p,
ol,
ul,
li,
dl,
dt,
dd,
blockquote,
figure,
fieldset,
legend,
textarea,
pre,
iframe,
hr,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

ul {
  list-style: none;
}

button,
input,
select,
textarea {
  margin: 0;
}

html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

video {
  height: auto;
  max-width: 100%;
}

iframe {
  border: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  color: inherit;
}

td,
th {
  padding: 0;
}

td:not([align]),
th:not([align]) {
  text-align: inherit;
}

html {
  background-color: white;
  font-size: 16px;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  min-width: 300px;
  overflow-x: hidden;
  text-rendering: optimizeLegibility;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

article,
aside,
figure,
footer,
header,
hgroup,
section {
  display: block;
}

a:link,
a:visited,
a:active {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

img {
  border: 0;
  height: auto;
  max-width: 100%;
  align-self: center;
  flex-shrink: 0;
}

/* ===========================================================
02. Body Styles
=========================================================== */
body {
  font-family: "Barlow", sans-serif !important;
  line-height: 1.6;
  overflow-x: hidden;
  font-size: 1rem;
}

html {
  overflow-x: hidden;
  font-size: 100%;
}

/* ===========================================================
03. Header Structure
=========================================================== */
/* Header */
.mobile-nav-container,
#menu-button,
.utility-mobile {
  display: none;
}

header {
  transition: top 0.4s ease-in-out;
  position: relative;
  z-index: 5;
  width: 100%;
  -webkit-box-shadow: 0px 9px 26px -7px rgba(0, 0, 0, 0.57);
  -moz-box-shadow: 0px 9px 26px -7px rgba(0, 0, 0, 0.57);
  box-shadow: 0px 9px 26px -7px rgba(0, 0, 0, 0.57);
}

.header-logo {
  display: flex;
  justify-content: center;
  margin-right: 25px;
}

.logo-mobile {
  display: none;
}

.header-logo img {
  padding: 10px 0;
  max-width: 160px;
  height: auto;
  box-sizing: border-box;
  transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  -ms-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.header-logo a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  z-index: 3;
}

.header-main {
  width: 100%;
  background: #fff;
}

.utility {
  padding: 7px;
  background: #e8e8e8;
}

.utility-hours p {
  font-size: .8em;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
}

.utility p {
  margin-bottom: 0;
}

.utility .wrapper {
  justify-content: space-between;
  align-items: center;
}

.utility-contact .bttn-small:hover {
  opacity: 0.6;
}

.utility .social-container a {
  margin-right: 0;
}

/*  */
.header-left-top {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 10px 0;
}

.header-left-bottom {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 15px;
}

.header-main .wrapper {
  justify-content: space-between;
  align-items: stretch;
  /* width: 90%; */
}

/* Header Search */
.header-search-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  background-size: 1px 200px;
  position: relative;
  overflow: hidden;
  margin-left: 25px;
}

.header-search-icon:hover {
  cursor: pointer;
}

.header-search-icon:hover i {
  opacity: 0.6;
}

.header-search-icon a {
  position: relative;
  z-index: 1;
}

.header-search-icon i {
  color: #153e83;
  font-size: 25px;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

/*  */
.header-search-slide {
  background: #e8e8e8;
  padding: 30px 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
  box-sizing: border-box !important;
  border-top: 1px solid #fff;
}

.search-outer-container {
  width: 100%;
  max-height: 100%;
  height: 50px;
}

.header-search {
  display: flex;
  height: 100%;
}

.header-search input[type="text"],
.header-search ::placeholder {
  font-size: 0.8rem;
  font-weight: 400;
  color: #808080 !important;
}

.header-search input[type="text"] {
  background: #d3d3d3;
  border: none;
}

.header-search i {
  color: #fff;
  font-size: 25px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}

#mobile-form-submit {
  max-height: 80px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}

#mobile-form-submit:hover {
  background: #0c3168 !important;
  cursor: pointer;
}

.header-search input:focus {
  outline: none !important;
  outline-style: none;
  box-shadow: none;
  border-color: transparent;
}

.initiallyHidden {
  display: none;
}

/* ===========================================================
04. Typography
=========================================================== */
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.3;
  /* letter-spacing: -.1rem; */
}

h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 1.38rem;
}

h1,
h4,
h5,
h6 {
  text-transform: uppercase;
}

h1 {
  font-family: 'Roboto Slab', serif;
  font-weight: 600;
  font-style: normal;
  font-size: 2.5rem;
  line-height: 1.3;
  margin-bottom: 1.5rem;
}

h2 {
  font-family: 'Roboto Slab', serif;
  font-weight: 500;
  font-size: 2rem;
}

h3 {
  font-family: 'Roboto Slab', serif;
  font-weight: 500;
  font-size: 1.5rem;
}

h4 {
  font-family: 'Roboto Slab', serif;
  font-weight: 500;
  font-size: 1.3rem;
}

h5 {
  font-size: 1.1rem;
  font-weight: 700;
}

h6 {
  font-weight: 700;
  font-size: 0.9rem;
  letter-spacing: 0;
}

.heading-small {
  font-family: "Barlow", sans-serif;
  display: block;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 1.3rem
}

strong,
p b,
.bold {
  font-weight: 700;
}

p,
.body-link,
.phone {
  font-size: 1.1rem;
}

p {
  font-weight: 400;
  color: #000;
  margin-bottom: 1rem;
}

.small {
  font-size: 0.8rem;
}

.large {
  font-size: 1.4rem;
  font-weight: 500;
}

/* ===========================================================
05. Links / Buttons
=========================================================== */
a {
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}



.bttn-base,
.bttn-small {
  font-size: .85em;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  white-space: nowrap;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  cursor: pointer;
  box-sizing: border-box !important;
}

.bttn-small-02 {
  text-transform: none;
  letter-spacing: 0;
}

.bttn-base {
  transition: 0.3s !important;
  height: 50px;
  padding: 0 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border: none !important;
}

.bttn-blue {
  color: #fff !important;
  background: #153e83;
}

.bttn-blue:hover {
  background: #0c3168;
}

.bttn-white {
  background: #fff;
  color: #153e83;
}

.bttn-white:hover {
  background: #adadad;
}

.bttn-grey {
  background: #a0a0a0;
  color: #fff;
}

.bttn-grey:hover {
  background: #878787;
}

.bttn-base i {
  margin-left: 10px;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.bttn-arrow i {
  margin: 0 0 0 10px;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.bttn-arrow:hover i {
  transform: translateX(5px);
  -webkit-transform: translateX(5px);
  -moz-transform: translateX(5px);
  -ms-transform: translateX(5px);
  -o-transform: translateX(5px);
}

.phone,
.block {
  display: block;
}

.bttn-small:hover,
.phone:hover {
  opacity: 0.6;
}

.body-link {
  font-weight: 700;
  white-space: nowrap;
}

.body-link-lt {
  font-weight: 400;
}

.body-link span {
  font-weight: 400;
}

.body-link i {
  margin-right: 7px;
  font-size: 1.3rem;
}

.body-link:hover,
.body-link-lt:hover {
  opacity: 0.7;
}

.bttn-shadow {
  -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.39);
  -moz-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.39);
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.39);
}

/* ===========================================================
06. Site Structure
=========================================================== */
.wrapper {
  width: 85%;
  max-width: 1800px;
  margin: 0 auto;
  height: 100%;
}

.hero {
  position: relative;
}

.hero .slick-carousel {
  position: relative;
}

.hero .slide-content,
.hero .slide-overlay,
.hero .slide-overlay-btm {
  height: 670px !important;
}

.hero .slide-content {
  position: relative;
  margin-top: -5px;
}

.hero .slick-carousel-inner {
  position: relative;
}

.hero .slide-content .wrapper {
  position: relative;
  height: 100%;
  display: flex;
}

.hero-copy {
  position: absolute;
  z-index: 3;
  left: 50%;
  width: 100%;
  text-align: center;
  top: 20%;
  transform: translateX(-50%);
  padding: 0 5%;
}

.hero-copy-container {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.hero-heading-lg {
  font-family: 'Roboto Slab', serif;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 5rem;
  line-height: 5rem;
  letter-spacing: 0.5rem;
}

.hero-small {
  font-weight: 500;
  color: #fff;
  background: none;
  font-size: 1.15rem;
  letter-spacing: 0.05rem;
  max-width: 700px;
  /* text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5); */
}

.slide-overlay-top {
  background: linear-gradient(357deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 130%);
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.slide-01 {
  background: url(/siteart/hero/hero-05.jpg) no-repeat bottom right;
  background-size: cover !important;
}

.slick-dotted.slick-slider {
  margin-bottom: 0;
}

.slick-dots li button:before {
  font-size: 10px;
}

/* Welcome */
.welcome {
  background-image: url(/siteart/background-logo-grey.png);
  background-repeat: no-repeat;
  background-position: -680px top;
  background-size: 100%;
}

.welcome .wrapper {
  justify-content: space-between;
}

/* Search Bar Section */
.inventory-search {
  width: 550px;
  transform: none;
  margin-top: -206px;
  position: relative;
  z-index: 3;
}

.search-heading {
  background: #153e83;
  padding: 25px;
}

.search-heading img {
  max-width: 60px;
  margin-right: 15px;
}

.search-heading h4 {
  margin-bottom: 0;
}

.search-heading p {
  margin-bottom: 0;
  font-size: 0.9rem;
  color: #d3e2f4;
}

.form-slider-container {
  width: 100%;
  margin-right: 20px;
}

.inventory-search .bttn-base {
  padding: 0;
  width: 100%;
}

.inventory-search form {
  flex-direction: column;
}

.inventory-search-main {
  border: 1px solid #c9c9c9;
  padding: 25px;
}

.inventory-search .col-1 {
  margin-bottom: 25px;
}

.inventory-search .col-1.last {
  margin-bottom: 0;
}

.inventory-search form input[type="text"],
.inventory-search form input[type="text"]::placeholder {
  font-size: 0.8rem;
}

.inventory-search form input[type="text"] {
  background: #fff;
  border: none;
  padding: 15px;
  width: 100%;
  color: #898989;
  height: 50px;
  margin-right: 20px;
}

/* Categories */
.categories-container {
  background: #e8e8e8;
}

.category-card-outer {
  width: 33.3%;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 50px 25px;
  height: 250px;
  border-right: 1px solid #c2c2c2;
}

.category-card-outer:last-of-type {
  border-right: none;
}

.category-card-outer img,
.category-card-outer i {
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.category-card-outer svg {
  max-width: 25%;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}

.category-card-outer svg path {
  fill: #094b65;
  transition: all 0.3s ease-in-out;
}

.category-card-outer:hover path {
  fill: #fff;
}

.category-card-outer h4 {
  margin-bottom: 0;
  color: #153e83;
}

.category-card-outer .bttn-small {
  color: #b1b1b2;
}

.category-card-outer .bttn-small {
  height: 30px;
}

.category-card-outer i {
  color: #153e83;
}

.category-card-outer:hover {
  background: #153e83;
}

.category-card-outer:hover i {
  color: #fff;
  transform: translateX(5px);
}

.category-card-outer:hover h4 {
  color: #ffff;
}

/* Our Location */
.location-outer {
  padding: 50px;
}

.location-container {
  color: #7e7f7f;
}

.location-map {
  border: 2px solid #c9c9c9;
}

.location-container h5 {
  margin-bottom: 10px;
}

.location-info {
  flex-direction: column;
}

.location-container-right {
  padding-left: 50px;
}

.location-container-right,
.location-bottom {
  justify-content: space-between;
}

.location-bottom {
  justify-content: flex-end;
}

.location-container .hours {
  width: 100%;
}

.hours li {
  display: flex;
  justify-content: space-between;
}

.hours li:nth-of-type(odd) {
  background: #d3d1d1 !important;
}

.location-container .bttn-base {
  margin-top: auto;
}

.other-location-card-inner a {
  margin-bottom: 0.8rem;
}

/* other-locations */
.other-location-card-outer {
  padding: 50px 0;
}

.other-location-card-outer:last-of-type .other-location-card-inner {
  border-right: none;
}

.other-location-card-inner {
  border-right: 1px solid #c2c2c2;
  padding: 0 40px;
}

.other-location-card-inner .col-1 {
  justify-content: space-between;
}

/* Scrolling Inventory */
.scrolling {
  width: 100%;
}

.scrolling-wrap {
  height: 90px;
}

iframe.scrolling {
  width: 100%;
}

/* Internal */
.internal-main {
  position: relative;
  z-index: 3;
  width: 100%;
  min-height: 600px;
}

.internal .footer-top-bg {
  background-color: #f6f6f6;
}

.internal-header {
  background: url(/siteart/background-header-01.jpg) center center no-repeat;
  background-size: cover;
  min-height: 200px;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  position: relative;
  z-index: 2;
}

.internal-main-primary {
  min-height: 300px;
  justify-content: space-between;
}

.internal-sidebar {
  background: #e8e8e8;
}

.internal-sidebar a {
  white-space: normal;
  word-break: break-word;
}

.internal-sidebar .heading {
  background: #8f8f8f;
  padding: 10px 25px 10px 25px;
  text-align: center;
}

.internal-sidebar h5 {
  margin-bottom: 0;
}

.internal-sidebar .list {
  color: #757575;
}

.internal-sidebar .list li {
  font-size: 0.8rem
}

.internal-sidebar .sidebar-main {
  padding: 25px;
  display: flex;
  flex-direction: column;
}

.internal-sidebar p {
  line-height: 25px;
}

.internal-sidebar p,
.internal-sidebar .body-link,
.internal-main .inventory-link p {
  font-size: 0.8rem;
}

.internal-main .inventory-link h5 {
  margin-bottom: 5px;
}

.internal-sidebar .list li:nth-of-type(odd) {
  background: #fff;
}

.sidebar-main .body-link i {
  font-size: 0.7rem
}

.internal-sidebar .sidebar-bottom {
  margin-top: auto;
  padding: 25px;
}

.internal-sidebar .bttn-base {
  width: 100%;
  word-break: keep-all;
  margin: 10px auto 25px;
}

.internal hr {
  width: 100%;
  border-bottom: 1px solid #cccccc;
}

.bttn-container {
  text-align: center;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.internal-list {
  max-width: 100%;
  margin-bottom: 25px;
}

.list-two-col {
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
  column-gap: 40px;
}

.internal-list li,
.internal-list-two li {
  font-size: 0.9rem;
  color: #000;
  padding: 10px;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
}

.internal-list li:nth-of-type(odd) {
  background: #f4f2f2;
}

.internal-list-two {
  background: #fbf9f5;
  padding: 25px;
}

.internal-list-two li:nth-of-type(odd) {
  background: #fff;
}

.inventory-link.side {
  background: url("/siteart/background-ct-01.jpg") no-repeat center center;
  background-size: cover;
  padding: 25px;
}

/* Services - Locations */
.services-locations-heading .col-4 {
  border-right: 1px solid #c2c2c2;
  padding: 25px;
  background: #d6d6d6;
  text-align: center;
}

.services-locations-heading .col-4 h5 {
  color: #aaaaaa;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}

.services-locations-heading .col-4:hover {
  cursor: pointer;
}

.services-locations-heading .col-4:hover h5 {
  color: #153e83;
}

.locations-city {
  font-size: 0.7rem;
  margin-bottom: 0;
}

.services-locations-heading .col-4.active {
  background: #e8e8e8;
}

.services-locations-heading .col-4.active h5 {
  color: #153e83;
}

.services-locations-heading .col-4:last-of-type {
  border-right: none;
}

.services-locations-container {
  padding: 50px;
}

.services-locations-container .col-1.flex {
  justify-content: space-between;
}

.services-locations-container .store-details {
  display: flex;
  flex-direction: column;
}

.store-details a {
  margin-bottom: 20px;
}

.services-locations-container-top {
  margin-bottom: 50px;
  width: 100%;
  justify-content: space-between;
}

.services-locations-map {
  height: 300px;
  width: 100%;
  border: 2px solid #c9c9c9;
  margin-bottom: 25px;
}

.services-locations-map iframe {
  height: 100%;
}

.store-details .flex {
  justify-content: space-between;
}

.store-details .internal-list li:nth-of-type(odd) {
  background: #d6d6d6;
}

/* Thank You */
.thankyou .internal-main i {
  font-size: 3rem;
}

/* Noui Slider Start */
.noUi-target {
  position: relative;
  direction: ltr;
  margin-bottom: 10px;
}

.noUi-origin {
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
  border-radius: 2px;
}

.noUi-marker,
.noUi-pips,
.noUi-tooltip,
.noUi-value {
  position: absolute;
}

.noUi-horizontal {
  height: 12px;
  z-index: 0;
}

.noUi-horizontal .noUi-handle {
  width: 25px;
  height: 21px;
  left: -13px;
  top: -6px;
}

.noUi-horizontal .noUi-handle-upper {
  top: -5px;
}

.noUi-background {
  background: #ccc;
}

.noUi-connect {
  background: #153e83 !important;
  border: 1px #7a7a7a solid;
}

.noUi-target {
  width: calc(95% - 15px);
  margin: 15px auto;
}

.noUi-handle {
  position: relative;
  background: #ffffff !important;
  border: 1px solid #898989 !important;
  border-radius: 3px;
  z-index: 1;
}

.noUi-handle:after,
.noUi-handle:before {
  content: "";
  display: block;
  position: absolute;
  height: 12px;
  width: 1px;
  background: #898989 !important;
  left: 10px;
  top: 3px;
}

.noUi-handle:after {
  left: 12px;
}

.noUi-pips-horizontal {
  padding: 5px 0;
  height: 10px;
  top: 100%;
  left: 0;
  width: 100%;
}

.noUi-marker-horizontal.noUi-marker {
  margin-top: 5px;
  margin-left: -1px;
  width: 1px;
  height: 5px;
  background: #a9a9a9;
}

.example-val {
  color: #898989;
  font-family: "Barlow", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;
  font-size: 14px;
  padding-bottom: 0;
}

.example-val span,
.val-divider {
  font-weight: 400;
  font-size: 14px;
  color: #898989;
}

#slider-price-value-lower:before,
#slider-price-value-upper:before {
  content: "$";
  padding-right: 2px;
}

/* ===========================================================
07. Footer Structure
=========================================================== */
.footer-top {
  display: flex;
  justify-content: center;
  margin-bottom: 15px;
}

.footer-left,
.footer-right {
  width: 30%;
}

.footer-middle {
  width: 60%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.footer-right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

footer h5 {
  margin-bottom: 0;
}

footer .wrapper {
  justify-content: space-between;
}

.footer-logo img {
  width: 150px;
}

.footer-nav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.footer-nav li {
  margin-bottom: 10px;
  display: inline-block;
  padding: 0 20px;
}

.footer-nav li a {
  font-weight: 500;
  text-align: center;
  color: #6d6d6d;
  font-size: 0.9rem;
  text-transform: uppercase;
}

footer .bttn-base {
  width: 230px;
  margin-bottom: 10px;
}

footer .phone,
footer .body-link {
  display: block;
}

footer a:hover {
  opacity: 0.7;
}

.footer-facebook {
  font-size: 0.8rem;
  color: #000;
  align-items: center;
}

.footer-facebook i {
  background: #a0a0a0;
  height: 30px;
  width: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}

/*  */
.social-container a {
  height: 40px;
  width: 40px;
  margin-right: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* ===========================================================
08. Form Structure
=========================================================== */
/* 08.01. Form Base Styles
=========================================================== */
::-webkit-input-placeholder {
  font-size: 0.8rem !important;
  font-weight: 400 !important;
}

::-moz-placeholder {
  font-size: 0.8rem !important;
  font-weight: 400 !important;
}

:-ms-input-placeholder {
  font-size: 0.8rem !important;
  font-weight: 400 !important;
}

::-ms-input-placeholder {
  font-size: 0.8rem !important;
  font-weight: 400 !important;
}

::placeholder {
  font-size: 0.8rem !important;
  font-weight: 400 !important;
}

textarea::-webkit-input-placeholder {
  font-size: 0.8rem !important;
  font-weight: 400 !important;
}

textarea::-moz-placeholder {
  font-size: 0.8rem !important;
  font-weight: 400 !important;
}

textarea:-ms-input-placeholder {
  font-size: 0.8rem !important;
  font-weight: 400 !important;
}

textarea::-ms-input-placeholder {
  font-size: 0.8rem !important;
  font-weight: 400 !important;
}

textarea::placeholder {
  font-size: 0.8rem !important;
  font-weight: 400 !important;
}

#formpage {
  position: relative;
  z-index: 3;
  width: 100%;
}

#formpage label {
  font-size: 0.8rem !important;
  font-weight: 400 !important;
  color: #8e8e8e;
  margin-bottom: 20px;
  text-align: left;
}

input:focus,
textarea:focus,
select:focus {
  outline: none;
}

#formpage input[type="text"],
#formpage input[type="email"],
#formpage input[type="phone"],
#formpage input[type="date"],
#formpage input[type="time"],
#formpage select,
#formpage textarea {
  background: #f6f6f6;
  border: none;
  padding: 15px;
  width: 100%;
  margin-bottom: 20px;
  color: #8e8e8e;
  font-size: 0.8rem !important;
  box-sizing: border-box;
  height: 50px;
}

.align-bottom .margin-right,
.align-bottom input[type="text"] {
  width: 50% !important;
}

.form-flex {
  display: flex;
}

#formpage .small {
  margin-bottom: 25px;
}

.form-flex input {
  width: 50%;
}

#formpage textarea {
  min-height: 300px;
}

select option {
  color: #8e8e8e;
  font-size: 0.8rem !important;
}

.form-continue {
  width: 100%;
  text-align: center;
}

#green-btn {
  margin: 20px auto !important;
}

.contact-half {
  width: 50%;
}

.contact-half-one {
  width: 49%;
}

/* 08.02. Captcha
=========================================================== */
.CaptchaImagePanel {
  margin-top: 10px;
  padding: 0 0 0 0;
}

.CaptchaMessagePanel {
  padding: 0 0 0 0 !important;
  margin: 0 0 0 0 !important;
  font-weight: normal !important;
  font-size: 12px;
  line-height: 0.8rem;
  text-align: center;
}

.CaptchaAnswerPanel {
  margin: 0 0 0 0;
  padding: 2px 0px 2px 0px !important;
}

.CaptchaWhatsThisPanel {
  line-height: 0;
  margin: 0 0 10px 0;
  padding: 10px 0 10px 0 !important;
}

.CaptchaWhatsThisPanel a {
  color: inherit;
}

.CaptchaWhatsThisPanel a:hover {
  text-decoration: none;
}

/* ===========================================================
09. Classes
=========================================================== */
.text-center {
  text-align: center;
}

.row {
  flex-direction: row;
}

.col-1 {
  width: 100%;
}

.col-2 {
  width: 20%;
}

.col-3 {
  width: 25%;
}

.col-4 {
  width: 33.33333%;
}

.col-5 {
  width: 41.66667%;
}

.col-6 {
  width: 50%;
}

.col-7 {
  width: 58.33333%;
}

.col-8 {
  width: 66.66667%;
}

.col-9 {
  width: 75%;
}

.col-10 {
  width: 83.33333%;
}

.col-11 {
  width: 91.66667%;
}

.col-12 {
  width: 100%;
}

.flex {
  display: flex;
}

.flex-center {
  justify-content: center;
}

.flex-column {
  flex-direction: column;
}

.flex-wrap {
  flex-wrap: wrap;
}

.align-center {
  align-items: center;
}

.pd-sm {
  padding: 25px 0;
}

.pd-md {
  padding: 50px 0;
}

.pd-all-md {
  padding: 50px;
}

.pd-all-sm {
  padding: 25px;
}

.pd-lg {
  padding: 100px 0;
}

.pd-t-lg {
  padding-top: 100px;
}

.pd-t-md {
  padding-top: 50px;
}

.pd-t-sm {
  padding-top: 25px;
}

.pd-b-lg {
  padding-bottom: 100px;
}

.pd-b-md {
  padding-bottom: 50px;
}

.pd-b-sm {
  padding-bottom: 25px;
}

.pd-r-md {
  padding-right: 50px;
}

.m-sm {
  margin: 25px 0;
}

.m-md {
  margin: 50px 0;
}

.m-lg {
  margin: 100px 0;
}

.m-t-sm {
  margin-top: 25px;
}

.m-t-md {
  margin-top: 50px;
}

.m-t-lg {
  margin-top: 100px;
}

.m-t-xs {
  margin-top: 10px;
}

.m-b-lg {
  margin-bottom: 100px;
}

.m-b-md {
  margin-bottom: 50px;
}

.m-b-sm {
  margin-bottom: 25px;
}

.m-b-xs {
  margin-bottom: 10px;
}

.m-btm-none {
  margin-bottom: 0 !important;
}

.m-r-xs {
  margin-right: 10px;
}

.m-t-xs {
  margin-top: 10px;
}

.m-b-xs {
  margin-bottom: 10px;
}

.m-b-no {
  margin-bottom: 0;
}

.m-r-sm {
  margin-right: 25px;
}

.m-r-md {
  margin-right: 50px;
}

.m-r-lg {
  margin-right: 100px;
}

.pd-r-md {
  padding-right: 50px;
}

.pd-r-sm {
  padding-right: 25px;
}

.bg-lt-grey {
  background: #e8e8e8;
}

.bg-grey {
  background: #d6d6d6;
}

.bg-white {
  background: #fff;
}

.bg-tan {
  background: #f5f3f0;
}

.bg-blue {
  background-color: #153e83;
}

.dark-grey {
  color: #6d6d6d;
}

.green {
  color: #00bb9c;
}

.grey {
  color: #808080;
}

.lt-grey {
  color: #c2c2c2;
}

.yellow {
  color: #c4ac20;
}

.blue {
  color: #153e83;
}

.blk {
  color: #353535;
}

.white {
  color: #fff !important;
}

/* ===========================================================
10. Inventory Styles
=========================================================== */
/* Adjustments for font-sizes */
.inventory-listings {
  font-size: 110% !important;
}

/* .inventory-listings header {
  -webkit-box-shadow: 0px 9px 26px -7px rgb(0 0 0 / 17%);
  -moz-box-shadow: 0px 9px 26px -7px rgba(0, 0, 0, 0.17);
  box-shadow: 0px 9px 26px -7px rgb(0 0 0 / 17%);
} */
.list-content .list-top-section .sticky-top-menu {
  z-index: 5 !important;
}

.list-content .list-top-section .sticky-top-menu .listing-option-bar-content {
  max-width: 80% !important;
}

.faceted-search-field {
  overflow-x: hidden;
}

.list-content .listing-portion-title {
  font-size: 17px !important;
}

.list-content .list-title {
  padding: 15px 0;
  font-size: 1em;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex !important;
  justify-content: flex-start !important;
  align-items: flex-start !important;
  flex-direction: column !important;
  border-bottom: none;
}

.list-content .list-title .list-listings-count {
  line-height: 27px;
  margin-left: 3px !important;
  color: #777 !important;
  font-size: 1rem !important;
  text-transform: uppercase !important;
  font-weight: 500 !important;
  letter-spacing: 0 !important;
}

.list-content {
  margin: 0 auto;
}

.detail-additional-data h3 {
  font-size: 18px;
}

.faceted-search-content .faceted-section-box {
  padding: 15px 2%;
  border-bottom: 1px solid #ddd;
  background: #fff !important;
}

.list-container,
.selected-facets-container,
.detail-content,
.list-content .list-main-section {
  border: none !important;
}

.list-content input[type="button"],
.list-content input[type="color"],
.list-content input[type="date"],
.list-content input[type="datetime"],
.list-content input[type="datetime-local"],
.list-content input[type="email"],
.list-content input[type="file"],
.list-content input[type="month"],
.list-content input[type="number"],
.list-content input[type="password"],
.list-content input[type="reset"],
.list-content input[type="search"],
.list-content input[type="submit"],
.list-content input[type="tel"],
.list-content input[type="text"],
.list-content input[type="time"],
.list-content input[type="url"],
.list-content input[type="week"],
.list-content select,
.list-content textarea,
.modal-form-el label+input,
.modal-form-el label+select {
  height: 30px;
  line-height: 30px;
}

.faceted-search-content .faceted-section-box .faceted-option-checkbox-container .option-name {
  margin: 5px 0 0 5px;
}

.quick-search input[type="text"] {
  padding: 12px !important;
}

.search-mobile input[type="text"] {
  padding: 15px !important;
}

.faceted-search-content .selected-facets-container .selected-facet,
.list-content .list-main-section .list-container .list-listing .listing-top-right .view-listing-details-link,
.list-content .list-main-section .list-container .list-listing .listing-top-right .buy-now-link,
.list-content .list-main-section .list-container .list-listing .listing-top-right .check-availability-link,
.list-content .list-main-section .list-container .list-listing .listing-top-right .email-seller-link,
.faceted-search-content .faceted-section-box .faceted-view-more-btn,
.detail-content .detail-main-body .main-detail-data .offer-btn,
.detail-content .detail-main-body .main-detail-data .buy-btn,
.list-content .list-listing-mobile .view-listing-details-link,
.list-content .list-listing-mobile .buy-now-link,
.list-content .list-listing-mobile .check-availability-link,
.list-content .list-listing-mobile .email-seller-link,
.faceted-search-content .mobile-done-button-container .mobile-done-button,
.detail-content-mobile .detail-main-body .main-detail-data .dealer-phone-mobile-container .dealer-phone-mobile,
.detail-content-mobile .detail-main-body .main-detail-data .fin-calc-btn-mobile,
.detail-content-mobile .detail-contact-bar .contact-bar-btn,
.list-container-flexrow .view-listing-details-link,
.paging-container .page-navs .list-page-nav,
.detail-content-mobile .detail-main-body .main-detail-data .buy-btn-mobile,
.detail-content-mobile .detail-main-body .main-detail-data .offer-btn-mobile,
.detail-content-mobile .detail-main-body .main-detail-data .send-email-btn-mobile,
.detail-content-mobile .detail-main-body .main-detail-data .send-wholesale-email-btn-mobile,
.faceted-show-all-btn {
  background: #153e83 !important;
  border: none;
  color: #fff !important;
  border-radius: 0 !important;
}

.detail-content-mobile .detail-additional-data .data-row .data-label,
.detail-content .detail-additional-data .data-row .data-label {
  background: #153e83 !important;
  color: #fff !important;
  font-weight: 700;
}

.detail-content .detail-additional-data .data-row .data-value {
  background: none;
  font-weight: 400;
  border-bottom: 1px #c7c7c7 solid;
}

.detail-content .detail-additional-data .data-row {
  margin-bottom: 0;
}

.detail-content .detail-additional-data h4 {
  margin: 25px 0 5px;
  color: #666 !important;
}

.list-content .list-main-section .list-container .list-listing .listing-top-right .view-listing-details-link:hover,
.list-content .list-main-section .list-container .list-listing .listing-top-right .buy-now-link:hover,
.list-content .list-main-section .list-container .list-listing .listing-top-right .check-availability-link:hover,
.list-content .list-main-section .list-container .list-listing .listing-top-right .email-seller-link:hover,
.faceted-search-content .faceted-section-box .faceted-view-more-btn:hover,
.detail-content .detail-main-body .main-detail-data .offer-btn:hover,
.detail-content .detail-main-body .main-detail-data .buy-btn:hover,
.list-content .list-listing-mobile .view-listing-details-link:hover,
.list-content .list-listing-mobile .buy-now-link:hover,
.list-content .list-listing-mobile .check-availability-link:hover,
.list-content .list-listing-mobile .email-seller-link:hover,
.faceted-search-content .mobile-done-button-container .mobile-done-button:hover,
.detail-content-mobile .detail-main-body .main-detail-data .fin-calc-btn-mobile:hover,
.detail-content-mobile .detail-main-body .main-detail-data .dealer-phone-mobile-container .dealer-phone-mobile:hover,
.list-container-flexrow .view-listing-details-link:hover {
  background: #0c3168 !important;
  color: #fff !important;
}

.list-content .list-main-section .list-container .list-listing .listing-top .listing-top-left .listing-main-stats .price,
.list-content .list-title .list-listings-count,
.detail-content .detail-main-body .main-detail-data .detail-price,
.detail-content .search-results,
.list-content .list-listing-mobile .price-container .price,
.list-content .list-top-section .listing-option-bar .list-listings-count,
.detail-content-mobile .detail-main-body .main-detail-data .detail-price,
.info {
  color: #666;
}

.detail-content .dealer-info .phone-and-email .send-email-btn,
.list-content .list-listing-mobile .dealer-phone-container .dealer-phone-call,
.list-content .list-listing-mobile .dealer-phone-container .dealer-phone-text,
.detail-content-mobile .detail-main-body .main-detail-data .opened {
  color: #153e83 !important;
  border: 1px #153e83 solid !important;
}

.modal-content .modal-top .modal-title {
  font-size: 1.3rem !important;
}

.detail-content-mobile .detail-main-body .main-detail-data .buy-btn-mobile,
.detail-content-mobile .detail-main-body .main-detail-data .offer-btn-mobile {
  position: relative;
  height: 43px;
  width: 100%;
  box-sizing: border-box;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.125rem;
  font-weight: 200;
  font-family: Arial, sans-serif;
  justify-content: flex-start;
  border: 0 !important;
  cursor: pointer;
  padding-left: 8px;
  border-radius: 5px;
  backface-visibility: hidden;
}

.detail-content-mobile .detail-main-body .main-detail-data .send-email-btn-mobile,
.detail-content-mobile .detail-main-body .main-detail-data .send-wholesale-email-btn-mobile {
  border: 0 !important;
  color: #fff;
  margin-bottom: 20px;
}

.detail-content-mobile .detail-additional-data .data-row .data-value {
  background-color: #ddd !important;
}

.detail-group-data h2 {
  font-size: 22px !important;
}

.detail-content-mobile .detail-main-body .main-detail-data .dealer-phone-mobile-container .dealer-phone-mobile {
  margin-right: 0 !important;
}

.detail-content .detail-additional-data .data-row .data-value {
  font-weight: 400 !important;
  background-color: #ededed !important;
}

.detail-content-mobile .detail-main-body .fin-stacked {
  background: #fff !important;
}

.detail-content .dealer-info .phone-and-email .send-email-btn:hover {
  color: #153e83;
  border: 1px #153e83 solid;
}

.detail-btn-calc p {
  margin-bottom: 0;
}

.list-content .list-title {
  display: block;
  letter-spacing: 0;
  margin: 0;
  color: #153e83;
}

.list-content .list-title .list-title-text {
  display: block;
  width: 100%;
}

.print-this,
.email-this {
  background: #153e83 !important;
  color: #fff !important;
  font-weight: 300 !important;
  font-size: 12px !important;
  text-transform: uppercase !important;
  padding: 10px 50px !important;
  text-align: center !important;
  transition: 0.3s !important;
  border-radius: 0 !important;
  border: 0 !important;
}

.print-this:hover,
.email-this:hover {
  background: #0c3168 !important;
}

.inventory input[type="submit"]:hover,
.inventory button[type="submit"]:hover,
.btn:hover,
.button:hover {
  background: #0c3168 !important;
}

.list-content .list-main-section .list-container .list-listing {
  background: #f3f3f3;
  padding: 15px !important;
  border-radius: 5px;
  border: 1px solid #ddd;
}

.list-container-flexrow .price-container .price {
  margin-left: 0;
  color: #666;
}

.list-container-flexrow .listing-card .listing-widgets a {
  margin-bottom: 6px;
}

body .noUi-connect {
  background: #dddddd;
}

.noUi-handle {
  border: none;
  border-radius: 3px;
  background: #fff;
  cursor: default;
  box-shadow: none;
}

.faceted-section-head i {
  color: #153e83 !important;
}

.faceted-search-content .selected-facets-container .selected-facet {
  padding: 5px 10px;
  font-size: 11px;
  font-weight: 400;
  color: #fff;
  background: #241e20;
  display: inline-block;
  margin: 10px 0 0 10px;
  cursor: pointer;
  border-radius: 5px;
}

.contact-info-heading h2 {
  font-size: 26px !important;
  line-height: 39px !important;
  font-weight: 300 !important;
  margin-bottom: 25px;
  letter-spacing: -1.5px;
}

.grouped-faceted-header {
  background: #ededed !important;
  color: #6e6e6e !important;
}

.faceted-section-box input[type="submit"],
.faceted-section-box button[type="submit"] {
  line-height: 30px;
  height: 30px;
  font-size: 14px;
  padding: 0 6px !important;
  display: inline-block;
  border: none !important;
  color: #fff;
  background: #153e83;
  border-radius: 0 !important;
  cursor: pointer;
  -moz-border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  -o-border-radius: 0 !important;
  -ms-border-radius: 0 !important;
  border-radius: 3px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -moz-appearance: none;
  -webkit-appearance: none;
  -o-appearance: none;
  -ms-appearance: none;
  appearance: none;
}

.faceted-search-content .faceted-section-box .faceted-text-input::placeholder {
  font-weight: 400;
  font-size: 12px;
}

.detail-content {
  margin: 0 auto;
  max-width: 1124px;
  padding: 25px !important;
}

.legal-text-container p {
  font-size: 14px !important;
  line-height: 18px !important;
}

.faceted-search-content .selected-facets-container {
  padding: 10px;
  border-bottom: 1px solid #ddd;
}

.listing-widgets a {
  background-color: #c7c7c7 !important;
  border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -ms-border-radius: 0 !important;
  -o-border-radius: 0 !important;
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
}

.listing-widgets a:hover {
  background-color: #cccccc !important;
}

.detail-content .dealer-info h3 {
  font-size: 1rem !important;
  font-weight: bold;
  font-family: Arial, sans-serif;
  margin-top: 20px;
}

.detail-content .detail-main-body .main-detail-data {
  border-radius: 0 !important;
}

.detail-content .detail-main-body .detail-body-data {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  background: #fff;
  padding-bottom: 20px;
  margin-bottom: 40px;
}

.detail-content .dealer-info .phone-and-email {
  float: right;
  width: 37%;
  margin-right: 20px;
}

.list-content .list-listing-mobile .dealer-phone-container .dealer-phone-call .dealer-phone,
.list-content .list-listing-mobile .dealer-phone-container .dealer-phone-text .dealer-phone {
  color: #fff !important;
}

.detail-content .dealer-info .phone-and-email .send-email-btn,
.list-content .list-listing-mobile .dealer-phone-container .dealer-phone-call,
.list-content .list-listing-mobile .dealer-phone-container .dealer-phone-text,
.detail-content-mobile .detail-main-body .main-detail-data .opened {
  color: #fff !important;
  font-size: 12px !important;
  font-weight: 300 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: #153e83 !important;
}

.detail-content .dealer-info .phone-and-email .send-email-btn:hover,
.list-content .list-listing-mobile .dealer-phone-container .dealer-phone-call:hover,
.list-content .list-listing-mobile .dealer-phone-container .dealer-phone-text:hover,
.detail-content-mobile .detail-main-body .main-detail-data .opened:hover {
  background: #0c3168 !important;
  color: #fff !important;
}

.fa-facebook-f:before {
  content: "\f39e" !important;
}

.mc-thumbs {
  z-index: 1;
}

.detail-content-mobile .detail-main-body .detail-img-carousel .mc-btn {
  z-index: 2 !important;
}

footer a[href^="tel:"] {
  color: #fff !important;
  box-sizing: border-box;
}

.list-container-flexrow .buy-now-link,
.list-container-flexrow .contact-options a,
.list-container-flexrow .dealer-phone-call,
.list-container-flexrow .dealer-phone-text {
  background-color: #333;
  color: #fff !important;
}

.list-content .list-main-section .list-container .list-listing .listing-top-right .view-listing-details-link,
.list-content .list-main-section .list-container .list-listing .listing-top-right .buy-now-link {
  min-width: 100% !important;
  width: 100% !important;
}

/* Modal / Mobile buttons / Mobile Data Rows */
.button,
.contact-options a,
.fin-calc-mobile>a,
.detail-content-mobile .detail-additional-data .data-row .data-label {
  background-color: #153e83 !important;
  color: #fff !important;
}

.contact-list a {
  border-radius: 0 !important;
}

.button:hover,
.contact-options a:hover,
.fin-calc-mobile>a:hover {
  background-color: #0c3168 !important;
  color: #fff !important;
}

.contact-options a {
  background: #153e83 !important;
  background-color: #153e83 !important;
  color: #fff !important;
  border-radius: 0 !important;
}

.list-content .spec-icon {
  background-color: #c7c7c7 !important;
}

.faceted-search-content .faceted-section-head {
  background: #f8f8f8 !important;
}

.compare-chkbox-container .compare-listings .fa-check {
  top: 2px !important;
  left: 2px !important;
}

.detail-additional-data h3 {
  margin-top: 20px;
}

.detail-wrapper .detail-title {
  font-size: 18px !important;
}

.dealer-info h3 {
  font-size: 1.2rem !important;
  font-family: inherit !important;
}

/* ===========================================================
11. Responsive Styles
=========================================================== */
@media screen and (max-width: 1700px) {}

@media screen and (max-width: 1500px) {
  .slick-carousel {
    background: #fbf9f5;
  }

  .slide-content,
  .slide-overlay,
  .slide-overlay-btm {
    height: 600px !important;
  }

  .other-location-card-links {
    margin-top: 20px;
  }

  .other-location-card-inner .col-1 {
    flex-direction: column;
  }
}

@media screen and (max-width: 1400px) {
  .location-container {
    width: 100%;
  }

  .location-container-right {
    flex-direction: column;
  }

  .location-info,
  .location-container .list {
    margin-bottom: 25px;
  }

  .services-locations-container-store .list-two-col {
    columns: 1;
    -webkit-columns: 1;
    -moz-columns: 1;
  }
}

@media screen and (max-width: 1350px) {
  html {
    font-size: 90% !important;
  }

  p,
  .body-link,
  .phone {
    font-size: 16px;
    line-height: 28px;
  }

  .internal-main .col-8 {
    width: 60%;
  }

  .internal-main .col-3 {
    width: 40%;
  }

  .store-details .col-1.flex {
    flex-direction: column;
    align-items: flex-start;
  }

  .services-locations-container-store .col-7,
  .services-locations-container-store .col-4 {
    width: 50%;
  }
}

@media only screen and (max-width: 1300px) {

  .location-container .col-8,
  .location-container .col-4 {
    width: 50%;
  }

  .welcome .col-7 {
    width: 60%;
  }

  .inventory-search {
    width: 40%;
  }

  .hero-heading-lg {
    font-size: 4rem;
    line-height: 4rem;
    letter-spacing: 0.2rem;
  }
}

@media only screen and (max-width: 1200px) {
  .header-left-top {
    flex-direction: column-reverse;
    align-items: flex-end;
  }

  .header-left-top .bttn-base {
    margin-bottom: 15px;
  }

  .slide-content,
  .slide-overlay,
  .slide-overlay-btm {
    height: 500px !important;
  }
}

@media only screen and (max-width: 1078px) {}

@media only screen and (max-width: 1000px) {

  .hide-mobile,
  .utility,
  .header-left-top {
    display: none;
  }

  .header-left-bottom {
    height: 100%;
    padding: 0;
  }

  .header-logo img {
    max-width: 120px;
  }

  .mobile-header {
    display: block;
  }

  .header-main {
    background: #f6f6f6;
  }

  .header-search i {
    font-size: 18px;
  }

  .header-logo {
    margin-left: 25px;
  }

  .header-main .wrapper {
    width: 100%;
    padding-top: 0;
    align-items: stretch;
  }

  #mobile-form-submit {
    max-height: 75px;
  }

  .mobile-nav-container {
    height: 100%;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .mobile-menu-nav-icon {
    background: #153e83;
    position: relative;
    overflow: hidden;
    width: 80px;
    height: 100%;
    padding: 0 !important;
    transition: background 0.3s ease-in-out;
    -webkit-transition: background 0.3s ease-in-out;
    -moz-transition: background 0.3s ease-in-out;
    -ms-transition: background 0.3s ease-in-out;
    -o-transition: background 0.3s ease-in-out;
  }

  .mobile-menu-nav-icon:hover {
    background: #0c3168;
    cursor: pointer;
  }

  .mobile-menu-nav-icon i {
    font-size: 1.5em;
    color: #fff;
  }

  .nav-icon {
    padding: 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    width: 60px;
  }

  .nav-icon a {
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .nav-icon:last-of-type {
    padding-right: 0 !important;
  }

  .nav-icon i {
    font-size: 1.4em;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    color: #153e83;
  }

  .nav-icon:hover {
    background: rgba(0, 0, 0, 0.05);
    cursor: pointer;
  }

  /*  */
  .welcome .wrapper {
    flex-direction: column-reverse;
  }

  .welcome .col-7,
  .inventory-search {
    width: 100%;
  }

  .inventory-search {
    margin-top: -205px;
    margin-bottom: 50px;
  }

  .location-info {
    flex-direction: column;
  }

  .location-container p {
    margin-bottom: 20px;
  }

  .other-location-card-outer {
    width: 100%;
    padding: 0;
  }

  .other-locations .col-1.flex.bg-grey {
    flex-direction: column;
    padding: 0 25px;
  }

  .other-location-card-inner .col-1 {
    flex-direction: row;
  }

  .other-location-card-links {
    margin-top: 0;
  }

  .other-location-card-inner {
    border-bottom: 1px solid #c2c2c2;
    border-right: none;
    padding: 40px 0;
  }

  .services-locations-container .col-1.flex {
    flex-direction: column;
  }

  .services-locations-container-store .col-7,
  .services-locations-container-store .col-4 {
    width: 100%;
  }

  .services-locations-container-store .list-two-col {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
    column-gap: 40px;
  }

  footer .wrapper {
    flex-direction: column;
  }

  .footer-left,
  .footer-right,
  .footer-middle {
    width: 100%;
  }

  .footer-left {
    order: 3;
    justify-content: center;
    text-align: center;
  }

  .footer-middle {
    order: 1;
  }

  .footer-right {
    order: 2;
    align-items: center;
    margin: 50px 0;
  }
}

@media only screen and (min-width: 786px) and (max-width: 952px) {
  .has-search-bar {
    width: calc(66% - 0.75%) !important;
    float: left;
  }
}

@media only screen and (max-width: 900px) {
  .pd-r-md {
    padding-right: 0;
  }

  .internal-main .col-1.flex {
    flex-direction: column;
  }

  .internal-main .col-1.flex.row {
    flex-direction: row;
  }

  .internal-sidebar .bttn-base {
    width: auto;
  }

  .internal-sidebar,
  .location-page .map,
  .internal-main .col-1.flex .col-8,
  .internal-main .col-1.flex .col-7,
  .internal-main .col-1.flex .col-5,
  .internal-main .col-1.flex .col-4,
  .internal-main .col-1.flex .col-3,
  .col-1 .col-6 {
    width: 100%;
  }

  .internal-sidebar .bttn-base {
    width: 100%;
  }

  .internal-sidebar {
    margin-top: 50px;
  }

  .internal-main {
    padding: 25px;
  }
}

@media only screen and (max-width: 880px) {
  .wrapper {
    width: 90%;
  }

  .hero .slide-content,
  .slide-overlay,
  .slide-overlay-btm,
  .hero .draggable {
    height: 600px !important;
  }

  .internal-form .pd-r-sm {
    padding-right: 0;
  }

  .margin-right {
    margin-right: 0;
  }

  .form-flex {
    flex-direction: column;
  }

  .contact .form-flex {
    flex-wrap: wrap;
  }

  .internal-form input[type="text"],
  .internal-form input[type="email"],
  .internal-form input[type="phone"],
  .internal-form input[type="date"],
  .internal-form input[type="time"],
  .internal-form select,
  .internal-form textarea,
  .contact-half,
  .contact-half-one,
  .form-flex .form-flex {
    width: 100% !important;
  }

  .large {
    font-size: 20px;
    line-height: 29px;
  }
}

@media only screen and (max-width: 768px) {
  .header-search input[type="text"] {
    font-size: 0.8rem !important;
  }

  .categories-container {
    flex-wrap: wrap;
  }

  .category-card-outer {
    width: 100%;
    height: 180px;
    padding: 25px;
  }

  .category-card-outer img {
    max-width: 18%;
  }

  .category-card-outer:nth-of-type(1),
  .category-card-outer:nth-of-type(2) {
    border-bottom: 1px solid #666666;
    border-right: none;
  }

  .sidebar .category-card-outer {
    border-bottom: none;
    border-right: none;
  }

  .categories {
    padding-bottom: 0;
  }

  /*  */
  .location-outer {
    padding: 50px 25px;
  }

  .location-container .col-1 {
    flex-direction: column;
  }

  .location-container-right {
    padding-left: 0;
    margin-top: 25px;
  }

  .location-container .col-8,
  .location-container .col-4 {
    width: 100%;
  }

  .location-map {
    height: 500px;
  }

  .location-container .col-6:last-of-type {
    padding-left: 0;
    padding-top: 50px;
  }

  .slide-01 {
    background: url(/siteart/hero/hero-05.jpg) no-repeat -850px bottom;
  }

  .list-two-col {
    columns: 1;
    -webkit-columns: 1;
    -moz-columns: 1;
  }

  .thankyou .col-7 {
    width: 100%;
  }

  .inventory-listings {
    font-size: 120% !important;
  }
}

@media only screen and (max-width: 700px) {

  .slide-content,
  .slide-overlay,
  .slide-overlay-btm {
    height: 510px !important;
  }

  .pd-all-md {
    padding: 25px;
  }

  .hero-heading-lg {
    font-size: 2.5rem;
    line-height: 2.5rem;
    letter-spacing: 0.1rem;
  }

  .hero-small {
    font-size: 1rem;
  }

  .header-logo img {
    max-width: 100px;
  }

  footer .bttn-base {
    width: inherit;
  }

  .footer-nav ul {
    flex-direction: column;
    text-align: center;
  }

  .services-locations-heading {
    flex-direction: column;
  }

  .services-locations-heading .col-4 {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #c2c2c2;
    padding: 10px 0;
    text-align: center;
  }

  .services-locations-container-store .list-two-col {
    columns: 1;
    -webkit-columns: 1;
    -moz-columns: 1;
  }

  .other-location-card-inner .col-1 {
    flex-direction: column;
  }

  .internal-main {
    padding: 0;
  }

  .services-locations-container {
    padding: 25px;
  }

  .store-details a {
    margin-bottom: 20px;
  }

  a:link,
  a:visited,
  a:active {
    text-decoration: none;
  }

  .grey {
    color: #808080;
  }

  .bttn-base,
  .bttn-small {
    font-size: 1rem;
  }


}

@media only screen and (max-width: 600px) {
  html {
    font-size: 85% !important;
  }

  h1 {
    font-size: 2.2rem;
    letter-spacing: 0.1rem;
  }

  .internal-header {
    min-height: 150px;
  }

  .nav-icon {
    width: 50px;
  }

  .nav-icon i {
    font-size: 20px;
  }

  .mobile-menu-nav-icon i {
    font-size: 25px !important;
  }

  .bttn-base {
    width: 100%;
  }

  .mobile-menu-nav-icon {
    width: 60px;
  }
}