@import url(https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;700;800&family=Oswald:wght@300;400;800&display=swap);
:root {
    --red: #a62224;
    --red-light: #d2292c;
    --yellow: #fee45c;
    --yellow-light: #ffee89;
    --light: #f1f0f0;
    --dark: #242424;
    --gray: #605e5e;
    --careers: #525252;
    --font-primary: "Open Sans", sans-serif;
    --font-secondary: "Oswald", sans-serif;
}

.featured-video__content {
  background-color: #fff;
  margin-bottom: 10px;
  padding: 30px 20px;
}

.featured-video__tag {
  color: #a62224;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}

.featured-video__title {
  color: #303030;
  font-size: 30px;
  line-height: 34px;
  margin: 5px 0;
  text-transform: uppercase;
}

.featured-video__duration {
  font-family: var(--font-primary);
  margin-top: 10px;
}
.featured-video__duration .clock-icon {
  margin-right: 7px;
}

.clock-icon {
  background-color: #939393;
  border-radius: 50%;
  display: inline-block;
  height: 14px;
  position: relative;
  width: 14px;
}
.clock-icon:before {
  height: 5px;
  width: 2px;
  top: 2px;
  left: 0;
  right: 0;
}
.clock-icon:after {
  height: 2px;
  width: 6px;
  right: 2px;
  top: 0;
  bottom: 0;
}
.clock-icon::before {
  background-color: #e4e4e4;
  content: "";
  display: block;
  position: absolute;
  margin: auto;
  z-index: 5;
}
.clock-icon::after {
  background-color: #e4e4e4;
  content: "";
  display: block;
  position: absolute;
  margin: auto;
  z-index: 5;
}

.video-preview {
  display: block;
  margin-bottom: 40px;
  font-family: var(--font-secondary);
}
.video-preview:hover {
  text-decoration: none;
}
.video-preview:hover .video-preview__thumbnail:before {
  background-color: rgba(20, 20, 20, 0.8);
}

.video-preview__thumbnail {
  background-size: cover;
  height: 0;
  padding-bottom: 55.5555555556%;
  position: relative;
  width: 100%;
}
.video-preview__thumbnail:before {
  background-color: rgba(0, 0, 0, 0.8);
  height: 42px;
  width: 66px;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 5;
}
.video-preview__thumbnail:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 5;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 13px;
  border-color: transparent transparent transparent #fff;
}

.video-preview__title {
  color: #303030;
  font-size: 18px;
  margin: 20px 0 5px;
  text-transform: uppercase;
}

.video-preview__description {
  color: #303030;
  height: 70px;
}

.state-block {
  width: 24%;
  margin-left: 1%;
  padding-left: 0;
  float: left;
  font-size: 16px;
  line-height: 1;
  list-style: none;
  font-family: Oswald, Arial;
}
.state-block a {
  color: #000;
  text-decoration: none;
}

.bottom-links ul {
  list-style: none;
}
.bottom-links ul li {
  float: left;
  display: inline-block;
}
.bottom-links ul a {
  text-decoration: none;
  color: #000;
}

.state-name {
  font-size: 18px;
  display: block;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 3px;
}

.city-name {
  margin: 3px auto;
}

main {
  /*> .container {
        > .row {
            .row {
                margin: 20px 0;
            }
        }
    }
  */
}
main a {
  color: var(--red);
  text-decoration: none;
}
main a:hover {
  color: var(--red);
  text-decoration: underline;
}

.text-primary {
  color: var(--red) !important;
}

.text-secondary {
  color: var(--yellow) !important;
}

.careers {
  color: var(--careers);
}
.careers h3 {
  color: var(--careers) !important;
  font-family: var(--font-primary);
  font-weight: 800;
  font-size: 1.5rem;
}
.careers h1 {
  margin-top: 40px;
  text-shadow: 2px 2px 0px white;
  text-transform: uppercase;
  font-weight: 800;
  color: #525252;
  font-size: 50px;
  line-height: 1.8;
}
.careers h2 {
  font-family: var(--font-primary);
  color: #ef4136;
  font-size: 30px;
  line-height: 1.2;
  font-weight: 600;
}
.careers h4 {
  font-family: var(--font-primary);
  font-size: 26px;
  line-height: 1.6;
  color: #ef4136;
}
.careers h5 {
  font-family: var(--font-primary);
  font-size: 18px;
  line-height: 2;
  color: #7d7d7d;
}
.careers h2.oswald {
  font-family: Oswald, Arial;
}
.careers h3.oswald {
  font-family: Oswald, Arial;
}
.careers h4.oswald {
  font-family: Oswald, Arial;
}
.careers .subhead {
  margin-top: 10px;
  font-style: italic;
  font-weight: 600;
  color: #7d7d7d;
}
.careers main a:hover {
  color: #ef4136;
}
.careers .faq-img img {
  width: 16.66666667%;
}
.careers .faq-img a {
  display: flex;
  border-bottom: 1px solid #ef4136;
  padding-bottom: 10px;
  padding-top: 10px;
}
.careers .container-md {
  padding-right: 0;
  padding-left: 0;
}
.careers footer {
  font-family: var(--font-primary);
  border-top: 0;
}
.careers .navbar {
  padding: 0;
}
.careers .navbar-collapse {
  flex-grow: initial;
}
.careers .title {
  font-size: 30px;
  color: #fee45c;
  font-family: var(--font-primary);
  font-weight: 900;
  text-transform: uppercase;
  padding-left: 16px;
}
.careers header {
  font-family: var(--font-primary);
  font-weight: normal;
}

.dropdown-toggle::after {
  display: none;
}

.menu-new {
  font-family: Arial;
  display: inline-block;
  font-weight: 800;
  color: #a62224;
  margin-left: 3px;
  cursor: default;
  border-radius: 3px;
  vertical-align: middle;
  line-height: 16.5px;
  position: relative;
  top: -1.5px;
  padding-top: 1px;
}

.strapline {
  font-size: 18px;
  font-weight: 400;
  font-family: "Oswald", Arial;
  margin-bottom: 0px;
}

.oswald {
  font-family: Oswald, Arial;
}

.dot {
  position: relative;
}
.dot::before {
  content: "";
  background-color: #ef4136;
  width: 20px;
  height: 20px;
  display: block;
  border-radius: 50%;
  position: absolute;
  top: -12.5px;
  left: 0;
  border: 2px solid #fee45c;
}

.success-map {
  background-image: url("https://papcdn.azureedge.net/assets/Areas/Careers/Images/TeamPages/map_your_success/Road_full-size.png");
  background-size: cover;
}
.success-map .map-background {
  background: url("https://papcdn.azureedge.net/assets/Areas/Careers/Images/TeamPages/map_your_success/Red_arch_10col.png"), rgba(255, 255, 255, 0.7);
  background-size: contain;
  background-repeat: no-repeat;
}

.customer-service {
  background-color: #fee45c;
}

.popover {
  background-color: #fff;
  color: #000;
  border: 2px solid #a62224;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 10px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 100000;
  box-shadow: 0 0 5px black;
  max-width: 400px;
  font-family: Oswald, Arial;
}

.popover-body {
  padding: 0;
}

.search-widget {
  font-family: var(--font-secondary);
  font-weight: 400;
}
.search-widget .list-inline-item:not(:last-child) {
  margin-right: 0.125rem;
}
.search-widget .btn {
  color: black;
  background-color: var(--yellow);
  border-color: var(--yellow);
}
.search-widget .search-title-row .search-title {
  text-shadow: 4px 2px 6px rgba(0, 0, 0, 0.3);
}
.search-widget .nav-tabs .nav-item.show .nav-link {
  background-color: var(--red-light);
  isolation: isolate;
}
.search-widget .nav-tabs .nav-link {
  margin: 0 0.5rem 0.5rem 0;
  padding: 0.5rem;
  border-color: white;
  border-radius: 0.25rem;
  cursor: pointer;
}
.search-widget .card {
  background-color: var(--red-light);
}
.search-widget .card-header {
  padding: 0.5rem 1rem 0.5rem 0.5rem;
  background-color: var(--red);
}
.search-widget .card-body {
  border-radius: 0.25rem;
}
.search-widget .wizard-arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translatey(-50%);
  left: -10px;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid var(--yellow);
}

.label {
  margin-top: 20px;
  font-size: 14px;
  color: black;
}

.name {
  font-size: 30px;
  font-weight: 800;
  font-family: Oswald, Arial;
  text-transform: uppercase;
  line-height: 1;
}

.label-data {
  font-size: 30px;
  font-weight: 400;
  font-family: Oswald, Arial;
  line-height: 1;
}

.list {
  font-size: 18px;
  font-weight: 600;
}

.bg-primary {
  background-color: var(--red) !important;
}
.bg-primary .btn {
  color: black;
  background-color: var(--yellow);
  border-color: var(--yellow);
}
.bg-primary .btn:hover {
  background-color: var(--yellow-light);
  border-color: var(--yellow-light);
}

.bg-secondary {
  background-color: var(--yellow) !important;
}

.bg-light {
  background-color: var(--light) !important;
}

.bg-dark {
  background-color: var(--dark) !important;
}

.article-contact {
  font-family: var(--font-secondary);
  font-weight: 400;
  font-size: 0.875rem;
}

.article-buttons {
  font-family: var(--font-secondary);
  font-weight: 400;
  font-size: 0.875rem;
  color: #333;
  border-top-color: black !important;
}
.article-buttons a {
  color: inherit;
  text-decoration: none;
}
.article-buttons a:hover {
  color: inherit;
  text-decoration: none;
}

.article-back {
  cursor: pointer;
}

body {
  font-family: var(--font-primary);
  color: #333;
}

blockquote h3 a {
  color: inherit;
}
blockquote h3 a:hover::before {
  color: #333;
}
blockquote h3 a::before {
  content: "\f0da";
  display: inline-block;
  font: 0.875rem "FontAwesome";
  vertical-align: middle;
}
blockquote h3.active a::before {
  transform: rotate(90deg);
}

.btn {
  color: #f1f0f0;
  background-color: #525252;
  border-color: #525252;
  font-size: 18px;
}
.btn:hover {
  color: white;
  background-color: #797979;
  border-color: #797979;
}

.btn.yellow {
  background-color: var(--yellow);
  border-color: var(--yellow);
  color: black;
  display: block;
  font-family: "Oswald", Arial;
  text-transform: uppercase;
}
.btn.yellow:hover {
  background-color: var(--yellow-light);
  background-color: var(--yellow-light);
  color: var(--dark);
}

a.btn.yellow:hover {
  text-decoration: none;
}

.btn.btn-light {
  color: var(--red);
  background-color: #efefef;
  border-color: #efefef;
}

.banner .text {
  color: white;
  font-weight: 800;
  text-transform: uppercase;
  text-align: center;
  line-height: 12vw;
  text-shadow: 2px 2px 0px #605e5e;
}

.BlogTitleLink {
  font-size: 24px !important;
  text-align: left;
  font-family: "Oswald", Arial;
}

.button[disabled] {
  opacity: 0.4;
}

.faq-img a .fa {
  color: #ef4136;
  width: 8.33333333%;
}
.faq-img a p {
  font-weight: 800;
  font-size: 14px;
  color: #ef4136;
  line-height: 2;
}
.faq-img a p:nth-child(4) {
  font-family: var(--font-secondary);
  font-weight: 800;
  font-size: 26px;
  color: #525252;
  line-height: 1.6;
}
.faq-img a:hover {
  text-decoration: none;
}
.faq-img a:hover p {
  color: #ef4136;
}
.faq-img a:hover img:nth-child(2) {
  display: inline-block;
}
.faq-img a:hover img:first-child {
  display: none;
}
.faq-img img:nth-child(2) {
  display: none;
}

footer {
  font-family: var(--font-secondary);
  font-weight: 400;
  border-top: 5px solid var(--yellow);
}
footer .search-button {
  background-color: #ef4136;
  display: inline-block;
  color: white;
  padding: 5px 40px;
  position: relative;
  margin-bottom: 40px;
  text-decoration: none;
}

.drop-button {
  background-color: #7d7d7d;
  position: relative;
  padding-left: 10px;
  padding-right: 80px;
  padding-top: 7px;
  padding-bottom: 7px;
  font-size: 18px;
  text-align: left;
  transition: all 0.5s ease;
  cursor: pointer;
  margin-right: 5px;
  color: white;
}
.drop-button > span {
  position: absolute;
  right: 10px;
  top: 0.5vw;
}
.drop-button:hover {
  background-color: #000000;
  color: #b7b7b7;
}

.pap-logo {
  padding: 10px;
  background-color: #fee45c;
  text-align: center;
  display: block;
}

/*
.dropdown {
	position: relative;
	display: inline-block;

	&:hover {
		> .dropdown-content {
			display: block;
		}
	}
}
*/
.dropdown-content {
  display: none;
  position: absolute;
  top: 100%;
  background-color: #000000;
  width: 100%;
  font-size: 18px;
  color: #b7b7b7;
  z-index: 1;
}
.dropdown-content a {
  text-decoration: none;
  display: block;
  padding: 7px;
  padding-left: 10px;
  cursor: pointer;
  transition: all 0.5s ease;
  color: #b7b7b7;
}
.dropdown-content a:hover {
  color: #fee45c;
  background-color: #222121;
}

.drop-button.red {
  background-color: #ef4136;
}

form {
  font-family: var(--font-secondary);
  font-weight: 400;
}

h1 {
  font-family: var(--font-secondary);
  font-weight: 400;
}

h2 {
  font-family: var(--font-secondary);
  font-weight: 400;
}

h3 {
  font-family: var(--font-secondary);
  font-weight: 400;
}

h4 {
  font-family: var(--font-secondary);
  font-weight: 400;
}

h5 {
  font-family: var(--font-secondary);
  font-weight: 400;
}

h6 {
  font-family: var(--font-secondary);
  font-weight: 400;
}

header {
  font-family: var(--font-secondary);
  font-weight: 400;
}

input[type=text] {
  box-shadow: inset 0 1px 5px 0 rgba(0, 0, 0, 0.5);
}

.navbar-brand img {
  width: 150px;
}

.navbar-light .navbar-nav .nav-link {
  color: black;
}
.navbar-light .navbar-nav .nav-link:focus {
  color: black;
}
.navbar-light .navbar-nav .nav-link:hover {
  color: black;
}

.sub-nav {
  font-family: var(--font-secondary);
  font-weight: 400;
}
.sub-nav a {
  color: black;
}
.sub-nav a:hover {
  color: var(--red);
  text-decoration: none;
}
.sub-nav a.active {
  color: var(--red);
}
.sub-nav li:not(:last-child):after {
  content: "|";
  margin-left: 0.5rem;
}

.call-to-action {
  font-family: var(--font-secondary);
  font-weight: 400;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 10px;
}
.call-to-action a {
  width: 100%;
}
.call-to-action .btn {
  margin-top: auto;
}
.call-to-action img {
  width: 110px;
}

.callout img {
  width: 100%;
}
.callout div {
  font-family: var(--font-secondary);
  background-color: rgba(0, 0, 0, 0.7);
  transition: background-color 0.5s ease;
}
.callout div:hover {
  background-color: rgba(166, 34, 36, 0.7);
}

.carousel .slick-next:before {
  color: black;
}
.carousel .slick-prev:before {
  color: black;
}

hr.dotted {
  background-color: inherit;
  border-top: 2px dotted black;
  opacity: 1;
  margin: 20px 0 40px;
}

.faq h3 {
  font-size: 1.125rem;
}

.locations {
  font-family: var(--font-secondary);
  font-weight: 400;
}
.locations a {
  color: black;
  text-decoration: none;
  font-size: 0.875rem;
}
.locations a:hover {
  color: black;
  text-decoration: none;
  font-size: 0.875rem;
}

.popular {
  font-family: var(--font-secondary);
  font-weight: 400;
}
.popular a {
  color: black;
  text-decoration: none;
  font-size: 0.875rem;
}
.popular a:hover {
  color: black;
  text-decoration: none;
  font-size: 0.875rem;
}

ul.locations {
  padding-left: 40px;
}

ul.popular {
  padding-left: 40px;
}

.form-select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3E%3C!--! Font Awesome Pro 6.1.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2022 Fonticons, Inc. --%3E%3Cpath d='M310.6 246.6l-127.1 128C176.4 380.9 168.2 384 160 384s-16.38-3.125-22.63-9.375l-127.1-128C.2244 237.5-2.516 223.7 2.438 211.8S19.07 192 32 192h255.1c12.94 0 24.62 7.781 29.58 19.75S319.8 237.5 310.6 246.6z'/%3E%3C/svg%3E");
}

.nav-tabs .nav-link.active {
  background-color: var(--red-light);
  isolation: isolate;
}

.search-widget.bg-light .card {
  background-color: var(--red-light);
}
.search-widget.bg-light .card-header {
  padding: 0.5rem 1rem 0.5rem 0.5rem;
  background-color: var(--red);
}

.slideshow.slick-dotted.slick-slider {
  margin-bottom: 0;
}

.slideshow .slick-next {
  width: auto;
  height: auto;
  padding: 5px;
  background-color: rgba(0, 0, 0, 0.5) !important;
  right: 0;
  z-index: 1;
}
.slideshow .slick-next:hover {
  background-color: rgba(0, 0, 0, 0.5);
}
.slideshow .slick-next::before {
  content: "\f0da";
  font-family: "FontAwesome";
}
.slideshow .slick-prev {
  width: auto;
  height: auto;
  padding: 5px;
  background-color: rgba(0, 0, 0, 0.5) !important;
  left: 0;
  z-index: 1;
}
.slideshow .slick-prev:hover {
  background-color: rgba(0, 0, 0, 0.5);
}
.slideshow .slick-prev::before {
  content: "\f0d9";
  font-family: "FontAwesome";
}
.slideshow .slick-dots {
  background-color: rgba(0, 0, 0, 0.5);
  right: 0;
  bottom: 0;
  display: flex;
  width: auto;
  padding: 5px;
}
.slideshow .slick-dots li {
  margin: 0;
}
.slideshow .slick-dots li button:before {
  content: "";
  top: 3px;
  left: 3px;
  width: 14px;
  height: 14px;
  border: 2px solid white;
  border-radius: 50%;
  opacity: 1;
}
.slideshow .slick-dots li.slick-active button:before {
  opacity: 1;
  color: black;
  background-color: white;
}

.slider.slick-dotted.slick-slider {
  margin-bottom: 0;
}

.slider .slick-prev {
  left: 10px;
  z-index: 1;
}
.slider .slick-prev::before {
  content: "\f053";
  font-family: "FontAwesome";
  font-size: 50px;
  opacity: 1;
}
.slider .slick-next {
  right: 22px;
  z-index: 1;
}
.slider .slick-next::before {
  content: "\f054";
  font-family: "FontAwesome";
  font-size: 50px;
  opacity: 1;
}
.slider .slick-dots {
  left: 50%;
  bottom: 0;
  display: flex;
  width: auto;
  padding: 5px;
  transform: translateX(-50%);
}
.slider .slick-dots li {
  margin: 0;
}
.slider .slick-dots li button:before {
  content: "";
  top: 3px;
  left: 3px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  opacity: 1;
  background-color: #b7b7b7;
  box-shadow: 1px 1px 0 #222121;
}
.slider .slick-dots li.slick-active button:before {
  opacity: 1;
  color: black;
  background-color: #ef4136;
}

.red-box {
  font-family: var(--font-secondary);
  font-weight: 300;
}

.grid {
  display: grid;
  grid-template-columns: auto auto;
  position: relative;
  justify-content: center;
}
.grid > div {
  margin: 5px;
  width: calc(50vw - 10px);
  height: calc(50vw - 10px);
  transition: all 0.5s linear;
}
.grid > div > div {
  position: inherit;
  margin-top: 10%;
  margin-right: 15%;
  margin-left: 15%;
  font-size: 25px;
  opacity: 0;
}
.grid > div::after {
  transition: all 0.5s linear;
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  opacity: 0;
}
.grid > div.grow {
  width: 590px;
  height: 590px;
  visibility: visible;
  z-index: 1;
  box-shadow: 3px 3px 5px #333333;
  border: 1px solid #333333;
}
.grid > div.grow > div {
  opacity: 1;
}
.grid > div.grow::after {
  opacity: 1;
}
.grid > div.red > div p {
  color: white;
}
.grid > div.red::after {
  background: repeating-linear-gradient(135deg, rgba(166, 34, 36, 0.9), rgba(166, 34, 36, 0.9) 40px, rgba(160, 35, 37, 0.9) 40px, rgba(160, 35, 37, 0.9) 80px);
}
.grid > div.yellow > div p {
  color: black;
}
.grid > div.yellow::after {
  background: repeating-linear-gradient(135deg, rgba(250, 196, 49, 0.9), rgba(250, 196, 49, 0.9) 40px, rgba(255, 201, 53, 0.9) 40px, rgba(255, 201, 53, 0.9) 80px);
}
.grid > div.click {
  cursor: pointer;
}
.grid > div.shrink {
  position: absolute;
  visibility: hidden;
  cursor: pointer;
}
.grid > div.grow.rtl {
  transform: translateX(-300px);
}
.grid > div.grow.btt {
  transform: translateY(-300px);
}
.grid > div.grow.rtl.btt {
  transform: translate(-300px, -300px);
}

#top {
  display: none;
  position: fixed;
  bottom: 20px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: var(--yellow);
  color: black;
  cursor: pointer;
  border-radius: 4px;
  font-family: Oswald, Arial;
  text-transform: uppercase;
  left: 50%;
  transform: translateX(-50%);
}
#top:hover {
  background-color: var(--yellow-light);
}

.content-container {
  background-color: #f1f0f0;
  padding: 10px;
}

.category-container {
  border: 2px solid #333;
  text-align: center;
  position: relative;
  height: 100%;
  padding-bottom: 20px;
}

.category-container .category-text-box {
  background-color: #333;
  color: #fff;
  padding: 5px;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 400;
  position: absolute;
  bottom: 0;
  width: 100%;
}

blockquote h3 a::before {
  position: relative;
  bottom: 2px;
  margin-right: 10px;
}

@media all and (min-width: 992px) {
  .navbar .nav-item .dropdown-menu {
    display: none;
    margin-top: 0;
  }
  .navbar .nav-item:hover .dropdown-menu {
    display: block;
  }
}
@media (max-width: 767px) {
  .dot::before {
    top: auto;
    bottom: 0;
    left: -12.5px;
  }
  .dropdown-menu.multi-column {
    min-width: 240px !important;
    overflow-x: hidden;
  }
}
@media only screen and (min-width: 1600px) {
  .banner .text {
    font-size: 70px !important;
  }
}
@media (min-width: 992px) {
  .careers .faq-img a {
    display: inline-block;
    border-bottom: 0;
    padding-top: 20px;
  }
  .careers .faq-img img {
    width: 60%;
  }
  .careers ul.list-unstyled.locations {
    column-count: 2;
  }
  .careers .container-md {
    padding-right: var(--bs-gutter-x, 0.75rem);
    padding-left: var(--bs-gutter-x, 0.75rem);
  }
  .faq-img a p:nth-child(4) {
    font-size: 20px;
  }
  .navbar {
    font-size: 0.875rem;
  }
  .dropdown-menu {
    padding: 0;
    font-size: 0.875rem;
    background-color: rgba(58, 58, 58, 0.95);
    min-width: 200px;
  }
  .dropdown-menu li a {
    padding: 5px 15px;
    font-weight: 400;
  }
  .dropdown-item {
    color: white;
  }
  .dropdown-item:focus {
    color: white;
    background-color: var(--red);
  }
  .dropdown-item:hover {
    color: white;
    background-color: var(--red);
  }
  .dropdown-menu.columns-2 {
    min-width: 400px;
  }
  .dropdown-menu.columns-3 {
    min-width: 600px;
  }
  .dropdown-menu.columns-4 {
    min-width: 600px;
  }
  .multi-column-dropdown {
    list-style: none;
    padding: 0px;
  }
  .multi-column-dropdown li span {
    padding: 3px 5px;
    color: var(--yellow);
    margin-top: 10px;
    font-size: 16px;
    display: inline-block;
  }
  .multi-column-dropdown li a {
    color: #fff;
    margin-left: 10px;
    margin-top: 5px;
    font-size: 13px;
    padding: 0 10px;
    display: inline;
  }
  .multi-column-dropdown li a:hover {
    background-color: var(--red);
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu.multi-column {
    transform: translateX(-50%);
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0;
  }
  .grid {
    grid-template-columns: auto auto auto auto;
  }
  .grid > div {
    width: calc(25vw - 10px);
    height: calc(25vw - 10px);
  }
  #top {
    position: relative;
    left: auto;
    transform: none;
    background-color: transparent;
    color: var(--red);
  }
  #top:hover {
    background-color: transparent;
  }
  .navbar-light .navbar-nav .nav-item:not(:first-child) .nav-link::before {
    content: "|";
    margin-left: 5px;
    margin-right: 8px;
  }
}
@media (min-width: 1200px) {
  h1 {
    font-size: 1.875rem;
  }
  h3 {
    font-size: 1.125rem;
  }
  .search-widget:not(.search-widget-small) .nav-tabs .nav-link {
    margin: 0 0 -1px 0;
    padding: 0.5rem 1rem;
    border-bottom: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
  .search-widget:not(.search-widget-small) .card-body {
    border-top-left-radius: 0;
  }
  .grid {
    grid-template-columns: auto auto auto auto;
  }
  .grid > div {
    width: 290px;
    height: 290px;
  }
}
@media (min-width: 576px) {
  .border-sm-se {
    border-left: 1px solid black;
    border-right: 1px solid black;
  }
  .mt-sm-n {
    margin-top: -35px;
  }
}
@media (max-width: 993px) {
  .navbar {
    /*position: absolute;*/
    background-image: linear-gradient(var(--yellow) 71px, rgba(0, 0, 0, 0.9) 71px, rgba(0, 0, 0, 0.9));
    left: 0;
    width: 100%;
  }
  .navbar-brand {
    margin-left: calc(var(--bs-gutter-x) * 0.5);
  }
  .navbar-toggler {
    margin-right: calc(var(--bs-gutter-x) * 0.5);
  }
  .navbar-collapse {
    margin-top: 8px;
  }
  .navbar-light .navbar-nav .nav-link {
    color: white;
    font-size: 24px;
    line-height: 60px;
    border-bottom: 1px solid #fff;
    padding: 0 30px;
  }
  .navbar-light .navbar-nav .nav-link:focus {
    color: white;
  }
  .navbar-light .navbar-nav .nav-link:hover {
    color: white;
  }
  .navbar-light .navbar-nav .nav-link.active {
    color: white;
    font-size: 24px;
    line-height: 60px;
    border-bottom: 1px solid #fff;
    padding: 0 30px;
  }
  .item-block {
    background-image: linear-gradient(#561212, rgba(166, 34, 36, 0.95));
  }
  .dropdown::after {
    content: "\f0da";
    font: 24px "FontAwesome";
    position: absolute;
    right: calc(var(--bs-gutter-x) * 0.5 + 12px);
    color: white;
    top: 18px;
  }
  .dropdown-menu {
    background-color: transparent;
    background-clip: border-box;
    border: 0;
    border-radius: 0;
    border-bottom: 1px solid white;
  }
  .dropdown-menu:not(.multi-column) li a {
    padding: 5px 40px;
    font-weight: 400;
  }
  .dropdown-item {
    color: white;
    font-size: 18px;
  }
  ul.multi-column-dropdown {
    padding-left: 10px;
  }
  .multi-column-dropdown {
    color: var(--yellow);
    list-style-type: none;
    font-size: 18px;
  }
  .multi-column-dropdown li {
    padding: 3px 5px;
  }
  .multi-column-dropdown li span {
    margin-top: 10px;
    display: inline-block;
  }
  .multi-column-dropdown .dropdown-item {
    padding: 3px 5px;
    text-transform: capitalize;
    font-size: 16px;
    line-height: 1;
    margin-top: 0;
  }
}
main ol, main ul {
  font: 16px var(--font-primary);
}

.locations a, .popular a {
  font-size: 14px;
  text-transform: capitalize;
}

a.dropdown-item:visited {
  color: white;
}

a.btn:visited {
  color: #f1f0f0;
}

.location-directions h2 {
  display: inline-block;
  margin: 5px;
}

.location-directions .button {
  display: inline-block;
  width: fit-content !important;
  margin: 5px;
}

.contact-widget.call-to-action {
  padding: 10px;
  min-height: 170px;
  text-align: right;
}

.contact-widget.call-to-action > div {
  width: 100%;
}

.contact-widget.call-to-action img {
  float: left;
}

.contact-widget.call-to-action h4 {
  margin-bottom: 10px;
  font-size: 22px;
  line-height: 1.42857143;
  color: #a62224;
}

.contact-widget.call-to-action a.phone {
  font-size: 22px;
  color: black;
}

.contact-widget.call-to-action .button {
  margin-top: auto;
}

.search-widget .search-title-row .search-subtitle {
  margin-left: 0 !important;
  font-size: 15px !important;
}

.search-widget {
  min-height: 0 !important;
}

.dropdown-location .select2-container .select2-selection--single {
  height: auto !important;
  min-height: 40px;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  overflow: auto;
  white-space: normal;
}

.dropdown-location .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 1.42857143 !important;
  margin: 9px 0;
}

.search-widget .selection {
  text-align: left;
}

.usedLoadMore {
  display: none !important;
}

.vip.landing .vipDigitalBtn {
  width: 100%;
  display: block;
  text-align: center;
}

main > .container > .row > .bg-white {
  padding-bottom: 40px;
  padding-left: 70px;
  padding-right: 70px;
}

.reset-password.red-box {
  height: auto;
}

.vip.landing .login-overlay .modal {
  display: block;
  height: auto;
}

.gray-box{background-color:#f1f0f0;}.faq-menu{padding:20px;position:relative;}.faq-menu .faq-button-wrapper{padding:20px;position:relative;}.resource-section .xs-button{background-color:#333;color:#fff;box-shadow:1px 1px 3px #333;font-size:30px;display:block;margin-top:5px;margin-bottom:5px;padding:5px 10px 5px 10px;text-align:center;text-transform:uppercase;}.resource-section .content-container{background-color:#f1f0f0;padding:10px;}.resource-section .article-published-date{font-weight:500;font-size:small;margin-top:-10px;margin-bottom:10px;display:block;}.resource-section .article-row{margin-top:20px;margin-bottom:20px;}.resource-section .article-row .img{width:100%;border:1px solid #333;box-shadow:1px 1px 3px #333;}.resource-section .article-row .image-category{top:-5px;left:-5px;background-color:#a62224;min-width:95%;color:#fff;text-transform:uppercase;font-weight:400;position:absolute;padding-top:3px;padding-bottom:3px;text-align:center;box-shadow:1px 1px 3px #333;}.resource-section .category-container{border:2px solid #333;text-align:center;position:relative;height:100%;padding-bottom:20px;}.resource-section .category-container.small{padding-bottom:25px;}.resource-section .category-container.small .category-text-box{font-size:16px;}.resource-section .category-container img{width:100%;}.resource-section .category-container .category-text-box{background-color:#333;color:#fff;padding:5px;font-size:20px;text-transform:uppercase;font-weight:400;position:absolute;bottom:0;width:100%;}.relative{position:relative;}.width-restrictor{max-width:1200px;margin-left:auto;margin-right:auto;display:block;position:relative;padding-left:10px;padding-right:10px;}
.show {
  display: block;
}
.hide {
  display: none;
}
.instructText {
  font-size: 18px;
  margin-top: 15px;
}
.dropdown-option {
  left: 0px !important;
}
.flexCenter {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.flexRow {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
}
.errorPage {
  margin-bottom: 5px;
}
.errorText {
  color: red;
}
.cardBtn {
  margin-right: 30px;
  margin-top: 20px;
}
.errorMsg {
  color: red;
}
.newVipForm {
  width: 80%;
}
.confirmText {
  width: 60%;
  font-size: 20px;
}
.vipInput {
  background-color: white;
  border-radius: 10px;
}
.vipTextArea {
  resize: none;
}
.vipWaiverText {
  background-color: #fee45c;
  border: 3px solid #a62224;
  border-radius: 10px;
  padding: 15px;
  color: #000;
  height: 80%;
  overflow-y: scroll;
}
.vipSubmitBtn {
  width: 40%;
  margin-right: 30px;
  margin-top: 20px;
  background-color: #fee45c;
  border: 3px solid #a62224;
  color: #000;
}
.alignLeft {
  text-align: left;
}
.whiteBackground {
  background-color: white;
}
.stateSelect:disabled {
  opacity: 0.4;
}
.getaquote {
  background-color: #F1F0F0;
  text-align: left;
  padding-left: 0px;
  padding-right: 0px;
}
.loading-spinner {
  position: absolute;
  right: 0px;
  top: 0px;
}
.loading-spinner:before {
  transition: opacity 0.5s ease;
  opacity: 1;
  content: '';
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  border-radius: 50%;
  border: 2px solid transparent;
  border-top-color: #a62224;
  border-bottom-color: #a62224;
  animation: spinner 0.8s ease infinite;
}
@keyframes spinner {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.email.good {
  color: green;
}
.email.bad {
  color: darkred;
}
.phone-number-red {
  background-color: #a62224;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 5px;
  color: #FFFFFF;
  text-align: left;
  height: 100%;
  margin-bottom: 5px;
  margin-top: 5px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.phone-number-red a {
  font-family: 'Oswald', Arial;
  font-weight: 400;
  text-decoration: underline;
  color: white !important;
  font-size: 35px;
  margin-left: 15px;
}
/*Framework*/
.fl-table {
  display: flex;
  box-sizing: border-box;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .fl-table .col-xs-1 {
    flex: 0 0 auto;
    -ms-flex-preferred-size: 8.33333333%;
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
    box-sizing: border-box;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .fl-table .col-sm-1 {
    flex: 0 0 auto !important;
    -ms-flex-preferred-size: 8.33333333% !important;
    flex-basis: 8.33333333% !important;
    max-width: 8.33333333% !important;
    box-sizing: border-box;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .fl-table .col-md-1 {
    flex: 0 0 auto;
    -ms-flex-preferred-size: 8.33333333%;
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
    box-sizing: border-box;
  }
}
@media only screen and (min-width: 1600px) {
  .fl-table .col-lg-1 {
    flex: 0 0 auto;
    -ms-flex-preferred-size: 8.33333333%;
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
    box-sizing: border-box;
    /*border: 1px solid black;*/
  }
}
@media (max-width: 767px) {
  .fl-table .col-xs-2 {
    flex: 0 0 auto;
    -ms-flex-preferred-size: 16.66666667%;
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
    box-sizing: border-box;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .fl-table .col-sm-2 {
    flex: 0 0 auto !important;
    -ms-flex-preferred-size: 16.66666667% !important;
    flex-basis: 16.66666667% !important;
    max-width: 16.66666667% !important;
    box-sizing: border-box;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .fl-table .col-md-2 {
    flex: 0 0 auto;
    -ms-flex-preferred-size: 16.66666667%;
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
    box-sizing: border-box;
  }
}
@media only screen and (min-width: 1600px) {
  .fl-table .col-lg-2 {
    flex: 0 0 auto;
    -ms-flex-preferred-size: 16.66666667%;
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
    box-sizing: border-box;
    /*border: 1px solid black;*/
  }
}
@media (max-width: 767px) {
  .fl-table .col-xs-3 {
    flex: 0 0 auto;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
    box-sizing: border-box;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .fl-table .col-sm-3 {
    flex: 0 0 auto !important;
    -ms-flex-preferred-size: 25% !important;
    flex-basis: 25% !important;
    max-width: 25% !important;
    box-sizing: border-box;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .fl-table .col-md-3 {
    flex: 0 0 auto;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
    box-sizing: border-box;
  }
}
@media only screen and (min-width: 1600px) {
  .fl-table .col-lg-3 {
    flex: 0 0 auto;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
    box-sizing: border-box;
    /*border: 1px solid black;*/
  }
}
@media (max-width: 767px) {
  .fl-table .col-xs-4 {
    flex: 0 0 auto;
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
    box-sizing: border-box;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .fl-table .col-sm-4 {
    flex: 0 0 auto !important;
    -ms-flex-preferred-size: 33.33333333% !important;
    flex-basis: 33.33333333% !important;
    max-width: 33.33333333% !important;
    box-sizing: border-box;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .fl-table .col-md-4 {
    flex: 0 0 auto;
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
    box-sizing: border-box;
  }
}
@media only screen and (min-width: 1600px) {
  .fl-table .col-lg-4 {
    flex: 0 0 auto;
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
    box-sizing: border-box;
    /*border: 1px solid black;*/
  }
}
@media (max-width: 767px) {
  .fl-table .col-xs-5 {
    flex: 0 0 auto;
    -ms-flex-preferred-size: 41.66666667%;
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
    box-sizing: border-box;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .fl-table .col-sm-5 {
    flex: 0 0 auto !important;
    -ms-flex-preferred-size: 41.66666667% !important;
    flex-basis: 41.66666667% !important;
    max-width: 41.66666667% !important;
    box-sizing: border-box;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .fl-table .col-md-5 {
    flex: 0 0 auto;
    -ms-flex-preferred-size: 41.66666667%;
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
    box-sizing: border-box;
  }
}
@media only screen and (min-width: 1600px) {
  .fl-table .col-lg-5 {
    flex: 0 0 auto;
    -ms-flex-preferred-size: 41.66666667%;
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
    box-sizing: border-box;
    /*border: 1px solid black;*/
  }
}
@media (max-width: 767px) {
  .fl-table .col-xs-6 {
    flex: 0 0 auto;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
    box-sizing: border-box;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .fl-table .col-sm-6 {
    flex: 0 0 auto !important;
    -ms-flex-preferred-size: 50% !important;
    flex-basis: 50% !important;
    max-width: 50% !important;
    box-sizing: border-box;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .fl-table .col-md-6 {
    flex: 0 0 auto;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
    box-sizing: border-box;
  }
}
@media only screen and (min-width: 1600px) {
  .fl-table .col-lg-6 {
    flex: 0 0 auto;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
    box-sizing: border-box;
    /*border: 1px solid black;*/
  }
}
@media (max-width: 767px) {
  .fl-table .col-xs-7 {
    flex: 0 0 auto;
    -ms-flex-preferred-size: 58.33333333%;
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
    box-sizing: border-box;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .fl-table .col-sm-7 {
    flex: 0 0 auto !important;
    -ms-flex-preferred-size: 58.33333333% !important;
    flex-basis: 58.33333333% !important;
    max-width: 58.33333333% !important;
    box-sizing: border-box;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .fl-table .col-md-7 {
    flex: 0 0 auto;
    -ms-flex-preferred-size: 58.33333333%;
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
    box-sizing: border-box;
  }
}
@media only screen and (min-width: 1600px) {
  .fl-table .col-lg-7 {
    flex: 0 0 auto;
    -ms-flex-preferred-size: 58.33333333%;
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
    box-sizing: border-box;
    /*border: 1px solid black;*/
  }
}
@media (max-width: 767px) {
  .fl-table .col-xs-8 {
    flex: 0 0 auto;
    -ms-flex-preferred-size: 66.66666667%;
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
    box-sizing: border-box;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .fl-table .col-sm-8 {
    flex: 0 0 auto !important;
    -ms-flex-preferred-size: 66.66666667% !important;
    flex-basis: 66.66666667% !important;
    max-width: 66.66666667% !important;
    box-sizing: border-box;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .fl-table .col-md-8 {
    flex: 0 0 auto;
    -ms-flex-preferred-size: 66.66666667%;
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
    box-sizing: border-box;
  }
}
@media only screen and (min-width: 1600px) {
  .fl-table .col-lg-8 {
    flex: 0 0 auto;
    -ms-flex-preferred-size: 66.66666667%;
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
    box-sizing: border-box;
    /*border: 1px solid black;*/
  }
}
@media (max-width: 767px) {
  .fl-table .col-xs-9 {
    flex: 0 0 auto;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
    box-sizing: border-box;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .fl-table .col-sm-9 {
    flex: 0 0 auto !important;
    -ms-flex-preferred-size: 75% !important;
    flex-basis: 75% !important;
    max-width: 75% !important;
    box-sizing: border-box;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .fl-table .col-md-9 {
    flex: 0 0 auto;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
    box-sizing: border-box;
  }
}
@media only screen and (min-width: 1600px) {
  .fl-table .col-lg-9 {
    flex: 0 0 auto;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
    box-sizing: border-box;
    /*border: 1px solid black;*/
  }
}
@media (max-width: 767px) {
  .fl-table .col-xs-10 {
    flex: 0 0 auto;
    -ms-flex-preferred-size: 83.33333333%;
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
    box-sizing: border-box;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .fl-table .col-sm-10 {
    flex: 0 0 auto !important;
    -ms-flex-preferred-size: 83.33333333% !important;
    flex-basis: 83.33333333% !important;
    max-width: 83.33333333% !important;
    box-sizing: border-box;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .fl-table .col-md-10 {
    flex: 0 0 auto;
    -ms-flex-preferred-size: 83.33333333%;
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
    box-sizing: border-box;
  }
}
@media only screen and (min-width: 1600px) {
  .fl-table .col-lg-10 {
    flex: 0 0 auto;
    -ms-flex-preferred-size: 83.33333333%;
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
    box-sizing: border-box;
    /*border: 1px solid black;*/
  }
}
@media (max-width: 767px) {
  .fl-table .col-xs-11 {
    flex: 0 0 auto;
    -ms-flex-preferred-size: 91.66666667%;
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
    box-sizing: border-box;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .fl-table .col-sm-11 {
    flex: 0 0 auto !important;
    -ms-flex-preferred-size: 91.66666667% !important;
    flex-basis: 91.66666667% !important;
    max-width: 91.66666667% !important;
    box-sizing: border-box;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .fl-table .col-md-11 {
    flex: 0 0 auto;
    -ms-flex-preferred-size: 91.66666667%;
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
    box-sizing: border-box;
  }
}
@media only screen and (min-width: 1600px) {
  .fl-table .col-lg-11 {
    flex: 0 0 auto;
    -ms-flex-preferred-size: 91.66666667%;
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
    box-sizing: border-box;
    /*border: 1px solid black;*/
  }
}
@media (max-width: 767px) {
  .fl-table .col-xs-12 {
    flex: 0 0 auto;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    box-sizing: border-box;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .fl-table .col-sm-12 {
    flex: 0 0 auto !important;
    -ms-flex-preferred-size: 100% !important;
    flex-basis: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .fl-table .col-md-12 {
    flex: 0 0 auto;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    box-sizing: border-box;
  }
}
@media only screen and (min-width: 1600px) {
  .fl-table .col-lg-12 {
    flex: 0 0 auto;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    box-sizing: border-box;
    /*border: 1px solid black;*/
  }
}
.fl-table.align-center {
  align-items: center;
}
.fl-table.align-bottom {
  align-items: baseline;
}
.fl-table .fl-eq-col {
  box-sizing: border-box;
  flex-grow: 1;
  flex-basis: 0;
}
.width-restrictor {
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
  padding-left: 10px;
  padding-right: 10px;
}
/*Controls*/

.button {
  border-radius: 5px;
  border: none;
  padding: 5px 10px;
  transition: background-color 0.5s ease;
  width: 100%;
  font-size: 18px;
  text-transform: uppercase;
  font-family: 'Oswald', Arial;
  display: block;
  text-decoration: none;
  text-align: center;
  font-weight: 400;
}
.button[disabled] {
  opacity: 0.4;
  cursor: default !important;
}
.button:hover {
  cursor: pointer;
}
.button.yellow {
  color: #000000;
  background-color: #FEE45C;
}
.button.yellow:hover {
  color: #303030;
  background-color: #ffee89;
}
.button[disabled].yellow:hover {
  color: #000000;
  background-color: #FEE45C;
}
.button.gray {
  color: #F1F0F0;
  background-color: #525252;
}
.button.gray:hover {
  color: #FFFFFF;
  background-color: #797979;
}
.button[disabled].gray:hover {
  color: #F1F0F0;
  background-color: #525252;
}
.button.red {
  color: #F1F0F0;
  background-color: #a62224;
}
.button.red:hover {
  color: #FFFFFF;
  background-color: #bd3c3e;
}
.button[disabled].red:hover {
  color: #F1F0F0;
  background-color: #a62224;
}
.button.uppercase {
  text-transform: uppercase;
}
.button.small {
  font-size: 16px;
}
.button.notransform {
  text-transform: none;
}
.wizard-arrow {
  position: absolute;
  top: 50%;
  transform: translatey(-50%);
  left: -10px;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #fee45c;
}
.no-outline {
  font-family: 'Oswald', Arial;
  font-size: 12pt;
  border: none;
  color: black;
  background-color: white;
  margin: 3px;
  padding: 2px;
  position: relative;
}
.dropdown-field-item {
  display: inline-block;
  border: 1px solid #525252;
  color: black;
  background-color: white;
  border-radius: 4px;
  padding: 2px;
  margin: 2px;
  position: relative;
  padding-right: 20px;
}
.dropdown-field-item .dropdown-field-item-close {
  right: 5px;
  top: 50%;
  transform: translate(0, -50%);
  position: absolute;
}
.dropdown-field .drop-caret {
  position: absolute;
  right: 7px;
  top: 50%;
  transform: translate(0, -50%);
}
.dropdown-field {
  transition: all ease 0.5s;
  font-family: 'Oswald', Arial;
  display: block;
  width: 100%;
  position: relative;
  padding: 0;
  text-align: left;
  border-radius: 5px;
  padding: 5px;
  font-size: 16px;
  background: #fff;
  cursor: pointer;
  color: #000;
  min-height: 42px;
}
.dropdown-option {
  padding: 5px;
  text-transform: uppercase;
  transition: all 0.5s ease;
  cursor: pointer;
  position: relative;
}
.dropdown-option.alt {
  background-color: #191919;
}
.dropdown-option:hover {
  /*background-color: #fff3b7*/
}
.dropdown-option.selected {
  color: white;
  background-color: #a62224;
}
.dropdown-option.mobile {
  padding: 7px;
  font-size: 16px;
  background-color: none;
}
.dropdown-option.mobile:hover {
  background-color: #000000;
  color: white;
}
.dropdown-option.mobile.selected {
  /*color: @papYellow;*/
  background-color: #000000;
}
.dropdown-option.header {
  background-color: #eeeeee;
  color: #a62224;
  font-size: 14px;
  text-shadow: none;
  left: 0px !important;
}
.dropdown-option.header.mobile {
  left: 0;
  font-size: 16px;
  text-transform: uppercase;
  background-color: #191919;
  color: #FEE45C;
}
.bottom-text {
  color: #a62224;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 12px;
  padding-top: 5px;
  border-top: 1px solid #a62224;
}
.bottom-text.tablet {
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  border-bottom: 1px solid #a62224;
  background-color: white;
}
.bottom-text.mobile {
  position: absolute;
  top: 0;
  left: 10px;
  right: 10px;
  color: #FEE45C;
  border-bottom: 1px solid #FEE45C;
  background-color: black;
  font-size: 18px;
}
.bottom-text.mobile .close-btn {
  font-size: 28px;
  margin-bottom: 2px;
  color: #F1F0F0;
}
.bottom-text {
  color: #a62224;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 12px;
  padding-top: 5px;
  border-top: 1px solid #a62224;
}
.bottom-text.tablet {
  position: relative;
  top: 10px;
  left: 10px;
  right: 10px;
  border-bottom: 1px solid #a62224;
  background-color: white;
  overflow-y: scroll;
}
.mobile-dropdown-list .text {
  text-transform: uppercase;
  text-align: center;
}
.top-text {
  color: #a62224;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 12px;
  padding-top: 5px;
  /*border-top: 1px solid @papRed;*/
}
.top-text.mobile {
  position: sticky;
  top: 0;
  left: 10px;
  right: 10px;
  color: #FEE45C;
  border-bottom: 1px solid #FEE45C;
  background-color: black;
  font-size: 18px;
}
.top-text.mobile .close-btn {
  font-size: 28px;
  margin-bottom: 2px;
  color: #F1F0F0;
}
/*@keyframes fade-in-drop {
    0% {
        visibility: hidden;
        opacity: 0;
    }

    100% {
        visibility: visible;
        opacity: 1;
    }
}

@keyframes fade-out-drop {
    0% {
        visibility: visible;
        opacity: 1;
    }

    100% {
        visibility: hidden;
        opacity: 0;
    }
}*/
.dropdown-options-wrapper {
  background-color: white;
  color: black;
  border-radius: 5px;
  padding: 10px;
  opacity: 0;
  position: absolute;
  z-index: -100;
  width: 100%;
}
.dropdown-options-wrapper.active {
  opacity: 1;
  z-index: 100;
  /*animation: fade-in-drop 0.5s;*/
}
.dropdown-options-wrapper.tablet {
  animation: none;
  transition: 0.5s ease all;
  position: fixed;
  width: 50%;
  right: -100%;
  left: 100%;
  top: 35px;
  bottom: 0;
}
.dropdown-options-wrapper.tablet.active {
  left: 50%;
  right: 0%;
  overflow: auto;
}
.dropdown-options-wrapper.mobile {
  animation: none;
  transition: 0.5s ease all;
  position: fixed;
  border-radius: unset;
  top: 0px;
  left: 100%;
  right: -100%;
  bottom: 0;
  width: 100%;
  background-color: black;
  color: white;
  font-size: 18px;
  z-index: 99999999;
}
.dropdown-options-wrapper.mobile .all-option {
  margin-top: 3px;
  border-top: 1px solid #FEE45C;
  border-bottom: 1px solid #FEE45C;
  text-align: center;
}
.dropdown-options-wrapper.mobile.active {
  left: 0%;
  right: 0%;
}
.dropdown-options-wrapper .dropdown-options {
  max-height: 300px;
  overflow-x: hidden;
  overflow-y: auto;
  position: relative;
}
.dropdown-options-wrapper .dropdown-options.hasHeaders .dropdown-option {
  left: 10px;
}
.dropdown-options-wrapper .dropdown-options.tablet,
.dropdown-options-wrapper .dropdown-options.mobile {
  max-height: none;
  position: relative;
  margin-top: 25px;
}
.dropdown {
  position: relative;
}
.dropdown.disabled .dropdown-field {
  background-color: #cccccc !important;
  color: #7f5f5f !important;
}
.tab-nav .tab {
  position: relative;
  top: 1px;
  display: inline-block;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
  padding-right: 10px;
  cursor: pointer;
}
.tab-nav-mobile .tab {
  display: inline-block;
}
.tab-nav {
  text-align: left;
}
.tab-content .tab-container {
  padding: 10px;
  display: block;
}
.tool-tip {
  overflow: visible;
}
.tool-tip .tool-tip-content {
  position: absolute;
  top: 30px;
  background-color: white;
  border: 2px solid #a62224;
  box-shadow: 0px 0px 3px black;
  opacity: 0;
  z-index: -100;
  transition: 0.5s ease all;
  padding: 10px;
  color: #000000;
  width: 500px;
}
.tool-tip:hover .tool-tip-content {
  opacity: 1;
  z-index: 200;
}
.tool-tip .tool-tip-child {
  cursor: pointer;
  text-decoration: underline;
}
.modal .modal-overlay {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 99999999;
}
.modal .modal-overlay .modal-window {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: white;
  padding: 10px;
  border-radius: 15px;
}
.modal .modal-overlay .modal-window.mobile {
  left: 20px;
  right: 20px;
  top: 20px;
  transform: none;
}
.modal .modal-overlay .modal-window .modal-header {
  font-weight: bold;
  font-size: 20px;
  color: #a62224;
  min-height: 20px;
  margin-bottom: 20px;
}
.modal .modal-overlay .modal-window .modal-header .modal-close {
  float: right;
  padding-top: 5px;
  cursor: pointer;
  padding-right: 5px;
}
.modal .modal-overlay .modal-window .modal-content {
  color: black;
  font-size: 16px;
}
.radio-button {
  display: inline-block;
  padding: 3px 0;
}
.radio-button .radio-item {
  display: inline-block;
  margin-left: 5px;
  margin-right: 5px;
  cursor: pointer;
  vertical-align: middle;
}
.radio-button .radio-item .radio-dot {
  display: inline-block;
  margin-right: 4px;
  vertical-align: middle;
}
.radio-button .radio-item .radio-text {
  display: inline-block;
  font-family: "Oswald", Arial;
  font-size: 18px;
  line-height: 1.42857143;
  vertical-align: middle;
}

    .radio-button .radio-item input[type=radio]:disabled + .radio-text {
        color: lightgray;
    }


.radio-button .radio-item-disabled {
  display: inline-block;
  margin-left: 5px;
  margin-right: 5px;
  cursor: pointer;
  color: lightgray;
  vertical-align: middle;
}
.radio-button .radio-item-disabled .radio-dot-disabled {
  display: inline-block;
  margin-right: 4px;
  color: lightgray;
  vertical-align: middle;
}
.radio-button .radio-item-disabled .radio-text-disabled {
  display: inline-block;
  font-family: "Oswald", Arial;
  font-size: 18px;
  line-height: 1.42857143;
  color: lightgray;
  vertical-align: middle;
}
.sort-header {
  cursor: pointer;
}
.sort-header .sort-arrow {
  margin-left: 5px;
}
.loading {
  display: flex;
  justify-content: center;
}
.loading .img-with-caption {
  /*width: 425px;*/
  text-align: center;
  display: block;
  background-color: transparent;
  border: 1px solid transparent;
  margin-right: 10px;
  margin-bottom: 1px;
  float: left;
}
.loading .img-spinner {
  background-color: #a62224;
}
/*Widgets*/
.call-to-action {
  background-color: #f2f1f0;
  color: #000;
  text-align: center;
  padding: 20px;
  position: relative;
}
.call-to-action img {
  width: 110px;
  height: 110px;
}
.call-to-action .text {
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 400;
}
.call-to-action .subtext {
  font-size: 14px;
}
.basic-search .widget-header {
  padding-left: 15px;
  font-size: 16px;
}
.basic-search .tips-modal {
  text-decoration: underline;
  cursor: pointer;
  display: inline-block;
}
.advanced-search .widget-header {
  padding-left: 15px;
  font-size: 16px;
}
.advanced-search .widget-header-mobile {
  font-size: 16px;
}
.interchange-search .widget-header {
  padding-left: 15px;
  font-size: 16px;
}
.interchange-search .widget-header-mobile {
  font-size: 16px;
}
.new-on-yard .widget-header {
  padding-left: 15px;
  font-size: 16px;
}
.new-on-yard .widget-header-mobile {
  font-size: 16px;
}
.new-on-yard .radio-label {
  font-size: 18px;
  display: inline;
  text-transform: uppercase;
  margin-top: 20px;
  margin-right: 5px;
  vertical-align: middle;
}
.new-on-yard .radio-button {
  display: inline-block;
  padding: 0px 0;
}

.search-bar {
  background-color: #222121;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 18px;
}
.search-bar .search-label {
  text-align: center;
  color: #b7b7b7;
}
.search-bar .zip-code {
  background-color: #f0f8f7;
  color: #006699;
  border: 1px solid #006699;
  padding: 10px;
  padding-right: 30px;
  transition: 0.25s ease all;
  position: relative;
  font-size: 18px;
  -moz-appearance: textfield;
}
.search-bar .zip-code::-webkit-input-placeholder {
  color: #006699;
  opacity: 0.5;
}
.search-bar .zip-code:-moz-placeholder {
  color: #006699;
  opacity: 0.5;
}
.search-bar .zip-code::-webkit-inner-spin-button,
.search-bar .zip-code ::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.search-widget {
  text-align: left;
  background-color: #a62224;
  padding: 10px;
  color: white;
  min-height: 280px;
}
.search-widget .search-title-row.mobile {
  text-align: center;
}
.search-widget .search-title-row .search-title {
  display: inline-block;
  vertical-align: middle;
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 400;
  text-shadow: 4px 2px 6px rgba(0, 0, 0, 0.3);
}
.search-widget .search-title-row .search-title.mobile {
  display: block;
}
.search-widget .search-title-row .search-subtitle {
  margin-left: 40px;
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  font-weight: 300;
  text-transform: uppercase;
}
.search-widget .search-title-row .search-subtitle.mobile {
  display: block;
  margin-left: 0;
}
.search-widget .tab-wrapper {
  margin-top: 20px;
  position: relative;
}
.search-widget .tab-wrapper .search-tips {
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: underline;
  font-size: 13px;
}
.search-widget .tab-wrapper .tab-widget .tab-nav .tab {
  border-left: 1px solid white;
  border-top: 1px solid white;
  border-right: 1px solid white;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  font-size: 14px;
  padding: 10px 20px;
  word-break: break-word;
  color: white;
  transition: 0.5s linear color;
  margin-right: -1px;
  text-transform: uppercase;
}
.search-widget .tab-wrapper .tab-widget .tab-nav .tab.active {
  background-color: #d2292c;
}
.search-widget .tab-wrapper .tab-widget .tab-nav-mobile .tab {
  border: 1px solid #bbbbbb;
  color: #e1e1e1;
  border-radius: 5px;
  padding: 5px;
  margin: 5px;
  text-transform: uppercase;
}
.search-widget .tab-wrapper .tab-widget .tab-nav-mobile .tab.active {
  color: white;
  background-color: #d2292c;
  border: 1px solid white;
}
.search-widget .tab-wrapper .tab-widget .tab-container-mobile {
  background-color: #d2292c;
  padding-left: 5px;
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}
.search-widget .tab-wrapper .tab-widget .tab-container-mobile.active {
  padding: 5px;
}
.search-widget .tab-wrapper .tab-widget .tab-content {
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-right-radius: 5px;
  border: 1px solid white;
  background-color: #d2292c;
}
.search-widget .tab-wrapper .tab-widget .tab-content-mobile {
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  border: 1px solid white;
  background-color: #d2292c;
  padding: 10px;
  margin-top: 5px;
}
.slideshow {
  position: relative;
  overflow: hidden;
}
.slideshow .slide-show-button {
  position: absolute;
  font-size: 20px;
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  top: 50%;
  transform: translatey(-50%);
  padding: 5px;
  z-index: 5;
}
.slideshow .slide-show-button.left {
  left: 0;
}
.slideshow .slide-show-button.right {
  right: 0;
}
.slideshow .slide-show-wrapper .slide-show .slide .slide-img {
  width: 100%;
}
.slideshow .slide-show-wrapper .slide-show-next {
  z-index: 4;
}
.slideshow .slide-show-index {
  color: white;
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 5px;
  cursor: pointer;
}
.slideshow .slide-show-index .index-dot {
  margin-left: 5px;
}
/*Pages*/
.callout {
  position: relative;
  display: block;
}
.callout .image img {
  width: 100%;
}
.callout .text {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 20px;
  font-size: 24px;
  color: white;
  text-decoration: none;
  -webkit-transition: background-color 0.5s ease;
  -moz-transition: background-color 0.5s ease;
  -o-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
}
.callout:hover .text {
  background-color: rgba(166, 34, 36, 0.7);
}
.empty-placeholder {
  background-color: #cccccc;
  text-align: center;
  vertical-align: middle;
  font-size: 24px;
  min-height: 300px;
}
.yellow-divider {
  border: 2px solid #FEE45C;
  margin: 0px 0px 0px 0px;
}
.getaquote {
  background-color: #F1F0F0;
  text-align: left;
  padding-left: 0px;
  padding-right: 0px;
  margin-right: 8px;
  margin-left: 8px;
}
.getaquote .col-lg-12,
.getaquote .col-md-12,
.getaquote .col-sm-12,
.getaquote .col-xs-12 {
  padding-left: 25px;
  padding-right: 25px;
}
.getaquote .h1 {
  padding-left: 15px;
  text-transform: uppercase;
}
.getaquote .h2,
.getaquote .h3,
.getaquote .h4 {
  text-transform: none;
}
.getaquote .make-relative {
  padding-top: 5px;
}
.getaquote .make-border {
  border: 1px solid black;
  padding-left: 10px;
}
.getaquote .error-api {
  color: red;
}
.email.good {
  color: green;
}
.email.bad {
  color: darkred;
}
.offer-text {
  font-size: 25px;
}
.accept-offer {
  font-family: 'Oswald', Arial;
  font-size: 25px;
}
.phone-number-red {
  background-color: #a62224;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 5px;
  color: #FFFFFF;
  text-align: left;
  height: 100%;
  margin-bottom: 5px;
  margin-top: 5px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.phone-number-red a {
  font-family: 'Oswald', Arial;
  font-weight: 400;
  text-decoration: underline;
  color: white !important;
  font-size: 35px;
  margin-left: 15px;
}
.show {
  display: block;
}
.hide {
  display: none;
}
.instructText {
  font-size: 18px;
  margin-top: 15px;
}
.dropdown-option {
  left: 0px !important;
}
.flexCenter {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.flexRow {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
}
.errorPage {
  margin-bottom: 5px;
}
.errorText {
  color: red;
}
.cardBtn {
  margin-right: 30px;
  margin-top: 20px;
}
.errorMsg {
  color: red;
}
.newVipForm {
  width: 80%;
}
.confirmText {
  width: 60%;
  font-size: 20px;
}
.vipInput {
  background-color: white;
  border-radius: 10px;
}
.vipTextArea {
  resize: none;
}
.vipWaiverText {
  background-color: #fee45c;
  border: 3px solid #a62224;
  border-radius: 10px;
  padding: 15px;
  color: #000;
  height: 80%;
  overflow-y: scroll;
}
.vipSubmitBtn {
  width: 40%;
  margin-right: 30px;
  margin-top: 20px;
  background-color: #fee45c;
  border: 3px solid #a62224;
  color: #000;
}
.alignLeft {
  text-align: left;
}
.whiteBackground {
  background-color: white;
}
.stateSelect:disabled {
  opacity: 0.4;
}
.getaquote {
  background-color: #F1F0F0;
  text-align: left;
  padding-left: 0px;
  padding-right: 0px;
}
.loading-spinner {
  position: absolute;
  right: 0px;
  top: 0px;
}
.loading-spinner:before {
  transition: opacity 0.5s ease;
  opacity: 1;
  content: '';
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  border-radius: 50%;
  border: 2px solid transparent;
  border-top-color: #a62224;
  border-bottom-color: #a62224;
  animation: spinner 0.8s ease infinite;
}
@keyframes spinner {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.email.good {
  color: green;
}
.email.bad {
  color: darkred;
}
.phone-number-red {
  background-color: #a62224;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 5px;
  color: #FFFFFF;
  text-align: left;
  height: 100%;
  margin-bottom: 5px;
  margin-top: 5px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.phone-number-red a {
  font-family: 'Oswald', Arial;
  font-weight: 400;
  text-decoration: underline;
  color: white !important;
  font-size: 35px;
  margin-left: 15px;
}
html {
  position: relative;
  height: 100%;
  scroll-behavior: smooth;
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}
body {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: "Oswald", Arial;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  overflow-x: hidden;
  position: relative;
  height: 100%;
}
body img {
  vertical-align: middle;
}
body .left-align {
  text-align: left;
}
body .center-align {
  text-align: center;
}
body .right-align {
  text-align: right;
}
.ios-mobile-scroll-spacer {
  display: block;
  min-height: 400px;
}
.stripe-divider {
  margin-top: 30px;
  margin-bottom: 30px;
  height: 25px;
  background-image: repeating-linear-gradient(-45deg, #dedcdb, #dedcdb 40px, #f5efec 40px, #f5efec 80px /* determines size */);
}



.tab-content {
    display: none;
}

    .tab-content.active {
        display: block;
    }

.wizard-arrow {
    display: none;
}

    .wizard-arrow.active {
        display: block;
    }

.select2-container--default .select2-selection--multiple {
    line-height: 18px;
    min-height: 28px;
}

    .select2-container--default .select2-selection--multiple .select2-selection__choice {
        color: #d2292c;
        margin-right: 2px;
        margin-top: 2px;
    }

.select2-container--default .select2-search--inline .select2-search__field {
    font-family: "Oswald", Arial;
    margin-top: 3px;
    width: 100% !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    margin-right: 4px;
    vertical-align: text-top;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: 1px solid #aaa;
}

.select2-container .select2-selection--single {
    height: 40px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 38px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    margin-top: 5px !important;
}

.select2-container--default .select2-results__group {
    background-color: #eeeeee;
    color: #a62224;
    font-size: 14px;
    text-shadow: none;
    left: 0px !important;
}

.select2-container--default .select2-selection--multiple {
    min-height: 40px !important;
}

.select2-container--default .select2-search--inline .select2-search__field {
    margin-top: 11px !important;
}



/* Deprecate selected item truncation */
.select2-container .select2-selection--single {
    height: auto !important;
    min-height: 28px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 20px !important;
    padding-top: 4px;
    padding-bottom: 4px;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    overflow: unset !important;
    text-overflow: unset !important;
    white-space: unset !important;
}

.search-arrow:not(.active) {
    display:none;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    display: inline-block;
    color: #000;
    border: 1px solid #525252;
    background-color: #fff;
    border-radius: 4px;
    padding: 2px;
    margin: 2px;
    position: relative;
    padding-right: 20px;
    font-size: 16px !important;
    color: #525252 !important;
    text-transform: uppercase;
    font-weight: 400;
    text-decoration: none;
    font-family: 'Oswald', Arial;
}

.auto-parts.notify-me .email.good {
    color: #008000;
}

.auto-parts.notify-me .email {
    transition: all .5s ease;
    position: absolute;
    right: 0;
    top: 12px;
    font-size: 20px;
    opacity: 1;
}

.select2-container .select2-selection--single{
    min-height:40px!important;
}
.select2-container .select2-selection--single .select2-selection__rendered{
    margin:9px 9px auto 10px;
}

.dropdown-location .select2-container--default .select2-selection--single .select2-selection__rendered {
    margin-left: 10px;
}
.select2-container--default .select2-search--inline .select2-search__field {
    margin-top: 6px !important;
}

#tipsModal .modal-content{
    border:none;
    text-align:left;
}
#tipsModal .modal-header {
    padding:unset;
    padding-bottom:1rem;
}
/*!
 * Font Awesome Free 5.15.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face{font-family:'FontAwesome';font-display:swap;src:url('/assets/fonts/font-awesome/fonts/fontawesome-webfont.eot?v=5.15.2');src:url('/assets/fonts/font-awesome/fonts/fontawesome-webfont.eot?#iefix&v=5.15.2') format('embedded-opentype'),url('/assets/fonts/font-awesome/fonts/fontawesome-webfont.woff2?v=5.15.2') format('woff2'),url('/assets/fonts/font-awesome/fonts/fontawesome-webfont.woff?v=5.15.2') format('woff'),url('/assets/fonts/font-awesome/fonts/fontawesome-webfont.ttf?v=5.15.2') format('truetype'),url('/assets/fonts/font-awesome/fonts/fontawesome-webfont.svg?v=5.15.2#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}@font-face{font-family:'Font Awesome 5 Free';font-style:normal;font-weight:400;font-display:block;src:url("/assets/fonts/font-awesome/fonts/fa-regular-400.eot?");src:url("/assets/fonts/font-awesome/fonts/fa-regular-400.eot?#iefix") format("embedded-opentype"),url("/assets/fonts/font-awesome/fonts/fa-regular-400.woff2") format("woff2"),url("/assets/fonts/font-awesome/fonts/fa-regular-400.woff") format("woff"),url("/assets/fonts/font-awesome/fonts/fa-regular-400.ttf") format("truetype"),url("/assets/fonts/font-awesome/fonts/fa-regular-400.svg#fontawesome") format("svg")}.fa,.fas,.far,.fal,.fad,.fab{font-display:swap;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;line-height:1}.far{font-family:'Font Awesome 5 Free';font-weight:400}.fa-lg{font-size:1.33333em;line-height:.75em;vertical-align:-.0667em}.fa-xs{font-size:.75em}.fa-sm{font-size:.875em}.fa-1x{font-size:1em}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-6x{font-size:6em}.fa-7x{font-size:7em}.fa-8x{font-size:8em}.fa-9x{font-size:9em}.fa-10x{font-size:10em}.fa-fw{text-align:center;width:1.25em}.fa-ul{list-style-type:none;margin-left:2.5em;padding-left:0}.fa-ul>li{position:relative}.fa-li{left:-2em;position:absolute;text-align:center;width:2em;line-height:inherit}.fa-border{border:solid .08em #eee;border-radius:.1em;padding:.2em .25em .15em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left,.fas.fa-pull-left,.far.fa-pull-left,.fal.fa-pull-left,.fab.fa-pull-left{margin-right:.3em}.fa.fa-pull-right,.fas.fa-pull-right,.far.fa-pull-right,.fal.fa-pull-right,.fab.fa-pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1,1);transform:scale(-1,1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1,-1);transform:scale(1,-1)}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(-1,-1);transform:scale(-1,-1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-flip-both{-webkit-filter:none;filter:none}.fa-stack{display:inline-block;height:2em;line-height:2em;position:relative;vertical-align:middle;width:2.5em}.fa-stack-1x,.fa-stack-2x{left:0;position:absolute;text-align:center;width:100%}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-500px:before{content:""}.fa-accessible-icon:before{content:""}.fa-accusoft:before{content:""}.fa-acquisitions-incorporated:before{content:""}.fa-ad:before{content:""}.fa-address-book:before{content:""}.fa-address-card:before{content:""}.fa-adjust:before{content:""}.fa-adn:before{content:""}.fa-adversal:before{content:""}.fa-affiliatetheme:before{content:""}.fa-air-freshener:before{content:""}.fa-airbnb:before{content:""}.fa-algolia:before{content:""}.fa-align-center:before{content:""}.fa-align-justify:before{content:""}.fa-align-left:before{content:""}.fa-align-right:before{content:""}.fa-alipay:before{content:""}.fa-allergies:before{content:""}.fa-amazon:before{content:""}.fa-amazon-pay:before{content:""}.fa-ambulance:before{content:""}.fa-american-sign-language-interpreting:before{content:""}.fa-amilia:before{content:""}.fa-anchor:before{content:""}.fa-android:before{content:""}.fa-angellist:before{content:""}.fa-angle-double-down:before{content:""}.fa-angle-double-left:before{content:""}.fa-angle-double-right:before{content:""}.fa-angle-double-up:before{content:""}.fa-angle-down:before{content:""}.fa-angle-left:before{content:""}.fa-angle-right:before{content:""}.fa-angle-up:before{content:""}.fa-angry:before{content:""}.fa-angrycreative:before{content:""}.fa-angular:before{content:""}.fa-ankh:before{content:""}.fa-app-store:before{content:""}.fa-app-store-ios:before{content:""}.fa-apper:before{content:""}.fa-apple:before{content:""}.fa-apple-alt:before{content:""}.fa-apple-pay:before{content:""}.fa-archive:before{content:""}.fa-archway:before{content:""}.fa-arrow-alt-circle-down:before{content:""}.fa-arrow-alt-circle-left:before{content:""}.fa-arrow-alt-circle-right:before{content:""}.fa-arrow-alt-circle-up:before{content:""}.fa-arrow-circle-down:before{content:""}.fa-arrow-circle-left:before{content:""}.fa-arrow-circle-right:before{content:""}.fa-arrow-circle-up:before{content:""}.fa-arrow-down:before{content:""}.fa-arrow-left:before{content:""}.fa-arrow-right:before{content:""}.fa-arrow-up:before{content:""}.fa-arrows-alt:before{content:""}.fa-arrows-alt-h:before{content:""}.fa-arrows-alt-v:before{content:""}.fa-artstation:before{content:""}.fa-assistive-listening-systems:before{content:""}.fa-asterisk:before{content:""}.fa-asymmetrik:before{content:""}.fa-at:before{content:""}.fa-atlas:before{content:""}.fa-atlassian:before{content:""}.fa-atom:before{content:""}.fa-audible:before{content:""}.fa-audio-description:before{content:""}.fa-autoprefixer:before{content:""}.fa-avianex:before{content:""}.fa-aviato:before{content:""}.fa-award:before{content:""}.fa-aws:before{content:""}.fa-baby:before{content:""}.fa-baby-carriage:before{content:""}.fa-backspace:before{content:""}.fa-backward:before{content:""}.fa-bacon:before{content:""}.fa-bacteria:before{content:""}.fa-bacterium:before{content:""}.fa-bahai:before{content:""}.fa-balance-scale:before{content:""}.fa-balance-scale-left:before{content:""}.fa-balance-scale-right:before{content:""}.fa-ban:before{content:""}.fa-band-aid:before{content:""}.fa-bandcamp:before{content:""}.fa-barcode:before{content:""}.fa-bars:before{content:""}.fa-baseball-ball:before{content:""}.fa-basketball-ball:before{content:""}.fa-bath:before{content:""}.fa-battery-empty:before{content:""}.fa-battery-full:before{content:""}.fa-battery-half:before{content:""}.fa-battery-quarter:before{content:""}.fa-battery-three-quarters:before{content:""}.fa-battle-net:before{content:""}.fa-bed:before{content:""}.fa-beer:before{content:""}.fa-behance:before{content:""}.fa-behance-square:before{content:""}.fa-bell:before{content:""}.fa-bell-slash:before{content:""}.fa-bezier-curve:before{content:""}.fa-bible:before{content:""}.fa-bicycle:before{content:""}.fa-biking:before{content:""}.fa-bimobject:before{content:""}.fa-binoculars:before{content:""}.fa-biohazard:before{content:""}.fa-birthday-cake:before{content:""}.fa-bitbucket:before{content:""}.fa-bitcoin:before{content:""}.fa-bity:before{content:""}.fa-black-tie:before{content:""}.fa-blackberry:before{content:""}.fa-blender:before{content:""}.fa-blender-phone:before{content:""}.fa-blind:before{content:""}.fa-blog:before{content:""}.fa-blogger:before{content:""}.fa-blogger-b:before{content:""}.fa-bluetooth:before{content:""}.fa-bluetooth-b:before{content:""}.fa-bold:before{content:""}.fa-bolt:before{content:""}.fa-bomb:before{content:""}.fa-bone:before{content:""}.fa-bong:before{content:""}.fa-book:before{content:""}.fa-book-dead:before{content:""}.fa-book-medical:before{content:""}.fa-book-open:before{content:""}.fa-book-reader:before{content:""}.fa-bookmark:before{content:""}.fa-bootstrap:before{content:""}.fa-border-all:before{content:""}.fa-border-none:before{content:""}.fa-border-style:before{content:""}.fa-bowling-ball:before{content:""}.fa-box:before{content:""}.fa-box-open:before{content:""}.fa-box-tissue:before{content:""}.fa-boxes:before{content:""}.fa-braille:before{content:""}.fa-brain:before{content:""}.fa-bread-slice:before{content:""}.fa-briefcase:before{content:""}.fa-briefcase-medical:before{content:""}.fa-broadcast-tower:before{content:""}.fa-broom:before{content:""}.fa-brush:before{content:""}.fa-btc:before{content:""}.fa-buffer:before{content:""}.fa-bug:before{content:""}.fa-building:before{content:""}.fa-bullhorn:before{content:""}.fa-bullseye:before{content:""}.fa-burn:before{content:""}.fa-buromobelexperte:before{content:""}.fa-bus:before{content:""}.fa-bus-alt:before{content:""}.fa-business-time:before{content:""}.fa-buy-n-large:before{content:""}.fa-buysellads:before{content:""}.fa-calculator:before{content:""}.fa-calendar:before{content:""}.fa-calendar-alt:before{content:""}.fa-calendar-check:before{content:""}.fa-calendar-day:before{content:""}.fa-calendar-minus:before{content:""}.fa-calendar-plus:before{content:""}.fa-calendar-times:before{content:""}.fa-calendar-week:before{content:""}.fa-camera:before{content:""}.fa-camera-retro:before{content:""}.fa-campground:before{content:""}.fa-canadian-maple-leaf:before{content:""}.fa-candy-cane:before{content:""}.fa-cannabis:before{content:""}.fa-capsules:before{content:""}.fa-car:before{content:""}.fa-car-alt:before{content:""}.fa-car-battery:before{content:""}.fa-car-crash:before{content:""}.fa-car-side:before{content:""}.fa-caravan:before{content:""}.fa-caret-down:before{content:""}.fa-caret-left:before{content:""}.fa-caret-right:before{content:""}.fa-caret-square-down:before{content:""}.fa-caret-square-left:before{content:""}.fa-caret-square-right:before{content:""}.fa-caret-square-up:before{content:""}.fa-caret-up:before{content:""}.fa-carrot:before{content:""}.fa-cart-arrow-down:before{content:""}.fa-cart-plus:before{content:""}.fa-cash-register:before{content:""}.fa-cat:before{content:""}.fa-cc-amazon-pay:before{content:""}.fa-cc-amex:before{content:""}.fa-cc-apple-pay:before{content:""}.fa-cc-diners-club:before{content:""}.fa-cc-discover:before{content:""}.fa-cc-jcb:before{content:""}.fa-cc-mastercard:before{content:""}.fa-cc-paypal:before{content:""}.fa-cc-stripe:before{content:""}.fa-cc-visa:before{content:""}.fa-centercode:before{content:""}.fa-centos:before{content:""}.fa-certificate:before{content:""}.fa-chair:before{content:""}.fa-chalkboard:before{content:""}.fa-chalkboard-teacher:before{content:""}.fa-charging-station:before{content:""}.fa-chart-area:before{content:""}.fa-chart-bar:before{content:""}.fa-chart-line:before{content:""}.fa-chart-pie:before{content:""}.fa-check:before{content:""}.fa-check-circle:before{content:""}.fa-check-double:before{content:""}.fa-check-square:before{content:""}.fa-cheese:before{content:""}.fa-chess:before{content:""}.fa-chess-bishop:before{content:""}.fa-chess-board:before{content:""}.fa-chess-king:before{content:""}.fa-chess-knight:before{content:""}.fa-chess-pawn:before{content:""}.fa-chess-queen:before{content:""}.fa-chess-rook:before{content:""}.fa-chevron-circle-down:before{content:""}.fa-chevron-circle-left:before{content:""}.fa-chevron-circle-right:before{content:""}.fa-chevron-circle-up:before{content:""}.fa-chevron-down:before{content:""}.fa-chevron-left:before{content:""}.fa-chevron-right:before{content:""}.fa-chevron-up:before{content:""}.fa-child:before{content:""}.fa-chrome:before{content:""}.fa-chromecast:before{content:""}.fa-church:before{content:""}.fa-circle:before{content:""}.fa-circle-notch:before{content:""}.fa-city:before{content:""}.fa-clinic-medical:before{content:""}.fa-clipboard:before{content:""}.fa-clipboard-check:before{content:""}.fa-clipboard-list:before{content:""}.fa-clock:before{content:""}.fa-clone:before{content:""}.fa-closed-captioning:before{content:""}.fa-cloud:before{content:""}.fa-cloud-download-alt:before{content:""}.fa-cloud-meatball:before{content:""}.fa-cloud-moon:before{content:""}.fa-cloud-moon-rain:before{content:""}.fa-cloud-rain:before{content:""}.fa-cloud-showers-heavy:before{content:""}.fa-cloud-sun:before{content:""}.fa-cloud-sun-rain:before{content:""}.fa-cloud-upload-alt:before{content:""}.fa-cloudflare:before{content:""}.fa-cloudscale:before{content:""}.fa-cloudsmith:before{content:""}.fa-cloudversify:before{content:""}.fa-cocktail:before{content:""}.fa-code:before{content:""}.fa-code-branch:before{content:""}.fa-codepen:before{content:""}.fa-codiepie:before{content:""}.fa-coffee:before{content:""}.fa-cog:before{content:""}.fa-cogs:before{content:""}.fa-coins:before{content:""}.fa-columns:before{content:""}.fa-comment:before{content:""}.fa-comment-alt:before{content:""}.fa-comment-dollar:before{content:""}.fa-comment-dots:before{content:""}.fa-comment-medical:before{content:""}.fa-comment-slash:before{content:""}.fa-comments:before{content:""}.fa-comments-dollar:before{content:""}.fa-compact-disc:before{content:""}.fa-compass:before{content:""}.fa-compress:before{content:""}.fa-compress-alt:before{content:""}.fa-compress-arrows-alt:before{content:""}.fa-concierge-bell:before{content:""}.fa-confluence:before{content:""}.fa-connectdevelop:before{content:""}.fa-contao:before{content:""}.fa-cookie:before{content:""}.fa-cookie-bite:before{content:""}.fa-copy:before{content:""}.fa-copyright:before{content:""}.fa-cotton-bureau:before{content:""}.fa-couch:before{content:""}.fa-cpanel:before{content:""}.fa-creative-commons:before{content:""}.fa-creative-commons-by:before{content:""}.fa-creative-commons-nc:before{content:""}.fa-creative-commons-nc-eu:before{content:""}.fa-creative-commons-nc-jp:before{content:""}.fa-creative-commons-nd:before{content:""}.fa-creative-commons-pd:before{content:""}.fa-creative-commons-pd-alt:before{content:""}.fa-creative-commons-remix:before{content:""}.fa-creative-commons-sa:before{content:""}.fa-creative-commons-sampling:before{content:""}.fa-creative-commons-sampling-plus:before{content:""}.fa-creative-commons-share:before{content:""}.fa-creative-commons-zero:before{content:""}.fa-credit-card:before{content:""}.fa-critical-role:before{content:""}.fa-crop:before{content:""}.fa-crop-alt:before{content:""}.fa-cross:before{content:""}.fa-crosshairs:before{content:""}.fa-crow:before{content:""}.fa-crown:before{content:""}.fa-crutch:before{content:""}.fa-css3:before{content:""}.fa-css3-alt:before{content:""}.fa-cube:before{content:""}.fa-cubes:before{content:""}.fa-cut:before{content:""}.fa-cuttlefish:before{content:""}.fa-d-and-d:before{content:""}.fa-d-and-d-beyond:before{content:""}.fa-dailymotion:before{content:""}.fa-dashcube:before{content:""}.fa-database:before{content:""}.fa-deaf:before{content:""}.fa-deezer:before{content:""}.fa-delicious:before{content:""}.fa-democrat:before{content:""}.fa-deploydog:before{content:""}.fa-deskpro:before{content:""}.fa-desktop:before{content:""}.fa-dev:before{content:""}.fa-deviantart:before{content:""}.fa-dharmachakra:before{content:""}.fa-dhl:before{content:""}.fa-diagnoses:before{content:""}.fa-diaspora:before{content:""}.fa-dice:before{content:""}.fa-dice-d20:before{content:""}.fa-dice-d6:before{content:""}.fa-dice-five:before{content:""}.fa-dice-four:before{content:""}.fa-dice-one:before{content:""}.fa-dice-six:before{content:""}.fa-dice-three:before{content:""}.fa-dice-two:before{content:""}.fa-digg:before{content:""}.fa-digital-ocean:before{content:""}.fa-digital-tachograph:before{content:""}.fa-directions:before{content:""}.fa-discord:before{content:""}.fa-discourse:before{content:""}.fa-disease:before{content:""}.fa-divide:before{content:""}.fa-dizzy:before{content:""}.fa-dna:before{content:""}.fa-dochub:before{content:""}.fa-docker:before{content:""}.fa-dog:before{content:""}.fa-dollar-sign:before{content:""}.fa-dolly:before{content:""}.fa-dolly-flatbed:before{content:""}.fa-donate:before{content:""}.fa-door-closed:before{content:""}.fa-door-open:before{content:""}.fa-dot-circle:before{content:""}.fa-dove:before{content:""}.fa-download:before{content:""}.fa-draft2digital:before{content:""}.fa-drafting-compass:before{content:""}.fa-dragon:before{content:""}.fa-draw-polygon:before{content:""}.fa-dribbble:before{content:""}.fa-dribbble-square:before{content:""}.fa-dropbox:before{content:""}.fa-drum:before{content:""}.fa-drum-steelpan:before{content:""}.fa-drumstick-bite:before{content:""}.fa-drupal:before{content:""}.fa-dumbbell:before{content:""}.fa-dumpster:before{content:""}.fa-dumpster-fire:before{content:""}.fa-dungeon:before{content:""}.fa-dyalog:before{content:""}.fa-earlybirds:before{content:""}.fa-ebay:before{content:""}.fa-edge:before{content:""}.fa-edge-legacy:before{content:""}.fa-edit:before{content:""}.fa-egg:before{content:""}.fa-eject:before{content:""}.fa-elementor:before{content:""}.fa-ellipsis-h:before{content:""}.fa-ellipsis-v:before{content:""}.fa-ello:before{content:""}.fa-ember:before{content:""}.fa-empire:before{content:""}.fa-envelope:before{content:""}.fa-envelope-open:before{content:""}.fa-envelope-open-text:before{content:""}.fa-envelope-square:before{content:""}.fa-envira:before{content:""}.fa-equals:before{content:""}.fa-eraser:before{content:""}.fa-erlang:before{content:""}.fa-ethereum:before{content:""}.fa-ethernet:before{content:""}.fa-etsy:before{content:""}.fa-euro-sign:before{content:""}.fa-evernote:before{content:""}.fa-exchange-alt:before{content:""}.fa-exclamation:before{content:""}.fa-exclamation-circle:before{content:""}.fa-exclamation-triangle:before{content:""}.fa-expand:before{content:""}.fa-expand-alt:before{content:""}.fa-expand-arrows-alt:before{content:""}.fa-expeditedssl:before{content:""}.fa-external-link-alt:before{content:""}.fa-external-link-square-alt:before{content:""}.fa-eye:before{content:""}.fa-eye-dropper:before{content:""}.fa-eye-slash:before{content:""}.fa-facebook:before{content:""}.fa-facebook-f:before{content:""}.fa-facebook-messenger:before{content:""}.fa-facebook-square:before{content:""}.fa-fan:before{content:""}.fa-fantasy-flight-games:before{content:""}.fa-fast-backward:before{content:""}.fa-fast-forward:before{content:""}.fa-faucet:before{content:""}.fa-fax:before{content:""}.fa-feather:before{content:""}.fa-feather-alt:before{content:""}.fa-fedex:before{content:""}.fa-fedora:before{content:""}.fa-female:before{content:""}.fa-fighter-jet:before{content:""}.fa-figma:before{content:""}.fa-file:before{content:""}.fa-file-alt:before{content:""}.fa-file-archive:before{content:""}.fa-file-audio:before{content:""}.fa-file-code:before{content:""}.fa-file-contract:before{content:""}.fa-file-csv:before{content:""}.fa-file-download:before{content:""}.fa-file-excel:before{content:""}.fa-file-export:before{content:""}.fa-file-image:before{content:""}.fa-file-import:before{content:""}.fa-file-invoice:before{content:""}.fa-file-invoice-dollar:before{content:""}.fa-file-medical:before{content:""}.fa-file-medical-alt:before{content:""}.fa-file-pdf:before{content:""}.fa-file-powerpoint:before{content:""}.fa-file-prescription:before{content:""}.fa-file-signature:before{content:""}.fa-file-upload:before{content:""}.fa-file-video:before{content:""}.fa-file-word:before{content:""}.fa-fill:before{content:""}.fa-fill-drip:before{content:""}.fa-film:before{content:""}.fa-filter:before{content:""}.fa-fingerprint:before{content:""}.fa-fire:before{content:""}.fa-fire-alt:before{content:""}.fa-fire-extinguisher:before{content:""}.fa-firefox:before{content:""}.fa-firefox-browser:before{content:""}.fa-first-aid:before{content:""}.fa-first-order:before{content:""}.fa-first-order-alt:before{content:""}.fa-firstdraft:before{content:""}.fa-fish:before{content:""}.fa-fist-raised:before{content:""}.fa-flag:before{content:""}.fa-flag-checkered:before{content:""}.fa-flag-usa:before{content:""}.fa-flask:before{content:""}.fa-flickr:before{content:""}.fa-flipboard:before{content:""}.fa-flushed:before{content:""}.fa-fly:before{content:""}.fa-folder:before{content:""}.fa-folder-minus:before{content:""}.fa-folder-open:before{content:""}.fa-folder-plus:before{content:""}.fa-font:before{content:""}.fa-font-awesome:before{content:""}.fa-font-awesome-alt:before{content:""}.fa-font-awesome-flag:before{content:""}.fa-font-awesome-logo-full:before{content:""}.fa-fonticons:before{content:""}.fa-fonticons-fi:before{content:""}.fa-football-ball:before{content:""}.fa-fort-awesome:before{content:""}.fa-fort-awesome-alt:before{content:""}.fa-forumbee:before{content:""}.fa-forward:before{content:""}.fa-foursquare:before{content:""}.fa-free-code-camp:before{content:""}.fa-freebsd:before{content:""}.fa-frog:before{content:""}.fa-frown:before{content:""}.fa-frown-open:before{content:""}.fa-fulcrum:before{content:""}.fa-funnel-dollar:before{content:""}.fa-futbol:before{content:""}.fa-galactic-republic:before{content:""}.fa-galactic-senate:before{content:""}.fa-gamepad:before{content:""}.fa-gas-pump:before{content:""}.fa-gavel:before{content:""}.fa-gem:before{content:""}.fa-genderless:before{content:""}.fa-get-pocket:before{content:""}.fa-gg:before{content:""}.fa-gg-circle:before{content:""}.fa-ghost:before{content:""}.fa-gift:before{content:""}.fa-gifts:before{content:""}.fa-git:before{content:""}.fa-git-alt:before{content:""}.fa-git-square:before{content:""}.fa-github:before{content:""}.fa-github-alt:before{content:""}.fa-github-square:before{content:""}.fa-gitkraken:before{content:""}.fa-gitlab:before{content:""}.fa-gitter:before{content:""}.fa-glass-cheers:before{content:""}.fa-glass-martini:before{content:""}.fa-glass-martini-alt:before{content:""}.fa-glass-whiskey:before{content:""}.fa-glasses:before{content:""}.fa-glide:before{content:""}.fa-glide-g:before{content:""}.fa-globe:before{content:""}.fa-globe-africa:before{content:""}.fa-globe-americas:before{content:""}.fa-globe-asia:before{content:""}.fa-globe-europe:before{content:""}.fa-gofore:before{content:""}.fa-golf-ball:before{content:""}.fa-goodreads:before{content:""}.fa-goodreads-g:before{content:""}.fa-google:before{content:""}.fa-google-drive:before{content:""}.fa-google-pay:before{content:""}.fa-google-play:before{content:""}.fa-google-plus:before{content:""}.fa-google-plus-g:before{content:""}.fa-google-plus-square:before{content:""}.fa-google-wallet:before{content:""}.fa-gopuram:before{content:""}.fa-graduation-cap:before{content:""}.fa-gratipay:before{content:""}.fa-grav:before{content:""}.fa-greater-than:before{content:""}.fa-greater-than-equal:before{content:""}.fa-grimace:before{content:""}.fa-grin:before{content:""}.fa-grin-alt:before{content:""}.fa-grin-beam:before{content:""}.fa-grin-beam-sweat:before{content:""}.fa-grin-hearts:before{content:""}.fa-grin-squint:before{content:""}.fa-grin-squint-tears:before{content:""}.fa-grin-stars:before{content:""}.fa-grin-tears:before{content:""}.fa-grin-tongue:before{content:""}.fa-grin-tongue-squint:before{content:""}.fa-grin-tongue-wink:before{content:""}.fa-grin-wink:before{content:""}.fa-grip-horizontal:before{content:""}.fa-grip-lines:before{content:""}.fa-grip-lines-vertical:before{content:""}.fa-grip-vertical:before{content:""}.fa-gripfire:before{content:""}.fa-grunt:before{content:""}.fa-guilded:before{content:""}.fa-guitar:before{content:""}.fa-gulp:before{content:""}.fa-h-square:before{content:""}.fa-hacker-news:before{content:""}.fa-hacker-news-square:before{content:""}.fa-hackerrank:before{content:""}.fa-hamburger:before{content:""}.fa-hammer:before{content:""}.fa-hamsa:before{content:""}.fa-hand-holding:before{content:""}.fa-hand-holding-heart:before{content:""}.fa-hand-holding-medical:before{content:""}.fa-hand-holding-usd:before{content:""}.fa-hand-holding-water:before{content:""}.fa-hand-lizard:before{content:""}.fa-hand-middle-finger:before{content:""}.fa-hand-paper:before{content:""}.fa-hand-peace:before{content:""}.fa-hand-point-down:before{content:""}.fa-hand-point-left:before{content:""}.fa-hand-point-right:before{content:""}.fa-hand-point-up:before{content:""}.fa-hand-pointer:before{content:""}.fa-hand-rock:before{content:""}.fa-hand-scissors:before{content:""}.fa-hand-sparkles:before{content:""}.fa-hand-spock:before{content:""}.fa-hands:before{content:""}.fa-hands-helping:before{content:""}.fa-hands-wash:before{content:""}.fa-handshake:before{content:""}.fa-handshake-alt-slash:before{content:""}.fa-handshake-slash:before{content:""}.fa-hanukiah:before{content:""}.fa-hard-hat:before{content:""}.fa-hashtag:before{content:""}.fa-hat-cowboy:before{content:""}.fa-hat-cowboy-side:before{content:""}.fa-hat-wizard:before{content:""}.fa-hdd:before{content:""}.fa-head-side-cough:before{content:""}.fa-head-side-cough-slash:before{content:""}.fa-head-side-mask:before{content:""}.fa-head-side-virus:before{content:""}.fa-heading:before{content:""}.fa-headphones:before{content:""}.fa-headphones-alt:before{content:""}.fa-headset:before{content:""}.fa-heart:before{content:""}.fa-heart-broken:before{content:""}.fa-heartbeat:before{content:""}.fa-helicopter:before{content:""}.fa-highlighter:before{content:""}.fa-hiking:before{content:""}.fa-hippo:before{content:""}.fa-hips:before{content:""}.fa-hire-a-helper:before{content:""}.fa-history:before{content:""}.fa-hive:before{content:""}.fa-hockey-puck:before{content:""}.fa-holly-berry:before{content:""}.fa-home:before{content:""}.fa-hooli:before{content:""}.fa-hornbill:before{content:""}.fa-horse:before{content:""}.fa-horse-head:before{content:""}.fa-hospital:before{content:""}.fa-hospital-alt:before{content:""}.fa-hospital-symbol:before{content:""}.fa-hospital-user:before{content:""}.fa-hot-tub:before{content:""}.fa-hotdog:before{content:""}.fa-hotel:before{content:""}.fa-hotjar:before{content:""}.fa-hourglass:before{content:""}.fa-hourglass-end:before{content:""}.fa-hourglass-half:before{content:""}.fa-hourglass-start:before{content:""}.fa-house-damage:before{content:""}.fa-house-user:before{content:""}.fa-houzz:before{content:""}.fa-hryvnia:before{content:""}.fa-html5:before{content:""}.fa-hubspot:before{content:""}.fa-i-cursor:before{content:""}.fa-ice-cream:before{content:""}.fa-icicles:before{content:""}.fa-icons:before{content:""}.fa-id-badge:before{content:""}.fa-id-card:before{content:""}.fa-id-card-alt:before{content:""}.fa-ideal:before{content:""}.fa-igloo:before{content:""}.fa-image:before{content:""}.fa-images:before{content:""}.fa-imdb:before{content:""}.fa-inbox:before{content:""}.fa-indent:before{content:""}.fa-industry:before{content:""}.fa-infinity:before{content:""}.fa-info:before{content:""}.fa-info-circle:before{content:""}.fa-innosoft:before{content:""}.fa-instagram:before{content:""}.fa-instagram-square:before{content:""}.fa-instalod:before{content:""}.fa-intercom:before{content:""}.fa-internet-explorer:before{content:""}.fa-invision:before{content:""}.fa-ioxhost:before{content:""}.fa-italic:before{content:""}.fa-itch-io:before{content:""}.fa-itunes:before{content:""}.fa-itunes-note:before{content:""}.fa-java:before{content:""}.fa-jedi:before{content:""}.fa-jedi-order:before{content:""}.fa-jenkins:before{content:""}.fa-jira:before{content:""}.fa-joget:before{content:""}.fa-joint:before{content:""}.fa-joomla:before{content:""}.fa-journal-whills:before{content:""}.fa-js:before{content:""}.fa-js-square:before{content:""}.fa-jsfiddle:before{content:""}.fa-kaaba:before{content:""}.fa-kaggle:before{content:""}.fa-key:before{content:""}.fa-keybase:before{content:""}.fa-keyboard:before{content:""}.fa-keycdn:before{content:""}.fa-khanda:before{content:""}.fa-kickstarter:before{content:""}.fa-kickstarter-k:before{content:""}.fa-kiss:before{content:""}.fa-kiss-beam:before{content:""}.fa-kiss-wink-heart:before{content:""}.fa-kiwi-bird:before{content:""}.fa-korvue:before{content:""}.fa-landmark:before{content:""}.fa-language:before{content:""}.fa-laptop:before{content:""}.fa-laptop-code:before{content:""}.fa-laptop-house:before{content:""}.fa-laptop-medical:before{content:""}.fa-laravel:before{content:""}.fa-lastfm:before{content:""}.fa-lastfm-square:before{content:""}.fa-laugh:before{content:""}.fa-laugh-beam:before{content:""}.fa-laugh-squint:before{content:""}.fa-laugh-wink:before{content:""}.fa-layer-group:before{content:""}.fa-leaf:before{content:""}.fa-leanpub:before{content:""}.fa-lemon:before{content:""}.fa-less:before{content:""}.fa-less-than:before{content:""}.fa-less-than-equal:before{content:""}.fa-level-down-alt:before{content:""}.fa-level-up-alt:before{content:""}.fa-life-ring:before{content:""}.fa-lightbulb:before{content:""}.fa-line:before{content:""}.fa-link:before{content:""}.fa-linkedin:before{content:""}.fa-linkedin-in:before{content:""}.fa-linode:before{content:""}.fa-linux:before{content:""}.fa-lira-sign:before{content:""}.fa-list:before{content:""}.fa-list-alt:before{content:""}.fa-list-ol:before{content:""}.fa-list-ul:before{content:""}.fa-location-arrow:before{content:""}.fa-lock:before{content:""}.fa-lock-open:before{content:""}.fa-long-arrow-alt-down:before{content:""}.fa-long-arrow-alt-left:before{content:""}.fa-long-arrow-alt-right:before{content:""}.fa-long-arrow-alt-up:before{content:""}.fa-low-vision:before{content:""}.fa-luggage-cart:before{content:""}.fa-lungs:before{content:""}.fa-lungs-virus:before{content:""}.fa-lyft:before{content:""}.fa-magento:before{content:""}.fa-magic:before{content:""}.fa-magnet:before{content:""}.fa-mail-bulk:before{content:""}.fa-mailchimp:before{content:""}.fa-male:before{content:""}.fa-mandalorian:before{content:""}.fa-map:before{content:""}.fa-map-marked:before{content:""}.fa-map-marked-alt:before{content:""}.fa-map-marker:before{content:""}.fa-map-marker-alt:before{content:""}.fa-map-pin:before{content:""}.fa-map-signs:before{content:""}.fa-markdown:before{content:""}.fa-marker:before{content:""}.fa-mars:before{content:""}.fa-mars-double:before{content:""}.fa-mars-stroke:before{content:""}.fa-mars-stroke-h:before{content:""}.fa-mars-stroke-v:before{content:""}.fa-mask:before{content:""}.fa-mastodon:before{content:""}.fa-maxcdn:before{content:""}.fa-mdb:before{content:""}.fa-medal:before{content:""}.fa-medapps:before{content:""}.fa-medium:before{content:""}.fa-medium-m:before{content:""}.fa-medkit:before{content:""}.fa-medrt:before{content:""}.fa-meetup:before{content:""}.fa-megaport:before{content:""}.fa-meh:before{content:""}.fa-meh-blank:before{content:""}.fa-meh-rolling-eyes:before{content:""}.fa-memory:before{content:""}.fa-mendeley:before{content:""}.fa-menorah:before{content:""}.fa-mercury:before{content:""}.fa-meteor:before{content:""}.fa-microblog:before{content:""}.fa-microchip:before{content:""}.fa-microphone:before{content:""}.fa-microphone-alt:before{content:""}.fa-microphone-alt-slash:before{content:""}.fa-microphone-slash:before{content:""}.fa-microscope:before{content:""}.fa-microsoft:before{content:""}.fa-minus:before{content:""}.fa-minus-circle:before{content:""}.fa-minus-square:before{content:""}.fa-mitten:before{content:""}.fa-mix:before{content:""}.fa-mixcloud:before{content:""}.fa-mixer:before{content:""}.fa-mizuni:before{content:""}.fa-mobile:before{content:""}.fa-mobile-alt:before{content:""}.fa-modx:before{content:""}.fa-monero:before{content:""}.fa-money-bill:before{content:""}.fa-money-bill-alt:before{content:""}.fa-money-bill-wave:before{content:""}.fa-money-bill-wave-alt:before{content:""}.fa-money-check:before{content:""}.fa-money-check-alt:before{content:""}.fa-monument:before{content:""}.fa-moon:before{content:""}.fa-mortar-pestle:before{content:""}.fa-mosque:before{content:""}.fa-motorcycle:before{content:""}.fa-mountain:before{content:""}.fa-mouse:before{content:""}.fa-mouse-pointer:before{content:""}.fa-mug-hot:before{content:""}.fa-music:before{content:""}.fa-napster:before{content:""}.fa-neos:before{content:""}.fa-network-wired:before{content:""}.fa-neuter:before{content:""}.fa-newspaper:before{content:""}.fa-nimblr:before{content:""}.fa-node:before{content:""}.fa-node-js:before{content:""}.fa-not-equal:before{content:""}.fa-notes-medical:before{content:""}.fa-npm:before{content:""}.fa-ns8:before{content:""}.fa-nutritionix:before{content:""}.fa-object-group:before{content:""}.fa-object-ungroup:before{content:""}.fa-octopus-deploy:before{content:""}.fa-odnoklassniki:before{content:""}.fa-odnoklassniki-square:before{content:""}.fa-oil-can:before{content:""}.fa-old-republic:before{content:""}.fa-om:before{content:""}.fa-opencart:before{content:""}.fa-openid:before{content:""}.fa-opera:before{content:""}.fa-optin-monster:before{content:""}.fa-orcid:before{content:""}.fa-osi:before{content:""}.fa-otter:before{content:""}.fa-outdent:before{content:""}.fa-page4:before{content:""}.fa-pagelines:before{content:""}.fa-pager:before{content:""}.fa-paint-brush:before{content:""}.fa-paint-roller:before{content:""}.fa-palette:before{content:""}.fa-palfed:before{content:""}.fa-pallet:before{content:""}.fa-paper-plane:before{content:""}.fa-paperclip:before{content:""}.fa-parachute-box:before{content:""}.fa-paragraph:before{content:""}.fa-parking:before{content:""}.fa-passport:before{content:""}.fa-pastafarianism:before{content:""}.fa-paste:before{content:""}.fa-patreon:before{content:""}.fa-pause:before{content:""}.fa-pause-circle:before{content:""}.fa-paw:before{content:""}.fa-paypal:before{content:""}.fa-peace:before{content:""}.fa-pen:before{content:""}.fa-pen-alt:before{content:""}.fa-pen-fancy:before{content:""}.fa-pen-nib:before{content:""}.fa-pen-square:before{content:""}.fa-pencil-alt:before{content:""}.fa-pencil-ruler:before{content:""}.fa-penny-arcade:before{content:""}.fa-people-arrows:before{content:""}.fa-people-carry:before{content:""}.fa-pepper-hot:before{content:""}.fa-perbyte:before{content:""}.fa-percent:before{content:""}.fa-percentage:before{content:""}.fa-periscope:before{content:""}.fa-person-booth:before{content:""}.fa-phabricator:before{content:""}.fa-phoenix-framework:before{content:""}.fa-phoenix-squadron:before{content:""}.fa-phone:before{content:""}.fa-phone-alt:before{content:""}.fa-phone-slash:before{content:""}.fa-phone-square:before{content:""}.fa-phone-square-alt:before{content:""}.fa-phone-volume:before{content:""}.fa-photo-video:before{content:""}.fa-php:before{content:""}.fa-pied-piper:before{content:""}.fa-pied-piper-alt:before{content:""}.fa-pied-piper-hat:before{content:""}.fa-pied-piper-pp:before{content:""}.fa-pied-piper-square:before{content:""}.fa-piggy-bank:before{content:""}.fa-pills:before{content:""}.fa-pinterest:before{content:""}.fa-pinterest-p:before{content:""}.fa-pinterest-square:before{content:""}.fa-pizza-slice:before{content:""}.fa-place-of-worship:before{content:""}.fa-plane:before{content:""}.fa-plane-arrival:before{content:""}.fa-plane-departure:before{content:""}.fa-plane-slash:before{content:""}.fa-play:before{content:""}.fa-play-circle:before{content:""}.fa-playstation:before{content:""}.fa-plug:before{content:""}.fa-plus:before{content:""}.fa-plus-circle:before{content:""}.fa-plus-square:before{content:""}.fa-podcast:before{content:""}.fa-poll:before{content:""}.fa-poll-h:before{content:""}.fa-poo:before{content:""}.fa-poo-storm:before{content:""}.fa-poop:before{content:""}.fa-portrait:before{content:""}.fa-pound-sign:before{content:""}.fa-power-off:before{content:""}.fa-pray:before{content:""}.fa-praying-hands:before{content:""}.fa-prescription:before{content:""}.fa-prescription-bottle:before{content:""}.fa-prescription-bottle-alt:before{content:""}.fa-print:before{content:""}.fa-procedures:before{content:""}.fa-product-hunt:before{content:""}.fa-project-diagram:before{content:""}.fa-pump-medical:before{content:""}.fa-pump-soap:before{content:""}.fa-pushed:before{content:""}.fa-puzzle-piece:before{content:""}.fa-python:before{content:""}.fa-qq:before{content:""}.fa-qrcode:before{content:""}.fa-question:before{content:""}.fa-question-circle:before{content:""}.fa-quidditch:before{content:""}.fa-quinscape:before{content:""}.fa-quora:before{content:""}.fa-quote-left:before{content:""}.fa-quote-right:before{content:""}.fa-quran:before{content:""}.fa-r-project:before{content:""}.fa-radiation:before{content:""}.fa-radiation-alt:before{content:""}.fa-rainbow:before{content:""}.fa-random:before{content:""}.fa-raspberry-pi:before{content:""}.fa-ravelry:before{content:""}.fa-react:before{content:""}.fa-reacteurope:before{content:""}.fa-readme:before{content:""}.fa-rebel:before{content:""}.fa-receipt:before{content:""}.fa-record-vinyl:before{content:""}.fa-recycle:before{content:""}.fa-red-river:before{content:""}.fa-reddit:before{content:""}.fa-reddit-alien:before{content:""}.fa-reddit-square:before{content:""}.fa-redhat:before{content:""}.fa-redo:before{content:""}.fa-redo-alt:before{content:""}.fa-registered:before{content:""}.fa-remove-format:before{content:""}.fa-renren:before{content:""}.fa-reply:before{content:""}.fa-reply-all:before{content:""}.fa-replyd:before{content:""}.fa-republican:before{content:""}.fa-researchgate:before{content:""}.fa-resolving:before{content:""}.fa-restroom:before{content:""}.fa-retweet:before{content:""}.fa-rev:before{content:""}.fa-ribbon:before{content:""}.fa-ring:before{content:""}.fa-road:before{content:""}.fa-robot:before{content:""}.fa-rocket:before{content:""}.fa-rocketchat:before{content:""}.fa-rockrms:before{content:""}.fa-route:before{content:""}.fa-rss:before{content:""}.fa-rss-square:before{content:""}.fa-ruble-sign:before{content:""}.fa-ruler:before{content:""}.fa-ruler-combined:before{content:""}.fa-ruler-horizontal:before{content:""}.fa-ruler-vertical:before{content:""}.fa-running:before{content:""}.fa-rupee-sign:before{content:""}.fa-rust:before{content:""}.fa-sad-cry:before{content:""}.fa-sad-tear:before{content:""}.fa-safari:before{content:""}.fa-salesforce:before{content:""}.fa-sass:before{content:""}.fa-satellite:before{content:""}.fa-satellite-dish:before{content:""}.fa-save:before{content:""}.fa-schlix:before{content:""}.fa-school:before{content:""}.fa-screwdriver:before{content:""}.fa-scribd:before{content:""}.fa-scroll:before{content:""}.fa-sd-card:before{content:""}.fa-search:before{content:""}.fa-search-dollar:before{content:""}.fa-search-location:before{content:""}.fa-search-minus:before{content:""}.fa-search-plus:before{content:""}.fa-searchengin:before{content:""}.fa-seedling:before{content:""}.fa-sellcast:before{content:""}.fa-sellsy:before{content:""}.fa-server:before{content:""}.fa-servicestack:before{content:""}.fa-shapes:before{content:""}.fa-share:before{content:""}.fa-share-alt:before{content:""}.fa-share-alt-square:before{content:""}.fa-share-square:before{content:""}.fa-shekel-sign:before{content:""}.fa-shield-alt:before{content:""}.fa-shield-virus:before{content:""}.fa-ship:before{content:""}.fa-shipping-fast:before{content:""}.fa-shirtsinbulk:before{content:""}.fa-shoe-prints:before{content:""}.fa-shopify:before{content:""}.fa-shopping-bag:before{content:""}.fa-shopping-basket:before{content:""}.fa-shopping-cart:before{content:""}.fa-shopware:before{content:""}.fa-shower:before{content:""}.fa-shuttle-van:before{content:""}.fa-sign:before{content:""}.fa-sign-in-alt:before{content:""}.fa-sign-language:before{content:""}.fa-sign-out-alt:before{content:""}.fa-signal:before{content:""}.fa-signature:before{content:""}.fa-sim-card:before{content:""}.fa-simplybuilt:before{content:""}.fa-sink:before{content:""}.fa-sistrix:before{content:""}.fa-sitemap:before{content:""}.fa-sith:before{content:""}.fa-skating:before{content:""}.fa-sketch:before{content:""}.fa-skiing:before{content:""}.fa-skiing-nordic:before{content:""}.fa-skull:before{content:""}.fa-skull-crossbones:before{content:""}.fa-skyatlas:before{content:""}.fa-skype:before{content:""}.fa-slack:before{content:""}.fa-slack-hash:before{content:""}.fa-slash:before{content:""}.fa-sleigh:before{content:""}.fa-sliders-h:before{content:""}.fa-slideshare:before{content:""}.fa-smile:before{content:""}.fa-smile-beam:before{content:""}.fa-smile-wink:before{content:""}.fa-smog:before{content:""}.fa-smoking:before{content:""}.fa-smoking-ban:before{content:""}.fa-sms:before{content:""}.fa-snapchat:before{content:""}.fa-snapchat-ghost:before{content:""}.fa-snapchat-square:before{content:""}.fa-snowboarding:before{content:""}.fa-snowflake:before{content:""}.fa-snowman:before{content:""}.fa-snowplow:before{content:""}.fa-soap:before{content:""}.fa-socks:before{content:""}.fa-solar-panel:before{content:""}.fa-sort:before{content:""}.fa-sort-alpha-down:before{content:""}.fa-sort-alpha-down-alt:before{content:""}.fa-sort-alpha-up:before{content:""}.fa-sort-alpha-up-alt:before{content:""}.fa-sort-amount-down:before{content:""}.fa-sort-amount-down-alt:before{content:""}.fa-sort-amount-up:before{content:""}.fa-sort-amount-up-alt:before{content:""}.fa-sort-down:before{content:""}.fa-sort-numeric-down:before{content:""}.fa-sort-numeric-down-alt:before{content:""}.fa-sort-numeric-up:before{content:""}.fa-sort-numeric-up-alt:before{content:""}.fa-sort-up:before{content:""}.fa-soundcloud:before{content:""}.fa-sourcetree:before{content:""}.fa-spa:before{content:""}.fa-space-shuttle:before{content:""}.fa-speakap:before{content:""}.fa-speaker-deck:before{content:""}.fa-spell-check:before{content:""}.fa-spider:before{content:""}.fa-spinner:before{content:""}.fa-splotch:before{content:""}.fa-spotify:before{content:""}.fa-spray-can:before{content:""}.fa-square:before{content:""}.fa-square-full:before{content:""}.fa-square-root-alt:before{content:""}.fa-squarespace:before{content:""}.fa-stack-exchange:before{content:""}.fa-stack-overflow:before{content:""}.fa-stackpath:before{content:""}.fa-stamp:before{content:""}.fa-star:before{content:""}.fa-star-and-crescent:before{content:""}.fa-star-half:before{content:""}.fa-star-half-alt:before{content:""}.fa-star-of-david:before{content:""}.fa-star-of-life:before{content:""}.fa-staylinked:before{content:""}.fa-steam:before{content:""}.fa-steam-square:before{content:""}.fa-steam-symbol:before{content:""}.fa-step-backward:before{content:""}.fa-step-forward:before{content:""}.fa-stethoscope:before{content:""}.fa-sticker-mule:before{content:""}.fa-sticky-note:before{content:""}.fa-stop:before{content:""}.fa-stop-circle:before{content:""}.fa-stopwatch:before{content:""}.fa-stopwatch-20:before{content:""}.fa-store:before{content:""}.fa-store-alt:before{content:""}.fa-store-alt-slash:before{content:""}.fa-store-slash:before{content:""}.fa-strava:before{content:""}.fa-stream:before{content:""}.fa-street-view:before{content:""}.fa-strikethrough:before{content:""}.fa-stripe:before{content:""}.fa-stripe-s:before{content:""}.fa-stroopwafel:before{content:""}.fa-studiovinari:before{content:""}.fa-stumbleupon:before{content:""}.fa-stumbleupon-circle:before{content:""}.fa-subscript:before{content:""}.fa-subway:before{content:""}.fa-suitcase:before{content:""}.fa-suitcase-rolling:before{content:""}.fa-sun:before{content:""}.fa-superpowers:before{content:""}.fa-superscript:before{content:""}.fa-supple:before{content:""}.fa-surprise:before{content:""}.fa-suse:before{content:""}.fa-swatchbook:before{content:""}.fa-swift:before{content:""}.fa-swimmer:before{content:""}.fa-swimming-pool:before{content:""}.fa-symfony:before{content:""}.fa-synagogue:before{content:""}.fa-sync:before{content:""}.fa-sync-alt:before{content:""}.fa-syringe:before{content:""}.fa-table:before{content:""}.fa-table-tennis:before{content:""}.fa-tablet:before{content:""}.fa-tablet-alt:before{content:""}.fa-tablets:before{content:""}.fa-tachometer-alt:before{content:""}.fa-tag:before{content:""}.fa-tags:before{content:""}.fa-tape:before{content:""}.fa-tasks:before{content:""}.fa-taxi:before{content:""}.fa-teamspeak:before{content:""}.fa-teeth:before{content:""}.fa-teeth-open:before{content:""}.fa-telegram:before{content:""}.fa-telegram-plane:before{content:""}.fa-temperature-high:before{content:""}.fa-temperature-low:before{content:""}.fa-tencent-weibo:before{content:""}.fa-tenge:before{content:""}.fa-terminal:before{content:""}.fa-text-height:before{content:""}.fa-text-width:before{content:""}.fa-th:before{content:""}.fa-th-large:before{content:""}.fa-th-list:before{content:""}.fa-the-red-yeti:before{content:""}.fa-theater-masks:before{content:""}.fa-themeco:before{content:""}.fa-themeisle:before{content:""}.fa-thermometer:before{content:""}.fa-thermometer-empty:before{content:""}.fa-thermometer-full:before{content:""}.fa-thermometer-half:before{content:""}.fa-thermometer-quarter:before{content:""}.fa-thermometer-three-quarters:before{content:""}.fa-think-peaks:before{content:""}.fa-thumbs-down:before{content:""}.fa-thumbs-up:before{content:""}.fa-thumbtack:before{content:""}.fa-ticket-alt:before{content:""}.fa-tiktok:before{content:""}.fa-times:before{content:""}.fa-times-circle:before{content:""}.fa-tint:before{content:""}.fa-tint-slash:before{content:""}.fa-tired:before{content:""}.fa-toggle-off:before{content:""}.fa-toggle-on:before{content:""}.fa-toilet:before{content:""}.fa-toilet-paper:before{content:""}.fa-toilet-paper-slash:before{content:""}.fa-toolbox:before{content:""}.fa-tools:before{content:""}.fa-tooth:before{content:""}.fa-torah:before{content:""}.fa-torii-gate:before{content:""}.fa-tractor:before{content:""}.fa-trade-federation:before{content:""}.fa-trademark:before{content:""}.fa-traffic-light:before{content:""}.fa-trailer:before{content:""}.fa-train:before{content:""}.fa-tram:before{content:""}.fa-transgender:before{content:""}.fa-transgender-alt:before{content:""}.fa-trash:before{content:""}.fa-trash-alt:before{content:""}.fa-trash-restore:before{content:""}.fa-trash-restore-alt:before{content:""}.fa-tree:before{content:""}.fa-trello:before{content:""}.fa-tripadvisor:before{content:""}.fa-trophy:before{content:""}.fa-truck:before{content:""}.fa-truck-loading:before{content:""}.fa-truck-monster:before{content:""}.fa-truck-moving:before{content:""}.fa-truck-pickup:before{content:""}.fa-tshirt:before{content:""}.fa-tty:before{content:""}.fa-tumblr:before{content:""}.fa-tumblr-square:before{content:""}.fa-tv:before{content:""}.fa-twitch:before{content:""}.fa-twitter:before{content:""}.fa-twitter-square:before{content:""}.fa-typo3:before{content:""}.fa-uber:before{content:""}.fa-ubuntu:before{content:""}.fa-uikit:before{content:""}.fa-umbraco:before{content:""}.fa-umbrella:before{content:""}.fa-umbrella-beach:before{content:""}.fa-uncharted:before{content:""}.fa-underline:before{content:""}.fa-undo:before{content:""}.fa-undo-alt:before{content:""}.fa-uniregistry:before{content:""}.fa-unity:before{content:""}.fa-universal-access:before{content:""}.fa-university:before{content:""}.fa-unlink:before{content:""}.fa-unlock:before{content:""}.fa-unlock-alt:before{content:""}.fa-unsplash:before{content:""}.fa-untappd:before{content:""}.fa-upload:before{content:""}.fa-ups:before{content:""}.fa-usb:before{content:""}.fa-user:before{content:""}.fa-user-alt:before{content:""}.fa-user-alt-slash:before{content:""}.fa-user-astronaut:before{content:""}.fa-user-check:before{content:""}.fa-user-circle:before{content:""}.fa-user-clock:before{content:""}.fa-user-cog:before{content:""}.fa-user-edit:before{content:""}.fa-user-friends:before{content:""}.fa-user-graduate:before{content:""}.fa-user-injured:before{content:""}.fa-user-lock:before{content:""}.fa-user-md:before{content:""}.fa-user-minus:before{content:""}.fa-user-ninja:before{content:""}.fa-user-nurse:before{content:""}.fa-user-plus:before{content:""}.fa-user-secret:before{content:""}.fa-user-shield:before{content:""}.fa-user-slash:before{content:""}.fa-user-tag:before{content:""}.fa-user-tie:before{content:""}.fa-user-times:before{content:""}.fa-users:before{content:""}.fa-users-cog:before{content:""}.fa-users-slash:before{content:""}.fa-usps:before{content:""}.fa-ussunnah:before{content:""}.fa-utensil-spoon:before{content:""}.fa-utensils:before{content:""}.fa-vaadin:before{content:""}.fa-vector-square:before{content:""}.fa-venus:before{content:""}.fa-venus-double:before{content:""}.fa-venus-mars:before{content:""}.fa-vest:before{content:""}.fa-vest-patches:before{content:""}.fa-viacoin:before{content:""}.fa-viadeo:before{content:""}.fa-viadeo-square:before{content:""}.fa-vial:before{content:""}.fa-vials:before{content:""}.fa-viber:before{content:""}.fa-video:before{content:""}.fa-video-slash:before{content:""}.fa-vihara:before{content:""}.fa-vimeo:before{content:""}.fa-vimeo-square:before{content:""}.fa-vimeo-v:before{content:""}.fa-vine:before{content:""}.fa-virus:before{content:""}.fa-virus-slash:before{content:""}.fa-viruses:before{content:""}.fa-vk:before{content:""}.fa-vnv:before{content:""}.fa-voicemail:before{content:""}.fa-volleyball-ball:before{content:""}.fa-volume-down:before{content:""}.fa-volume-mute:before{content:""}.fa-volume-off:before{content:""}.fa-volume-up:before{content:""}.fa-vote-yea:before{content:""}.fa-vr-cardboard:before{content:""}.fa-vuejs:before{content:""}.fa-walking:before{content:""}.fa-wallet:before{content:""}.fa-warehouse:before{content:""}.fa-watchman-monitoring:before{content:""}.fa-water:before{content:""}.fa-wave-square:before{content:""}.fa-waze:before{content:""}.fa-weebly:before{content:""}.fa-weibo:before{content:""}.fa-weight:before{content:""}.fa-weight-hanging:before{content:""}.fa-weixin:before{content:""}.fa-whatsapp:before{content:""}.fa-whatsapp-square:before{content:""}.fa-wheelchair:before{content:""}.fa-whmcs:before{content:""}.fa-wifi:before{content:""}.fa-wikipedia-w:before{content:""}.fa-wind:before{content:""}.fa-window-close:before{content:""}.fa-window-maximize:before{content:""}.fa-window-minimize:before{content:""}.fa-window-restore:before{content:""}.fa-windows:before{content:""}.fa-wine-bottle:before{content:""}.fa-wine-glass:before{content:""}.fa-wine-glass-alt:before{content:""}.fa-wix:before{content:""}.fa-wizards-of-the-coast:before{content:""}.fa-wodu:before{content:""}.fa-wolf-pack-battalion:before{content:""}.fa-won-sign:before{content:""}.fa-wordpress:before{content:""}.fa-wordpress-simple:before{content:""}.fa-wpbeginner:before{content:""}.fa-wpexplorer:before{content:""}.fa-wpforms:before{content:""}.fa-wpressr:before{content:""}.fa-wrench:before{content:""}.fa-x-ray:before{content:""}.fa-xbox:before{content:""}.fa-xing:before{content:""}.fa-xing-square:before{content:""}.fa-y-combinator:before{content:""}.fa-yahoo:before{content:""}.fa-yammer:before{content:""}.fa-yandex:before{content:""}.fa-yandex-international:before{content:""}.fa-yarn:before{content:""}.fa-yelp:before{content:""}.fa-yen-sign:before{content:""}.fa-yin-yang:before{content:""}.fa-yoast:before{content:""}.fa-youtube:before{content:""}.fa-youtube-square:before{content:""}.fa-zhihu:before{content:""}.sr-only{border:0;clip:rect(0,0,0,0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.sr-only-focusable:active,.sr-only-focusable:focus{clip:auto;height:auto;margin:0;overflow:visible;position:static;width:auto}
.fl-table {
	display: flex;
	flex-flow: row wrap;
	box-sizing: border-box
}

@media(max-width:767px) {
	.fl-table .col-xs-1 {
		flex: 1 8.33333333%;
		box-sizing: border-box
	}
}

@media(min-width:768px) and (max-width:1199px) {
	.fl-table .col-sm-1 {
		flex: 1 8.33333333% !important;
		box-sizing: border-box
	}
}

@media only screen and (min-width:1200px) and (max-width:1599px) {
	.fl-table .col-md-1 {
		flex: 1 8.33333333%;
		box-sizing: border-box
	}
}

@media only screen and (min-width:1600px) {
	.fl-table .col-lg-1 {
		flex: 1 8.33333333%;
		box-sizing: border-box
	}
}

@media(max-width:767px) {
	.fl-table .col-xs-2 {
		flex: 1 16.66666667%;
		box-sizing: border-box
	}
}

@media(min-width:768px) and (max-width:1199px) {
	.fl-table .col-sm-2 {
		flex: 1 16.66666667% !important;
		box-sizing: border-box
	}
}

@media only screen and (min-width:1200px) and (max-width:1599px) {
	.fl-table .col-md-2 {
		flex: 1 16.66666667%;
		box-sizing: border-box
	}
}

@media only screen and (min-width:1600px) {
	.fl-table .col-lg-2 {
		flex: 1 16.66666667%;
		box-sizing: border-box
	}
}

@media(max-width:767px) {
	.fl-table .col-xs-3 {
		flex: 1 25%;
		box-sizing: border-box
	}
}

@media(min-width:768px) and (max-width:1199px) {
	.fl-table .col-sm-3 {
		flex: 1 25% !important;
		box-sizing: border-box
	}
}

@media only screen and (min-width:1200px) and (max-width:1599px) {
	.fl-table .col-md-3 {
		flex: 1 25%;
		box-sizing: border-box
	}
}

@media only screen and (min-width:1600px) {
	.fl-table .col-lg-3 {
		flex: 1 25%;
		box-sizing: border-box
	}
}

@media(max-width:767px) {
	.fl-table .col-xs-4 {
		flex: 1 33.33333333%;
		box-sizing: border-box
	}
}

@media(min-width:768px) and (max-width:1199px) {
	.fl-table .col-sm-4 {
		flex: 1 33.33333333% !important;
		box-sizing: border-box
	}
}

@media only screen and (min-width:1200px) and (max-width:1599px) {
	.fl-table .col-md-4 {
		flex: 1 33.33333333%;
		box-sizing: border-box
	}
}

@media only screen and (min-width:1600px) {
	.fl-table .col-lg-4 {
		flex: 1 33.33333333%;
		box-sizing: border-box
	}
}

@media(max-width:767px) {
	.fl-table .col-xs-5 {
		flex: 1 41.66666667%;
		box-sizing: border-box
	}
}

@media(min-width:768px) and (max-width:1199px) {
	.fl-table .col-sm-5 {
		flex: 1 41.66666667% !important;
		box-sizing: border-box
	}
}

@media only screen and (min-width:1200px) and (max-width:1599px) {
	.fl-table .col-md-5 {
		flex: 1 41.66666667%;
		box-sizing: border-box
	}
}

@media only screen and (min-width:1600px) {
	.fl-table .col-lg-5 {
		flex: 1 41.66666667%;
		box-sizing: border-box
	}
}

@media(max-width:767px) {
	.fl-table .col-xs-6 {
		flex: 1 50%;
		box-sizing: border-box
	}
}

@media(min-width:768px) and (max-width:1199px) {
	.fl-table .col-sm-6 {
		flex: 1 50% !important;
		box-sizing: border-box
	}
}

@media only screen and (min-width:1200px) and (max-width:1599px) {
	.fl-table .col-md-6 {
		flex: 1 50%;
		box-sizing: border-box
	}
}

@media only screen and (min-width:1600px) {
	.fl-table .col-lg-6 {
		flex: 1 50%;
		box-sizing: border-box
	}
}

@media(max-width:767px) {
	.fl-table .col-xs-7 {
		flex: 1 58.33333333%;
		box-sizing: border-box
	}
}

@media(min-width:768px) and (max-width:1199px) {
	.fl-table .col-sm-7 {
		flex: 1 58.33333333% !important;
		box-sizing: border-box
	}
}

@media only screen and (min-width:1200px) and (max-width:1599px) {
	.fl-table .col-md-7 {
		flex: 1 58.33333333%;
		box-sizing: border-box
	}
}

@media only screen and (min-width:1600px) {
	.fl-table .col-lg-7 {
		flex: 1 58.33333333%;
		box-sizing: border-box
	}
}

@media(max-width:767px) {
	.fl-table .col-xs-8 {
		flex: 1 66.66666667%;
		box-sizing: border-box
	}
}

@media(min-width:768px) and (max-width:1199px) {
	.fl-table .col-sm-8 {
		flex: 1 66.66666667% !important;
		box-sizing: border-box
	}
}

@media only screen and (min-width:1200px) and (max-width:1599px) {
	.fl-table .col-md-8 {
		flex: 1 66.66666667%;
		box-sizing: border-box
	}
}

@media only screen and (min-width:1600px) {
	.fl-table .col-lg-8 {
		flex: 1 66.66666667%;
		box-sizing: border-box
	}
}

@media(max-width:767px) {
	.fl-table .col-xs-9 {
		flex: 1 75%;
		box-sizing: border-box
	}
}

@media(min-width:768px) and (max-width:1199px) {
	.fl-table .col-sm-9 {
		flex: 1 75% !important;
		box-sizing: border-box
	}
}

@media only screen and (min-width:1200px) and (max-width:1599px) {
	.fl-table .col-md-9 {
		flex: 1 75%;
		box-sizing: border-box
	}
}

@media only screen and (min-width:1600px) {
	.fl-table .col-lg-9 {
		flex: 1 75%;
		box-sizing: border-box
	}
}

@media(max-width:767px) {
	.fl-table .col-xs-10 {
		flex: 1 83.33333333%;
		box-sizing: border-box
	}
}

@media(min-width:768px) and (max-width:1199px) {
	.fl-table .col-sm-10 {
		flex: 1 83.33333333% !important;
		box-sizing: border-box
	}
}

@media only screen and (min-width:1200px) and (max-width:1599px) {
	.fl-table .col-md-10 {
		flex: 1 83.33333333%;
		box-sizing: border-box
	}
}

@media only screen and (min-width:1600px) {
	.fl-table .col-lg-10 {
		flex: 1 83.33333333%;
		box-sizing: border-box
	}
}

@media(max-width:767px) {
	.fl-table .col-xs-11 {
		flex: 1 91.66666667%;
		box-sizing: border-box
	}
}

@media(min-width:768px) and (max-width:1199px) {
	.fl-table .col-sm-11 {
		flex: 1 91.66666667% !important;
		box-sizing: border-box
	}
}

@media only screen and (min-width:1200px) and (max-width:1599px) {
	.fl-table .col-md-11 {
		flex: 1 91.66666667%;
		box-sizing: border-box
	}
}

@media only screen and (min-width:1600px) {
	.fl-table .col-lg-11 {
		flex: 1 91.66666667%;
		box-sizing: border-box
	}
}

@media(max-width:767px) {
	.fl-table .col-xs-12 {
		flex: 1 100%;
		box-sizing: border-box
	}
}

@media(min-width:768px) and (max-width:1199px) {
	.fl-table .col-sm-12 {
		flex: 1 100% !important;
		box-sizing: border-box
	}
}

@media only screen and (min-width:1200px) and (max-width:1599px) {
	.fl-table .col-md-12 {
		flex: 1 100%;
		box-sizing: border-box
	}
}

@media only screen and (min-width:1600px) {
	.fl-table .col-lg-12 {
		flex: 1 100%;
		box-sizing: border-box
	}
}

.fl-table.align-center {
	align-items: center
}

.fl-table.align-bottom {
	align-items: baseline
}

.fl-table .fl-eq-col {
	box-sizing: border-box;
	flex-grow: 1;
	flex-basis: 0
}

.col-top {
	vertical-align: top
}

.col-middle {
	vertical-align: middle
}

.col-bottom {
	vertical-align: bottom
}

@media(min-width:480px) {
	.row-height {
		display: table;
		table-layout: fixed;
		height: 100%;
		width: 100%
	}

		.row-height .col-height {
			vertical-align: top;
			display: table-cell;
			float: none !important;
			height: 100%
		}

			.row-height .col-height:first-child {
				padding-left: 0
			}

			.row-height .col-height:last-child {
				padding-right: 0
			}

	.col-xs-top {
		vertical-align: top
	}

	.col-xs-middle {
		vertical-align: middle
	}

	.col-xs-bottom {
		vertical-align: bottom
	}
}

@media(min-width:767px) {
	.row-height {
		display: table;
		table-layout: fixed;
		height: 100%;
		width: 100%
	}

		.row-height .col-height {
			vertical-align: top;
			display: table-cell;
			float: none !important;
			height: 100%
		}

			.row-height .col-height:first-child {
				padding-left: 0
			}

			.row-height .col-height:last-child {
				padding-right: 0
			}

	.col-sm-top {
		vertical-align: top
	}

	.col-sm-middle {
		vertical-align: middle
	}

	.col-sm-bottom {
		vertical-align: bottom
	}
}

@media(min-width:1224px) {
	.row-height {
		display: table;
		table-layout: fixed;
		height: 100%;
		width: 100%
	}

		.row-height .col-height {
			vertical-align: top;
			display: table-cell;
			float: none !important;
			height: 100%
		}

			.row-height .col-height:first-child {
				padding-left: 0
			}

			.row-height .col-height:last-child {
				padding-right: 0
			}

	.col-md-top {
		vertical-align: top
	}

	.col-md-middle {
		vertical-align: middle
	}

	.col-md-bottom {
		vertical-align: bottom
	}
}

@media(min-width:1824px) {
	.row-height {
		display: table;
		table-layout: fixed;
		height: 100%;
		width: 100%
	}

		.row-height .col-height {
			vertical-align: top;
			display: table-cell;
			float: none !important;
			height: 100%
		}

			.row-height .col-height:first-child {
				padding-left: 0
			}

			.row-height .col-height:last-child {
				padding-right: 0
			}

	.col-lg-top {
		vertical-align: top
	}

	.col-lg-middle {
		vertical-align: middle
	}

	.col-lg-bottom {
		vertical-align: bottom
	}
}

@media(min-width:1224px) {
	.left-column-padding-fix {
		padding-left: 0;
		padding-right: 5px
	}

	.right-column-padding-fix {
		padding-left: 5px;
		padding-right: 0
	}
}

@media(max-width:480px) {
	.site-content {
		padding-left: 0;
		padding-right: 0
	}

	.container-fluid {
		padding-right: 0 !important;
		padding-left: 0 !important
	}

		.container-fluid .row {
			padding-right: 0;
			padding-left: 0;
			margin-right: 0;
			margin-left: 0
		}

			.container-fluid .row .col-xs-1:first-child {
				padding-left: 0
			}

			.container-fluid .row .col-xs-1:last-child {
				padding-right: 0
			}

			.container-fluid .row .col-xs-2:first-child {
				padding-left: 0
			}

			.container-fluid .row .col-xs-2:last-child {
				padding-right: 0
			}

			.container-fluid .row .col-xs-3:first-child {
				padding-left: 0
			}

			.container-fluid .row .col-xs-3:last-child {
				padding-right: 0
			}

			.container-fluid .row .col-xs-4:first-child {
				padding-left: 0
			}

			.container-fluid .row .col-xs-4:last-child {
				padding-right: 0
			}

			.container-fluid .row .col-xs-5:first-child {
				padding-left: 0
			}

			.container-fluid .row .col-xs-5:last-child {
				padding-right: 0
			}

			.container-fluid .row .col-xs-6:first-child {
				padding-left: 0
			}

			.container-fluid .row .col-xs-6:last-child {
				padding-right: 0
			}

			.container-fluid .row .col-xs-7:first-child {
				padding-left: 0
			}

			.container-fluid .row .col-xs-7:last-child {
				padding-right: 0
			}

			.container-fluid .row .col-xs-8:first-child {
				padding-left: 0
			}

			.container-fluid .row .col-xs-8:last-child {
				padding-right: 0
			}

			.container-fluid .row .col-xs-9:first-child {
				padding-left: 0
			}

			.container-fluid .row .col-xs-9:last-child {
				padding-right: 0
			}

			.container-fluid .row .col-xs-10:first-child {
				padding-left: 0
			}

			.container-fluid .row .col-xs-10:last-child {
				padding-right: 0
			}

			.container-fluid .row .col-xs-11:first-child {
				padding-left: 0
			}

			.container-fluid .row .col-xs-11:last-child {
				padding-right: 0
			}

			.container-fluid .row .col-xs-12 {
				padding-right: 0;
				padding-left: 0
			}

	.col-xs-nomargin {
		padding: 0 !important
	}
}

.container {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto
}

@media(min-width:767px) {
	.container {
		width: 750px
	}
}

@media(min-width:1224px) {
	.container {
		width: 1170px
	}
}

@media(min-width:1824px) {
	.container {
		width: 1660px
	}
}

.container-fluid {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto
}

.row {
	margin-right: -15px;
	margin-left: -15px
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
	float: left
}

.col-xs-12 {
	width: 100%
}

.col-xs-11 {
	width: 91.66666667%
}

.col-xs-10 {
	width: 83.33333333%
}

.col-xs-9 {
	width: 75%
}

.col-xs-8 {
	width: 66.66666667%
}

.col-xs-7 {
	width: 58.33333333%
}

.col-xs-6 {
	width: 50%
}

.col-xs-5 {
	width: 41.66666667%
}

.col-xs-4 {
	width: 33.33333333%
}

.col-xs-3 {
	width: 25%
}

.col-xs-2 {
	width: 16.66666667%
}

.col-xs-1 {
	width: 8.33333333%
}

.col-xs-pull-12 {
	right: 100%
}

.col-xs-pull-11 {
	right: 91.66666667%
}

.col-xs-pull-10 {
	right: 83.33333333%
}

.col-xs-pull-9 {
	right: 75%
}

.col-xs-pull-8 {
	right: 66.66666667%
}

.col-xs-pull-7 {
	right: 58.33333333%
}

.col-xs-pull-6 {
	right: 50%
}

.col-xs-pull-5 {
	right: 41.66666667%
}

.col-xs-pull-4 {
	right: 33.33333333%
}

.col-xs-pull-3 {
	right: 25%
}

.col-xs-pull-2 {
	right: 16.66666667%
}

.col-xs-pull-1 {
	right: 8.33333333%
}

.col-xs-pull-0 {
	right: auto
}

.col-xs-push-12 {
	left: 100%
}

.col-xs-push-11 {
	left: 91.66666667%
}

.col-xs-push-10 {
	left: 83.33333333%
}

.col-xs-push-9 {
	left: 75%
}

.col-xs-push-8 {
	left: 66.66666667%
}

.col-xs-push-7 {
	left: 58.33333333%
}

.col-xs-push-6 {
	left: 50%
}

.col-xs-push-5 {
	left: 41.66666667%
}

.col-xs-push-4 {
	left: 33.33333333%
}

.col-xs-push-3 {
	left: 25%
}

.col-xs-push-2 {
	left: 16.66666667%
}

.col-xs-push-1 {
	left: 8.33333333%
}

.col-xs-push-0 {
	left: auto
}

.col-xs-offset-12 {
	margin-left: 100%
}

.col-xs-offset-11 {
	margin-left: 91.66666667%
}

.col-xs-offset-10 {
	margin-left: 83.33333333%
}

.col-xs-offset-9 {
	margin-left: 75%
}

.col-xs-offset-8 {
	margin-left: 66.66666667%
}

.col-xs-offset-7 {
	margin-left: 58.33333333%
}

.col-xs-offset-6 {
	margin-left: 50%
}

.col-xs-offset-5 {
	margin-left: 41.66666667%
}

.col-xs-offset-4 {
	margin-left: 33.33333333%
}

.col-xs-offset-3 {
	margin-left: 25%
}

.col-xs-offset-2 {
	margin-left: 16.66666667%
}

.col-xs-offset-1 {
	margin-left: 8.33333333%
}

.col-xs-offset-0 {
	margin-left: 0
}

@media(min-width:767px) {
	.col-sm-1,
	.col-sm-2,
	.col-sm-3,
	.col-sm-4,
	.col-sm-5,
	.col-sm-6,
	.col-sm-7,
	.col-sm-8,
	.col-sm-9,
	.col-sm-10,
	.col-sm-11,
	.col-sm-12 {
		float: left
	}

	.col-sm-12 {
		width: 100%
	}

	.col-sm-11 {
		width: 91.66666667%
	}

	.col-sm-10 {
		width: 83.33333333%
	}

	.col-sm-9 {
		width: 75%
	}

	.col-sm-8 {
		width: 66.66666667%
	}

	.col-sm-7 {
		width: 58.33333333%
	}

	.col-sm-6 {
		width: 50%
	}

	.col-sm-5 {
		width: 41.66666667%
	}

	.col-sm-4 {
		width: 33.33333333%
	}

	.col-sm-3 {
		width: 25%
	}

	.col-sm-2 {
		width: 16.66666667%
	}

	.col-sm-1 {
		width: 8.33333333%
	}

	.col-sm-pull-12 {
		right: 100%
	}

	.col-sm-pull-11 {
		right: 91.66666667%
	}

	.col-sm-pull-10 {
		right: 83.33333333%
	}

	.col-sm-pull-9 {
		right: 75%
	}

	.col-sm-pull-8 {
		right: 66.66666667%
	}

	.col-sm-pull-7 {
		right: 58.33333333%
	}

	.col-sm-pull-6 {
		right: 50%
	}

	.col-sm-pull-5 {
		right: 41.66666667%
	}

	.col-sm-pull-4 {
		right: 33.33333333%
	}

	.col-sm-pull-3 {
		right: 25%
	}

	.col-sm-pull-2 {
		right: 16.66666667%
	}

	.col-sm-pull-1 {
		right: 8.33333333%
	}

	.col-sm-pull-0 {
		right: auto
	}

	.col-sm-push-12 {
		left: 100%
	}

	.col-sm-push-11 {
		left: 91.66666667%
	}

	.col-sm-push-10 {
		left: 83.33333333%
	}

	.col-sm-push-9 {
		left: 75%
	}

	.col-sm-push-8 {
		left: 66.66666667%
	}

	.col-sm-push-7 {
		left: 58.33333333%
	}

	.col-sm-push-6 {
		left: 50%
	}

	.col-sm-push-5 {
		left: 41.66666667%
	}

	.col-sm-push-4 {
		left: 33.33333333%
	}

	.col-sm-push-3 {
		left: 25%
	}

	.col-sm-push-2 {
		left: 16.66666667%
	}

	.col-sm-push-1 {
		left: 8.33333333%
	}

	.col-sm-push-0 {
		left: auto
	}

	.col-sm-offset-12 {
		margin-left: 100%
	}

	.col-sm-offset-11 {
		margin-left: 91.66666667%
	}

	.col-sm-offset-10 {
		margin-left: 83.33333333%
	}

	.col-sm-offset-9 {
		margin-left: 75%
	}

	.col-sm-offset-8 {
		margin-left: 66.66666667%
	}

	.col-sm-offset-7 {
		margin-left: 58.33333333%
	}

	.col-sm-offset-6 {
		margin-left: 50%
	}

	.col-sm-offset-5 {
		margin-left: 41.66666667%
	}

	.col-sm-offset-4 {
		margin-left: 33.33333333%
	}

	.col-sm-offset-3 {
		margin-left: 25%
	}

	.col-sm-offset-2 {
		margin-left: 16.66666667%
	}

	.col-sm-offset-1 {
		margin-left: 8.33333333%
	}

	.col-sm-offset-0 {
		margin-left: 0
	}
}

@media(min-width:1224px) {
	.col-md-1,
	.col-md-2,
	.col-md-3,
	.col-md-4,
	.col-md-5,
	.col-md-6,
	.col-md-7,
	.col-md-8,
	.col-md-9,
	.col-md-10,
	.col-md-11,
	.col-md-12 {
		float: left
	}

	.col-md-12 {
		width: 100%
	}

	.col-md-11 {
		width: 91.66666667%
	}

	.col-md-10 {
		width: 83.33333333%
	}

	.col-md-9 {
		width: 75%
	}

	.col-md-8 {
		width: 66.66666667%
	}

	.col-md-7 {
		width: 58.33333333%
	}

	.col-md-6 {
		width: 50%
	}

	.col-md-5 {
		width: 41.66666667%
	}

	.col-md-4 {
		width: 33.33333333%
	}

	.col-md-3 {
		width: 25%
	}

	.col-md-2 {
		width: 16.66666667%
	}

	.col-md-1 {
		width: 8.33333333%
	}

	.col-md-pull-12 {
		right: 100%
	}

	.col-md-pull-11 {
		right: 91.66666667%
	}

	.col-md-pull-10 {
		right: 83.33333333%
	}

	.col-md-pull-9 {
		right: 75%
	}

	.col-md-pull-8 {
		right: 66.66666667%
	}

	.col-md-pull-7 {
		right: 58.33333333%
	}

	.col-md-pull-6 {
		right: 50%
	}

	.col-md-pull-5 {
		right: 41.66666667%
	}

	.col-md-pull-4 {
		right: 33.33333333%
	}

	.col-md-pull-3 {
		right: 25%
	}

	.col-md-pull-2 {
		right: 16.66666667%
	}

	.col-md-pull-1 {
		right: 8.33333333%
	}

	.col-md-pull-0 {
		right: auto
	}

	.col-md-push-12 {
		left: 100%
	}

	.col-md-push-11 {
		left: 91.66666667%
	}

	.col-md-push-10 {
		left: 83.33333333%
	}

	.col-md-push-9 {
		left: 75%
	}

	.col-md-push-8 {
		left: 66.66666667%
	}

	.col-md-push-7 {
		left: 58.33333333%
	}

	.col-md-push-6 {
		left: 50%
	}

	.col-md-push-5 {
		left: 41.66666667%
	}

	.col-md-push-4 {
		left: 33.33333333%
	}

	.col-md-push-3 {
		left: 25%
	}

	.col-md-push-2 {
		left: 16.66666667%
	}

	.col-md-push-1 {
		left: 8.33333333%
	}

	.col-md-push-0 {
		left: auto
	}

	.col-md-offset-12 {
		margin-left: 100%
	}

	.col-md-offset-11 {
		margin-left: 91.66666667%
	}

	.col-md-offset-10 {
		margin-left: 83.33333333%
	}

	.col-md-offset-9 {
		margin-left: 75%
	}

	.col-md-offset-8 {
		margin-left: 66.66666667%
	}

	.col-md-offset-7 {
		margin-left: 58.33333333%
	}

	.col-md-offset-6 {
		margin-left: 50%
	}

	.col-md-offset-5 {
		margin-left: 41.66666667%
	}

	.col-md-offset-4 {
		margin-left: 33.33333333%
	}

	.col-md-offset-3 {
		margin-left: 25%
	}

	.col-md-offset-2 {
		margin-left: 16.66666667%
	}

	.col-md-offset-1 {
		margin-left: 8.33333333%
	}

	.col-md-offset-0 {
		margin-left: 0
	}
}

@media(min-width:1824px) {
	.col-lg-1,
	.col-lg-2,
	.col-lg-3,
	.col-lg-4,
	.col-lg-5,
	.col-lg-6,
	.col-lg-7,
	.col-lg-8,
	.col-lg-9,
	.col-lg-10,
	.col-lg-11,
	.col-lg-12 {
		float: left
	}

	.col-lg-12 {
		width: 100%
	}

	.col-lg-11 {
		width: 91.66666667%
	}

	.col-lg-10 {
		width: 83.33333333%
	}

	.col-lg-9 {
		width: 75%
	}

	.col-lg-8 {
		width: 66.66666667%
	}

	.col-lg-7 {
		width: 58.33333333%
	}

	.col-lg-6 {
		width: 50%
	}

	.col-lg-5 {
		width: 41.66666667%
	}

	.col-lg-4 {
		width: 33.33333333%
	}

	.col-lg-3 {
		width: 25%
	}

	.col-lg-2 {
		width: 16.66666667%
	}

	.col-lg-1 {
		width: 8.33333333%
	}

	.col-lg-pull-12 {
		right: 100%
	}

	.col-lg-pull-11 {
		right: 91.66666667%
	}

	.col-lg-pull-10 {
		right: 83.33333333%
	}

	.col-lg-pull-9 {
		right: 75%
	}

	.col-lg-pull-8 {
		right: 66.66666667%
	}

	.col-lg-pull-7 {
		right: 58.33333333%
	}

	.col-lg-pull-6 {
		right: 50%
	}

	.col-lg-pull-5 {
		right: 41.66666667%
	}

	.col-lg-pull-4 {
		right: 33.33333333%
	}

	.col-lg-pull-3 {
		right: 25%
	}

	.col-lg-pull-2 {
		right: 16.66666667%
	}

	.col-lg-pull-1 {
		right: 8.33333333%
	}

	.col-lg-pull-0 {
		right: auto
	}

	.col-lg-push-12 {
		left: 100%
	}

	.col-lg-push-11 {
		left: 91.66666667%
	}

	.col-lg-push-10 {
		left: 83.33333333%
	}

	.col-lg-push-9 {
		left: 75%
	}

	.col-lg-push-8 {
		left: 66.66666667%
	}

	.col-lg-push-7 {
		left: 58.33333333%
	}

	.col-lg-push-6 {
		left: 50%
	}

	.col-lg-push-5 {
		left: 41.66666667%
	}

	.col-lg-push-4 {
		left: 33.33333333%
	}

	.col-lg-push-3 {
		left: 25%
	}

	.col-lg-push-2 {
		left: 16.66666667%
	}

	.col-lg-push-1 {
		left: 8.33333333%
	}

	.col-lg-push-0 {
		left: auto
	}

	.col-lg-offset-12 {
		margin-left: 100%
	}

	.col-lg-offset-11 {
		margin-left: 91.66666667%
	}

	.col-lg-offset-10 {
		margin-left: 83.33333333%
	}

	.col-lg-offset-9 {
		margin-left: 75%
	}

	.col-lg-offset-8 {
		margin-left: 66.66666667%
	}

	.col-lg-offset-7 {
		margin-left: 58.33333333%
	}

	.col-lg-offset-6 {
		margin-left: 50%
	}

	.col-lg-offset-5 {
		margin-left: 41.66666667%
	}

	.col-lg-offset-4 {
		margin-left: 33.33333333%
	}

	.col-lg-offset-3 {
		margin-left: 25%
	}

	.col-lg-offset-2 {
		margin-left: 16.66666667%
	}

	.col-lg-offset-1 {
		margin-left: 8.33333333%
	}

	.col-lg-offset-0 {
		margin-left: 0
	}
}

.breadcrumb {
	padding: 8px 15px;
	margin-bottom: 20px;
	list-style: none;
	background-color: #f5f5f5;
	border-radius: 4px
}

	.breadcrumb > li {
		display: inline-block
	}

		.breadcrumb > li + li:before {
			padding: 0 5px;
			color: #ccc;
			content: "/ "
		}

	.breadcrumb > .active {
		color: #777
	}

.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
	display: table;
	content: " "
}

.container:after,
.container-fluid:after,
.row:after {
	clear: both
}

.center-block {
	display: block;
	margin-right: auto;
	margin-left: auto
}

.pull-right {
	float: right !important
}

.pull-left {
	float: left !important
}

@-ms-viewport {
	width: device-width;
}

.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
	display: none !important
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
	display: none !important
}

@media(max-width:766px) {
	.visible-xs {
		display: block !important
	}

	table.visible-xs {
		display: table !important
	}

	tr.visible-xs {
		display: table-row !important
	}

	th.visible-xs,
	td.visible-xs {
		display: table-cell !important
	}
}

@media(max-width:766px) {
	.visible-xs-block {
		display: block !important
	}
}

@media(max-width:766px) {
	.visible-xs-inline {
		display: inline !important
	}
}

@media(max-width:766px) {
	.visible-xs-inline-block {
		display: inline-block !important
	}
}

@media(min-width:767px) and (max-width:1223px) {
	.visible-sm {
		display: block !important
	}

	table.visible-sm {
		display: table !important
	}

	tr.visible-sm {
		display: table-row !important
	}

	th.visible-sm,
	td.visible-sm {
		display: table-cell !important
	}
}

@media(min-width:767px) and (max-width:1223px) {
	.visible-sm-block {
		display: block !important
	}
}

@media(min-width:767px) and (max-width:1223px) {
	.visible-sm-inline {
		display: inline !important
	}
}

@media(min-width:767px) and (max-width:1223px) {
	.visible-sm-inline-block {
		display: inline-block !important
	}
}

@media(min-width:1224px) and (max-width:1823px) {
	.visible-md {
		display: block !important
	}

	table.visible-md {
		display: table !important
	}

	tr.visible-md {
		display: table-row !important
	}

	th.visible-md,
	td.visible-md {
		display: table-cell !important
	}
}

@media(min-width:1224px) and (max-width:1823px) {
	.visible-md-block {
		display: block !important
	}
}

@media(min-width:1224px) and (max-width:1823px) {
	.visible-md-inline {
		display: inline !important
	}
}

@media(min-width:1224px) and (max-width:1823px) {
	.visible-md-inline-block {
		display: inline-block !important
	}
}

@media(min-width:1824px) {
	.visible-lg {
		display: block !important
	}

	table.visible-lg {
		display: table !important
	}

	tr.visible-lg {
		display: table-row !important
	}

	th.visible-lg,
	td.visible-lg {
		display: table-cell !important
	}
}

@media(min-width:1824px) {
	.visible-lg-block {
		display: block !important
	}
}

@media(min-width:1824px) {
	.visible-lg-inline {
		display: inline !important
	}
}

@media(min-width:1824px) {
	.visible-lg-inline-block {
		display: inline-block !important
	}
}

@media(max-width:766px) {
	.hidden-xs {
		display: none !important
	}
}

@media(min-width:767px) and (max-width:1223px) {
	.hidden-sm {
		display: none !important
	}
}

@media(min-width:1224px) and (max-width:1823px) {
	.hidden-md {
		display: none !important
	}
}

@media(min-width:1824px) {
	.hidden-lg {
		display: none !important
	}
}

.visible-print {
	display: none !important
}

@media print {
	.visible-print {
		display: block !important
	}

	table.visible-print {
		display: table !important
	}

	tr.visible-print {
		display: table-row !important
	}

	th.visible-print,
	td.visible-print {
		display: table-cell !important
	}
}

.visible-print-block {
	display: none !important
}

@media print {
	.visible-print-block {
		display: block !important
	}
}

.visible-print-inline {
	display: none !important
}

@media print {
	.visible-print-inline {
		display: inline !important
	}
}

.visible-print-inline-block {
	display: none !important
}

@media print {
	.visible-print-inline-block {
		display: inline-block !important
	}
}

@media print {
	.hidden-print {
		display: none !important
	}
}

@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	src: local('Open Sans'), local('OpenSans'), url(https://fonts.gstatic.com/s/opensans/v13/cJZKeOuBrn4kERxqtaUH3T8E0i7KZn-EPnyo3HZu7kw.woff) format('woff');
	font-display: swap
}

@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 600;
	src: local('Open Sans Semibold'), local('OpenSans-Semibold'), url(https://fonts.gstatic.com/s/opensans/v13/MTP_ySUJH_bn48VBG8sNSnhCUOGz7vYGh680lGh-uXM.woff) format('woff');
	font-display: swap
}

@font-face {
	font-family: 'Open Sans';
	font-style: italic;
	font-weight: 400;
	src: local('Open Sans Italic'), local('OpenSans-Italic'), url(https://fonts.gstatic.com/s/opensans/v13/xjAJXh38I15wypJXxuGMBobN6UDyHWBl620a-IRfuBk.woff) format('woff');
	font-display: swap
}

@font-face {
	font-family: 'Open Sans';
	font-style: italic;
	font-weight: 600;
	src: local('Open Sans Semibold Italic'), local('OpenSans-SemiboldItalic'), url(https://fonts.gstatic.com/s/opensans/v13/PRmiXeptR36kaC0GEAetxn5HxGBcBvicCpTp6spHfNo.woff) format('woff');
	font-display: swap
}

@font-face {
	font-family: 'Oswald';
	font-style: normal;
	font-weight: 300;
	src: local('Oswald Light'), local('Oswald-Light'), url(https://fonts.gstatic.com/s/oswald/v11/HqHm7BVC_nzzTui2lzQTDT8E0i7KZn-EPnyo3HZu7kw.woff) format('woff');
	font-display: swap
}

@font-face {
	font-family: 'Oswald';
	font-style: normal;
	font-weight: 400;
	src: local('Oswald Regular'), local('Oswald-Regular'), url(https://fonts.gstatic.com/s/oswald/v11/-g5pDUSRgvxvOl5u-a_WHw.woff) format('woff');
	font-display: swap
}

.clear-div {
	clear: both
}

img {
	border: 0
}

textarea {
	overflow: auto
}

*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	outline: none
}

html {
	font-family: var(--font-secondary);
	font-size: 10px;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

body {
	margin: 0;
	font-family: var(--font-secondary);
	font-size: 14px;
	line-height: 1.42857143;
	color: #333;
	background-color: #fff;
	overflow-x: hidden
}

.img-responsive {
	display: block;
	max-width: 100%;
	height: auto
}

hr {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	margin-top: 20px;
	margin-bottom: 20px
}

	hr.dotted {
		border-top: 2px dotted #000
	}

.red {
	color: #a62224
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
	margin-top: 20px;
	margin-bottom: 10px;
	text-transform: uppercase;
	font-weight: 400;
	font-family: var(--font-secondary)
}

	h1.titlecase,
	.h1.titlecase,
	h2.titlecase,
	.h2.titlecase,
	h3.titlecase,
	.h3.titlecase {
		text-transform: none !important
	}

	h1.no-margin,
	.h1.no-margin,
	h2.no-margin,
	.h2.no-margin,
	h3.no-margin,
	.h3.no-margin {
		margin: 0
	}

	h1.thin,
	.h1.thin,
	h2.thin,
	.h2.thin,
	h3.thin,
	.h3.thin {
		font-weight: 300
	}

	h1.red,
	.h1.red,
	h2.red,
	.h2.red,
	h3.red,
	.h3.red {
		color: #a62224
	}

h4,
.h4,
h5,
.h5,
h6,
.h6 {
	margin: 0;
	font-weight: 300;
	text-transform: uppercase;
	font-family: var(--font-secondary)
}

	h4.no-margin,
	.h4.no-margin,
	h5.no-margin,
	.h5.no-margin,
	h6.no-margin,
	.h6.no-margin {
		margin: 0
	}

	h4.titlecase,
	.h4.titlecase,
	h5.titlecase,
	.h5.titlecase,
	h6.titlecase,
	.h6.titlecase {
		text-transform: none !important
	}

	h4 .titlecase,
	.h4 .titlecase,
	h5 .titlecase,
	.h5 .titlecase,
	h6 .titlecase,
	.h6 .titlecase {
		text-transform: none
	}

	h4.red,
	.h4.red,
	h5.red,
	.h5.red,
	h6.red,
	.h6.red {
		color: #a62224
	}

h1,
.h1 {
	font-size: 30px
}

h2,
.h2 {
	font-size: 24px
}

h3,
.h3 {
	font-size: 18px
}

h4,
.h4 {
	font-size: 16px;
	font-weight: 400
}

h5,
.h5 {
	font-size: 16px
}

h6,
.h6 {
	font-size: 18px;
	text-transform: none;
	font-weight: 300
}

p {
	font-size: 16px;
	margin: 0 0 10px;
	font-family: var(--font-primary)
}

	p.no-margin {
		margin: 0
	}

ul,
ol {
	margin-top: 0;
	margin-bottom: 10px
}

	ul ul,
	ol ul,
	ul ol,
	ol ol {
		margin-bottom: 0
	}

.hidden {
	display: none !important
}

.clickable:hover {
	cursor: pointer
}

.genericPageContainer {
	padding-left: 10px;
	padding-right: 10px
}

.cell-content {
	padding: 10px
}

	.cell-content.mobile {
		padding: 3px;
		line-height: 1.2;
		font-size: 12px
	}

		.cell-content.mobile .button {
			font-size: 12px
		}

.button-cell-padding {
	padding-top: 7px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 0
}

.line-height-normal {
	line-height: 1
}

.line-height-double {
	line-height: 2.5
}

a {
	color: #a62224;
	font-weight: 400;
	text-decoration: none
}

	a:hover {
		text-decoration: underline;
		cursor: pointer !important
	}

	a:visited {
		color: #a62224
	}

	a.black {
		color: #000 !important;
		text-decoration: underline
	}

		a.black:hover {
			cursor: pointer !important
		}

.seo-content {
	font-family: var(--font-primary);
	font-size: 16px;
	padding-left: 10px !important;
	padding-right: 10px !important;
	text-align: justify
}

	.seo-content h1,
	.seo-content h2,
	.seo-content h3 {
		text-align: left
	}

.hero-image {
	position: relative;
	width: 100%;
	height: auto
}

@media(max-width:480px) {
	.seo-content img {
		width: 100% !important
	}
}

.vertical-middle {
	vertical-align: middle
}

.text-center {
	text-align: center
}

.text-left {
	text-align: left
}

.text-right {
	text-align: right
}

.text-justify {
	text-align: justify
}

.text-nowrap {
	white-space: nowrap
}

.text-lowercase {
	text-transform: lowercase
}

.text-uppercase {
	text-transform: uppercase
}

.text-capitalize {
	text-transform: capitalize
}

.left-padding-10 {
	padding-left: 10px
}

.gray-background {
	background-color: #f1f0f0;
	padding: 10px
}

a.button,
.button {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: none;
	padding: 5px 10px;
	-webkit-transition: background-color .5s ease;
	-moz-transition: background-color .5s ease;
	-o-transition: background-color .5s ease;
	transition: background-color .5s ease;
	width: 100%;
	font-size: 18px;
	text-transform: uppercase;
	font-family: var(--font-secondary);
	display: block;
	text-decoration: none;
	text-align: center;
	font-weight: 400
}

	a.button[disabled],
	.button[disabled] {
		opacity: .4;
		cursor: default !important
	}

	a.button:hover,
	.button:hover {
		cursor: pointer
	}

	a.button.yellow,
	.button.yellow {
		color: #000;
		background-color: #fee45c
	}

		a.button.yellow:hover,
		.button.yellow:hover {
			color: #303030;
			background-color: #ffee89
		}

	a.button[disabled].yellow:hover,
	.button[disabled].yellow:hover {
		color: #000;
		background-color: #fee45c
	}

	a.button.gray,
	.button.gray {
		color: #f1f0f0;
		background-color: #525252
	}

		a.button.gray:hover,
		.button.gray:hover {
			color: #fff;
			background-color: #797979
		}

	a.button[disabled].gray:hover,
	.button[disabled].gray:hover {
		color: #f1f0f0;
		background-color: #525252
	}

	a.button.red,
	.button.red {
		color: #f1f0f0;
		background-color: #a62224
	}

		a.button.red:hover,
		.button.red:hover {
			color: #fff;
			background-color: #bd3c3e
		}

	a.button[disabled].red:hover,
	.button[disabled].red:hover {
		color: #f1f0f0;
		background-color: #a62224
	}

	a.button.uppercase,
	.button.uppercase {
		text-transform: uppercase
	}

	a.button.small,
	.button.small {
		font-size: 16px
	}

	a.button.notransform,
	.button.notransform {
		text-transform: none
	}

.input {
	font-family: var(--font-secondary);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 5px 10px;
	font-size: 16px;
	width: 100%;
	border: 1px solid #ccc;
	box-shadow: inset 0 1px 5px 0 rgba(0, 0, 0, .5)
}

	.input.inline {
		display: inline-block;
		width: unset
	}

	.input.number {
		-wap-input-format: 'N'
	}

	.input.inset {
		box-shadow: inset 0 1px 5px 0 rgba(0, 0, 0, .5);
		border: none
	}

	.input[disabled] {
		opacity: .4
	}

.select {
	font-family: var(--font-secondary);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 5px 10px;
	width: 100%;
	font-size: 16px
}

	.select.inset {
		box-shadow: inset 0 1px 5px 0 rgba(0, 0, 0, .2);
		border: none
	}

.input::-webkit-input-placeholder {
	color: #000 !important;
	opacity: 1 !important
}

.input:-moz-placeholder {
	color: #000 !important;
	opacity: 1 !important
}

.input::-moz-placeholder {
	color: #000 !important;
	opacity: 1 !important
}

.input:-ms-input-placeholder {
	color: #000 !important;
	opacity: 1 !important
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	-moz-appearance: none;
	margin: 0
}

input[type=number] {
	-moz-appearance: textfield
}

input[type=checkbox] {
	box-shadow: unset
}

.sub-nav {
	list-style: none;
	margin: 0;
	padding: 10px 0 20px 0
}

	.sub-nav li {
		display: inline-block
	}

		.sub-nav li a {
			text-decoration: none;
			color: #000;
			text-transform: uppercase;
			font-size: 16px;
			padding: 3px 7px
		}

			.sub-nav li a.active {
				color: #a62224;
				font-weight: 400
			}

			.sub-nav li a:hover {
				color: #a62224 !important
			}

		.sub-nav li:after {
			content: '|';
			margin: 5px
		}

		.sub-nav li:last-child:after {
			content: none;
			margin: 0
		}

.red-box {
	background-color: #a62224;
	padding: 10px;
	color: #fff;
	text-align: center;
	height: 100%
}

	.red-box .header {
		font-size: 30px;
		text-transform: uppercase;
		font-weight: 400;
		letter-spacing: 1.5px;
		text-shadow: 4px 2px 6px rgba(0, 0, 0, .3)
	}

	.red-box .sub-header {
		font-size: 16px;
		font-weight: 300;
		text-transform: uppercase
	}

	.red-box .nav-links {
		padding: 0;
		margin-top: 10px;
		list-style: none
	}

		.red-box .nav-links li {
			display: inline-block
		}

			.red-box .nav-links li a {
				text-decoration: none;
				color: #fff
			}

			.red-box .nav-links li:after {
				content: '|';
				margin: 5px
			}

			.red-box .nav-links li:last-child:after {
				content: none;
				margin: 0
			}

			.red-box .nav-links li:hover {
				cursor: pointer
			}

.gray-box {
	background-color: #f1f0f0
}

@media only screen and (min-device-width:320px) and (max-device-width:480px) {
	.red-box .nav-links li {
		display: block;
		padding: 5px
	}

		.red-box .nav-links li:after {
			content: none;
			margin: 0
		}
}

.bottom-links h3 {
	color: #a62224
}

.bottom-links ul {
	list-style: none
}

	.bottom-links ul li {
		float: left;
		display: inline-block
	}

	.bottom-links ul a {
		text-decoration: none;
		color: #000
	}

.odd {
	background-color: #f1f0f0
}

.input-label {
	font-size: 18px;
	display: block;
	text-transform: uppercase;
	margin-top: 20px
}

.spacer-top-40 {
	margin-top: 40px
}

.spacer-top-30 {
	margin-top: 30px
}

.spacer-top-25 {
	margin-top: 25px
}

.spacer-top-20 {
	margin-top: 20px
}

.spacer-top-15 {
	margin-top: 15px
}

.spacer-top-10 {
	margin-top: 10px
}

.padding-5 {
	padding: 5px
}

.padding-10 {
	padding: 10px
}

.clear-right-padding {
	padding-right: 0
}

.no-padding {
	padding: 0 !important
}

.clear-spacing {
	padding-left: 0;
	padding-right: 0;
	margin-left: 0;
	margin-right: 0
}

.search-arrow {
	position: absolute;
	top: 5px;
	left: -13px;
	width: 0;
	height: 0;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-left: 10px solid #fee45c
}

.alert-text {
	color: #a62224;
	text-transform: uppercase;
	font-weight: 600
}

	.alert-text.font-14 {
		font-size: 14px;
		font-weight: 300;
		text-transform: none
	}

	.alert-text.font-16 {
		font-size: 16px
	}

	.alert-text.font-20 {
		font-size: 20px
	}

.make-relative {
	position: relative
}

.cell-spacer-text {
	margin: 5px
}

.cell-spacer-button {
	margin: 5px
}

.inline-element {
	display: inline-block
}

.red-text {
	color: #a62224
}

.bold-oswald {
	font-weight: 400
}

.bold-open-sans {
	font-weight: 600
}

@media(orientation:landscape) {
	.hide-on-landscape {
		display: none
	}
}

@media(orientation:portrait) {
	.hide-on-portrait {
		display: none
	}
}

@media only screen and (min-device-width:320px) and (max-device-width:425px) and (orientation:portrait) {
	.visible-xs-landscape {
		display: none !important
	}
}

@media only screen and (min-device-width:320px) and (max-device-width:480px) {
	.mobile-padder-10 {
		padding: 10px
	}

	h4.small {
		font-size: 14px
	}
}

.smc-makes li:first-child {
	padding-left: 15px !important
}

.overflow-hidden {
	overflow: hidden
}

.widget-block {
	background-color: #f2f1f0;
	color: #000;
	text-align: center;
	height: 100%;
	min-height: 325px;
	padding: 20px;
	position: relative
}

	.widget-block .button-row {
		position: absolute;
		bottom: 20px;
		right: 20px;
		left: 20px
	}

	.widget-block.button-only {
		padding: 10px;
		background-color: transparent !important;
		height: auto !important
	}

		.widget-block.button-only .icon-row,
		.widget-block.button-only .header-row,
		.widget-block.button-only .sub-header-row {
			display: none
		}

	.widget-block .image {
		width: 110px;
		height: 110px
	}

@media only screen and (min-device-width:320px) and (max-device-width:480px) {
	.widget-block {
		min-height: unset
	}

		.widget-block .button-row {
			position: relative;
			bottom: unset;
			right: unset;
			left: unset
		}
}

.search-widget {
	text-align: center;
	height: 100%
}

	.search-widget .red-box {
		height: 100%
	}

		.search-widget .red-box.collapsable {
			height: auto
		}

	.search-widget .search-arrow {
		left: -10px
	}

	.search-widget .header {
		font-size: 30px;
		text-transform: uppercase;
		font-weight: 400;
		letter-spacing: 1.5px;
		text-shadow: 4px 2px 6px rgba(0, 0, 0, .3)
	}

	.search-widget .sub-header {
		font-size: 16px;
		font-weight: 300;
		text-transform: uppercase
	}

	.search-widget .button {
		font-size: 18px;
		width: 100%;
		margin-top: 3px
	}

.zip-code-callout .phone-number align-content {
	color: #fff !important
}

.zip-code-callout .phone-number a {
	font-weight: 400;
	text-decoration: underline;
	color: #fff !important
}

.quote-form {
	background-color: #f1f0f0;
	text-align: center
}

	.quote-form .col-md-12,
	.quote-form col-lg-12,
	.quote-form col-sm-12,
	.quote-form col-xs-12 {
		padding-left: 25px;
		padding-right: 25px
	}

	.quote-form .search-arrow {
		left: -11px;
		top: 11px
	}

	.quote-form h1,
	.quote-form h2,
	.quote-form h3 {
		text-shadow: 4px 2px 6px rgba(0, 0, 0, .3)
	}

	.quote-form .make-relative {
		padding-top: 5px
	}

		.quote-form .make-relative:last-child {
			padding-bottom: 10px
		}

.radio-buttons {
	padding: 5px 0
}

	.radio-buttons[disabled] {
		opacity: .5
	}

	.radio-buttons .button-container {
		display: inline-block;
		padding: 3px 0;
		width: 33%;
		position: relative
	}

		.radio-buttons .button-container:hover {
			cursor: pointer
		}

	.radio-buttons .button-label {
		font-size: 18px;
		display: inline-block;
		line-height: 18px
	}

	.radio-buttons .button-wrapper {
		display: inline-block;
		border-radius: 20px;
		border: 2px solid #a62224;
		width: 20px;
		height: 20px
	}

		.radio-buttons .button-wrapper .button {
			padding: 0;
			display: block;
			transition: all ease .5s;
			border-radius: 18px;
			width: 17px;
			height: 17px;
			border: 5px solid #fff;
			background-color: #fff
		}

			.radio-buttons .button-wrapper .button:hover {
				border: 5px solid #fff;
				background-color: #808080
			}

			.radio-buttons .button-wrapper .button.active {
				border: 5px solid #fff;
				background-color: #808080
			}

.multi-select {
	position: relative
}

	.multi-select .button {
		font-size: 16px !important;
		color: #525252 !important;
		border: 1px solid #fff;
		background-color: #fff;
		text-align: left;
		padding: 0 5px;
		overflow: hidden;
		height: 34px
	}

		.multi-select .button .caret {
			position: absolute;
			right: 5px;
			top: 10px;
			height: 100%
		}

		.multi-select .button .text {
			display: inline-block;
			color: #000;
			border: 1px solid #525252;
			background-color: #fff;
			border-radius: 4px;
			padding: 2px;
			margin: 2px;
			position: relative;
			padding-right: 20px
		}

			.multi-select .button .text .close {
				right: 5px;
				top: 6px;
				position: absolute
			}

		.multi-select .button .default-text {
			color: #000;
			margin: 5px 5px 5px 0;
			text-transform: none
		}

		.multi-select .button.disabled {
			background-color: #eee;
			opacity: .4;
			cursor: default
		}

			.multi-select .button.disabled .text {
				color: #222121;
				border: 1px solid #222121;
				background-color: #ccc
			}

	.multi-select .item-wrapper {
		position: absolute;
		background-color: #fff;
		z-index: 100000;
		border-radius: 4px;
		border: 1px solid #ccc;
		padding: 10px
	}

		.multi-select .item-wrapper .item-list {
			color: #000 !important;
			max-height: 400px;
			overflow-y: auto
		}

			.multi-select .item-wrapper .item-list .item {
				padding: 5px;
				font-weight: 300;
				font-size: 16px;
				cursor: default;
				border-radius: 5px
			}

				.multi-select .item-wrapper .item-list .item:hover {
					background-color: #fee45c;
					color: #000
				}

		.multi-select .item-wrapper .item-header {
			padding-bottom: 5px;
			border-bottom: 1px solid #a62224
		}

			.multi-select .item-wrapper .item-header div {
				font-size: 16px;
				font-weight: 400;
				color: #000 !important
			}

		.multi-select .item-wrapper .item-footer {
			padding-top: 5px;
			font-size: 12px;
			border-top: 1px solid #a62224
		}

			.multi-select .item-wrapper .item-footer div {
				font-size: 16px;
				font-weight: 400;
				color: #a62224 !important
			}

.used-cars-contact {
	position: relative;
	padding: 10px;
	background-color: #f1f0f0
}

	.used-cars-contact .used-cars-contact-title {
		margin-top: 0
	}

	.used-cars-contact .search-arrow {
		left: 5px
	}

	.used-cars-contact .used-cars-field {
		padding-right: 0;
		width: 33%
	}

	.used-cars-contact .button.yellow {
		width: 100%
	}

@media only screen and (min-device-width:320px) and (max-device-width:480px) {
	.used-cars-contact .search-arrow {
		left: -10px
	}

	.used-cars-field {
		padding-right: 0;
		padding-bottom: 10px
	}
}

.used-cars-interested {
	text-transform: none;
	font-style: italic;
	font-size: 24px;
	color: #000;
	text-align: center
}

	.used-cars-interested a {
		text-decoration: underline;
		color: #000
	}

.part-list-container {
	background-color: #f1f0f0;
	padding: 10px
}

	.part-list-container .red-top-border {
		border-top: 1px solid #a62224
	}

.part-search {
	color: #fff;
	background-color: #525252;
	padding: 10px
}

	.part-search .search-arrow {
		left: 5px;
		top: 37px
	}

	.part-search h3 {
		margin-top: 5px;
		margin-bottom: 0
	}

	.part-search .letters {
		display: inline-block;
		margin: 5px 5px 0 0;
		text-decoration: none
	}

		.part-search .letters:hover {
			cursor: pointer
		}

		.part-search .letters[disabled] {
			opacity: .2;
			cursor: default
		}

	.part-search .inner-container {
		color: #000;
		background-color: #fff;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		padding: 5px;
		margin-bottom: 15px
	}

	.part-search .header-row {
		border-bottom: 1px solid #a62224
	}

		.part-search .header-row div {
			font-weight: 400;
			color: #a62224
		}

	.part-search .cell-padder {
		padding: 10px
	}

	.part-search .scroll-container {
		max-height: 500px;
		overflow-x: hidden;
		overflow-y: scroll
	}

@media only screen and (min-device-width:320px) and (max-device-width:480px) {
	.part-list-container .header h3 {
		margin-left: 10px
	}

	.part-search .search-arrow {
		left: -10px
	}

	.part-search .scroll-container {
		max-height: 300px
	}

	.part-search ::-webkit-scrollbar {
		-webkit-appearance: none;
		width: 7px
	}

	.part-search ::-webkit-scrollbar-thumb {
		border-radius: 4px;
		background-color: rgba(0, 0, 0, .5);
		-webkit-box-shadow: 0 0 1px rgba(255, 255, 255, .5)
	}
}

.interchange-search-filters h4 {
	margin-top: 0;
	margin-bottom: 0
}

.interchange-search-filters .search-control {
	position: relative;
	text-align: left;
	margin-bottom: 10px
}

.select-block {
	position: relative
}

	.select-block .input-wrapper {
		position: relative
	}

		.select-block .input-wrapper .tool-tip {
			position: absolute;
			background-color: #fff;
			padding: 5px;
			border-radius: 5px;
			left: -55%;
			border: 2px solid #a62224;
			color: #f00
		}

			.select-block .input-wrapper .tool-tip .caret {
				display: inline-block;
				margin-left: 3px
			}

		.select-block .input-wrapper .text-block {
			transition: all ease .5s;
			font-family: var(--font-secondary);
			display: block;
			width: 100%;
			position: relative;
			padding: 0;
			text-align: left;
			border-radius: 5px;
			padding: 5px;
			font-size: 16px;
			background: #fff;
			cursor: default;
			margin-bottom: 4px;
			color: #000
		}

			.select-block .input-wrapper .text-block .div-caret {
				position: absolute;
				right: 5px;
				top: 5px
			}

			.select-block .input-wrapper .text-block[type=text] {
				border: 1px solid #ccc;
				padding: 3px 5px
			}

			.select-block .input-wrapper .text-block[disabled] {
				opacity: .5
			}

				.select-block .input-wrapper .text-block[disabled]:hover {
					background-color: #fff;
					cursor: default
				}

			.select-block .input-wrapper .text-block:hover {
				cursor: pointer;
				background-color: #fee54e
			}

		.select-block .input-wrapper .delete-selection {
			position: absolute;
			right: 5px;
			color: #888;
			top: 7px;
			font-size: 12px
		}

			.select-block .input-wrapper .delete-selection:hover {
				cursor: pointer;
				color: #a62224
			}

		.select-block .input-wrapper .div-caret {
			position: absolute;
			right: 8px;
			top: 7px;
			color: #000
		}

	.select-block .option-container {
		position: absolute;
		z-index: 100;
		color: #000;
		text-align: left;
		font-family: var(--font-secondary);
		font-size: 16px;
		font-weight: 300;
		padding: 10px;
		border-radius: 5px;
		width: 100%;
		background-color: #fff;
		border: 1px solid #ededed
	}

		.select-block .option-container .option {
			padding: 3px 5px;
			border-radius: 5px
		}

			.select-block .option-container .option:hover {
				background-color: #fee54e;
				cursor: pointer
			}

			.select-block .option-container .option.active {
				background-color: #a62224;
				color: #fff
			}

			.select-block .option-container .option[disabled] {
				background-color: #ededed;
				color: #888 !important
			}

				.select-block .option-container .option[disabled]:hover {
					cursor: not-allowed
				}

		.select-block .option-container .option-header {
			border-bottom: 1px solid #a62224
		}

		.select-block .option-container .option-footer {
			padding-top: 5px;
			padding-left: 5px;
			font-size: 16px;
			border-top: 1px solid #a62224;
			color: #a62224;
			font-weight: 400
		}

	.select-block .option-sub-container {
		width: 100%;
		background-color: #fff;
		max-height: 300px;
		overflow-y: auto;
		overflow-x: hidden;
		min-height: 22px
	}

.tool-tip {
	display: inline-block;
	position: relative
}

	.tool-tip .tip-overlay {
		position: relative
	}

		.tool-tip .tip-overlay .tip-text-container {
			background-color: #fff;
			color: #000;
			border: 2px solid #a62224;
			-webkit-border-radius: 5px;
			-moz-border-radius: 5px;
			border-radius: 5px;
			padding: 10px;
			position: absolute;
			left: 0;
			top: 0;
			z-index: 100000;
			box-shadow: 0 0 5px black;
			width: 400px
		}

			.tool-tip .tip-overlay .tip-text-container .tip-close-container {
				position: absolute;
				top: 0;
				right: 5px
			}

	.tool-tip .fa.fa-info-circle.yellow {
		color: #fee45c
	}

	.tool-tip .fa.fa-info-circle.red {
		color: #a62224
	}

@media screen and (max-width:768px) {
	.tool-tip .tip-overlay {
		background: repeating-linear-gradient(45deg, rgba(102, 102, 102, .6), rgba(102, 102, 102, .6) 10px, rgba(128, 128, 128, .6) 10px, rgba(128, 128, 128, .6) 20px);
		position: fixed;
		top: 0;
		left: 0;
		bottom: 0;
		right: 0;
		width: 100%;
		z-index: 100000
	}

		.tool-tip .tip-overlay .tip-text-container {
			padding-top: 20px;
			position: fixed;
			top: 120px;
			left: 10px;
			right: 10px;
			max-height: 500px;
			overflow-y: auto;
			z-index: 100001;
			width: unset
		}
}

.title-mobile {
	background-color: #000;
	color: #fff;
	display: block;
	width: 100%;
	text-align: center;
	text-decoration: none;
	font-family: var(--font-secondary);
	padding-top: 5px;
	padding-bottom: 5px
}

	.title-mobile .subTitleText a {
		color: #fff
	}

.slider {
	width: 100%;
	overflow: hidden;
	position: relative
}

	.slider img {
		width: 100%
	}

	.slider .arrow {
		position: absolute;
		top: 35%;
		color: #fff;
		font-size: 50px;
		text-shadow: 0 0 5px #000;
		z-index: 3;
		padding: 10px
	}

		.slider .arrow:hover {
			cursor: pointer;
			color: #797979
		}

	.slider .leftArrow {
		left: 5px
	}

	.slider .rightArrow {
		right: 5px
	}

	.slider .slide {
		height: 100%;
		width: 100%;
		display: block;
		max-height: 300px
	}

	.slider .titleBorder {
		width: 100%;
		position: absolute;
		top: 0
	}

	.slider .caption {
		background-color: #000;
		color: #fff;
		display: block;
		width: 100%;
		text-align: center;
		text-transform: uppercase;
		text-decoration: none;
		font-family: var(--font-secondary);
		padding: 10px;
		position: absolute;
		bottom: 0
	}

		.slider .caption .captionText {
			font-size: 18px
		}

		.slider .caption .subCaptionText {
			margin-top: 3px;
			font-size: 12px;
			font-weight: 300
		}

	.slider .title {
		background-color: #000;
		color: #fff;
		display: block;
		width: 33.3333%;
		text-align: center;
		text-decoration: none;
		font-family: var(--font-secondary);
		padding: 5px;
		position: absolute;
		z-index: 10;
		left: 33.3333%;
		top: 0;
		margin: 0 auto
	}

		.slider .title .titleText {
			font-size: 16px
		}

		.slider .title .subTitleText {
			margin-top: 3px;
			font-size: 13px;
			font-weight: 300;
			text-transform: none
		}

			.slider .title .subTitleText a {
				color: #fff
			}

	.slider .dotContainer {
		z-index: 100;
		position: absolute;
		bottom: 10px;
		right: 10px
	}

		.slider .dotContainer .dot {
			border-radius: 30px;
			background-color: #fee45c;
			border: 2px solid #fff;
			width: 15px;
			height: 15px;
			display: inline-block;
			margin-left: 5px
		}

			.slider .dotContainer .dot:hover {
				cursor: pointer
			}

			.slider .dotContainer .dot.active {
				background-color: #a62224;
				cursor: default !important
			}

	.slider .slide-image {
		display: block;
		width: 100%;
		height: 100%
	}

		.slider .slide-image.ng-hide-remove {
			z-index: 3
		}

		.slider .slide-image.ng-hide-add {
			z-index: 0
		}

.faq-article {
	margin-top: 20px;
	margin-left: 10px;
	margin-right: 30px
}

	.faq-article .article-title {
		display: inline-block;
		width: 85%
	}

		.faq-article .article-title:hover {
			cursor: pointer;
			color: #a62224
		}

	.faq-article .caret-container {
		display: inline-block;
		width: 10%;
		vertical-align: top;
		text-align: right;
		padding-right: 10px
	}

	.faq-article .article-container {
		margin-bottom: 40px
	}

		.faq-article .article-container .article-content {
			background-color: #f1f0f0;
			padding: 10px;
			-ms-word-wrap: break-word;
			word-wrap: break-word
		}

		.faq-article .article-container .article-contact {
			margin: 10px
		}

		.faq-article .article-container .article-buttons {
			border-top: 1px solid #000;
			text-align: center;
			opacity: .7;
			padding-top: 5px
		}

			.faq-article .article-container .article-buttons:hover {
				cursor: pointer
			}

			.faq-article .article-container .article-buttons .article-back {
				display: inline-block;
				margin-right: 20px
			}

			.faq-article .article-container .article-buttons .article-close {
				display: inline-block
			}

.faq-menu .faq-button-wrapper {
	background-color: #f1f0f0;
	padding-top: 12px;
	padding-bottom: 10px
}

	.faq-menu .faq-button-wrapper .faq-search {
		position: relative;
		padding: 20px
	}

		.faq-menu .faq-button-wrapper .faq-search .search-results-anchor {
			position: relative
		}

			.faq-menu .faq-button-wrapper .faq-search .search-results-anchor .search-results {
				background-color: #fff;
				position: absolute;
				top: 0;
				width: 100%;
				z-index: 1000;
				padding: 10px;
				border-radius: 5px;
				box-shadow: 0 0 5px rgba(102, 102, 102, .6)
			}

				.faq-menu .faq-button-wrapper .faq-search .search-results-anchor .search-results .result-row {
					padding: 10px;
					border-bottom: 1px solid #808080
				}

					.faq-menu .faq-button-wrapper .faq-search .search-results-anchor .search-results .result-row:hover {
						cursor: pointer;
						background-color: #eee
					}

					.faq-menu .faq-button-wrapper .faq-search .search-results-anchor .search-results .result-row:last-child {
						border-bottom: none
					}

					.faq-menu .faq-button-wrapper .faq-search .search-results-anchor .search-results .result-row .result-body {
						background-color: #f1f0f0;
						padding: 10px;
						margin-left: 10px
					}

				.faq-menu .faq-button-wrapper .faq-search .search-results-anchor .search-results .search-results-count {
					padding-top: 10px;
					padding-left: 10px;
					padding-right: 10px
				}

	.faq-menu .faq-button-wrapper .faq-img {
		display: inline-block
	}

		.faq-menu .faq-button-wrapper .faq-img:hover {
			cursor: pointer
		}

		.faq-menu .faq-button-wrapper .faq-img img {
			height: 150px
		}

.popup-overlay {
	background: repeating-linear-gradient(45deg, rgba(102, 102, 102, .6), rgba(102, 102, 102, .6) 10px, rgba(128, 128, 128, .6) 10px, rgba(128, 128, 128, .6) 20px);
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	z-index: 100000000
}

	.popup-overlay .modal {
		padding: 10px;
		position: absolute;
		left: 50%;
		top: 50%;
		-webkit-transform: translate(-50%, -50%);
		-moz-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		-o-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		z-index: 100001;
		min-width: 250px;
		background-color: #fff;
		border-radius: 10px;
		border: 1px solid rgba(0, 0, 0, .3);
		-webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, .3);
		-moz-box-shadow: 0 3px 7px rgba(0, 0, 0, .3);
		box-shadow: 0 3px 7px rgba(0, 0, 0, .3);
		-webkit-background-clip: padding-box;
		-moz-background-clip: padding-box;
		background-clip: padding-box
	}

		.popup-overlay .modal .faq-img img {
			height: 100px
		}

		.popup-overlay .modal .faq-search-input {
			margin: 10px
		}

		.popup-overlay .modal .close {
			float: right;
			font-size: 30px
		}

			.popup-overlay .modal .close:hover {
				cursor: pointer
			}

.gallery {
	-moz-user-select: none;
	-ms-user-select: none;
	-webkit-user-select: none;
	user-select: none
}

	.gallery .gallery-logo {
		width: 200px
	}

@media screen and (min-width:1224px) {
	.gallery .gallery-text {
		margin-top: 30%
	}
}

@media screen and (max-width:480px) {
	.gallery .gallery-text {
		margin-top: 20px
	}
}

.gallery .thumb-overflow-box {
	overflow: hidden;
	position: relative;
	margin-top: 10px
}

	.gallery .thumb-overflow-box .arrow {
		position: absolute;
		font-size: 40px;
		top: 23%;
		background-color: rgba(0, 0, 0, .5)
	}

		.gallery .thumb-overflow-box .arrow:hover {
			cursor: pointer
		}

		.gallery .thumb-overflow-box .arrow.thumb-left {
			padding-right: 7px;
			padding-bottom: 3px;
			left: 0
		}

		.gallery .thumb-overflow-box .arrow.thumb-right {
			right: 0;
			padding-left: 5px;
			padding-right: 7px;
			padding-bottom: 3px
		}

@media screen and (max-width:480px) {
	.gallery .thumb-overflow-box .arrow {
		top: 40%
	}
}

.gallery .thumb-overflow-box .thumb-container-wrapper {
	-moz-transition: .5s all ease;
	-o-transition: .5s all ease;
	-webkit-transition: .5s all ease;
	transition: .5s all ease
}

	.gallery .thumb-overflow-box .thumb-container-wrapper .thumbnail-container {
		display: inline-block;
		width: 200px;
		height: 112px;
		margin-left: 10px;
		margin-right: 10px;
		float: left
	}

@media screen and (max-width:480px) {
	.gallery .thumb-overflow-box .thumb-container-wrapper .thumbnail-container.mobile-full {
		width: 100vw;
		height: unset;
		margin-left: 0;
		margin-right: 0
	}
}

.gallery .thumb-overflow-box .thumb-container-wrapper .thumbnail-container:first-child {
	margin-left: 0
}

.gallery .thumb-overflow-box .thumb-container-wrapper .thumbnail-container .thumbnail {
	width: 100%
}

	.gallery .thumb-overflow-box .thumb-container-wrapper .thumbnail-container .thumbnail:hover {
		cursor: pointer
	}

.gallery .modal {
	position: fixed;
	width: 60vw;
	background-color: rgba(0, 0, 0, .7);
	padding: 10px;
	top: 51%;
	left: 50%;
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 100000
}

	.gallery .modal .header-bar {
		min-height: 25px;
		position: relative
	}

		.gallery .modal .header-bar .close-button {
			position: absolute;
			right: 0
		}

	.gallery .modal .modal-image-wrapper {
		position: relative
	}

		.gallery .modal .modal-image-wrapper .arrow {
			position: absolute;
			font-size: 80px;
			top: 40%;
			background-color: rgba(0, 0, 0, .5)
		}

			.gallery .modal .modal-image-wrapper .arrow:hover {
				cursor: pointer
			}

			.gallery .modal .modal-image-wrapper .arrow.left {
				padding-right: 7px;
				padding-bottom: 3px;
				left: 0
			}

			.gallery .modal .modal-image-wrapper .arrow.right {
				right: 0;
				padding-left: 5px;
				padding-right: 7px
			}

		.gallery .modal .modal-image-wrapper .modal-image {
			width: 100%;
			max-height: 600px
		}

.used-cars-Listing {
	position: relative;
	padding: 10px;
	background-color: #f1f0f0
}

	.used-cars-Listing .search-arrow {
		left: 5px
	}

@media only screen and (min-device-width:320px) and (max-device-width:480px) {
	.used-cars-Listing .search-arrow {
		left: -10px
	}
}

body {
	font-family: var(--font-secondary);
	background-color: #f1f0f0
}

	body.stop-scroll {
		overflow: hidden
	}

	body.mobileOpen {
		overflow: hidden !important
	}

		body.mobileOpen .site-header .mobileMenuIcon .fa-bars {
			display: none
		}

		body.mobileOpen .site-header .mobileMenuIcon .fa-times {
			display: block
		}

		body.mobileOpen .site-header .site-header-mobile-menu {
			display: block;
			cursor: pointer
		}

.site-header {
	height: 69px;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 999;
}

	.site-header .modal {
		position: absolute;
		top: 0;
		left: 0;
		z-index: 2000;
		height: 200px;
		width: 450px;
		background-color: #fff;
		border-radius: 10px;
		border: 1px solid rgba(0, 0, 0, .3);
		box-shadow: 0 3px 7px rgba(0, 0, 0, .3);
		-webkit-background-clip: padding-box;
		-moz-background-clip: padding-box;
		background-clip: padding-box;
		margin-top: 200px;
		-moz-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		-o-transform: rotate(90deg);
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
		-moz-transform-origin: center;
		-ms-transform-origin: center;
		-o-transform-origin: center;
		-webkit-transform-origin: center;
		transform-origin: center
	}

		.site-header .modal .modal-header {
			margin: 15px
		}

		.site-header .modal .modal-body {
			width: 425px;
			margin: 5px 10px 5px 10px
		}

			.site-header .modal .modal-body .text {
				color: #a62224
			}

				.site-header .modal .modal-body .text a {
					color: #a62224
				}

		.site-header .modal .modal-footer {
			margin: 0 15px 15px 15px
		}

		.site-header .modal .modal-header .close {
			position: absolute;
			right: 10px;
			top: 10px;
			color: #999;
			line-height: 10px;
			cursor: pointer
		}

	.site-header .yellow {
		background-color: #fee45c
	}

	.site-header .logo {
		width: 150px;
		padding: 10px 0;
		margin-left: 10px
	}

	.site-header .mobile-menu-button {
		margin-top: 15px;
		margin-right: 20px
	}

		.site-header .mobile-menu-button .fa {
			font-size: 40px
		}

	.site-header .non-mobile-menu {
		margin-top: 20px
	}

		.site-header .non-mobile-menu .nav {
			text-align: center;
			-webkit-transition: 'background-color' .5s ease;
			-moz-transition: 'background-color' .5s ease;
			-o-transition: 'background-color' .5s ease;
			transition: 'background-color' .5s ease
		}

			.site-header .non-mobile-menu .nav .item:hover .sub-menu {
				display: flex
			}

			.site-header .non-mobile-menu .nav .item {
				display: inline-block;
				vertical-align: middle
			}

				.site-header .non-mobile-menu .nav .item:last-child:after {
					content: none;
					margin: 0
				}

				.site-header .non-mobile-menu .nav .item:after {
					content: '|';
					margin-left: 5px;
					margin-right: 8px
				}

				.site-header .non-mobile-menu .nav .item .sub-menu {
					display: none;
					flex-direction: column;
					flex-wrap: wrap;
					position: absolute;
					-webkit-border-radius: 4px;
					-moz-border-radius: 4px;
					border-radius: 4px;
					background-color: rgba(58, 58, 58, .95);
					z-index: 100;
					overflow: hidden;
					font-size: 12px;
					text-align: left
				}

					.site-header .non-mobile-menu .nav .item .sub-menu.locations {
						right: 0;
						width: 600px;
						height: 315px
					}

						.site-header .non-mobile-menu .nav .item .sub-menu.locations .state-block {
							width: 25%;
							float: left;
							padding-left: 5px
						}

							.site-header .non-mobile-menu .nav .item .sub-menu.locations .state-block > div {
								padding: 3px 5px
							}

							.site-header .non-mobile-menu .nav .item .sub-menu.locations .state-block .state-name {
								color: #fee45c;
								margin-top: 10px;
								font-size: 16px;
								cursor: default
							}

							.site-header .non-mobile-menu .nav .item .sub-menu.locations .state-block a {
								color: #fff;
								margin-left: 10px;
								margin-top: 5px;
								font-size: 13px;
								padding: 0 10px;
								display: block;
								width: fit-content
							}

								.site-header .non-mobile-menu .nav .item .sub-menu.locations .state-block a:hover {
									background-color: #a62224
								}

							.site-header .non-mobile-menu .nav .item .sub-menu.locations .state-block:nth-of-type(9) {
								margin-bottom: 75px
							}

					.site-header .non-mobile-menu .nav .item .sub-menu .item {
						padding: 5px;
						display: block
					}

						.site-header .non-mobile-menu .nav .item .sub-menu .item:after {
							content: none
						}

						.site-header .non-mobile-menu .nav .item .sub-menu .item:hover {
							background-color: #a62224
						}

						.site-header .non-mobile-menu .nav .item .sub-menu .item a {
							color: #fff
						}

				.site-header .non-mobile-menu .nav .item a {
					color: #000;
					text-decoration: none;
					text-transform: uppercase;
					font-size: 13px
				}

					.site-header .non-mobile-menu .nav .item a .menu-new {
						font-family: Arial;
						display: inline-block;
						font-weight: 800;
						color: #a62224;
						margin-left: 3px;
						cursor: default;
						border-radius: 3px;
						vertical-align: middle;
						line-height: 16.5px;
						position: relative;
						top: -1.5px;
						padding-top: 1px
					}

	.site-header .mobileMenuIcon {
		cursor: pointer
	}

		.site-header .mobileMenuIcon .fa-bars {
			display: block
		}

		.site-header .mobileMenuIcon .fa-times {
			display: none
		}

	.site-header .barcodeIcon {
		cursor: pointer
	}

	.site-header .vipPanel {
		z-index: 20000;
		cursor: pointer
	}

.nav-spacer {
	margin-top: 69px
}

.modal-backdrop {
	display: none;
	background: repeating-linear-gradient(45deg, rgba(102, 102, 102, .6), rgba(102, 102, 102, .6) 10px, rgba(128, 128, 128, .6) 10px, rgba(128, 128, 128, .6) 20px);
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	z-index: 100000
}

	.modal-backdrop .modal-box {
		background-color: #a62224;
		display: inline-block;
		position: fixed;
		padding: 10px;
		width: 270px;
		left: 50%;
		top: 50%;
		-webkit-transform: translate(-50%, -50%);
		-moz-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		-o-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		z-index: 100001;
		box-shadow: 0 0 15px black
	}

		.modal-backdrop .modal-box .modal-text {
			background-color: #fff;
			color: #000;
			margin-top: 10px;
			padding: 10px;
			font-size: 18px;
			font-weight: 400;
			box-shadow: 0 0 15px black inset;
			text-align: center
		}

.site-header-mobile-menu {
	position: fixed;
	width: 100%;
	display: none;
	height: 100vh;
	overflow-y: auto;
	left: 0;
	right: 0;
	z-index: 10000;
	background-color: rgba(0, 0, 0, .9);
	color: #fff;
	text-transform: uppercase
}

	.site-header-mobile-menu > .item.mobileSubOpen .item-block {
		background-color: #561212;
		background: -webkit-gradient(linear, left top, left bottom, from(#561212), to(rgba(166, 34, 36, .95)));
		background: -webkit-linear-gradient(top, #561212, rgba(166, 34, 36, .95));
		background: -moz-linear-gradient(top, #561212, rgba(166, 34, 36, .95));
		background: -ms-linear-gradient(top, #561212, rgba(166, 34, 36, .95));
		background: -o-linear-gradient(top, #561212, rgba(166, 34, 36, .95))
	}

	.site-header-mobile-menu > .item.mobileSubOpen .sub-menu {
		display: block
	}

		.site-header-mobile-menu > .item.mobileSubOpen .sub-menu.locations {
			display: block
		}

	.site-header-mobile-menu > .item.mobileSubOpen .fa-caret-right {
		display: none
	}

	.site-header-mobile-menu > .item.mobileSubOpen .fa-caret-down {
		display: inline-block
	}

	.site-header-mobile-menu > .item {
		border-bottom: 1px solid #fff;
		display: block;
		width: 100%;
		cursor: pointer
	}

		.site-header-mobile-menu > .item .item-bottom {
			line-height: 69px
		}

		.site-header-mobile-menu > .item .item-block {
			padding: 0 30px;
			font-size: 24px;
			line-height: 60px
		}

			.site-header-mobile-menu > .item .item-block > div {
				display: inline-block
			}

			.site-header-mobile-menu > .item .item-block a {
				color: #fff;
				text-decoration: none
			}

				.site-header-mobile-menu > .item .item-block a .menu-new {
					display: inline-block;
					font-weight: 800;
					color: #fee45c;
					margin-left: 3px;
					cursor: default
				}

			.site-header-mobile-menu > .item .item-block .item-expander {
				float: right;
				display: inline-block
			}

		.site-header-mobile-menu > .item .item-link {
			width: 90%;
			display: inline-block
		}

		.site-header-mobile-menu > .item .sub-menu {
			border-top: 1px solid #fff;
			padding: 10px;
			display: none
		}

			.site-header-mobile-menu > .item .sub-menu.locations .locations-search {
				padding: 10px 25px
			}

				.site-header-mobile-menu > .item .sub-menu.locations .locations-search .input {
					width: 70%;
					display: inline-block;
					line-height: 26px;
					vertical-align: bottom;
					font-size: 16px
				}

				.site-header-mobile-menu > .item .sub-menu.locations .locations-search .button-search {
					width: 20%;
					display: inline-block;
					vertical-align: bottom
				}

			.site-header-mobile-menu > .item .sub-menu.locations .location-results {
				margin: 15px 0;
				font-size: 16px;
				text-transform: none;
				display: inline-block;
				width: 100%
			}

				.site-header-mobile-menu > .item .sub-menu.locations .location-results .locationsLoading {
					width: 100px;
					margin-top: 10px;
					margin-left: 45px
				}

				.site-header-mobile-menu > .item .sub-menu.locations .location-results .location-results-header {
					font-size: 14px;
					font-weight: 300
				}

				.site-header-mobile-menu > .item .sub-menu.locations .location-results .button {
					margin-top: 10px;
					width: 70%
				}

				.site-header-mobile-menu > .item .sub-menu.locations .location-results .location-link {
					color: #fff;
					text-decoration: none;
					text-transform: none
				}

			.site-header-mobile-menu > .item .sub-menu.locations .location-blocks {
				white-space: nowrap
			}

				.site-header-mobile-menu > .item .sub-menu.locations .location-blocks .col {
					width: 50%;
					display: inline-block;
					vertical-align: top
				}

					.site-header-mobile-menu > .item .sub-menu.locations .location-blocks .col .state-block:nth-child(odd) {
						clear: left;
						padding-left: 0
					}

					.site-header-mobile-menu > .item .sub-menu.locations .location-blocks .col .state-block > div {
						padding: 3px 5px
					}

					.site-header-mobile-menu > .item .sub-menu.locations .location-blocks .col .state-block .state-name {
						color: #fee45c;
						margin-top: 10px;
						font-size: 18px
					}

					.site-header-mobile-menu > .item .sub-menu.locations .location-blocks .col .state-block a {
						color: #fff;
						font-size: 16px;
						padding: 0 5px;
						text-decoration: none;
						text-transform: none
					}

			.site-header-mobile-menu > .item .sub-menu .item {
				padding: 5px 30px;
				font-size: 18px
			}

				.site-header-mobile-menu > .item .sub-menu .item a {
					color: #fff;
					text-decoration: none
				}

		.site-header-mobile-menu > .item .fa-caret-down {
			display: none
		}

.site-content {
	background-color: #fff;
	padding-top: 10px
}

.site-footer {
	border-top: 5px solid #fee45c;
	background-color: #242424;
	color: #fff;
	text-align: center
}

	.site-footer .footer-nav {
		display: block
	}

		.site-footer .footer-nav div {
			margin: 10px
		}

	.site-footer .footer-social {
		display: block
	}

		.site-footer .footer-social div {
			margin: 5px
		}

			.site-footer .footer-social div a {
				font-size: 26px
			}

	.site-footer div {
		display: inline-block
	}

		.site-footer div a {
			color: #fff;
			text-decoration: none
		}

.sitemap-section {
	margin-left: 25px
}

	.sitemap-section a {
		padding-left: 5px;
		border-left: solid 5px #000
	}

		.sitemap-section a:hover {
			border-left: solid 5px #a62224
		}

.gutter-wrapper {
	margin-bottom: 40px;
	padding-left: 70px;
	padding-right: 70px
}

@media only screen and (min-device-width:320px) and (max-device-width:768px) {
	.gutter-wrapper {
		padding-left: unset;
		padding-right: unset
	}
}

@media only screen and (min-device-width:769px) and (max-device-width:1440px) {
	.gutter-wrapper {
		padding-left: 25px;
		padding-right: 25px
	}
}

@media screen and (orientation:landscape) {
	.site-header .modal {
		position: absolute;
		top: 20%;
		left: 20%;
		z-index: 2000;
		height: 200px;
		width: 450px;
		background-color: #fff;
		border-radius: 10px;
		border: 1px solid rgba(0, 0, 0, .3);
		box-shadow: 0 3px 7px rgba(0, 0, 0, .3);
		-webkit-background-clip: padding-box;
		-moz-background-clip: padding-box;
		background-clip: padding-box;
		margin-top: 0;
		-moz-transform: rotate(0);
		-ms-transform: rotate(0);
		-o-transform: rotate(0);
		-webkit-transform: rotate(0);
		transform: rotate(0);
		-moz-transform-origin: center;
		-ms-transform-origin: center;
		-o-transform-origin: center;
		-webkit-transform-origin: center;
		transform-origin: center
	}
}

.home-page .home-spacer {
	margin-top: 10px
}

.HomePage p {
	font-size: 16px;
	line-height: 1.4;
	font-weight: 300
}

	.HomePage p .homeTruck {
		width: 40%;
		float: left;
		margin-left: 10px;
		margin-bottom: 40px
	}

.homeContent {
	width: 55%;
	float: left;
	font-size: 16px;
	margin-bottom: 40px
}

.ios-home {
	position: fixed;
	bottom: 20px;
	width: auto;
	left: 10px;
	right: 10px;
	z-index: 10000;
	background-color: #fee45c;
	box-shadow: 0 0 20px #808080;
	border-radius: 5px;
	text-align: center;
	padding: 5px
}

	.ios-home .logo-sm {
		height: 40px
	}

	.ios-home .arrow {
		position: absolute;
		bottom: -10px;
		z-index: 10001;
		left: 50%;
		-webkit-transform: translate(-50%);
		-moz-transform: translate(-50%);
		-ms-transform: translate(-50%);
		-o-transform: translate(-50%);
		transform: translate(-50%);
		width: 0;
		height: 0;
		border-left: 10px solid transparent;
		border-right: 10px solid transparent;
		border-top: 10px solid #fee45c
	}

@keyframes spinner {
	from {
		transform: rotate(0deg)
	}

	to {
		transform: rotate(360deg)
	}
}

.auto-parts.new-on-yard .link-box {
	margin-top: 5px
}

	.auto-parts.new-on-yard .link-box .spacer {
		margin-left: 5px;
		margin-right: 5px;
		display: inline-block
	}

	.auto-parts.new-on-yard .link-box a {
		color: #fff;
		text-decoration: none
	}

.auto-parts.new-on-yard .content-image {
	width: 432px
}

.auto-parts.notify-me .submit-icon {
	color: #008000;
	font-size: 60px
}

.auto-parts.notify-me .submit-text {
	color: #008000;
	font-size: 16px
}

.auto-parts.notify-me .quote-form {
	background-color: #f1f0f0;
	padding-left: 20px;
	padding-right: 20px
}

	.auto-parts.notify-me .quote-form .search-arrow {
		left: 15px
	}

.auto-parts.notify-me .email-error {
	color: #a62224;
	font-style: italic
}

.auto-parts.notify-me .email {
	transition: all .5s ease;
	position: absolute;
	right: 0;
	top: 12px;
	font-size: 20px;
	opacity: 1
}

	.auto-parts.notify-me .email.good {
		color: #008000
	}

		.auto-parts.notify-me .email.good.ng-hide {
			opacity: 0
		}

	.auto-parts.notify-me .email.bad {
		color: #8b0000
	}

		.auto-parts.notify-me .email.bad.ng-hide {
			opacity: 0
		}

.auto-parts.notify-me .loading-spinner {
	position: absolute;
	right: 10px;
	top: 22px
}

	.auto-parts.notify-me .loading-spinner:before {
		transition: opacity .5s ease;
		opacity: 1;
		content: '';
		box-sizing: border-box;
		position: absolute;
		top: 50%;
		left: 50%;
		width: 20px;
		height: 20px;
		margin-top: -10px;
		margin-left: -10px;
		border-radius: 50%;
		border: 2px solid transparent;
		border-top-color: #a62224;
		border-bottom-color: #a62224;
		animation: spinner .8s ease infinite
	}

		.auto-parts.notify-me .loading-spinner:before.ng-hide {
			opacity: 0
		}

@media only screen and (min-device-width:320px) and (max-device-width:480px) {
	.auto-parts.landing .seo-content img {
		width: 100% !important
	}

	.auto-parts.new-on-yard .brandin-is-awesome .results-spacer {
		padding-left: 10px;
		padding-right: 10px
	}

	.auto-parts.new-on-yard .red-box {
		height: auto
	}

	.auto-parts.parts-pricing .content img {
		width: 100%
	}

	.auto-parts.notify-me .quote-form {
		padding: 10px
	}

		.auto-parts.notify-me .quote-form .search-arrow {
			z-index: 100;
			left: -11px
		}
}

.locations-landing img {
	width: 100%
}

.locations-landing .state-block {
	width: 24%;
	margin-left: 1%;
	padding-left: 0;
	float: left;
	font-size: 16px;
	line-height: 1;
	list-style: none
}

	.locations-landing .state-block > div {
		padding: 3px 5px
	}

	.locations-landing .state-block .state-name {
		font-size: 18px;
		display: block;
		text-transform: uppercase;
		margin-top: 20px;
		margin-bottom: 3px
	}

	.locations-landing .state-block a {
		color: #000;
		text-decoration: none
	}

	.locations-landing .state-block .city-name {
		margin: 3px auto
	}

		.locations-landing .state-block .city-name a:hover {
			color: #a62224
		}

.locations-landing .button.store-button {
	font-size: 16px;
	position: absolute;
	right: 4.5%;
	bottom: 20px;
	display: inline-block;
	z-index: 100;
	width: auto
}

.locations-landing .location-wrapper {
	padding-left: 5px;
	padding-right: 5px
}

	.locations-landing .location-wrapper .location {
		text-align: left;
		color: #000;
		margin-bottom: 15px;
		position: relative
	}

		.locations-landing .location-wrapper .location .visitStoreButton {
			display: none !important
		}

.location-header {
	display: block;
	text-align: left;
	font-size: 18px;
	font-weight: 400;
	line-height: inherit;
	color: #fff;
	background-color: #a62224;
	text-transform: uppercase;
	margin-top: 25px;
	margin-bottom: 15px;
	padding: 5px;
	width: 100%
}

.location-address {
	font-size: 16px
}

.location-button {
	position: absolute;
	bottom: 0;
	right: 20px;
	width: 150px !important
}

.locations-contact {
	padding: 10px
}

	.locations-contact .address {
		text-decoration: none;
		color: #000
	}

	.locations-contact .phone {
		text-decoration: underline;
		color: #000
	}

	.locations-contact .googlePlus {
		float: right;
		color: #000;
		text-align: right
	}

	.locations-contact .map {
		text-decoration: none;
		color: #c93212;
		display: inline;
		text-align: right;
		float: right
	}

		.locations-contact .map img {
			display: block;
			vertical-align: middle
		}

@media only screen and (min-device-width:320px) and (max-device-width:480px) {
	.locations-landing .state-block {
		width: 45%;
		margin-left: 1%;
		padding-left: 0;
		float: left;
		line-height: 1;
		list-style: none
	}

		.locations-landing .state-block:nth-child(odd) {
			clear: left
		}

		.locations-landing .state-block > div {
			padding: 3px 5px
		}

		.locations-landing .state-block .state-name {
			font-size: 20px;
			display: block;
			text-transform: uppercase;
			margin-top: 20px
		}

		.locations-landing .state-block li {
			padding: 3px
		}

			.locations-landing .state-block li a {
				color: #000;
				font-size: 16px;
				text-decoration: none
			}
}

.locations-location .yard-map-overlay {
	background: repeating-linear-gradient(45deg, rgba(102, 102, 102, .6), rgba(102, 102, 102, .6) 10px, rgba(128, 128, 128, .6) 10px, rgba(128, 128, 128, .6) 20px);
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	z-index: 100000
}

	.locations-location .yard-map-overlay .modal {
		padding: 10px;
		position: absolute;
		left: 50%;
		top: 50%;
		-webkit-transform: translate(-50%, -50%);
		-moz-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		-o-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		z-index: 100001;
		max-width: 720px;
		background-color: #fff;
		border-radius: 10px;
		overflow: hidden;
		border: 1px solid rgba(0, 0, 0, .3);
		-webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, .3);
		-moz-box-shadow: 0 3px 7px rgba(0, 0, 0, .3);
		box-shadow: 0 3px 7px rgba(0, 0, 0, .3);
		-webkit-background-clip: padding-box;
		-moz-background-clip: padding-box;
		background-clip: padding-box
	}

		.locations-location .yard-map-overlay .modal .yardmap {
			width: 100%
		}

		.locations-location .yard-map-overlay .modal .close {
			float: right;
			font-size: 30px
		}

			.locations-location .yard-map-overlay .modal .close:hover {
				cursor: pointer
			}

.locations-location .red-box {
	min-height: unset;
	height: auto
}

.locations-location .contact-widget {
	background-color: #f1f0f0;
	padding: 10px;
	text-align: right;
	text-transform: uppercase;
	font-family: var(--font-secondary);
	width: 100%;
	height: 100%;
	min-height: 130px
}

	.locations-location .contact-widget h4 {
		margin: 0;
		font-size: 22px;
		color: #a62224;
		margin-bottom: 10px;
		font-weight: 400
	}

	.locations-location .contact-widget h5 {
		margin: 0;
		font-size: 10px;
		margin-top: 5px;
		font-weight: 400;
		margin-bottom: 5px
	}

	.locations-location .contact-widget .phone-number {
		font-size: 22px;
		display: block
	}

	.locations-location .contact-widget img {
		float: left;
		margin-top: 5px
	}

	.locations-location .contact-widget a {
		display: block;
		font-size: 22px;
		width: 100%;
		text-decoration: none;
		text-align: center
	}

		.locations-location .contact-widget a.phone {
			color: #000;
			text-align: right
		}

.locations-location .locations-contact p {
	padding: 0
}

.locations-location .locations-contact .button {
	display: inline-block;
	width: auto;
	font-size: 22px
}

.locations-location .location-info-header {
	font-family: var(--font-secondary);
	font-size: 30px;
	text-align: center
}

.locations-location .location-info h5 {
	font-family: var(--font-secondary);
	text-transform: uppercase;
	margin-top: 20px;
	font-size: 20px
}

	.locations-location .location-info h5 span {
		display: block;
		text-transform: none;
		font-family: var(--font-primary);
		font-size: 14px
	}

.locations-location .location-info strong {
	font-family: var(--font-secondary);
	font-weight: 400
}

.locations-location .location-info p {
	margin-top: 15px;
	font-size: 16px
}

	.locations-location .location-info p a {
		color: #a62224;
		font-family: var(--font-secondary)
	}

.locations-location .location-info img {
	width: 100%
}

.locations-location .location-directions {
	text-align: center
}

	.locations-location .location-directions h2 {
		margin: 5px;
		vertical-align: middle;
		display: inline-block
	}

	.locations-location .location-directions .button {
		margin: 5px;
		text-decoration: none;
		vertical-align: middle;
		display: inline-block;
		width: auto
	}

.locations-location .locations-content {
	font-size: 16px;
	margin-bottom: 40px
}

	.locations-location .locations-content h1 {
		font-size: 32px;
		font-family: var(--font-secondary);
		text-transform: uppercase;
		margin-bottom: 10px
	}

.locations-location iframe {
	width: 100%
}

.inventory-landing .seo-image {
	width: 100%
}

.inventory-search .results-spacer {
	padding: 10px
}

.inventory-search .search-wrapper {
	background-color: #797979;
	color: #fff;
	padding: 10px
}

	.inventory-search .search-wrapper .search-arrow {
		left: 5px;
		top: 7px
	}

	.inventory-search .search-wrapper .row > div h4 {
		margin-top: 10px
	}

.inventory-search .cell-content {
	padding: 5px;
	line-height: 2.5
}

.inventory-search .mobile {
	padding: 3px;
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 1.2
}

	.inventory-search .mobile .button {
		font-size: 12px
	}

.inventory-search .expanded-seperator {
	border-top: 1px solid #525252
}

.inventory-search .results .button {
	font-size: 16px
}

.interchange-search .interchange-filter-wrapper {
	padding: 10px;
	background-color: #797979;
	color: #fff
}

	.interchange-search .interchange-filter-wrapper .search-arrow {
		left: -10px;
		top: 7px
	}

.interchange-search .results-spacer {
	padding: 10px
}

.interchange-search .expanded-seperator {
	border-top: 1px solid #525252
}

.interchangeable-parts .img-wrapper {
	max-height: 356px;
	overflow: hidden
}

.interchangeable-parts .search-arrow {
	left: -10px
}

.interchangeable-parts .red-box {
	padding: 25px
}

@media only screen and (min-device-width:320px) and (max-device-width:480px) {
	.inventory-search .search-wrapper {
		background-color: #797979;
		color: #fff;
		padding: 10px
	}

		.inventory-search .search-wrapper .search-arrow {
			left: -10px;
			top: 38px
		}

		.inventory-search .search-wrapper .row > div h4 {
			margin-top: 10px
		}

		.inventory-search .search-wrapper .row > div:first-child h4 {
			margin-top: 0
		}
}

.float-number {
	font-size: 18px;
	width: 100%;
	position: fixed;
	color: #fff;
	background-color: #a62224;
	z-index: 100000000000;
	left: 0;
	top: 72px;
	padding: 10px 20px;
	text-align: right
}

	.float-number a {
		color: #fee45c
	}

.sell-my-car.landing .red-box .phone-number a {
	color: #fee45c
}

.sell-my-car.landing .red-box h2,
.sell-my-car.landing .red-box h3 {
	margin-top: 10px
}

.sell-my-car.landing .peddle-images img {
	width: 100%
}

.sell-my-car.landing .state-block {
	width: 24%;
	margin-left: 1%;
	padding-left: 0;
	float: left;
	font-size: 16px;
	line-height: 1;
	list-style: none
}

	.sell-my-car.landing .state-block > div {
		padding: 3px 5px
	}

	.sell-my-car.landing .state-block .state-name {
		font-size: 18px;
		display: block;
		float: none;
		text-transform: uppercase;
		margin-top: 20px;
		margin-bottom: 3px
	}

	.sell-my-car.landing .state-block a {
		color: #000;
		text-decoration: none
	}

	.sell-my-car.landing .state-block .city-name {
		display: block;
		margin: 3px auto;
		float: none
	}

		.sell-my-car.landing .state-block .city-name a:hover {
			color: #a62224
		}

.sell-my-car .selling-tips .row {
	padding-top: 5px;
	padding-bottom: 5px;
	font-family: var(--font-secondary)
}

.sell-my-car .mobile-scroll-to-top {
	position: fixed;
	bottom: 20px;
	text-align: center;
	z-index: 10000;
	width: 100%
}

	.sell-my-car .mobile-scroll-to-top .button {
		display: inline-block;
		width: 50%
	}

.sell-my-car .reviews .reviews-container {
	width: 100%
}

	.sell-my-car .reviews .reviews-container .review-wrapper {
		margin-top: 10px
	}

		.sell-my-car .reviews .reviews-container .review-wrapper .review-author {
			font-weight: 600
		}

.sell-my-car.peddle .grey-container {
	background-color: #ccc;
	padding: 30px;
	border-radius: 20px;
	margin-left: 10px;
	margin-right: 10px
}

	.sell-my-car.peddle .grey-container .white-container {
		text-align: center;
		background-color: #fff;
		padding: 10px
	}

		.sell-my-car.peddle .grey-container .white-container .plus-sign {
			font-size: 60px;
			color: #ccc
		}

@media(max-width:480px) {
	.sell-my-car.peddle .grey-container .white-container .plus-sign {
		font-size: 30px
	}
}

.sell-my-car.peddle .center-boxes {
	text-align: center
}

	.sell-my-car.peddle .center-boxes .left-box {
		float: left;
		text-align: left;
		display: inline-block
	}

	.sell-my-car.peddle .center-boxes .center-box {
		text-align: center;
		display: inline-block
	}

	.sell-my-car.peddle .center-boxes .right-box {
		float: right;
		text-align: right;
		display: inline-block
	}

	.sell-my-car.peddle .center-boxes .clear {
		clear: both
	}

.sell-my-car.peddle.lauras-gutter {
	padding-left: 40px;
	padding-right: 40px
}

.sell-my-car.peddle .city-container {
	padding: 15px
}

.sell-my-car.peddle .faint-line {
	border: 0;
	height: 1px;
	background: #333;
	background-image: linear-gradient(to right, #ccc, #333, #ccc);
	margin-top: 10px;
	margin-bottom: 10px
}

.sell-my-car.peddle hr.dotted {
	border: 0;
	height: 1px;
	background: #333;
	background-image: linear-gradient(to right, #ccc, #333, #ccc)
}

.sell-my-car.peddle .vertical-col-mobile {
	-moz-columns: 2;
	-webkit-columns: 2;
	columns: 2
}

.sell-my-car.peddle .vertical-col-non-mobile {
	-moz-columns: 4;
	-webkit-columns: 4;
	columns: 4
}

.sell-my-car.gaq-offer {
	text-shadow: 2px 2px #dedede
}

.hero-image {
	display: inline-block;
	width: 100%;
	vertical-align: middle
}

.vertical_line_left {
	border-left: 1px solid #000
}

.vertical_line_right {
	border-right: 1px solid #000
}

@media(max-width:767px) {
	.vertical_line_left {
		border-left: none
	}

	.vertical_line_right {
		border-right: none
	}
}

.BlogTitleLink {
	font-size: 24px !important;
	text-align: left
}

@media(max-width:425px) {
	.BlogTitleLink {
		font-size: 18px !important
	}
}

.landing-zipcode {
	display: table;
	width: 100%
}

	.landing-zipcode .zipcode-form {
		padding-left: 15px;
		padding-right: 15px;
		width: 33%;
		display: table-cell;
		height: 100%;
		vertical-align: top
	}

	.landing-zipcode .image-box {
		margin-left: 15px;
		margin-right: 15px;
		display: table-cell;
		height: 100%;
		vertical-align: middle;
		background-color: #525252
	}

@keyframes spinner {
	from {
		transform: rotate(0deg)
	}

	to {
		transform: rotate(360deg)
	}
}

.expiring {
	background-color: #fbb
}

.vip.landing .login-overlay {
	background: repeating-linear-gradient(45deg, rgba(102, 102, 102, .6), rgba(102, 102, 102, .6) 10px, rgba(128, 128, 128, .6) 10px, rgba(128, 128, 128, .6) 20px);
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	z-index: 100000
}

	.vip.landing .login-overlay .modal {
		max-width: 700px;
		padding: 10px;
		position: absolute;
		left: 50%;
		top: 50%;
		-webkit-transform: translate(-50%, -50%);
		-moz-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		-o-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		z-index: 100001;
		background-color: #fff;
		border-radius: 10px;
		border: 1px solid rgba(0, 0, 0, .3);
		-webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, .3);
		-moz-box-shadow: 0 3px 7px rgba(0, 0, 0, .3);
		box-shadow: 0 3px 7px rgba(0, 0, 0, .3);
		-webkit-background-clip: padding-box;
		-moz-background-clip: padding-box;
		background-clip: padding-box
	}

		.vip.landing .login-overlay .modal .close {
			float: right;
			font-size: 30px
		}

			.vip.landing .login-overlay .modal .close:hover {
				cursor: pointer
			}

.vip.landing .vipDigitalBtn {
	background-color: #fee45c;
	border: 3px solid #a62224;
	border-radius: 10px;
	padding: 15px;
	color: #000
}

.vip.landing .digBtnText {
	text-align: center
}

.vip.landing .startHereText {
	margin-top: 10px;
	font-size: 16px;
	width: 100%;
	text-align: center
}

.vip.landing .red-box p {
	font-family: var(--font-secondary)
}

.vip.landing .sub-header {
	text-transform: unset
}

	.vip.landing .sub-header ul {
		padding-left: 20px
	}

.vip.landing .error-message {
	display: inline-block;
	margin-left: auto;
	margin-right: auto;
	width: 60%;
	background-color: #f1f0f0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #a62224;
	padding: 5px 20px
}

	.vip.landing .error-message div a {
		color: #000;
		text-decoration: underline;
		cursor: pointer
	}

.vip.landing .info-message {
	display: inline-block;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	background-color: #f1f0f0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #a62224;
	padding: 5px unset 5px
}

.vip.landing .vip-form {
	text-align: left
}

.vip.landing .content .image-wrapper {
	max-height: 400px;
	overflow: hidden
}

	.vip.landing .content .image-wrapper .image {
		width: 100%
	}

.vip.register .modal-window {
	height: 80%
}

.vip.register .modal-content {
	height: 100%
}

.vip.dashboard .message-center-table h4 {
	line-height: 1
}

.vip.dashboard .message-center-table h5 {
	line-height: 1
}

.vip.dashboard a {
	color: #000
}

.vip.dashboard .cashier-receipt-overlay {
	background: repeating-linear-gradient(45deg, rgba(102, 102, 102, .6), rgba(102, 102, 102, .6) 10px, rgba(128, 128, 128, .6) 10px, rgba(128, 128, 128, .6) 20px);
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	z-index: 100000
}

	.vip.dashboard .cashier-receipt-overlay .red-box {
		display: inline-block;
		position: fixed;
		left: 50%;
		top: 50px;
		-webkit-transform: translate(-50%, 0%);
		-moz-transform: translate(-50%, 0%);
		-ms-transform: translate(-50%, 0%);
		-o-transform: translate(-50%, 0%);
		transform: translate(-50%, 0%);
		width: 400px;
		height: auto;
		z-index: 100001;
		box-shadow: 0 0 15px black
	}

		.vip.dashboard .cashier-receipt-overlay .red-box .cashier-receipt {
			margin-top: 10px;
			background-color: #fff;
			overflow-x: hidden;
			overflow-y: auto;
			max-height: 600px
		}

		.vip.dashboard .cashier-receipt-overlay .red-box .icon {
			height: 35px;
			width: 35px;
			font-size: 40px
		}

			.vip.dashboard .cashier-receipt-overlay .red-box .icon:hover {
				cursor: pointer
			}

.vip.dashboard .cashier-receipt-wrapper {
	border: 3px solid #a62224;
	background-color: #fff;
	margin: 5px 3px 5px
}

.vip.dashboard .cashier-receipt {
	width: auto;
	color: #000
}

	.vip.dashboard .cashier-receipt .logo {
		width: 80%
	}

.vip.dashboard .member-info img {
	margin-left: 1px
}

.vip.dashboard .member-info h3 {
	margin: 0
}

.vip.dashboard .member-info .brittanys-class {
	font-size: 14px
}

.vip.dashboard .member-info .vip-number {
	margin: 0;
	color: #a62224
}

.vip.dashboard .member-info .profile-links h4 {
	display: inline-block
}

.vip.dashboard .member-info .credit-box {
	text-align: center
}

	.vip.dashboard .member-info .credit-box .credit {
		font-size: 35px;
		font-weight: 400
	}

	.vip.dashboard .member-info .credit-box .credit-text {
		font-size: 14px;
		font-weight: 300
	}

.vip.dashboard .member-info .store-info {
	font-size: 16px
}

	.vip.dashboard .member-info .store-info span {
		font-size: 16px;
		font-weight: 300
	}

.vip.dashboard .vip-button {
	background-color: #f1f0f0;
	border-bottom: 5px solid #f1f0f0;
	padding-top: 30px;
	padding-bottom: 30px;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease
}

	.vip.dashboard .vip-button .img-wrapper {
		display: inline-block
	}

	.vip.dashboard .vip-button.active {
		border-bottom: 5px solid #a62224
	}

	.vip.dashboard .vip-button:hover {
		cursor: pointer
	}

.vip.dashboard .filter-bar {
	margin-top: 20px;
	background-color: #f1f0f0
}

	.vip.dashboard .filter-bar h2 {
		margin-top: 7px
	}

	.vip.dashboard .filter-bar h3 {
		margin: 10px
	}

	.vip.dashboard .filter-bar h5 {
		display: inline-block;
		vertical-align: middle;
		margin-top: 7px
	}

	.vip.dashboard .filter-bar label {
		margin-top: 5px;
		display: inline-block;
		vertical-align: middle
	}

	.vip.dashboard .filter-bar input {
		margin-top: 7px;
		width: 50%;
		display: inline-block;
		vertical-align: middle
	}

	.vip.dashboard .filter-bar .fa-calendar {
		margin-top: 5px;
		vertical-align: middle
	}

.vip.dashboard .create-message {
	margin-top: 20px;
	background-color: #f1f0f0;
	padding: 10px
}

.vip.dashboard .hover-row:hover {
	background-color: #a62224;
	color: #fff !important
}

.vip.dashboard .vip-padder-10 {
	padding: 10px
}

.vip.dashboard .vip-cell {
	margin: 10px
}

	.vip.dashboard .vip-cell .button {
		margin: 5px
	}

.vip.dashboard .tip-red {
	color: #a62224
}

.vip.profile .validatedBadge {
	margin-left: 10px;
	display: inline-block;
	padding: 2px;
	color: #fff;
	border-radius: 5px
}

	.vip.profile .validatedBadge.validated {
		background-color: #008000;
		cursor: default
	}

	.vip.profile .validatedBadge.notValidated {
		background-color: #a62224;
		cursor: pointer
	}

.vip.profile .underline {
	text-decoration: underline !important
}

.vip.profile .email-error {
	color: #a62224;
	font-style: italic
}

.vip.profile .email {
	transition: all .5s ease;
	position: absolute;
	right: -16px;
	top: 7px;
	font-size: 20px;
	opacity: 1
}

	.vip.profile .email.good {
		color: #008000
	}

		.vip.profile .email.good.ng-hide {
			opacity: 0
		}

	.vip.profile .email.bad {
		color: #8b0000
	}

		.vip.profile .email.bad.ng-hide {
			opacity: 0
		}

.vip.profile .loading-spinner {
	position: absolute;
	right: -10px;
	top: 19px
}

	.vip.profile .loading-spinner:before {
		transition: opacity .5s ease;
		opacity: 1;
		content: '';
		box-sizing: border-box;
		position: absolute;
		top: 50%;
		left: 50%;
		width: 20px;
		height: 20px;
		margin-top: -10px;
		margin-left: -10px;
		border-radius: 50%;
		border: 2px solid transparent;
		border-top-color: #a62224;
		border-bottom-color: #a62224;
		animation: spinner .8s ease infinite
	}

		.vip.profile .loading-spinner:before.ng-hide {
			opacity: 0
		}

@media(max-width:480px) {
	.vip.profile .email {
		right: -26px
	}

	.vip.profile .loading-spinner {
		right: -20px
	}
}

.vip.profile h3,
.vip.profile h5 {
	margin-top: 0;
	margin-bottom: 0;
	display: inline-block
}

.vip.profile .section-header {
	background-color: #a62224;
	color: #fff;
	padding: 5px
}

.vip.profile .row[disabled] h4 {
	opacity: .5;
	color: #797979 !important
}

.vip.profile .row[disabled] input {
	opacity: .5
}

.vip.profile .note-box {
	background-color: #fee45c
}

	.vip.profile .note-box ul {
		font-family: var(--font-primary)
	}

.vip.profile .tip-header-class {
	color: #000;
	text-transform: none
}

.vip.profile .tip-yellow {
	color: #fee45c
}

.vip.profile .tip-red {
	color: #a62224
}

@media only screen and (min-device-width:320px) and (max-device-width:480px) {
	.vip.landing .red-box {
		height: auto
	}

	.vip.landing .content .image-wrapper {
		height: auto;
		overflow: unset
	}

	.vip.dashboard .cashier-receipt-overlay .red-box {
		top: 1vh;
		width: 100%;
		padding-left: 3px;
		padding-right: 3px;
		padding-bottom: 3px;
		max-height: unset
	}

		.vip.dashboard .cashier-receipt-overlay .red-box .icon {
			width: 25px;
			height: 25px;
			font-size: 29px
		}

		.vip.dashboard .cashier-receipt-overlay .red-box .cashier-receipt {
			font-size: .9em;
			max-height: unset;
			height: 89vh
		}

	.vip.dashboard .button-container {
		text-align: center
	}

		.vip.dashboard .button-container .button {
			width: 40%;
			display: inline-block
		}

	.vip.dashboard .mobile-font {
		margin-left: 5px;
		margin-right: 5px;
		font-weight: 300;
		display: inline-block
	}

	.vip.dashboard .padding-fix-left {
		padding-left: 15px !important
	}

	.vip.dashboard .padding-fix-right {
		padding-right: 15px !important
	}

	.vip.dashboard .vip-button {
		padding-left: -15px;
		padding-right: -15px
	}

	.vip.dashboard .pills .widget-block {
		background-color: transparent
	}

		.vip.dashboard .pills .widget-block .row .image-wrapper {
			display: none
		}

		.vip.dashboard .pills .widget-block .row .header {
			display: none
		}

		.vip.dashboard .pills .widget-block .row .subheader {
			display: none
		}

		.vip.dashboard .pills .widget-block .row .button-wrapper {
			white-space: normal
		}
}

.used-cars .phone_number {
	font-size: 18px;
	font-family: var(--font-secondary)
}

.used-cars .flex-slider {
	max-height: 645px
}

.used-cars .flexslider .slides {
	max-height: 532px;
	overflow: hidden
}

.used-cars .flex-active-slide {
	max-height: 532px;
	overflow: hidden
}

.used-cars hr.light {
	margin: 0;
	width: 100%;
	border: none;
	height: 1px;
	color: #c0c0c0;
	background-color: #c0c0c0
}

.used-cars.search .hero-image {
	width: 100%
}

.used-cars.landing .red-box {
	height: unset;
	min-height: unset
}

	.used-cars.landing .red-box .sub-header {
		font-size: 24px;
		font-family: var(--font-primary);
		font-weight: 300
	}

	.used-cars.landing .red-box .no-cars-message {
		margin: 10px
	}

.used-cars .testimonialsRow {
	background-color: #110068;
	margin-bottom: 40px;
	margin-top: 20px
}

.used-cars.listing .list-container {
	background-color: #f1f0f0;
	padding: 10px;
	padding-bottom: 20px
}

	.used-cars.listing .list-container .list-link {
		padding-left: 15px
	}

		.used-cars.listing .list-container .list-link a {
			color: #000
		}

	.used-cars.listing .list-container .list-item {
		margin-top: 15px;
		min-width: 210px
	}

		.used-cars.listing .list-container .list-item a {
			text-decoration: none
		}

			.used-cars.listing .list-container .list-item a .item-wrapper {
				box-shadow: 0 0 5px black;
				height: 225px;
				background-color: #fff
			}

				.used-cars.listing .list-container .list-item a .item-wrapper .image-bg {
					background-color: #fff;
					position: relative;
					text-align: center;
					height: 110px;
					overflow: hidden
				}

					.used-cars.listing .list-container .list-item a .item-wrapper .image-bg .img-border {
						margin: 0 auto;
						overflow: hidden;
						background-color: #fff
					}

					.used-cars.listing .list-container .list-item a .item-wrapper .image-bg .img-container {
						height: 110px;
						margin: 5px;
						overflow: hidden
					}

						.used-cars.listing .list-container .list-item a .item-wrapper .image-bg .img-container img {
							margin: 0 auto;
							height: 110px;
							max-width: 200px
						}

					.used-cars.listing .list-container .list-item a .item-wrapper .image-bg .overlay {
						margin: 5px;
						height: 110px;
						z-index: 100;
						top: 0;
						bottom: 0;
						left: 0;
						right: 0;
						position: absolute;
						text-align: center
					}

						.used-cars.listing .list-container .list-item a .item-wrapper .image-bg .overlay .button {
							width: 50%;
							margin-top: 18%;
							display: none;
							z-index: 101
						}

						.used-cars.listing .list-container .list-item a .item-wrapper .image-bg .overlay:hover {
							background-color: rgba(166, 34, 36, .45)
						}

							.used-cars.listing .list-container .list-item a .item-wrapper .image-bg .overlay:hover .button {
								display: inline-block;
								cursor: pointer
							}

				.used-cars.listing .list-container .list-item a .item-wrapper .car-detail {
					color: #000;
					background-color: #fff;
					text-align: center;
					padding: 10px
				}

					.used-cars.listing .list-container .list-item a .item-wrapper .car-detail .mileage {
						font-weight: 300
					}

					.used-cars.listing .list-container .list-item a .item-wrapper .car-detail .tag-line {
						font-weight: 300
					}

					.used-cars.listing .list-container .list-item a .item-wrapper .car-detail .price {
						font-size: 22px;
						color: #a62224
					}

.used-cars.detail .call-cta {
	padding: 10px
}

.used-cars .gray-background h2 {
	margin-top: 0;
	text-align: center
}

.used-cars .carDetails {
	padding: 15px;
	font-size: 1.2em
}

	.used-cars .carDetails .label {
		color: #797979
	}

	.used-cars .carDetails .carDescription {
		font-size: .9em;
		font-style: italic
	}

@media only screen and (min-device-width:320px) and (max-device-width:780px) {
	.used-cars.listing .list-container .list-item a .item-wrapper {
		height: auto;
		max-height: unset
	}

		.used-cars.listing .list-container .list-item a .item-wrapper .image-bg {
			height: auto;
			max-height: unset
		}

			.used-cars.listing .list-container .list-item a .item-wrapper .image-bg .img-container {
				height: auto;
				max-height: unset;
				padding-top: 10px;
				padding-left: 10px;
				padding-right: 10px
			}

				.used-cars.listing .list-container .list-item a .item-wrapper .image-bg .img-container img {
					height: auto;
					max-height: unset;
					max-width: unset;
					width: 100%
				}
}

.faq {
	padding-left: 10px;
	padding-right: 10px
}

	.faq .notification-spacer {
		display: block;
		width: 100%;
		height: 50px
	}

	.faq .notification-bar {
		background-color: #dbf3ff;
		border-color: #b5e0f5;
		border-bottom: 1px solid;
		font-family: sans-serif;
		font-size: 12px;
		padding: 13px 15px;
		-moz-transition: height .2s;
		-o-transition: height .2s;
		-webkit-transition: height .2s;
		transition: height .2s;
		width: 100%;
		color: #555;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 500000
	}

		.faq .notification-bar .check-icon-container {
			display: inline-block;
			vertical-align: middle;
			border: 1px solid #158ec2;
			border-radius: 50%;
			font-size: 16px;
			padding-left: 5px;
			padding-right: 5px;
			opacity: .6;
			line-height: 25px
		}

		.faq .notification-bar .text {
			display: inline-block;
			vertical-align: middle;
			font-size: 16px;
			font-weight: 400;
			font-family: sans-serif
		}

		.faq .notification-bar .close-icon-container {
			float: right;
			display: inline-block;
			cursor: pointer;
			vertical-align: middle;
			border: 1px solid #158ec2;
			border-radius: 50%;
			font-size: 16px;
			padding-left: 5px;
			padding-right: 5px;
			opacity: .6
		}

	.faq .faq-content {
		min-height: 650px
	}

	.faq .faq-menu {
		min-width: 300px
	}

	.faq .required {
		display: inline-block;
		color: #a62224;
		margin-top: 10px
	}

	.faq .faq-breadcrumbs {
		opacity: .6
	}

		.faq .faq-breadcrumbs .faq-page {
			color: #a62224
		}

		.faq .faq-breadcrumbs a {
			color: #000
		}

			.faq .faq-breadcrumbs a:hover {
				color: #a62224
			}

	.faq .form-wrapper {
		background-color: #f1f0f0;
		padding: 10px
	}

		.faq .form-wrapper .form-button {
			float: right;
			margin-right: 20px;
			display: inline-block;
			width: unset
		}

	.faq .menu-container {
		position: absolute;
		min-width: 400px
	}

		.faq .menu-container:after {
			clear: both
		}

	.faq .category-title {
		font-size: 48px;
		font-weight: 400;
		font-family: var(--font-secondary);
		text-transform: uppercase;
		border-bottom: 1px solid #808080;
		margin-top: 20px
	}

	.faq .menu-drawer {
		z-index: 1000;
		position: fixed;
		right: -25px;
		top: 50%;
		-moz-transform: rotate(-90deg);
		-ms-transform: rotate(-90deg);
		-o-transform: rotate(-90deg);
		-webkit-transform: rotate(-90deg);
		transform: rotate(-90deg);
		background-color: #a62224;
		padding: 7px 15px;
		font-weight: 400;
		color: #fff;
		font-size: 18px;
		font-family: var(--font-primary);
		border-top-left-radius: 5px;
		border-top-right-radius: 5px
	}

	.faq .spacer {
		min-height: 600px
	}

@media(max-width:500px) {
	.faq .article-container {
		margin-left: 5px;
		margin-right: 5px
	}
}

.about.careers .state-name {
	font-size: 32px
}

.about.careers .city-name {
	font-size: 24px;
	padding: 10px 0
}

.about.careers .red-box {
	padding: 15px !important
}

.about.careers .row-columns {
	padding: 10px;
	text-align: center
}

	.about.careers .row-columns.header {
		font-size: 18px;
		font-weight: 600
	}

	.about.careers .row-columns div {
		display: inline-block;
		vertical-align: middle
	}

	.about.careers .row-columns .button {
		width: 75%;
		text-align: center;
		display: inline-block
	}

.about.careers .application .logo {
	margin-left: 30%;
	margin-right: 30%
}

	.about.careers .application .logo img {
		width: 100%
	}

.about.careers .application .bar {
	text-align: center;
	background-color: #a62224;
	color: #f1f0f0;
	font-size: 18px;
	font-weight: bold;
	padding: 5px;
	margin-top: 20px
}

.about.careers .application .fields {
	margin-top: 20px;
	background-color: #f1f0f0;
	padding: 10px
}

.about.careers .app-submit {
	background-color: #f1f0f0;
	padding: 10px
}

.tool-tip-text {
	border-bottom: 1px dashed #fff;
	display: inline-block;
	vertical-align: middle;
	margin-left: 10px;
	margin-right: 10px;
	font-family: var(--font-primary);
	font-size: 16px;
	font-weight: bold;
	margin-top: 10px
}

	.tool-tip-text:hover {
		cursor: default
	}

.how-it-works {
	display: inline-block;
	position: relative;
	vertical-align: middle
}

.how-it-works__toggle {
	border-bottom: 1px dashed #fff;
	display: inline-block;
	font-family: var(--font-primary);
	font-size: 16px;
	font-weight: bold;
	margin-top: 10px
}

.how-it-works:before {
	content: '';
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	border-style: solid;
	border-width: 10px 10px 0 10px;
	border-color: #fff transparent transparent transparent;
	opacity: 0;
	transition: opacity .2s ease, z-index .2s ease;
	z-index: -1
}

.how-it-works__content {
	background-color: #fff;
	box-shadow: 0 5px 20px 0 rgba(0, 0, 0, .4);
	border-radius: 5px;
	color: #000;
	font-size: 14px;
	opacity: 0;
	padding: 15px;
	left: 50%;
	right: 0;
	margin: auto;
	margin-left: -125px;
	position: absolute;
	bottom: 100%;
	transition: opacity .2s ease, z-index .2s ease;
	width: 250px;
	z-index: -1
}

.how-it-works:hover:before {
	opacity: 1;
	z-index: 2
}

.how-it-works:hover .how-it-works__content {
	opacity: 1;
	z-index: 1
}

@media screen and (min-width:767px) {
	.how-it-works {
		margin-left: 30px
	}
}

.searchVideos-wrap {
	background-color: #f4f4f4;
	margin-top: 30px;
	margin-bottom: 40px
}

	.searchVideos-wrap .title {
		display: inline-block;
		vertical-align: middle
	}

	.searchVideos-wrap.match-height-wrap {
		padding: 20px 0
	}

		.searchVideos-wrap.match-height-wrap .title {
			display: block
		}

		.searchVideos-wrap.match-height-wrap .how-it-works {
			margin-left: 0
		}

	.searchVideos-wrap .searchVideos--mobile .title {
		display: block
	}

	.searchVideos-wrap .searchVideos--mobile .how-it-works {
		margin-left: 0
	}

	.searchVideos-wrap .red-box {
		padding-bottom: 30px
	}

	.searchVideos-wrap .select-block {
		margin-bottom: 20px
	}

		.searchVideos-wrap .select-block .input-wrapper .text-block[type=text] {
			border: 0;
			padding: 10px 15px
		}

		.searchVideos-wrap .select-block .input-wrapper .div-caret {
			right: 15px;
			top: 11px;
			font-size: 16px
		}

		.searchVideos-wrap .select-block .input-wrapper .delete-selection {
			right: 15px;
			top: 11px;
			font-size: 16px
		}

	.searchVideos-wrap form {
		margin-top: 30px
	}

@media screen and (max-width:766px) {
	.searchVideos-wrap .title {
		display: block
	}
}

.searchVideos .red-box {
	padding: 10px 30px
}

.searchVideos form {
	margin-top: 30px
}

	.searchVideos form .search-arrow {
		top: 9px
	}

	.searchVideos form .button {
		margin-top: 10px
	}

.searchVideos__toggle {
	background-image: url('../img/search-toggle--open@2x.png');
	background-size: 20px 20px;
	background-position: center;
	background-repeat: no-repeat;
	display: inline-block;
	float: right;
	margin-top: 3px;
	height: 20px;
	width: 20px
}

.searchVideos__toggle--active {
	background-image: url('../images/video-library/search-toggle--close@2x.png')
}

.searchVideos--mobile {
	height: auto
}

	.searchVideos--mobile .red-box {
		padding-bottom: 30px
	}

	.searchVideos--mobile .title {
		font-size: 20px;
		text-align: left
	}

.featured-video__category {
	font-size: 18px;
	text-transform: uppercase
}

.featured-video__content {
	background-color: #fff;
	margin-bottom: 10px;
	padding: 30px 20px
}

.featured-video__duration {
	font-family: var(--font-primary);
	margin-top: 10px
}

	.featured-video__duration .clock-icon {
		margin-right: 7px
	}

.featured-video__tag {
	color: #a62224;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase
}

.featured-video__title {
	color: #303030;
	font-size: 30px;
	line-height: 34px;
	margin: 5px 0;
	text-transform: uppercase
}

	.featured-video__title:visited {
		color: #303030
	}

	.featured-video__title:hover {
		color: #a62224;
		text-decoration: none
	}

.featured-video__video {
	margin-top: 10px;
	position: relative
}

	.featured-video__video img {
		width: 100%
	}

.featured-video__video-play {
	background-color: rgba(0, 0, 0, .8);
	display: block;
	height: 84px;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 132px
}

	.featured-video__video-play:hover {
		background-color: rgba(20, 20, 20, .8)
	}

	.featured-video__video-play div {
		height: 100%;
		position: relative;
		width: 100%
	}

		.featured-video__video-play div:before {
			content: '';
			display: block;
			width: 0;
			height: 0;
			border-style: solid;
			border-width: 20px 0 20px 26px;
			border-color: transparent transparent transparent #fff;
			position: absolute;
			left: 5px;
			right: 0;
			top: 0;
			bottom: 0;
			margin: auto
		}

.clock-icon {
	background-color: #939393;
	border-radius: 50%;
	display: inline-block;
	height: 14px;
	position: relative;
	width: 14px
}

	.clock-icon:before,
	.clock-icon:after {
		background-color: #e4e4e4;
		content: '';
		display: block;
		position: absolute;
		margin: auto;
		z-index: 5
	}

	.clock-icon:before {
		height: 5px;
		width: 2px;
		top: 2px;
		left: 0;
		right: 0
	}

	.clock-icon:after {
		height: 2px;
		width: 6px;
		right: 2px;
		top: 0;
		bottom: 0
	}

.video-list-header {
	margin: 0 0 30px
}

.video-results__header {
	font-size: 16px;
	margin-bottom: 30px
}

.video-preview {
	display: block;
	margin-bottom: 40px
}

	.video-preview:hover {
		text-decoration: none
	}

		.video-preview:hover .video-preview__thumbnail:before {
			background-color: rgba(20, 20, 20, .8)
		}

.video-preview__thumbnail {
	background-size: cover;
	height: 0;
	padding-bottom: calc(100%/1.8);
	position: relative;
	width: 100%
}

	.video-preview__thumbnail:before,
	.video-preview__thumbnail:after {
		content: '';
		display: block;
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		margin: auto;
		z-index: 5
	}

	.video-preview__thumbnail:before {
		background-color: rgba(0, 0, 0, .8);
		height: 42px;
		width: 66px
	}

	.video-preview__thumbnail:after {
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 10px 0 10px 13px;
		border-color: transparent transparent transparent #fff
	}

.video-preview__thumbnail--playlist {
	font-size: 0
}

	.video-preview__thumbnail--playlist:before,
	.video-preview__thumbnail--playlist:after {
		left: -20%
	}

	.video-preview__thumbnail--playlist > div {
		display: inline-block;
		top: 0;
		bottom: 0;
		position: absolute
	}

		.video-preview__thumbnail--playlist > div:first-child {
			background-size: cover;
			left: 0;
			width: 75%
		}

		.video-preview__thumbnail--playlist > div:last-child {
			right: 0;
			width: 22%
		}

			.video-preview__thumbnail--playlist > div:last-child div {
				background-size: cover;
				height: 0;
				margin-bottom: 10%;
				padding-bottom: calc(100%/1.8);
				width: 100%
			}

.video-preview__title {
	color: #303030;
	font-size: 18px;
	margin: 20px 0 5px;
	text-transform: uppercase
}

.video-preview__description {
	color: #303030;
	height: 70px
}

.video-preview--current .video-preview__thumbnail:before,
.video-preview--current .video-preview__thumbnail:after {
	display: none
}

.video-preview--current .video-preview__thumbnail .video-preview__overlay {
	background-color: rgba(0, 0, 0, .6);
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0
}

.video-preview--current .video-preview__thumbnail .video-preview__currently-watching {
	color: #fff;
	font-size: 18px;
	height: 1em;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	text-align: center;
	text-transform: uppercase
}

@media screen and (max-width:767px) {
	.video-preview {
		margin-left: auto;
		margin-right: auto;
		max-width: 300px
	}
}

.want-more {
	padding-top: 20px;
	padding-bottom: 70px;
	text-align: center
}

.want-more__title {
	font-size: 30px
}

.dotted-hr {
	border-top: 2px dotted #303030;
	height: 2px;
	margin-top: 30px;
	margin-bottom: 30px;
	width: 100%
}

.double-ctas {
	padding: 30px 0;
	position: relative
}

.double-ctas__cta {
	text-align: center
}

	.double-ctas__cta h3 {
		font-size: 24px
	}

	.double-ctas__cta .select-block {
		margin-bottom: 10px
	}

	.double-ctas__cta .button {
		margin-top: 10px
	}

.video-section-divider {
	margin-bottom: 30px;
	position: relative;
	text-align: center;
	width: 100%
}

	.video-section-divider:before {
		background-color: #d5d5d5;
		content: '';
		display: block;
		height: 1px;
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		margin: auto
	}

	.video-section-divider div {
		background-color: #fff;
		display: inline-block;
		color: #d5d5d5;
		font-size: 16px;
		position: relative;
		padding: 10px;
		text-transform: uppercase
	}

.or-divider {
	color: #d5d5d5;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 30px auto;
	text-align: center;
	width: 40px
}

	.or-divider:before {
		background-color: #d5d5d5;
		content: '';
		display: block;
		height: 100%;
		margin: auto;
		vertical-align: middle;
		width: 1px
	}

	.or-divider div {
		background-color: #fff;
		box-sizing: content-box;
		display: inline-block;
		color: #d5d5d5;
		font-family: var(--font-primary);
		font-size: 16px;
		height: 22px;
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		margin: auto;
		padding: 5px 0;
		text-transform: uppercase
	}

@media screen and (max-width:767px) {
	.or-divider {
		float: left;
		height: 20px;
		margin: 40px 0 20px;
		position: relative;
		width: 100%
	}

		.or-divider:before {
			height: 1px;
			position: absolute;
			top: 0;
			bottom: 0;
			width: 100%
		}

		.or-divider div {
			height: auto;
			padding: 0 10px;
			position: relative
		}
}

.request-video {
	text-align: left
}

	.request-video p {
		margin-bottom: 0
	}

	.request-video a {
		color: #fee45c
	}

@media screen and (max-width:766px) {
	.request-video {
		margin-top: 20px
	}
}

.no-results {
	text-align: center
}

	.no-results img {
		max-width: 100%
	}

.video-detail__header {
	position: relative
}

	.video-detail__header h1 {
		margin: 0
	}

.video-detail__info {
	background-color: #fff;
	height: 348px;
	padding: 20px;
	position: relative
}

.video-detail__instructions {
	padding-left: 0;
	list-style: none
}

	.video-detail__instructions li {
		margin-bottom: 30px;
		white-space: nowrap
	}

		.video-detail__instructions li div {
			background-color: #000;
			border-radius: 20%;
			color: #fff;
			display: inline-block;
			height: 30px;
			line-height: 2em;
			text-align: center;
			vertical-align: middle;
			width: 30px
		}

		.video-detail__instructions li p {
			display: inline-block;
			margin-bottom: 0;
			padding-left: 30px;
			padding-right: 30px;
			vertical-align: middle;
			white-space: normal
		}

.video-detail__instructions-header {
	display: inline-block;
	margin-bottom: 30px;
	vertical-align: middle
}

.video-detail__instructions-links {
	display: inline-block;
	margin-top: 20px;
	margin-bottom: 30px;
	vertical-align: middle
}

	.video-detail__instructions-links ul {
		margin-bottom: 0
	}

		.video-detail__instructions-links ul li {
			display: inline-block
		}

			.video-detail__instructions-links ul li + li {
				margin-left: 30px
			}

			.video-detail__instructions-links ul li a:hover {
				text-decoration: none
			}

				.video-detail__instructions-links ul li a:hover span:last-child {
					text-decoration: underline
				}

			.video-detail__instructions-links ul li a span {
				vertical-align: middle
			}

				.video-detail__instructions-links ul li a span + span {
					margin-left: 10px
				}

				.video-detail__instructions-links ul li a span.print-icon {
					background-image: url('../img/print-icon@2x.png');
					background-size: cover;
					display: inline-block;
					height: 21px;
					width: 21px
				}

				.video-detail__instructions-links ul li a span.download-icon {
					background-image: url('../images/video-library/download-icon@2x.png');
					background-size: cover;
					display: inline-block;
					height: 21px;
					width: 16px
				}

.video-detail__playlist-buttons {
	position: absolute;
	left: 20px;
	right: 20px;
	bottom: 30px
}

	.video-detail__playlist-buttons .button {
		display: inline-block;
		padding: 10px 20px;
		width: 49%
	}

		.video-detail__playlist-buttons .button.playlist-prev {
			float: left
		}

		.video-detail__playlist-buttons .button.playlist-next {
			float: right
		}

		.video-detail__playlist-buttons .button .arrow-left,
		.video-detail__playlist-buttons .button .arrow-right {
			border-bottom: 2px solid #000;
			border-left: 2px solid #000;
			display: inline-block;
			height: 10px;
			margin-top: -3px;
			vertical-align: middle;
			width: 10px
		}

		.video-detail__playlist-buttons .button .arrow-left {
			margin-right: 5px;
			transform: rotate(45deg);
			-webkit-transform: rotate(45deg)
		}

		.video-detail__playlist-buttons .button .arrow-right {
			margin-left: 5px;
			transform: rotate(-135deg);
			-webkit-transform: rotate(-135deg)
		}

.video-detail__series {
	font-size: 24px;
	margin-bottom: 0;
	text-transform: uppercase
}

.video-detail__share {
	margin-top: -30px;
	margin-bottom: 30px;
	vertical-align: bottom
}

	.video-detail__share ul {
		margin-bottom: 0;
		text-align: right;
		vertical-align: bottom
	}

		.video-detail__share ul li {
			display: inline-block;
			position: relative
		}

			.video-detail__share ul li + li {
				margin-left: 30px
			}

			.video-detail__share ul li a {
				vertical-align: middle
			}

				.video-detail__share ul li a span {
					font-family: var(--font-primary);
					font-weight: bold;
					vertical-align: middle
				}

					.video-detail__share ul li a span + span {
						margin-left: 10px
					}

					.video-detail__share ul li a span.email-icon {
						background-image: url('../images/video-library/email-icon@2x.png');
						background-size: cover;
						display: inline-block;
						height: 17px;
						width: 27px
					}

					.video-detail__share ul li a span.share-icon {
						background-image: url('../images/video-library/share-icon@2x.png');
						background-size: cover;
						display: inline-block;
						height: 17px;
						width: 15px
					}

			.video-detail__share ul li > div {
				background-color: #fff;
				box-shadow: 0 0 20px 0 rgba(0, 0, 0, .25);
				opacity: 0;
				left: 0;
				top: 150%;
				padding: 10px 0 0;
				width: 100%;
				position: absolute;
				transition: opacity .2s ease;
				z-index: 999
			}

				.video-detail__share ul li > div.shown {
					opacity: 1
				}

				.video-detail__share ul li > div .st-btn {
					display: inline-block !important;
					margin-right: 0 !important;
					margin-bottom: 10px
				}

.video-detail__tools {
	list-style: none;
	margin-bottom: 30px;
	padding-left: 0
}

	.video-detail__tools li {
		white-space: nowrap
	}

		.video-detail__tools li + li {
			margin-top: 20px
		}

		.video-detail__tools li img {
			display: inline-block;
			height: 70px;
			vertical-align: middle;
			width: 70px
		}

		.video-detail__tools li span {
			display: inline-block;
			padding-left: 20px;
			vertical-align: middle;
			white-space: normal;
			width: 70%
		}

.video-detail__video img {
	max-width: 100%
}

@media screen and (max-width:766px) {
	.video-detail__instructions-header {
		display: block
	}

	.video-detail__share {
		margin-top: 10px;
		padding: 0 10px
	}

		.video-detail__share ul {
			padding-left: 0;
			text-align: left
		}
}

@media screen and (max-width:1223px) {
	.video-detail__playlist-buttons {
		left: auto;
		right: auto;
		bottom: auto;
		margin-top: 20px;
		position: relative
	}

	.video-detail__info {
		height: auto
	}
}

.container--relative {
	position: relative
}

.text-large {
	font-size: 30px
}

.full-width-gray {
	background-color: #f4f4f4;
	margin-bottom: 30px;
	padding: 15px 0
}

.show-arrow {
	border-left: 2px solid #000;
	border-bottom: 2px solid #000;
	display: none;
	float: right;
	height: 10px;
	margin-top: 8px;
	transform: rotate(-45deg);
	transition: transform .2s ease;
	-webkit-transform: rotate(-45deg);
	width: 10px
}

.show-arrow--active {
	transform: rotate(135deg);
	-webkit-transform: rotate(135deg)
}

@media screen and (max-width:766px) {
	.show-arrow {
		display: inline-block
	}
}

@media print {
	.noprint {
		display: none !important
	}
}

@media screen and (max-width:766px) {
	.mobile-pad {
		padding: 0 10px !important
	}
}

.clearfix:after {
	content: "";
	display: table;
	clear: both
}

.st-form {
	background-color: #fff !important;
	margin-bottom: 0 !important;
	max-width: none !important;
	padding: 30px 30px 5px 30px !important;
	text-align: left !important
}

	.st-form > label {
		color: #000 !important;
		font-family: var(--font-secondary) !important;
		margin-bottom: 10px !important;
		text-transform: uppercase !important
	}

	.st-form > input,
	.st-form > textarea {
		border: 1px solid #797979 !important;
		font-family: var(--font-secondary) !important
	}

.st-recaptcha {
	width: 320px !important;
	margin: auto !important;
	padding-bottom: 20px !important;
	background-color: #fff !important
}

.st-send {
	background-color: #fee45c !important;
	color: #000 !important;
	font-family: var(--font-secondary) !important;
	font-size: 18px !important;
	height: auto !important;
	text-transform: uppercase !important;
	width: 280px !important
}

.st-logo {
	display: none !important
}

.video-box {
	min-height: 350px
}

	.video-box .video-preview {
		margin-bottom: 0
	}

.pap-challenge .sub-nav {
	padding-bottom: 10px
}

.pap-challenge .video-share {
	margin-bottom: 40px
}

	.pap-challenge .video-share ul {
		margin-bottom: 0;
		text-align: right;
		vertical-align: bottom
	}

		.pap-challenge .video-share ul li {
			display: inline-block;
			position: relative
		}

			.pap-challenge .video-share ul li a {
				vertical-align: middle;
				background-color: #fff;
				padding: 5px 10px;
				display: inline-block;
				border: 1px solid #000
			}

				.pap-challenge .video-share ul li a:hover {
					text-decoration: none
				}

				.pap-challenge .video-share ul li a span {
					font-family: var(--font-primary);
					font-weight: bold;
					vertical-align: middle;
					display: inline-block;
					margin: 0 5px
				}

					.pap-challenge .video-share ul li a span.share-icon {
						background-image: url('../images/video-library/share-icon@2x.png');
						background-size: cover;
						display: inline-block;
						height: 17px;
						width: 15px
					}

			.pap-challenge .video-share ul li > div {
				border-right: 1px solid #000;
				border-left: 1px solid #000;
				border-bottom: 1px solid #000;
				background-color: #fff;
				opacity: 0;
				left: 0;
				padding: 10px;
				width: 100%;
				position: absolute;
				transition: opacity .2s ease;
				z-index: 999
			}

				.pap-challenge .video-share ul li > div.shown {
					opacity: 1
				}

				.pap-challenge .video-share ul li > div .st-btn {
					display: inline-block !important;
					margin-right: 0 !important;
					margin-bottom: 10px;
					opacity: 1
				}

		.pap-challenge .video-share ul:after {
			clear: both
		}

.pap-challenge .image-background {
	background-size: cover;
	background-attachment: fixed
}

.pap-challenge .text-content {
	background-color: rgba(0, 0, 0, .5);
	color: #eee;
	padding: 10px 40px;
	margin-top: 40px;
	margin-bottom: 0
}

	.pap-challenge .text-content h1 {
		text-align: center
	}

	.pap-challenge .text-content p {
		text-align: justify
	}

		.pap-challenge .text-content p a {
			color: #fff;
			text-decoration: underline
		}

@media screen and (max-width:480px) {
	.pap-challenge .text-content {
		padding: 10px
	}

		.pap-challenge .text-content p {
			text-align: left
		}
}

.pap-challenge .video-content {
	padding: 10px;
	background-color: rgba(0, 0, 0, .7)
}

	.pap-challenge .video-content > div {
		border: 1px solid #000
	}

.pap-challenge .signup-content {
	background-color: #a62224;
	margin-left: -15px;
	margin-right: -15px
}

	.pap-challenge .signup-content h2 {
		color: #fff;
		margin-top: 10px
	}

	.pap-challenge .signup-content input {
		margin-top: 10px
	}

	.pap-challenge .signup-content .button {
		margin-top: 10px
	}

.pap-challenge .gallery-content {
	margin-left: -15px;
	margin-right: -15px;
	background-color: #242424;
	color: #fff
}

.pap-challenge .login-overlay {
	background: repeating-linear-gradient(45deg, rgba(102, 102, 102, .6), rgba(102, 102, 102, .6) 10px, rgba(128, 128, 128, .6) 10px, rgba(128, 128, 128, .6) 20px);
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	z-index: 100000
}

	.pap-challenge .login-overlay .modal {
		max-width: 700px;
		padding: 10px;
		position: absolute;
		left: 50%;
		top: 50%;
		-webkit-transform: translate(-50%, -50%);
		-moz-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		-o-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		z-index: 100001;
		background-color: #fff;
		border-radius: 10px;
		border: 1px solid rgba(0, 0, 0, .3);
		-webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, .3);
		-moz-box-shadow: 0 3px 7px rgba(0, 0, 0, .3);
		box-shadow: 0 3px 7px rgba(0, 0, 0, .3);
		-webkit-background-clip: padding-box;
		-moz-background-clip: padding-box;
		background-clip: padding-box
	}

		.pap-challenge .login-overlay .modal .close {
			float: right;
			font-size: 30px
		}

			.pap-challenge .login-overlay .modal .close:hover {
				cursor: pointer
			}

@media screen and (max-width:480px) {
	.pap-challenge .signup-content {
		margin-left: 0;
		margin-right: 0;
		padding-left: 10px;
		padding-right: 10px;
		padding-bottom: 10px
	}

	.pap-challenge .gallery-content {
		margin-left: 0;
		margin-right: 0
	}
}

.directoryMain {
	display: flex
}

	.directoryMain .header {
		font-size: 30px;
		font-weight: 400;
		text-transform: uppercase
	}

	.directoryMain img {
		width: 95%
	}

	.directoryMain .description {
		margin-top: 15px;
		width: 75%
	}

	.directoryMain .dotted {
		width: 95%;
		margin-left: 0
	}

	.directoryMain ul {
		list-style: none;
		padding: 0;
		display: flex;
		flex-wrap: wrap;
		flex-direction: row
	}

	.directoryMain li {
		margin: 10px 0;
		width: 50%
	}

	.directoryMain > div:nth-child(1) {
		width: 70%
	}

	.directoryMain > div:nth-child(2) {
		width: 30%
	}

@media(max-width:766px) {
	.directoryMain {
		display: block
	}

		.directoryMain > div:nth-child(1),
		.directoryMain > div:nth-child(2),
		.directoryMain .description {
			width: 100%
		}

		.directoryMain li {
			width: 100%
		}
}

.partDetail {
	margin-left: 20px;
	display: flex
}

	.partDetail > div:nth-child(1) {
		width: 70%
	}

		.partDetail > div:nth-child(1) .slideshow {
			width: 50%;
			margin-left: auto;
			margin-right: auto
		}

		.partDetail > div:nth-child(1) .description {
			margin-top: 15px;
			width: 90%
		}

		.partDetail > div:nth-child(1) .videos {
			margin: 15px 0
		}

		.partDetail > div:nth-child(1) .priceCompare {
			display: flex;
			margin-top: 20px
		}

			.partDetail > div:nth-child(1) .priceCompare > div {
				width: 50%
			}

				.partDetail > div:nth-child(1) .priceCompare > div .compareItem {
					padding: 20px;
					font-size: 30px;
					border: solid 3px;
					width: 200px;
					text-align: center;
					margin-top: 10px
				}

				.partDetail > div:nth-child(1) .priceCompare > div .papPrice {
					border-color: #fce560;
					color: #aa383b
				}

		.partDetail > div:nth-child(1) .disclosure {
			font-size: 12px;
			font-style: italic;
			margin-top: 20px
		}

	.partDetail > div:nth-child(2) {
		width: 30%;
		height: fit-content
	}

		.partDetail > div:nth-child(2) .relatedParts {
			margin-top: 15px
		}

			.partDetail > div:nth-child(2) .relatedParts li {
				margin: 10px 0
			}

	.partDetail .dotted {
		width: 95%;
		margin-left: 0
	}

	.partDetail .header {
		font-weight: 400;
		font-size: 20px;
		text-transform: uppercase
	}

@media(max-width:766px) {
	.partDetail {
		display: block
	}

		.partDetail > div:nth-child(1),
		.partDetail > div:nth-child(2),
		.partDetail .description {
			width: 100%
		}

			.partDetail > div:nth-child(1) .slideshow,
			.partDetail > div:nth-child(2) .slideshow,
			.partDetail .description .slideshow {
				width: 90%
			}

			.partDetail > div:nth-child(1) .priceCompare,
			.partDetail > div:nth-child(2) .priceCompare,
			.partDetail .description .priceCompare {
				display: block
			}

				.partDetail > div:nth-child(1) .priceCompare > div,
				.partDetail > div:nth-child(2) .priceCompare > div,
				.partDetail .description .priceCompare > div {
					width: 100%;
					margin-top: 15px
				}

		.partDetail > div:nth-child(2) {
			margin-top: 20px
		}

		.partDetail li {
			width: 100%
		}
}

.sell-my-car .three-icon-item:nth-child(2) {
   /* border-left: 1px solid black;
    border-right: 1px solid black; */
}

.sell-my-car .three-icon-item .call-to-action {
    background-color: #fff !important;
}

    .sell-my-car .three-icon-item .call-to-action h4 {
        margin-bottom: 1.5rem !important;
        font-size: 2rem;
    }

.navbar-light .navbar-nav a {
    font-size: 13px !important;
    text-decoration: none;
}

.sub-nav-col {
    padding-left: 10px;
}

.part-list-items ul {
    list-style: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}

    .part-list-items ul li {
        margin: 10px 0;
        width: 50%;
    }

.mt-5 {
    margin-top: 3rem !important;
}

.mb-5 {
    margin-bottom: 3rem !important;
}

.pt-5 {
    padding-top: 3rem !important;
}

.pb-5 {
    padding-bottom: 3rem !important;
}

.pt-3 {
    padding-top: 2rem !important;
}

.pb-3 {
    padding-bottom: 2rem !important;
}

.color-red {
    color: #ef4136 !important;
}

.white-shadow {
    text-shadow: 2px 2px 0px #ffffff;
}

.gray-shadow {
    text-shadow: 2px 2px 0px #b7b7b7;
}

.order-1 {
    order: 1 !important;
}

.order-2 {
    order: 2 !important;
}

._rte {
    font-family: 'Open Sans',sans-serif;
}

    ._rte li {
        line-height: 1.5;
        font-size: 18px;
        font-weight: 300;
    }

.pt-10 {
    padding-top: 10px !important;
}

.icon-row-cta-container {
    margin-top: -10px !important;
}

    .icon-row-cta-container .header {
        background: repeating-linear-gradient(135deg, #e6e6e6, #e6e6e6 60px, #f1f0f0 60px, #f1f0f0 120px);
    }

        .icon-row-cta-container .header h3 {
            font-family: 'Open Sans',sans-serif;
            font-size: 24px;
            font-weight: 800;
            text-transform: none;
            margin: 5px 0 0 0;
            padding: 15px 0;
        }

    .icon-row-cta-container .icon-cta-item {
        width: 20%;
        padding-bottom: 2rem;
    }

        .icon-row-cta-container .icon-cta-item .item-icon {
            text-align: center;
        }

        .icon-row-cta-container .icon-cta-item a {
            text-decoration: none;
        }

            .icon-row-cta-container .icon-cta-item a:hover {
                color: #ef4136 !important;
            }

        .icon-row-cta-container .icon-cta-item img {
            width: 125px;
            height: 115px;
        }

.feature-head-data .header {
    font-size: 42px;
    line-height: 1.8;
}

.feature-head-data .sub-header {
    font-size: 30px;
    line-height: 1.5;
    padding: 20px;
    text-transform: none;
}

.icon-cta-item .arrow {
    display: none !important;
}

ul.list-unstyled.locations {
    column-count: 4 !important;
}

ul.list-unstyled.popular {
    column-count: 4 !important;
}


@media (max-width:1023px) {
    .icon-row-cta-container .icon-cta-item {
        width: 33.33%;
    }
}

@media (max-width: 993px) {
    .mt-m-5 {
        margin-top: 5rem;
    }

    ul.list-unstyled.popular {
        column-count: 2 !important;
    }

    ul.list-unstyled.locations {
        column-count: 2 !important;
    }

    .feature-head-data .sub-header {
        padding: 20px 0;
    }
}

/*@media (max-width:425px) {
    .icon-row-cta-container .icon-cta-item {
        width: 50%;
    }
}*/

@media (max-width:768px) {
    .icon-row-cta-container {
        --bs-bg-opacity: 1;
        background-color: rgba(var(--bs-white-rgb),var(--bs-bg-opacity)) !important;
        padding-bottom: 10px;
    }

        .icon-row-cta-container .icon-cta-item {
            width: 100%;
            display: flex;
            border-bottom: 1px solid #ef4136;
            padding-top: 15px;
            padding-bottom: 15px;
            justify-content: space-between;
            align-items: center;
        }

            .icon-row-cta-container .icon-cta-item a {
                text-decoration: none;
                display: flex;
                flex-wrap: wrap;
                justify-content: space-between;
                align-items: center;
                width: 100%;
            }

    .icon-cta-item .arrow {
        display: block !important;
        color: #ef4136;
        font-weight: 800;
    }
}

.quote-callout {
    background: repeating-linear-gradient(135deg, #f1f0f0, #f1f0f0 60px, White 60px, White 120px);
}

.quote-image .quote-title {
    display: none;
}

.quote-main .quote-text {
    display: flex;
    align-content: center;
    flex-wrap: wrap;
}

.quote-main .quote {
    text-transform: none;
    font-size: 26px;
    line-height: 1.5;
}

.feature-head h1 {
    font-size: 50px;
    line-height: 1.8;
    font-weight: 800;
}

.feature-head h2 {
    font-family: 'Open Sans',sans-serif;
    font-size: 30px;
    line-height: 1.2;
    text-transform: none;
    font-weight: 600;
    margin-bottom: 40px !important;
}

.three-col-img-list {
    display: flex;
}

.two-col-copy {
    display: flex;
    flex-wrap: wrap;
}

.call-item h2 {
    margin: 0;
}

.call-item h4 {
    font-family: 'Open Sans',sans-serif;
    text-transform: none;
    font-style: italic;
    font-weight: 600;
    font-size: 18px;
    line-height: 2;
    padding: 20px;
}

.two-col-list-callout .sec-col img {
    width: 100%;
}

.two-col-list-callout .first-col img {
    width: 100px;
}

.header-employee-spotlight {
    padding-top: 40px;
    padding-bottom: 40px;
    line-height: 1.8;
    font-weight: 800;
    text-transform: uppercase;
    text-shadow: 2px 2px 0px white;
    text-align: center;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    font-size: 50px;
    background: repeating-linear-gradient(135deg, #fee45c, #fee45c 60px, White 60px, White 120px);
}

.spot-item h1, .spot-item h2 {
    margin-top: 0px;
    margin-bottom: 20px
}

.spot-item h2 {
    text-transform: none;
}

.employee-spotlight .first-col {
    display: flex;
}

    .employee-spotlight .first-col .call-item:nth-child(2) {
        padding-left: 20px;
    }

.third-col-img-callout {
    max-width: 1060px;
}

    .third-col-img-callout h2 {
        padding: 0;
        margin-top: 0 !important;
    }

.third-col-img-callou ._rte {
    margin: 0 40px !important;
}

.cis-location {
    display: inline-block;
    margin-right: 15px;
}

@media (max-width:425px) {
    .part-list-items ul li {
        width: 100%;
    }

    .icon-row-cta-container .icon-cta-item {
        width: 50%;
    }

    .quote-main .quote-image img {
        width: 200px;
    }
}

@media (max-width: 993px) {
    .navbar-light .navbar-nav .nav-link {
        color: white;
        font-size: 24px !important;
        line-height: 60px;
        border-bottom: 1px solid #fff;
        padding: 0 30px;
    }

    .innerbody {
        margin-top: 80px;
    }

    .mt-m-5 {
        margin-top: 5rem;
    }

    .feature-head-data .sub-header {
        padding: 20px 0;
    }
}

@media (max-width:1023px) {
    .icon-row-cta-container .icon-cta-item {
        width: 33.33%;
    }
}

@media (max-width: 1223px) {

    .quote-text .quote-title {
        display: none;
    }

    .quote-image .quote-title {
        display: block;
    }

    .quote-main .quote-text, .quote-main .quote-image {
        width: 100%;
        margin: 1rem 0;
    }

    .quote-main .quote-image {
        display: flex;
        align-items: center
    }

        .quote-main .quote-image img {
            width: 147px;
        }
}

@media (min-width: 1224px) {
    .quote-main {
        display: flex;
    }
}

@media (max-width:768px) {
    .icon-row-cta-container .icon-cta-item {
        width: 100%;
    }
}

#seoContent {
    font-family: 'Open Sans',sans-serif;
    font-size: 16px;
    padding-left: 10px !important;
    padding-right: 10px !important;
    text-align: justify;
}

.basecopy {
    font-family: 'Open Sans',sans-serif;
    font-size: 16px;
    margin: 16px 0;
/*    text-align: justify;
*/}

    .basecopy .review-author {
        font-weight: 600;
    }

    .basecopy .review-wrapper {
        margin-top: 10px;
    }

.pop-out-item {
    padding-left: 0 !important;
    padding-top: 10px !important;
    padding-right: 10px !important;
}

    .pop-out-item img {
        width: 100%;
    }


.team-pop-out-grid .width-restrictor {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
}

.team-pop-out-grid .flex-table {
    display: flex;
    flex-flow: row wrap;
    position: relative;
}

    .team-pop-out-grid .flex-table .flex-column {
        flex: 1 calc((100% * 0.25) - 10px);
        margin: 5px;
        cursor: pointer;
        position: relative;
        background-color: #f1f0f0;
        /*.grid-text-bottom-container {
        position: absolute;
        bottom: 10%;
        width: 100%;
    }*/
    }

        .team-pop-out-grid .flex-table .flex-column.mobile {
            flex: 1 calc((100% * 0.5) - 10px);
        }

        .team-pop-out-grid .flex-table .flex-column .grid-text-container {
            margin-top: 10%;
            margin-right: 15%;
            margin-left: 15%;
            text-align: center;
        }

        .team-pop-out-grid .flex-table .flex-column .grid-text-name {
            margin-top: 15px;
            margin-right: 15%;
            margin-left: 15%;
            text-align: right;
        }

        .team-pop-out-grid .flex-table .flex-column .grid-text-button {
            display: inline-block;
            position: absolute;
            right: 0;
            bottom: 0;
            background-color: #ef4136;
            padding: 5px 15px;
        }

        .team-pop-out-grid .flex-table .flex-column .grid-text-label {
            margin-right: 30px;
            float: right;
            vertical-align: middle;
            color: #222121;
        }

        .team-pop-out-grid .flex-table .flex-column .yellow .grid-text-bottom-container .grid-text-label {
            margin-right: 30px;
            float: right;
            vertical-align: middle;
            color: #222121;
        }

        .team-pop-out-grid .flex-table .flex-column .red .grid-text-bottom-container .grid-text-label {
            margin-right: 30px;
            float: right;
            vertical-align: middle;
            color: #efd658;
        }

.team-pop-out-grid .grid-cell {
    width: 100%;
    height: 300px;
}

    .team-pop-out-grid .grid-cell .animator {
        transition: 0.5s all linear 0.5s;
        width: 100%;
        position: absolute;
        z-index: 100;
        top: 0;
        bottom: 0;
    }

        .team-pop-out-grid .grid-cell .animator .content {
            transition: all 0.5s linear 0.5s, opacity 0.5s linear;
            opacity: 0;
            z-index: 300;
            position: absolute;
            left: 0;
            right: 0;
            top: 0;
            bottom: 0;
            z-index: 400;
            font-size: 0px;
        }

        .team-pop-out-grid .grid-cell .animator:after {
            content: '';
            display: block;
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
        }

        .team-pop-out-grid .grid-cell .animator.red:after {
            text-decoration: underline;
            transition: 0.5s all linear 0.5s;
            opacity: 0;
            background: repeating-linear-gradient(135deg, rgba(166, 34, 36, 0.9), rgba(166, 34, 36, 0.9) 40px, rgba(160, 35, 37, 0.9) 40px, rgba(160, 35, 37, 0.9) 80px);
        }

        .team-pop-out-grid .grid-cell .animator.yellow:after {
            transition: 0.5s all linear 0.5s;
            opacity: 0;
            background: repeating-linear-gradient(135deg, rgba(250, 196, 49, 0.9), rgba(250, 196, 49, 0.9) 40px, rgba(255, 201, 53, 0.9) 40px, rgba(255, 201, 53, 0.9) 80px);
        }

        .team-pop-out-grid .grid-cell .animator .close-box {
            opacity: 0;
            position: absolute;
            right: 0;
            z-index: 600;
            background-color: #333333;
            color: white;
            font-size: 24px;
            transition: 0.5s all ease;
            padding: 5px 10px;
        }

        .team-pop-out-grid .grid-cell .animator.right {
            right: 0;
            bottom: 0;
        }

        /*.team-pop-out-grid .grid-cell .animator.top-right {
        right: 0;
        bottom: 0;
    }

    .team-pop-out-grid .grid-cell .animator.top-left {
        right: 0;
        bottom: 0;
    }*/

        .team-pop-out-grid .grid-cell .animator.active {
            transition: 0.5s all linear;
            width: 203%;
            z-index: 200;
            box-shadow: 3px 3px 5px #333333;
            border: 1px solid #333333;
        }

            .team-pop-out-grid .grid-cell .animator.active.red {
                z-index: 200;
            }

                .team-pop-out-grid .grid-cell .animator.active.red:after {
                    transition: 0.5s all linear;
                    opacity: 1;
                    background: repeating-linear-gradient(135deg, rgba(166, 34, 36, 0.9), rgba(166, 34, 36, 0.9) 40px, rgba(160, 35, 37, 0.9) 40px, rgba(160, 35, 37, 0.9) 80px);
                }

                .team-pop-out-grid .grid-cell .animator.active.red .content {
                    transition: all 0.5s linear, opacity 0.5s linear 0.5s;
                    opacity: 1;
                    color: white;
                    cursor: default;
                }

            .team-pop-out-grid .grid-cell .animator.active.yellow {
                z-index: 200;
            }

                .team-pop-out-grid .grid-cell .animator.active.yellow:after {
                    transition: 0.5s all linear;
                    opacity: 1;
                    background: repeating-linear-gradient(135deg, rgba(250, 196, 49, 0.9), rgba(250, 196, 49, 0.9) 40px, rgba(255, 201, 53, 0.9) 40px, rgba(255, 201, 53, 0.9) 80px);
                }

                .team-pop-out-grid .grid-cell .animator.active.yellow .content {
                    transition: all 0.5s linear, opacity 0.5s linear 0.5s;
                    opacity: 1;
                    color: black;
                    cursor: default;
                }

            .team-pop-out-grid .grid-cell .animator.active .close-box {
                opacity: 1;
            }

            .team-pop-out-grid .grid-cell .animator.active.right {
                right: 0;
            }

            .team-pop-out-grid .grid-cell .animator.active.bottom {
                top: -103%;
            }

            .team-pop-out-grid .grid-cell .animator.active a {
                visibility: visible;
                opacity: 1;
            }

        .team-pop-out-grid .grid-cell .animator a {
            visibility: hidden;
            opacity: 0;
        }

@media (max-width: 767px) {
    .team-pop-out-grid .grid-cell .animator.active.red .content {
        font-size: 16px;
    }

    .team-pop-out-grid .grid-cell .animator.active.yellow .content {
        font-size: 16px;
    }

    .team-pop-out-grid .grid-cell .animator.active.bottom {
        top: -106%;
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .team-pop-out-grid .grid-cell .animator.active.red .content {
        font-size: 20px;
    }

    .team-pop-out-grid .grid-cell .animator.active.yellow .content {
        font-size: 20px;
    }

    .team-pop-out-grid .grid-cell .animator.active.bottom {
        top: -104%;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .team-pop-out-grid .grid-cell .animator.active.red .content {
        font-size: 25px;
    }

    .team-pop-out-grid .grid-cell .animator.active.yellow .content {
        font-size: 25px;
    }
}

@media only screen and (min-width: 1600px) {
    .team-pop-out-grid .grid-cell .animator.active.red .content {
        font-size: 25px;
    }

    .team-pop-out-grid .grid-cell .animator.active.yellow .content {
        font-size: 25px;
    }
}

.jobs {
    background-color: white;
}

    .jobs .tr {
        display: flex;
        flex-wrap: wrap;
        position: relative;
    }

        .jobs .tr.even {
            background-color: #f1f0f0;
        }

    .jobs, .jobs form {
        font-family: 'Open Sans', sans-serif;
    }

        .jobs .header {
            background-image: repeating-linear-gradient(135deg, #a62224, #a62224 60px, #ef4136 60px, #ef4136 120px);
            padding-top: 40px;
            padding-bottom: 40px;
            margin-bottom: 10px;
        }

            .jobs .header h1 {
                font-size: 50px;
                font-weight: 800;
            }

        .jobs .jobs-wrapper {
            margin: 40px 0 80px 0;
        }

@media (min-width: 1200px) {
    .jobs .jobs-wrapper {
        margin: 40px 10% 80px 10%;
    }
}

.jobs .table {
    font-size: 16px;
    color: #525252;
}

.table > :not(:first-child) {
    border-top: 0;
}

.jobs .table .th {
    font-weight: normal;
    background-color: #7d7d7d;
    color: white;
}

.jobs .table .th, .jobs .table .td {
    text-align: center;
    padding: 10px 0;
    border-bottom: 0;
}

.jobs .table a {
    color: #0072bc;
    display: block;
    position: relative;
}

    .jobs .table a::after {
        content: "";
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        display: inline-block;
        width: 12px;
        height: 16px;
        margin-left: 5px;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' aria-hidden='true' role='img' width='0.66em' height='1em' preserveAspectRatio='xMidYMid meet' viewBox='0 0 1088 1664'%3E%3Cg transform='translate(1088 0) scale(-1 1)'%3E%3Cpath fill='%230072bc' d='M1043 301L512 832l531 531q19 19 19 45t-19 45l-166 166q-19 19-45 19t-45-19L45 877q-19-19-19-45t19-45L787 45q19-19 45-19t45 19l166 166q19 19 19 45t-19 45z'/%3E%3C/g%3E%3C/svg%3E");
        background-size: contain;
        background-repeat: no-repeat;
    }

.jobs h1 {
    font-family: 'Open Sans', sans-serif;
}

.jobs h3:not(.oswald) {
    font: bold 26px/1.6 'Open Sans', sans-serif;
    text-transform: none;
    color: #525252;
}

.jobs .button.green h3 {
    text-transform: uppercase;
    color: white;
}

main .jobs a {
    color: #525252;
}

.jobs .button {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
}

.jobs .form-select {
    font-size: 14px;
    background-color: #7d7d7d;
    border-color: #7d7d7d;
    color: white;
    border-radius: 0;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' aria-hidden='true' role='img' width='0.88em' height='1em' preserveAspectRatio='xMidYMid meet' viewBox='0 0 448 512'%3E%3Cpath fill='white' d='M207.029 381.476L12.686 187.132c-9.373-9.373-9.373-24.569 0-33.941l22.667-22.667c9.357-9.357 24.522-9.375 33.901-.04L224 284.505l154.745-154.021c9.379-9.335 24.544-9.317 33.901.04l22.667 22.667c9.373 9.373 9.373 24.569 0 33.941L240.971 381.476c-9.373 9.372-24.569 9.372-33.942 0z'/%3E%3C/svg%3E");
}

    .jobs .form-select:hover {
        background-color: #222121;
        color: #fee45c;
        border: 1px solid #fac431;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' aria-hidden='true' role='img' width='0.88em' height='1em' preserveAspectRatio='xMidYMid meet' viewBox='0 0 448 512'%3E%3Cpath fill='%23fee45c' d='M207.029 381.476L12.686 187.132c-9.373-9.373-9.373-24.569 0-33.941l22.667-22.667c9.357-9.357 24.522-9.375 33.901-.04L224 284.505l154.745-154.021c9.379-9.335 24.544-9.317 33.901.04l22.667 22.667c9.373 9.373 9.373 24.569 0 33.941L240.971 381.476c-9.373 9.372-24.569 9.372-33.942 0z'/%3E%3C/svg%3E");
    }

        .jobs .form-select option, .jobs .form-select:hover option {
            background-color: #7d7d7d;
            border-color: #7d7d7d;
            color: white;
        }

            .jobs .form-select option:hover, .jobs .form-select:hover option:hover {
                background-color: #222121;
                color: #fee45c;
                border: 1px solid #fac431;
            }

.jobs .th:first-child {
    width: 25%;
    order: 1;
    text-align: right;
}

.jobs .th:nth-child(2) {
    width: 25%;
    order: 3;
    text-align: right;
}

.jobs .th:nth-child(3):before {
    content: "/";
    margin-left: .5rem;
    margin-right: .5rem;
}

.jobs .th:nth-child(3) {
    width: 25%;
    order: 2;
    text-align: left;
}

.jobs .th:nth-child(4) {
    width: 25%;
    order: 4;
    text-align: left;
}

.jobs .th:nth-child(5) {
    width: 0;
}

.jobs .td:first-child,
.jobs .td:nth-child(2) {
    width: 50%;
}

.jobs .td:nth-child(3),
.jobs .td:nth-child(4) {
    width: 50%;
}

.jobs .td:nth-child(5) {
    position: absolute;
    top: 50%;
    right: 22px;
    font-size: 0;
    transform: translateY(-50%);
}

.button.red {
    color: white;
    background-color: #ef4136;
}

@media (min-width: 1200px) {
    .jobs .th:first-child {
        order: 1;
    }

    .jobs .th:nth-child(2) {
        order: 2;
    }

    .jobs .th:nth-child(3) {
        order: 3;
    }

    .jobs .th:nth-child(4) {
        order: 4;
    }

    .jobs .th:nth-child(5) {
        order: 5;
    }

    .jobs .th:first-child, .jobs .td:first-child,
    .jobs .th:nth-child(2), .jobs .td:nth-child(2) {
        width: 33.3333%;
        text-align: center;
    }

    .jobs .th:nth-child(3), .jobs .td:nth-child(3),
    .jobs .th:nth-child(4), .jobs .td:nth-child(4),
    .jobs .th:nth-child(5), .jobs .td:nth-child(5) {
        width: calc(100% / 6);
        text-align: center;
    }

    .jobs .td:nth-child(5) {
        position: relative;
        top: auto;
        right: auto;
        font-size: 16px;
        transform: none;
    }

    .jobs .th:nth-child(3)::before, .jobs .th:nth-child(4)::before {
        display: none;
    }
}

.pl-6 {
    padding-left: 2rem;
}

.blog-detail-pages {
    margin-top: 2rem;
    margin-bottom: 2rem;
}

    .blog-detail-pages .article-row {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .blog-detail-pages .fl-table {
        display: flex;
        box-sizing: border-box;
        flex-wrap: wrap;
    }

    .blog-detail-pages a {
        color: #a62224;
        font-weight: 400;
        text-decoration: none;
    }

    .blog-detail-pages .relative {
        position: relative;
    }

    .blog-detail-pages .article-row .img {
        width: 100%;
        border: 1px solid #333;
        box-shadow: 1px 1px 3px #333;
    }

    .blog-detail-pages .article-row .image-category {
        top: -5px;
        left: -5px;
        background-color: #a62224;
        min-width: 95%;
        color: #fff;
        text-transform: uppercase;
        font-weight: 400;
        position: absolute;
        padding-top: 3px;
        padding-bottom: 3px;
        text-align: center;
        box-shadow: 1px 1px 3px #333;
    }

.show-more-btn {
    margin: 2rem;
}

    .show-more-btn .button {
        padding: 1rem;
        background-color: #a62224;
        border-color: #a62224;
        color: #ffffff;
    }

.blog-detail .blog-date {
    padding-bottom: 1rem;
}

.hide-form-right {
    width: 100% !important;
    margin-right: 35px !important;
}

/*Overright width  for page with right form*/
.form-page .left-side-page {
    width: 65% !important;
    margin-right: 20px;
}

.form-page .right-side-form {
    width: 35% !important;
    margin-right: 20px;
}

@media (max-width: 768px) {

    .partDetail {
        display: block;
        margin-left: 0;
    }

    .form-page .left-side-page {
        width: 100% !important;
    }

    .form-page .right-side-form {
        width: 100% !important;
    }
}

.locationslideshow .slick-dots {
    display: none !important;
}

.select-block .input-wrapper .text-block:hover {
    cursor: pointer;
    background-color: #fee54e;
}

.select-block .input-wrapper .option.active {
    background-color: #a62224;
    color: #fff;
}

.select-block .input-wrapper .text-block option {
    background-color: #ffffff;
}

.select-block .btn:hover {
    color: #212529;
}

.team .roles {
    background-color: #f1f0f0;
}

    .team .roles .header {
        background: repeating-linear-gradient(135deg, #e6e6e6, #e6e6e6 60px, #f1f0f0 60px, #f1f0f0 120px);
        padding: 6px;
    }

.team .roles {
    margin: 0 -15px;
}

.roles h2 {
    font-size: 26px;
    line-height: 1.6;
}

.italic {
    font-style: italic;
}

.tt-normal {
    text-transform: none;
}

.padding-1rem {
    padding: 1rem;
}

.team-basic-copy h1 {
    text-shadow: 2px 2px 0px #b7b7b7;
    color: #525252;
    font-size: 50px;
    line-height: 1.8;
    font-weight: 600;
}

.team-basic-copy h2 {
    font-size: 30px;
    line-height: 1.2;
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 3rem;
}

.team-basic-copy {
    margin: 50px;
}

@media (max-width: 1024px) {
    .team-basic-copy {
        margin: 50px 15px;
    }
}

.footer {
    margin-bottom: 30px;
}

.footer-nav li, .footer-nav li.list-inline-item:not(:last-child) {
    margin: 10px;
}

.footer-social a {
    font-size: 26px;
    margin: 0 2px;
}

.site-map {
    padding: 30px 0;
}

    .site-map h1 {
        padding-left: 30px;
    }

.careers-position .positions .sidebarheader {
    background-color: #b7b7b7 !important;
}

.apply-box {
    background-color: #f1f0f0;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 20px;
    padding-bottom: 20px;
}

    .apply-box h2, .apply-box h4, .apply-box h6 {
        font-family: 'Open Sans', sans-serif;
        font-weight: bold;
        text-transform: none;
    }

    .apply-box h6 {
        margin: 2.49776rem 0;
        font-size: 0.67em;
    }

.apply-banner {
    background: repeating-linear-gradient(135deg, #e6e6e6, #e6e6e6 60px, #f1f0f0 60px, #f1f0f0 120px);
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #000;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #000 transparent transparent;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #000 transparent;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding-top: 0px;
    padding-bottom: 0px;
    padding: 0px;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
    background-color: #fff;
    opacity: 0.60;
}

.search-widget.h-100.p-2.text-center.bg-light {
    width: 420px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 20px;
}



span.select2.select2-container.select2-container--default.select2-container--below.select2-container--focus {
    width: 420px;
}

.container .row > div:first-child {
/*    padding: 0px 25px;
*/    /* border: 0px; */
}

@media screen and (max-width:480px) {
    .seo-content img {
        width: 100px !important;
    }

    div#generic-main .thumbnail {
        width: 100% !important;
    }

    .team-basic-copy h1 {
        font-size: 30px;
        text-shadow: none;
    }

    .team .success-map .mobile .map-steps .map-dot {
        top: 10px !important;
    }

    .team .success-map .mobile .map-steps {
        padding-bottom: 8px !important;
    }

    .team .success-map {
        margin-top: 0px;
    }

    .width-restrictor .ng-binding {
        line-height: 1.5;
        margin-top: 15px;
    }

    .width-restrictor h2.oswald.bolder.uppercase.center {
        line-height: 1.4;
    }
}

/* Update 21-08-2022*/
.career-nav-flex {
    display: flex;
    justify-content: space-between;
}

.carees-nav-main {
    width: 100%;
    background: #605e5e;
}

h2.career-title {
    color: #fee45c;
    font-family: "Open Sans", Helvetica;
    font-weight: 900;
    text-transform: uppercase;
    padding-left: 16px;
    font-size: 30px;
    margin-left: 140px;
}
/* Start career pul a part page custome css*/
.career-pullpart {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 10px;
}

    .career-pullpart a {
        font-size: 16px;
        color: #fff;
        text-transform: lowercase;
        margin-right: 10px;
        font-family: "Open Sans", Helvetica;
    }

.career-pullpart-menu ul {
    list-style-type: none;
    padding: 0px;
    margin: 0;
}

.career-pullpart-menu > ul {
    display: flex;
}

    .career-pullpart-menu > ul > li > a {
        font-size: 18px;
        background-color: #7d7d7d;
        position: relative;
        padding-left: 10px;
        padding-right: 40px;
        padding-top: 7px;
        padding-bottom: 7px;
        font-size: 18px;
        text-align: left;
        transition: all 0.5s ease;
        cursor: pointer;
        text-transform: capitalize;
        font-family: "Open Sans", Helvetica;
        color: #fff;
        display: flex;
        align-items: center;
        margin-right: 8px;
    }

.career-pullpart-menu ul li a:hover {
    color: #fee45c;
    background-color: #222121;
}

.career-pullpart-menu > ul > li > a span {
    margin-left: 20px;
    font-size: 15px;
}

ul.pullpart-sub-menu {
    position: absolute;
    position: absolute;
    top: 100%;
    background-color: #000000;
    width: 100%;
    font-size: 18px;
    color: #b7b7b7;
    visibility: hidden;
    opacity: 0;
    left: 0px;
    z-index: 1;
}

    ul.pullpart-sub-menu > li > a {
        display: block;
        padding: 7px;
        padding-left: 10px;
        cursor: pointer;
        transition: all 0.5s ease;
        text-transform: capitalize;
        font-family: "Open Sans", Helvetica;
        color: #b7b7b7;
    }

.career-pullpart-menu {
    display: flex;
    align-items: center;
    position: relative;
}

a.search-jobs {
    background-color: #ef4136;
    position: relative;
    padding-left: 10px;
    padding-right: 80px;
    padding-top: 7px;
    padding-bottom: 7px;
    font-size: 18px;
    text-align: left;
    transition: all 0.5s ease;
    cursor: pointer;
    text-transform: capitalize;
    font-family: "Open Sans", Helvetica;
    color: #fff;
}

.career-pullpart-menu ul li a {
    text-decoration: none;
}

a.search-jobs:hover {
    text-decoration: none;
}



.nng-scope {
    display: none;
}

.sub-nav li:not(:last-child):after {
    content: "|";
    margin-left: 0.5rem;
}

a#loadMore {
    border-radius: 5px;
    border: none;
    padding: 5px 10px;
    transition: background-color 0.5s ease;
    width: 100%;
    font-size: 18px;
    text-transform: uppercase;
    font-family: 'Oswald', Arial;
    display: block;
    text-decoration: none;
    text-align: center;
    font-weight: 400;
    background-color: #000 !important;
    color: white;
    margin-top: 12px;
}

.nav-btns {
    cursor: pointer;
}

.nav-btns-stroke {
    height: 0.4rem;
    width: 3rem;
    background-color: #282828;
    transition: 0.3s;
}

.carees-nav-main-monile {
    display: none;
}

.career-burger-menu {
    display: none;
}

h2.career-title {
    margin-left: 0px;
    margin: 0px;
}



.carees-nav-main {
    padding: 15px 15px;
}


    .hamburger-menu.career-burger-menu span {
        color: #fff;
    }

div#navbar > ul > li span {
    display: none;
}
.row.row-cols-sm-2.mt-2 {
    padding: 0px 19px 0px 27px;
}

/*.search-widget {
    margin-left: 9px;
}*/

/*.slideshow.slick-dotted.slick-slider {
    margin-right: 13px;
}*/
.career-nav-flex {
    align-items: center;
}

.carees-nav-main {
    position: relative;
}
.career-pullpart-menu {
    z-index: 999;
}
.col-lg-4.col-md-4.col-sm-6.col-xs-12.ng-scope {
    max-width: 100%;
    flex: 1 100%;
    width: 100%;
}
.pullpart-top-bottom {
    padding-right: 15px;
}
@media screen and (min-width:993px) {
    .career-pullpart-menu > ul > li:hover > a {
        color: #b7b7b7;
        background-color: rgb(0, 0, 0);
    }

    .career-pullpart-menu > ul > li:hover ul.pullpart-sub-menu {
        visibility: visible;
        opacity: 1;
    }

    .career-pullpart-menu > ul > li:hover span.fa.fa-chevron-down {
        transform: rotate(179deg);
        top: 3px;
        position: relative;
    }
}

@media (max-width: 993px) {
    div#navbar > ul > li span {
        display: block;
    }
    .carees-nav-main-monile {
        display: block;
    }

    .mobile-career-div {
        background: #605e5e;
    }

    .career-burger-menu {
        display: block;
    }

    .pullpart-top-bottom {
        background-color: #222121;
        color: white;
        position: absolute;
        top: 0;
        right: -100%;
        width: 90%;
        font-weight: 600;
        transition: all 0.5s ease;
        display: block;
        padding: 10px;
    }

    h2.career-title {
        margin-left: 0px;
        margin: 0px;
    }

    .pullpart-top-bottom {
        /* display: none; */
        right: 0;
        /* width: 100%; */
    }

    .carees-nav-main {
        padding: 15px 15px;
    }

    .hamburger-menu.career-burger-menu {
        display: inline-block;
        padding: 0px 5px;
        margin-right: 10px;
        font-size: 26px;
        transition: 0.5s ease;
        background-color: #7d7d7d;
        display: flex;
        align-items: center;
    }

        .hamburger-menu.career-burger-menu span {
            color: #fff;
        }
    .carees-nav-main {
        position: relative;
        z-index: 999;
    }

    .career-pullpart-menu > ul {
        flex-direction: column;
        width: 100%;
    }

    .career-pullpart-menu {
        flex-direction: column;
    }

        .career-pullpart-menu ul li a {
            width: 100%;
        }

        .career-pullpart-menu ul li a {
            padding: 10px;
            background-color: #303030;
            position: relative;
            margin-bottom: 10px;
        }

        .career-pullpart-menu > ul > li > a span {
            display: inline-block;
            position: absolute;
            right: 10px;
            top: 8px;
            color: #ef4136;
            font-size: 25px;
        }
    ul.pullpart-sub-menu {
        position: relative;
        top: auto;
    }

    .career-pullpart-menu > ul > li:hover span.fa.fa-chevron-down {
        position: absolute;
        top: 14px;
    }
    ul.pullpart-sub-menu {
        display: none;
    }

    a.search-jobs {
        display: none;
    }
    .pullpart-top-bottom {
        right: -100%;
    }

        .pullpart-top-bottom.active {
            right: 0;
        }
    .close-pullpart-menu-carrer.d-none {
        display: block !important;
        text-align: right;
        padding-bottom: 16px;
    }

        .close-pullpart-menu-carrer.d-none > div {
            font-size: 25px;
            color: #fff;
        }
    .career-pullpart {
        display: none;
    }

    a.search-button.d-none {
    }

    a.search-button.d-none {
        display: block !important;
        color: #fff;
        font-size: 16px;
        font-family: 'Open Sans', sans-serif;
        margin-bottom: 10px;
    }

    .career-pullpart-menu > ul > li > a:hover {
        color: #7d7d7d;
        background-color: #525252;
    }

/*        .career-pullpart-menu > ul > li > a:hover span {
            transform: rotate(180deg);
        }*/

    ul.pullpart-sub-menu > li > a {
        padding: 10px;
        background-color: #303030 !important;
        margin-top: 0px;
        color: #fff !important;
        margin-bottom: 2px;
    }

    ul.pullpart-sub-menu {
        top: -6px;
    }

    span.fa.fa-chevron-down {
    }
    .career-pullpart {
        display: none;
    }

    a.search-button.d-none {
    }

    a.search-button.d-none {
        display: block !important;
        color: #fff;
        font-size: 16px;
        font-family: 'Open Sans', sans-serif;
        margin-bottom: 10px;
    }

    .career-pullpart-menu > ul > li > a:hover {
        color: #7d7d7d;
        background-color: #525252;
    }

        .career-pullpart-menu > ul > li > a:hover span {
            transform: rotate(180deg);
        }

    ul.pullpart-sub-menu > li > a {
        padding: 10px;
        background-color: #303030 !important;
        margin-top: 0px;
        color: #fff !important;
        margin-bottom: 2px;
    }

    ul.pullpart-sub-menu {
        top: -6px;
    }

    span.fa.fa-chevron-down {
    }

    .mobile-link-social-div.d-none {
        display: flex !important;
        justify-content: space-between;
        padding: 30px 0px 10px;
    }

        .mobile-link-social-div.d-none .career-pullpart {
            display: block;
        }

    a.main-page-link {
        font-family: 'Open Sans', sans-serif;
        color: #525252;
        font-size: 16px;
    }
    .jobs .header {
        padding: 60px 0px;
    }
    .navbar-light .navbar-nav .nav-link {
        width: 85%;
        border: 0px;
    }

    li.nav-item {
        border-bottom: 1px solid #fff;
    }

    span.dropdown-toggle {
        color: #fff;
        position: absolute;
        right: 17px;
    }
    span.dropdown-toggle {
        top: 22px;
        display:block !important;
    }

    .dropdown::after {
        visibility: hidden;
    }
    span.dropdown-toggle i {
        font-size: 27px;
        font-weight: 700;
    }

    span.dropdown-toggle {
        top: 16px;
    }
    ul.pullpart-sub-menu {
        visibility: visible;
        opacity: 1;
    }

    h2.career-title {
        padding-left: 6px;
    }

    .hamburger-menu.career-burger-menu {
        margin-right: 2px;
    }
}
.colheader{
    display:block !important;
}
.specialbutton {
    background-color: #fee45c;
    border: 3px solid #a62224;
    border-radius: 10px;
    padding: 15px;
    color: #000;
    width: 280px;
    text-align: -webkit-center;
}
.specialdigBtnText{
    text-align:center;
}
.specialusedcard{
    overflow-x:hidden;
}
.legal-text {
    font-size: 16px;
    color: #525252;
}
@media(max-width:500px) {
    .icon-row-cta-container .icon-cta-item img {
        width: 71px;
        height: 66px;
    }
}
.icon-cta-item{
    padding:8px 8px !important;

}
.iconrowcta {
    color: red;
    padding-right: 19px;
}
.quote-form .make-relative {
    padding-top: 19px !important;
}
.quote-form .search-arrow {
   
    top: 24px;
}


    .seo-content img {
        width: 100% !important;
    }
@media(max-width:768px) {
    .seo-content img {
        width: auto !important;
    }
}
@media(max-width:1199px) {
    .menu-new {
        color: #fee45c;
    }
}
@media(max-width:576px) {
    .findloationimgsection {
        padding-right: 25px;
        padding-left: 25px;
        padding-top: 13px;
    }
}
.notfiy-form{
    width:100% !important;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
    .auto-parts.notify-me .quote-form .search-arrow {
        z-index: 100;
        left: 10px;
    }
}
.autopart {
    padding: 0px 16px !important;
}
.site-header{
    position:absolute;

}
.seo-content .locimage {
    width: auto !important;
}



/*
 * jQuery FlexSlider v2.2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */


/* Browser Resets
*********************************/
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;}

/* Icon Fonts
*********************************/
/* Font-face Icons */
@font-face {
	font-family: 'flexslider-icon';
	src:url('/assets/fonts/flexslider/flexslider-icon.eot');
	src:url('/assets/fonts/flexslider/flexslider-icon.eot?#iefix') format('embedded-opentype'),
		url('/assets/fonts/flexslider/flexslider-icon.woff') format('woff'),
		url('/assets/fonts/flexslider/flexslider-icon.ttf') format('truetype'),
		url('/assets/fonts/flexslider/flexslider-icon.svg#flexslider-icon') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* FlexSlider Necessary Styles
*********************************/
.flexslider {margin: 0 0 10px; padding: 0;}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {width: 100%; display: block;}
.flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .slides element */
.slides:after {content: "\0020"; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .slides {display: block;}
* html .slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}

/* FlexSlider Default Theme
*********************************/
/*.flexslider { margin: 0 0 10px; background: #fff; border: 4px solid #fff; position: relative; -webkit-border-radius: 4px; -moz-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px; -webkit-box-shadow: 0 1px 4px rgba(0,0,0,.2); -moz-box-shadow: 0 1px 4px rgba(0,0,0,.2); -o-box-shadow: 0 1px 4px rgba(0,0,0,.2); box-shadow: 0 1px 4px rgba(0,0,0,.2); zoom: 1; }
*/.flex-viewport { max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; -o-transition: all 1s ease; transition: all 1s ease; }
.loading .flex-viewport { max-height: 300px; }
.flexslider .slides { zoom: 1; }
.carousel li { margin-right: 5px; }

/* Direction Nav */
.flex-direction-nav {*height: 0;}
.flex-direction-nav a  { text-decoration:none; display: block; width: 40px; height: 40px; margin: -20px 0 0; position: absolute; top: 50%; z-index: 10; overflow: hidden; opacity: 0; cursor: pointer; color: rgba(0,0,0,0.8); text-shadow: 1px 1px 0 rgba(255,255,255,0.3); -webkit-transition: all .3s ease; -moz-transition: all .3s ease; transition: all .3s ease; }
.flex-direction-nav .flex-prev { left: -50px; }
.flex-direction-nav .flex-next { right: -50px; text-align: right; }
.flexslider:hover .flex-prev { opacity: 0.7; left: 10px; }
.flexslider:hover .flex-next { opacity: 0.7; right: 10px; }
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover { opacity: 1; }
.flex-direction-nav .flex-disabled { opacity: 0!important; filter:alpha(opacity=0); cursor: default; }
.flex-direction-nav a:before  { font-family: "flexslider-icon"; font-size: 40px; display: inline-block; content: '\f001'; }
.flex-direction-nav a.flex-next:before  { content: '\f002'; }

/* Pause/Play */
.flex-pauseplay a { display: block; width: 20px; height: 20px; position: absolute; bottom: 5px; left: 10px; opacity: 0.8; z-index: 10; overflow: hidden; cursor: pointer; color: #000; }
.flex-pauseplay a:before  { font-family: "flexslider-icon"; font-size: 20px; display: inline-block; content: '\f004'; }
.flex-pauseplay a:hover  { opacity: 1; }
.flex-pauseplay a.flex-play:before { content: '\f003'; }

/* Control Nav */
.flex-control-nav {width: 100%; position: absolute; bottom: -40px; text-align: center;}
.flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.flex-control-paging li a {width: 11px; height: 11px; display: block; background: #666; background: rgba(0,0,0,0.5); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); -moz-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); -o-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); box-shadow: inset 0 0 3px rgba(0,0,0,0.3); }
.flex-control-paging li a:hover { background: #333; background: rgba(0,0,0,0.7); }
.flex-control-paging li a.flex-active { background: #000; background: rgba(0,0,0,0.9); cursor: default; }

.flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.flex-control-thumbs img:hover {opacity: 1;}
.flex-control-thumbs .flex-active {opacity: 1; cursor: default;}

@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev { opacity: 1; left: 10px;}
  .flex-direction-nav .flex-next { opacity: 1; right: 10px;}
}

.button {background-color:black; color:white; width:auto;}
/*#carousel img {
display: block;
opacity: .5;
cursor: pointer;
}

#carousel .flex-active-slide img {
opacity: 1;
cursor: default;
}*/
@media (min-width: 1460px) {
  .container {
    width: 1450px;
  }
}
@media (max-width: 750px) {
  main > .container > .row > .bg-white {
    padding: 0;
  }
}
.vip .button {
  width: 100%;
}

.vip.register .modal-content {
  height: auto;
}

.basic-search .tips-modal {
  display: block;
  text-align: left;
}

.fa-envelope.email.bad {
  font-family: inherit;
}
.fa-envelope.email.bad:before {
  content: "\f0e0";
  font-family: "FontAwesome";
  padding-right: 5px;
}

.fit-container-width {
  max-width: 100%;
  padding: 10px 0;
}

.mobile-only {
  display: none;
}

.desktop-only {
  display: inline-block;
}

.call-to-action a {
  white-space: nowrap;
}

html[lang=es] .call-to-action a, html[lang=es-US] .call-to-action a {
  white-space: wrap;
}

@media only screen and (max-width: 767px) {
  main > .container > .row > .bg-white {
    padding: 0 15px;
  }
  main > .container > .row > .bg-white .breadcrumbs {
    margin-bottom: 30px;
  }
  .mobile-column-reverse {
    flex-direction: column-reverse;
  }
  .mobile-only {
    display: inline-block;
  }
  .desktop-only {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .col-xs-1,
  .col-xs-2,
  .col-xs-3,
  .col-xs-4,
  .col-xs-5,
  .col-xs-6,
  .col-xs-7,
  .col-xs-8,
  .col-xs-9,
  .col-xs-10,
  .col-xs-11,
  .col-xs-12 {
    float: none;
  }
}
.used-cars-listing #loadMoreItems {
  display: none !important;
}

.select-wrapper select {
  width: 100%;
}

.left-hero-form .umb-macro-holder {
  height: 100%;
}
.left-hero-form .new-on-yard {
  height: 100%;
}
.left-hero-form .row {
  height: 100%;
}

.edit-only {
  display: none;
}

.vip-club-profile .button {
  width: 100%;
}
.vip-club-profile .form-group.d-flex {
  justify-content: space-between;
}
.vip-club-profile .form-group.position-relative {
  top: -15px;
}
.vip-club-profile .radio-group {
  margin: 0 10px;
  cursor: pointer;
}
.vip-club-profile .radio-group input[type=radio] {
  cursor: pointer;
}
.vip-club-profile .radio-group label {
  display: block;
  text-transform: uppercase;
  font-size: 12px;
}

div[data-form=leadPhoneByZipCode] input {
  font-size: 16px;
}

.tab-container .dropdown {
  min-height: 42px;
}
.tab-container .dropdown select {
  position: absolute;
  width: 1px;
  height: 1px;
}

.form-v2.es .select2-selection--multiple li.select2-search.select2-search--inline:after {
  left: auto;
  right: -16px;
}
.form-v2 label {
  text-align: left;
  color: #333;
  font-family: "Open Sans";
  font-size: 12px;
  font-weight: 400;
  line-height: normal;
  margin: 15px 0 5px 15px;
}
.form-v2 input[type=text], .form-v2 input[type=tel], .form-v2 input[type=email] {
  box-shadow: none;
  padding: 8px 9px;
}
.form-v2 input[type=text][disabled], .form-v2 input[type=tel][disabled], .form-v2 input[type=email][disabled] {
  background-color: #fff;
  opacity: 0.6;
}
.form-v2.search-widget .tab-container {
  padding: 0;
}
.form-v2.search-widget .tab-content {
  text-align: left;
}
.form-v2.search-widget .button {
  margin: 15px 0 10px;
  font-size: 16px;
  padding: 10px 30px;
}
.form-v2 .required {
  color: #A62224;
  padding-left: 3px;
}
.form-v2 input::placeholder, .form-v2 .select2-selection__placeholder {
  color: #B6B6B6 !important;
  font-family: "Open Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22.191px; /* 155.556% */
  padding-left: 10px;
}
.form-v2 .select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-selection__choice {
  padding: 3px 35px 3px 15px;
  gap: 10px;
  border-radius: 20px;
  background: #E6E6E6;
  color: #242424 !important;
  font-family: "Open Sans";
  font-size: 12px !important;
  font-weight: 700;
  line-height: 29px;
  text-transform: none;
  border: none;
  margin: 8px 8px 5px;
}
.form-v2 .select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove {
  position: absolute;
  right: 10px;
  font-size: 21px;
  top: 3px;
  color: #242424;
}
.form-v2 .select2-selection--multiple .select2-selection__choice + li.select2-search.select2-search--inline {
  width: 6px !important;
}
.form-v2 .select2-selection--multiple .select2-selection__choice + li.select2-search.select2-search--inline:after {
  left: 0;
  top: 17px;
}
.form-v2 .select2-selection--multiple li.select2-search.select2-search--inline {
  position: relative;
  cursor: pointer;
}
.form-v2 .select2-selection--multiple li.select2-search.select2-search--inline:after {
  content: url("/img/add-icon.svg");
  display: block;
  height: 6px;
  width: 6px;
  left: 116px;
  top: 12px;
}
.form-v2 .radio-button .radio-item {
  margin-left: 15px;
}
.form-v2 .radio-button .radio-item label {
  margin: 0 0 5px;
}
.form-v2 .radio-button .radio-item .radio-text {
  color: #333 !important;
  font-family: "Oswald";
  font-size: 14.266px;
  font-weight: 600;
  line-height: 14.266px;
  position: relative;
  bottom: 2px;
  margin-left: 5px;
}

.select2-results span {
  position: relative;
  top: -2px;
  left: 4px;
}

.select2-selection__rendered span:not(.select2-selection__choice__remove) {
  position: relative;
  top: -2px;
  left: 4px;
}

@media only screen and (max-width: 767px) {
  .select2-container--default .select2-results__option--highlighted[aria-selected=true], .select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #FFEE89;
    color: #242424;
    position: relative;
  }
  .select2-container--default .select2-results__option--highlighted[aria-selected=true]:after, .select2-container--default .select2-results__option[aria-selected=true]:after {
    content: url("/img/close-icon-black.svg");
    position: absolute;
    right: 1em;
    top: 9px;
    display: block;
    height: 24px;
    width: 24px;
  }
  .select2-container--default .select2-results__option--highlighted[aria-selected=false] {
    background-color: transparent;
  }
}
.multi-step-form .step {
  display: none;
}
.multi-step-form .step.step-1 {
  display: block;
}
.multi-step-form .d-flex {
  gap: 16px;
}

@media only screen and (min-width: 768px) {
  .select2-results .apply-results {
    display: none !important;
  }
}
.select2-results .apply-results {
  background-color: transparent;
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px 40px 40px;
  display: none;
}
.select2-results .apply {
  font-size: 24px;
  padding: 12.5px 16px;
  width: 100%;
}

#getAQuoteForm .disclaimer {
  margin-top: 10px;
}
#getAQuoteForm .disclaimer p {
  font-size: 12px;
  font-style: italic;
  line-height: 1.2;
}
#getAQuoteForm .disclaimer p a {
  text-decoration: underline;
}

.instant-quote-dictionaries {
  width: 30%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.instant-quote-dictionaries > div {
  margin-bottom: 5px;
}
@media only screen and (max-width: 767px) {
  .instant-quote-dictionaries {
    width: 100%;
  }
}

.quote-details {
  width: 70%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .quote-details {
    width: 100%;
  }
}

.article-contact, .article-buttons {
  font-size: 14px;
}

.gallery .thumb-overflow-box .thumb-container-wrapper {
  width: 1000px;
}
@media only screen and (max-width: 767px) {
  .gallery .thumb-overflow-box .thumb-container-wrapper {
    margin-left: -390px;
    width: 1950px;
  }
}

.gallery .modal {
  height: auto;
}

.site-header {
  position: fixed;
}
@media only screen and (max-width: 767px) {
  .site-header {
    z-index: 9999;
  }
}

.site-header .navbar {
  padding: 0 70px;
}
.site-header .navbar .nav-item {
  text-align: center;
  position: relative;
  padding: 0 5px 0 0;
  margin-right: 5px;
}
.site-header .navbar .nav-item:not(:first-child):before {
  content: "|";
  position: absolute;
  left: 0;
  top: calc(50% - 9.5px);
  font-size: 13px;
}
.site-header .navbar .nav-item .nav-link {
  padding: 0;
}
.site-header .navbar .nav-item .nav-link:before {
  content: "" !important;
}

.navbar.navbar-expand-xl.navbar-light.text-uppercase {
  padding-top: 8px;
}

.locations-sub-nav {
  right: -150px;
}

@media only screen and (max-width: 767px) {
  .site-header .navbar {
    padding: 0;
  }
  .navbar-toggler {
    z-index: 999;
    background-image: linear-gradient(var(--yellow) 71px, rgba(0, 0, 0, 0.9) 71px, rgba(0, 0, 0, 0.9));
  }
  .navbar-toggler.hidden {
    display: none;
  }
  .navbar-light .navbar-toggler .navbar-toggler-icon {
    background-image: none;
    width: 21px;
    height: 20px;
    transform: rotate(0deg);
    transition: 0.5s ease-in-out;
    cursor: pointer;
    position: relative;
    top: 2px;
    color: #333;
  }
  .navbar-light .navbar-toggler .navbar-toggler-icon span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    opacity: 1;
    left: 0;
    transform: rotate(0deg);
    transition: 0.25s ease-in-out;
    cursor: pointer;
    background: #5a5a5a;
  }
  .navbar-light .navbar-toggler .navbar-toggler-icon span:first-child {
    top: 2px;
  }
  .navbar-light .navbar-toggler .navbar-toggler-icon span:nth-child(2) {
    top: 8px;
  }
  .navbar-light .navbar-toggler .navbar-toggler-icon span:nth-child(3) {
    top: 7px;
  }
  .navbar-light .navbar-toggler .navbar-toggler-icon span:nth-child(4) {
    top: 13px;
  }
  .navbar-light .navbar-toggler[aria-expanded=true] .navbar-toggler-icon span:first-child {
    top: 9px;
    width: 0;
    left: 50%;
  }
  .navbar-light .navbar-toggler[aria-expanded=true] .navbar-toggler-icon span:nth-child(2) {
    transform: rotate(45deg);
  }
  .navbar-light .navbar-toggler[aria-expanded=true] .navbar-toggler-icon span:nth-child(3) {
    transform: rotate(-45deg);
  }
  .navbar-light .navbar-toggler[aria-expanded=true] .navbar-toggler-icon span:nth-child(4) {
    top: 9px;
    width: 0;
    left: 50%;
  }
  .navbar-light .navbar-nav .nav-link {
    width: 100%;
  }
  .navbar-light .navbar-nav .nav-link.active {
    background: -webkit-linear-gradient(top, #561212, rgba(166, 34, 36, 0.95));
  }
  .navbar-light .navbar-nav a {
    font-size: 18px !important;
  }
  .navbar-nav .dropdown-menu {
    border-top: 1px solid #fff;
  }
  .navbar-nav .dropdown-menu .dropdown-item:hover {
    background-color: transparent;
  }
  .nav-item.dropdown:first-child {
    padding-top: 10px;
  }
  .nav-item.dropdown:first-child span.dropdown-toggle {
    top: 25px;
  }
  .nav-item.dropdown .nav-link.active + span.dropdown-toggle .fa-caret-right:before {
    content: "\f0d7";
    font-family: "FontAwesome";
  }
  .nav-wrapper {
    padding: 0;
  }
  .navbar-collapse.show {
    height: 100vh;
    overflow-y: auto;
  }
  .navbar-collapse.show > ul {
    padding-bottom: 200px;
  }
  .mobile-nav-location-search {
    background: #000;
    color: #fff;
    padding: 0 15px;
  }
  .mobile-nav-location-search .location-search-form .padding-10.gray-background {
    background: #000;
    color: #fff;
  }
  .mobile-nav-location-search .location-search-form .location-search-input {
    width: 80%;
  }
  .mobile-nav-location-search .location-search-form .location-search-btn {
    width: 20%;
  }
  .mobile-nav-location-search .location-search-form .location-search-btn .spacer-top-10 {
    margin-top: 0;
  }
  .mobile-nav-location-search .location-search-result .col-lg-6 {
    border-bottom: 1px solid;
    padding-bottom: 25px;
  }
  .locations-sub-nav .sub-nav-col a {
    text-transform: uppercase;
  }
}
.site-nav {
  height: 29px;
  background: #fff;
}
.site-nav ul {
  padding: 3px 0;
}
.site-nav ul li {
  margin: 0 10px;
}
.site-nav ul li a {
  color: #000;
  text-decoration: underline;
  font-size: 13px;
  transition: color 0.2s ease-in-out;
}
.site-nav ul li a:hover {
  color: #a62224;
}

@media only screen and (min-width: 767px) {
  .site-nav ul {
    padding: 3px 70px;
  }
  .site-nav ul li {
    margin: 0 20px 0 0;
  }
}
.navbar-brand img {
  width: auto;
  max-width: 150px;
}

.breadcrumbs {
  list-style: none;
  margin: 0;
  padding: 0;
}
.breadcrumbs li {
  display: inline-block;
  font-family: "Oswald", Arial;
}

.quick-links-wrapper {
  position: fixed;
  right: 40px;
  bottom: 40px;
  background-color: #A62224;
  border-radius: 10px;
  padding: 16px;
  z-index: 999;
  min-width: 210px;
}
@media only screen and (max-width: 767px) {
  .quick-links-wrapper {
    right: 20px;
    bottom: 20px;
  }
}
.quick-links-wrapper.active h2 a:after {
  content: url("/img/toggle-close.svg");
}
.quick-links-wrapper h2 {
  margin: 0;
}
.quick-links-wrapper h2 a {
  color: var(--yellow);
  font-size: 24px;
  font-weight: 400;
}
.quick-links-wrapper h2 a:hover {
  text-decoration: none;
}
.quick-links-wrapper h2 a:after {
  content: url("/img/toggle-open.svg");
  display: inline-block;
  height: 24px;
  width: 24px;
  margin-left: 20px;
  position: relative;
  top: 1px;
}
.quick-links-wrapper .quick-links-nav {
  display: none;
}
.quick-links-wrapper .quick-links-nav ul {
  margin: 15px 0 0;
  padding: 0;
  list-style: none;
}
.quick-links-wrapper .quick-links-nav ul li {
  border-top: 1px solid #B9B9B9;
  padding: 12px 0;
}
.quick-links-wrapper .quick-links-nav ul li:last-child {
  padding-bottom: 0;
}
.quick-links-wrapper .quick-links-nav ul li a {
  font-family: "Oswald";
  color: white;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
}
.quick-links-wrapper .quick-links-nav ul li a:hover {
  color: var(--yellow);
}
.quick-links-wrapper .quick-links-nav ul li a img {
  margin-right: 12px;
}

ul.select2-selection__rendered {
  position: relative;
}

li.select2-search.select2-search--inline:after {
  content: "\f0d7";
  font-family: "FontAwesome";
  color: #000;
  font-size: 14px;
  position: absolute;
  top: 10px;
  right: 10px;
}

.select2-container--default ul.select2-selection__rendered .select2-search--inline input.select2-search__field {
  margin-top: 8px !important;
  font-size: 14px;
  color: #000;
}
.select2-container--default ul.select2-selection__rendered .select2-search--inline input.select2-search__field::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #000;
  opacity: 1; /* Firefox */
}
.select2-container--default ul.select2-selection__rendered .select2-search--inline input.select2-search__field:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #000;
}
.select2-container--default ul.select2-selection__rendered .select2-search--inline input.select2-search__field::-ms-input-placeholder { /* Microsoft Edge */
  color: #000;
}

span.select2-container--disabled .select2-selection.select2-selection--multiple {
  opacity: 0.6;
}

.search-widget-close-icon-mobile {
  display: none;
}

.search-widget .tab-nav-mobile {
  text-align: left;
}
.search-widget .tab-nav-mobile .tab {
  cursor: pointer;
}
.search-widget.video-search {
  height: auto;
}
@media only screen and (max-width: 1224px) {
  .search-widget .tab-wrapper .tab-widget .tab-nav {
    margin-bottom: 5px;
  }
  .search-widget .tab-wrapper .tab-widget .tab-nav .tab {
    border-radius: 5px;
    padding: 5px;
    margin: 5px;
    border: 1px solid white;
    font-size: 16px;
  }
}

@media only screen and (max-width: 767px) {
  .select2-container.select2-container--default.select2-container--open {
    width: 100% !important;
    position: fixed !important;
    top: 98px !important;
    left: 0 !important;
    width: 100% !important;
    z-index: 20000;
    background: #000;
  }
  .select2-container.select2-container--default.select2-container--open .select2-dropdown.select2-dropdown--below, .select2-container.select2-container--default.select2-container--open .select2-dropdown.select2-dropdown--above {
    height: 100vh;
    width: 100% !important;
    background: #000;
    overflow-y: auto;
  }
  .select2-container.select2-container--default.select2-container--open .select2-dropdown.select2-dropdown--below .select2-results, .select2-container.select2-container--default.select2-container--open .select2-dropdown.select2-dropdown--above .select2-results {
    height: 100vh;
  }
  .select2-container.select2-container--default.select2-container--open .select2-dropdown.select2-dropdown--below .select2-results__options:not(.select2-results__options--nested), .select2-container.select2-container--default.select2-container--open .select2-dropdown.select2-dropdown--above .select2-results__options:not(.select2-results__options--nested) {
    height: auto;
    background: #000;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-size: 16px;
    line-height: 30px;
  }
  .select2-container.select2-container--default.select2-container--open .select2-dropdown.select2-dropdown--below .select2-results__options:not(.select2-results__options--nested).active, .select2-container.select2-container--default.select2-container--open .select2-dropdown.select2-dropdown--above .select2-results__options:not(.select2-results__options--nested).active {
    max-height: 100vh;
    padding-bottom: 216px;
  }
  .select2-container.select2-container--default.select2-container--open .select2-dropdown.select2-dropdown--below .select2-results__options:not(.select2-results__options--nested) .select2-results__option strong, .select2-container.select2-container--default.select2-container--open .select2-dropdown.select2-dropdown--above .select2-results__options:not(.select2-results__options--nested) .select2-results__option strong {
    background-color: #191919;
    color: var(--yellow);
    font-size: 16px;
  }
  .search-widget-close-icon-mobile.active {
    display: inline-block;
    animation: fadeIn 1s;
  }
  .search-widget-close-icon-mobile.active:after {
    content: "\f00d";
    font-family: "FontAwesome";
    font-size: 30px;
    padding-right: 15px;
    color: #000;
    position: absolute;
    z-index: 30000;
    top: 12px;
    right: 0;
  }
  @keyframes fadeIn {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
}
.on-yard-text {
  color: #a62224;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 14px;
  padding-top: 5px;
  border-top: 1px solid #a62224;
  padding: 7px;
  display: inline-block;
  width: 90%;
}
@media only screen and (max-width: 767px) {
  .on-yard-text {
    top: 15px;
    left: 200px;
    color: #000;
    position: fixed;
    font-size: 16px;
    border-top: none;
    width: 100px;
    z-index: 999999;
  }
  @supports (-webkit-touch-callout: none) {
    .on-yard-text {
      /* CSS specific to iOS devices */
      top: 70px;
      left: 250px;
    }
  }
}

.mobile-search-filter {
  width: calc(100% - 30px);
  margin: 10px 15px;
  padding: 10px 14px;
  font-size: 16px;
  border: 1px solid #555;
  border-radius: 6px;
  background: #1a1a1a;
  color: #fff;
  outline: none;
  box-sizing: border-box;
}
.mobile-search-filter::placeholder {
  color: #999;
  font-size: 14px;
}
.mobile-search-filter:focus {
  border-color: var(--yellow, #ffc107);
}

.search-widget.bg-black .tab-wrapper .tab-widget .tab-nav .tab.active, .search-widget.bg-black .tab-wrapper .tab-widget .tab-nav-mobile .tab.active {
  background-color: #444;
}
.search-widget.bg-black .tab-wrapper .tab-widget .tab-content {
  background-color: #444;
}

.parts-pricing-table-wrapper {
  border: 1px solid #000;
  border-radius: 10px;
  overflow: hidden;
  padding: 0;
  margin-bottom: 50px;
}

.parts-pricing-table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  font-size: 14px;
}
.parts-pricing-table thead th {
  padding: 10px 12px;
  font-weight: 600;
  text-align: left;
  border-bottom: 2px solid #ddd;
  background-color: #e6e6e6;
  height: 66px;
  font-family: "Open Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 22.86px;
  word-wrap: break-word;
}
.parts-pricing-table thead th:not(:last-child) {
  border-right: 1px solid #c7c7c7;
}
.parts-pricing-table thead th:nth-child(3), .parts-pricing-table thead th:nth-child(4), .parts-pricing-table thead th:nth-child(5) {
  background-color: #FEE45C;
}
.parts-pricing-table thead th.pp-part-assurance-header {
  background-color: #e6e6e6;
  position: relative;
}
.parts-pricing-table thead th.pp-part-assurance-header .pp-info {
  cursor: pointer;
  font-size: 11px;
  margin-left: 3px;
  color: #A62224;
}
.parts-pricing-table thead th.pp-part-assurance-header .pp-info-box {
  position: absolute;
  top: 80%;
  left: 0;
  margin-top: 4px;
  padding: 6px 8px;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
  font-size: 12px;
  z-index: 10;
  color: #A62224;
}
.parts-pricing-table tbody {
  /* .pp-part-name,
  .pp-total-price {
      background-color: #e6e6e6;
      font-weight: 600;
  }*/
  /* .pp-base-price,
  .pp-env-fee,
  .pp-core-price {
      background-color: #fff4c6; // soft yellow
  }*/
  /* .pp-part-assurance {
      background-color: #e6e6e6;
      font-weight: 600;
  }*/
}
.parts-pricing-table tbody td {
  padding: 10px 12px;
  border-bottom: 1px solid #eee;
  vertical-align: middle;
  height: 66px;
  font-family: "Open Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22.86px;
  color: #000;
  word-wrap: break-word;
}
.parts-pricing-table tbody td:not(:last-child) {
  border-right: 1px solid #c7c7c7;
}
.parts-pricing-table tbody tr:nth-child(odd) {
  background-color: #fff;
}
.parts-pricing-table tbody tr:nth-child(odd) td.pp-base-price, .parts-pricing-table tbody tr:nth-child(odd) td.pp-env-fee, .parts-pricing-table tbody tr:nth-child(odd) td.pp-core-price {
  background-color: rgba(254, 228, 92, 0.2);
}
.parts-pricing-table tbody tr:nth-child(even) {
  background-color: #e6e6e6;
}
.parts-pricing-table tbody tr:nth-child(even) td.pp-base-price, .parts-pricing-table tbody tr:nth-child(even) td.pp-env-fee, .parts-pricing-table tbody tr:nth-child(even) td.pp-core-price {
  background-color: rgba(254, 228, 92, 0.4);
}
.parts-pricing-table th.pp-sort-asc::after, .parts-pricing-table th.pp-sort-desc::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-left: 4px;
  background-image: url("/img/CaretUp.svg");
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
}
.parts-pricing-table th[data-pp-sort-col]:not(.pp-sort-desc):not(.pp-sort-asc)::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-left: 4px;
  background-image: url("/img/CaretUp.svg");
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  transform: rotate(90deg);
}

.auto-parts.notify-me .quote-form {
  border-radius: 10px;
  padding: 0;
  border: 1px solid rgba(82, 82, 82, 0.35);
  background: #f3f3f3;
}
@media only screen and (max-width: 767px) {
  .auto-parts.notify-me .quote-form {
    flex-shrink: unset;
  }
}
.auto-parts.notify-me .quote-form label {
  padding-left: 15px;
}
.auto-parts.notify-me .quote-form .select2-selection__rendered {
  text-align: left;
  margin-left: 0px;
}
.auto-parts.notify-me .quote-form .getaquote {
  padding: 0;
  margin: 0;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.auto-parts.notify-me .quote-form .input {
  box-shadow: none;
}
.auto-parts.notify-me .quote-form .select2-selection__rendered span:not(.select2-selection__choice__remove) {
  top: 0;
}
.auto-parts.notify-me .quote-nav {
  list-style: none;
  margin: 0;
  padding: 15px 0;
  background-color: #333;
  display: flex;
  justify-content: center;
  gap: 46px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
@media only screen and (max-width: 767px) {
  .auto-parts.notify-me .quote-nav {
    gap: 28px;
  }
}
.auto-parts.notify-me .quote-nav li {
  position: relative;
  display: inline-flex;
  align-items: center;
}
.auto-parts.notify-me .quote-nav li a {
  color: rgba(255, 255, 255, 0.6);
  font-family: "Oswald", "Arial";
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  text-decoration: none;
}
.auto-parts.notify-me .quote-nav li.active a, .auto-parts.notify-me .quote-nav li:hover a {
  color: #fff;
  text-decoration: underline;
}
.auto-parts.notify-me .quote-nav li:not(:last-child)::after {
  content: "";
  width: 8px;
  height: 12px;
  background: url("/img/chevron-right.png") no-repeat center center;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: -28px;
  transform: translateY(-50%);
}
@media only screen and (max-width: 767px) {
  .auto-parts.notify-me .quote-nav li:not(:last-child)::after {
    right: -18px;
    width: 8px;
    height: 14px;
  }
}
.auto-parts.notify-me .quote-nav li.is-completed .completed {
  display: inline-block;
}
.auto-parts.notify-me .quote-nav li.is-completed a {
  color: rgba(255, 255, 255, 0.6);
  text-decoration: none;
}
.auto-parts.notify-me .quote-nav li .completed {
  display: none;
  color: #fff;
  margin-right: 4px;
  vertical-align: middle;
  margin-top: -4px;
}
.auto-parts.notify-me .quote-nav li .completed svg {
  display: inline-block;
  vertical-align: middle;
  fill: #fff;
}
.auto-parts.notify-me .quote-step {
  display: none;
  padding: 20px 22px 10px;
}
.auto-parts.notify-me .quote-step.active {
  display: block;
}
.auto-parts.notify-me .quote-step h4.titlecase {
  display: none !important;
}
.auto-parts.notify-me .quote-step .make-relative {
  padding-top: 5px;
}
.auto-parts.notify-me .quote-step input.input {
  border-radius: 5px;
  border: 1px solid #b9b9b9;
  background: #fff;
  box-shadow: none;
}
.auto-parts.notify-me .quote-step input.input::placeholder {
  opacity: 0.4;
  color: #b6b6b6 !important;
}
.auto-parts.notify-me .button-container.step-btns {
  display: flex;
  gap: 20px;
  max-width: 600px;
  margin: 0 auto 20px;
  padding: 10px 22px 20px;
}
.auto-parts.notify-me .button-container.step-btns .button {
  width: 40%;
  padding: 12px 20px;
  text-decoration: none;
  text-align: center;
  border-radius: 5px;
  margin: 0;
  font-family: "Oswald", Arial;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  cursor: pointer;
  transition: opacity 0.2s ease, background-color 0.2s ease;
}
.auto-parts.notify-me .button-container.step-btns .button.prev-step, .auto-parts.notify-me .button-container.step-btns .button.nm-prev-step {
  border-radius: 5px;
  border: 1px solid #A62224;
  color: #A62224;
  background: #fff;
}
.auto-parts.notify-me .button-container.step-btns .button.prev-step:hover, .auto-parts.notify-me .button-container.step-btns .button.nm-prev-step:hover {
  background: #f5e8e8;
}
.auto-parts.notify-me .button-container.step-btns .button.next-step, .auto-parts.notify-me .button-container.step-btns .button.submit-btn, .auto-parts.notify-me .button-container.step-btns .button.nm-next-step, .auto-parts.notify-me .button-container.step-btns .button.nm-submit-btn {
  margin-left: auto;
  background-color: #A62224;
  color: #fff;
}
.auto-parts.notify-me .button-container.step-btns .button.next-step:hover, .auto-parts.notify-me .button-container.step-btns .button.submit-btn:hover, .auto-parts.notify-me .button-container.step-btns .button.nm-next-step:hover, .auto-parts.notify-me .button-container.step-btns .button.nm-submit-btn:hover {
  background-color: #8b1c1e;
}
.auto-parts.notify-me .button-container.step-btns .button.hidden {
  display: none !important;
}
.auto-parts.notify-me .button-container.step-btns .button[disabled], .auto-parts.notify-me .button-container.step-btns .button.is-disabled {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: none;
}
.auto-parts.notify-me .date-mode-toggle {
  display: inline-flex;
  border-radius: 6px;
  overflow: hidden;
  border: 1px solid #ccc;
  margin-bottom: 4px;
}
.auto-parts.notify-me .date-mode-option {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 10px 20px;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #666;
  background: #fff;
  cursor: pointer;
  white-space: nowrap;
  transition: background-color 0.2s, color 0.2s;
  border-right: 1px solid #ccc;
}
.auto-parts.notify-me .date-mode-option:last-child {
  border-right: none;
}
.auto-parts.notify-me .date-mode-option .date-mode-check {
  display: none;
  fill: currentColor;
  flex-shrink: 0;
}
.auto-parts.notify-me .date-mode-option.active {
  background-color: #333;
  color: #fff;
}
.auto-parts.notify-me .date-mode-option.active .date-mode-check {
  display: inline-block;
}
.auto-parts.notify-me .notify-method-toggle {
  display: flex;
  border-radius: 6px;
  overflow: hidden;
  border: 1px solid #ccc;
  margin-bottom: 4px;
  width: 100%;
}
.auto-parts.notify-me .notify-method-option {
  display: flex;
  flex: 1 1 0;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 10px 12px;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #666;
  background: #fff;
  cursor: pointer;
  white-space: nowrap;
  transition: background-color 0.2s, color 0.2s;
  border-right: 1px solid #ccc;
}
.auto-parts.notify-me .notify-method-option:last-child {
  border-right: none;
}
.auto-parts.notify-me .notify-method-option .notify-method-check {
  display: none;
  fill: currentColor;
  flex-shrink: 0;
}
.auto-parts.notify-me .notify-method-option.active {
  background-color: #333;
  color: #fff;
}
.auto-parts.notify-me .notify-method-option.active .notify-method-check {
  display: inline-block;
}
.auto-parts.notify-me .quote-form .select2-container--default .select2-selection--multiple {
  border-radius: 5px !important;
  border: 1px solid #b9b9b9 !important;
  background: #fff !important;
  box-shadow: none !important;
  min-height: 40px !important;
  padding: 0 !important;
  cursor: pointer;
}
.auto-parts.notify-me .quote-form .select2-container--default .select2-selection--multiple .select2-selection__rendered {
  padding: 4px 30px 4px 10px !important;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 4px;
  text-transform: none !important;
  letter-spacing: normal !important;
  line-height: 20px !important;
}
.auto-parts.notify-me .quote-form .select2-container--default .select2-selection--multiple .select2-search--inline {
  margin: 6px 0 !important;
}
.auto-parts.notify-me .quote-form .select2-container--default .select2-selection--multiple .select2-search--inline .select2-search__field {
  margin-top: 0 !important;
  height: 30px !important;
  text-transform: none !important;
  letter-spacing: normal !important;
  font-size: 16px !important;
  font-family: "Oswald", sans-serif !important;
  color: #000;
  text-transform: none !important;
}
.auto-parts.notify-me .quote-form .select2-container--default .select2-selection--multiple .select2-search--inline .select2-search__field::placeholder {
  text-transform: none !important;
  color: #000;
  opacity: 1;
}
.auto-parts.notify-me .quote-form .select2-container--default .select2-selection--multiple .select2-search--inline:after {
  display: none !important;
}
.auto-parts.notify-me .quote-form .select2-container--default .select2-selection--multiple .select2-selection__choice {
  margin: 2px !important;
  padding: 2px 20px 2px 6px !important;
  font-size: 13px !important;
  font-family: "Open Sans", Arial, sans-serif !important;
  background-color: #e6e6e6 !important;
  border: 1px solid #ccc !important;
  border-radius: 3px !important;
  text-transform: none !important;
  font-weight: 400 !important;
  color: #333 !important;
}
.auto-parts.notify-me .quote-form .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  margin-right: 4px;
}
.auto-parts.notify-me .quote-form .select2-container--default .select2-selection--multiple:after {
  content: "\f0d7";
  font-family: "FontAwesome";
  color: #000;
  font-size: 14px;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  pointer-events: none;
}
.auto-parts.notify-me .quote-form .select2-container--default {
  position: relative;
}
.auto-parts.notify-me .quote-form .select2-container--open .select2-results__options {
  text-transform: none !important;
  letter-spacing: normal !important;
}
.auto-parts.notify-me .quote-form .select2-container--default .select2-selection--multiple .select2-search--inline .select2-search__field {
  text-transform: none !important;
  letter-spacing: normal !important;
}
.auto-parts.notify-me .notify-me-success .button.red {
  color: #f1f0f0;
  background-color: #a62224;
}
.auto-parts.notify-me .notify-me-success .button.red:hover {
  color: #fff;
  background-color: #bd3c3e;
}
.auto-parts.notify-me .notify-me-success h2 {
  text-shadow: none;
  font-size: 30px;
}

.quote-step.step3 [data-form-sign-up-email-section],
.quote-step.step3 [data-form-sign-up-phone-section] {
  margin-bottom: 0;
}
.quote-step.step3 [data-form-sign-up-email-section] .make-relative,
.quote-step.step3 [data-form-sign-up-phone-section] .make-relative {
  padding-top: 0;
}
.quote-step.step3 [data-form-sign-up-email-section] + [data-form-sign-up-email-section],
.quote-step.step3 [data-form-sign-up-phone-section] + [data-form-sign-up-phone-section] {
  margin-top: -5px;
}
.quote-step.step3 .note {
  font-size: 12px;
  margin-top: 4px;
  margin-bottom: 0;
  margin-left: 15px;
}
.quote-step.step3 [data-form-sign-up-select=notifyMethod] {
  display: none !important;
}
.quote-step.step3 [data-form-sign-up-select=notifyMethod] + .select2-container,
.quote-step.step3 [data-form-sign-up-select=notifyMethod] ~ .select2-container {
  display: none !important;
}

.notify-me-success {
  display: none;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-height: 360px;
  padding: 60px 30px;
}
.notify-me-success .notify-me-success-content {
  max-width: 430px;
  margin: 0 auto;
}
.notify-me-success h2 {
  margin: 0 0 24px;
  color: #333;
  font-family: "Oswald", Arial;
  font-size: 56px;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
}
.notify-me-success p {
  margin: 0 0 36px;
  color: #333;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 18px;
  line-height: 1.55;
}
.notify-me-success .button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 180px;
  width: auto;
  padding: 14px 32px;
}
@media only screen and (max-width: 767px) {
  .notify-me-success {
    min-height: 300px;
    padding: 40px 20px;
  }
  .notify-me-success h2 {
    font-size: 44px;
  }
  .notify-me-success p {
    font-size: 16px;
    margin-bottom: 28px;
  }
}

.quote-form.has-success .quote-step,
.quote-form.has-success .button-container.step-btns {
  display: none !important;
}
.quote-form.has-success .notify-me-success {
  display: flex !important;
}

@media only screen and (max-width: 767px) {
  .main-wrapper .slideshow.locationslideshow {
    margin-bottom: 15px;
  }
}
body {
  font-size: 16px;
}
body h4 {
  font-size: 24px;
}
@media only screen and (max-width: 767px) {
  body {
    overflow-x: hidden;
  }
  body.mobile-nav-open {
    overflow: hidden;
  }
  body main.main-wrapper {
    overflow-x: hidden;
  }
}

.main-wrapper {
  padding-top: 98px;
}

header .bg-secondary {
  height: 100%;
}
header .align-right {
  justify-content: end;
}

.button.green {
  background-color: #006400;
}

.container-sm {
  max-width: 1172px;
}
@media only screen and (min-width: 767px) {
  .container-sm {
    width: auto;
  }
}

.vertical-margin {
  margin-top: 30px;
  margin-bottom: 30px;
}

.notify-condensed {
  margin-top: 20px;
  background-color: #f1f0f0;
  padding: 10px;
}
.notify-condensed .quote-form {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
}
.notify-condensed .quote-form .row {
  width: 25%;
}

@media only screen and (min-width: 768px) {
  .notify-me-intro > div:first-child {
    padding-right: 50px;
  }
}
.notify-me-intro img {
  max-width: 25px;
  margin-top: -5px;
  margin-right: 5px;
}

.search-bar select.form-select {
  padding: 9px;
  font-size: 18px;
}
.search-bar .zip-code {
  padding-right: 0;
}
.search-bar .button {
  padding: 11px 30px;
  text-transform: uppercase;
  text-align: center;
  cursor: pointer;
  font-weight: 600;
  border-radius: 5px;
}

.search-jobs {
  transition: all 0.22s ease-in-out;
  line-height: 24px;
}
.search-jobs:hover {
  color: #fff;
  background-color: rgba(58, 58, 58, 0.95);
}

#loadMoreItems {
  border-radius: 5px;
  border: none;
  padding: 5px 10px;
  transition: background-color 0.5s ease;
  width: 100%;
  font-size: 18px;
  text-transform: uppercase;
  font-family: "Oswald", Arial;
  display: block;
  text-decoration: none;
  text-align: center;
  font-weight: 400;
  background-color: #000 !important;
  color: white;
  margin-top: 12px;
}

.used-cars.listing .list-container .list-item a .item-wrapper {
  min-height: 225px;
  height: auto;
}

.used-cars-listing .car-detail h4 {
  font-size: 16px;
}

@media only screen and (max-width: 767px) {
  .modal .modal-overlay .modal-window {
    left: 20px;
    right: 20px;
    top: 80px;
    transform: none;
  }
}
.locations a:hover {
  font-size: 14px;
}

.popular a:hover {
  font-size: 14px;
}

.share-nav-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media only screen and (max-width: 767px) {
  .share-nav-wrapper {
    justify-content: center;
  }
}

.share-nav {
  position: relative;
}
.share-nav ul {
  list-style: none;
}
.share-nav ul li {
  display: inline-block;
  margin-right: 30px;
  font-weight: bold;
}
.share-nav ul li span {
  font-weight: bold;
}
.share-nav .email-icon {
  background-image: url("/img/email-icon.png");
  background-size: cover;
  display: inline-block;
  height: 17px;
  width: 27px;
  margin-right: 10px;
}
.share-nav .share-icon {
  background-image: url("/img/share-icon.png");
  background-size: contain;
  display: inline-block;
  height: 17px;
  width: 27px;
  background-repeat: no-repeat;
}
.share-nav .sharethis-inline-share-buttons {
  position: absolute;
  top: 30px;
  background-color: #fff;
  z-index: 0 !important;
  padding: 10px;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.25);
  transition: opacity 0.2s ease;
  opacity: 0 !important;
}
.share-nav .sharethis-inline-share-buttons.active {
  opacity: 1 !important;
  z-index: 999 !important;
}
.share-nav #st-1.st-has-labels .st-btn {
  min-width: 50px;
}
.share-nav #st-1 .st-btn > img {
  display: inline-block;
  height: 16px;
  width: 16px;
  position: relative;
  top: 8px;
  vertical-align: top;
}
.share-nav .st-btn {
  display: block !important;
  margin-right: 0 !important;
  margin-bottom: 10px;
}
.share-nav #st-1 .st-btn > span {
  display: none;
}

.yellow-bg-box, .gray-bg-box {
  box-sizing: border-box;
  border-radius: 24px;
  background: #FEE45C;
  width: 100%;
  max-width: 100%;
  margin: 50px 0;
  padding: 56px 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
}
.yellow-bg-box > *, .gray-bg-box > * {
  width: 100%;
  max-width: 720px;
  min-width: 0;
}
.yellow-bg-box h2, .gray-bg-box h2 {
  color: #333;
  text-align: center;
  font-family: "Oswald", Arial;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.1;
  text-transform: uppercase;
  margin: 0;
}
.yellow-bg-box p, .gray-bg-box p {
  color: #333;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.45;
  margin: 18px auto 0;
  max-width: 620px;
}
.yellow-bg-box p strong,
.yellow-bg-box p b, .gray-bg-box p strong,
.gray-bg-box p b {
  font-weight: 700;
}
.yellow-bg-box .button, .gray-bg-box .button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 15px auto 0;
  padding: 16px 32px;
  min-height: 60px;
  width: auto;
  max-width: 100%;
  border-radius: 8px;
  text-align: center;
  text-decoration: none;
  white-space: normal;
}
@media only screen and (max-width: 991px) {
  .yellow-bg-box, .gray-bg-box {
    padding: 48px 32px;
  }
}
@media only screen and (max-width: 767px) {
  .yellow-bg-box, .gray-bg-box {
    margin: 32px 16px;
    padding: 32px 20px;
    border-radius: 20px;
    flex-shrink: unset;
  }
  .yellow-bg-box h2, .gray-bg-box h2 {
    font-size: 30px;
    line-height: 1.08;
    word-break: break-word;
  }
  .yellow-bg-box p, .gray-bg-box p {
    font-size: 16px;
    line-height: 1.5;
    margin-top: 16px;
  }
  .yellow-bg-box .button, .gray-bg-box .button {
    width: 100%;
    max-width: 100%;
    margin-top: 24px;
    padding: 14px 18px;
  }
}

.gray-bg-box {
  background: #E6E6E6;
}

.h1-large {
  color: #333;
  font-family: "Oswald", Arial;
  font-size: 56px;
  font-style: normal;
  font-weight: 400;
  line-height: 115%;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .h1-large {
    font-size: 40px;
  }
}

.auto-parts-sidebar-cta-row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
  align-items: stretch;
  margin: 20px 0;
}
@media (max-width: 1024px) {
  .auto-parts-sidebar-cta-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 767px) {
  .auto-parts-sidebar-cta-row {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}

.auto-parts-sidebar-cta {
  display: flex;
  min-width: 0;
}

.auto-parts-sidebar-cta-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  min-height: 180px;
  padding: 24px 20px;
  border-radius: 18px;
  background: #F3F3F3;
  text-decoration: none;
  text-align: center;
  box-sizing: border-box;
}
.auto-parts-sidebar-cta-link:hover {
  text-decoration: none;
  color: inherit;
}
@media (max-width: 767px) {
  .auto-parts-sidebar-cta-link {
    min-height: auto;
    padding: 20px 16px;
  }
}

.auto-parts-sidebar-cta img {
  height: 56px;
  width: auto;
  max-width: 100%;
  object-fit: contain;
  margin-bottom: 18px;
  flex-shrink: 0;
}

.auto-parts-sidebar-cta h4 {
  margin: 0 0 14px;
  color: #333;
  font-family: "Oswald", Arial;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.15;
}
@media (max-width: 767px) {
  .auto-parts-sidebar-cta h4 {
    font-size: 18px;
  }
}

.auto-parts-sidebar-cta .btn {
  margin-top: auto;
  width: auto;
  padding: 8px 18px;
  border-radius: 4px;
  background-color: #333;
  color: #fff;
  font-family: "Oswald", Arial;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  text-transform: uppercase;
}

.vipWaiverText {
  text-align: left;
}

@media only screen and (max-width: 767px) {
  .newVipForm {
    width: 100%;
  }
}
.newVipForm .select2-container {
  text-align: left;
  font-family: "Oswald", Arial;
  font-size: 16px;
  font-weight: 400;
  opacity: 1;
}
.newVipForm .select2-container.select2-container--disabled {
  opacity: 0.6;
}

.vip.landing .red-box li {
  font-family: "Oswald", Arial;
  font-weight: 300;
}

.reset-password h3 {
  font-size: 18px;
}

.site-header .barcode-modal {
  transform: none;
  box-shadow: none;
  height: 250px;
  left: 0;
  right: 0;
  margin: 200px auto 0;
  width: 341px;
}
.site-header .barcode-modal .modal-header {
  margin: 0 15px;
  border-bottom: none;
}
.site-header .barcode-modal .modal-header img {
  max-width: 150px;
  margin: 0 0 10px;
}
.site-header .barcode-modal .modal-body {
  margin: 0 10px;
}
.site-header .barcode-modal .barcode-view {
  height: 100px;
  overflow: hidden;
}
.site-header .barcode-modal .barcode-download .smaller {
  padding-left: 5px;
  font-size: 11px;
}
.site-header .barcode-modal h3 {
  font-size: 15px;
}

@media print {
  header, .member-info, .sub-nav, .vip-section, .filter-bar, footer, .dotted {
    display: none !important;
  }
  .receipts-tab, .bg-white {
    padding: 0 !important;
  }
  #ReceiptList, #ReceiptList hr, #CoreList, #WarrantyList, #CreditList {
    opacity: 1 !important;
    display: block !important;
    margin-top: -50px;
  }
  #ReceiptList > *, #CoreList > *, #WarrantyList > *, #CreditList > * {
    opacity: 1 !important;
    display: block !important;
  }
  .hover-row, .red.no-results {
    display: none !important;
  }
  hr.hr {
    display: none !important;
  }
  .heading-row {
    padding: 10px 0;
    border-top: 0.5px solid #000;
    border-bottom: 1px solid #000;
  }
}
.messages-section h4 {
  font-size: 18px;
}

@media only screen and (max-width: 767px) {
  .message-center-table .cell-content {
    padding-bottom: 0;
    padding-top: 0;
  }
  .message-center-table .row {
    margin-bottom: 30px;
  }
  .vip-register .modal-window, .vip-register .modal, .vip-register .modal-overlay, .vip-register .modal-content {
    overflow-y: scroll;
  }
  .new-vip-locations {
    margin-top: 100px;
  }
  .vipWaiverText {
    max-height: 300px !important;
  }
}
.vip-dashboard h3 {
  font-size: 20px;
  text-transform: none;
}
.vip-dashboard .sub-nav {
  margin: 30px 0;
  padding: 0;
}
.vip-dashboard h1 {
  font-size: 56px;
  margin-top: 30px;
}
@media only screen and (max-width: 767px) {
  .vip-dashboard h1 {
    font-size: 35px;
  }
}
.vip-dashboard h2 {
  margin-top: 30px;
}
.vip-dashboard .seo-content {
  padding-left: 0 !important;
}
.vip-dashboard .seo-content img {
  max-width: 100%;
}

.vip-login .form-group {
  position: relative;
}
.vip-login .form-group .show-password {
  cursor: pointer;
  position: absolute;
  top: 9px;
  right: 8px;
  z-index: 5;
  color: #000;
}
.vip-login .vip-login-card {
  border-radius: 10px;
  border: 1px solid rgba(82, 82, 82, 0.35);
  background: #f3f3f3;
  overflow: hidden;
}
.vip-login .vip-login-card .vip-login-card__header {
  background: #333;
  color: #fff;
  font-family: "Oswald", Arial;
  font-size: 32px;
  font-weight: 400;
  line-height: 1.1;
  text-transform: uppercase;
  text-align: center;
  padding: 18px 24px;
}
.vip-login .vip-login-card .vip-login-card__body {
  padding: 28px 24px 30px;
}
.vip-login .vip-login-card .vip-login-card__intro {
  color: #333;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.55;
  margin: 0 0 20px;
}
.vip-login .vip-login-card .vip-login-card__content {
  margin-bottom: 20px;
}
.vip-login .vip-login-card .vip-login-card__benefits {
  margin: 0;
  padding-left: 22px;
}
.vip-login .vip-login-card .vip-login-card__benefits li {
  margin-bottom: 10px;
  color: #333;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5;
}
.vip-login .vip-login-card .vip-login-card__error {
  width: 100%;
  margin: 0 0 20px;
  padding: 12px 16px;
  text-align: left;
}
.vip-login .vip-login-card .vip-login-card__field {
  margin-bottom: 18px;
}
.vip-login .vip-login-card .vip-login-card__label {
  display: block;
  margin: 0 0 8px;
  color: #333;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
  text-transform: none;
  padding-left: 15px;
}
.vip-login .vip-login-card .vip-login-card__input {
  border-radius: 5px;
  border: 1px solid #b9b9b9;
  background: #fff;
  box-shadow: none;
  min-height: 48px;
  width: 100%;
}
.vip-login .vip-login-card .vip-login-card__input::placeholder {
  color: #b6b6b6 !important;
}
.vip-login .vip-login-card .vip-login-card__remember {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 6px 0 20px;
}
.vip-login .vip-login-card .vip-login-card__remember input {
  margin-left: 15px;
}
.vip-login .vip-login-card .vip-login-card__remember label {
  margin: 0;
  padding: 0;
  color: #333;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  text-transform: none;
}
.vip-login .vip-login-card .vip-login-card__submit {
  width: 100%;
  margin: 0;
  background-color: #a62224;
  color: #fff;
}
.vip-login .vip-login-card .vip-login-card__links {
  margin-top: 20px;
}
.vip-login .vip-login-card .vip-login-card__links .nav-links {
  margin: 0;
  padding: 0;
  list-style: none;
}
.vip-login .vip-login-card .vip-login-card__links a {
  color: #333;
  text-decoration: underline;
}

.vip-club-dashboard .add-to-wallet {
  margin: 20px 0;
  display: flex;
  justify-content: flex-start;
  gap: 20px;
}
.vip-club-dashboard .add-to-wallet img {
  height: 40px;
  cursor: pointer;
}

.vip-landing-layout {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}
.vip-landing-layout .vip-form-column,
.vip-landing-layout .vip-copy-column {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.vip-landing-layout .vip-form-column {
  flex: 0 0 40%;
  max-width: 40%;
}
.vip-landing-layout .vip-copy-column {
  flex: 0 0 60%;
  max-width: 60%;
}
.vip-landing-layout .vip-landing-cta {
  margin-top: 30px;
  text-align: center;
}
.vip-landing-layout .vip-landing-cta h1 {
  margin-bottom: 20px;
}
.vip-landing-layout .vip-landing-cta p {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
.vip-landing-layout .vip-landing-cta .button.red {
  display: inline-block;
  margin-top: 20px;
  text-decoration: none;
}
@media only screen and (max-width: 991px) {
  .vip-landing-layout .vip-form-column,
  .vip-landing-layout .vip-copy-column {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .vip-landing-layout .vip-copy-column {
    margin-top: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .vip-dashboard .sub-nav,
  .vip.landing .sub-nav {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 8px;
    margin-bottom: 0;
  }
  .vip-dashboard .sub-nav::-webkit-scrollbar,
  .vip.landing .sub-nav::-webkit-scrollbar {
    height: 6px;
  }
  .vip-dashboard .sub-nav li,
  .vip.landing .sub-nav li {
    flex: 0 0 auto;
  }
  .vip-dashboard .sub-nav li a,
  .vip.landing .sub-nav li a {
    display: inline-block;
    white-space: nowrap;
  }
}
.newVipForm.vip-register-card {
  border-radius: 10px;
  border: 1px solid rgba(82, 82, 82, 0.35);
  background: #f3f3f3;
  overflow: hidden;
  color: #333;
  text-align: left;
}
.newVipForm.vip-register-card .vip-register-card__header {
  background: #333;
  color: #fff;
  font-family: "Oswald", Arial;
  font-size: 32px;
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
  padding: 18px 24px;
}
.newVipForm.vip-register-card .vip-register-card__body {
  padding: 0 24px 24px;
}
.newVipForm.vip-register-card .vip-register-card__intro {
  color: #333;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.55;
  margin: 24px 0;
  text-align: center;
}
.newVipForm.vip-register-card .vip-register-card__intro p {
  text-align: left;
}
.newVipForm.vip-register-card .vip-register-nav {
  list-style: none;
  background-color: #333;
  display: flex;
  justify-content: center;
  gap: 46px;
  padding-left: 0;
  margin-bottom: 0;
}
.newVipForm.vip-register-card .vip-register-nav li {
  position: relative;
  display: inline-flex;
  align-items: center;
}
.newVipForm.vip-register-card .vip-register-nav li a {
  color: rgba(255, 255, 255, 0.6);
  font-family: "Oswald", Arial;
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  text-decoration: none;
}
.newVipForm.vip-register-card .vip-register-nav li.active a {
  color: #fff;
  text-decoration: underline;
}
.newVipForm.vip-register-card .vip-register-nav li:not(:last-child)::after {
  content: "";
  width: 8px;
  height: 12px;
  background: url("/img/chevron-right.png") no-repeat center center;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: -28px;
  transform: translateY(-50%);
}
.newVipForm.vip-register-card .vip-register-nav li.is-completed .completed {
  display: inline-block;
}
.newVipForm.vip-register-card .vip-register-nav li .completed {
  display: none;
  margin-right: 4px;
  margin-top: -4px;
}
.newVipForm.vip-register-card .vip-register-nav li .completed svg {
  fill: #fff;
}
.newVipForm.vip-register-card .quote-step {
  display: none;
}
.newVipForm.vip-register-card .quote-step.active {
  display: block;
}
.newVipForm.vip-register-card .quote-step label {
  display: block;
  margin: 0 0 8px;
  padding-left: 15px;
  color: #333;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
  text-transform: none;
}
.newVipForm.vip-register-card .quote-step .input,
.newVipForm.vip-register-card .quote-step .select2-container .select2-selection--single {
  border-radius: 5px;
  border: 1px solid #b9b9b9;
  background: #fff;
  box-shadow: none;
  min-height: 48px;
}
.newVipForm.vip-register-card .quote-step .input::placeholder,
.newVipForm.vip-register-card .quote-step .select2-container .select2-selection--single::placeholder {
  opacity: 0.4;
  color: #b6b6b6 !important;
}
.newVipForm.vip-register-card .contact-method-toggle {
  display: flex;
  width: 100%;
  border-radius: 6px;
  overflow: hidden;
  border: 1px solid #ccc;
  margin-top: 6px;
}
.newVipForm.vip-register-card .contact-method-label {
  font-size: 12px;
  padding-left: 15px;
  font-family: "Open Sans", Arial, sans-serif;
}
.newVipForm.vip-register-card .contact-method-option {
  display: flex;
  flex: 1 1 0;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 10px 12px;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #666;
  background: #fff;
  cursor: pointer;
  border-right: 1px solid #ccc;
}
.newVipForm.vip-register-card .contact-method-option:last-child {
  border-right: none;
}
.newVipForm.vip-register-card .contact-method-option .contact-method-check {
  display: none;
  fill: currentColor;
}
.newVipForm.vip-register-card .contact-method-option.active {
  background-color: #333;
  color: #fff;
}
.newVipForm.vip-register-card .contact-method-option.active .contact-method-check {
  display: inline-block;
}
.newVipForm.vip-register-card .button-container.step-btns.vip-register-btns {
  display: flex;
  gap: 20px;
  max-width: 600px;
  margin: 24px auto 0;
  padding: 0 0 8px;
}
.newVipForm.vip-register-card .button-container.step-btns.vip-register-btns .button {
  width: 40%;
  padding: 12px 20px;
  text-decoration: none;
  text-align: center;
  border-radius: 5px;
  margin: 0;
  font-family: "Oswald", Arial;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  cursor: pointer;
}
.newVipForm.vip-register-card .button-container.step-btns.vip-register-btns .button.vip-register-prev-step {
  border: 1px solid #A62224;
  color: #A62224;
  background: #fff;
}
.newVipForm.vip-register-card .button-container.step-btns.vip-register-btns .button.vip-register-next-step, .newVipForm.vip-register-card .button-container.step-btns.vip-register-btns .button.vip-register-submit {
  margin-left: auto;
  background-color: #A62224;
  color: #fff;
}
.newVipForm.vip-register-card .button-container.step-btns.vip-register-btns .button.hidden {
  display: none !important;
}
.newVipForm.vip-register-card .button-container.step-btns.vip-register-btns .button[disabled], .newVipForm.vip-register-card .button-container.step-btns.vip-register-btns .button.is-disabled {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: none;
}
@media only screen and (max-width: 767px) {
  .newVipForm.vip-register-card .vip-register-card__header {
    font-size: 28px;
    padding: 16px 20px;
  }
  .newVipForm.vip-register-card .vip-register-card__body {
    padding: 0 18px 20px;
  }
  .newVipForm.vip-register-card .vip-register-nav {
    margin-left: -18px;
    margin-right: -18px;
    gap: 28px;
    padding-left: 18px;
    padding-right: 18px;
  }
  .newVipForm.vip-register-card .vip-register-nav li:not(:last-child)::after {
    right: -18px;
  }
}
.newVipForm.vip-register-card .vip-register-success {
  display: none;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-height: 360px;
  padding: 50px 24px;
}
.newVipForm.vip-register-card .vip-register-success .vip-register-success__content {
  max-width: 520px;
  margin: 0 auto;
}
.newVipForm.vip-register-card .vip-register-success h2 {
  margin: 0 0 24px;
  color: #333;
  font-family: "Oswald", Arial;
  font-size: 56px;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
}
.newVipForm.vip-register-card .vip-register-success .vip-register-success__text {
  margin: 0 0 32px;
  color: #333;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 18px;
  line-height: 1.55;
}
.newVipForm.vip-register-card .vip-register-success .button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 180px;
  width: auto;
  padding: 14px 32px;
}
.newVipForm.vip-register-card.has-success .quote-step,
.newVipForm.vip-register-card.has-success .button-container.step-btns {
  display: none !important;
}
.newVipForm.vip-register-card.has-success .vip-register-success {
  display: flex !important;
}
.newVipForm.vip-register-card .loading-spinner {
  right: 35px;
  top: -25px;
}
.newVipForm.vip-register-card .state-input .select2-container .select2-selection--single .select2-selection__rendered {
  padding: 15px 10px 12px 5px;
  margin: 0;
}
.newVipForm.vip-register-card .vip-location .dropdown-location .select2-container--default .select2-selection--single .select2-selection__rendered {
  margin: 15px 0 10px 5px;
}

.vip.register .modal-window {
  height: auto;
  padding: 30px 10px;
  max-height: 800px;
}
.vip.register .modal-content {
  border: none;
}
.vip.register .modal-content h4 {
  padding-bottom: 15px;
}
.vip.register .modal-content .button.red {
  background-color: #a62224;
}
.vip.register .modal-content .button.red:hover {
  background-color: #bd3c3e;
}
.vip.register .vipWaiverText {
  border-radius: 10px;
  border: 1px solid #3D4043;
  background: #E6E6E6;
}
.vip.register .vipSubmitBtn {
  margin-top: 30px;
}
.vip.register .vipSubmitBtn:last-child {
  margin-right: 0;
}

.inventory-search .search-wrapper .row > div h4 {
  font-size: 18px;
}

@media only screen and (max-width: 1224px) {
  #InventorySearchPage .d-flex, .new-on-yard .d-flex {
    flex-wrap: wrap;
  }
}
#InventorySearchPage #location-address, .new-on-yard #location-address {
  display: flex;
  justify-content: center;
  gap: 20px;
}
#InventorySearchPage #location-address div, .new-on-yard #location-address div {
  padding: 0 20px;
}
#InventorySearchPage .results-spacer .img-wrapper, #InventorySearchPage div[data-search-result-detail] .img-wrapper, .new-on-yard .results-spacer .img-wrapper, .new-on-yard div[data-search-result-detail] .img-wrapper {
  cursor: pointer;
  position: relative;
  font-size: 3rem;
}
@media only screen and (max-width: 1224px) and (min-width: 767px) {
  #InventorySearchPage .results-spacer .img-wrapper, #InventorySearchPage div[data-search-result-detail] .img-wrapper, .new-on-yard .results-spacer .img-wrapper, .new-on-yard div[data-search-result-detail] .img-wrapper {
    font-size: 1.5rem;
  }
}
#InventorySearchPage .results-spacer .img-wrapper:before, #InventorySearchPage div[data-search-result-detail] .img-wrapper:before, .new-on-yard .results-spacer .img-wrapper:before, .new-on-yard div[data-search-result-detail] .img-wrapper:before {
  font-family: "FontAwesome";
  content: "\f00e";
  display: block;
  padding: 15px;
  position: absolute;
  bottom: -8px;
  left: 8px;
  z-index: 1;
  background-color: rgba(255, 255, 255, 0.5);
  text-align: center;
  transform: rotate(90deg);
}
@media only screen and (max-width: 1224px) and (min-width: 767px) {
  #InventorySearchPage .results-spacer .img-wrapper:before, #InventorySearchPage div[data-search-result-detail] .img-wrapper:before, .new-on-yard .results-spacer .img-wrapper:before, .new-on-yard div[data-search-result-detail] .img-wrapper:before {
    padding: 7.5px;
    bottom: -4px;
    left: 3px;
  }
}

.inventory-detail-wrapper .search-widget, .inventory-landing-wrapper .search-widget, .vehicle-search-results .search-widget {
  border-radius: 20px;
  color: #333;
  height: auto;
  padding: 0;
  margin-top: 40px;
  background-color: var(--yellow);
}
.inventory-detail-wrapper .search-widget .tab-wrapper .tab-nav, .inventory-landing-wrapper .search-widget .tab-wrapper .tab-nav, .vehicle-search-results .search-widget .tab-wrapper .tab-nav {
  display: flex;
  background-color: #333;
  border-radius: 10px 10px 0 0;
}
@media only screen and (max-width: 1224px) {
  .inventory-detail-wrapper .search-widget .tab-wrapper .tab-nav, .inventory-landing-wrapper .search-widget .tab-wrapper .tab-nav, .vehicle-search-results .search-widget .tab-wrapper .tab-nav {
    margin-bottom: 0;
  }
}
.inventory-detail-wrapper .search-widget .tab-wrapper .tab-nav .tab, .inventory-landing-wrapper .search-widget .tab-wrapper .tab-nav .tab, .vehicle-search-results .search-widget .tab-wrapper .tab-nav .tab {
  margin: 0;
  flex-basis: 0;
  flex-grow: 1;
  border: none;
  text-align: center;
  font-size: 14px;
  padding: 11px 30px;
  margin-top: -1px;
  border-left: 0.5px solid #9C9C9C;
  border-radius: 0;
}
.inventory-detail-wrapper .search-widget .tab-wrapper .tab-nav .tab:first-child, .inventory-landing-wrapper .search-widget .tab-wrapper .tab-nav .tab:first-child, .vehicle-search-results .search-widget .tab-wrapper .tab-nav .tab:first-child {
  border-left: none;
}
@media only screen and (max-width: 767px) {
  .inventory-detail-wrapper .search-widget .tab-wrapper .tab-nav .tab, .inventory-landing-wrapper .search-widget .tab-wrapper .tab-nav .tab, .vehicle-search-results .search-widget .tab-wrapper .tab-nav .tab {
    padding: 11px 10px;
  }
}
.inventory-detail-wrapper .search-widget .tab-wrapper .tab-nav .tab.active, .inventory-landing-wrapper .search-widget .tab-wrapper .tab-nav .tab.active, .vehicle-search-results .search-widget .tab-wrapper .tab-nav .tab.active {
  background-color: var(--yellow);
  border-radius: 10px 10px 0 0;
  color: #242424;
  border: none;
}
.inventory-detail-wrapper .search-widget .tab-wrapper .tab-nav .tab.active + .tab, .inventory-landing-wrapper .search-widget .tab-wrapper .tab-nav .tab.active + .tab, .vehicle-search-results .search-widget .tab-wrapper .tab-nav .tab.active + .tab {
  border-left: none;
}
.inventory-detail-wrapper .search-widget .tab-wrapper .tab-content, .inventory-landing-wrapper .search-widget .tab-wrapper .tab-content, .vehicle-search-results .search-widget .tab-wrapper .tab-content {
  background-color: var(--yellow);
  margin-top: 0;
  border: none;
  border-radius: 0 0 10px 10px;
}
.inventory-detail-wrapper .search-widget .tab-wrapper .tab-content .col-12, .inventory-landing-wrapper .search-widget .tab-wrapper .tab-content .col-12, .vehicle-search-results .search-widget .tab-wrapper .tab-content .col-12 {
  padding: 0 15px;
}
.inventory-detail-wrapper .search-widget .button, .inventory-landing-wrapper .search-widget .button, .vehicle-search-results .search-widget .button {
  background-color: #A62224;
}
.inventory-detail-wrapper .container-xs, .inventory-landing-wrapper .container-xs, .vehicle-search-results .container-xs {
  max-width: 470px;
}
.inventory-detail-wrapper .text-callout, .inventory-landing-wrapper .text-callout, .vehicle-search-results .text-callout {
  text-align: center;
  margin-top: 40px;
}
.inventory-detail-wrapper .text-callout h1, .inventory-landing-wrapper .text-callout h1, .vehicle-search-results .text-callout h1 {
  font-size: 48px;
  margin: 0 0 25px;
}
@media only screen and (max-width: 767px) {
  .inventory-detail-wrapper .text-callout h1, .inventory-landing-wrapper .text-callout h1, .vehicle-search-results .text-callout h1 {
    font-size: 32px;
  }
}
@media only screen and (max-width: 767px) {
  .inventory-detail-wrapper .text-callout hr, .inventory-landing-wrapper .text-callout hr, .vehicle-search-results .text-callout hr {
    max-width: 109px;
    margin: 20px auto;
  }
}
.inventory-detail-wrapper .text-callout p, .inventory-landing-wrapper .text-callout p, .vehicle-search-results .text-callout p {
  max-width: 300px;
  margin: 0 auto 10px;
}
.inventory-detail-wrapper .text-callout p strong, .inventory-landing-wrapper .text-callout p strong, .vehicle-search-results .text-callout p strong {
  font-size: 12px;
}
.inventory-detail-wrapper .bottom-content, .inventory-landing-wrapper .bottom-content, .vehicle-search-results .bottom-content {
  padding: 60px 0;
  margin-top: 80px;
}
@media only screen and (max-width: 767px) {
  .inventory-detail-wrapper .bottom-content, .inventory-landing-wrapper .bottom-content, .vehicle-search-results .bottom-content {
    padding: 40px 0;
    margin: 40px 15px;
    border-radius: 10px;
  }
  .inventory-detail-wrapper .bottom-content .slideshow-nav, .inventory-landing-wrapper .bottom-content .slideshow-nav, .vehicle-search-results .bottom-content .slideshow-nav {
    margin-bottom: 30px;
  }
  .inventory-detail-wrapper .bottom-content h2, .inventory-landing-wrapper .bottom-content h2, .vehicle-search-results .bottom-content h2 {
    font-size: 24px;
  }
  .inventory-detail-wrapper .bottom-content.bg-light, .inventory-landing-wrapper .bottom-content.bg-light, .vehicle-search-results .bottom-content.bg-light {
    background-color: transparent !important;
    margin: 40px 0;
  }
}
.inventory-detail-wrapper .bottom-content-wrapper, .inventory-landing-wrapper .bottom-content-wrapper, .vehicle-search-results .bottom-content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding-right: 40px;
}
.inventory-detail-wrapper .bottom-content-wrapper h2, .inventory-landing-wrapper .bottom-content-wrapper h2, .vehicle-search-results .bottom-content-wrapper h2 {
  font-size: 32px;
  margin: 0 0 20px;
}
@media only screen and (max-width: 767px) {
  .inventory-detail-wrapper .bottom-content-wrapper h2, .inventory-landing-wrapper .bottom-content-wrapper h2, .vehicle-search-results .bottom-content-wrapper h2 {
    font-size: 24px;
  }
}
.inventory-detail-wrapper .bottom-content-wrapper p, .inventory-landing-wrapper .bottom-content-wrapper p, .vehicle-search-results .bottom-content-wrapper p {
  font-size: 16px;
  margin: 0 0 20px;
}
.inventory-detail-wrapper .inventory-callouts ul, .inventory-landing-wrapper .inventory-callouts ul, .vehicle-search-results .inventory-callouts ul {
  display: grid;
  list-style: none;
  padding: 0;
  gap: 20px;
  grid-template-columns: 1fr 1fr;
}
.inventory-detail-wrapper .inventory-callouts li, .inventory-landing-wrapper .inventory-callouts li, .vehicle-search-results .inventory-callouts li {
  background-color: #A62224;
  text-align: center;
  border-radius: 5px;
  flex-basis: 0;
  flex-grow: 1;
}
.inventory-detail-wrapper .inventory-callouts li a, .inventory-landing-wrapper .inventory-callouts li a, .vehicle-search-results .inventory-callouts li a {
  color: white;
  text-transform: uppercase;
  font-size: 18px;
  font-family: "Oswald";
  font-weight: 400;
  padding: 20px 0;
  display: block;
}
.inventory-detail-wrapper .inventory-callouts li img, .inventory-landing-wrapper .inventory-callouts li img, .vehicle-search-results .inventory-callouts li img {
  display: block;
  margin: 0 auto 10px;
  height: 32px;
}

.inventory-search-results {
  margin: 20px 0 0;
}
.inventory-search-results h1 {
  font-size: 48px;
}
@media only screen and (max-width: 767px) {
  .inventory-search-results h1 {
    font-size: 32px;
  }
}
.inventory-search-results h1 strong {
  display: block;
  padding-top: 10px;
}
@media only screen and (max-width: 767px) {
  .inventory-search-results h2 {
    font-size: 24px !important;
  }
}
.inventory-search-results .info-tooltip {
  display: inline-block;
  position: relative;
  top: -9px;
  left: 40px;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .inventory-search-results .info-tooltip {
    position: absolute;
    top: 21px;
    left: initial;
    right: 20px;
  }
}
.inventory-search-results .info-tooltip .tooltip {
  transition: opacity 0.2s ease-in-out;
  opacity: 0;
  background: #E6E6E6;
  width: 360px;
  border-radius: 10px;
  padding: 20px 15px;
  box-shadow: #333 10px 2px;
  box-shadow: #777 1px 1px 8px;
  top: 40px;
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  .inventory-search-results .info-tooltip .tooltip {
    right: 0;
  }
  .inventory-search-results .info-tooltip .tooltip p {
    font-size: 14px;
  }
}
@media only screen and (max-width: 400px) {
  .inventory-search-results .info-tooltip .tooltip {
    width: 300px;
  }
}
.inventory-search-results .info-tooltip.active .tooltip {
  opacity: 1;
  z-index: 999;
}
.inventory-search-results p em {
  font-size: 12px;
}
.inventory-search-results hr {
  max-width: 109px;
  margin: 15px auto;
}
@media only screen and (max-width: 767px) {
  .inventory-search-results .results-spacer {
    padding: 0;
  }
}
.inventory-search-results .inventory-search {
  max-width: 868px;
  margin: 10px auto 0;
}
@media only screen and (max-width: 767px) {
  .inventory-search-results .inventory-search {
    margin: 10px 10px 0;
  }
}
.inventory-search-results .inventory-search .search-wrapper {
  border-radius: 10px;
  background-color: var(--yellow);
  color: #242424;
}
.inventory-search-results .inventory-search .search-wrapper h2 {
  font-size: 32px;
  margin: 20px 0;
}
@media only screen and (max-width: 767px) {
  .inventory-search-results .inventory-search .search-wrapper h2 {
    font-size: 24px;
    margin: 20px 0 15px;
  }
}
.inventory-search-results .inventory-search .search-wrapper h4 {
  font-size: 12px;
  font-family: "Open Sans";
  margin: 15px 0 2px 16px;
}
.inventory-search-results .inventory-search .search-wrapper .button {
  width: 100%;
  margin: 20px 0;
  background-color: #A62224;
  color: #fff;
}
.inventory-search-results .inventory-search .search-footer {
  margin-top: 40px;
}
.inventory-search-results .inventory-search .search-footer .share-nav {
  width: 100%;
}
.inventory-search-results .inventory-search .search-footer .share-nav ul {
  display: flex;
  gap: 20px;
  margin: 0;
  padding: 0;
}
.inventory-search-results .inventory-search .search-footer .share-nav li {
  width: 50%;
  margin: 0;
}
.inventory-search-results .inventory-search .search-footer .share-nav a {
  border-radius: 5px;
  border: 1px solid #A62224;
  padding: 8px;
  width: 100%;
  display: block;
  text-align: center;
}
.inventory-search-results .inventory-search .search-footer .share-nav a .share-icon, .inventory-search-results .inventory-search .search-footer .share-nav a .email-icon {
  position: relative;
  top: 3px;
}
.inventory-search-results .inventory-search p {
  font-family: "Open Sans";
  font-size: 10px;
}
.inventory-search-results .inventory-search .tooltip p {
  font-size: 16px;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .inventory-search-results .inventory-search .tooltip p {
    font-size: 14px;
  }
}
.inventory-search-results .search-results {
  margin-top: 40px;
  margin-right: -15px;
  margin-left: -15px;
}
.inventory-search-results .search-results[data-search-result=interchangePartSearch] .sort-control {
  margin-top: 16px;
}
@media only screen and (max-width: 767px) {
  .inventory-search-results .search-results[data-search-result=interchangePartSearch] .sort-control {
    margin-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .inventory-search-results .search-results {
    margin-top: 25px;
    margin-right: 25px;
    margin-left: 25px;
  }
  .inventory-search-results .search-results.row {
    margin-right: 0;
    margin-left: 0;
  }
  .inventory-search-results .search-results.row .col-md-4 {
    padding: 0;
  }
}
.inventory-search-results .search-results .col-md-4 {
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 40px;
}
.inventory-search-results .search-results hr {
  width: 100%;
  max-width: none;
  margin-top: 20px;
  margin-bottom: 30px;
}
.inventory-search-results .search-results h2 {
  font-size: 32px;
}
.inventory-search-results .search-results .row {
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .inventory-search-results .search-results .row {
    margin-bottom: 0;
  }
}
.inventory-search-results .search-results .search-result {
  border-radius: 11.724px;
  background: #E6E6E6;
  padding: 20px;
  margin-bottom: 40px;
  height: 100%;
  padding-bottom: 0;
}
.inventory-search-results .search-results .search-result .result-top {
  overflow: hidden;
  text-transform: uppercase;
}
.inventory-search-results .search-results .search-result .result-top a {
  text-transform: none;
}
.inventory-search-results .search-results .search-result .result-top span {
  margin-bottom: 7px;
  display: block;
}
.inventory-search-results .search-results .search-result .result-top .d-flex {
  justify-content: space-between;
}
.inventory-search-results .search-results .search-result > .row {
  clear: both;
}
.inventory-search-results .search-results .search-result .image-wrapper {
  cursor: pointer;
  position: relative;
  height: 110px;
  width: 110px;
  display: block;
  float: left;
  margin-right: 20px;
}
.inventory-search-results .search-results .search-result .image-wrapper:before {
  content: url("/img/zoom-icon.svg");
  display: block;
  height: 28px;
  width: 28px;
  position: absolute;
  bottom: 6px;
  left: 5px;
  z-index: 1;
  text-align: center;
}
.inventory-search-results .search-results .search-result img {
  max-width: 110px;
  float: left;
  border-radius: 5.862px;
  margin-right: 20px;
}
.inventory-search-results .search-results .search-result h3 {
  margin: 0 0 5px;
  font-size: 28px;
  font-weight: 400;
}
@media only screen and (max-width: 767px) {
  .inventory-search-results .search-results .search-result h3 {
    font-size: 24px;
  }
}
.inventory-search-results .search-results .search-result ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.inventory-search-results .search-results .search-result .result-bottom {
  margin-top: 20px;
  margin-bottom: 0;
}
.inventory-search-results .search-results .search-result .result-bottom li {
  line-height: 26.771px;
}
.inventory-search-results .search-results .parts-guide {
  margin-right: -10px;
  margin-left: -10px;
}
.inventory-search-results .search-results .parts-guide .col-md-4 {
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 20px;
}
.inventory-search-results .search-results .parts-guide .search-result {
  display: flex;
  align-items: center;
  padding: 15px;
}
.inventory-search-results .search-results .parts-guide .search-result h4 {
  font-size: 24px;
  padding: 0 15px;
}
.inventory-search-results .search-results .parts-guide .search-result span {
  border-left: 1px solid #000;
  display: block;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  padding: 5px 0 5px 15px;
}
.inventory-search-results .search-results .parts-guide .search-result h4, .inventory-search-results .search-results .parts-guide .search-result span {
  width: 50%;
}
.inventory-search-results .bottom-content {
  padding: 60px 0;
}
@media only screen and (max-width: 767px) {
  .inventory-search-results .bottom-content {
    margin: 0 20px 40px;
    border-radius: 10px;
    padding: 40px 0;
  }
}
.inventory-search-results .bottom-content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding-right: 40px;
}
@media only screen and (max-width: 767px) {
  .inventory-search-results .bottom-content-wrapper {
    text-align: center;
    padding-right: 0;
  }
}
.inventory-search-results .bottom-content-wrapper h2 {
  font-size: 32px;
  margin: 0 0 20px;
}
@media only screen and (max-width: 767px) {
  .inventory-search-results .bottom-content-wrapper h2 {
    font-size: 24px;
  }
}
.inventory-search-results .bottom-content-wrapper p {
  font-size: 16px;
  margin: 0 0 20px;
}
.inventory-search-results .bottom-content-wrapper em {
  font-size: 14px;
}
.inventory-search-results .inventory-callouts ul {
  display: grid;
  list-style: none;
  padding: 0;
  gap: 20px;
  grid-template-columns: 1fr 1fr;
}
.inventory-search-results .inventory-callouts li {
  background-color: #A62224;
  text-align: center;
  border-radius: 5px;
  flex-basis: 0;
  flex-grow: 1;
}
.inventory-search-results .inventory-callouts li a {
  color: white;
  text-transform: uppercase;
  font-size: 18px;
  font-family: "Oswald";
  font-weight: 400;
  padding: 20px 0;
  display: block;
}
.inventory-search-results .inventory-callouts li img {
  display: block;
  margin: 0 auto 10px;
  height: 32px;
}
.inventory-search-results .vehicle-search-results {
  max-width: none;
}
.inventory-search-results .vehicle-search-results .search-widget {
  margin-top: 0;
}
@media only screen and (max-width: 767px) {
  .inventory-search-results .vehicle-search-results .search-widget {
    margin-bottom: 40px;
  }
}
.inventory-search-results .vehicle-search-results .no-results {
  margin-bottom: 40px;
  text-align: left;
}
.inventory-search-results .vehicle-search-results .inventory-search-results {
  margin-right: -15px;
  margin-left: -15px;
}
.inventory-search-results .vehicle-search-results .inventory-search-results .col-md-4 {
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 20px;
}
.inventory-search-results .vehicle-search-results .inventory-search-results hr {
  width: 100%;
  max-width: none;
  margin-top: 20px;
  margin-bottom: 30px;
}
.inventory-search-results .vehicle-search-results .inventory-search-results h2 {
  font-size: 32px;
  margin: 0;
  display: inline-block;
}
.inventory-search-results .vehicle-search-results .inventory-search-results h4 {
  font-size: 32px;
  margin: 0;
}
.inventory-search-results .vehicle-search-results .inventory-search-results .row {
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .inventory-search-results .vehicle-search-results .inventory-search-results .row {
    margin-bottom: 0;
  }
}
.inventory-search-results .vehicle-search-results .inventory-search-results .search-results-exact, .inventory-search-results .vehicle-search-results .inventory-search-results .search-results-other {
  margin-left: -10px;
  margin-right: -10px;
}
.inventory-search-results .vehicle-search-results .inventory-search-results .search-results-exact > .col-md-6, .inventory-search-results .vehicle-search-results .inventory-search-results .search-results-other > .col-md-6 {
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .inventory-search-results .vehicle-search-results .inventory-search-results .search-results-exact > .col-md-6, .inventory-search-results .vehicle-search-results .inventory-search-results .search-results-other > .col-md-6 {
    margin-bottom: 20px;
  }
}
.inventory-search-results .vehicle-search-results .inventory-search-results .search-result {
  border-radius: 11.724px;
  background: #E6E6E6;
  padding: 20px 20px 0;
  margin-bottom: 40px;
  height: 100%;
}
@media only screen and (max-width: 767px) {
  .inventory-search-results .vehicle-search-results .inventory-search-results .search-result {
    margin-bottom: 20px;
  }
}
.inventory-search-results .vehicle-search-results .inventory-search-results .search-result .result-top {
  overflow: hidden;
  text-transform: uppercase;
}
.inventory-search-results .vehicle-search-results .inventory-search-results .search-result .result-top a {
  text-transform: none;
}
@media only screen and (max-width: 767px) {
  .inventory-search-results .vehicle-search-results .inventory-search-results .search-result .result-top a {
    font-size: 14px;
  }
}
.inventory-search-results .vehicle-search-results .inventory-search-results .search-result .result-top span {
  margin-bottom: 7px;
  display: block;
}
@media only screen and (max-width: 767px) {
  .inventory-search-results .vehicle-search-results .inventory-search-results .search-result .result-top span {
    font-size: 13px;
    margin-bottom: 5px;
  }
}
.inventory-search-results .vehicle-search-results .inventory-search-results .search-result .result-top .d-flex {
  justify-content: space-between;
}
.inventory-search-results .vehicle-search-results .inventory-search-results .search-result .result-top div:not(.image-wrapper) {
  overflow: hidden;
}
.inventory-search-results .vehicle-search-results .inventory-search-results .search-result > .row {
  clear: both;
}
.inventory-search-results .vehicle-search-results .inventory-search-results .search-result .image-wrapper {
  cursor: pointer;
  position: relative;
  height: 110px;
  width: 110px;
  display: block;
  float: left;
  margin-right: 20px;
}
@media only screen and (max-width: 767px) {
  .inventory-search-results .vehicle-search-results .inventory-search-results .search-result .image-wrapper {
    height: 94px;
    width: 94px;
    margin-right: 35px;
  }
}
.inventory-search-results .vehicle-search-results .inventory-search-results .search-result .image-wrapper:before {
  content: url("/img/zoom-icon.svg");
  display: block;
  height: 28px;
  width: 28px;
  position: absolute;
  bottom: 6px;
  left: 5px;
  z-index: 1;
  text-align: center;
}
.inventory-search-results .vehicle-search-results .inventory-search-results .search-result img {
  max-width: 110px;
  float: left;
  border-radius: 5.862px;
  margin-right: 20px;
}
.inventory-search-results .vehicle-search-results .inventory-search-results .search-result h3 {
  margin: 0 0 5px;
  font-size: 28px;
  font-weight: 400;
}
@media only screen and (max-width: 767px) {
  .inventory-search-results .vehicle-search-results .inventory-search-results .search-result h3 {
    font-size: 24px;
  }
}
.inventory-search-results .vehicle-search-results .inventory-search-results .search-result ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.inventory-search-results .vehicle-search-results .inventory-search-results .search-result .result-bottom {
  margin-top: 20px;
  margin-bottom: 0;
}
.inventory-search-results .vehicle-search-results .inventory-search-results .search-result .result-bottom .col-6 {
  padding: 0 15px;
}
.inventory-search-results .vehicle-search-results .inventory-search-results .search-result .result-bottom li {
  line-height: 26.771px;
  word-break: break-word;
}
.inventory-search-results .vehicle-search-results .inventory-search-results .search-result .result-bottom p {
  font-size: 16px;
}
@media only screen and (max-width: 767px) {
  .inventory-search-results .vehicle-search-results .inventory-search-results .search-result .result-bottom p {
    font-size: 14px;
  }
}
.inventory-search-results .no-results-banner {
  border-radius: 10px;
  background: #FFF4BE;
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 20px 15px 25px 15px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 1224px) {
  .inventory-search-results .no-results-banner > [class^=col-md-] {
    width: 100%;
  }
}
.inventory-search-results .no-results-banner .no-results-icon {
  flex: 0 0 auto;
  margin-right: 8px;
  line-height: 1;
}
.inventory-search-results .no-results-banner .no-results-subtext {
  display: block;
  color: #000;
  font-family: "Open Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
}
.inventory-search-results .no-results-banner .no-results-text {
  color: #333;
  font-family: "Oswald", Arial;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  margin: 0 0 15px;
  font-size: 24px;
}
.inventory-search-results .no-results-banner .notify-me-button {
  width: calc(100% - 30px);
  margin-right: 30px;
  margin-top: 20px;
  color: #FFF;
  text-align: center;
  font-family: "Oswald", Arial;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #a62224;
  padding: 10px;
}
.inventory-search-results .no-results-banner .notify-me-button img {
  margin-right: 10px;
  max-width: 30px;
}
@media only screen and (max-width: 1224px) {
  .inventory-search-results .no-results-banner {
    display: block;
  }
  .inventory-search-results .no-results-banner .notify-me-button {
    margin-top: 30px;
    width: 100%;
  }
}

.inventory-landing-wrapper .inventoryslideshow {
  border-radius: 10px;
}
.inventory-landing-wrapper .inventoryslideshow img {
  width: 100%;
}
.inventory-landing-wrapper .carousel-callout {
  align-items: center;
}
.inventory-landing-wrapper .carousel-callout h2 {
  font-size: 32px;
  font-weight: 400;
  line-height: 38px;
  margin: 0 0 15px;
}
.inventory-landing-wrapper .slideshow-nav {
  margin: 20px auto 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.inventory-landing-wrapper .slideshow-nav .slick-arrow {
  position: relative;
  transform: none;
  left: 0;
  right: 0;
  width: auto;
  height: auto;
}
.inventory-landing-wrapper .slideshow-nav .slick-arrow:before {
  content: none;
}
.inventory-landing-wrapper .slideshow-nav .slick-dots {
  position: relative;
  bottom: 0;
  width: auto;
  display: flex;
  gap: 10px;
}
.inventory-landing-wrapper .slideshow-nav .slick-dots li {
  width: 25px;
  height: 6px;
  margin: 0;
}
.inventory-landing-wrapper .slideshow-nav .slick-dots li button:before {
  width: 100%;
  height: 100%;
  content: "";
  opacity: 1;
  background-color: #E1E1E1;
}
.inventory-landing-wrapper .slideshow-nav .slick-dots li.slick-active {
  width: 50px;
}
.inventory-landing-wrapper .slideshow-nav .slick-dots li.slick-active button:before {
  background-color: #A62224;
}

.result-section-title {
  display: inline-flex;
}
@media only screen and (max-width: 767px) {
  .result-section-title {
    margin-right: 40px;
  }
}

.sort-control {
  display: inline-flex;
  margin-left: 12px;
  position: relative;
  float: right;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 20px;
}
.sort-control .reset-link {
  display: none;
}
@media only screen and (max-width: 767px) {
  .sort-control {
    width: 100%;
    margin-bottom: 20px;
  }
  .sort-control .custom-btn-wrapper {
    width: 100%;
  }
  .sort-control .sort-toggle {
    left: 100px;
  }
  .sort-control .sort-main {
    width: 100%;
  }
}
@media only screen and (max-width: 400px) {
  .sort-control .sort-toggle {
    left: 60px;
  }
}

.custom-btn {
  border-radius: 5px;
  border: 1px solid #A62224;
  text-align: center;
  background-color: transparent;
  color: #A62224;
  font-family: "Open Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
  display: flex;
  width: 313px;
  padding: 10px 0px 10px 35px;
  justify-content: center;
  align-items: center;
  gap: 14.16px;
}
@media only screen and (max-width: 1220px) {
  .custom-btn {
    width: 200px;
  }
}

.custom-link {
  color: #A62224;
  font-family: "Open Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  background-color: transparent;
  outline: none;
  border: none;
  text-transform: capitalize;
}

.sort-toggle {
  background-color: transparent;
  z-index: 998;
  position: absolute;
  left: 80px;
  top: 4px;
}
@media only screen and (max-width: 1220px) {
  .sort-toggle {
    left: 20px;
  }
}

.custom-btn-wrapper {
  display: inline;
  position: relative;
}

.sort-menu {
  border-radius: 5px;
  border: 1px solid #333;
  background: #E6E6E6;
  display: flex;
  width: 100%;
  padding-bottom: 20px;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  padding: 10px 0;
  list-style: none;
  margin: 0;
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 200px;
  display: none;
  z-index: 1000;
}
.sort-menu li {
  text-align: center;
  padding: 10px 0;
  display: flex;
  justify-content: center;
}
.sort-menu li a {
  color: #303030;
}
.sort-menu li a:hover {
  color: #A62224;
  text-decoration: none;
}
.sort-menu li.active a {
  color: #A62224;
  text-decoration: underline;
}

.inventory-search-sidebar.fixed {
  position: sticky;
  top: 120px;
  max-width: 410px;
}

.alert-banner {
  background-color: #fef3e7;
  border-top: 3px solid #d35400;
  border-bottom: 1px solid #f0d9c4;
  padding: 20px 15px;
  text-align: center;
}
.alert-banner p {
  margin-bottom: 0;
  padding-bottom: 0;
}

.locations-contact .address span {
  display: block;
}

.location-detail-page .container.bg-white {
  padding-top: 40px;
}
.location-detail-page h3 {
  font-size: 24px;
}
.location-detail-page .mobile-page-header {
  width: 100%;
}
@media only screen and (max-width: 1225px) {
  .location-detail-page .mobile-page-header.mobile-only {
    display: inline-block;
  }
}
@media only screen and (max-width: 1224px) {
  .location-detail-page .location-page-header.desktop-only {
    display: none;
  }
}
@media only screen and (max-width: 1224px) {
  .location-detail-page .location-page-header {
    text-align: center;
  }
  .location-detail-page .location-page-header hr.mobile-only {
    display: block;
    max-width: 109px;
    margin: 20px auto;
  }
}
.location-detail-page .location-page-header h2 {
  font-size: 48px;
  line-height: normal;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .location-detail-page .location-page-header h2 {
    font-size: 32px;
  }
}
.location-detail-page .location-page-header strong {
  display: block;
}
.location-detail-page .locationslideshow {
  margin-top: 40px;
  border-radius: 10px;
}
.location-detail-page .locationslideshow .slide-wrapper {
  position: relative;
}
.location-detail-page .locationslideshow .slide-wrapper .content-overlay {
  position: absolute;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 38.17%, rgba(0, 0, 0, 0.33) 58.83%);
  width: 100%;
  height: 100%;
  z-index: 99;
  top: 0;
  left: 0;
  display: flex;
  align-items: end;
}
.location-detail-page .locationslideshow .slide-wrapper .content-overlay .content {
  color: white;
  padding: 20px;
}
.location-detail-page .locationslideshow .slide-wrapper .content-overlay .content h2 {
  font-size: 36px;
  font-weight: 400;
  line-height: 1;
  margin: 0 0 15px;
}
@media only screen and (max-width: 767px) {
  .location-detail-page .locationslideshow .slide-wrapper .content-overlay .content h2 {
    font-size: 24px;
    margin: 0 0 10px;
  }
}
.location-detail-page .locationslideshow .slide-wrapper .content-overlay .content p {
  font-size: 20px;
  font-weight: 400;
  line-height: normal;
  margin: 0 0 20px;
}
@media only screen and (max-width: 767px) {
  .location-detail-page .locationslideshow .slide-wrapper .content-overlay .content p {
    font-size: 16px;
    margin: 0 0 10px;
  }
}
.location-detail-page .slideshow-nav {
  margin: 20px auto 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.location-detail-page .slideshow-nav .slick-arrow {
  position: relative;
  transform: none;
  left: 0;
  right: 0;
  width: auto;
  height: auto;
}
.location-detail-page .slideshow-nav .slick-arrow:before {
  content: none;
}
.location-detail-page .slideshow-nav .slick-dots {
  position: relative;
  bottom: 0;
  width: auto;
  display: flex;
  gap: 10px;
}
.location-detail-page .slideshow-nav .slick-dots li {
  width: 25px;
  height: 6px;
  margin: 0;
}
.location-detail-page .slideshow-nav .slick-dots li button:before {
  width: 100%;
  height: 100%;
  content: "";
  opacity: 1;
  background-color: #E1E1E1;
}
.location-detail-page .slideshow-nav .slick-dots li.slick-active {
  width: 50px;
}
.location-detail-page .slideshow-nav .slick-dots li.slick-active button:before {
  background-color: #A62224;
}
.location-detail-page .location-callouts ul {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 40px 0 0;
  gap: 18px;
}
@media only screen and (max-width: 767px) {
  .location-detail-page .location-callouts ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
.location-detail-page .location-callouts li {
  background-color: #A62224;
  text-align: center;
  border-radius: 5px;
  flex-basis: 0;
  flex-grow: 1;
  transition: all 0.2s ease-in-out;
}
.location-detail-page .location-callouts li:hover {
  background-color: #B22F30;
}
.location-detail-page .location-callouts li a {
  color: white;
  text-transform: uppercase;
  font-size: 18px;
  font-family: "Oswald";
  font-weight: 400;
  padding: 20px 10px;
  display: block;
}
.location-detail-page .location-callouts li img {
  display: block;
  margin: 0 auto 10px;
  height: 32px;
}
@media only screen and (max-width: 1224px) {
  .location-detail-page .mobile-flex {
    display: flex;
    flex-direction: column-reverse;
  }
}
.location-detail-page .search-widget {
  background-color: #E6E6E6;
  border-radius: 20px;
  color: #333;
  padding: 45px 50px;
}
@media only screen and (max-width: 767px) {
  .location-detail-page .search-widget {
    background-color: transparent;
    padding: 0;
  }
}
.location-detail-page .search-widget.bg-yellow .tab-wrapper .tab-nav-mobile .tab.active {
  background-color: var(--yellow);
}
.location-detail-page .search-widget.bg-yellow .tab-wrapper .tab-widget .tab-content-mobile {
  background-color: var(--yellow);
}
.location-detail-page .search-widget .search-title {
  text-shadow: none;
  font-size: 32px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .location-detail-page .search-widget .search-title {
    font-size: 24px;
    margin: 0 0 15px;
  }
}
.location-detail-page .search-widget .search-subtitle {
  text-transform: none;
  font-size: 16px !important;
  font-family: "Open Sans";
  padding: 0 50px;
}
.location-detail-page .search-widget .search-title-row em {
  font-size: 12px;
  font-family: "Open Sans";
  margin-top: 10px;
  display: block;
}
.location-detail-page .search-widget .tab-wrapper .tab-nav-mobile {
  display: flex;
  background-color: #333;
  border-radius: 10px 10px 0 0;
}
.location-detail-page .search-widget .tab-wrapper .tab-nav-mobile .tab {
  margin: 0;
  flex-basis: 0;
  flex-grow: 1;
  border: none;
  text-align: center;
  font-size: 14px;
  padding: 11px 25px;
  border-left: 0.5px solid #9C9C9C;
  border-radius: 0;
}
.location-detail-page .search-widget .tab-wrapper .tab-nav-mobile .tab:first-child {
  border-left: none;
}
@media only screen and (max-width: 1825px) {
  .location-detail-page .search-widget .tab-wrapper .tab-nav-mobile .tab {
    padding: 11px;
  }
}
@media only screen and (max-width: 767px) {
  .location-detail-page .search-widget .tab-wrapper .tab-nav-mobile .tab {
    padding: 11px 15px;
  }
}
.location-detail-page .search-widget .tab-wrapper .tab-nav-mobile .tab.active {
  background-color: var(--yellow);
  border-radius: 10px 10px 0 0;
  color: #242424;
  border: none;
}
.location-detail-page .search-widget .tab-wrapper .tab-nav-mobile .tab.active + .tab {
  border-left: none;
}
.location-detail-page .search-widget .tab-wrapper .tab-widget .tab-content-mobile {
  background-color: var(--yellow);
  margin-top: 0;
  border: none;
  border-radius: 0 0 10px 10px;
}
.location-detail-page .search-widget .button {
  background-color: #A62224;
}
.location-detail-page .yard-info-header {
  margin: 80px 0 30px;
}
@media only screen and (max-width: 767px) {
  .location-detail-page .yard-info-header {
    margin: 40px 0 30px;
  }
}
.location-detail-page .yard-info-header h2 {
  font-size: 32px;
  margin: 0 0 20px;
}
@media only screen and (max-width: 767px) {
  .location-detail-page .yard-info-header h2 {
    font-size: 24px;
  }
}
.location-detail-page .yard-info-header p {
  margin: 0;
}
.location-detail-page .yard-info-header hr {
  max-width: 426px;
  margin: 20px auto 0;
}
@media only screen and (max-width: 767px) {
  .location-detail-page .yard-info-header hr {
    max-width: 109px;
  }
}
.location-detail-page .locations-contact {
  padding: 0;
}
@media only screen and (max-width: 767px) {
  .location-detail-page .locations-contact {
    margin-bottom: 40px;
  }
}
.location-detail-page .locations-contact img {
  margin-bottom: 10px;
}
.location-detail-page .locations-contact iframe {
  margin: 0 0 10px;
  max-width: 100%;
}
@media only screen and (max-width: 767px) {
  .location-detail-page .locations-contact iframe {
    height: 300px;
  }
}
.location-detail-page .yard-map {
  border-radius: 10px;
  border: 1px solid #E6E6E6;
  padding: 20px;
}
.location-detail-page .location-info {
  margin: 50px 0 90px;
}
@media only screen and (max-width: 767px) {
  .location-detail-page .location-info {
    margin: 40px 0 20px;
  }
}
.location-detail-page .location-info .location-info-item {
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .location-detail-page .location-info .location-info-item {
    margin-bottom: 20px;
  }
}
.location-detail-page .bottom-content {
  margin: 0 auto 80px;
  float: none;
}
.location-detail-page .bottom-content img {
  margin: 0 auto;
}
.location-detail-page .landing-callouts#accordionList {
  text-align: left;
  margin-bottom: 70px;
}
.location-detail-page .landing-callouts#accordionList h2 {
  font-size: 32px;
  line-height: normal;
  margin: 0 0 30px;
}
@media only screen and (max-width: 767px) {
  .location-detail-page .landing-callouts#accordionList h2 {
    font-size: 24px;
  }
}
.location-detail-page .landing-callouts#accordionList h4 {
  font-size: 24px;
  margin: 20px 0;
}
.location-detail-page .landing-callouts#accordionList ul {
  list-style: none;
  margin: 0 0 20px;
  left: 0;
}

.quick-links {
  flex-wrap: wrap;
  list-style: none;
  justify-content: space-between;
  padding: 0 0 20px;
  row-gap: 20px;
}
@media only screen and (min-width: 767px) {
  .quick-links {
    display: flex;
  }
}
.quick-links li {
  width: 24%;
  background-color: var(--yellow);
  padding: 48px;
  height: 170px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  text-align: center;
  font-family: "Oswald", "Arial";
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 700;
  color: #000;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.3);
  margin-right: 0;
}
.quick-links li a {
  color: #000;
  font-weight: 700;
}

.blog-landing .read-more {
  background-color: #000;
  color: #fff;
  font-weight: 300;
  padding: 11px 20px;
  border-radius: 20px;
  line-height: 1;
  margin: 10px auto 0;
  font-size: 22px;
  display: inline-block;
}

.post-list {
  margin-top: 20px;
}
.post-list .post-detail {
  background-color: #F5F5F5;
  padding: 0;
  margin: 10px 0;
}
@media only screen and (min-width: 767px) {
  .post-list .post-detail {
    padding: 40px;
  }
}
.post-list .post-detail .post-header a {
  color: #000;
}
.post-list .post-detail .post-header span {
  font-family: "Oswald", "Arial";
  font-size: 18px;
  font-weight: lighter;
}
.post-list .post-detail .post-header h3 {
  display: inline-block;
  font-family: "Oswald", "Arial";
  text-transform: uppercase;
  font-size: 18px;
  margin-left: 20px;
}
.post-list .post-detail .button {
  width: auto;
  padding: 5px 15px;
  display: inline-block;
}

.in-the-news .post-list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.in-the-news .post-list .post-detail {
  width: calc(25% - 20px);
  padding: 0;
  margin: 0;
}
.in-the-news .post-list .post-detail .image {
  height: 170px;
  overflow: hidden;
}
.in-the-news .post-list .post-detail .image img {
  max-width: 100%;
}
.in-the-news .post-list .post-detail .post-summary {
  padding: 10px;
}
.in-the-news .post-list .post-detail .post-summary h3 {
  margin: 0 0 5px;
}
.in-the-news .post-list .post-detail .post-summary span {
  font-weight: 400;
}
.in-the-news .post-list .post-detail .post-summary a {
  color: #000;
}

@media only screen and (min-width: 767px) {
  .blog-detail-pages .post-detail {
    display: flex;
    padding: 0;
  }
}
.blog-detail-pages .post-detail h3 {
  margin-top: 0;
}
.blog-detail-pages .post-detail .image-wrapper {
  height: 200px;
}
@media only screen and (min-width: 767px) {
  .blog-detail-pages .post-detail .image-wrapper {
    width: 25%;
    height: auto;
  }
}
.blog-detail-pages .post-detail .image-wrapper .image {
  margin: 0;
  float: none;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}
.blog-detail-pages .post-detail .post-summary {
  padding: 30px 20px;
}
@media only screen and (min-width: 767px) {
  .blog-detail-pages .post-detail .post-summary {
    width: 75%;
    padding: 40px;
  }
}
.blog-detail-pages .post-detail .post-summary span {
  font-weight: normal;
}
.blog-detail-pages .post-detail .post-summary p {
  margin: 0;
}
.blog-detail-pages .post-detail .post-summary .button {
  margin-top: 20px;
}
.blog-detail-pages #blogLoadMoreItems {
  background-color: #000;
  color: #fff;
  font-weight: 300;
  padding: 11px 20px;
  border-radius: 20px;
  line-height: 1;
  margin: 10px auto 0;
  font-size: 22px;
  display: inline-block;
  width: auto;
  text-transform: none;
}

.blog-detail .image {
  margin-bottom: 20px;
}

.junk-my-car .popular-makes, .sell-your-junk-car .popular-makes {
  display: none;
}
@media (max-width: 768px) {
  .junk-my-car .location-detail-wrapper, .sell-your-junk-car .location-detail-wrapper {
    display: flex;
    flex-direction: column-reverse;
  }
}
@media (max-width: 768px) {
  .junk-my-car .location-detail-features, .sell-your-junk-car .location-detail-features {
    display: flex;
    flex-direction: column;
  }
  .junk-my-car .location-detail-features .flex-mobile, .sell-your-junk-car .location-detail-features .flex-mobile {
    order: 2;
  }
  .junk-my-car .location-detail-features .flex-mobile.icon-row-list-container, .sell-your-junk-car .location-detail-features .flex-mobile.icon-row-list-container {
    order: 1;
  }
  .junk-my-car .location-detail-features .flex-mobile.icon-row-list-container img, .sell-your-junk-car .location-detail-features .flex-mobile.icon-row-list-container img {
    max-width: 150px;
  }
}

.sell-my-car .failed-step .subtitle a {
  color: #fff;
  text-decoration: underline;
}
.sell-my-car .failed-step .phone-number a {
  color: #fff;
  text-decoration: underline;
}
.sell-my-car .failed-step .title {
  line-height: 1.3;
}
@media (max-width: 768px) {
  .sell-my-car .location-detail-wrapper {
    display: flex;
    flex-direction: column-reverse;
  }
}
@media (max-width: 768px) {
  .sell-my-car .location-detail-features {
    display: flex;
    flex-direction: column;
  }
  .sell-my-car .location-detail-features .flex-mobile {
    order: 2;
  }
  .sell-my-car .location-detail-features .flex-mobile.icon-row-list-container {
    order: 1;
  }
  .sell-my-car .location-detail-features .flex-mobile.icon-row-list-container img {
    max-width: 150px;
  }
}

#accordionList {
  border-radius: 1.25rem;
  background: #E6E6E6;
  text-align: center;
  display: flex;
  padding: 3.125rem 3.25rem 3.125rem 3.1875rem;
  justify-content: center;
  align-items: center;
  margin-bottom: 3.125rem;
}
#accordionList blockquote {
  text-align: left;
  color: #333;
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 1.6875rem */
  text-transform: uppercase;
  border-radius: 0.625rem;
  background: #FFF;
}
#accordionList blockquote h3 {
  margin-top: 10px;
}
#accordionList blockquote h3 p {
  font-family: "Open Sans";
}
#accordionList blockquote h3 a {
  display: block;
  font-size: 18px;
  line-height: 24px;
  font-family: "Open Sans";
  font-weight: 600;
}
#accordionList blockquote h3 a:before {
  content: "";
  margin-right: 0;
}
#accordionList blockquote h3 a .fa-chevron-down {
  float: right;
}
#accordionList blockquote .article-container {
  margin-right: 5px;
}

@media (max-width: 768px) {
  .sell-my-car-v2 .sell-my-junk-car {
    margin: 0 10px;
  }
}
.sell-my-car-v2 .page-header {
  margin: 40px 0;
}
@media (max-width: 768px) {
  .sell-my-car-v2 .page-header {
    margin-bottom: 0;
  }
}
.sell-my-car-v2 .page-header .d-flex {
  margin: 0 !important;
}
@media (max-width: 768px) {
  .sell-my-car-v2 .page-header .d-flex {
    flex-direction: column;
    text-align: center;
  }
  .sell-my-car-v2 .page-header .d-flex .button.red {
    width: 100%;
    margin: 20px 0;
    display: flex;
    justify-content: center;
  }
}
.sell-my-car-v2 .page-header h2 {
  margin: 0;
  font-size: 48px;
}
@media (max-width: 768px) {
  .sell-my-car-v2 .page-header h2 {
    font-size: 32px;
    line-height: normal;
  }
}
.sell-my-car-v2 .sell-my-junk-car .quote-form-wrapper {
  margin: 0 !important;
}
@media (max-width: 768px) {
  .sell-my-car-v2 .sell-my-junk-car .quote-form-wrapper {
    text-align: center;
    margin: 0 0 40px;
  }
  .sell-my-car-v2 .sell-my-junk-car .quote-form-wrapper p {
    font-size: 12px;
    line-height: normal;
  }
  .sell-my-car-v2 .sell-my-junk-car .quote-form-wrapper h1 {
    font-size: 24px;
    line-height: normal;
  }
  .sell-my-car-v2 .sell-my-junk-car .quote-form-wrapper .quote-form {
    margin-top: 0;
  }
  .sell-my-car-v2 .sell-my-junk-car .quote-form-wrapper .location-quote-form-cta.mobile, .sell-my-car-v2 .sell-my-junk-car .quote-form-wrapper .quote-form-cta.mobile {
    display: none;
  }
  .sell-my-car-v2 .sell-my-junk-car .quote-form-wrapper .button {
    font-size: 14px;
  }
  .sell-my-car-v2 .sell-my-junk-car .quote-form-wrapper .quote-nav li a {
    font-size: 18px;
  }
}
.sell-my-car-v2 .landing-callouts .feature {
  width: auto;
}
@media (max-width: 768px) {
  .sell-my-car-v2 .landing-callouts .feature {
    width: 100%;
    padding: 0 10px;
  }
  .sell-my-car-v2 .landing-callouts .feature .icon-callout {
    width: 100%;
  }
}
.sell-my-car-v2 .landing-callouts h2 {
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .sell-my-car-v2 .location-detail-wrapper {
    flex-direction: column;
    margin: 0 10px;
  }
}
.sell-my-car-v2 .location-detail-wrapper .location-detail-features {
  margin: 40px auto;
}
@media (max-width: 768px) {
  .sell-my-car-v2 .landing-callouts#accordionList {
    margin: 0 10px;
  }
}

.landing-page .site-header, .sell-my-junk-car .site-header {
  height: auto;
}
.landing-page .site-header .bg-secondary, .sell-my-junk-car .site-header .bg-secondary {
  height: auto;
  padding: 20px 0;
}
.landing-page .bg-white, .sell-my-junk-car .bg-white {
  background-color: #fff;
}
@media only screen and (max-width: 767px) {
  .landing-page .bg-white, .sell-my-junk-car .bg-white {
    padding: 0 10px;
  }
}
.landing-page .nav-wrapper, .sell-my-junk-car .nav-wrapper {
  display: flex;
  align-items: center;
  padding-right: 75px;
}
.landing-page .nav-wrapper .button, .sell-my-junk-car .nav-wrapper .button {
  width: auto;
  margin-left: auto;
  display: flex;
  align-items: center;
  font-size: 21px;
  font-style: normal;
  padding: 10px 25px;
}
.landing-page .nav-wrapper .button svg, .sell-my-junk-car .nav-wrapper .button svg {
  margin-right: 20px;
}
@media only screen and (max-width: 1024px) {
  .landing-page .nav-wrapper, .sell-my-junk-car .nav-wrapper {
    padding-right: 0px;
  }
  .landing-page .nav-wrapper .navbar-light, .sell-my-junk-car .nav-wrapper .navbar-light {
    margin-left: 30px;
  }
  .landing-page .nav-wrapper .button.red, .sell-my-junk-car .nav-wrapper .button.red {
    padding: 15px;
    margin-right: 15px;
  }
  .landing-page .nav-wrapper .button.red svg, .sell-my-junk-car .nav-wrapper .button.red svg {
    margin: 0;
  }
  .landing-page .nav-wrapper .button.red span, .sell-my-junk-car .nav-wrapper .button.red span {
    display: none;
  }
}
.landing-page .navbar-toggler, .sell-my-junk-car .navbar-toggler {
  z-index: 999;
  background-image: linear-gradient(var(--yellow) 71px, rgba(0, 0, 0, 0.9) 71px, rgba(0, 0, 0, 0.9));
  position: relative;
}
@media only screen and (max-width: 767px) {
  .landing-page .navbar-toggler, .sell-my-junk-car .navbar-toggler {
    margin-left: 15px;
  }
}
.landing-page .navbar-toggler.hidden, .sell-my-junk-car .navbar-toggler.hidden {
  display: none;
}
.landing-page .lp-nav-menu, .sell-my-junk-car .lp-nav-menu {
  display: none;
  background: #fff;
  width: auto;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  list-style: none;
}
.landing-page .lp-nav-menu.active, .sell-my-junk-car .lp-nav-menu.active {
  display: block;
  position: absolute;
  z-index: 999;
  padding: 30px;
  top: 65px;
  text-align: left;
  width: 250px;
}
.landing-page .lp-nav-menu.active li, .sell-my-junk-car .lp-nav-menu.active li {
  margin-bottom: 30px;
}
.landing-page .lp-nav-menu.active li:last-child, .sell-my-junk-car .lp-nav-menu.active li:last-child {
  margin-bottom: 0;
}
.landing-page .lp-nav-menu.active a, .sell-my-junk-car .lp-nav-menu.active a {
  text-transform: uppercase;
  font-size: 16px;
  color: #000;
}
.landing-page .navbar-toggler .navbar-toggler-icon, .sell-my-junk-car .navbar-toggler .navbar-toggler-icon {
  background-image: none;
  width: 21px;
  height: 20px;
  transform: rotate(0deg);
  transition: 0.5s ease-in-out;
  cursor: pointer;
  position: relative;
  top: 2px;
  color: #333;
}
.landing-page .navbar-toggler .navbar-toggler-icon span, .sell-my-junk-car .navbar-toggler .navbar-toggler-icon span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
  cursor: pointer;
  background: #5a5a5a;
}
.landing-page .navbar-toggler .navbar-toggler-icon span:first-child, .sell-my-junk-car .navbar-toggler .navbar-toggler-icon span:first-child {
  top: 2px;
}
.landing-page .navbar-toggler .navbar-toggler-icon span:nth-child(2), .sell-my-junk-car .navbar-toggler .navbar-toggler-icon span:nth-child(2) {
  top: 8px;
}
.landing-page .navbar-toggler .navbar-toggler-icon span:nth-child(3), .sell-my-junk-car .navbar-toggler .navbar-toggler-icon span:nth-child(3) {
  top: 7px;
}
.landing-page .navbar-toggler .navbar-toggler-icon span:nth-child(4), .sell-my-junk-car .navbar-toggler .navbar-toggler-icon span:nth-child(4) {
  top: 13px;
}
.landing-page .navbar-toggler[aria-expanded=true] .navbar-toggler-icon span:first-child, .sell-my-junk-car .navbar-toggler[aria-expanded=true] .navbar-toggler-icon span:first-child {
  top: 9px;
  width: 0;
  left: 50%;
}
.landing-page .navbar-toggler[aria-expanded=true] .navbar-toggler-icon span:nth-child(2), .sell-my-junk-car .navbar-toggler[aria-expanded=true] .navbar-toggler-icon span:nth-child(2) {
  transform: rotate(45deg);
}
.landing-page .navbar-toggler[aria-expanded=true] .navbar-toggler-icon span:nth-child(3), .sell-my-junk-car .navbar-toggler[aria-expanded=true] .navbar-toggler-icon span:nth-child(3) {
  transform: rotate(-45deg);
}
.landing-page .navbar-toggler[aria-expanded=true] .navbar-toggler-icon span:nth-child(4), .sell-my-junk-car .navbar-toggler[aria-expanded=true] .navbar-toggler-icon span:nth-child(4) {
  top: 9px;
  width: 0;
  left: 50%;
}
.landing-page .quote-form-wrapper, .sell-my-junk-car .quote-form-wrapper {
  margin-top: 40px;
  margin-bottom: 40px;
  border-radius: 20px;
  padding: 40px;
  background-image: url("/img/quote-form-bg.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: flex;
  flex-wrap: wrap;
}
.landing-page .quote-form-wrapper .location-quote-form-cta, .landing-page .quote-form-wrapper .quote-form-cta, .sell-my-junk-car .quote-form-wrapper .location-quote-form-cta, .sell-my-junk-car .quote-form-wrapper .quote-form-cta {
  width: 100%;
  display: none;
}
.landing-page .quote-form-wrapper .location-quote-form-cta.mobile, .landing-page .quote-form-wrapper .quote-form-cta.mobile, .sell-my-junk-car .quote-form-wrapper .location-quote-form-cta.mobile, .sell-my-junk-car .quote-form-wrapper .quote-form-cta.mobile {
  display: none;
}
@media only screen and (max-width: 1024px) {
  .landing-page .quote-form-wrapper .location-quote-form-cta.mobile, .landing-page .quote-form-wrapper .quote-form-cta.mobile, .sell-my-junk-car .quote-form-wrapper .location-quote-form-cta.mobile, .sell-my-junk-car .quote-form-wrapper .quote-form-cta.mobile {
    display: block;
  }
}
@media only screen and (min-width: 1025px) {
  .landing-page .quote-form-wrapper .location-quote-form-cta, .landing-page .quote-form-wrapper .quote-form-cta, .sell-my-junk-car .quote-form-wrapper .location-quote-form-cta, .sell-my-junk-car .quote-form-wrapper .quote-form-cta {
    display: block;
  }
}
.landing-page .quote-form-wrapper .location-quote-form-cta .button, .landing-page .quote-form-wrapper .quote-response .button, .landing-page .quote-form-wrapper .quote-form-cta .button, .sell-my-junk-car .quote-form-wrapper .location-quote-form-cta .button, .sell-my-junk-car .quote-form-wrapper .quote-response .button, .sell-my-junk-car .quote-form-wrapper .quote-form-cta .button {
  border-radius: 5px;
  border: 2px solid #A62224;
  background: none;
  color: #000;
  margin-top: 30px;
  padding: 10px 25px;
  display: inline-flex;
  align-items: center;
  width: auto;
  font-size: 28px;
}
@media only screen and (max-width: 767px) {
  .landing-page .quote-form-wrapper .location-quote-form-cta .button, .landing-page .quote-form-wrapper .quote-response .button, .landing-page .quote-form-wrapper .quote-form-cta .button, .sell-my-junk-car .quote-form-wrapper .location-quote-form-cta .button, .sell-my-junk-car .quote-form-wrapper .quote-response .button, .sell-my-junk-car .quote-form-wrapper .quote-form-cta .button {
    width: 100%;
    justify-content: center;
  }
}
.landing-page .quote-form-wrapper .location-quote-form-cta .button svg, .landing-page .quote-form-wrapper .quote-response .button svg, .landing-page .quote-form-wrapper .quote-form-cta .button svg, .sell-my-junk-car .quote-form-wrapper .location-quote-form-cta .button svg, .sell-my-junk-car .quote-form-wrapper .quote-response .button svg, .sell-my-junk-car .quote-form-wrapper .quote-form-cta .button svg {
  margin-right: 20px;
  color: #A62224;
}
.landing-page .quote-form-wrapper h1, .sell-my-junk-car .quote-form-wrapper h1 {
  font-size: 72px;
  line-height: 100%;
  margin: 0 0 20px;
  font-weight: 300;
}
.landing-page .quote-form-wrapper h1 strong, .sell-my-junk-car .quote-form-wrapper h1 strong {
  font-weight: 700;
}
.landing-page .quote-form-wrapper p, .sell-my-junk-car .quote-form-wrapper p {
  font-size: 20px;
  line-height: 28px; /* 140% */
}
.landing-page .quote-form-wrapper .disclaimer, .sell-my-junk-car .quote-form-wrapper .disclaimer {
  margin-top: 10px;
}
.landing-page .quote-form-wrapper .disclaimer p, .sell-my-junk-car .quote-form-wrapper .disclaimer p {
  font-size: 12px;
  font-style: italic;
  line-height: 1.2;
}
.landing-page .quote-form-wrapper .disclaimer p a, .sell-my-junk-car .quote-form-wrapper .disclaimer p a {
  text-decoration: underline;
}
@media only screen and (max-width: 1024px) {
  .landing-page .quote-form-wrapper, .sell-my-junk-car .quote-form-wrapper {
    padding: 15px;
    display: block;
  }
  .landing-page .quote-form-wrapper h1, .sell-my-junk-car .quote-form-wrapper h1 {
    font-size: 42px;
    padding-top: 30px;
  }
  .landing-page .quote-form-wrapper p, .sell-my-junk-car .quote-form-wrapper p {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1024px) {
  .landing-page .quote-form-wrapper .quote-form-content, .sell-my-junk-car .quote-form-wrapper .quote-form-content {
    width: 55%;
    padding-right: 40px;
  }
}
.landing-page .quote-form-wrapper .quote-form, .sell-my-junk-car .quote-form-wrapper .quote-form {
  border-radius: 10px;
  padding: 0;
  border: 1px solid rgba(82, 82, 82, 0.35);
}
@media only screen and (min-width: 1024px) {
  .landing-page .quote-form-wrapper .quote-form, .sell-my-junk-car .quote-form-wrapper .quote-form {
    width: 45%;
  }
}
@media only screen and (max-width: 1024px) {
  .landing-page .quote-form-wrapper .quote-form, .sell-my-junk-car .quote-form-wrapper .quote-form {
    margin-top: 15px;
  }
}
.landing-page .quote-form-wrapper .quote-form .wizard-arrow, .sell-my-junk-car .quote-form-wrapper .quote-form .wizard-arrow {
  display: none !important;
}
.landing-page .quote-form-wrapper .quote-form .getaquote, .sell-my-junk-car .quote-form-wrapper .quote-form .getaquote {
  padding: 0;
  margin: 0;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.landing-page .quote-form-wrapper .quote-nav, .sell-my-junk-car .quote-form-wrapper .quote-nav {
  background-color: #333;
  display: flex;
  justify-content: space-evenly;
  padding: 10px 0;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.landing-page .quote-form-wrapper .quote-nav li, .sell-my-junk-car .quote-form-wrapper .quote-nav li {
  position: relative;
}
.landing-page .quote-form-wrapper .quote-nav li a, .sell-my-junk-car .quote-form-wrapper .quote-nav li a {
  color: rgba(255, 255, 255, 0.6);
}
.landing-page .quote-form-wrapper .quote-nav li:hover a, .landing-page .quote-form-wrapper .quote-nav li.active a, .sell-my-junk-car .quote-form-wrapper .quote-nav li:hover a, .sell-my-junk-car .quote-form-wrapper .quote-nav li.active a {
  color: white;
  text-decoration: underline;
}
.landing-page .quote-form-wrapper .quote-nav li:not(:last-child):after, .sell-my-junk-car .quote-form-wrapper .quote-nav li:not(:last-child):after {
  content: url("/img/chevron-right.png");
  margin-left: 30px;
  position: absolute;
  top: 5px;
}
@media only screen and (max-width: 767px) {
  .landing-page .quote-form-wrapper .quote-nav li:not(:last-child):after, .sell-my-junk-car .quote-form-wrapper .quote-nav li:not(:last-child):after {
    margin-left: 10px;
    z-index: 2;
  }
}
.landing-page .quote-form-wrapper .quote-nav li.is-completed .completed, .sell-my-junk-car .quote-form-wrapper .quote-nav li.is-completed .completed {
  display: block;
}
.landing-page .quote-form-wrapper .quote-nav li.is-completed:not(:last-child):after, .sell-my-junk-car .quote-form-wrapper .quote-nav li.is-completed:not(:last-child):after {
  margin-left: 18px;
}
.landing-page .quote-form-wrapper .quote-nav li .completed, .sell-my-junk-car .quote-form-wrapper .quote-nav li .completed {
  display: none;
  color: white;
  position: absolute;
  left: -20px;
  margin-top: 2px;
  opacity: 0.6;
}
.landing-page .quote-form-wrapper .quote-nav a, .sell-my-junk-car .quote-form-wrapper .quote-nav a {
  color: #fff;
  font-family: "Oswald", "Arial";
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px; /* 125% */
  text-transform: uppercase;
}
.landing-page .quote-form-wrapper .quote-step, .sell-my-junk-car .quote-form-wrapper .quote-step {
  display: none;
  padding: 0 22px;
}
.landing-page .quote-form-wrapper .quote-step.step3 .row, .sell-my-junk-car .quote-form-wrapper .quote-step.step3 .row {
  padding: 0 15px;
}
.landing-page .quote-form-wrapper .quote-step.step3 .row .col-lg-12, .landing-page .quote-form-wrapper .quote-step.step3 .row .col-md-12, .landing-page .quote-form-wrapper .quote-step.step3 .row .col-sm-12, .landing-page .quote-form-wrapper .quote-step.step3 .row col-xs-12, .sell-my-junk-car .quote-form-wrapper .quote-step.step3 .row .col-lg-12, .sell-my-junk-car .quote-form-wrapper .quote-step.step3 .row .col-md-12, .sell-my-junk-car .quote-form-wrapper .quote-step.step3 .row .col-sm-12, .sell-my-junk-car .quote-form-wrapper .quote-step.step3 .row col-xs-12 {
  padding: 0 15px;
}
.landing-page .quote-form-wrapper .quote-step.step3 .row input, .sell-my-junk-car .quote-form-wrapper .quote-step.step3 .row input {
  border-radius: 5px;
  border: 1px solid #b9b9b9;
  background: #FFF;
  box-shadow: none;
}
.landing-page .quote-form-wrapper .quote-step.step3 .row input::placeholder, .sell-my-junk-car .quote-form-wrapper .quote-step.step3 .row input::placeholder {
  opacity: 0.4;
  color: #B6B6B6;
}
.landing-page .quote-form-wrapper .quote-step.step3 .row .make-relative, .sell-my-junk-car .quote-form-wrapper .quote-step.step3 .row .make-relative {
  padding-top: 5px !important;
}
.landing-page .quote-form-wrapper .quote-step.step3 .row .button, .sell-my-junk-car .quote-form-wrapper .quote-step.step3 .row .button {
  width: 40%;
  padding: 10px 20px;
  text-decoration: none;
  color: white;
  background-color: #A62224;
  border-radius: 5px;
  text-align: center;
  margin: 10px 10px 10px 0;
}
.landing-page .quote-form-wrapper .quote-step.active, .sell-my-junk-car .quote-form-wrapper .quote-step.active {
  display: block;
}
.landing-page .quote-form-wrapper .quote-step h4.titlecase, .sell-my-junk-car .quote-form-wrapper .quote-step h4.titlecase {
  display: none !important;
}
.landing-page .quote-form-wrapper .button-container, .sell-my-junk-car .quote-form-wrapper .button-container {
  display: flex;
  gap: 20px;
  max-width: 600px;
  margin: 0 auto 0;
  padding: 0 22px;
}
.landing-page .quote-form-wrapper .button-container .button, .sell-my-junk-car .quote-form-wrapper .button-container .button {
  width: 40%;
  padding: 10px 20px;
  text-decoration: none;
  color: white;
  background-color: #A62224;
  border-radius: 5px;
  text-align: center;
  margin: 10px 10px 10px 0;
}
.landing-page .quote-form-wrapper .button-container .button.prev-step, .landing-page .quote-form-wrapper .button-container .button.nm-prev-step, .sell-my-junk-car .quote-form-wrapper .button-container .button.prev-step, .sell-my-junk-car .quote-form-wrapper .button-container .button.nm-prev-step {
  border-radius: 4px;
  border: 1px solid #A62224;
  color: #A62224;
  background: #fff;
  margin-left: 10px;
}
.landing-page .quote-form-wrapper .button-container .button.next-step, .landing-page .quote-form-wrapper .button-container .button.submit-btn, .landing-page .quote-form-wrapper .button-container .button.nm-next-step, .landing-page .quote-form-wrapper .button-container .button.nm-submit-btn, .sell-my-junk-car .quote-form-wrapper .button-container .button.next-step, .sell-my-junk-car .quote-form-wrapper .button-container .button.submit-btn, .sell-my-junk-car .quote-form-wrapper .button-container .button.nm-next-step, .sell-my-junk-car .quote-form-wrapper .button-container .button.nm-submit-btn {
  margin-left: auto;
}
.landing-page .quote-form-wrapper .step-2 .button-container, .sell-my-junk-car .quote-form-wrapper .step-2 .button-container {
  justify-content: center;
}
.landing-page .quote-form-wrapper .multi-question-condition, .sell-my-junk-car .quote-form-wrapper .multi-question-condition {
  padding: 0;
  margin: 0;
}
.landing-page .quote-form-wrapper .multi-question-condition li, .sell-my-junk-car .quote-form-wrapper .multi-question-condition li {
  list-style-type: none;
  gap: 16px;
  margin-bottom: 26px;
}
.landing-page .quote-form-wrapper .multi-question-condition li:last-child, .sell-my-junk-car .quote-form-wrapper .multi-question-condition li:last-child {
  margin-bottom: 0;
}
.landing-page .quote-form-wrapper .multi-question-condition .radio-item label, .sell-my-junk-car .quote-form-wrapper .multi-question-condition .radio-item label {
  font-weight: 600;
}
.landing-page .quote-form-wrapper .multi-question-condition .condition, .sell-my-junk-car .quote-form-wrapper .multi-question-condition .condition {
  margin-bottom: 10px;
}
.landing-page .quote-form-wrapper #form-response, .sell-my-junk-car .quote-form-wrapper #form-response {
  display: flex;
  gap: 30px;
  justify-content: space-between;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .landing-page .quote-form-wrapper #form-response, .sell-my-junk-car .quote-form-wrapper #form-response {
    display: block;
  }
}
.landing-page .quote-form-wrapper .quote-disclaimers, .sell-my-junk-car .quote-form-wrapper .quote-disclaimers {
  max-width: 600px;
  border-radius: 10px;
  border: 1px solid rgba(82, 82, 82, 0.35);
  background: #F3F3F3;
  text-align: left;
  padding: 40px;
}
@media only screen and (max-width: 767px) {
  .landing-page .quote-form-wrapper .quote-disclaimers, .sell-my-junk-car .quote-form-wrapper .quote-disclaimers {
    max-width: 100%;
    margin-top: 20px;
  }
}
.landing-page .quote-form-wrapper .quote-disclaimers p, .sell-my-junk-car .quote-form-wrapper .quote-disclaimers p {
  font-size: 16px;
  line-height: 20px;
}
.landing-page .quote-form-wrapper .quote-disclaimers p strong, .sell-my-junk-car .quote-form-wrapper .quote-disclaimers p strong {
  font-size: 20px;
}
.landing-page .footer-landing, .sell-my-junk-car .footer-landing {
  padding: 60px 0 40px;
  background-color: #333;
}
.landing-page .footer-landing hr, .sell-my-junk-car .footer-landing hr {
  margin: 0 15px 20px 15px;
  border-top: 1px solid #ccc;
}
.landing-page .footer-landing .list-inline, .sell-my-junk-car .footer-landing .list-inline {
  margin-bottom: 30px;
}
.landing-page .footer-landing .list-inline li, .sell-my-junk-car .footer-landing .list-inline li {
  border-right: 1px solid #000;
  margin: 0 10px 0 0;
  padding: 0 10px 0 0;
}
.landing-page .footer-landing .list-inline li:last-child, .sell-my-junk-car .footer-landing .list-inline li:last-child {
  border-right: none;
}
.landing-page .footer-landing .list-inline li a, .sell-my-junk-car .footer-landing .list-inline li a {
  font-size: 15px;
}
.landing-page .footer-landing .align-left, .sell-my-junk-car .footer-landing .align-left {
  text-align: left;
}
.landing-page .footer-landing .legal-text, .sell-my-junk-car .footer-landing .legal-text {
  color: #fff;
  font-size: 12px;
}
.landing-page .bg-grey, .sell-my-junk-car .bg-grey {
  background-color: #E6E6E6;
  padding: 50px 0;
}
@media only screen and (max-width: 767px) {
  .landing-page .bg-grey, .sell-my-junk-car .bg-grey {
    padding: 20px 10px;
  }
}
.landing-page .find-dealer, .sell-my-junk-car .find-dealer {
  margin: 0 auto;
  border-radius: 10px;
  background: #FFF;
  max-width: 640px;
  padding: 35px 0;
  text-align: center;
}
.landing-page .find-dealer .form-field, .sell-my-junk-car .find-dealer .form-field {
  display: flex;
  text-align: center;
  justify-content: center;
}
.landing-page .find-dealer input, .sell-my-junk-car .find-dealer input {
  border: 2px solid #000;
  background: #FFF;
  box-shadow: none;
  padding: 15px 18px;
}
.landing-page .find-dealer button, .sell-my-junk-car .find-dealer button {
  border-radius: 0;
  background-color: #A62224;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
}
.landing-page .find-dealer button img, .sell-my-junk-car .find-dealer button img {
  width: 24px;
}
.landing-page .find-dealer h3, .sell-my-junk-car .find-dealer h3 {
  font-size: 24px;
  margin: 0 0 25px;
}

.review-wrapper {
  border-radius: 20px;
  background-color: #A62224;
  color: #fff;
  padding: 20px 50px 40px 50px;
  margin: 14px 0 54px;
}
.review-wrapper > h2 {
  color: #FFF;
  text-align: center;
  font-size: 36px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 40px;
}
.review-wrapper .reviews {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
}
.review-wrapper .feature {
  border-radius: 10px;
  background: #ffffff;
  padding: 20px;
  color: #333;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  width: 33.333333%;
  align-self: stretch;
}
.review-wrapper .feature .basecopy {
  margin-top: 0;
}
.review-wrapper .feature .basecopy p {
  font-size: 20px;
}
.review-wrapper .feature .basecopy p:nth-child(2) {
  text-transform: uppercase;
  color: #333;
  font-weight: 300;
  font-size: 16px;
  margin-top: 15px;
}
.review-wrapper .feature .basecopy p:nth-child(2) strong {
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .review-wrapper {
    gap: 10px;
    flex-wrap: wrap;
    padding: 25px;
    align-items: center;
  }
  .review-wrapper .reviews {
    flex-direction: column;
  }
  .review-wrapper .reviews .feature {
    width: 100%;
  }
}

.landing-callouts {
  padding: 80px 0;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .landing-callouts {
    padding: 25px 16px;
    margin: 0;
  }
  .landing-callouts.features {
    padding: 0;
  }
}
.landing-callouts#accordionList {
  padding: 50px;
  margin-bottom: 0;
}
.landing-callouts#accordionList h3 {
  margin: 22px;
}
.landing-callouts#accordionList h3 a {
  display: flex;
  align-items: center;
}
.landing-callouts#accordionList h3 a span {
  margin-left: auto;
  padding-left: 10px;
}
.landing-callouts#accordionList .article-container {
  margin-left: 20px;
}
@media only screen and (max-width: 767px) {
  .landing-callouts#accordionList {
    padding: 16px;
  }
}
.landing-callouts h2 {
  font-size: 48px;
  font-weight: 500;
  margin: 0 0 50px;
}
@media only screen and (max-width: 767px) {
  .landing-callouts h2 {
    font-size: 32px;
    padding-top: 25px;
  }
}
.landing-callouts h3 {
  font-size: 36px;
  font-weight: 500;
  line-height: 44px;
  margin: 16px 0;
}
.landing-callouts p {
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
}
.landing-callouts .icon-wrapper {
  height: 91px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.landing-callouts .icon-callout {
  border-radius: 10px;
  background: var(--yellow);
  min-height: 270px;
  padding: 20px 40px;
}
.landing-callouts.features {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
}
.landing-callouts.features h2 {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .landing-callouts.features {
    display: block;
    padding-bottom: 20px;
  }
}
.landing-callouts .feature {
  width: 32%;
  margin-bottom: 30px;
  display: flex;
}
@media only screen and (max-width: 1024px) {
  .landing-callouts .feature {
    width: 31%;
    justify-content: center;
  }
}
@media only screen and (max-width: 767px) {
  .landing-callouts .feature {
    width: 100%;
    margin-bottom: 20px;
  }
}

.landing-page .bg-white.last-section {
  padding-bottom: 50px;
}

.landing-page .u-pull-pay .quote-form-wrapper {
  background-image: url("/img/quote-form-bg-upap.jpg");
}

.sell-my-junk-car.u-pull-pay .quote-form-wrapper {
  background-image: url("/img/quote-form-bg-upap.jpg");
}

.sell-my-car .page-header .d-flex {
  margin: 20px 0 0;
  align-items: center;
}
.sell-my-car .page-header .d-flex h1 {
  margin: 0;
}
.sell-my-car .page-header .button.red {
  width: auto;
  margin-left: auto;
  display: flex;
  align-items: center;
  font-size: 21px;
  font-style: normal;
  padding: 10px 25px;
  height: 50px;
}
.sell-my-car .page-header .button.red svg {
  margin-right: 20px;
}
@media only screen and (max-width: 500px) {
  .sell-my-car .page-header .button.red {
    padding: 10px;
  }
}

.sell-my-junk-car {
  background: white;
}
.sell-my-junk-car .page-header .d-flex {
  margin: 20px 0;
  align-items: center;
}
.sell-my-junk-car .page-header .d-flex h1 {
  margin: 0;
}
.sell-my-junk-car .page-header .button.red {
  width: auto;
  margin-left: auto;
  display: flex;
  align-items: center;
  font-size: 21px;
  font-style: normal;
  padding: 10px 25px;
  height: 50px;
}
.sell-my-junk-car .page-header .button.red svg {
  margin-right: 20px;
}
@media only screen and (max-width: 500px) {
  .sell-my-junk-car .page-header .button.red {
    padding: 10px;
  }
}

.main-wrapper:has(.sell-my-junk-car) {
  background: white;
}

.used-car-contact .email.loading-spinner {
  left: 23px;
  top: 12px;
}

.used-cars-v2 input.error {
  border: 1px solid red;
}
.used-cars-v2 .location-v2-header {
  background: transparent;
  text-align: center;
  color: #333;
  margin-top: 40px;
}
.used-cars-v2 .location-v2-header hr {
  width: 109px;
  margin: 15px auto;
}
.used-cars-v2 .location-v2-header h1 {
  font-size: 48px;
  margin: 0 0 10px;
}
@media only screen and (max-width: 767px) {
  .used-cars-v2 .location-v2-header h1 {
    font-size: 32px;
  }
}
.used-cars-v2 .location-v2-header h2 {
  font-weight: bold;
  font-size: 48px;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .used-cars-v2 .location-v2-header h2 {
    font-size: 32px;
  }
}
.used-cars-v2 .location-v2-header ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.used-cars-v2 .location-v2-header ul li {
  text-transform: none;
  line-height: normal;
}
.used-cars-v2 .location-v2-header ul a {
  text-decoration: underline;
}
.used-cars-v2 .location-v2-header .d-flex {
  margin: 40px 0;
  gap: 20px;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .used-cars-v2 .location-v2-header .d-flex {
    flex-direction: column;
  }
}
.used-cars-v2 .location-v2-header .d-flex a {
  display: inline-block;
  width: auto;
  padding: 10px 25px;
  font-size: 21px;
  line-height: 1;
  border: 1px #A62224 solid;
}
@media only screen and (max-width: 767px) {
  .used-cars-v2 .location-v2-header .d-flex a {
    width: 100%;
  }
}
.used-cars-v2 .location-v2-header .d-flex a.red:hover {
  text-decoration: none;
  background: white;
  color: #A62224;
}
.used-cars-v2 .location-v2-header .d-flex a.white {
  background: white;
  border: 1px #A62224 solid;
  color: #A62224;
}
.used-cars-v2 .location-v2-header .d-flex a.white:hover {
  text-decoration: none;
  color: #fff;
  background-color: #A62224;
}
.used-cars-v2 .used-cars.listing .list-container {
  background-color: transparent;
}
.used-cars-v2 .used-cars.listing .list-container h2 {
  font-size: 32px;
  font-weight: 400;
  line-height: normal;
  margin: 0 0 20px;
}
.used-cars-v2 .used-cars.listing .listing-header .sort-control {
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .used-cars-v2 .used-cars.listing .listing-header {
    display: block !important;
  }
  .used-cars-v2 .used-cars.listing .listing-header .sort-control {
    float: none;
    margin-left: 0;
    margin-top: 20px;
  }
}
.used-cars-v2 .search-results {
  margin-top: 40px;
  margin-right: -15px;
  margin-left: -15px;
}
.used-cars-v2 .search-results .col-lg-4, .used-cars-v2 .search-results .col-md-4 {
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .used-cars-v2 .search-results .col-lg-4, .used-cars-v2 .search-results .col-md-4 {
    margin-bottom: 16px;
    padding: 0;
  }
}
@media only screen and (max-width: 767px) {
  .used-cars-v2 .search-results .col-lg-6, .used-cars-v2 .search-results .col-md-6 {
    margin-bottom: 16px;
    padding: 0;
  }
}
.used-cars-v2 .search-results hr {
  width: 100%;
  max-width: none;
  margin-top: 20px;
  margin-bottom: 30px;
}
.used-cars-v2 .search-results h2 {
  font-size: 32px;
}
.used-cars-v2 .search-results .price {
  font-size: 20px;
  font-weight: 700;
  color: #A62224;
}
.used-cars-v2 .search-results .row {
  margin-bottom: 40px;
}
.used-cars-v2 .search-results .search-result {
  border-radius: 11.724px;
  background: #E6E6E6;
  padding: 20px;
  margin-bottom: 40px;
  height: 100%;
  position: relative;
}
.used-cars-v2 .search-results .search-result .result-top {
  overflow: hidden;
  text-transform: uppercase;
}
.used-cars-v2 .search-results .search-result .result-top a {
  text-transform: none;
}
.used-cars-v2 .search-results .search-result .result-top span {
  margin-bottom: 7px;
  display: block;
}
.used-cars-v2 .search-results .search-result .result-top .d-flex {
  justify-content: space-between;
}
.used-cars-v2 .search-results .search-result .result-top > div:not(.image-wrapper) {
  overflow: hidden;
}
.used-cars-v2 .search-results .search-result > .row {
  clear: both;
}
.used-cars-v2 .search-results .search-result .image-wrapper {
  cursor: pointer;
  position: relative;
  display: block;
}
.used-cars-v2 .search-results .search-result .image-wrapper:before {
  content: url("/img/zoom-icon.svg");
  display: block;
  height: 28px;
  width: 28px;
  position: absolute;
  bottom: 6px;
  left: 5px;
  z-index: 1;
  text-align: center;
}
.used-cars-v2 .search-results .search-result img {
  max-width: 100%;
  border-radius: 5.862px;
}
.used-cars-v2 .search-results .search-result .price {
  margin-bottom: 20px;
  display: block;
}
.used-cars-v2 .search-results .search-result h3 {
  margin: 0 0 5px;
  font-size: 28px;
  font-weight: 400;
}
@media only screen and (max-width: 767px) {
  .used-cars-v2 .search-results .search-result h3 {
    font-size: 24px;
  }
}
.used-cars-v2 .search-results .search-result ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.used-cars-v2 .search-results .search-result .result-bottom {
  margin-top: 20px;
  margin-bottom: 0;
}
.used-cars-v2 .search-results .search-result .result-bottom li {
  line-height: 26.771px;
}
.used-cars-v2 .search-results .search-result .result-bottom .button {
  position: absolute;
  bottom: 0;
  left: 16px;
  bottom: 16px;
  width: calc(100% - 32px);
}
.used-cars-v2 .used-cars-contact {
  border-radius: 10px;
  background: var(--yellow);
  padding: 20px;
}
@media only screen and (max-width: 767px) {
  .used-cars-v2 .used-cars-contact {
    margin: 0 0 30px;
  }
}
.used-cars-v2 .used-cars-contact h2 {
  margin: 0;
}
.used-cars-v2 .used-cars-contact .used-cars-field {
  width: 100%;
  padding-right: 15px;
}
.used-cars-v2 .used-cars-contact .button {
  margin-top: 20px;
  width: 100%;
}
.used-cars-v2 .bottom-content {
  margin: 40px 0 80px;
}
@media only screen and (max-width: 767px) {
  .used-cars-v2 .bottom-content {
    margin: 0;
    flex-direction: column-reverse;
  }
}
.used-cars-v2.detail {
  margin-top: 40px;
}
.used-cars-v2.detail h2 {
  font-size: 48px;
  margin: 0;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .used-cars-v2.detail .list-container {
    margin: 0;
    padding: 0 0 20px;
  }
}
@media only screen and (max-width: 767px) {
  .used-cars-v2.detail .used-cars.listing {
    padding-right: 0;
  }
}
.used-cars-v2.detail .vehicle-details .price {
  color: #A62224;
  font-family: "Open Sans";
  font-size: 32px;
  font-weight: 700;
  line-height: 28.8px; /* 90% */
  margin: 20px 0;
  display: block;
}
.used-cars-v2.detail .vehicle-details ul {
  list-style: none;
  margin: 0 0 25px;
  padding: 0;
  font-size: 20px;
}
.used-cars-v2.detail .vehicle-details .carDetails {
  padding: 0;
  font-size: 1em;
}
.used-cars-v2.detail .vehicle-details .carDetails span {
  color: #333;
  font-family: "Open Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 22.86px;
  display: block;
}
@media only screen and (max-width: 767px) {
  .used-cars-v2.detail .vehicle-details .carDetails span {
    font-size: 14px;
  }
}
.used-cars-v2.detail .vehicle-details .carDetails span.label {
  font-weight: 700;
  display: inline-block;
  margin-top: 15px;
}
@media only screen and (max-width: 767px) {
  .used-cars-v2.detail .vehicle-details .carDetails span.label {
    margin-top: 0;
  }
}
.used-cars-v2.detail .vehicle-details .carDetails > .row > .col-6 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 15px;
}
.used-cars-v2.detail .vehicle-details hr {
  width: 100%;
  margin: 0;
}
.used-cars-v2.detail .vehicle-details .d-flex {
  margin: 40px 0;
  gap: 20px;
  justify-content: left;
}
@media only screen and (max-width: 767px) {
  .used-cars-v2.detail .vehicle-details .d-flex {
    flex-direction: column;
    margin: 16px 0 40px;
  }
}
.used-cars-v2.detail .vehicle-details .d-flex a {
  display: inline-block;
  width: auto;
  padding: 10px 25px;
  font-size: 21px;
  line-height: 1;
  border: 1px #A62224 solid;
}
@media only screen and (max-width: 767px) {
  .used-cars-v2.detail .vehicle-details .d-flex a {
    width: 100%;
  }
}
.used-cars-v2.detail .vehicle-details .d-flex a.red:hover {
  text-decoration: none;
  background: white;
  color: #A62224;
}
.used-cars-v2.detail .vehicle-details .d-flex a.white {
  background: white;
  border: 1px #A62224 solid;
  color: #A62224;
}
.used-cars-v2.detail .vehicle-details .d-flex a.white:hover {
  text-decoration: none;
  color: #fff;
  background-color: #A62224;
}
.used-cars-v2.detail .vehicle-details .used-cars-contact {
  max-width: 424px;
  margin: 0 0 80px;
}
@media only screen and (max-width: 767px) {
  .used-cars-v2.detail .vehicle-details .used-cars-contact {
    max-width: none;
    width: 100%;
    margin: 0 0 40px;
  }
}
.used-cars-v2.detail .vehicle-details .used-cars-contact h2 {
  font-size: 24px;
}
.used-cars-v2.detail .vehicle-details .used-cars-contact h6 {
  display: none;
}
.used-cars-v2.detail .vehicle-details .used-cars-contact .button {
  color: #f1f0f0;
  background-color: #a62224;
}
.used-cars-v2.detail .vehicle-details.mobile-only {
  text-align: center;
  width: 100%;
}
.used-cars-v2.detail .vehicle-details.mobile-only h2 {
  font-size: 32px;
}
.used-cars-v2.detail .vehicle-details.mobile-only .price {
  font-size: 20px;
  margin: 10px 0;
}
.used-cars-v2.detail .vehicle-details.mobile-only li {
  font-size: 16px;
}
.used-cars-v2 .page-content {
  text-align: center;
  max-width: 700px;
  margin: 0 auto;
  padding: 0 20px;
}
.used-cars-v2 .page-content h2 {
  font-size: 32px;
  margin: 0 0 15px;
}
@media only screen and (max-width: 767px) {
  .used-cars-v2 .page-content h2 {
    font-size: 24px;
  }
}
.used-cars-v2 .page-content + hr {
  margin: 40px 0 0;
}
@media only screen and (max-width: 767px) {
  .used-cars-v2 .search-results {
    margin: 40px 0 0;
  }
}
.used-cars-v2 .bottom-links {
  margin-bottom: 80px;
}
@media only screen and (max-width: 767px) {
  .used-cars-v2 .bottom-links {
    margin-bottom: 40px;
    margin-top: 0;
  }
  .used-cars-v2 .bottom-links h3 {
    margin: 20px;
  }
  .used-cars-v2 .bottom-links ul .col-xs-12 {
    width: 50%;
    padding: 0;
  }
  .used-cars-v2 .bottom-links ul li {
    margin: 5px 0;
  }
}
.used-cars-v2 .slideshowWrapper.fixed {
  position: sticky;
  top: 120px;
  max-width: 630px;
}

@media (min-width: 1400px) {
  .parts-pricing-wrapper .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333% !important;
  }
}
@media (min-width: 1400px) {
  .parts-pricing-wrapper .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667% !important;
  }
}
.parts-pricing-wrapper .parts-header {
  max-width: 700px;
  margin: 70px auto 80px;
}
@media (max-width: 768px) {
  .parts-pricing-wrapper .parts-header {
    margin: 40px auto;
  }
  .parts-pricing-wrapper .parts-header hr {
    max-width: 109px;
    margin: 20px auto;
  }
}
.parts-pricing-wrapper .parts-header h1 {
  font-size: 48px;
}
@media (max-width: 768px) {
  .parts-pricing-wrapper .parts-header h1 {
    font-size: 32px;
  }
}
@media (max-width: 768px) {
  .parts-pricing-wrapper .quick-links-wrapper {
    display: none;
  }
}
.parts-pricing-wrapper .warning {
  display: block;
  font-weight: 700;
  color: #A62224;
}
.parts-pricing-wrapper .part-search {
  padding: 0;
  position: relative;
  background: transparent;
  text-align: left;
}
.parts-pricing-wrapper .search-widget {
  height: auto;
  padding: 0;
  background: transparent;
}
.parts-pricing-wrapper .search-widget h3 {
  color: #333;
  font-family: "Open Sans";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: none;
  margin-left: 20px;
  margin-bottom: 5px;
}
.parts-pricing-wrapper .search-widget .location-select {
  position: absolute;
  top: 75px;
  z-index: 999;
  width: 100%;
  padding: 0 20px;
}
@media (max-width: 395px) {
  .parts-pricing-wrapper .search-widget .location-select {
    top: 95px;
  }
}
.parts-pricing-wrapper .search-widget .tab-wrapper {
  margin-top: 0;
}
.parts-pricing-wrapper .search-widget .tab-wrapper .tab-nav {
  display: flex;
  background-color: #333;
  border-radius: 10px 10px 0 0;
}
@media (max-width: 1224px) {
  .parts-pricing-wrapper .search-widget .tab-wrapper .tab-nav {
    margin-bottom: 0;
  }
}
.parts-pricing-wrapper .search-widget .tab-wrapper .tab-nav .tab {
  margin: 0;
  flex-basis: 0;
  flex-grow: 1;
  border: none;
  text-align: center;
  font-size: 14px;
  padding: 11px 30px;
  border-left: 0.5px solid #9C9C9C;
  border-radius: 0;
  margin-top: -1px;
}
.parts-pricing-wrapper .search-widget .tab-wrapper .tab-nav .tab:first-child {
  border-left: none;
}
.parts-pricing-wrapper .search-widget .tab-wrapper .tab-nav .tab.active {
  background-color: var(--yellow);
  border-radius: 10px 10px 0 0;
  color: #242424;
  border: none;
}
.parts-pricing-wrapper .search-widget .tab-wrapper .tab-nav .tab.active + .tab {
  border-left: none;
}
.parts-pricing-wrapper .search-widget .tab-wrapper .tab-content {
  background-color: var(--yellow);
  margin-top: 0;
  border: none;
  border-radius: 0 0 10px 10px;
  padding: 83px 20px 10px 20px;
}
.parts-pricing-wrapper .search-widget .button {
  background-color: #A62224;
  color: white;
  margin-top: 20px;
}
.parts-pricing-wrapper .search-widget .letter-wrapper {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
.parts-pricing-wrapper .search-widget .letter-wrapper .letters {
  height: 40px;
  width: 40px;
  display: inline-block;
  border-radius: 5px;
  border: 1px solid #242424;
  font-size: 20px;
  margin: 0;
  font-weight: 400;
  text-align: center;
  line-height: 40px;
}
.parts-pricing-wrapper .search-widget .letter-wrapper .letters.active {
  background-color: #a62224;
  border-color: #a62224;
  color: white;
}
.parts-pricing-wrapper .search-widget .letter-search hr {
  margin: 0 0 15px;
  color: #676767;
}
.parts-pricing-wrapper .parts-results {
  margin-left: -10px;
  margin-right: 10px;
}
@media (max-width: 768px) {
  .parts-pricing-wrapper .parts-results {
    margin-top: 40px;
  }
}
.parts-pricing-wrapper .parts-results:has(.col-md-6) {
  margin-bottom: 80px;
}
@media (max-width: 768px) {
  .parts-pricing-wrapper .parts-results:has(.col-md-6) {
    margin-top: 40px;
  }
}
.parts-pricing-wrapper .parts-results .col-md-6 {
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 20px;
}
.parts-pricing-wrapper .parts-results .red.titlecase {
  margin-bottom: 20px;
}
.parts-pricing-wrapper .search-result {
  border-radius: 10px;
  margin-bottom: 20px;
  height: 100%;
  overflow: hidden;
}
@media (max-width: 768px) {
  .parts-pricing-wrapper .search-result {
    width: calc(100% + 20px);
  }
}
.parts-pricing-wrapper .search-result .result-top {
  border-radius: 10px 10px 0 0;
  padding: 28px 48px 27px 47px;
  text-align: center;
  background-color: #242424;
}
.parts-pricing-wrapper .search-result .result-top h3 {
  font-size: 20px;
  font-weight: 400;
  text-transform: uppercase;
  color: white;
  margin: 0;
}
.parts-pricing-wrapper .search-result .result-bottom {
  background: #E6E6E6;
  border-radius: 0 0 10px 10px;
  padding: 10px 0;
  height: 100%;
}
.parts-pricing-wrapper .search-result .result-bottom ul {
  list-style: none;
  padding: 0 40px;
  margin: 0;
}
.parts-pricing-wrapper .search-result .result-bottom ul li {
  padding: 4px 0;
  align-items: center;
  font-size: 14px;
}
.parts-pricing-wrapper .search-result .result-bottom ul li:first-child {
  border-bottom: 1px solid #9C9C9C;
  padding: 8px 0;
  margin-bottom: 4px;
}
.parts-pricing-wrapper .search-result .result-bottom ul li.warranty-info {
  border-top: 1px solid #9C9C9C;
  padding: 8px 0;
  margin-top: 4px;
}
.parts-pricing-wrapper .search-result .result-bottom ul li span, .parts-pricing-wrapper .search-result .result-bottom ul li strong {
  width: 50%;
}
.parts-pricing-wrapper .search-result .result-bottom ul li strong {
  text-align: right;
  padding-right: 8px;
}
.parts-pricing-wrapper .search-result .result-bottom ul li span {
  text-align: left;
  padding-left: 8px;
}
.parts-pricing-wrapper .search-result .result-bottom ul li:last-child {
  border-bottom: 0;
}
.parts-pricing-wrapper .bottom-content {
  margin: 0 0 80px;
}
@media (max-width: 768px) {
  .parts-pricing-wrapper .bottom-content {
    margin-top: 40px;
  }
}
.parts-pricing-wrapper .bottom-content h2 {
  margin: 0 0 10px;
}
.parts-pricing-wrapper .bottom-content p {
  margin: 0 0 20px;
}
.parts-pricing-wrapper .back-to-top {
  border-radius: 5px;
  border: 1px solid #A62224;
  display: block;
  font-family: "Oswald";
  text-align: center;
  width: 100%;
  text-transform: uppercase;
  padding: 10px;
  display: none;
}
.parts-pricing-wrapper .back-to-top:after {
  content: url("/img/arrow-up.svg");
  display: inline-block;
  margin-left: 15px;
}
.parts-pricing-wrapper .parts-pricing-sidebar-wrapper {
  margin: 0 auto;
}
.parts-pricing-wrapper .parts-pricing-sidebar {
  margin-bottom: 40px;
}
.parts-pricing-wrapper .parts-pricing-sidebar .show-all {
  background-color: var(--yellow);
  color: #242424;
  margin: 40px 0 20px;
}
.parts-pricing-wrapper .parts-pricing-sidebar.fixed {
  position: sticky;
  top: 120px;
  z-index: 99;
}
.parts-pricing-wrapper .parts-pricing-sidebar.fixed .back-to-top {
  display: block;
}
@media (max-width: 768px) {
  .parts-pricing-wrapper .parts-pricing-sidebar.fixed .back-to-top {
    position: fixed;
    bottom: 0;
    background: #A62224;
    color: white;
    width: calc(100% - 30px);
  }
  .parts-pricing-wrapper .parts-pricing-sidebar.fixed .back-to-top:after {
    content: url("/img/arrow-up-white.svg");
  }
}
.parts-pricing-wrapper .auto-parts-sidebar-cta-row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
  align-items: stretch;
  margin: 20px 0;
}
@media (max-width: 991px) {
  .parts-pricing-wrapper .auto-parts-sidebar-cta-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 767px) {
  .parts-pricing-wrapper .auto-parts-sidebar-cta-row {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}
.parts-pricing-wrapper .auto-parts-sidebar-cta {
  display: flex;
  min-width: 0;
}
.parts-pricing-wrapper .auto-parts-sidebar-cta-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  min-height: 180px;
  padding: 24px 20px;
  border-radius: 18px;
  background: #F3F3F3;
  text-decoration: none;
  text-align: center;
  box-sizing: border-box;
}
.parts-pricing-wrapper .auto-parts-sidebar-cta-link:hover {
  text-decoration: none;
  color: inherit;
}
@media (max-width: 767px) {
  .parts-pricing-wrapper .auto-parts-sidebar-cta-link {
    min-height: auto;
    padding: 20px 16px;
  }
}
.parts-pricing-wrapper .auto-parts-sidebar-cta img {
  height: 56px;
  width: auto;
  max-width: 100%;
  object-fit: contain;
  margin-bottom: 18px;
  flex-shrink: 0;
}
.parts-pricing-wrapper .auto-parts-sidebar-cta h4 {
  margin: 0 0 14px;
  color: #333;
  font-family: "Oswald", Arial;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.15;
}
@media (max-width: 767px) {
  .parts-pricing-wrapper .auto-parts-sidebar-cta h4 {
    font-size: 18px;
  }
}
.parts-pricing-wrapper .auto-parts-sidebar-cta .btn {
  margin-top: auto;
  margin-left: auto;
  margin-right: auto;
  min-width: 132px;
  width: auto;
  padding: 8px 18px;
  border-radius: 4px;
  background-color: #333;
  color: #fff;
  font-family: "Oswald", Arial;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
}
