/* Variants */
/*
 * -- BASE STYLES --
 * Don't screw this up!
 */
.container.container-row {
  padding: 1em 0;
}
.container.container-bg {
  background-color: #fff;
  color: #222;
  border-top-left-radius: 0.2em;
  border-top-right-radius: 0.2em;
  position: relative;
  overflow: hidden;
}
.has-background .root-container > div > .container {
  background-color: #fff;
}
body {
  background-color: #fff;
}
#body {
  max-width: 1920px;
  -webkit-box-shadow: 0 0 2px rgba(0,0,0,0.5);
  box-shadow: 0 0 2px rgba(0,0,0,0.5);
  margin: 0 auto;
  color: #222;
  overflow: hidden;
  background-color: #fff;
}
#body.has-background {
  background-image: $bgImg;
  background-size: $bgSize;
  background-repeat: $bgRepeat;
  background-position: $bgPosition;
  background-attachment: $bgAttachment;
}
input,
select,
textarea {
  background-color: #fff;
  color: #222;
}
main {
  -webkit-transition: filter 0.5s ease-in-out;
  -moz-transition: filter 0.5s ease-in-out;
  -o-transition: filter 0.5s ease-in-out;
  -ms-transition: filter 0.5s ease-in-out;
  transition: filter 0.5s ease-in-out;
}
main > .root-container {
  min-height: 100vh;
}
main.blocked {
  filter: blur(4px);
  -webkit-filter: blur(4px);
}
.root-container {
  max-width: 1920px;
}
blocker {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.5s ease-in-out, z-index 0s linear 0.5s;
  -moz-transition: opacity 0.5s ease-in-out, z-index 0s linear 0.5s;
  -o-transition: opacity 0.5s ease-in-out, z-index 0s linear 0.5s;
  -ms-transition: opacity 0.5s ease-in-out, z-index 0s linear 0.5s;
  transition: opacity 0.5s ease-in-out, z-index 0s linear 0.5s;
  background-color: rgba(0,0,0,0.85);
  text-align: center;
}
blocker.blocking {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  z-index: 10000;
  -webkit-transition: opacity 0.5s ease-in-out, z-index 0s linear;
  -moz-transition: opacity 0.5s ease-in-out, z-index 0s linear;
  -o-transition: opacity 0.5s ease-in-out, z-index 0s linear;
  -ms-transition: opacity 0.5s ease-in-out, z-index 0s linear;
  transition: opacity 0.5s ease-in-out, z-index 0s linear;
}
img,
img:focus,
a,
a:focus {
  outline: 0;
  color: #3d5afe;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
}
h2,
h3 {
  margin: 5px 0;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  zoom: 1;
}
.pure-g {
  display: block;
}
.pure-g [class *="pure-u"] {
  font-family: roboto, arial, sans-serif;
}
.pure-menu-active > .pure-menu-link,
.pure-menu-link:hover,
.pure-menu-link:focus {
  background: none;
}
.l-content {
  margin: 0 auto;
}
.l-box {
  padding: 0.5em 2em;
}
.container {
  max-width: 1250px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.sizer {
  height: 100%;
  width: 0;
  display: inline-block;
  vertical-align: middle;
}
.textPrimary,
.textA {
  color: #0d47a1;
}
.textSecondary {
  color: $secondaryBg;
}
.textAlt {
  color: #3d5afe;
}
.textGrey,
.textGray {
  color: #f4f4f4;
}
.bgPrimary,
.bgA {
  background: #0d47a1;
  color: #eee;
}
.altBg {
  background: #f4f4f4;
  color: #222;
}
div[class^="ion"] {
  font-size: 1em;
  display: inline;
  padding: 0 5px;
  color: #3d5afe;
}
.pure-g.no-gap {
  line-height: 0;
}
.pure-g.no-gap > * {
  line-height: normal;
}
.legacy-redirect {
  color: #222;
  font-size: 2em;
  margin-top: calc(50vh - 1em);
  text-align: center;
}
@media screen and (max-width: 35.6em) {
  #body.has-background {
    background-size: initial;
  }
  .container.container-row {
    padding: 0;
  }
}
@media screen and (max-width: 48em) {
  .pure-u-sm-0 {
    display: none;
  }
}
@media screen and (min-width: 48em) and (max-width: 64em) {
  .pure-u-md-0 {
    display: none;
  }
}
@media screen and (min-width: 64em) {
  .pure-u-lg-0 {
    display: none;
  }
}
@media print {
  * {
    background-color: #fff;
    color: #222 /* Variants */;
  }
}
/* main 26 */
.tq-header {
  position: sticky;
  top: 0;
  z-index: 50;
}
.tq-header .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1.5em;
}
.tq-header .tq-topbar {
  background: #262523;
  color: rgba(34,34,34,0.72);
  font-size: 0.8em;
}
.tq-header .tq-topbar .container {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  height: 40px;
}
.tq-header .tq-topbar a {
  color: rgba(255,255,255,0.72);
  text-decoration: none;
}
.tq-header .tq-topbar a:hover {
  color: #fff;
}
.tq-header .tq-topbar i {
  color: #fbb236;
  margin-right: 0.3em;
}
.tq-header .tq-topbar .tq-topbar-left a {
  margin-right: 1.5em;
}
.tq-header .tq-topbar .tq-topbar-right a {
  font-size: 1.15em;
  margin-left: 0.6em;
}
.tq-header .tq-navbar {
  background: #262523;
  border-bottom: 3px solid #0d47a1;
}
.tq-header .tq-navbar .container {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  height: 72px;
}
.tq-header .tq-logo {
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-box;
  display: inline-flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none;
}
.tq-header .tq-logo .tq-logo-img {
  max-height: 46px;
}
.tq-header .tq-logo .tq-logo-mark {
  width: 40px;
  height: 40px;
  border-radius: 0.3em;
  background: #0d47a1;
  color: #fff;
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-box;
  display: inline-flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  font-weight: 700;
  font-size: 1.5em;
  border-bottom: 3px solid #3d5afe;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-right: 0.5em;
}
.tq-header .tq-logo .tq-logo-wm {
  font-weight: 700;
  font-size: 1.6em;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #fff;
}
.tq-header .tq-nav {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.tq-header .tq-nav .tq-nav-close {
  display: none;
}
.tq-header .tq-nav a {
  text-transform: uppercase;
  letter-spacing: 0.03em;
  font-size: 0.9em;
  font-weight: 500;
  color: rgba(255,255,255,0.82);
  text-decoration: none;
  padding: 0.6em 0.9em;
  border-radius: 0.3em;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.tq-header .tq-nav a:hover {
  background: rgba(255,255,255,0.08);
  color: #fff;
}
.tq-header .tq-nav a.tq-nav-cta {
  margin-left: 0.75em;
  background: #f59e0b;
  color: #222;
}
.tq-header .tq-nav a.tq-nav-cta:hover {
  background: #d97706;
  color: #222;
}
.tq-header .tq-mobile-btns {
  display: none;
}
.tq-header .tq-mobile-btns a,
.tq-header .tq-mobile-btns .tq-burger {
  color: #fff;
  font-size: 1.5em;
  margin-left: 0.6em;
  cursor: pointer;
}
.tq-saved-btn {
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-box;
  display: inline-flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  gap: 0.3em;
  background: none;
  border: none;
  cursor: pointer;
  color: rgba(255,255,255,0.65);
  font-size: 1.15em;
  padding: 0.2em 0.4em;
  border-radius: 0.25em;
  position: relative;
  -webkit-transition: all 0.15s ease;
  -moz-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  -ms-transition: all 0.15s ease;
  transition: all 0.15s ease;
}
.tq-saved-btn:hover {
  color: #fff;
}
.tq-saved-btn .tq-saved-count {
  position: absolute;
  top: -4px;
  right: -6px;
  width: 16px;
  height: 16px;
  background: #dc2626;
  color: #fff;
  border-radius: 50%;
  font-size: 10px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  font-family: 'Oswald', sans-serif;
  font-weight: 600;
  pointer-events: none;
}
.tq-saved-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.4);
  z-index: 200;
}
.tq-saved-panel {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  width: 360px;
  max-width: 95vw;
  background: #fff;
  z-index: 201;
  -webkit-box-shadow: -4px 0 24px rgba(0,0,0,0.18);
  box-shadow: -4px 0 24px rgba(0,0,0,0.18);
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -o-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.3s ease;
  -moz-transition: -moz-transform 0.3s ease;
  -o-transition: -o-transform 0.3s ease;
  -ms-transition: -ms-transform 0.3s ease;
  transition: transform 0.3s ease;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.tq-saved-panel.open {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -o-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.tq-saved-head {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding: 0.9em 1.2em;
  border-bottom: 1px solid #ccc;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-size: 0.85em;
  font-weight: 600;
  color: #222;
  background: #f4f4f4;
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  -o-box-flex: 0;
  box-flex: 0;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
}
.tq-saved-head span {
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-box;
  display: inline-flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  gap: 0.4em;
}
.tq-saved-head span i {
  color: #dc2626;
}
.tq-saved-head button {
  border: none;
  background: none;
  cursor: pointer;
  color: #222;
  font-size: 1.1em;
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-box;
  display: inline-flex;
  padding: 0.2em;
  line-height: 1;
}
.tq-saved-head button:hover {
  color: #222;
}
.tq-saved-list {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow-y: auto;
  padding: 0.5em 0.75em;
}
.tq-saved-item {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: start;
  -moz-box-align: start;
  -o-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  gap: 0.75em;
  padding: 0.75em 0;
  border-bottom: 1px solid #ccc;
}
.tq-saved-item:last-child {
  border-bottom: 0;
}
.tq-saved-img {
  width: 84px;
  height: 58px;
  object-fit: cover;
  border-radius: 0.3em;
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  -o-box-flex: 0;
  box-flex: 0;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  border: 1px solid #ccc;
}
.tq-saved-no-img {
  width: 84px;
  height: 58px;
  background: #f4f4f4;
  border-radius: 0.3em;
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  -o-box-flex: 0;
  box-flex: 0;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  color: #222;
  font-size: 1.8em;
  border: 1px solid #ccc;
}
.tq-saved-info {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-width: 0;
}
.tq-saved-title {
  text-transform: uppercase;
  font-size: 0.85em;
  font-weight: 600;
  color: #222;
  line-height: 1.2;
  margin-bottom: 0.2em;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.tq-saved-stock {
  font-size: 0.72em;
  color: #222;
  margin-bottom: 0.4em;
}
.tq-saved-view {
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-box;
  display: inline-flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  gap: 0.3em;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  font-size: 0.72em;
  font-weight: 600;
  color: #2563eb;
  text-decoration: none;
}
.tq-saved-view:hover {
  color: #1d4ed8;
}
.tq-saved-remove {
  border: none;
  background: none;
  cursor: pointer;
  color: #222;
  font-size: 1em;
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-box;
  display: inline-flex;
  -webkit-box-align: start;
  -moz-box-align: start;
  -o-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  padding: 0.1em;
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  -o-box-flex: 0;
  box-flex: 0;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  line-height: 1;
}
.tq-saved-remove:hover {
  color: #dc2626;
}
.tq-saved-empty {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 3em 2em;
  text-align: center;
  color: #222;
}
.tq-saved-empty i {
  font-size: 3em;
  color: #222;
  margin-bottom: 0.75em;
  display: block;
}
.tq-saved-empty p {
  margin: 0;
  line-height: 1.6;
  font-size: 0.9em;
}
@media screen and (min-width: 64.01em) {
  .tq-header .tq-mobile-btns {
    display: none;
  }
}
@media screen and (max-width: 64em) {
  .tq-header .tq-mobile-btns {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
  .tq-header .tq-topbar .tq-topbar-left a:first-child {
    display: none;
  }
  .tq-header .tq-nav {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #0d47a1;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -moz-box-align: stretch;
    -o-box-align: stretch;
    -ms-flex-align: stretch;
    -webkit-align-items: stretch;
    align-items: stretch;
    padding: 4em 2em;
    display: none;
  }
  .tq-header .tq-nav.active {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
  }
  .tq-header .tq-nav .tq-nav-close {
    display: block;
    position: absolute;
    top: 1em;
    right: 1.2em;
    color: #fff;
    font-size: 1.6em;
    cursor: pointer;
  }
  .tq-header .tq-nav a {
    font-size: 1.3em;
    padding: 0.8em 0;
  }
  .tq-header .tq-nav a.tq-nav-cta {
    margin-left: 0;
    margin-top: 1em;
    text-align: center;
  }
}
@media screen and (min-width: 48em) {
  .mobile-text {
    display: none;
  }
}
@media screen and (max-width: 48em) {
  .mobile-text {
    position: fixed;
    z-index: 10;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 1em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #fff;
    -webkit-box-shadow: 0 -0.1em 0.1em rgba(0,0,0,0.25);
    box-shadow: 0 -0.1em 0.1em rgba(0,0,0,0.25);
  }
  .mobile-text .text-dealer {
    padding: 0.5em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #0d47a1;
    color: #eee;
    text-align: center;
  }
  .mobile-text .text-dealer a {
    display: inline-block;
    width: 100%;
    color: #eee;
    text-decoration: none;
  }
}
.tq-footer {
  background: #0a3981;
  color: #fff;
}
.tq-footer .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 3em 1.5em;
}
.tq-footer .tq-footer-grid > div {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 1.5em;
  margin-bottom: 1.5em;
}
.tq-footer .tq-logo {
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-box;
  display: inline-flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none;
  margin-bottom: 1em;
}
.tq-footer .tq-logo .tq-logo-img {
  max-height: 42px;
}
.tq-footer .tq-logo .tq-logo-mark {
  width: 36px;
  height: 36px;
  border-radius: 0.3em;
  background: #0d47a1;
  color: #fff;
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-box;
  display: inline-flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  font-weight: 700;
  font-size: 1.3em;
  border-bottom: 3px solid #3d5afe;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-right: 0.5em;
}
.tq-footer .tq-logo .tq-logo-wm {
  font-weight: 700;
  font-size: 1.4em;
  text-transform: uppercase;
  color: #fff;
}
.tq-footer .tq-footer-blurb {
  color: #fff;
  font-size: 0.9em;
  line-height: 1.6;
  max-width: 32ch;
  margin: 0 0 1.2em;
}
.tq-footer .tq-footer-socials a {
  color: rgba(238,238,238,0.6);
  font-size: 1.5em;
  margin-right: 0.6em;
  text-decoration: none;
}
.tq-footer .tq-footer-socials a:hover {
  color: #fff;
}
.tq-footer h4 {
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-size: 0.9em;
  margin: 0 0 1em;
}
.tq-footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 0.9em;
}
.tq-footer ul li {
  margin-bottom: 0.5em;
}
.tq-footer ul a {
  color: #fff;
  text-decoration: none;
}
.tq-footer ul a:hover {
  color: #eee;
}
.tq-footer .tq-footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.1);
  margin-top: 1.5em;
  padding-top: 1.5em;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  font-size: 0.78em;
}
.tq-footer .tq-footer-bottom a {
  color: #fff;
  text-decoration: none;
}
.tq-footer .tq-footer-bottom a:hover {
  color: #eee;
}
.tq-footer .tq-footer-bottom .tq-powered img {
  max-height: 30px;
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
}
@media screen and (max-width: 48em) {
  .tq-footer .tq-footer-bottom {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1em;
    text-align: center;
  }
}
blocker .lightbox {
  overflow: hidden;
  width: 100%;
  height: 100%;
  color: #fff;
}
blocker .lightbox .title-bar {
  border-bottom: 1px solid rgba(255,255,255,0.2);
}
blocker .lightbox .title-bar .title {
  font-family: 'Oswald', 'Roboto', sans-serif;
  font-size: 2em;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  padding: 0.5em 1em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
blocker .lightbox .title-bar .close {
  height: 80px;
  border-left: 1px solid rgba(255,255,255,0.2);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0.5em 1em;
  line-height: 65px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}
blocker .lightbox .title-bar .close:hover {
  background: rgba(255,255,255,0.2);
}
blocker .lightbox .main-pic {
  overflow: hidden;
  padding: 1em 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
blocker .lightbox .main-pic .control {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 2em;
  cursor: pointer;
  padding: 2em 0.5em;
  text-shadow: 1px 1px 1px #000;
}
blocker .lightbox .main-pic .control.left {
  left: 0;
}
blocker .lightbox .main-pic .control.right {
  right: 0;
}
blocker .lightbox .panels {
  white-space: nowrap;
  position: relative;
  -webkit-transition: left 0.5s ease-in-out;
  -moz-transition: left 0.5s ease-in-out;
  -o-transition: left 0.5s ease-in-out;
  -ms-transition: left 0.5s ease-in-out;
  transition: left 0.5s ease-in-out;
  left: 0;
  height: 100%;
}
blocker .lightbox .panel {
  display: inline-block;
  vertical-align: middle;
  min-width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
blocker .lightbox .panel > div {
  display: inline-block;
  vertical-align: middle;
}
blocker .lightbox .panel img {
  max-height: calc(100vh - 3em);
  max-width: 100%;
}
blocker .lightbox .panel .img-caption {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  text-align: center;
  background: rgba(0,0,0,0.5);
  color: #fff;
  padding: 1em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
blocker .lightbox .thumbnails {
  padding: 0.5em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: left;
  overflow: auto;
  max-height: 90vh;
}
blocker .lightbox .thumbnails .thumb-wrapper {
  padding: 0.5em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
blocker .lightbox .thumbnails .img {
  padding-bottom: 75%;
  background-size: cover;
  background-position: center center;
  border-radius: 0.25em;
  overflow: hidden;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
blocker .lightbox .thumbnails .img.active {
  border: 2px solid #0d47a1;
}
@media screen and (max-width: 48em) {
  blocker .lightbox .title-bar .close span {
    display: none;
  }
  blocker .lightbox .panel img {
    max-height: calc(100vh - 20vw);
  }
  blocker .lightbox .panel .img-caption {
    display: none;
  }
  blocker .lightbox .thumbnails {
    white-space: nowrap;
    overflow: auto;
  }
}
@media screen and (max-width: 35.6em) {
  blocker .lightbox .title-bar .title {
    font-size: 1.25em;
    line-height: 60px;
  }
  blocker .lightbox .panel img {
    max-height: calc(100vh - 80vw);
  }
}
div.scroll-back-up {
  position: fixed;
  left: -75%;
  bottom: 1.5em;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  background-color: rgba(0,0,0,0.7);
  color: #fff;
  border-radius: 0.2em;
  padding: 0.3em 0.7em;
  z-index: 1000;
  -webkit-transition: opacity 0.5s ease, left 0s linear 0.5s;
  -moz-transition: opacity 0.5s ease, left 0s linear 0.5s;
  -o-transition: opacity 0.5s ease, left 0s linear 0.5s;
  -ms-transition: opacity 0.5s ease, left 0s linear 0.5s;
  transition: opacity 0.5s ease, left 0s linear 0.5s;
  cursor: pointer;
  font-size: 1.5em;
  text-align: center;
}
div.scroll-back-up.active {
  left: calc(50% + 550px);
  opacity: 1;
  -ms-filter: none;
  filter: none;
  -webkit-transition: opacity 0.5s ease, left 0s linear;
  -moz-transition: opacity 0.5s ease, left 0s linear;
  -o-transition: opacity 0.5s ease, left 0s linear;
  -ms-transition: opacity 0.5s ease, left 0s linear;
  transition: opacity 0.5s ease, left 0s linear;
}
@media screen and (max-width: 1280px) {
  div.scroll-back-up.active {
    left: calc(100% - 3.5em);
  }
}
/* Home 2 */
.tq-hero {
  background: #0d47a1;
  background: -webkit-linear-gradient(315deg, #0c4399, #030e20);
  background: -moz-linear-gradient(315deg, #0c4399, #030e20);
  background: -o-linear-gradient(315deg, #0c4399, #030e20);
  background: -ms-linear-gradient(315deg, #0c4399, #030e20);
  background: linear-gradient(135deg, #0c4399, #030e20);
  color: #fff;
  position: relative;
  overflow: hidden;
}
.tq-hero:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  pointer-events: none;
  background: -webkit-radial-gradient(120% 80% at 90% -10%, rgba(100,156,242,0.35), transparent 60%);
  background: -moz-radial-gradient(120% 80% at 90% -10%, rgba(100,156,242,0.35), transparent 60%);
  background: -o-radial-gradient(120% 80% at 90% -10%, rgba(100,156,242,0.35), transparent 60%);
  background: -ms-radial-gradient(120% 80% at 90% -10%, rgba(100,156,242,0.35), transparent 60%);
  background: radial-gradient(120% 80% at 90% -10%, rgba(100,156,242,0.35), transparent 60%);
}
.tq-hero .tq-hero-inner {
  position: relative;
  z-index: 1;
  padding: 5em 0;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.tq-hero .tq-eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.8em;
  font-weight: 600;
  color: #fbb236;
  margin-bottom: 1.1em;
}
.tq-hero .tq-eyebrow i {
  margin-right: 0.4em;
}
.tq-hero h1 {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 4em;
  line-height: 0.98;
  letter-spacing: -0.01em;
  margin: 0 0 0.35em;
}
.tq-hero h1 .hl {
  color: #fbb236;
}
.tq-hero .tq-lead {
  font-size: 1.2em;
  line-height: 1.5;
  color: rgba(238,238,238,0.72);
  max-width: 30em;
  margin: 0 0 1.6em;
}
.tq-hero .tq-ctas a {
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  text-decoration: none;
  font-size: 1.05em;
  padding: 0.9em 1.8em;
  border-radius: 0.3em;
  margin-right: 0.75em;
  margin-bottom: 0.5em;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.tq-hero .tq-ctas a.accent {
  background: #f59e0b;
  color: #222;
}
.tq-hero .tq-ctas a.accent:hover {
  background: #d97706;
}
.tq-hero .tq-ctas a.inverse {
  background: #fff;
  color: #222;
}
.tq-hero .tq-ctas a.inverse:hover {
  background: #f4f4f4;
}
.tq-hero .tq-stats {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  gap: 3em;
  margin-top: 2.6em;
  padding-top: 2em;
  border-top: 1px solid rgba(255,255,255,0.12);
  max-width: 36em;
}
.tq-hero .tq-stats .v {
  display: block;
  font-weight: 600;
  font-size: 2.2em;
  line-height: 1;
}
.tq-hero .tq-stats .l {
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.72em;
  color: rgba(238,238,238,0.6);
  margin-top: 0.3em;
  display: block;
}
.tq-hero .tq-hero-aside {
  text-align: center;
}
.tq-hero .tq-hero-aside i {
  font-size: 18em;
  color: rgba(255,255,255,0.1);
  -webkit-transition: color 1s ease;
  -moz-transition: color 1s ease;
  -o-transition: color 1s ease;
  -ms-transition: color 1s ease;
  transition: color 1s ease;
}
.tq-hero .tq-hero-aside i:hover {
  color: rgba(255,255,255,0.5);
}
@media screen and (max-width: 64em) {
  .tq-hero h1 {
    font-size: 2.6em;
  }
  .tq-hero .tq-hero-aside {
    display: none;
  }
}
@media screen and (max-width: 48em) {
  .tq-hero .tq-stats {
    gap: 1.4em;
  }
  .tq-hero .tq-hero-inner {
    padding: 3em 1em;
  }
}
.container-wrapper {
  position: relative;
  max-width: 1250px;
  margin: 0 auto;
}
.container-bg-border {
  display: block;
  height: 50%;
  margin-bottom: -50%;
  z-index: 0;
  left: -1px;
  top: -1px;
  right: -1px;
  position: absolute;
  background: -webkit-linear-gradient(rgba(0,0,0,0.05), transparent);
  background: -moz-linear-gradient(rgba(0,0,0,0.05), transparent);
  background: -o-linear-gradient(rgba(0,0,0,0.05), transparent);
  background: -ms-linear-gradient(rgba(0,0,0,0.05), transparent);
  background: linear-gradient(rgba(0,0,0,0.05), transparent);
  border-radius: 0.2em;
  max-width: 100%;
}
.container.primary,
.container-full.primary {
  background-color: #0d47a1;
  color: #eee;
}
.container.alt-bg,
.container-full.alt-bg {
  background-color: #f4f4f4;
  color: #222;
}
.container.left-m,
.container-full.left-m {
  margin-left: 1em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.container.right-m,
.container-full.right-m {
  margin-right: 1em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.container.container-trans,
.container-full.container-trans {
  background: rgba(255,255,255,0.9);
}
.container-full {
  width: 100%;
  background-color: #fff;
}
.has-background .root-container > div > .container-trans {
  background-color: rgba(255,255,255,0.9);
}
@media screen and (max-width: 48em) {
  .container.alt-bg,
  .container.left-m,
  .container.right-m {
    margin: 0;
  }
}
.inv-root {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -o-box-align: stretch;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
}
.tq-card-wrap {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0.6em;
  width: 33.333%;
  background: #fff;
  border: 1px solid #ccc;
  border-bottom: 3px solid #0d47a1;
  border-radius: 0.65em;
  overflow: hidden;
  -webkit-box-shadow: 0 1px 3px rgba(16,18,27,0.08);
  box-shadow: 0 1px 3px rgba(16,18,27,0.08);
  -webkit-transition: box-shadow 0.2s ease, -webkit-transform 0.2s ease;
  -moz-transition: box-shadow 0.2s ease, -moz-transform 0.2s ease;
  -o-transition: box-shadow 0.2s ease, -o-transform 0.2s ease;
  -ms-transition: box-shadow 0.2s ease, -ms-transform 0.2s ease;
  transition: box-shadow 0.2s ease, transform 0.2s ease;
}
.tq-card-wrap:hover {
  -webkit-box-shadow: 0 12px 28px rgba(16,18,27,0.12);
  box-shadow: 0 12px 28px rgba(16,18,27,0.12);
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -o-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
}
.tq-card-cols-2 {
  width: 50%;
}
.tq-card-cols-4 {
  width: 25%;
}
.tq-card-media {
  display: block;
  position: relative;
  text-decoration: none;
  overflow: hidden;
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  -o-box-flex: 0;
  box-flex: 0;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
}
.tq-card-media .tq-card-img {
  width: 100%;
  display: block;
  aspect-ratio: 16/10;
  object-fit: cover;
  -webkit-transition: -webkit-transform 0.3s ease;
  -moz-transition: -moz-transform 0.3s ease;
  -o-transition: -o-transform 0.3s ease;
  -ms-transition: -ms-transform 0.3s ease;
  transition: transform 0.3s ease;
}
.tq-card-media:hover .tq-card-img {
  -webkit-transform: scale(1.03);
  -moz-transform: scale(1.03);
  -o-transform: scale(1.03);
  -ms-transform: scale(1.03);
  transform: scale(1.03);
}
.tq-card-media .tq-card-no-photo {
  aspect-ratio: 16/10;
  background: #f4f4f4;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.tq-card-media .tq-card-no-photo i {
  font-size: 3em;
  color: #222;
}
.tq-card-media .tq-card-sold-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-image: url("/themes/theme1/img/stamp_sold.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 5;
}
.tq-card-media .tq-card-badges {
  position: absolute;
  top: 0.5em;
  left: 0.5em;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  gap: 0.3em;
}
.tq-card-media .tq-card-count {
  position: absolute;
  bottom: 0.5em;
  right: 0.5em;
  background: #fff;
  color: #222;
  font-family: 'Oswald', sans-serif;
  font-size: 0.7em;
  letter-spacing: 0.03em;
  padding: 0.2em 0.5em;
  border-radius: 0.25em;
}
.tq-cbadge {
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  font-size: 0.7em;
  padding: 0.3em 0.55em;
  border-radius: 0.25em;
}
.tq-cbadge.new {
  background: #2563eb;
  color: #fff;
}
.tq-cbadge.used {
  background: #0c4091;
  color: #fff;
}
.tq-cbadge.deal {
  background: #f59e0b;
  color: #222;
}
.tq-cbadge.sold {
  background: #dc2626;
  color: #fff;
}
.tq-card-body {
  padding: 0.9em 1em 0.5em;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.tq-card-title {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1.1em;
  margin: 0 0 0.6em;
  line-height: 1.15;
}
.tq-card-title a {
  color: #222;
  text-decoration: none;
}
.tq-card-title a:hover {
  color: #0d47a1;
}
.tq-card-title em {
  font-style: normal;
  font-weight: 400;
  color: #222;
}
.tq-card-specs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.25em 0.75em;
  margin-bottom: 0.8em;
}
.tq-card-specs .tq-cspec {
  font-size: 0.82em;
  color: #626262;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.tq-card-specs .tq-cspec i {
  color: #626262;
  margin-right: 0.3em;
}
.tq-card-price {
  border-top: 1px solid #ccc;
  padding-top: 0.7em;
  margin-top: auto;
}
.tq-card-price .tq-cprice-main {
  font-weight: 600;
  font-size: 1.6em;
  color: #222;
  line-height: 1;
  display: inline-block;
}
.tq-card-price .tq-cprice-main.special {
  color: #f59e0b;
}
.tq-card-price .tq-cprice-was {
  font-size: 0.9em;
  color: #222;
  text-decoration: line-through;
  margin-left: 0.4em;
}
.tq-card-price .tq-cprice-save {
  display: block;
  text-transform: uppercase;
  font-size: 0.72em;
  color: #16a34a;
  font-weight: 600;
  margin-top: 0.2em;
}
.tq-card-price .tq-cprice-mo {
  font-size: 0.8em;
  color: #222;
  margin-top: 0.25em;
}
.tq-card-price .tq-card-disclaimer {
  font-size: 0.68em;
  color: #222;
  margin-top: 0.3em;
}
.tq-card-price .tq-card-disclaimer em {
  font-style: normal;
}
.tq-reports-panel {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  border-top: 3px solid #2563eb;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -o-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: -webkit-transform 0.25s ease;
  -moz-transition: -moz-transform 0.25s ease;
  -o-transition: -o-transform 0.25s ease;
  -ms-transition: -ms-transform 0.25s ease;
  transition: transform 0.25s ease;
  z-index: 20;
}
.tq-reports-panel.open {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.tq-reports-head {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding: 0.6em 0.9em;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-size: 0.78em;
  color: #222;
  border-bottom: 1px solid #ccc;
}
.tq-reports-head i {
  margin-right: 0.4em;
  color: #0d47a1;
}
.tq-reports-close {
  border: none;
  background: none;
  cursor: pointer;
  color: #222;
  font-size: 1.1em;
  padding: 0;
  line-height: 1;
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-box;
  display: inline-flex;
}
.tq-reports-close:hover {
  color: #222;
}
.tq-reports-body {
  padding: 0.75em;
}
.tq-report-item {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0.4em;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.tq-report-item img {
  max-height: 3.5em;
  max-width: 100%;
  margin: 0 auto;
  display: block;
}
.tq-report-item .carfax img {
  background: #fff;
  border-radius: 0.3em;
  padding: 0.1em 0.2em;
}
.tq-card-actions {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  gap: 0.4em;
  padding: 0.6em 1em 0.9em;
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  -o-box-flex: 0;
  box-flex: 0;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
}
.tq-card-actions a {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.tq-card-actions .tq-cta {
  width: 100%;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  font-size: 0.82em;
  padding: 0.6em 0.5em;
  border-radius: 0.3em;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
  border: 1px solid transparent;
  text-align: center;
}
.tq-card-actions .tq-cta.primary {
  background: #2563eb;
  color: #fff;
  border-color: #2563eb;
}
.tq-card-actions .tq-cta.primary:hover {
  background: #1d4ed8;
}
.tq-card-actions .tq-cta.ghost {
  background: #fff;
  color: #222;
  border-color: #ccc;
}
.tq-card-actions .tq-cta.ghost:hover {
  border-color: #222;
}
.tq-card-actions .tq-cta.sold-btn {
  background: #f4f4f4;
  color: #222;
  border-color: #ccc;
  cursor: default;
}
.tq-card-actions .tq-cta.accent {
  background: #f59e0b;
  color: #222;
  border-color: #f59e0b;
}
.tq-card-actions .tq-cta.accent:hover {
  background: #d97706;
}
.tq-reports-trigger {
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  -o-box-flex: 0;
  box-flex: 0;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  width: 36px;
  height: 36px;
  border-radius: 0.3em;
  border: 1px solid #ccc;
  background: #fff;
  color: #222;
  cursor: pointer;
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-box;
  display: inline-flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  font-size: 1.05em;
  -webkit-transition: all 0.15s ease;
  -moz-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  -ms-transition: all 0.15s ease;
  transition: all 0.15s ease;
}
.tq-reports-trigger:hover {
  border-color: #2563eb;
  color: #0d47a1;
}
.tq-reports-trigger.active {
  background: #2563eb;
  color: #fff;
  border-color: #2563eb;
}
.search-results {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: baseline;
  -moz-box-align: baseline;
  -o-box-align: baseline;
  -ms-flex-align: baseline;
  -webkit-align-items: baseline;
  align-items: baseline;
  gap: 0.35em;
  padding: 0.75em 0;
  color: #222;
  font-size: 0.9em;
}
.search-results h2 {
  font-weight: 600;
  font-size: 1.5em;
  color: #0d47a1;
  margin: 0;
}
#inventory .pagination {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin: 1.5em 0;
}
#inventory .pagination-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
}
#inventory .pagination .page {
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-box;
  display: inline-flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  min-width: 40px;
  height: 40px;
  padding: 0 0.75em;
  cursor: pointer;
  font-size: 0.9em;
  font-weight: 500;
  letter-spacing: 0.02em;
  background: #fff;
  color: #222;
  border: 1px solid #ccc;
  border-right: none;
  -webkit-transition: all 0.15s ease;
  -moz-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  -ms-transition: all 0.15s ease;
  transition: all 0.15s ease;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#inventory .pagination .page:hover {
  background: #eef3ff;
  color: #0d47a1;
  border-color: #b3c8ff;
}
#inventory .pagination .page.active {
  background: #2563eb;
  color: #fff;
  border-color: #2563eb;
}
#inventory .pagination .page.active:hover {
  background: #1d4ed8;
}
#inventory .pagination .page.ticks {
  color: #222;
  padding: 0 0.5em;
  cursor: default;
}
#inventory .pagination .page.ticks:hover {
  background: #fff;
  color: #222;
}
#inventory .pagination .page.off {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  pointer-events: none;
}
#inventory .pagination .page.faded {
  opacity: 0.4;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  filter: alpha(opacity=40);
  cursor: not-allowed;
}
#inventory .pagination .page.faded:hover {
  background: #fff;
  color: #222;
}
#inventory .pagination .page.left {
  border-radius: 0.3em 0 0 0.3em;
  border-left: 1px solid #ccc;
}
#inventory .pagination .page.right {
  border-radius: 0 0.3em 0.3em 0;
  border-right: 1px solid #ccc;
}
@media screen and (max-width: 64em) {
  .tq-card-wrap {
    width: 50%;
  }
  .tq-card-cols-4 {
    width: 50%;
  }
}
@media screen and (max-width: 35.5em) {
  .tq-card-wrap,
  .tq-card-cols-2,
  .tq-card-cols-4 {
    width: 100%;
  }
  #inventory .pagination .page {
    min-width: 34px;
    height: 34px;
  }
}
/* Privacy Policy 2 */
.container-wrapper {
  position: relative;
  max-width: 1250px;
  margin: 0 auto;
}
.container-bg-border {
  display: block;
  height: 50%;
  margin-bottom: -50%;
  z-index: 0;
  left: -1px;
  top: -1px;
  right: -1px;
  position: absolute;
  background: -webkit-linear-gradient(rgba(0,0,0,0.05), transparent);
  background: -moz-linear-gradient(rgba(0,0,0,0.05), transparent);
  background: -o-linear-gradient(rgba(0,0,0,0.05), transparent);
  background: -ms-linear-gradient(rgba(0,0,0,0.05), transparent);
  background: linear-gradient(rgba(0,0,0,0.05), transparent);
  border-radius: 0.2em;
  max-width: 100%;
}
.container.primary,
.container-full.primary {
  background-color: #0d47a1;
  color: #eee;
}
.container.alt-bg,
.container-full.alt-bg {
  background-color: #f4f4f4;
  color: #222;
}
.container.left-m,
.container-full.left-m {
  margin-left: 1em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.container.right-m,
.container-full.right-m {
  margin-right: 1em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.container.container-trans,
.container-full.container-trans {
  background: rgba(255,255,255,0.9);
}
.container-full {
  width: 100%;
  background-color: #fff;
}
.has-background .root-container > div > .container-trans {
  background-color: rgba(255,255,255,0.9);
}
@media screen and (max-width: 48em) {
  .container.alt-bg,
  .container.left-m,
  .container.right-m {
    margin: 0;
  }
}
.privacy-policy {
  padding: 1em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.privacy-policy h3 {
  background-color: #f4f4f4;
  color: #222;
  padding: 0.5em 1em;
}
.privacy-policy h3,
.privacy-policy strong {
  font-weight: 500;
}
.privacy-policy h3.title {
  text-align: center;
  margin-bottom: 1em;
  border-bottom: 0.2em solid #f4f4f4;
}
.privacy-policy .info {
  margin: 1em 0;
}
.privacy-policy ol li,
.privacy-policy ul li {
  padding-bottom: 1em;
}
.privacy-policy .worldpay p {
  text-align: justify;
}
/* Sitemap 2 */
.container-wrapper {
  position: relative;
  max-width: 1250px;
  margin: 0 auto;
}
.container-bg-border {
  display: block;
  height: 50%;
  margin-bottom: -50%;
  z-index: 0;
  left: -1px;
  top: -1px;
  right: -1px;
  position: absolute;
  background: -webkit-linear-gradient(rgba(0,0,0,0.05), transparent);
  background: -moz-linear-gradient(rgba(0,0,0,0.05), transparent);
  background: -o-linear-gradient(rgba(0,0,0,0.05), transparent);
  background: -ms-linear-gradient(rgba(0,0,0,0.05), transparent);
  background: linear-gradient(rgba(0,0,0,0.05), transparent);
  border-radius: 0.2em;
  max-width: 100%;
}
.container.primary,
.container-full.primary {
  background-color: #0d47a1;
  color: #eee;
}
.container.alt-bg,
.container-full.alt-bg {
  background-color: #f4f4f4;
  color: #222;
}
.container.left-m,
.container-full.left-m {
  margin-left: 1em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.container.right-m,
.container-full.right-m {
  margin-right: 1em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.container.container-trans,
.container-full.container-trans {
  background: rgba(255,255,255,0.9);
}
.container-full {
  width: 100%;
  background-color: #fff;
}
.has-background .root-container > div > .container-trans {
  background-color: rgba(255,255,255,0.9);
}
@media screen and (max-width: 48em) {
  .container.alt-bg,
  .container.left-m,
  .container.right-m {
    margin: 0;
  }
}
h2.custom-header-one {
  border-bottom: 1px solid #d8d8d8;
  font-weight: 400;
  padding: 0.5em 0;
  margin: 0 0.5em 0.5em 0.5em;
  position: relative;
}
h2.custom-header-one:before {
  content: '';
  height: 1px;
  width: 100%;
  background-color: #ccc;
  position: absolute;
  bottom: 0;
  left: 0;
}
h2.custom-header-two {
  position: relative;
  text-align: center;
  font-weight: 400;
  padding: 0;
  margin: 0 0 0.5em 0;
  text-transform: uppercase;
  color: #0d47a1;
}
h2.custom-header-two span {
  font-size: 1.25em;
  padding: 0 1em;
  position: relative;
  z-index: 2;
  background: #fff;
}
h2.custom-header-two:before {
  content: '';
  height: 2px;
  width: 100%;
  background-color: #222;
  position: absolute;
  bottom: 50%;
  left: 0;
}
h2.custom-header-two:after {
  content: '';
  height: 2px;
  width: 100%;
  background-color: #222;
  position: absolute;
  bottom: 51%;
  left: 0;
}
h2.custom-header-three {
  border-left: 0.2em solid #0d47a1;
  padding-left: 1em;
  font-weight: 400;
}
h2.custom-header-four {
  background: #0d47a1;
  color: #eee;
  padding: 0.25em 0.5em;
  font-weight: 400;
  margin: 0;
}
h2.custom-header-five {
  border-bottom: 2px solid #0d47a1;
  font-weight: 400;
  padding: 0.5em 0;
  margin: 0 0.5em 0.5em 0.5em;
  position: relative;
}
h2.custom-header-six {
  position: relative;
  margin-bottom: 1em;
}
h2.custom-header-six:before {
  width: 4em;
  height: 2px;
  content: '';
  position: absolute;
  display: block;
  left: 50%;
  bottom: -0.25em;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #0d47a1;
}
h2.custom-header-six:after {
  width: 2em;
  height: 2px;
  content: '';
  position: absolute;
  display: block;
  left: 50%;
  bottom: -0.5em;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #0d47a1;
}
h2.custom-header-slashes {
  position: relative;
  margin-bottom: 1em;
}
h2.custom-header-slashes:before {
  width: 100%;
  height: 24px;
  content: '';
  position: absolute;
  display: block;
  left: 0;
  top: 100%;
  background: url("/themes/theme1/img/slashes_2.png");
}
h2.Oswald {
  font-family: 'Oswald', sans-serif;
}
h2.Roboto {
  font-family: 'Roboto', sans-serif;
}
h2.OpenSans {
  font-family: 'Open Sans', sans-serif;
}
@media screen and (max-width: 64em) {
  h2 {
    padding-left: 0.5em;
  }
}
.sitemap .section {
  padding: 1em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.sitemap .toplevel {
  margin: 0;
  padding: 0;
  list-style: none;
}
.sitemap .toplevel a {
  color: #222;
  text-decoration: none;
}
.sitemap .toplevel a:hover {
  color: #0d47a1;
}
.sitemap .toplevel ul a {
  color: #0d47a1;
}
.sitemap .toplevel ul a:hover {
  text-decoration: underline;
}
/* Inventory 2 */
.container-wrapper {
  position: relative;
  max-width: 1250px;
  margin: 0 auto;
}
.container-bg-border {
  display: block;
  height: 50%;
  margin-bottom: -50%;
  z-index: 0;
  left: -1px;
  top: -1px;
  right: -1px;
  position: absolute;
  background: -webkit-linear-gradient(rgba(0,0,0,0.05), transparent);
  background: -moz-linear-gradient(rgba(0,0,0,0.05), transparent);
  background: -o-linear-gradient(rgba(0,0,0,0.05), transparent);
  background: -ms-linear-gradient(rgba(0,0,0,0.05), transparent);
  background: linear-gradient(rgba(0,0,0,0.05), transparent);
  border-radius: 0.2em;
  max-width: 100%;
}
.container.primary,
.container-full.primary {
  background-color: #0d47a1;
  color: #eee;
}
.container.alt-bg,
.container-full.alt-bg {
  background-color: #f4f4f4;
  color: #222;
}
.container.left-m,
.container-full.left-m {
  margin-left: 1em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.container.right-m,
.container-full.right-m {
  margin-right: 1em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.container.container-trans,
.container-full.container-trans {
  background: rgba(255,255,255,0.9);
}
.container-full {
  width: 100%;
  background-color: #fff;
}
.has-background .root-container > div > .container-trans {
  background-color: rgba(255,255,255,0.9);
}
@media screen and (max-width: 48em) {
  .container.alt-bg,
  .container.left-m,
  .container.right-m {
    margin: 0;
  }
}
.padded-box {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.html-cmp svg .bgA {
  fill: #0d47a1;
}
.html-cmp svg .bg {
  fill: #fff;
}
.html-cmp svg .bgB {
  fill: #f4f4f4;
}
.html-cmp svg .bgC {
  fill: #f4f4f4;
}
#inventory {
  padding-top: 1em;
}
.container-bg #inventory {
  padding-top: 0;
}
.no-inv-found {
  padding: 1em;
  min-height: 10em;
}
.no-inv-found h2 {
  font-weight: 300;
  font-style: italic;
}
.container.ltr-fix {
  direction: rtl;
}
.container.ltr-fix > * {
  direction: ltr;
}
.pagination {
  text-align: center;
  margin: 1em 0;
}
.pagination div {
  display: inline-block;
}
.pagination .page {
  cursor: pointer;
  background: #f4f4f4;
  color: #222;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  padding: 0.5em 1em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none; /* webkit (safari, chrome) browsers */
  -moz-user-select: none; /* mozilla browsers */
  -khtml-user-select: none; /* webkit (konqueror) browsers */
  -ms-user-select: none; /* IE10+ */
}
.pagination .page.ticks {
  padding: 0.5em;
}
.pagination .page.off {
  color: #f4f4f4;
}
.pagination .page.faded i {
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
}
.pagination .page.active {
  background: #0d47a1;
  color: #eee;
}
.pagination .page.left {
  border-top-left-radius: 0.2em;
  border-bottom-left-radius: 0.2em;
  border-left: 1px solid #ccc;
}
.pagination .page.right {
  border-top-right-radius: 0.2em;
  border-bottom-right-radius: 0.2em;
}
.inv-loading .wrapper {
  position: relative;
  min-height: 20em;
  text-align: center;
}
.inv-loading .wrapper h2 {
  text-transform: uppercase;
  font-weight: 400;
}
.inv-loading .wrapper .dotted {
  position: relative;
  margin: 0 auto;
  width: 8px;
  height: 8px;
  background-color: #0d47a1;
  border-radius: 8px;
  -webkit-background-clip: padding;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-animation: dotted 600ms linear infinite alternate;
  -moz-animation: dotted 600ms linear infinite alternate;
  -o-animation: dotted 600ms linear infinite alternate;
  -ms-animation: dotted 600ms linear infinite alternate;
  animation: dotted 600ms linear infinite alternate;
  -webkit-animation-delay: 200ms;
  -moz-animation-delay: 200ms;
  -o-animation-delay: 200ms;
  -ms-animation-delay: 200ms;
  animation-delay: 200ms;
}
.inv-loading .wrapper .dotted:before,
.inv-loading .wrapper .dotted:after {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  background-color: #0d47a1;
  border-radius: 10px;
  -webkit-background-clip: padding;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.inv-loading .wrapper .dotted:before {
  left: -16px;
  -webkit-animation: dotted 600ms linear infinite alternate;
  -moz-animation: dotted 600ms linear infinite alternate;
  -o-animation: dotted 600ms linear infinite alternate;
  -ms-animation: dotted 600ms linear infinite alternate;
  animation: dotted 600ms linear infinite alternate;
  -webkit-animation-delay: 0ms;
  -moz-animation-delay: 0ms;
  -o-animation-delay: 0ms;
  -ms-animation-delay: 0ms;
  animation-delay: 0ms;
}
.inv-loading .wrapper .dotted:after {
  left: 16px;
  -webkit-animation: dotted 600ms linear infinite alternate;
  -moz-animation: dotted 600ms linear infinite alternate;
  -o-animation: dotted 600ms linear infinite alternate;
  -ms-animation: dotted 600ms linear infinite alternate;
  animation: dotted 600ms linear infinite alternate;
  -webkit-animation-delay: 400ms;
  -moz-animation-delay: 400ms;
  -o-animation-delay: 400ms;
  -ms-animation-delay: 400ms;
  animation-delay: 400ms;
}
@-webkit-keyframes dotted {
  0% {
    background-color: #0d47a1;
  }
  100% {
    background-color: #fff;
  }
}
@-moz-keyframes dotted {
  0% {
    background-color: #0d47a1;
  }
  100% {
    background-color: #fff;
  }
}
@-webkit-keyframes dotted {
  0% {
    background-color: #0d47a1;
  }
  100% {
    background-color: #fff;
  }
}
@-o-keyframes dotted {
  0% {
    background-color: #0d47a1;
  }
  100% {
    background-color: #fff;
  }
}
@keyframes dotted {
  0% {
    background-color: #0d47a1;
  }
  100% {
    background-color: #fff;
  }
}
#inventory .pure-u-1 {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -o-box-align: stretch;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
}
#inventory .pure-u-1 > .search-results {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}
#inventory .pure-u-1 > .pagination {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}
.tq-card-wrap {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0.6em;
  width: 33.333%;
  background: #fff;
  border: 1px solid #ccc;
  border-bottom: 3px solid #0d47a1;
  border-radius: 0.65em;
  overflow: hidden;
  -webkit-box-shadow: 0 1px 3px rgba(16,18,27,0.08);
  box-shadow: 0 1px 3px rgba(16,18,27,0.08);
  -webkit-transition: box-shadow 0.2s ease, -webkit-transform 0.2s ease;
  -moz-transition: box-shadow 0.2s ease, -moz-transform 0.2s ease;
  -o-transition: box-shadow 0.2s ease, -o-transform 0.2s ease;
  -ms-transition: box-shadow 0.2s ease, -ms-transform 0.2s ease;
  transition: box-shadow 0.2s ease, transform 0.2s ease;
}
.tq-card-wrap:hover {
  -webkit-box-shadow: 0 12px 28px rgba(16,18,27,0.12);
  box-shadow: 0 12px 28px rgba(16,18,27,0.12);
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -o-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
}
.tq-card-cols-2 {
  width: 50%;
}
.tq-card-cols-4 {
  width: 25%;
}
.tq-card-media {
  display: block;
  position: relative;
  text-decoration: none;
  overflow: hidden;
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  -o-box-flex: 0;
  box-flex: 0;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
}
.tq-card-media .tq-card-img {
  width: 100%;
  display: block;
  aspect-ratio: 16/10;
  object-fit: cover;
  -webkit-transition: -webkit-transform 0.3s ease;
  -moz-transition: -moz-transform 0.3s ease;
  -o-transition: -o-transform 0.3s ease;
  -ms-transition: -ms-transform 0.3s ease;
  transition: transform 0.3s ease;
}
.tq-card-media:hover .tq-card-img {
  -webkit-transform: scale(1.03);
  -moz-transform: scale(1.03);
  -o-transform: scale(1.03);
  -ms-transform: scale(1.03);
  transform: scale(1.03);
}
.tq-card-media .tq-card-no-photo {
  aspect-ratio: 16/10;
  background: #f4f4f4;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.tq-card-media .tq-card-no-photo i {
  font-size: 3em;
  color: #222;
}
.tq-card-media .tq-card-sold-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-image: url("/themes/theme1/img/stamp_sold.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 5;
}
.tq-card-media .tq-card-badges {
  position: absolute;
  top: 0.5em;
  left: 0.5em;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  gap: 0.3em;
}
.tq-card-media .tq-card-count {
  position: absolute;
  bottom: 0.5em;
  right: 0.5em;
  background: #fff;
  color: #222;
  font-size: 0.7em;
  letter-spacing: 0.03em;
  padding: 0.2em 0.5em;
  border-radius: 0.25em;
}
.tq-cbadge {
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  font-size: 0.7em;
  padding: 0.3em 0.55em;
  border-radius: 0.25em;
}
.tq-cbadge.new {
  background: #2563eb;
  color: #fff;
}
.tq-cbadge.used {
  background: #0c4091;
  color: #fff;
}
.tq-cbadge.deal {
  background: #f59e0b;
  color: #222;
}
.tq-cbadge.sold {
  background: #dc2626;
  color: #fff;
}
.tq-card-body {
  padding: 0.9em 1em 0.5em;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.tq-card-title {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1.1em;
  margin: 0 0 0.6em;
  line-height: 1.15;
}
.tq-card-title a {
  color: #222;
  text-decoration: none;
}
.tq-card-title a:hover {
  color: #0d47a1;
}
.tq-card-title em {
  font-style: normal;
  font-weight: 400;
  color: #222;
}
.tq-card-specs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.25em 0.75em;
  margin-bottom: 0.8em;
}
.tq-card-specs .tq-cspec {
  font-size: 0.82em;
  color: #626262;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.tq-card-specs .tq-cspec i {
  color: #626262;
  margin-right: 0.3em;
}
.tq-card-price {
  border-top: 1px solid #ccc;
  padding-top: 0.7em;
  margin-top: auto;
}
.tq-card-price .tq-cprice-main {
  font-weight: 600;
  font-size: 1.6em;
  color: #222;
  line-height: 1;
  display: inline-block;
}
.tq-card-price .tq-cprice-main.special {
  color: #f59e0b;
}
.tq-card-price .tq-cprice-was {
  font-size: 0.9em;
  color: #222;
  text-decoration: line-through;
  margin-left: 0.4em;
}
.tq-card-price .tq-cprice-save {
  display: block;
  text-transform: uppercase;
  font-size: 0.72em;
  color: #16a34a;
  font-weight: 600;
  margin-top: 0.2em;
}
.tq-card-price .tq-cprice-mo {
  font-size: 0.8em;
  color: #222;
  margin-top: 0.25em;
}
.tq-card-price .tq-card-disclaimer {
  font-size: 0.68em;
  color: #222;
  margin-top: 0.3em;
}
.tq-card-price .tq-card-disclaimer em {
  font-style: normal;
}
.tq-reports-panel {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  border-top: 3px solid #2563eb;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -o-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: -webkit-transform 0.25s ease;
  -moz-transition: -moz-transform 0.25s ease;
  -o-transition: -o-transform 0.25s ease;
  -ms-transition: -ms-transform 0.25s ease;
  transition: transform 0.25s ease;
  z-index: 20;
}
.tq-reports-panel.open {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.tq-reports-head {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding: 0.6em 0.9em;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-size: 0.78em;
  color: #222;
  border-bottom: 1px solid #ccc;
}
.tq-reports-head i {
  margin-right: 0.4em;
  color: #0d47a1;
}
.tq-reports-close {
  border: none;
  background: none;
  cursor: pointer;
  color: #222;
  font-size: 1.1em;
  padding: 0;
  line-height: 1;
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-box;
  display: inline-flex;
}
.tq-reports-close:hover {
  color: #222;
}
.tq-reports-body {
  padding: 0.75em;
}
.tq-report-item {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0.4em;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.tq-report-item img {
  max-height: 3.5em;
  max-width: 100%;
  margin: 0 auto;
  display: block;
}
.tq-report-item .carfax img {
  background: #fff;
  border-radius: 0.3em;
  padding: 0.1em 0.2em;
}
.tq-card-actions {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  gap: 0.4em;
  padding: 0.6em 1em 0.9em;
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  -o-box-flex: 0;
  box-flex: 0;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
}
.tq-card-actions a {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.tq-card-actions .tq-cta {
  width: 100%;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  font-size: 0.82em;
  padding: 0.6em 0.5em;
  border-radius: 0.3em;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
  border: 1px solid transparent;
  text-align: center;
}
.tq-card-actions .tq-cta.primary {
  background: #2563eb;
  color: #fff;
  border-color: #2563eb;
}
.tq-card-actions .tq-cta.primary:hover {
  background: #1d4ed8;
}
.tq-card-actions .tq-cta.ghost {
  background: #fff;
  color: #222;
  border-color: #ccc;
}
.tq-card-actions .tq-cta.ghost:hover {
  border-color: #222;
}
.tq-card-actions .tq-cta.sold-btn {
  background: #f4f4f4;
  color: #222;
  border-color: #ccc;
  cursor: default;
}
.tq-card-actions .tq-cta.accent {
  background: #f59e0b;
  color: #222;
  border-color: #f59e0b;
}
.tq-card-actions .tq-cta.accent:hover {
  background: #d97706;
}
.tq-reports-trigger {
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  -o-box-flex: 0;
  box-flex: 0;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  width: 36px;
  height: 36px;
  border-radius: 0.3em;
  border: 1px solid #ccc;
  background: #fff;
  color: #222;
  cursor: pointer;
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-box;
  display: inline-flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  font-size: 1.05em;
  -webkit-transition: all 0.15s ease;
  -moz-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  -ms-transition: all 0.15s ease;
  transition: all 0.15s ease;
}
.tq-reports-trigger:hover {
  border-color: #2563eb;
  color: #0d47a1;
}
.tq-reports-trigger.active {
  background: #2563eb;
  color: #fff;
  border-color: #2563eb;
}
.search-results {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: baseline;
  -moz-box-align: baseline;
  -o-box-align: baseline;
  -ms-flex-align: baseline;
  -webkit-align-items: baseline;
  align-items: baseline;
  gap: 0.35em;
  padding: 0.75em 0;
  color: #222;
  font-size: 0.9em;
}
.search-results h2 {
  font-weight: 600;
  font-size: 1.5em;
  color: #0d47a1;
  margin: 0;
}
#inventory .pagination {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin: 1.5em 0;
}
#inventory .pagination-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
}
#inventory .pagination .page {
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-box;
  display: inline-flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  min-width: 40px;
  height: 40px;
  padding: 0 0.75em;
  cursor: pointer;
  font-size: 0.9em;
  font-weight: 500;
  letter-spacing: 0.02em;
  background: #fff;
  color: #222;
  border: 1px solid #ccc;
  border-right: none;
  -webkit-transition: all 0.15s ease;
  -moz-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  -ms-transition: all 0.15s ease;
  transition: all 0.15s ease;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#inventory .pagination .page:hover {
  background: #eef3ff;
  color: #0d47a1;
  border-color: #b3c8ff;
}
#inventory .pagination .page.active {
  background: #2563eb;
  color: #fff;
  border-color: #2563eb;
}
#inventory .pagination .page.active:hover {
  background: #1d4ed8;
}
#inventory .pagination .page.ticks {
  color: #222;
  padding: 0 0.5em;
  cursor: default;
}
#inventory .pagination .page.ticks:hover {
  background: #fff;
  color: #222;
}
#inventory .pagination .page.off {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  pointer-events: none;
}
#inventory .pagination .page.faded {
  opacity: 0.4;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  filter: alpha(opacity=40);
  cursor: not-allowed;
}
#inventory .pagination .page.faded:hover {
  background: #fff;
  color: #222;
}
#inventory .pagination .page.left {
  border-radius: 0.3em 0 0 0.3em;
  border-left: 1px solid #ccc;
}
#inventory .pagination .page.right {
  border-radius: 0 0.3em 0.3em 0;
  border-right: 1px solid #ccc;
}
@media screen and (max-width: 64em) {
  .tq-card-wrap {
    width: 50%;
  }
  .tq-card-cols-4 {
    width: 50%;
  }
}
@media screen and (max-width: 35.5em) {
  .tq-card-wrap,
  .tq-card-cols-2,
  .tq-card-cols-4 {
    width: 100%;
  }
  #inventory .pagination .page {
    min-width: 34px;
    height: 34px;
  }
}
.tq-search {
  border-radius: 0.9em;
  padding: 1.5em;
}
.tq-search.dark {
  background: -webkit-linear-gradient(315deg, #0c4399, #030e20);
  background: -moz-linear-gradient(315deg, #0c4399, #030e20);
  background: -o-linear-gradient(315deg, #0c4399, #030e20);
  background: -ms-linear-gradient(315deg, #0c4399, #030e20);
  background: linear-gradient(135deg, #0c4399, #030e20);
  -webkit-box-shadow: 0 12px 28px rgba(16,18,27,0.12);
  box-shadow: 0 12px 28px rgba(16,18,27,0.12);
}
.tq-search.light {
  background: -webkit-linear-gradient(315deg, #0e4eb1, #c1d7fa);
  background: -moz-linear-gradient(315deg, #0e4eb1, #c1d7fa);
  background: -o-linear-gradient(315deg, #0e4eb1, #c1d7fa);
  background: -ms-linear-gradient(315deg, #0e4eb1, #c1d7fa);
  background: linear-gradient(135deg, #0e4eb1, #c1d7fa);
  border: 1px solid #e0e3e9;
  -webkit-box-shadow: 0 1px 3px rgba(16,18,27,0.08);
  box-shadow: 0 1px 3px rgba(16,18,27,0.08);
}
.tq-search .container {
  padding: 0;
  max-width: none;
}
.tq-search .tq-search-title {
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-size: 0.95em;
  margin-bottom: 1em;
}
.tq-search .tq-search-title i {
  color: #222;
  margin-right: 0.4em;
}
.tq-search.dark .tq-search-title {
  color: rgba(255,255,255,0.75);
}
.tq-search.light .tq-search-title {
  color: #222;
}
.tq-search .tq-search-grid {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: end;
  -moz-box-align: end;
  -o-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
.tq-search .tq-search-cell {
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0.4em;
}
.tq-search .tq-search-label {
  color: #fff;
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-size: 0.7em;
  margin-bottom: 0.4em;
}
.tq-search.dark .tq-search-label {
  color: #fff;
}
.tq-search.light .tq-search-label {
  color: #fff;
}
.tq-search .tq-search-input {
  width: 100%;
  position: relative;
}
.tq-search .tq-search-input i {
  position: absolute;
  left: 0.8em;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #1f1f1f;
}
.tq-search .tq-search-input input {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 44px;
  padding: 0 0.8em 0 2.3em;
  border: 1px solid #cbd1da;
  border-radius: 0.3em;
  font-size: 1em;
  background: #fff;
  color: #222;
}
.tq-search select {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 44px;
  padding: 0 0.8em;
  border: 1px solid #cbd1da;
  border-radius: 0.3em;
  font-size: 1em;
  background: #fff;
  color: #16181d;
}
.tq-search .tq-search-btn {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  height: 44px;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #f59e0b;
  color: #0e1014;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  text-decoration: none;
  border-radius: 0.3em;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.tq-search .tq-search-btn i {
  margin-right: 0.4em;
}
.tq-search .tq-search-btn:hover {
  background: #d97706;
}
.tq-detail-page {
  color: #222;
}
.tq-detail-topbar {
  background: #f4f4f4;
  border-bottom: 1px solid #ccc;
  padding: 0.65em 0;
}
.tq-detail-topbar .container {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0.5em;
}
.tq-breadcrumb {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  gap: 0.5em;
  font-size: 0.88em;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.tq-bc-back {
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-box;
  display: inline-flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  gap: 0.3em;
  color: #2563eb;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  font-size: 0.88em;
  font-weight: 500;
}
.tq-bc-back:hover {
  color: #0c4091;
}
.tq-bc-sep {
  color: #222;
}
.tq-bc-current {
  color: #222;
  font-size: 0.88em;
}
.tq-detail-quickbtns {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  gap: 0.4em;
}
.tq-quickbtn {
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-box;
  display: inline-flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  gap: 0.35em;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  font-size: 0.78em;
  font-weight: 500;
  padding: 0.4em 0.8em;
  border: 1px solid #ccc;
  border-radius: 0.3em;
  background: #fff;
  color: #222;
  cursor: pointer;
  -webkit-transition: all 0.15s ease;
  -moz-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  -ms-transition: all 0.15s ease;
  transition: all 0.15s ease;
}
.tq-quickbtn:hover {
  border-color: #2563eb;
  color: #0d47a1;
}
.tq-detail-body {
  padding: 1.5em 0 3em;
}
.tq-detail-left {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 2em;
}
.tq-detail-right {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.tq-gallery {
  margin-bottom: 1.5em;
}
.tq-gallery-main {
  position: relative;
  border-radius: 0.6em;
  overflow: hidden;
  background: #f4f4f4;
  border: 1px solid #ccc;
}
.tq-gallery-main.tq-gallery-empty {
  aspect-ratio: 16/9;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  gap: 0.5em;
  color: #222;
}
.tq-gallery-main.tq-gallery-empty i {
  font-size: 4em;
}
.tq-gallery-main.tq-gallery-empty span {
  text-transform: uppercase;
  font-size: 0.8em;
  letter-spacing: 0.04em;
}
.tq-gallery-img {
  width: 100%;
  display: block;
  max-height: 480px;
  object-fit: cover;
}
.tq-gallery-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0,0,0,0.6);
  color: #fff;
  padding: 0.6em 1em;
  font-size: 0.85em;
  text-align: center;
}
.tq-gallery-nav {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: rgba(255,255,255,0.9);
  border: none;
  border-radius: 0.3em;
  width: 40px;
  height: 40px;
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-box;
  display: inline-flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  cursor: pointer;
  color: #222;
  font-size: 1.2em;
  -webkit-box-shadow: 0 2px 6px rgba(0,0,0,0.15);
  box-shadow: 0 2px 6px rgba(0,0,0,0.15);
  -webkit-transition: all 0.15s ease;
  -moz-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  -ms-transition: all 0.15s ease;
  transition: all 0.15s ease;
}
.tq-gallery-nav:hover {
  background: #fff;
  color: #0d47a1;
}
.tq-gallery-nav.tq-gallery-prev {
  left: 10px;
}
.tq-gallery-nav.tq-gallery-next {
  right: 10px;
}
.tq-gallery-count {
  position: absolute;
  bottom: 10px;
  right: 10px;
  background: rgba(0,0,0,0.55);
  color: #fff;
  font-size: 0.75em;
  letter-spacing: 0.03em;
  padding: 0.2em 0.6em;
  border-radius: 0.25em;
}
.tq-gallery-badges {
  position: absolute;
  top: 12px;
  left: 12px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  gap: 0.35em;
}
.tq-gallery-thumbs {
  margin-top: 0.5em;
}
.tq-thumb-cell {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0.2em;
  cursor: pointer;
}
.tq-thumb {
  border-radius: 0.3em;
  overflow: hidden;
  border: 2px solid transparent;
  aspect-ratio: 4/3;
  -webkit-transition: border-color 0.15s ease;
  -moz-transition: border-color 0.15s ease;
  -o-transition: border-color 0.15s ease;
  -ms-transition: border-color 0.15s ease;
  transition: border-color 0.15s ease;
}
.tq-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.tq-thumb.active {
  border-color: #2563eb;
}
.tq-thumb:hover {
  border-color: #4d7cf5;
}
.tq-gallery-more {
  margin-top: 0.5em;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #f4f4f4;
  border: 1px solid #ccc;
  border-radius: 0.3em;
  padding: 0.5em;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  font-size: 0.8em;
  color: #222;
  cursor: pointer;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  gap: 0.4em;
  -webkit-transition: all 0.15s ease;
  -moz-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  -ms-transition: all 0.15s ease;
  transition: all 0.15s ease;
}
.tq-gallery-more:hover {
  border-color: #2563eb;
  color: #0d47a1;
}
.tq-spincar {
  margin-top: 0.75em;
}
.tq-accordion {
  margin-top: 1.5em;
}
.tq-accordion-item {
  border-radius: 0.4em;
  margin-bottom: 0.6em;
  overflow: hidden;
  background: #fff;
}
.tq-accordion-head {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding: 0.8em 1em;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 0.85em;
  font-weight: 600;
  color: #222;
  background: #fff;
  -webkit-transition: background 0.15s ease;
  -moz-transition: background 0.15s ease;
  -o-transition: background 0.15s ease;
  -ms-transition: background 0.15s ease;
  transition: background 0.15s ease;
}
.tq-accordion-head span {
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-box;
  display: inline-flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  gap: 0.4em;
}
.tq-accordion-head span i {
  color: #0d47a1;
}
.tq-accordion-head:hover {
  background: #f4f4f4;
}
.tq-accordion-chev {
  color: #222;
  font-size: 0.9em;
  -webkit-transition: -webkit-transform 0.2s ease;
  -moz-transition: -moz-transform 0.2s ease;
  -o-transition: -o-transform 0.2s ease;
  -ms-transition: -ms-transform 0.2s ease;
  transition: transform 0.2s ease;
}
.tq-accordion-item.open .tq-accordion-chev {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.tq-accordion-body {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.3s ease;
  -moz-transition: max-height 0.3s ease;
  -o-transition: max-height 0.3s ease;
  -ms-transition: max-height 0.3s ease;
  transition: max-height 0.3s ease;
}
.tq-accordion-item.open .tq-accordion-body {
  max-height: 1200px;
}
.tq-accordion-inner {
  padding: 0.2em 1em 1em;
}
.tq-specs-grid {
  padding: 0.4em 0;
}
.tq-spec-row {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 0.55em 0;
  border-bottom: 1px solid #d4d4d4;
}
.tq-spec-row:last-child {
  border-bottom: 0;
}
.tq-spec-key {
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-size: 0.75em;
  font-weight: 500;
  color: #222;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.tq-spec-val {
  font-size: 0.88em;
  color: #222;
  font-weight: 600;
  text-align: right;
}
.tq-history-badges .tq-badge-item {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0.5em;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.tq-history-badges .tq-badge-item img {
  max-height: 4em;
  max-width: 100%;
  margin: 0 auto;
  display: block;
}
.tq-buybox {
  background: #fff;
  border: 1px solid #ccc;
  border-bottom: 3px solid #0d47a1;
  border-radius: 0.65em;
  overflow: hidden;
  -webkit-box-shadow: inset 0 0 0 1px rgba(16,18,27,0.16);
  box-shadow: inset 0 0 0 1px rgba(16,18,27,0.16);
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -o-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  padding: 1.4em;
  position: sticky;
  top: 1em;
}
.tq-buybox-eyebrow {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  gap: 0.4em;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 0.75em;
}
.tq-cbadge {
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  font-size: 0.7em;
  padding: 0.3em 0.55em;
  border-radius: 0.25em;
}
.tq-cbadge.new {
  background: #2563eb;
  color: #fff;
}
.tq-cbadge.used {
  background: #0c4091;
  color: #fff;
}
.tq-cbadge.deal {
  background: #f59e0b;
  color: #222;
}
.tq-cbadge.sold {
  background: #dc2626;
  color: #fff;
}
.tq-cbadge.certified {
  background: #eef3ff;
  color: #0c4091;
  border: 1px solid #b3c8ff;
}
.tq-buybox-location {
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-size: 0.7em;
  color: #222;
  margin-left: auto;
}
.tq-buybox-location i {
  margin-right: 0.2em;
}
.tq-buybox-title {
  text-transform: uppercase;
  font-weight: 800;
  font-size: 2em;
  line-height: 1.05;
  color: #222;
  margin: 0 0 0.2em;
}
.tq-buybox-trim {
  font-size: 0.9em;
  color: #696969;
  margin: 0 0 0.15em;
  font-weight: 400;
}
.tq-buybox-price {
  padding-top: 0.9em;
  margin-bottom: 1em;
}
.tq-bp-main {
  font-weight: 700;
  font-size: 2.4em;
  color: #222;
  line-height: 1;
  font-variant-numeric: tabular-nums;
  letter-spacing: -0.01em;
}
.tq-bp-main.special {
  color: #f59e0b;
}
.tq-bp-was {
  font-size: 1em;
  color: #222;
  text-decoration: line-through;
  margin-left: 0.5em;
  vertical-align: middle;
}
.tq-bp-save-badge {
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-box;
  display: inline-flex;
  margin-top: 0.4em;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  font-size: 0.75em;
  font-weight: 600;
  color: #16a34a;
  background: #e9f8ef;
  border: 1px solid #bbe6cc;
  border-radius: 0.25em;
  padding: 0.25em 0.6em;
}
.tq-bp-disclaimer {
  font-size: 0.7em;
  color: #222;
  margin: 0.4em 0 0;
}
.tq-bp-disclaimer em {
  font-style: normal;
}
.tq-buybox-btns {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.5em;
  margin-bottom: 1.2em;
}
.tq-bb-btn {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  gap: 0.5em;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-size: 0.88em;
  font-weight: 500;
  padding: 0.8em 1em;
  border-radius: 0.3em;
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
  border: 1px solid transparent;
}
.tq-bb-btn.accent {
  background: #f59e0b;
  color: #222;
  border-color: #f59e0b;
}
.tq-bb-btn.accent:hover {
  background: #d97706;
}
.tq-bb-btn.primary {
  background: #2563eb;
  color: #fff;
  border-color: #2563eb;
}
.tq-bb-btn.primary:hover {
  background: #1d4ed8;
}
.tq-bb-btn.secondary {
  background: #fff;
  color: #222;
  border-color: #ccc;
  text-align: center;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.tq-bb-btn.secondary:hover {
  border-color: #222;
}
.tq-bb-btn.confirmed {
  background: #28a745;
  color: #fff;
}
.tq-bb-row {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  gap: 0.5em;
}
.tq-calculator {
  background: #f4f4f4;
  border-radius: 0.5em;
  padding: 1em 1.1em;
  margin: 1em 0;
}
.tq-calc-row {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: 0.5em;
}
.tq-calc-label {
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-size: 0.68em;
  font-weight: 500;
  color: #222;
}
.tq-calc-val {
  font-size: 0.82em;
  color: #222;
  font-weight: 600;
  font-variant-numeric: tabular-nums;
}
.tq-calc-slider {
  -webkit-appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  height: 5px;
  border-radius: 3px;
  background: #ccc;
  outline: none;
}
.tq-calc-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #2563eb;
  cursor: pointer;
  -webkit-box-shadow: 0 1px 3px rgba(16,18,27,0.2);
  box-shadow: 0 1px 3px rgba(16,18,27,0.2);
}
.tq-calc-slider::-moz-range-thumb {
  width: 18px;
  height: 18px;
  border: none;
  border-radius: 50%;
  background: #2563eb;
  cursor: pointer;
}
.tq-calc-result {
  margin-top: 0.25em;
  background: #fff;
  border: 1px solid #b3c8ff;
  border-radius: 0.4em;
  padding: 0.9em 1em;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.tq-calc-result-label {
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-size: 0.7em;
  color: #222;
}
.tq-calc-result-val {
  font-weight: 700;
  font-size: 1.6em;
  color: #2563eb;
  font-variant-numeric: tabular-nums;
  line-height: 1;
}
.tq-calc-result-val small {
  font-size: 0.55em;
  font-weight: 400;
  color: #222;
  margin-left: 0.1em;
}
.tq-calc-woodside {
  margin-top: 0.5em;
  font-size: 0.85em;
  color: #222;
  text-align: center;
}
.tq-calc-disclaimer {
  font-size: 0.68em;
  color: #222;
  margin: 0.6em 0 0;
  font-style: italic;
}
@media screen and (max-width: 48em) {
  .tq-detail-body .container.pure-g {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .tq-detail-left {
    display: contents;
  }
  .tq-gallery {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -o-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    margin-bottom: 1.5em;
    width: 100%;
  }
  .tq-detail-right {
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -o-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
    margin-bottom: 1.5em;
    width: 100%;
  }
  .tq-accordion {
    -webkit-box-ordinal-group: 3;
    -moz-box-ordinal-group: 3;
    -o-box-ordinal-group: 3;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
    margin-top: 0;
    width: 100%;
  }
  .tq-buybox {
    position: static;
  }
  .tq-detail-quickbtns span {
    display: none;
  }
}
.tq-desc-wrap {
  border-radius: 0.65em;
  overflow: hidden;
}
.tq-desc-section {
  border-bottom: 1px solid #ccc;
}
.tq-desc-section:last-child {
  border-bottom: 0;
}
.tq-desc-title {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding: 0.9em 1.2em;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-size: 0.88em;
  font-weight: 600;
  color: #222;
  background: #fff;
  -webkit-transition: background 0.15s ease;
  -moz-transition: background 0.15s ease;
  -o-transition: background 0.15s ease;
  -ms-transition: background 0.15s ease;
  transition: background 0.15s ease;
}
.tq-desc-title span {
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-box;
  display: inline-flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  gap: 0.4em;
}
.tq-desc-title span i {
  color: #0d47a1;
}
.tq-desc-title:hover {
  background: #f4f4f4;
}
.tq-desc-title.tq-desc-open {
  background: #f4f4f4;
}
.tq-desc-chev {
  color: #222;
  font-size: 0.9em;
  -webkit-transition: -webkit-transform 0.2s ease;
  -moz-transition: -moz-transform 0.2s ease;
  -o-transition: -o-transform 0.2s ease;
  -ms-transition: -ms-transform 0.2s ease;
  transition: transform 0.2s ease;
}
.tq-desc-body {
  max-height: 2000px;
  overflow: hidden;
  -webkit-transition: max-height 0.35s ease;
  -moz-transition: max-height 0.35s ease;
  -o-transition: max-height 0.35s ease;
  -ms-transition: max-height 0.35s ease;
  transition: max-height 0.35s ease;
}
.tq-desc-body.closed {
  max-height: 0;
}
.tq-desc-inner {
  padding: 1em 1.2em 1.2em;
  border-top: 1px solid #d4d4d4;
}
.tq-feat-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.tq-feat-list li {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: start;
  -moz-box-align: start;
  -o-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  gap: 0.5em;
  font-size: 0.88em;
  color: #222;
  padding: 0.3em 0.5em 0.3em 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.tq-feat-list li i {
  color: #16a34a;
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  -o-box-flex: 0;
  box-flex: 0;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  margin-top: 0.1em;
}
.tq-options-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.tq-options-list li {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: start;
  -moz-box-align: start;
  -o-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  gap: 0.5em;
  font-size: 0.85em;
  color: #222;
  padding: 0.25em 0.5em 0.25em 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.tq-options-list li i {
  color: #0d47a1;
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  -o-box-flex: 0;
  box-flex: 0;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  margin-top: 0.1em;
}
.tq-desc-copy {
  font-size: 0.9em;
  line-height: 1.65;
  color: #222;
}
.tq-desc-copy img {
  max-width: 100%;
  height: auto;
}
.tq-youtube-wrap {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 0;
  height: 0;
}
.tq-youtube-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* About 2 */
.container-wrapper {
  position: relative;
  max-width: 1250px;
  margin: 0 auto;
}
.container-bg-border {
  display: block;
  height: 50%;
  margin-bottom: -50%;
  z-index: 0;
  left: -1px;
  top: -1px;
  right: -1px;
  position: absolute;
  background: -webkit-linear-gradient(rgba(0,0,0,0.05), transparent);
  background: -moz-linear-gradient(rgba(0,0,0,0.05), transparent);
  background: -o-linear-gradient(rgba(0,0,0,0.05), transparent);
  background: -ms-linear-gradient(rgba(0,0,0,0.05), transparent);
  background: linear-gradient(rgba(0,0,0,0.05), transparent);
  border-radius: 0.2em;
  max-width: 100%;
}
.container.primary,
.container-full.primary {
  background-color: #0d47a1;
  color: #eee;
}
.container.alt-bg,
.container-full.alt-bg {
  background-color: #f4f4f4;
  color: #222;
}
.container.left-m,
.container-full.left-m {
  margin-left: 1em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.container.right-m,
.container-full.right-m {
  margin-right: 1em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.container.container-trans,
.container-full.container-trans {
  background: rgba(255,255,255,0.9);
}
.container-full {
  width: 100%;
  background-color: #fff;
}
.has-background .root-container > div > .container-trans {
  background-color: rgba(255,255,255,0.9);
}
@media screen and (max-width: 48em) {
  .container.alt-bg,
  .container.left-m,
  .container.right-m {
    margin: 0;
  }
}
h2.custom-header-one {
  border-bottom: 1px solid #d8d8d8;
  font-weight: 400;
  padding: 0.5em 0;
  margin: 0 0.5em 0.5em 0.5em;
  position: relative;
}
h2.custom-header-one:before {
  content: '';
  height: 1px;
  width: 100%;
  background-color: #ccc;
  position: absolute;
  bottom: 0;
  left: 0;
}
h2.custom-header-two {
  position: relative;
  text-align: center;
  font-weight: 400;
  padding: 0;
  margin: 0 0 0.5em 0;
  text-transform: uppercase;
  color: #0d47a1;
}
h2.custom-header-two span {
  font-size: 1.25em;
  padding: 0 1em;
  position: relative;
  z-index: 2;
  background: #fff;
}
h2.custom-header-two:before {
  content: '';
  height: 2px;
  width: 100%;
  background-color: #222;
  position: absolute;
  bottom: 50%;
  left: 0;
}
h2.custom-header-two:after {
  content: '';
  height: 2px;
  width: 100%;
  background-color: #222;
  position: absolute;
  bottom: 51%;
  left: 0;
}
h2.custom-header-three {
  border-left: 0.2em solid #0d47a1;
  padding-left: 1em;
  font-weight: 400;
}
h2.custom-header-four {
  background: #0d47a1;
  color: #eee;
  padding: 0.25em 0.5em;
  font-weight: 400;
  margin: 0;
}
h2.custom-header-five {
  border-bottom: 2px solid #0d47a1;
  font-weight: 400;
  padding: 0.5em 0;
  margin: 0 0.5em 0.5em 0.5em;
  position: relative;
}
h2.custom-header-six {
  position: relative;
  margin-bottom: 1em;
}
h2.custom-header-six:before {
  width: 4em;
  height: 2px;
  content: '';
  position: absolute;
  display: block;
  left: 50%;
  bottom: -0.25em;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #0d47a1;
}
h2.custom-header-six:after {
  width: 2em;
  height: 2px;
  content: '';
  position: absolute;
  display: block;
  left: 50%;
  bottom: -0.5em;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #0d47a1;
}
h2.custom-header-slashes {
  position: relative;
  margin-bottom: 1em;
}
h2.custom-header-slashes:before {
  width: 100%;
  height: 24px;
  content: '';
  position: absolute;
  display: block;
  left: 0;
  top: 100%;
  background: url("/themes/theme1/img/slashes_2.png");
}
h2.Oswald {
  font-family: 'Oswald', sans-serif;
}
h2.Roboto {
  font-family: 'Roboto', sans-serif;
}
h2.OpenSans {
  font-family: 'Open Sans', sans-serif;
}
@media screen and (max-width: 64em) {
  h2 {
    padding-left: 0.5em;
  }
}
.dealer-about-us .l-box {
  padding: 0.5em 1em;
  text-align: justify;
  line-height: 1.5em;
}
.dealer-about-us .l-box p {
  margin-top: 0;
}
.dealer-about-us .l-box .slogan {
  font-style: italic;
  font-weight: 300;
  font-size: 1.2em;
  padding: 1em 0;
  text-align: center;
}
@media screen and (max-width: 35.6em) {
  .dealer-about-us .l-box {
    padding: 0.5em;
    text-align: initial;
  }
}
.dealer-info-boxes .info-box {
  padding: 1em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.dealer-info-boxes .icon {
  margin-bottom: 1em;
  font-size: 1.25em;
}
.dealer-info-boxes .icon i {
  font-size: 1.55em;
  margin-right: 0.5em;
}
.dealer-info-boxes span.title {
  font-weight: 700;
}
.padded-box {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.html-cmp svg .bgA {
  fill: #0d47a1;
}
.html-cmp svg .bg {
  fill: #fff;
}
.html-cmp svg .bgB {
  fill: #f4f4f4;
}
.html-cmp svg .bgC {
  fill: #f4f4f4;
}
h2.tabber-custom-header {
  border-bottom: 1px solid #d8d8d8;
  font-weight: 400;
  padding: 0.5em;
  position: relative;
  margin: 0 0.5em 0.5em;
}
h2.tabber-custom-header:before {
  content: '';
  height: 1px;
  width: 100%;
  background-color: #ccc;
  position: absolute;
  bottom: 0;
  left: 0;
}
h2.tabber-custom-header a {
  color: inherit;
  text-decoration: none;
}
.inv-box-tabber {
  height: 30em;
  margin: 1em 0;
}
.inv-box-tabber.smaller {
  height: 24.5em;
}
.inv-box-tabber .l-box {
  height: 100%;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0.5em;
}
.inv-box-tabber .l-box .main-img {
  height: 100%;
  background-position: center center;
  background-size: cover;
  position: relative;
  -webkit-transition: background-image 0.3s 0.2s ease-in-out;
  -moz-transition: background-image 0.3s 0.2s ease-in-out;
  -o-transition: background-image 0.3s 0.2s ease-in-out;
  -ms-transition: background-image 0.3s 0.2s ease-in-out;
  transition: background-image 0.3s 0.2s ease-in-out;
  cursor: pointer;
}
.inv-box-tabber .l-box .main-img .overlay {
  position: absolute;
  bottom: 0;
  width: 100%;
  min-height: 20%;
  background: rgba(0,0,0,0.7);
  color: #fff;
  font-size: 1.5em;
  font-weight: 300;
}
.inv-box-tabber .l-box .main-img .overlay .selected-details,
.inv-box-tabber .l-box .main-img .overlay .view-details {
  padding: 0.5em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: middle;
}
.inv-box-tabber .l-box .main-img .overlay .view-details {
  text-align: center;
  font-size: 0.8em;
}
.inv-box-tabber .l-box .main-img .overlay .view-details .btn {
  padding: 0.5em 1em;
  background: #0d47a1;
  color: #eee;
  border-radius: 0.25em;
  display: inline-block;
}
.inv-box-tabber .l-box .tabber-column-wrapper {
  background: #f4f4f4;
  color: #222;
  height: 100%;
  position: relative;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.inv-box-tabber .l-box .tabber-column-wrapper .tabber-inv-column {
  position: relative;
  -webkit-transition: top 0.3s ease-in-out;
  -moz-transition: top 0.3s ease-in-out;
  -o-transition: top 0.3s ease-in-out;
  -ms-transition: top 0.3s ease-in-out;
  transition: top 0.3s ease-in-out;
}
.inv-box-tabber .l-box .tabber-column-wrapper .tabber-items {
  height: 5.8em;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  vertical-align: middle;
  width: 100%;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: background-color 0.2s ease-in-out, background-image 0.2s ease-in-out, color 0.2s ease-in-out;
  -moz-transition: background-color 0.2s ease-in-out, background-image 0.2s ease-in-out, color 0.2s ease-in-out;
  -o-transition: background-color 0.2s ease-in-out, background-image 0.2s ease-in-out, color 0.2s ease-in-out;
  -ms-transition: background-color 0.2s ease-in-out, background-image 0.2s ease-in-out, color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out, background-image 0.2s ease-in-out, color 0.2s ease-in-out;
  white-space: nowrap;
  cursor: pointer;
}
.inv-box-tabber .l-box .tabber-column-wrapper .tabber-items > span {
  display: inline-block;
  white-space: normal;
  vertical-align: middle;
}
.inv-box-tabber .l-box .tabber-column-wrapper .tabber-items:nth-last-child(1) {
  border-bottom: 0;
}
.inv-box-tabber .l-box .tabber-column-wrapper .tabber-items.active,
.inv-box-tabber .l-box .tabber-column-wrapper .tabber-items:hover,
.inv-box-tabber .l-box .tabber-column-wrapper .tabber-items:focus {
  color: #0d47a1;
}
.inv-box-tabber .controls {
  background: #f4f4f4;
  color: #222;
  position: relative;
  height: 100%;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.inv-box-tabber .controls .arrow-up,
.inv-box-tabber .controls .arrow-down {
  position: absolute;
  text-align: center;
  width: 100%;
  cursor: pointer;
  padding: 1em 0;
}
.inv-box-tabber .controls .arrow-up i,
.inv-box-tabber .controls .arrow-down i {
  color: #222;
}
.inv-box-tabber .controls .arrow-up {
  top: 0;
  border-bottom: 1px solid #ccc;
}
.inv-box-tabber .controls .arrow-down {
  bottom: 0;
  border-top: 1px solid #ccc;
}
@media screen and (max-width: 48em) {
  .inv-box-tabber .tabber-column-wrapper,
  .inv-box-tabber .controls {
    display: none;
  }
}
@media screen and (max-width: 35.5em) {
  .inv-box-tabber {
    height: 17.5em;
  }
}
/* Contact 2 */
.container-wrapper {
  position: relative;
  max-width: 1250px;
  margin: 0 auto;
}
.container-bg-border {
  display: block;
  height: 50%;
  margin-bottom: -50%;
  z-index: 0;
  left: -1px;
  top: -1px;
  right: -1px;
  position: absolute;
  background: -webkit-linear-gradient(rgba(0,0,0,0.05), transparent);
  background: -moz-linear-gradient(rgba(0,0,0,0.05), transparent);
  background: -o-linear-gradient(rgba(0,0,0,0.05), transparent);
  background: -ms-linear-gradient(rgba(0,0,0,0.05), transparent);
  background: linear-gradient(rgba(0,0,0,0.05), transparent);
  border-radius: 0.2em;
  max-width: 100%;
}
.container.primary,
.container-full.primary {
  background-color: #0d47a1;
  color: #eee;
}
.container.alt-bg,
.container-full.alt-bg {
  background-color: #f4f4f4;
  color: #222;
}
.container.left-m,
.container-full.left-m {
  margin-left: 1em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.container.right-m,
.container-full.right-m {
  margin-right: 1em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.container.container-trans,
.container-full.container-trans {
  background: rgba(255,255,255,0.9);
}
.container-full {
  width: 100%;
  background-color: #fff;
}
.has-background .root-container > div > .container-trans {
  background-color: rgba(255,255,255,0.9);
}
@media screen and (max-width: 48em) {
  .container.alt-bg,
  .container.left-m,
  .container.right-m {
    margin: 0;
  }
}
h2.custom-header-one {
  border-bottom: 1px solid #d8d8d8;
  font-weight: 400;
  padding: 0.5em 0;
  margin: 0 0.5em 0.5em 0.5em;
  position: relative;
}
h2.custom-header-one:before {
  content: '';
  height: 1px;
  width: 100%;
  background-color: #ccc;
  position: absolute;
  bottom: 0;
  left: 0;
}
h2.custom-header-two {
  position: relative;
  text-align: center;
  font-weight: 400;
  padding: 0;
  margin: 0 0 0.5em 0;
  text-transform: uppercase;
  color: #0d47a1;
}
h2.custom-header-two span {
  font-size: 1.25em;
  padding: 0 1em;
  position: relative;
  z-index: 2;
  background: #fff;
}
h2.custom-header-two:before {
  content: '';
  height: 2px;
  width: 100%;
  background-color: #222;
  position: absolute;
  bottom: 50%;
  left: 0;
}
h2.custom-header-two:after {
  content: '';
  height: 2px;
  width: 100%;
  background-color: #222;
  position: absolute;
  bottom: 51%;
  left: 0;
}
h2.custom-header-three {
  border-left: 0.2em solid #0d47a1;
  padding-left: 1em;
  font-weight: 400;
}
h2.custom-header-four {
  background: #0d47a1;
  color: #eee;
  padding: 0.25em 0.5em;
  font-weight: 400;
  margin: 0;
}
h2.custom-header-five {
  border-bottom: 2px solid #0d47a1;
  font-weight: 400;
  padding: 0.5em 0;
  margin: 0 0.5em 0.5em 0.5em;
  position: relative;
}
h2.custom-header-six {
  position: relative;
  margin-bottom: 1em;
}
h2.custom-header-six:before {
  width: 4em;
  height: 2px;
  content: '';
  position: absolute;
  display: block;
  left: 50%;
  bottom: -0.25em;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #0d47a1;
}
h2.custom-header-six:after {
  width: 2em;
  height: 2px;
  content: '';
  position: absolute;
  display: block;
  left: 50%;
  bottom: -0.5em;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #0d47a1;
}
h2.custom-header-slashes {
  position: relative;
  margin-bottom: 1em;
}
h2.custom-header-slashes:before {
  width: 100%;
  height: 24px;
  content: '';
  position: absolute;
  display: block;
  left: 0;
  top: 100%;
  background: url("/themes/theme1/img/slashes_2.png");
}
h2.Oswald {
  font-family: 'Oswald', sans-serif;
}
h2.Roboto {
  font-family: 'Roboto', sans-serif;
}
h2.OpenSans {
  font-family: 'Open Sans', sans-serif;
}
@media screen and (max-width: 64em) {
  h2 {
    padding-left: 0.5em;
  }
}
.pure-form .select select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}
div[id^='contact'].pure-form.max-input div.field {
  width: 96%;
}
.contact-form {
  padding: 1em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 0.2em;
}
.contact-form.bordered {
  border: 1px solid #ccc;
}
.contact-form.bordered.borderless {
  border: 0;
}
.contact-form fieldset {
  margin-top: 1em;
  border: 1px solid #ccc;
  border-radius: 2px;
  padding-top: 0;
  padding-bottom: 0;
  background: #fff;
  -webkit-transition: height 0.5s ease-in-out;
  -moz-transition: height 0.5s ease-in-out;
  -o-transition: height 0.5s ease-in-out;
  -ms-transition: height 0.5s ease-in-out;
  transition: height 0.5s ease-in-out;
}
.contact-form fieldset:first-child {
  margin-top: 0;
}
.contact-form fieldset fieldset {
  margin: 0.5em;
}
.contact-form div[id^='contact'].pure-form.max-input div.field {
  width: 96%;
}
.contact-form .secure-msg {
  padding: 0.5em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.contact-form label.terms {
  overflow: initial;
  -o-text-overflow: initial;
  text-overflow: initial;
  white-space: initial;
}
.contact-form .terms-and-conditions {
  padding: 1em 0;
}
.contact-form .terms-and-conditions strong {
  font-weight: 500;
}
.contact-form .terms-and-conditions .sub-terms {
  background-color: #f4f4f4;
  color: #222;
  padding: 0.5em 1em;
  margin-top: 0.5em;
  overflow: hidden;
  border-radius: 0.2em;
}
.contact-form .terms-and-conditions .sub-terms .expanded-terms,
.contact-form .terms-and-conditions .sub-terms .expand-btn {
  display: block;
  cursor: pointer;
}
.contact-form .terms-and-conditions .sub-terms .expanded-terms {
  max-height: 0em;
  overflow: hidden;
  -webkit-transition: max-height 0.5s ease-in-out;
  -moz-transition: max-height 0.5s ease-in-out;
  -o-transition: max-height 0.5s ease-in-out;
  -ms-transition: max-height 0.5s ease-in-out;
  transition: max-height 0.5s ease-in-out;
  padding-top: 0.5em;
}
.contact-form .terms-and-conditions .sub-terms .expanded-terms.expand {
  max-height: 100em;
  -webkit-transition: max-height 0.5s ease-in-out;
  -moz-transition: max-height 0.5s ease-in-out;
  -o-transition: max-height 0.5s ease-in-out;
  -ms-transition: max-height 0.5s ease-in-out;
  transition: max-height 0.5s ease-in-out;
}
.contact-form .terms-and-conditions .sub-terms .expanded-terms .break {
  padding-bottom: 0.5em;
}
.contact-form input.term-input {
  margin-left: 0.25em;
}
.contact-form div.field {
  display: inline-block;
  margin: 0.5em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: top;
  max-width: 100%;
}
.contact-form div.field > label {
  white-space: nowrap;
  font-size: 0.8em;
  display: block;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  position: relative;
}
.contact-form div.field > label > * {
  font-size: 1em;
}
.contact-form div.field.large > label,
.contact-form div.string.field > label > input {
  width: 100%;
}
.contact-form div.submit.field {
  display: block;
}
.contact-form div.submit > button {
  background-color: #0d47a1;
  color: #eee;
}
.contact-form div.string.field > label > input,
.contact-form div.date.field > label > input,
.contact-form div.label.field > label > div,
.contact-form div.number.field > label > input,
.contact-form div.phone.field > label > input,
.contact-form div.email.field > label > input,
.contact-form div.text.field > label > textarea,
.contact-form div.select.field > label > select {
  margin-top: 0.2em;
  display: block;
  width: 100%;
  background: #f4f4f4;
  border-color: #ccc;
  color: #222;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-width: 1px;
  border-style: solid;
  border-radius: 2px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0.5em;
  height: 3.5em;
}
.contact-form div.string.field > label > input:focus,
.contact-form div.date.field > label > input:focus,
.contact-form div.label.field > label > div:focus,
.contact-form div.number.field > label > input:focus,
.contact-form div.phone.field > label > input:focus,
.contact-form div.email.field > label > input:focus,
.contact-form div.text.field > label > textarea:focus,
.contact-form div.select.field > label > select:focus {
  border-color: #222;
}
.contact-form div.string.field > label > input:required:valid,
.contact-form div.date.field > label > input:required:valid,
.contact-form div.label.field > label > div:required:valid,
.contact-form div.number.field > label > input:required:valid,
.contact-form div.phone.field > label > input:required:valid,
.contact-form div.email.field > label > input:required:valid,
.contact-form div.text.field > label > textarea:required:valid,
.contact-form div.select.field > label > select:required:valid {
  background-color: #f4fdf8;
  border: 2px solid #93e5b4;
  color: #222 !important;
}
.contact-form div.check.field > label:before {
  content: ' ';
  display: block;
  height: 2.2em;
}
.contact-form div.select.field > label > select {
  display: block;
}
.contact-form div.string.field > label > input,
.contact-form div.date.field > label > input {
  height: 3.5em;
}
.contact-form div.field.button > button {
  margin-top: 1.2em;
}
.contact-form div.text.field {
  display: block;
}
.contact-form div.text.field > label > textarea {
  width: 100%;
  min-height: 7em;
  display: block;
  margin-top: 0.2em;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.contact-form div.check.field > label > input {
  margin-right: 0.25em;
}
.contact-form div.field > label > span.required:after {
  content: '*';
  color: #f00;
}
.contact-form div.title {
  background-color: #0d47a1;
  color: #eee;
  line-height: 2em;
  padding: 0.2em 0 0.2em 1em;
  border: 0;
  border-bottom: 1px solid #082e69;
  border-radius: 2px;
  cursor: pointer;
}
.contact-form div.title > div[class^="ion"] {
  color: #eee;
  padding: 0 1em 0 0;
}
.contact-form div.select select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin-top: 0.2em;
  background: #f4f4f4;
  border-color: border;
  color: #222 !important;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  border-style: solid;
  padding: 0 0.5em;
  position: relative;
  width: 100%;
}
.contact-form span.caret {
  display: inline-block;
  width: 0px;
  height: 0px;
  vertical-align: middle;
  border-top: 4px solid #222;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  position: absolute;
  top: 65%;
  right: 5px;
  z-index: 1;
}
.contact-form div.select select option {
  padding: 0.5em 0 0.5em 0.2em;
  background: #fff;
  color: #222;
}
.contact-form textarea {
  border-radius: 0;
  -webkit-box-shadow: 0;
  box-shadow: 0;
  border: 1px solid #222;
}
.contact-form.submitted :invalid:not(fieldset) {
  border: 2px solid #f00 !important;
}
/* 
 * Submit Modal
 */
.submit-modal {
  display: none;
  position: relative;
  height: 370px;
  width: 500px;
  max-width: 100%;
  margin: 0 auto;
  margin-top: calc(50vh - 185px);
  padding: 3em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
  border-radius: 0.2em;
  -webkit-box-shadow: 0 0.2em 0.25em rgba(0,0,0,0.3);
  box-shadow: 0 0.2em 0.25em rgba(0,0,0,0.3);
  z-index: 10001;
}
.submit-modal.active {
  display: block;
}
.submit-modal .svg-placeholder {
  width: 100px;
  height: 100px;
}
.submit-modal svg {
  max-height: 100px;
  width: 100px;
  display: block;
  margin: 0 auto 1em;
}
.submit-modal .path {
  stroke-dasharray: 1000;
  stroke-dashoffset: 0;
}
.submit-modal .path.circle {
  -webkit-animation: dash 0.9s ease-in-out;
  -webkit-animation: dash 0.9s ease-in-out;
  -moz-animation: dash 0.9s ease-in-out;
  -o-animation: dash 0.9s ease-in-out;
  -ms-animation: dash 0.9s ease-in-out;
  animation: dash 0.9s ease-in-out;
}
.submit-modal .path.line {
  stroke-dashoffset: 1000;
  -webkit-animation: dash 0.9s 0.35s ease-in-out forwards;
  -webkit-animation: dash 0.9s 0.35s ease-in-out forwards;
  -moz-animation: dash 0.9s 0.35s ease-in-out forwards;
  -o-animation: dash 0.9s 0.35s ease-in-out forwards;
  -ms-animation: dash 0.9s 0.35s ease-in-out forwards;
  animation: dash 0.9s 0.35s ease-in-out forwards;
}
.submit-modal .path.check {
  stroke-dashoffset: -100;
  -webkit-animation: dash-check 0.9s 0.35s ease-in-out forwards;
  -webkit-animation: dash-check 0.9s 0.35s ease-in-out forwards;
  -moz-animation: dash-check 0.9s 0.35s ease-in-out forwards;
  -o-animation: dash-check 0.9s 0.35s ease-in-out forwards;
  -ms-animation: dash-check 0.9s 0.35s ease-in-out forwards;
  animation: dash-check 0.9s 0.35s ease-in-out forwards;
}
.submit-modal .status {
  padding: 0.5em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  font-size: 1.2em;
  display: none;
}
.submit-modal .status.active {
  display: block;
}
.submit-modal .status:first-of-type {
  padding-top: 1em;
}
.submit-modal .status.success {
  color: #73af55;
}
.submit-modal .status.success .processing {
  display: none;
}
.submit-modal .status .processing {
  position: relative;
  margin: 0.5em auto 0;
  width: 8px;
  height: 8px;
  background-color: #0d47a1;
  border-radius: 8px;
  -webkit-background-clip: padding;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-animation: dotted 600ms linear infinite alternate;
  -moz-animation: dotted 600ms linear infinite alternate;
  -o-animation: dotted 600ms linear infinite alternate;
  -ms-animation: dotted 600ms linear infinite alternate;
  animation: dotted 600ms linear infinite alternate;
  -webkit-animation-delay: 200ms;
  -moz-animation-delay: 200ms;
  -o-animation-delay: 200ms;
  -ms-animation-delay: 200ms;
  animation-delay: 200ms;
}
.submit-modal .status .processing:before,
.submit-modal .status .processing:after {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  background-color: #0d47a1;
  border-radius: 10px;
  -webkit-background-clip: padding;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.submit-modal .status .processing:before {
  left: -16px;
  -webkit-animation: dotted 600ms linear infinite alternate;
  -moz-animation: dotted 600ms linear infinite alternate;
  -o-animation: dotted 600ms linear infinite alternate;
  -ms-animation: dotted 600ms linear infinite alternate;
  animation: dotted 600ms linear infinite alternate;
  -webkit-animation-delay: 0ms;
  -moz-animation-delay: 0ms;
  -o-animation-delay: 0ms;
  -ms-animation-delay: 0ms;
  animation-delay: 0ms;
}
.submit-modal .status .processing:after {
  left: 16px;
  -webkit-animation: dotted 600ms linear infinite alternate;
  -moz-animation: dotted 600ms linear infinite alternate;
  -o-animation: dotted 600ms linear infinite alternate;
  -ms-animation: dotted 600ms linear infinite alternate;
  animation: dotted 600ms linear infinite alternate;
  -webkit-animation-delay: 400ms;
  -moz-animation-delay: 400ms;
  -o-animation-delay: 400ms;
  -ms-animation-delay: 400ms;
  animation-delay: 400ms;
}
@-webkit-keyframes dotted {
  0% {
    background-color: #0d47a1;
  }
  100% {
    background-color: #fff;
  }
}
@-webkit-keyframes dash {
  0% {
    stroke-dashoffset: 1000;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@-webkit-keyframes dash-check {
  0% {
    stroke-dashoffset: -100;
  }
  100% {
    stroke-dashoffset: 900;
  }
}
@media screen and (max-width: 36em) {
  .contact-form {
    padding: 0;
  }
  .contact-form label.terms {
    white-space: normal !important;
    margin-bottom: 2em;
    font-size: 1em !important;
  }
  div.field {
    display: block !important;
  }
  div.string.field > label > input,
  div.select.field > label > select {
    width: 100%;
  }
  div.check.field > label:before {
    display: none;
  }
  div.button.field > button {
    margin-top: 0;
  }
  div.submit > button {
    width: 100%;
  }
}
@media screen and (min-width: 36em) {
  .pure-g [class *="pure-u-md"] div.string.field {
    width: 29%;
  }
  .pure-g [class *="pure-u-lg"] div.string.field {
    width: 29%;
  }
  div.string.field {
    width: 20%;
  }
  div.date.field {
    width: 20%;
    min-width: 7em;
  }
  div.tiny.field {
    width: 10%;
    min-width: 2em;
  }
  div.small.field {
    width: 15%;
    min-width: 7em;
  }
  div.large.field {
    width: 66%;
  }
  div.xlarge.field {
    width: 95%;
    width: calc(100% - 1em);
  }
}
.dealer-info-boxes .info-box {
  padding: 1em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.dealer-info-boxes .icon {
  margin-bottom: 1em;
  font-size: 1.25em;
}
.dealer-info-boxes .icon i {
  font-size: 1.55em;
  margin-right: 0.5em;
}
.dealer-info-boxes span.title {
  font-weight: 700;
}
/* Credit 2 */
.container-wrapper {
  position: relative;
  max-width: 1250px;
  margin: 0 auto;
}
.container-bg-border {
  display: block;
  height: 50%;
  margin-bottom: -50%;
  z-index: 0;
  left: -1px;
  top: -1px;
  right: -1px;
  position: absolute;
  background: -webkit-linear-gradient(rgba(0,0,0,0.05), transparent);
  background: -moz-linear-gradient(rgba(0,0,0,0.05), transparent);
  background: -o-linear-gradient(rgba(0,0,0,0.05), transparent);
  background: -ms-linear-gradient(rgba(0,0,0,0.05), transparent);
  background: linear-gradient(rgba(0,0,0,0.05), transparent);
  border-radius: 0.2em;
  max-width: 100%;
}
.container.primary,
.container-full.primary {
  background-color: #0d47a1;
  color: #eee;
}
.container.alt-bg,
.container-full.alt-bg {
  background-color: #f4f4f4;
  color: #222;
}
.container.left-m,
.container-full.left-m {
  margin-left: 1em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.container.right-m,
.container-full.right-m {
  margin-right: 1em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.container.container-trans,
.container-full.container-trans {
  background: rgba(255,255,255,0.9);
}
.container-full {
  width: 100%;
  background-color: #fff;
}
.has-background .root-container > div > .container-trans {
  background-color: rgba(255,255,255,0.9);
}
@media screen and (max-width: 48em) {
  .container.alt-bg,
  .container.left-m,
  .container.right-m {
    margin: 0;
  }
}
h2.custom-header-one {
  border-bottom: 1px solid #d8d8d8;
  font-weight: 400;
  padding: 0.5em 0;
  margin: 0 0.5em 0.5em 0.5em;
  position: relative;
}
h2.custom-header-one:before {
  content: '';
  height: 1px;
  width: 100%;
  background-color: #ccc;
  position: absolute;
  bottom: 0;
  left: 0;
}
h2.custom-header-two {
  position: relative;
  text-align: center;
  font-weight: 400;
  padding: 0;
  margin: 0 0 0.5em 0;
  text-transform: uppercase;
  color: #0d47a1;
}
h2.custom-header-two span {
  font-size: 1.25em;
  padding: 0 1em;
  position: relative;
  z-index: 2;
  background: #fff;
}
h2.custom-header-two:before {
  content: '';
  height: 2px;
  width: 100%;
  background-color: #222;
  position: absolute;
  bottom: 50%;
  left: 0;
}
h2.custom-header-two:after {
  content: '';
  height: 2px;
  width: 100%;
  background-color: #222;
  position: absolute;
  bottom: 51%;
  left: 0;
}
h2.custom-header-three {
  border-left: 0.2em solid #0d47a1;
  padding-left: 1em;
  font-weight: 400;
}
h2.custom-header-four {
  background: #0d47a1;
  color: #eee;
  padding: 0.25em 0.5em;
  font-weight: 400;
  margin: 0;
}
h2.custom-header-five {
  border-bottom: 2px solid #0d47a1;
  font-weight: 400;
  padding: 0.5em 0;
  margin: 0 0.5em 0.5em 0.5em;
  position: relative;
}
h2.custom-header-six {
  position: relative;
  margin-bottom: 1em;
}
h2.custom-header-six:before {
  width: 4em;
  height: 2px;
  content: '';
  position: absolute;
  display: block;
  left: 50%;
  bottom: -0.25em;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #0d47a1;
}
h2.custom-header-six:after {
  width: 2em;
  height: 2px;
  content: '';
  position: absolute;
  display: block;
  left: 50%;
  bottom: -0.5em;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #0d47a1;
}
h2.custom-header-slashes {
  position: relative;
  margin-bottom: 1em;
}
h2.custom-header-slashes:before {
  width: 100%;
  height: 24px;
  content: '';
  position: absolute;
  display: block;
  left: 0;
  top: 100%;
  background: url("/themes/theme1/img/slashes_2.png");
}
h2.Oswald {
  font-family: 'Oswald', sans-serif;
}
h2.Roboto {
  font-family: 'Roboto', sans-serif;
}
h2.OpenSans {
  font-family: 'Open Sans', sans-serif;
}
@media screen and (max-width: 64em) {
  h2 {
    padding-left: 0.5em;
  }
}
.pure-form .select select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}
div[id^='contact'].pure-form.max-input div.field {
  width: 96%;
}
.contact-form {
  padding: 1em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 0.2em;
}
.contact-form.bordered {
  border: 1px solid #ccc;
}
.contact-form.bordered.borderless {
  border: 0;
}
.contact-form fieldset {
  margin-top: 1em;
  border: 1px solid #ccc;
  border-radius: 2px;
  padding-top: 0;
  padding-bottom: 0;
  background: #fff;
  -webkit-transition: height 0.5s ease-in-out;
  -moz-transition: height 0.5s ease-in-out;
  -o-transition: height 0.5s ease-in-out;
  -ms-transition: height 0.5s ease-in-out;
  transition: height 0.5s ease-in-out;
}
.contact-form fieldset:first-child {
  margin-top: 0;
}
.contact-form fieldset fieldset {
  margin: 0.5em;
}
.contact-form div[id^='contact'].pure-form.max-input div.field {
  width: 96%;
}
.contact-form .secure-msg {
  padding: 0.5em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.contact-form label.terms {
  overflow: initial;
  -o-text-overflow: initial;
  text-overflow: initial;
  white-space: initial;
}
.contact-form .terms-and-conditions {
  padding: 1em 0;
}
.contact-form .terms-and-conditions strong {
  font-weight: 500;
}
.contact-form .terms-and-conditions .sub-terms {
  background-color: #f4f4f4;
  color: #222;
  padding: 0.5em 1em;
  margin-top: 0.5em;
  overflow: hidden;
  border-radius: 0.2em;
}
.contact-form .terms-and-conditions .sub-terms .expanded-terms,
.contact-form .terms-and-conditions .sub-terms .expand-btn {
  display: block;
  cursor: pointer;
}
.contact-form .terms-and-conditions .sub-terms .expanded-terms {
  max-height: 0em;
  overflow: hidden;
  -webkit-transition: max-height 0.5s ease-in-out;
  -moz-transition: max-height 0.5s ease-in-out;
  -o-transition: max-height 0.5s ease-in-out;
  -ms-transition: max-height 0.5s ease-in-out;
  transition: max-height 0.5s ease-in-out;
  padding-top: 0.5em;
}
.contact-form .terms-and-conditions .sub-terms .expanded-terms.expand {
  max-height: 100em;
  -webkit-transition: max-height 0.5s ease-in-out;
  -moz-transition: max-height 0.5s ease-in-out;
  -o-transition: max-height 0.5s ease-in-out;
  -ms-transition: max-height 0.5s ease-in-out;
  transition: max-height 0.5s ease-in-out;
}
.contact-form .terms-and-conditions .sub-terms .expanded-terms .break {
  padding-bottom: 0.5em;
}
.contact-form input.term-input {
  margin-left: 0.25em;
}
.contact-form div.field {
  display: inline-block;
  margin: 0.5em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: top;
  max-width: 100%;
}
.contact-form div.field > label {
  white-space: nowrap;
  font-size: 0.8em;
  display: block;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  position: relative;
}
.contact-form div.field > label > * {
  font-size: 1em;
}
.contact-form div.field.large > label,
.contact-form div.string.field > label > input {
  width: 100%;
}
.contact-form div.submit.field {
  display: block;
}
.contact-form div.submit > button {
  background-color: #0d47a1;
  color: #eee;
}
.contact-form div.string.field > label > input,
.contact-form div.date.field > label > input,
.contact-form div.label.field > label > div,
.contact-form div.number.field > label > input,
.contact-form div.phone.field > label > input,
.contact-form div.email.field > label > input,
.contact-form div.text.field > label > textarea,
.contact-form div.select.field > label > select {
  margin-top: 0.2em;
  display: block;
  width: 100%;
  background: #f4f4f4;
  border-color: #ccc;
  color: #222;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-width: 1px;
  border-style: solid;
  border-radius: 2px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0.5em;
  height: 3.5em;
}
.contact-form div.string.field > label > input:focus,
.contact-form div.date.field > label > input:focus,
.contact-form div.label.field > label > div:focus,
.contact-form div.number.field > label > input:focus,
.contact-form div.phone.field > label > input:focus,
.contact-form div.email.field > label > input:focus,
.contact-form div.text.field > label > textarea:focus,
.contact-form div.select.field > label > select:focus {
  border-color: #222;
}
.contact-form div.string.field > label > input:required:valid,
.contact-form div.date.field > label > input:required:valid,
.contact-form div.label.field > label > div:required:valid,
.contact-form div.number.field > label > input:required:valid,
.contact-form div.phone.field > label > input:required:valid,
.contact-form div.email.field > label > input:required:valid,
.contact-form div.text.field > label > textarea:required:valid,
.contact-form div.select.field > label > select:required:valid {
  background-color: #f4fdf8;
  border: 2px solid #93e5b4;
  color: #222 !important;
}
.contact-form div.check.field > label:before {
  content: ' ';
  display: block;
  height: 2.2em;
}
.contact-form div.select.field > label > select {
  display: block;
}
.contact-form div.string.field > label > input,
.contact-form div.date.field > label > input {
  height: 3.5em;
}
.contact-form div.field.button > button {
  margin-top: 1.2em;
}
.contact-form div.text.field {
  display: block;
}
.contact-form div.text.field > label > textarea {
  width: 100%;
  min-height: 7em;
  display: block;
  margin-top: 0.2em;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.contact-form div.check.field > label > input {
  margin-right: 0.25em;
}
.contact-form div.field > label > span.required:after {
  content: '*';
  color: #f00;
}
.contact-form div.title {
  background-color: #0d47a1;
  color: #eee;
  line-height: 2em;
  padding: 0.2em 0 0.2em 1em;
  border: 0;
  border-bottom: 1px solid #082e69;
  border-radius: 2px;
  cursor: pointer;
}
.contact-form div.title > div[class^="ion"] {
  color: #eee;
  padding: 0 1em 0 0;
}
.contact-form div.select select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin-top: 0.2em;
  background: #f4f4f4;
  border-color: border;
  color: #222 !important;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  border-style: solid;
  padding: 0 0.5em;
  position: relative;
  width: 100%;
}
.contact-form span.caret {
  display: inline-block;
  width: 0px;
  height: 0px;
  vertical-align: middle;
  border-top: 4px solid #222;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  position: absolute;
  top: 65%;
  right: 5px;
  z-index: 1;
}
.contact-form div.select select option {
  padding: 0.5em 0 0.5em 0.2em;
  background: #fff;
  color: #222;
}
.contact-form textarea {
  border-radius: 0;
  -webkit-box-shadow: 0;
  box-shadow: 0;
  border: 1px solid #222;
}
.contact-form.submitted :invalid:not(fieldset) {
  border: 2px solid #f00 !important;
}
/* 
 * Submit Modal
 */
.submit-modal {
  display: none;
  position: relative;
  height: 370px;
  width: 500px;
  max-width: 100%;
  margin: 0 auto;
  margin-top: calc(50vh - 185px);
  padding: 3em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
  border-radius: 0.2em;
  -webkit-box-shadow: 0 0.2em 0.25em rgba(0,0,0,0.3);
  box-shadow: 0 0.2em 0.25em rgba(0,0,0,0.3);
  z-index: 10001;
}
.submit-modal.active {
  display: block;
}
.submit-modal .svg-placeholder {
  width: 100px;
  height: 100px;
}
.submit-modal svg {
  max-height: 100px;
  width: 100px;
  display: block;
  margin: 0 auto 1em;
}
.submit-modal .path {
  stroke-dasharray: 1000;
  stroke-dashoffset: 0;
}
.submit-modal .path.circle {
  -webkit-animation: dash 0.9s ease-in-out;
  -webkit-animation: dash 0.9s ease-in-out;
  -moz-animation: dash 0.9s ease-in-out;
  -o-animation: dash 0.9s ease-in-out;
  -ms-animation: dash 0.9s ease-in-out;
  animation: dash 0.9s ease-in-out;
}
.submit-modal .path.line {
  stroke-dashoffset: 1000;
  -webkit-animation: dash 0.9s 0.35s ease-in-out forwards;
  -webkit-animation: dash 0.9s 0.35s ease-in-out forwards;
  -moz-animation: dash 0.9s 0.35s ease-in-out forwards;
  -o-animation: dash 0.9s 0.35s ease-in-out forwards;
  -ms-animation: dash 0.9s 0.35s ease-in-out forwards;
  animation: dash 0.9s 0.35s ease-in-out forwards;
}
.submit-modal .path.check {
  stroke-dashoffset: -100;
  -webkit-animation: dash-check 0.9s 0.35s ease-in-out forwards;
  -webkit-animation: dash-check 0.9s 0.35s ease-in-out forwards;
  -moz-animation: dash-check 0.9s 0.35s ease-in-out forwards;
  -o-animation: dash-check 0.9s 0.35s ease-in-out forwards;
  -ms-animation: dash-check 0.9s 0.35s ease-in-out forwards;
  animation: dash-check 0.9s 0.35s ease-in-out forwards;
}
.submit-modal .status {
  padding: 0.5em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  font-size: 1.2em;
  display: none;
}
.submit-modal .status.active {
  display: block;
}
.submit-modal .status:first-of-type {
  padding-top: 1em;
}
.submit-modal .status.success {
  color: #73af55;
}
.submit-modal .status.success .processing {
  display: none;
}
.submit-modal .status .processing {
  position: relative;
  margin: 0.5em auto 0;
  width: 8px;
  height: 8px;
  background-color: #0d47a1;
  border-radius: 8px;
  -webkit-background-clip: padding;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-animation: dotted 600ms linear infinite alternate;
  -moz-animation: dotted 600ms linear infinite alternate;
  -o-animation: dotted 600ms linear infinite alternate;
  -ms-animation: dotted 600ms linear infinite alternate;
  animation: dotted 600ms linear infinite alternate;
  -webkit-animation-delay: 200ms;
  -moz-animation-delay: 200ms;
  -o-animation-delay: 200ms;
  -ms-animation-delay: 200ms;
  animation-delay: 200ms;
}
.submit-modal .status .processing:before,
.submit-modal .status .processing:after {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  background-color: #0d47a1;
  border-radius: 10px;
  -webkit-background-clip: padding;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.submit-modal .status .processing:before {
  left: -16px;
  -webkit-animation: dotted 600ms linear infinite alternate;
  -moz-animation: dotted 600ms linear infinite alternate;
  -o-animation: dotted 600ms linear infinite alternate;
  -ms-animation: dotted 600ms linear infinite alternate;
  animation: dotted 600ms linear infinite alternate;
  -webkit-animation-delay: 0ms;
  -moz-animation-delay: 0ms;
  -o-animation-delay: 0ms;
  -ms-animation-delay: 0ms;
  animation-delay: 0ms;
}
.submit-modal .status .processing:after {
  left: 16px;
  -webkit-animation: dotted 600ms linear infinite alternate;
  -moz-animation: dotted 600ms linear infinite alternate;
  -o-animation: dotted 600ms linear infinite alternate;
  -ms-animation: dotted 600ms linear infinite alternate;
  animation: dotted 600ms linear infinite alternate;
  -webkit-animation-delay: 400ms;
  -moz-animation-delay: 400ms;
  -o-animation-delay: 400ms;
  -ms-animation-delay: 400ms;
  animation-delay: 400ms;
}
@-webkit-keyframes dotted {
  0% {
    background-color: #0d47a1;
  }
  100% {
    background-color: #fff;
  }
}
@-webkit-keyframes dash {
  0% {
    stroke-dashoffset: 1000;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@-webkit-keyframes dash-check {
  0% {
    stroke-dashoffset: -100;
  }
  100% {
    stroke-dashoffset: 900;
  }
}
@media screen and (max-width: 36em) {
  .contact-form {
    padding: 0;
  }
  .contact-form label.terms {
    white-space: normal !important;
    margin-bottom: 2em;
    font-size: 1em !important;
  }
  div.field {
    display: block !important;
  }
  div.string.field > label > input,
  div.select.field > label > select {
    width: 100%;
  }
  div.check.field > label:before {
    display: none;
  }
  div.button.field > button {
    margin-top: 0;
  }
  div.submit > button {
    width: 100%;
  }
}
@media screen and (min-width: 36em) {
  .pure-g [class *="pure-u-md"] div.string.field {
    width: 29%;
  }
  .pure-g [class *="pure-u-lg"] div.string.field {
    width: 29%;
  }
  div.string.field {
    width: 20%;
  }
  div.date.field {
    width: 20%;
    min-width: 7em;
  }
  div.tiny.field {
    width: 10%;
    min-width: 2em;
  }
  div.small.field {
    width: 15%;
    min-width: 7em;
  }
  div.large.field {
    width: 66%;
  }
  div.xlarge.field {
    width: 95%;
    width: calc(100% - 1em);
  }
}
/* Payment 2 */
.container-wrapper {
  position: relative;
  max-width: 1250px;
  margin: 0 auto;
}
.container-bg-border {
  display: block;
  height: 50%;
  margin-bottom: -50%;
  z-index: 0;
  left: -1px;
  top: -1px;
  right: -1px;
  position: absolute;
  background: -webkit-linear-gradient(rgba(0,0,0,0.05), transparent);
  background: -moz-linear-gradient(rgba(0,0,0,0.05), transparent);
  background: -o-linear-gradient(rgba(0,0,0,0.05), transparent);
  background: -ms-linear-gradient(rgba(0,0,0,0.05), transparent);
  background: linear-gradient(rgba(0,0,0,0.05), transparent);
  border-radius: 0.2em;
  max-width: 100%;
}
.container.primary,
.container-full.primary {
  background-color: #0d47a1;
  color: #eee;
}
.container.alt-bg,
.container-full.alt-bg {
  background-color: #f4f4f4;
  color: #222;
}
.container.left-m,
.container-full.left-m {
  margin-left: 1em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.container.right-m,
.container-full.right-m {
  margin-right: 1em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.container.container-trans,
.container-full.container-trans {
  background: rgba(255,255,255,0.9);
}
.container-full {
  width: 100%;
  background-color: #fff;
}
.has-background .root-container > div > .container-trans {
  background-color: rgba(255,255,255,0.9);
}
@media screen and (max-width: 48em) {
  .container.alt-bg,
  .container.left-m,
  .container.right-m {
    margin: 0;
  }
}
h2.custom-header-one {
  border-bottom: 1px solid #d8d8d8;
  font-weight: 400;
  padding: 0.5em 0;
  margin: 0 0.5em 0.5em 0.5em;
  position: relative;
}
h2.custom-header-one:before {
  content: '';
  height: 1px;
  width: 100%;
  background-color: #ccc;
  position: absolute;
  bottom: 0;
  left: 0;
}
h2.custom-header-two {
  position: relative;
  text-align: center;
  font-weight: 400;
  padding: 0;
  margin: 0 0 0.5em 0;
  text-transform: uppercase;
  color: #0d47a1;
}
h2.custom-header-two span {
  font-size: 1.25em;
  padding: 0 1em;
  position: relative;
  z-index: 2;
  background: #fff;
}
h2.custom-header-two:before {
  content: '';
  height: 2px;
  width: 100%;
  background-color: #222;
  position: absolute;
  bottom: 50%;
  left: 0;
}
h2.custom-header-two:after {
  content: '';
  height: 2px;
  width: 100%;
  background-color: #222;
  position: absolute;
  bottom: 51%;
  left: 0;
}
h2.custom-header-three {
  border-left: 0.2em solid #0d47a1;
  padding-left: 1em;
  font-weight: 400;
}
h2.custom-header-four {
  background: #0d47a1;
  color: #eee;
  padding: 0.25em 0.5em;
  font-weight: 400;
  margin: 0;
}
h2.custom-header-five {
  border-bottom: 2px solid #0d47a1;
  font-weight: 400;
  padding: 0.5em 0;
  margin: 0 0.5em 0.5em 0.5em;
  position: relative;
}
h2.custom-header-six {
  position: relative;
  margin-bottom: 1em;
}
h2.custom-header-six:before {
  width: 4em;
  height: 2px;
  content: '';
  position: absolute;
  display: block;
  left: 50%;
  bottom: -0.25em;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #0d47a1;
}
h2.custom-header-six:after {
  width: 2em;
  height: 2px;
  content: '';
  position: absolute;
  display: block;
  left: 50%;
  bottom: -0.5em;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #0d47a1;
}
h2.custom-header-slashes {
  position: relative;
  margin-bottom: 1em;
}
h2.custom-header-slashes:before {
  width: 100%;
  height: 24px;
  content: '';
  position: absolute;
  display: block;
  left: 0;
  top: 100%;
  background: url("/themes/theme1/img/slashes_2.png");
}
h2.Oswald {
  font-family: 'Oswald', sans-serif;
}
h2.Roboto {
  font-family: 'Roboto', sans-serif;
}
h2.OpenSans {
  font-family: 'Open Sans', sans-serif;
}
@media screen and (max-width: 64em) {
  h2 {
    padding-left: 0.5em;
  }
}
/* removes dotted outline in firefox */
.wp-form button {
  padding: 0.5em 1em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 0.25em;
  color: #222;
}
.payment-form {
  padding: 1em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.payment-form .termsconditions {
  font-size: 0.9em;
  padding: 0.5em;
}
.payment-form h3.active {
  color: #0d47a1;
}
.payment-form section {
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  -ms-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  max-height: 0;
  overflow: hidden;
  padding: 0 1em;
}
.payment-form section.active {
  max-height: 9999em;
  border-bottom: 1px solid #ccc;
}
.payment-form fieldset {
  padding-top: 0;
  padding-bottom: 0;
  -webkit-transition: height 0.5s ease-in-out;
  -moz-transition: height 0.5s ease-in-out;
  -o-transition: height 0.5s ease-in-out;
  -ms-transition: height 0.5s ease-in-out;
  transition: height 0.5s ease-in-out;
}
.payment-form fieldset fieldset {
  margin: 0.5em;
}
.payment-form .payment-calc,
.payment-form .payment-msg {
  display: inline-block;
  padding: 0.5em 1em;
}
.payment-form .pay {
  text-align: right;
  padding-bottom: 0.5em;
}
.payment-form .payment-amount {
  font-size: 1.5em;
  font-weight: 300;
  padding: 0;
}
.payment-form .payment-amount.total {
  border-top: 0.1em solid #222;
}
.payment-form .break.hr {
  border-bottom: 0.1em dotted #222;
}
.payment-form.review div.field div {
  background: #f4f4f4;
  color: #222;
  border: 1px solid #ccc;
  border-radius: 0.2em;
  padding: 0.25em 0.5em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.payment-form .select select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}
.payment-form div.field {
  display: inline-block;
  margin: 0.5em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: top;
  max-width: 100%;
}
.payment-form div.field > label {
  white-space: nowrap;
  font-size: 0.8em;
  display: block;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  position: relative;
}
.payment-form div.field > label > * {
  font-size: 1em;
}
.payment-form div.field > label > div {
  padding: 1em 0.5em 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.payment-form div.field.large > label,
.payment-form div.string.field > label > input {
  width: 100%;
}
.payment-form div.submit.field {
  display: block;
}
.payment-form div.submit .submit-btn {
  background-color: #0d47a1;
  color: #eee;
}
.payment-form div.string.field div.exp-inputs {
  font-size: 0.8em;
}
.payment-form div.string.field div.exp-inputs input.exp {
  width: 30%;
  display: inline-block;
  margin-top: 0;
}
.payment-form div.string.field > label > input,
.payment-form div.date.field > label > input,
.payment-form div.label.field > label > div,
.payment-form div.number.field > label > input,
.payment-form div.phone.field > label > input,
.payment-form div.email.field > label > input,
.payment-form div.string.field .exp-inputs input {
  margin-top: 0.2em;
  display: block;
  width: 100%;
  background: #f4f4f4;
  border-color: #ccc;
  color: #222;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0.5em;
}
.payment-form div.string.field > label > input:focus,
.payment-form div.date.field > label > input:focus,
.payment-form div.label.field > label > div:focus,
.payment-form div.number.field > label > input:focus,
.payment-form div.phone.field > label > input:focus,
.payment-form div.email.field > label > input:focus,
.payment-form div.string.field .exp-inputs input:focus {
  border-color: #222;
}
.payment-form div.string.field > label > input:required:valid,
.payment-form div.date.field > label > input:required:valid,
.payment-form div.label.field > label > div:required:valid,
.payment-form div.number.field > label > input:required:valid,
.payment-form div.phone.field > label > input:required:valid,
.payment-form div.email.field > label > input:required:valid,
.payment-form div.string.field .exp-inputs input:required:valid {
  background-color: #f4fdf8;
  border: 2px solid #93e5b4;
  color: #222;
}
.payment-form.submitted input:invalid:not(fieldset) {
  border: 2px solid #f00 !important;
}
.payment-form div.check.field input.block {
  display: block;
}
.payment-form div.check.field > label:before {
  content: ' ';
  display: block;
  height: 2.2em;
}
.payment-form div.select.field > label > select {
  display: block;
}
.payment-form div.string.field > label > input,
.payment-form div.date.field > label > input {
  height: 2.3em;
}
.payment-form div.field.button > button {
  margin-top: 1.2em;
}
.payment-form div.text.field {
  display: block;
}
.payment-form div.text.field > label > textarea {
  width: 100%;
  min-height: 7em;
  display: block;
  margin-top: 0.2em;
  border-radius: 2px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.payment-form div.check.field > label > input {
  margin-right: 0.25em;
}
.payment-form div.field > label > span.required:after {
  content: '*';
  color: #f00;
}
.payment-form div.title {
  line-height: 2em;
  padding: 0 0.5em;
  font-weight: 500;
}
.payment-form div.title > div[class^="ion"] {
  color: #eee;
  padding: 0 1em 0 0;
}
.payment-form div.select select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #fff;
  margin-top: 0.2em;
  border-color: #222;
  color: #222 !important;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  border-style: solid;
  padding: 0;
  position: relative;
  width: 100%;
  padding-right: 1em;
}
.payment-form span.caret {
  display: inline-block;
  width: 0px;
  height: 0px;
  vertical-align: middle;
  border-top: 4px solid #222;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  position: absolute;
  top: 65%;
  right: 5px;
  z-index: 1;
}
.payment-form div.select select option {
  padding: 0.5em 0 0.5em 0.2em;
  background: #fff;
  color: #222;
}
.payment-form textarea {
  border-radius: 0;
  -webkit-box-shadow: 0;
  box-shadow: 0;
  border: 1px solid #222;
}
@media screen and (max-width: 36em) {
  div.field display block,
  div.string.field > label > input,
  div.select.field > label > select {
    width: 100%;
  }
  div.check.field > label:before {
    display: none;
  }
  div.button.field > button {
    margin-top: 0;
  }
}
@media screen and (min-width: 36em) {
  .pure-g [class *="pure-u-md"] div.string.field {
    width: 29%;
  }
  .pure-g [class *="pure-u-md"] div.string.field.large {
    width: 50%;
    word-break: break-all;
  }
  .pure-g [class *="pure-u-lg"] div.string.field {
    width: 29%;
  }
  .pure-g [class *="pure-u-lg"] div.string.field.large {
    width: 50%;
    word-break: break-all;
  }
  div.string.field {
    width: 20%;
  }
  div.date.field {
    width: 20%;
    min-width: 7em;
  }
  div.tiny.field {
    width: 10%;
    min-width: 2em;
  }
  div.small.field {
    width: 15%;
    min-width: 7em;
  }
  div.large.field {
    width: 66%;
  }
  div.xlarge.field {
    width: 95%;
    width: calc(100% - 1em);
  }
}
/* Reviews 2 */
.container-wrapper {
  position: relative;
  max-width: 1250px;
  margin: 0 auto;
}
.container-bg-border {
  display: block;
  height: 50%;
  margin-bottom: -50%;
  z-index: 0;
  left: -1px;
  top: -1px;
  right: -1px;
  position: absolute;
  background: -webkit-linear-gradient(rgba(0,0,0,0.05), transparent);
  background: -moz-linear-gradient(rgba(0,0,0,0.05), transparent);
  background: -o-linear-gradient(rgba(0,0,0,0.05), transparent);
  background: -ms-linear-gradient(rgba(0,0,0,0.05), transparent);
  background: linear-gradient(rgba(0,0,0,0.05), transparent);
  border-radius: 0.2em;
  max-width: 100%;
}
.container.primary,
.container-full.primary {
  background-color: #0d47a1;
  color: #eee;
}
.container.alt-bg,
.container-full.alt-bg {
  background-color: #f4f4f4;
  color: #222;
}
.container.left-m,
.container-full.left-m {
  margin-left: 1em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.container.right-m,
.container-full.right-m {
  margin-right: 1em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.container.container-trans,
.container-full.container-trans {
  background: rgba(255,255,255,0.9);
}
.container-full {
  width: 100%;
  background-color: #fff;
}
.has-background .root-container > div > .container-trans {
  background-color: rgba(255,255,255,0.9);
}
@media screen and (max-width: 48em) {
  .container.alt-bg,
  .container.left-m,
  .container.right-m {
    margin: 0;
  }
}
h2.custom-header-one {
  border-bottom: 1px solid #d8d8d8;
  font-weight: 400;
  padding: 0.5em 0;
  margin: 0 0.5em 0.5em 0.5em;
  position: relative;
}
h2.custom-header-one:before {
  content: '';
  height: 1px;
  width: 100%;
  background-color: #ccc;
  position: absolute;
  bottom: 0;
  left: 0;
}
h2.custom-header-two {
  position: relative;
  text-align: center;
  font-weight: 400;
  padding: 0;
  margin: 0 0 0.5em 0;
  text-transform: uppercase;
  color: #0d47a1;
}
h2.custom-header-two span {
  font-size: 1.25em;
  padding: 0 1em;
  position: relative;
  z-index: 2;
  background: #fff;
}
h2.custom-header-two:before {
  content: '';
  height: 2px;
  width: 100%;
  background-color: #222;
  position: absolute;
  bottom: 50%;
  left: 0;
}
h2.custom-header-two:after {
  content: '';
  height: 2px;
  width: 100%;
  background-color: #222;
  position: absolute;
  bottom: 51%;
  left: 0;
}
h2.custom-header-three {
  border-left: 0.2em solid #0d47a1;
  padding-left: 1em;
  font-weight: 400;
}
h2.custom-header-four {
  background: #0d47a1;
  color: #eee;
  padding: 0.25em 0.5em;
  font-weight: 400;
  margin: 0;
}
h2.custom-header-five {
  border-bottom: 2px solid #0d47a1;
  font-weight: 400;
  padding: 0.5em 0;
  margin: 0 0.5em 0.5em 0.5em;
  position: relative;
}
h2.custom-header-six {
  position: relative;
  margin-bottom: 1em;
}
h2.custom-header-six:before {
  width: 4em;
  height: 2px;
  content: '';
  position: absolute;
  display: block;
  left: 50%;
  bottom: -0.25em;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #0d47a1;
}
h2.custom-header-six:after {
  width: 2em;
  height: 2px;
  content: '';
  position: absolute;
  display: block;
  left: 50%;
  bottom: -0.5em;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #0d47a1;
}
h2.custom-header-slashes {
  position: relative;
  margin-bottom: 1em;
}
h2.custom-header-slashes:before {
  width: 100%;
  height: 24px;
  content: '';
  position: absolute;
  display: block;
  left: 0;
  top: 100%;
  background: url("/themes/theme1/img/slashes_2.png");
}
h2.Oswald {
  font-family: 'Oswald', sans-serif;
}
h2.Roboto {
  font-family: 'Roboto', sans-serif;
}
h2.OpenSans {
  font-family: 'Open Sans', sans-serif;
}
@media screen and (max-width: 64em) {
  h2 {
    padding-left: 0.5em;
  }
}
.review-full-page .review-msg {
  padding: 1em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.review-full-page .review-msg .contact-btn {
  display: inline-block;
  padding: 0.5em 1em;
  background-color: #0d47a1;
  background: -webkit-linear-gradient(top, #0d47a1, #0b3c89);
  background: -moz-linear-gradient(top, #0d47a1, #0b3c89);
  background: -o-linear-gradient(top, #0d47a1, #0b3c89);
  background: -ms-linear-gradient(top, #0d47a1, #0b3c89);
  background: linear-gradient(to bottom, #0d47a1, #0b3c89);
  border-radius: 0.2em;
}
.review-full-page .review-msg a {
  color: #eee;
  text-decoration: none;
}
.review-full-page .review-msg a.mail {
  color: #0d47a1;
}
.review-full-page .review-box {
  padding: 1em;
}
.review-full-page .review-box .review {
  background: #f4f4f4;
  color: #222;
  padding: 1em;
  font-size: 1.25em;
  font-style: italic;
  font-weight: 300;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 0.2em;
  word-wrap: break-word;
  -webkit-box-shadow: 0.1em 0.1em 0.1em rgba(0,0,0,0.1);
  box-shadow: 0.1em 0.1em 0.1em rgba(0,0,0,0.1);
}
.review-full-page .review-box .review .review-pic {
  padding-bottom: 75%;
  background-size: cover;
  background-position: center center;
}
.review-full-page .review-box .review .content {
  padding-left: 1em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.review-full-page .review-box .reviewer {
  position: relative;
  padding-left: 3.5em;
  padding-top: 0.5em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
}
.review-full-page .review-box .reviewer:after {
  content: '';
  border-top: 1.5em solid #f4f4f4;
  border-left: 1.5em solid transparent;
  position: absolute;
  bottom: 0.5em;
  left: 1em;
}
@media screen and (max-width: 35.6em) {
  .review-full-page .review-box .review .content {
    padding-left: 0;
    padding-top: 1em;
  }
  .review-full-page .review-msg {
    text-align: center;
  }
  .review-full-page .review-msg .contact-btn {
    display: block;
  }
}
/* 404 2 */
.foo-page {
  text-align: center;
}
.foo-page .large-text,
.foo-page .sub-text {
  vertical-align: middle;
}
.foo-page .large-text {
  font-size: 15em;
}
.foo-page .sub-text {
  height: 185px;
}
.foo-page .sub-text span {
  text-transform: uppercase;
  font-size: 2em;
}
.foo-page .sub-text a {
  color: #eee;
  text-decoration: none;
}
.foo-page .sub-text .home-btn {
  padding: 0.5em 1em;
  background-color: #0d47a1;
  border-radius: 0.2em;
  display: inline-block;
}
@media screen and (max-width: 35.6em) {
  .foo-page .large-text {
    font-size: 10em;
  }
}
.container-wrapper {
  position: relative;
  max-width: 1250px;
  margin: 0 auto;
}
.container-bg-border {
  display: block;
  height: 50%;
  margin-bottom: -50%;
  z-index: 0;
  left: -1px;
  top: -1px;
  right: -1px;
  position: absolute;
  background: -webkit-linear-gradient(rgba(0,0,0,0.05), transparent);
  background: -moz-linear-gradient(rgba(0,0,0,0.05), transparent);
  background: -o-linear-gradient(rgba(0,0,0,0.05), transparent);
  background: -ms-linear-gradient(rgba(0,0,0,0.05), transparent);
  background: linear-gradient(rgba(0,0,0,0.05), transparent);
  border-radius: 0.2em;
  max-width: 100%;
}
.container.primary,
.container-full.primary {
  background-color: #0d47a1;
  color: #eee;
}
.container.alt-bg,
.container-full.alt-bg {
  background-color: #f4f4f4;
  color: #222;
}
.container.left-m,
.container-full.left-m {
  margin-left: 1em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.container.right-m,
.container-full.right-m {
  margin-right: 1em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.container.container-trans,
.container-full.container-trans {
  background: rgba(255,255,255,0.9);
}
.container-full {
  width: 100%;
  background-color: #fff;
}
.has-background .root-container > div > .container-trans {
  background-color: rgba(255,255,255,0.9);
}
@media screen and (max-width: 48em) {
  .container.alt-bg,
  .container.left-m,
  .container.right-m {
    margin: 0;
  }
}
@-moz-keyframes dotted {
  0% {
    background-color: #0d47a1;
  }
  100% {
    background-color: #fff;
  }
}
@-webkit-keyframes dotted {
  0% {
    background-color: #0d47a1;
  }
  100% {
    background-color: #fff;
  }
}
@-o-keyframes dotted {
  0% {
    background-color: #0d47a1;
  }
  100% {
    background-color: #fff;
  }
}
@keyframes dotted {
  0% {
    background-color: #0d47a1;
  }
  100% {
    background-color: #fff;
  }
}
@-moz-keyframes dash {
  0% {
    stroke-dashoffset: 1000;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@-webkit-keyframes dash {
  0% {
    stroke-dashoffset: 1000;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@-o-keyframes dash {
  0% {
    stroke-dashoffset: 1000;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes dash {
  0% {
    stroke-dashoffset: 1000;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@-moz-keyframes dash-check {
  0% {
    stroke-dashoffset: -100;
  }
  100% {
    stroke-dashoffset: 900;
  }
}
@-webkit-keyframes dash-check {
  0% {
    stroke-dashoffset: -100;
  }
  100% {
    stroke-dashoffset: 900;
  }
}
@-o-keyframes dash-check {
  0% {
    stroke-dashoffset: -100;
  }
  100% {
    stroke-dashoffset: 900;
  }
}
@keyframes dash-check {
  0% {
    stroke-dashoffset: -100;
  }
  100% {
    stroke-dashoffset: 900;
  }
}
@-moz-keyframes dotted {
  0% {
    background-color: #0d47a1;
  }
  100% {
    background-color: #fff;
  }
}
@-webkit-keyframes dotted {
  0% {
    background-color: #0d47a1;
  }
  100% {
    background-color: #fff;
  }
}
@-o-keyframes dotted {
  0% {
    background-color: #0d47a1;
  }
  100% {
    background-color: #fff;
  }
}
@keyframes dotted {
  0% {
    background-color: #0d47a1;
  }
  100% {
    background-color: #fff;
  }
}
@-moz-keyframes dash {
  0% {
    stroke-dashoffset: 1000;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@-webkit-keyframes dash {
  0% {
    stroke-dashoffset: 1000;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@-o-keyframes dash {
  0% {
    stroke-dashoffset: 1000;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes dash {
  0% {
    stroke-dashoffset: 1000;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@-moz-keyframes dash-check {
  0% {
    stroke-dashoffset: -100;
  }
  100% {
    stroke-dashoffset: 900;
  }
}
@-webkit-keyframes dash-check {
  0% {
    stroke-dashoffset: -100;
  }
  100% {
    stroke-dashoffset: 900;
  }
}
@-o-keyframes dash-check {
  0% {
    stroke-dashoffset: -100;
  }
  100% {
    stroke-dashoffset: 900;
  }
}
@keyframes dash-check {
  0% {
    stroke-dashoffset: -100;
  }
  100% {
    stroke-dashoffset: 900;
  }
}
