/* 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: #607d8b;
}
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: #607d8b;
}
.textSecondary {
  color: $secondaryBg;
}
.textAlt {
  color: #607d8b;
}
.textGrey,
.textGray {
  color: #f4f4f4;
}
.bgPrimary,
.bgA {
  background: #607d8b;
  color: #eee;
}
.altBg {
  background: #f4f4f4;
  color: #222;
}
div[class^="ion"] {
  font-size: 1em;
  display: inline;
  padding: 0 5px;
  color: #607d8b;
}
.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 18 */
.navigation-header-two {
  background: #fff;
}
.navigation-header-two .social-bar {
  background: #f4f4f4;
  color: #222;
  border-bottom: 1px solid #ccc;
}
.navigation-header-two .social-bar .address,
.navigation-header-two .social-bar .socials {
  display: inline-block;
  line-height: 2.5em;
}
.navigation-header-two .social-bar .socials {
  float: right;
  border-left: 1px solid #ccc;
}
.navigation-header-two .social-bar .socials a {
  color: #fff;
  -webkit-transition: color 0.25s ease-in-out;
  -moz-transition: color 0.25s ease-in-out;
  -o-transition: color 0.25s ease-in-out;
  -ms-transition: color 0.25s ease-in-out;
  transition: color 0.25s ease-in-out;
}
.navigation-header-two .social-bar .socials .facebook {
  background-color: #3b5998;
}
.navigation-header-two .social-bar .socials .googleplus {
  background-color: #dd4b39;
}
.navigation-header-two .social-bar .socials .facebook {
  background-color: #3b5998;
}
.navigation-header-two .social-bar .socials .twitter {
  background-color: #5ea9dd;
}
.navigation-header-two .social-bar .socials .youtube {
  background-color: #de2c28;
}
.navigation-header-two .social-bar .socials .instagram {
  background-color: #a57d60;
}
.navigation-header-two .social-bar .socials .pinterest {
  background-color: #cc2127;
}
.navigation-header-two .social-bar .address {
  font-size: 0.9em;
  padding: 0 1em;
}
.navigation-header-two .social-bar .address a {
  text-decoration: none;
  color: #222;
}
.navigation-header-two .social-bar .address span {
  color: #607d8b;
  font-size: 1.25em;
  margin: 0 0.5em;
}
.navigation-header-two .social-bar .social-icons {
  border-right: 1px solid #ccc;
  display: inline-block;
  -webkit-transition: background 0.25s ease-in-out;
  -moz-transition: background 0.25s ease-in-out;
  -o-transition: background 0.25s ease-in-out;
  -ms-transition: background 0.25s ease-in-out;
  transition: background 0.25s ease-in-out;
  width: 2em;
  text-align: center;
}
.navigation-header-two .header-bar {
  background-color: #fff;
  color: #222;
  padding: 1em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.navigation-header-two .header-bar .header-name,
.navigation-header-two .header-bar .header-info,
.navigation-header-two .header-bar .phone,
.navigation-header-two .header-bar .phone2,
.navigation-header-two .header-bar .fax,
.navigation-header-two .header-bar .contact,
.navigation-header-two .header-bar .middle-info {
  vertical-align: middle;
}
.navigation-header-two .header-bar .middle-info img {
  display: block;
  margin: 0 auto;
}
.navigation-header-two .header-bar .header-name {
  font-size: 2em;
  text-transform: uppercase;
  font-weight: 600;
  font-family: 'open sans', 'roboto', sans-serif;
}
.navigation-header-two .header-bar .header-name a {
  text-decoration: none;
  color: #222;
}
.navigation-header-two .header-bar .header-name img {
  margin: 0 auto;
  max-height: 145px;
}
.navigation-header-two .header-bar .header-name .svg-wrapper {
  position: relative;
}
.navigation-header-two .header-bar .header-name .svg-wrapper .st0 {
  fill-rule: evenodd;
  clip-rule: evenodd;
  fill: #607d8b;
}
.navigation-header-two .header-bar .header-name .svg-wrapper .st1 {
  fill-rule: evenodd;
  clip-rule: evenodd;
  fill: #222;
}
.navigation-header-two .header-bar .header-name .svg-wrapper .st2 {
  fill: #222;
}
.navigation-header-two .header-bar .header-name .dealer-name {
  font-size: 1.2em;
  margin-top: -0.5em;
  text-align: center;
  line-height: 1em;
  position: relative;
  padding: 0 0.25em;
}
.navigation-header-two .header-bar .header-info .dealer-info {
  padding: 1em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: right;
}
.navigation-header-two .header-bar .header-info .contact,
.navigation-header-two .header-bar .header-info .phone,
.navigation-header-two .header-bar .header-info .phone2,
.navigation-header-two .header-bar .header-info .fax {
  display: inline-block;
  padding: 1em 1em 1em 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.navigation-header-two .header-bar .header-info .phone2,
.navigation-header-two .header-bar .header-info .fax {
  padding: 1em 1em 1em 0.25em;
}
.navigation-header-two .header-bar .header-info .phone div,
.navigation-header-two .header-bar .header-info .phone2 div,
.navigation-header-two .header-bar .header-info .fax div {
  font-style: italic;
  margin-bottom: -0.25em;
}
.navigation-header-two .header-bar .header-info .phone span,
.navigation-header-two .header-bar .header-info .phone2 span,
.navigation-header-two .header-bar .header-info .fax span {
  font-size: 1.5em;
}
.navigation-header-two .header-bar .header-info .contact {
  border-radius: 0.5em;
  border: 0.15em solid #607d8b;
  padding: 0.5em 1em;
  color: #607d8b;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.navigation-header-two .header-bar .header-info .contact:hover {
  background: #607d8b;
  color: #eee;
}
.navigation-header-two .nav-bar {
  background-color: #607d8b;
  color: #eee;
  font-size: 0.9em;
  border-bottom: 2px solid #3e515a;
}
.navigation-header-two .nav-bar .navigation-list {
  height: 4em;
  text-transform: uppercase;
}
.navigation-header-two .nav-bar ul {
  margin: 0;
  padding: 0;
  vertical-align: middle;
  display: inline-block;
}
.navigation-header-two .nav-bar ul li {
  display: inline-block;
  padding: 0 1.5em;
  font-weight: 500;
}
.navigation-header-two .nav-bar ul a {
  text-decoration: none;
  color: #eee;
}
.navigation-header-two .nav-bar .mobile-nav {
  line-height: 2.5;
}
.navigation-header-two .nav-bar .mobile-nav a {
  color: #eee;
  text-decoration: none;
}
.navigation-header-two .nav-bar .mobile-nav i {
  color: #eee;
  font-size: 1.5em;
}
.navigation-header-two .nav-bar .mobile-nav .contact span,
.navigation-header-two .nav-bar .mobile-nav .call span {
  padding: 0 0.5em;
}
.navigation-header-two .nav-bar .mobile-nav .contact {
  padding-left: 1em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.navigation-header-two .nav-bar .mobile-nav .call {
  padding: 0 1em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
}
.navigation-header-two .nav-bar .mobile-nav .menu {
  line-height: 3.75;
  position: relative;
  text-align: right;
  padding-right: 3em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.navigation-header-two .nav-bar .mobile-nav .menu > div {
  cursor: pointer;
  display: inline-block;
}
.navigation-header-two .nav-bar .mobile-nav .hamburger {
  position: absolute;
  right: 1em;
  top: 1.25em;
  margin: 0 auto;
  width: 1.5em;
  height: 1.25em;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  -ms-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.navigation-header-two .nav-bar .mobile-nav .hamburger.open span:nth-child(1) {
  top: 0.5em;
  width: 0;
  left: 50%;
}
.navigation-header-two .nav-bar .mobile-nav .hamburger.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.navigation-header-two .nav-bar .mobile-nav .hamburger.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.navigation-header-two .nav-bar .mobile-nav .hamburger.open span:nth-child(4) {
  top: 0.5em;
  width: 0;
  left: 50%;
}
.navigation-header-two .nav-bar .mobile-nav .hamburger span {
  display: block;
  position: absolute;
  height: 0.2em;
  width: 100%;
  background: #eee;
  border-radius: 1em;
  opacity: 1;
  -ms-filter: none;
  filter: none;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  -ms-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.navigation-header-two .nav-bar .mobile-nav .hamburger span:nth-child(1) {
  top: 0;
}
.navigation-header-two .nav-bar .mobile-nav .hamburger span:nth-child(2),
.navigation-header-two .nav-bar .mobile-nav .hamburger span:nth-child(3) {
  top: 0.5em;
}
.navigation-header-two .nav-bar .mobile-nav .hamburger span:nth-child(4) {
  top: 1em;
}
@media screen and (min-width: 64em) {
  .navigation-header-two .nav-bar .top-level li {
    position: relative;
  }
  .navigation-header-two .nav-bar .top-level li:hover ul {
    max-height: 42em;
  }
  .navigation-header-two .nav-bar .top-level li.right-align ul {
    right: 0;
    left: initial;
  }
  .navigation-header-two .nav-bar .top-level li ul {
    background: #fff;
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 99;
    width: 125%;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    -webkit-box-shadow: 0 0.1em 0.1em rgba(0,0,0,0.3);
    box-shadow: 0 0.1em 0.1em rgba(0,0,0,0.3);
  }
  .navigation-header-two .nav-bar .top-level li ul li {
    padding: 0.75em 0.5em;
    color: #666;
    border-bottom: 1px solid #d2d2d2;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .navigation-header-two .nav-bar .top-level li ul li:hover {
    background: #f4f4f4;
    color: #222;
  }
  .navigation-header-two .nav-bar ul a:first-of-type li {
    border-left: 0.1em solid #3e515a;
  }
  .navigation-header-two .nav-bar ul li {
    line-height: 4;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    border-right: 0.1em solid #3e515a;
    position: relative;
  }
  .navigation-header-two .nav-bar ul li:hover,
  .navigation-header-two .nav-bar ul li.active {
    background: #526a76;
  }
  .navigation-header-two .nav-bar ul li:hover ul {
    max-height: 42em;
  }
  .navigation-header-two .nav-bar ul li ul {
    background: #fff;
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 99;
    width: 125%;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    -webkit-box-shadow: 0 0.1em 0.1em rgba(0,0,0,0.3);
    box-shadow: 0 0.1em 0.1em rgba(0,0,0,0.3);
    line-height: initial;
  }
  .navigation-header-two .nav-bar ul li ul li {
    padding: 1em 0.5em;
    color: #666;
    border-bottom: 1px solid #d2d2d2;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-left: 0 !important;
    border-right: 0;
    line-height: initial;
  }
  .navigation-header-two .nav-bar .mobile-nav {
    display: none;
  }
  .navigation-header-two .nav-bar .top,
  .navigation-header-two .nav-bar .mobile {
    display: none;
  }
  .navigation-header-two .nav-bar ul.drop-down li:hover {
    background: #f4f4f4;
    color: #222;
  }
  .navigation-header-two .nav-bar .top-level i {
    margin-left: 0.5em;
  }
}
@media screen and (max-width: 64em) {
  .navigation-header-two .nav-bar ul {
    position: fixed;
    top: 0;
    bottom: 0;
    left: -100%;
    background: rgba(0,0,0,0.9);
    color: #fff;
    -webkit-transition: left 0.25s ease-in-out;
    -moz-transition: left 0.25s ease-in-out;
    -o-transition: left 0.25s ease-in-out;
    -ms-transition: left 0.25s ease-in-out;
    transition: left 0.25s ease-in-out;
    width: 15.5em;
    z-index: 999;
    padding: 0.5em 0;
  }
  .navigation-header-two .nav-bar ul a {
    color: #fff;
  }
  .navigation-header-two .nav-bar ul.active {
    left: 0;
  }
  .navigation-header-two .nav-bar ul li {
    display: block;
    padding: 1em 1.5em;
    border-bottom: 1px solid rgba(255,255,255,0.25);
  }
  .navigation-header-two .nav-bar ul li.top {
    text-align: center;
  }
  .navigation-header-two .nav-bar ul li.mobile {
    cursor: pointer;
  }
  .navigation-header-two .nav-bar ul li ul {
    position: initial;
    width: 100%;
    background: none;
  }
  .navigation-header-two .nav-bar ul li ul li {
    background: none;
    color: #fff;
  }
  .navigation-header-two .nav-bar ul li ul li:first-of-type {
    padding-top: 0.5em;
    margin-top: 0.5em;
  }
}
@media screen and (max-width: 48em) {
  .navigation-header-two .social-bar {
    display: none;
  }
  .navigation-header-two .header-info,
  .navigation-header-two .middle-info {
    display: none;
  }
  .navigation-header-two .header-bar .header-name .dealer-name {
    font-size: 1em;
  }
}
@media screen and (max-width: 35.6em) {
  .navigation-header-two .header-bar .header-name .dealer-name {
    font-size: 1em;
    padding: 0.5em 0 0;
  }
  .navigation-header-two .mobile-nav .contact span,
  .navigation-header-two .mobile-nav .call span {
    display: none;
  }
}
.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: #607d8b;
  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;
  }
}
@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: #607d8b;
    color: #eee;
    text-align: center;
  }
  .mobile-text .text-dealer a {
    display: inline-block;
    width: 100%;
    color: #eee;
    text-decoration: none;
  }
}
footer {
  background: #1e1e1e;
  color: #868686;
  font-size: 0.9em;
  line-height: 1.5em;
  padding-top: 3em;
}
footer .lg-container {
  max-width: 1650px;
  margin: 0 auto;
}
footer .left,
footer .middle,
footer .right {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 1em;
}
footer .left {
  background-image: url("/themes/theme1/img/world_map.png");
  background-repeat: no-repeat;
}
footer .left span {
  font-size: 0.9em;
}
footer .left .name {
  font-size: 1.25em;
  color: #fff;
}
footer .left .space {
  padding-top: 1em;
}
footer .left .links {
  font-size: 0.9em;
}
footer .middle {
  padding: 0 1em;
}
footer .middle .social-icons {
  display: inline-block;
  padding: 0 5px;
  margin: 0 0.1em;
  font-size: 1.5em;
}
footer .middle .makelinks .make {
  display: inline-block;
  padding: 0.5em;
}
footer .middle .makelinks a {
  text-decoration: none;
  color: #868686;
}
footer .middle .makelinks a:hover {
  color: #fff;
}
footer .quicklinks {
  padding-bottom: 1em;
}
footer .quicklinks a {
  text-decoration: none;
  color: #868686;
}
footer .quicklinks a:hover {
  color: #fff;
}
footer .quicklinks ul {
  margin: 0;
  padding: 0;
}
footer .quicklinks ul li {
  padding: 0.5em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
}
footer .header {
  font-size: 1.5em;
  padding-bottom: 0.5em;
  margin-bottom: 0.5em;
  color: #fff;
}
footer .header img {
  max-width: 11em;
  max-height: 8em;
}
footer .space {
  padding: 0.1em;
}
footer .socials {
  padding-top: 1em;
}
footer .socials a {
  color: #fff;
}
footer .socials a .custom-social {
  display: inline-block;
  max-width: 37px;
}
footer .socials .google-maps {
  display: inline-block;
}
footer .socials .google-maps img {
  max-width: 37px;
  margin-bottom: -10px;
}
footer .socials .social-btn {
  border-radius: 0.25em;
  padding: 0.2em 0.5em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  font-size: 1.25em;
  height: 34px;
  line-height: 30px;
}
footer .socials .social-btn.facebook {
  background-color: #3b5998;
  padding: 0.2em 0.75em;
}
footer .socials .social-btn.googleplus {
  background-color: #dd4b39;
  padding: 0.2em 0.65em;
}
footer .socials .social-btn.facebook {
  background-color: #3b5998;
}
footer .socials .social-btn.twitter {
  background-color: #5ea9dd;
}
footer .socials .social-btn.youtube {
  background-color: #de2c28;
}
footer .socials .social-btn.instagram {
  background-color: #a57d60;
}
footer .socials .social-btn.pinterest {
  background-color: #cc2127;
}
footer .powered-by {
  background-color: #fff;
  text-align: center;
}
footer .powered-by a {
  color: #222;
  text-decoration: none;
}
@media screen and (max-width: 35.5em) {
  footer .left,
  footer .middle {
    padding: 0.5em;
  }
}
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 #607d8b;
}
@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);
  }
}
.padded-box {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.html-cmp svg .bgA {
  fill: #607d8b;
}
.html-cmp svg .bg {
  fill: #fff;
}
.html-cmp svg .bgB {
  fill: #f4f4f4;
}
.html-cmp svg .bgC {
  fill: #f4f4f4;
}
/* Blog 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: #607d8b;
  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: #607d8b;
}
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 #607d8b;
  padding-left: 1em;
  font-weight: 400;
}
h2.custom-header-four {
  background: #607d8b;
  color: #eee;
  padding: 0.25em 0.5em;
  font-weight: 400;
  margin: 0;
}
h2.custom-header-five {
  border-bottom: 2px solid #607d8b;
  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: #607d8b;
}
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: #607d8b;
}
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;
  }
}
.blog-post {
  padding: 1em;
  display: block;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #d8d8d8;
}
.blog-post:first-of-type {
  border-top: 0;
}
.blog-post:last-of-type {
  border-bottom: 0;
}
.blog-post .blog-header {
  padding: 0.5em 1em;
  border-bottom: 1px dotted #ccc;
}
.blog-post .blog-title {
  font-family: 'Oswald', 'Roboto', sans-serif;
  font-size: 1.5em;
}
.blog-post .blog-button {
  padding: 1em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
}
.blog-post .blog-button .btn {
  color: #222;
  background: #607d8b;
}
.blog-post .blog-author {
  font-size: 0.9em;
  color: #777;
}
.blog-post h2 {
  font-weight: 300;
  margin: 0;
}
.blog-post .blog-content {
  padding: 1em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.blog-post .blog-content .blog-pic {
  margin-right: 2em;
  float: left;
  max-width: 35%;
}
.blog-post .blog-content .blog-pic img {
  max-width: 100%;
  margin: 0 1em 1em 0;
}
.blog-post .blog-extra {
  padding: 1em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-top: 1px dotted #ccc;
  color: #777;
  font-size: 0.9em;
}
.blog-post .blog-extra i {
  font-size: 1.15em;
}
.blog-post .blog-extra a {
  color: #777;
  text-decoration: none;
}
.blog-post .blog-extra a:hover {
  color: #607d8b;
}
.blog-post .blog-extra span {
  padding: 0 0.5em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 35.6em) {
  .blog-post .blog-header,
  .blog-post .blog-content {
    padding: 0.5em;
  }
  .blog-post .blog-author {
    padding-top: 0.5em;
  }
}
/* Finder Form 2 */
/* banner img */
.contact-banner {
  height: 10em;
  background-image: url("/themes/theme1/banner/biglot.jpg");
  background-size: cover;
  background-position: center center;
}
.contact-banner.bikes {
  background-image: url("/themes/theme1/banner/motorcyclebanner.jpg");
}
div[id^='contact'].pure-form.max-input div.field {
  width: 96%;
}
/* removes dotted outline in firefox */
.pure-form .select select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}
.contact-form-flat.banner {
  margin: -5em auto 0;
}
.contact-form-flat.bg {
  margin: 0 auto;
}
.contact-form-flat.banner,
.contact-form-flat.bg {
  max-width: 1250px;
  background: #f4f4f4;
  color: #222;
  padding: 1em;
  border-radius: 0.2em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -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);
}
.contact-form-flat.banner div.string.field > label > input,
.contact-form-flat.bg div.string.field > label > input,
.contact-form-flat.banner div.date.field > label > input,
.contact-form-flat.bg div.date.field > label > input,
.contact-form-flat.banner div.label.field > label > div,
.contact-form-flat.bg div.label.field > label > div,
.contact-form-flat.banner div.number.field > label > input,
.contact-form-flat.bg div.number.field > label > input,
.contact-form-flat.banner div.phone.field > label > input,
.contact-form-flat.bg div.phone.field > label > input,
.contact-form-flat.banner div.email.field > label > input,
.contact-form-flat.bg div.email.field > label > input,
.contact-form-flat.banner div.select select,
.contact-form-flat.bg div.select select,
.contact-form-flat.banner div.text.field > label > textarea,
.contact-form-flat.bg div.text.field > label > textarea {
  background: #fff;
  color: #222;
}
.contact-form-flat.banner fieldset,
.contact-form-flat.bg fieldset {
  background: #fff;
  color: #222;
}
.contact-form-flat.banner fieldset div.string.field > label > input,
.contact-form-flat.bg fieldset div.string.field > label > input,
.contact-form-flat.banner fieldset div.date.field > label > input,
.contact-form-flat.bg fieldset div.date.field > label > input,
.contact-form-flat.banner fieldset div.label.field > label > div,
.contact-form-flat.bg fieldset div.label.field > label > div,
.contact-form-flat.banner fieldset div.number.field > label > input,
.contact-form-flat.bg fieldset div.number.field > label > input,
.contact-form-flat.banner fieldset div.phone.field > label > input,
.contact-form-flat.bg fieldset div.phone.field > label > input,
.contact-form-flat.banner fieldset div.email.field > label > input,
.contact-form-flat.bg fieldset div.email.field > label > input,
.contact-form-flat.banner fieldset div.select select,
.contact-form-flat.bg fieldset div.select select,
.contact-form-flat.banner fieldset div.text.field > label > textarea,
.contact-form-flat.bg fieldset div.text.field > label > textarea {
  background: #f4f4f4;
  color: #222;
}
.contact-form-flat fieldset {
  margin-top: 1em;
  -webkit-box-shadow: 0px 1px 2px rgba(0,0,0,0.5);
  box-shadow: 0px 1px 2px rgba(0,0,0,0.5);
  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-flat fieldset:first-child {
  margin-top: 0;
}
.contact-form-flat fieldset fieldset {
  margin: 0.5em;
}
.contact-form-flat .contact-header h1 {
  margin: 0 0 0.25em;
  font-weight: 600;
  font-family: open sans, sans-serif;
  color: #607d8b;
}
.contact-form-flat .secure-msg {
  padding: 0.5em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.contact-form-flat label.terms {
  overflow: initial;
  -o-text-overflow: initial;
  text-overflow: initial;
  white-space: initial;
}
.contact-form-flat .terms-and-conditions {
  padding: 1em 0;
}
.contact-form-flat .terms-and-conditions strong {
  font-weight: 500;
}
.contact-form-flat .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-flat .terms-and-conditions .sub-terms .expanded-terms,
.contact-form-flat .terms-and-conditions .sub-terms .expand-btn {
  display: block;
  cursor: pointer;
}
.contact-form-flat .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-flat .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-flat .terms-and-conditions .sub-terms .expanded-terms .break {
  padding-bottom: 0.5em;
}
.contact-form-flat input.term-input {
  margin-left: 0.25em;
}
.contact-form-flat 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-flat 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-flat div.field > label > * {
  font-size: 1em;
}
.contact-form-flat div.field.large > label,
.contact-form-flat div.string.field > label > input {
  width: 100%;
}
.contact-form-flat div.submit.field {
  display: block;
}
.contact-form-flat div.submit > button {
  background-color: #607d8b;
  color: #eee;
}
.contact-form-flat div.string.field > label > input,
.contact-form-flat div.date.field > label > input,
.contact-form-flat div.label.field > label > div,
.contact-form-flat div.number.field > label > input,
.contact-form-flat div.phone.field > label > input,
.contact-form-flat div.email.field > label > input,
.contact-form-flat div.text.field > label > textarea,
.contact-form-flat div.select.field > label > select {
  margin-top: 0.2em;
  display: block;
  width: 100%;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 2px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 1em 0.5em;
  border: 1px solid #ccc;
}
.contact-form-flat div.string.field > label > input:focus,
.contact-form-flat div.date.field > label > input:focus,
.contact-form-flat div.label.field > label > div:focus,
.contact-form-flat div.number.field > label > input:focus,
.contact-form-flat div.phone.field > label > input:focus,
.contact-form-flat div.email.field > label > input:focus,
.contact-form-flat div.text.field > label > textarea:focus,
.contact-form-flat div.select.field > label > select:focus {
  border: 1px solid #222;
}
.contact-form-flat div.string.field > label > input:required:valid,
.contact-form-flat div.date.field > label > input:required:valid,
.contact-form-flat div.label.field > label > div:required:valid,
.contact-form-flat div.number.field > label > input:required:valid,
.contact-form-flat div.phone.field > label > input:required:valid,
.contact-form-flat div.email.field > label > input:required:valid,
.contact-form-flat div.text.field > label > textarea:required:valid,
.contact-form-flat div.select.field > label > select:required:valid {
  background-color: #f4fdf8;
  border: 2px solid #93e5b4;
  color: #222 !important;
}
.contact-form-flat div.check.field > label:before {
  content: ' ';
  display: block;
  height: 2.2em;
}
.contact-form-flat div.select.field > label > select {
  display: block;
  border: 1px solid #ccc;
}
.contact-form-flat div.field.button > button {
  margin-top: 1.2em;
}
.contact-form-flat div.text.field {
  display: block;
}
.contact-form-flat 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;
  border: 1px solid #ccc;
}
.contact-form-flat div.check.field > label > input {
  margin-right: 0.25em;
}
.contact-form-flat div.field > label > span.required:after {
  content: '*';
  color: #607d8b;
}
.contact-form-flat div.title {
  background-color: #607d8b;
  color: #eee;
  line-height: 2em;
  padding: 0.2em 0 0.2em 1em;
  border: 0;
  border-bottom: 1px solid #3e515a;
  border-radius: 2px;
  cursor: pointer;
}
.contact-form-flat div.title > div[class^="ion"] {
  color: #eee;
  padding: 0 1em 0 0;
}
.contact-form-flat div.date.field > label > input {
  max-height: 43.5px;
}
.contact-form-flat div.select select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin-top: 0.2em;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  border-radius: 0;
  padding: 0 0.5em;
  position: relative;
  width: 100%;
  min-height: 43px;
}
.contact-form-flat 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-flat div.select select option {
  padding: 0.5em 0 0.5em 0.2em;
  background: #fff;
  color: #222;
}
.contact-form-flat textarea {
  border-radius: 0;
  -webkit-box-shadow: 0;
  box-shadow: 0;
  border: none;
}
.contact-form-flat.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: #607d8b;
  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: #607d8b;
  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: #607d8b;
  }
  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: 48em) {
  .pure-form.margin {
    margin: 0 !important;
  }
}
@media screen and (max-width: 36em) {
  .pure-form.banner,
  .pure-form.bg {
    padding: 0.5em;
  }
  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);
  }
}
.padded-box {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.html-cmp svg .bgA {
  fill: #607d8b;
}
.html-cmp svg .bg {
  fill: #fff;
}
.html-cmp svg .bgB {
  fill: #f4f4f4;
}
.html-cmp svg .bgC {
  fill: #f4f4f4;
}
/* Home 2 */
.hero-banner {
  width: 100%;
  padding-bottom: 25vw;
  position: relative;
}
.hero-banner.custom {
  padding-bottom: auto;
}
.hero-banner .hero-img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center center;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: opacity 1s ease-in;
  -moz-transition: opacity 1s ease-in;
  -o-transition: opacity 1s ease-in;
  -ms-transition: opacity 1s ease-in;
  transition: opacity 1s ease-in;
}
.hero-banner .hero-img.active {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  z-index: 9;
}
.welcome-section {
  background-image: url("/themes/theme1/img/header-stripe.png");
  background-attachment: fixed;
  background-color: #222;
  color: #fff;
}
.welcome-section.secondary-bg {
  background-color: $secondaryBg;
  color: $secondaryText;
}
.welcome-section .section-title {
  font-size: 1.5em;
  padding: 0 0.5em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.welcome-section .header {
  padding: 1em 0.5em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 1.75em;
  text-transform: uppercase;
  font-family: open sans, sans-serif;
  font-weight: 600;
}
.welcome-section .header span {
  color: #607d8b;
}
.welcome-section .view-all {
  text-align: center;
}
.welcome-section .view-all a {
  text-decoration: none;
}
.welcome-section .quick-view {
  display: none;
}
.welcome-section .tab {
  display: inline-block;
  padding: 0.5em 1em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #cfcfcf;
  color: #1a1a1a;
  cursor: pointer;
  border-bottom: 1px solid #222;
  border-top-left-radius: 0.2em;
  border-top-right-radius: 0.2em;
  width: 100%;
}
.welcome-section .tab.active {
  color: #222;
  background-color: #f4f4f4;
  border-bottom: 1px solid #f4f4f4;
}
.welcome-section .tab-wrapper {
  padding: 0 0.1em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: bottom;
}
.welcome-section .bottom {
  color: #222;
  padding: 1em 0;
  background: #f4f4f4;
  color: #222;
/*
    ** Price Section
    */
/*
    ** Make Selection
    */
/*
    ** Inventory Carosel 
    */
}
.welcome-section .bottom .price-wrapper {
  padding: 0.5em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.welcome-section .bottom .price-wrapper a {
  color: inherit;
  text-decoration: none;
}
.welcome-section .bottom .price-wrapper .box {
  background-color: #fff;
  color: #222;
  padding: 1em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  text-transform: uppercase;
  border: 1px solid #ccc;
  -webkit-box-shadow: 0em 0em 0em rgba(0,0,0,0.3);
  box-shadow: 0em 0em 0em rgba(0,0,0,0.3);
  -webkit-transition: box-shadow 0.25s ease-in-out;
  -moz-transition: box-shadow 0.25s ease-in-out;
  -o-transition: box-shadow 0.25s ease-in-out;
  -ms-transition: box-shadow 0.25s ease-in-out;
  transition: box-shadow 0.25s ease-in-out;
  text-align: center;
}
.welcome-section .bottom .price-wrapper .box:hover {
  -webkit-box-shadow: 0.15em 0.15em 0.1em rgba(0,0,0,0.3);
  box-shadow: 0.15em 0.15em 0.1em rgba(0,0,0,0.3);
}
.welcome-section .bottom .price-wrapper .style2 {
  min-height: 4.8em;
}
.welcome-section .bottom .price-wrapper .style2 .price {
  font-size: 1.88em !important;
}
.welcome-section .bottom .price-wrapper .price {
  color: #607d8b;
  font-size: 3em;
  font-family: open sans, sans-serif;
  font-style: italic;
  font-weight: 600;
}
.welcome-section .bottom .make-wrapper {
  padding: 0;
}
.welcome-section .bottom .make-wrapper .make-select-wrapper {
  background: #fff;
  color: #222;
  position: relative;
}
.welcome-section .bottom .make-wrapper .make-select {
  padding-bottom: 25%;
  background-repeat: no-repeat;
  background-size: 80%;
  background-position: center center;
  cursor: pointer;
  border: 1px solid #ccc;
  -webkit-transition: background 0.25s ease-in-out;
  -moz-transition: background 0.25s ease-in-out;
  -o-transition: background 0.25s ease-in-out;
  -ms-transition: background 0.25s ease-in-out;
  transition: background 0.25s ease-in-out;
  position: relative;
  z-index: 1;
}
.welcome-section .bottom .make-wrapper .make-select:hover {
  background-size: 100%;
}
.welcome-section .bottom .make-wrapper .make-select-text {
  position: absolute;
  top: 50%;
  width: 100%;
  text-align: center;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.welcome-section .bottom li {
  padding: 0.5em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.welcome-section .bottom .inv-container {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  white-space: nowrap;
  margin: 1em 0;
  overflow-x: hidden;
  overflow-y: hidden;
  position: relative;
}
.welcome-section .bottom .left-control,
.welcome-section .bottom .right-control {
  padding: 2em 0.5em;
  cursor: pointer;
  position: absolute;
  top: 40%;
  -webkit-transform: translateY(-40%);
  -moz-transform: translateY(-40%);
  -o-transform: translateY(-40%);
  -ms-transform: translateY(-40%);
  transform: translateY(-40%);
  z-index: 99;
  background-color: #f4f4f4;
  border-radius: 2px;
  -webkit-box-shadow: -1px 0px 3px rgba(0,0,0,0.3);
  box-shadow: -1px 0px 3px rgba(0,0,0,0.3);
}
.welcome-section .bottom .left-control div[class^="ion"],
.welcome-section .bottom .right-control div[class^="ion"] {
  color: #222;
}
.welcome-section .bottom .left-control.fade,
.welcome-section .bottom .right-control.fade {
  -webkit-box-shadow: -1px 0px 3px rgba(0,0,0,0.1);
  box-shadow: -1px 0px 3px rgba(0,0,0,0.1);
  -webkit-transition: box-shadow 0.5s ease-in-out;
  -moz-transition: box-shadow 0.5s ease-in-out;
  -o-transition: box-shadow 0.5s ease-in-out;
  -ms-transition: box-shadow 0.5s ease-in-out;
  transition: box-shadow 0.5s ease-in-out;
}
.welcome-section .bottom .left-control.fade div[class^="ion"],
.welcome-section .bottom .right-control.fade div[class^="ion"] {
  color: rgba(34,34,34,0.3);
}
.welcome-section .bottom .left-control {
  left: 0;
}
.welcome-section .bottom .right-control {
  right: 0;
}
.welcome-section .bottom .slider {
  position: relative;
  left: 0;
  -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;
}
.welcome-section .bottom .slider > * {
  display: inline-block;
  vertical-align: middle;
}
.welcome-section .bottom .slider .inv-thumbnail {
  text-align: center;
  position: relative;
  white-space: normal;
}
.welcome-section .bottom .slider .inv-thumbnail .l-box {
  padding: 0 0.5em;
  height: 100%;
}
.welcome-section .bottom .slider .inv-thumbnail .l-box p {
  margin: 0.5em 0;
}
.welcome-section .bottom .slider .inv-thumbnail .inv-thumbnail-pic {
  position: relative;
  border: 1px solid #ccc;
}
.welcome-section .bottom .slider .inv-thumbnail a .inv-thumbnail-pic .pure-img {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-bottom: 75%;
}
.welcome-section .bottom .slider .inv-thumbnail .overlay {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(0,0,0,0.98);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  -ms-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
  color: #fff;
  vertical-align: middle;
  padding: 1em 0;
  text-transform: uppercase;
  font-size: 0.7em;
}
.welcome-section .bottom .slider .inv-thumbnail :hover .overlay {
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  -ms-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}
@media screen and (max-width: 48em) {
  .welcome-section .section-title {
    text-align: center;
  }
  .welcome-section .header {
    font-size: 1.5em;
    text-align: center;
  }
}
@media screen and (min-width: 35.5em) {
  .welcome-section .tab-wrapper.quicksearch {
    display: none;
  }
}
@media screen and (max-width: 35.5em) {
  .welcome-section .tabs {
    max-height: 2.25em;
    overflow: hidden;
    -webkit-transition: max-height 0.25s ease-in-out;
    -moz-transition: max-height 0.25s ease-in-out;
    -o-transition: max-height 0.25s ease-in-out;
    -ms-transition: max-height 0.25s ease-in-out;
    transition: max-height 0.25s ease-in-out;
  }
  .welcome-section .tabs.open {
    max-height: 42em;
  }
  .welcome-section .quicksearch .tab {
    background: -webkit-linear-gradient(top, #607d8b, #526a76);
    background: -moz-linear-gradient(top, #607d8b, #526a76);
    background: -o-linear-gradient(top, #607d8b, #526a76);
    background: -ms-linear-gradient(top, #607d8b, #526a76);
    background: linear-gradient(to bottom, #607d8b, #526a76);
    background-color: #607d8b;
    color: #eee;
  }
  .welcome-section .tab {
    text-align: center;
    border-radius: 0;
  }
  .welcome-section .tab-wrapper {
    padding: 0;
  }
  .welcome-section .header {
    font-size: 1.25em;
  }
  .welcome-section .bottom {
    border-top: 1px solid #222;
  }
  .welcome-section .bottom .slider {
    overflow-x: auto;
  }
  .welcome-section .bottom .left-control,
  .welcome-section .bottom .right-control {
    display: none;
  }
}
.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: #607d8b;
  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: #607d8b;
}
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 #607d8b;
  padding-left: 1em;
  font-weight: 400;
}
h2.custom-header-four {
  background: #607d8b;
  color: #eee;
  padding: 0.25em 0.5em;
  font-weight: 400;
  margin: 0;
}
h2.custom-header-five {
  border-bottom: 2px solid #607d8b;
  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: #607d8b;
}
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: #607d8b;
}
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;
  }
}
.body-type-image-buttons .button-wrapper {
  padding: 1em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  cursor: pointer;
}
.body-type-image-buttons .button-wrapper img {
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  -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;
}
.body-type-image-buttons .button-wrapper:hover img {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.body-type-image-buttons .button-wrapper .label {
  font-size: 1.25em;
}
.rectangle-image-tiles .rec-img-tile-wrapper {
  padding: 0.5em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.rectangle-image-tiles a {
  color: #607d8b;
}
.rectangle-image-tiles .tile {
  height: 10em;
  background: #000;
  position: relative;
}
.rectangle-image-tiles .tile:hover .text .top {
  color: #607d8b;
}
.rectangle-image-tiles .tile .tile-img,
.rectangle-image-tiles .tile .text {
  vertical-align: middle;
}
.rectangle-image-tiles .tile .tile-img {
  background-size: cover;
  background-position: center center;
  height: 100%;
  position: relative;
}
.rectangle-image-tiles .tile .tile-img:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: -webkit-linear-gradient(left, transparent 85%, #000);
  background: -moz-linear-gradient(left, transparent 85%, #000);
  background: -o-linear-gradient(left, transparent 85%, #000);
  background: -ms-linear-gradient(left, transparent 85%, #000);
  background: linear-gradient(to right, transparent 85%, #000);
}
.rectangle-image-tiles .tile .text {
  text-align: center;
  padding: 1em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-transform: uppercase;
}
.rectangle-image-tiles .tile .text .top {
  color: #fff;
  font-size: 1.25em;
}
@media screen and (max-width: 48em) {
  .rectangle-image-tiles .tile {
    height: auto;
  }
  .rectangle-image-tiles .tile .tile-ph,
  .rectangle-image-tiles .tile .tile-img {
    display: none;
  }
}
.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;
  }
}
/* Hours of Operation 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: #607d8b;
  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;
  }
}
.contact-info-section {
  padding: 1em 0;
}
.contact-info-section .content {
  padding-left: 12.5%;
}
.contact-info-section .get-directions {
  margin-top: 1em;
}
.contact-info-section .info-wrapper,
.contact-info-section .info {
  padding: 1em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.contact-info-section .dealer-info {
  background-color: #f4f4f4;
  color: #222;
  -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);
  padding: 0.5em 0 1em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 1em;
  border-left: 0.5em solid #607d8b;
}
.contact-info-section .dealer-info .icon {
  font-size: 1.5em;
  text-align: center;
  color: #222;
  float: left;
}
.contact-info-section .dealer-info .title {
  color: #607d8b;
  font-size: 1.25em;
  padding-bottom: 0.55em;
}
.contact-info-section .dealer-info .title > * {
  display: inline-block;
  vertical-align: middle;
}
.contact-info-section .dealer-info span {
  width: 7em;
  display: inline-block;
}
@media screen and (max-width: 35.5em) {
  .contact-info-section .info-wrapper {
    padding: 1em 0.5em;
  }
}
/* Meet Our Staff 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: #607d8b;
  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: #607d8b;
}
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 #607d8b;
  padding-left: 1em;
  font-weight: 400;
}
h2.custom-header-four {
  background: #607d8b;
  color: #eee;
  padding: 0.25em 0.5em;
  font-weight: 400;
  margin: 0;
}
h2.custom-header-five {
  border-bottom: 2px solid #607d8b;
  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: #607d8b;
}
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: #607d8b;
}
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;
  }
}
.meet-staff-full .container {
  display: block;
}
.meet-staff-full .staff-member {
  margin: 1em 0;
  background-color: #f4f4f4;
  color: #222;
  border-radius: 0.2em;
  -webkit-box-shadow: 0 0.2em 0.2em rgba(0,0,0,0.2);
  box-shadow: 0 0.2em 0.2em rgba(0,0,0,0.2);
  overflow: hidden;
}
.meet-staff-full .staff-member .staff-header-wrapper {
  border-bottom: 0.1em dotted #ccc;
  padding-bottom: 0.5em;
  word-break: break-all;
  display: block;
}
.meet-staff-full .staff-member .staff-contact-wrapper {
  font-size: 0.9em;
}
.meet-staff-full .staff-member .staff-contact-wrapper a {
  color: #eee;
}
.meet-staff-full .staff-member .staff-contact-wrapper .phone,
.meet-staff-full .staff-member .staff-contact-wrapper .email {
  display: inline-block;
  padding: 0.5em 1em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #607d8b;
  color: #eee;
  border-radius: 0.25em;
  -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;
}
.meet-staff-full .staff-member .staff-contact-wrapper .phone:hover,
.meet-staff-full .staff-member .staff-contact-wrapper .email:hover {
  background: #3e515a;
}
.meet-staff-full .staff-member .staff-pic {
  padding-bottom: 25%;
  background-position: center center;
  background-size: cover;
}
.meet-staff-full .staff-member .staff-details {
  padding: 0.5em 1em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.meet-staff-full .staff-member .staff-details .name {
  font-size: 1.5em;
}
@media screen and (max-width: 48em) {
  .meet-staff-full .staff-member .staff-contact-wrapper {
    text-align: left;
  }
}
@media screen and (max-width: 35.6em) {
  .meet-staff-full .staff-member .staff-pic {
    padding-bottom: 75%;
  }
}
.side-bar-contact-info .phone .label {
  color: #666;
  margin-top: 0.5em;
}
.side-bar-contact-info .phone .number {
  font-size: 1.25em;
}
.side-bar-contact-info .hours {
  padding: 1em 0;
}
.side-bar-contact-info .hours span {
  float: right;
  padding-left: 0.5em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.side-bar-contact-info .hours .date {
  padding: 0.25em 0.5em;
}
.side-bar-contact-info .hours .date:nth-child(even) {
  background-color: #f4f4f4;
  color: #222;
}
/* Privacy Statement 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: #607d8b;
  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;
}
/* Test Drive 2 */
/* banner img */
.contact-banner {
  height: 10em;
  background-image: url("/themes/theme1/banner/biglot.jpg");
  background-size: cover;
  background-position: center center;
}
.contact-banner.bikes {
  background-image: url("/themes/theme1/banner/motorcyclebanner.jpg");
}
div[id^='contact'].pure-form.max-input div.field {
  width: 96%;
}
/* removes dotted outline in firefox */
.pure-form .select select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}
.contact-form-flat.banner {
  margin: -5em auto 0;
}
.contact-form-flat.bg {
  margin: 0 auto;
}
.contact-form-flat.banner,
.contact-form-flat.bg {
  max-width: 1250px;
  background: #f4f4f4;
  color: #222;
  padding: 1em;
  border-radius: 0.2em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -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);
}
.contact-form-flat.banner div.string.field > label > input,
.contact-form-flat.bg div.string.field > label > input,
.contact-form-flat.banner div.date.field > label > input,
.contact-form-flat.bg div.date.field > label > input,
.contact-form-flat.banner div.label.field > label > div,
.contact-form-flat.bg div.label.field > label > div,
.contact-form-flat.banner div.number.field > label > input,
.contact-form-flat.bg div.number.field > label > input,
.contact-form-flat.banner div.phone.field > label > input,
.contact-form-flat.bg div.phone.field > label > input,
.contact-form-flat.banner div.email.field > label > input,
.contact-form-flat.bg div.email.field > label > input,
.contact-form-flat.banner div.select select,
.contact-form-flat.bg div.select select,
.contact-form-flat.banner div.text.field > label > textarea,
.contact-form-flat.bg div.text.field > label > textarea {
  background: #fff;
  color: #222;
}
.contact-form-flat.banner fieldset,
.contact-form-flat.bg fieldset {
  background: #fff;
  color: #222;
}
.contact-form-flat.banner fieldset div.string.field > label > input,
.contact-form-flat.bg fieldset div.string.field > label > input,
.contact-form-flat.banner fieldset div.date.field > label > input,
.contact-form-flat.bg fieldset div.date.field > label > input,
.contact-form-flat.banner fieldset div.label.field > label > div,
.contact-form-flat.bg fieldset div.label.field > label > div,
.contact-form-flat.banner fieldset div.number.field > label > input,
.contact-form-flat.bg fieldset div.number.field > label > input,
.contact-form-flat.banner fieldset div.phone.field > label > input,
.contact-form-flat.bg fieldset div.phone.field > label > input,
.contact-form-flat.banner fieldset div.email.field > label > input,
.contact-form-flat.bg fieldset div.email.field > label > input,
.contact-form-flat.banner fieldset div.select select,
.contact-form-flat.bg fieldset div.select select,
.contact-form-flat.banner fieldset div.text.field > label > textarea,
.contact-form-flat.bg fieldset div.text.field > label > textarea {
  background: #f4f4f4;
  color: #222;
}
.contact-form-flat fieldset {
  margin-top: 1em;
  -webkit-box-shadow: 0px 1px 2px rgba(0,0,0,0.5);
  box-shadow: 0px 1px 2px rgba(0,0,0,0.5);
  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-flat fieldset:first-child {
  margin-top: 0;
}
.contact-form-flat fieldset fieldset {
  margin: 0.5em;
}
.contact-form-flat .contact-header h1 {
  margin: 0 0 0.25em;
  font-weight: 600;
  font-family: open sans, sans-serif;
  color: #607d8b;
}
.contact-form-flat .secure-msg {
  padding: 0.5em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.contact-form-flat label.terms {
  overflow: initial;
  -o-text-overflow: initial;
  text-overflow: initial;
  white-space: initial;
}
.contact-form-flat .terms-and-conditions {
  padding: 1em 0;
}
.contact-form-flat .terms-and-conditions strong {
  font-weight: 500;
}
.contact-form-flat .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-flat .terms-and-conditions .sub-terms .expanded-terms,
.contact-form-flat .terms-and-conditions .sub-terms .expand-btn {
  display: block;
  cursor: pointer;
}
.contact-form-flat .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-flat .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-flat .terms-and-conditions .sub-terms .expanded-terms .break {
  padding-bottom: 0.5em;
}
.contact-form-flat input.term-input {
  margin-left: 0.25em;
}
.contact-form-flat 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-flat 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-flat div.field > label > * {
  font-size: 1em;
}
.contact-form-flat div.field.large > label,
.contact-form-flat div.string.field > label > input {
  width: 100%;
}
.contact-form-flat div.submit.field {
  display: block;
}
.contact-form-flat div.submit > button {
  background-color: #607d8b;
  color: #eee;
}
.contact-form-flat div.string.field > label > input,
.contact-form-flat div.date.field > label > input,
.contact-form-flat div.label.field > label > div,
.contact-form-flat div.number.field > label > input,
.contact-form-flat div.phone.field > label > input,
.contact-form-flat div.email.field > label > input,
.contact-form-flat div.text.field > label > textarea,
.contact-form-flat div.select.field > label > select {
  margin-top: 0.2em;
  display: block;
  width: 100%;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 2px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 1em 0.5em;
  border: 1px solid #ccc;
}
.contact-form-flat div.string.field > label > input:focus,
.contact-form-flat div.date.field > label > input:focus,
.contact-form-flat div.label.field > label > div:focus,
.contact-form-flat div.number.field > label > input:focus,
.contact-form-flat div.phone.field > label > input:focus,
.contact-form-flat div.email.field > label > input:focus,
.contact-form-flat div.text.field > label > textarea:focus,
.contact-form-flat div.select.field > label > select:focus {
  border: 1px solid #222;
}
.contact-form-flat div.string.field > label > input:required:valid,
.contact-form-flat div.date.field > label > input:required:valid,
.contact-form-flat div.label.field > label > div:required:valid,
.contact-form-flat div.number.field > label > input:required:valid,
.contact-form-flat div.phone.field > label > input:required:valid,
.contact-form-flat div.email.field > label > input:required:valid,
.contact-form-flat div.text.field > label > textarea:required:valid,
.contact-form-flat div.select.field > label > select:required:valid {
  background-color: #f4fdf8;
  border: 2px solid #93e5b4;
  color: #222 !important;
}
.contact-form-flat div.check.field > label:before {
  content: ' ';
  display: block;
  height: 2.2em;
}
.contact-form-flat div.select.field > label > select {
  display: block;
  border: 1px solid #ccc;
}
.contact-form-flat div.field.button > button {
  margin-top: 1.2em;
}
.contact-form-flat div.text.field {
  display: block;
}
.contact-form-flat 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;
  border: 1px solid #ccc;
}
.contact-form-flat div.check.field > label > input {
  margin-right: 0.25em;
}
.contact-form-flat div.field > label > span.required:after {
  content: '*';
  color: #607d8b;
}
.contact-form-flat div.title {
  background-color: #607d8b;
  color: #eee;
  line-height: 2em;
  padding: 0.2em 0 0.2em 1em;
  border: 0;
  border-bottom: 1px solid #3e515a;
  border-radius: 2px;
  cursor: pointer;
}
.contact-form-flat div.title > div[class^="ion"] {
  color: #eee;
  padding: 0 1em 0 0;
}
.contact-form-flat div.date.field > label > input {
  max-height: 43.5px;
}
.contact-form-flat div.select select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin-top: 0.2em;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  border-radius: 0;
  padding: 0 0.5em;
  position: relative;
  width: 100%;
  min-height: 43px;
}
.contact-form-flat 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-flat div.select select option {
  padding: 0.5em 0 0.5em 0.2em;
  background: #fff;
  color: #222;
}
.contact-form-flat textarea {
  border-radius: 0;
  -webkit-box-shadow: 0;
  box-shadow: 0;
  border: none;
}
.contact-form-flat.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: #607d8b;
  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: #607d8b;
  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: #607d8b;
  }
  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: 48em) {
  .pure-form.margin {
    margin: 0 !important;
  }
}
@media screen and (max-width: 36em) {
  .pure-form.banner,
  .pure-form.bg {
    padding: 0.5em;
  }
  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);
  }
}
.padded-box {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.html-cmp svg .bgA {
  fill: #607d8b;
}
.html-cmp svg .bg {
  fill: #fff;
}
.html-cmp svg .bgB {
  fill: #f4f4f4;
}
.html-cmp svg .bgC {
  fill: #f4f4f4;
}
/* Testimonials 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: #607d8b;
  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: #607d8b;
}
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 #607d8b;
  padding-left: 1em;
  font-weight: 400;
}
h2.custom-header-four {
  background: #607d8b;
  color: #eee;
  padding: 0.25em 0.5em;
  font-weight: 400;
  margin: 0;
}
h2.custom-header-five {
  border-bottom: 2px solid #607d8b;
  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: #607d8b;
}
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: #607d8b;
}
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: #607d8b;
  background: -webkit-linear-gradient(top, #607d8b, #526a76);
  background: -moz-linear-gradient(top, #607d8b, #526a76);
  background: -o-linear-gradient(top, #607d8b, #526a76);
  background: -ms-linear-gradient(top, #607d8b, #526a76);
  background: linear-gradient(to bottom, #607d8b, #526a76);
  border-radius: 0.2em;
}
.review-full-page .review-msg a {
  color: #eee;
  text-decoration: none;
}
.review-full-page .review-msg a.mail {
  color: #607d8b;
}
.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;
  }
}
/* Inventory 2 */
#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: #607d8b;
  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: #607d8b;
  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: #607d8b;
  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: #607d8b;
  }
  100% {
    background-color: #fff;
  }
}
@-moz-keyframes dotted {
  0% {
    background-color: #607d8b;
  }
  100% {
    background-color: #fff;
  }
}
@-webkit-keyframes dotted {
  0% {
    background-color: #607d8b;
  }
  100% {
    background-color: #fff;
  }
}
@-o-keyframes dotted {
  0% {
    background-color: #607d8b;
  }
  100% {
    background-color: #fff;
  }
}
@keyframes dotted {
  0% {
    background-color: #607d8b;
  }
  100% {
    background-color: #fff;
  }
}
.narrow-inv-card-two {
  padding: 1em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.narrow-inv-card-two .pure-g [class*="pure-u"] {
  font-family: 'roboto', sans-serif;
}
.narrow-inv-card-two a {
  color: inherit;
  text-decoration: none;
}
.narrow-inv-card-two .card {
  border: 1px solid #ccc;
  overflow: hidden;
  background: #f4f4f4;
  color: #222;
}
.narrow-inv-card-two .title {
  font-size: 1.25em;
  padding: 0.5em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-transform: uppercase;
  cursor: pointer;
}
.narrow-inv-card-two .main-img {
  position: relative;
  border-right: 1px solid #ccc;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  overflow: hidden;
}
.narrow-inv-card-two .main-img .sold-overlay {
  position: absolute;
  background-image: url("/themes/theme1/img/stamp_sold.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  width: 100%;
  height: 100%;
}
.narrow-inv-card-two .inv-pic {
  padding-bottom: 75%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.narrow-inv-card-two .inv-details,
.narrow-inv-card-two .pricing {
  padding: 0 1em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.narrow-inv-card-two .pricing {
  text-align: center;
  font-size: 1.25em;
}
.narrow-inv-card-two .pricing .internet-price,
.narrow-inv-card-two .pricing .reg-price {
  font-size: 1.5em;
  font-style: italic;
  color: #32c850;
}
.narrow-inv-card-two .pricing .sold {
  color: #f00;
}
.narrow-inv-card-two .pricing .spec > div,
.narrow-inv-card-two .pricing .reg > div {
  font-size: 0.75em;
  color: #777;
}
.narrow-inv-card-two .pricing em {
  font-size: 0.75em;
  display: block;
}
.narrow-inv-card-two .inv-details {
  font-size: 0.9em;
}
.narrow-inv-card-two .inv-details > div {
  padding-bottom: 0.25em;
}
.narrow-inv-card-two .inv-details > div:last-of-type {
  padding-bottom: 0;
}
.narrow-inv-card-two .inv-details span {
  width: 5em;
  display: inline-block;
  color: #777;
}
.narrow-inv-card-two .bottom-bar {
  border-top: 1px solid #ccc;
}
.narrow-inv-card-two .bottom-bar .option-btns {
  text-align: center;
  cursor: pointer;
}
.narrow-inv-card-two .bottom-bar .option-btns .btn {
  font-size: 1.25em;
  padding: 0.5em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.narrow-inv-card-two .bottom-bar .option-btns .btn:hover i {
  color: #222;
}
.narrow-inv-card-two .bottom-bar .option-btns .btn i {
  color: #777;
  -webkit-transition: color 0.25s ease-in;
  -moz-transition: color 0.25s ease-in;
  -o-transition: color 0.25s ease-in;
  -ms-transition: color 0.25s ease-in;
  transition: color 0.25s ease-in;
}
.narrow-inv-card-two .bottom-bar .option-btns .btn > div {
  font-size: 0.5em;
  letter-spacing: 0.1em;
}
.narrow-inv-card-two .tp-options {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.narrow-inv-card-two .tp-options .carstory,
.narrow-inv-card-two .tp-options .carfax,
.narrow-inv-card-two .tp-options .cargurus,
.narrow-inv-card-two .tp-options .custom {
  padding: 0.5em 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  vertical-align: middle;
}
.narrow-inv-card-two .tp-options .cargurus img {
  max-height: 40px;
}
.narrow-inv-card-two .tp-options img {
  margin: 0 auto;
  max-width: 10em;
}
.narrow-inv-card-two .tp-options .carfax img {
  background: #fff;
  padding: 0.2em 0.1em 0.2em 0.3em;
  border-radius: 0.4em;
}
@media screen and (max-width: 48em) {
  .narrow-inv-card-two .bottom-bar .option-btns {
    border-right: 0;
  }
}
@media screen and (max-width: 35.6em) {
  .narrow-inv-card-two .details {
    display: none;
  }
  .narrow-inv-card-two .title {
    text-align: center;
    white-space: initial;
  }
  .narrow-inv-card-two .main-img {
    border-right: 0;
  }
  .narrow-inv-card-two .tp-options {
    display: none;
  }
  .narrow-inv-card-two .pricing {
    padding-bottom: 1em;
  }
}
.side-search-classic .qs-wrapper {
  padding: 0.5em 2em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.side-search-classic .qs-wrapper:first-of-type {
  padding-top: 1em;
}
.side-search-classic .qs-wrapper h4 {
  margin: 0.25em 0;
  font-weight: 400;
}
.side-search-classic .qs-wrapper.filters .item {
  background: rgba(0,0,0,0.75);
  color: #fff;
  font-size: 0.9em;
  border-radius: 0.25em;
  padding: 0.5em;
  display: inline-block;
  cursor: pointer;
  text-transform: capitalize;
  margin-bottom: 0.5em;
}
.side-search-classic .qs-wrapper.filters .item span {
  margin-left: 0.5em;
}
.side-search-classic .qs-wrapper.carfax img {
  display: inline-block;
  max-height: 30px;
  margin-right: 10px;
  margin-bottom: -5px;
}
.side-search-classic .reset-button {
  background-color: #607d8b;
  border: 1px solid #526a76;
  color: #eee;
  padding: 0.5em;
  text-align: center;
  border-radius: 0.2em;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.side-search-classic .reset-button i {
  padding-left: 1em;
}
.side-search-classic .side-qs {
  background-color: #f4f4f4;
  color: #222;
  overflow: hidden;
  border: 1px solid #ccc;
  border-radius: 0.2em;
  overflow: hidden;
}
.side-search-classic .side-qs a {
  color: inherit;
  text-decoration: none;
}
.side-search-classic .side-qs input {
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 0.5em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}
.side-search-classic .side-qs .sort-link {
  border-bottom: 1px solid #ccc;
}
.side-search-classic .side-qs .sort-link:last-of-type {
  border-bottom: 0;
}
.side-search-classic .side-qs .sort-link .text {
  padding: 0.5em 0 0.5em 1em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.side-search-classic .side-qs .sort-link .btns {
  height: 100%;
  text-align: center;
  border-left: 1px solid #ccc;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.side-search-classic .side-qs .sort-link .btn {
  width: 50%;
  display: inline-block;
  padding: 0.5em 0;
  cursor: pointer;
}
.side-search-classic .side-qs .sort-link .btn:hover,
.side-search-classic .side-qs .sort-link .btn.selected {
  background: #fff;
  color: #222;
}
.side-search-classic .side-qs .sort-link .btn:last-of-type {
  border-left: 1px solid #ccc;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.side-search-classic .side-qs ul {
  margin: 0;
  padding: 0;
}
.side-search-classic .side-qs ul li {
  list-style: none;
  margin: 0;
  padding: 0.5em 1em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  cursor: pointer;
  border-bottom: 1px solid #ccc;
}
.side-search-classic .side-qs ul li:hover {
  background: #fff;
  color: #222;
}
.side-search-classic .side-qs ul li span {
  font-weight: 300;
  font-size: 0.9em;
}
.side-search-classic .side-qs ul li.view-more {
  background: #fff;
  color: #222;
}
.side-search-classic .side-qs ul li.view-more i {
  display: block;
}
.side-search-classic .side-qs ul li i {
  display: none;
  position: absolute;
  right: 1em;
  top: 0.5em;
}
.side-search-classic .side-qs ul li:last-of-type {
  border-bottom: 0;
}
.side-search-classic .side-qs ul li.selected {
  background: #fff;
  color: #222;
}
.side-search-classic .side-qs ul li.selected i {
  display: block;
}
.side-search-classic .btn-wrapper.adv {
  display: none;
}
@media screen and (max-width: 64em) {
  .side-search-classic .qs-wrapper {
    padding: 0.5em 1em;
  }
}
@media screen and (max-width: 48em) {
  .side-search-classic.expand .qs-wrapper.sort-by,
  .side-search-classic.expand .qs-wrapper.by-make,
  .side-search-classic.expand .qs-wrapper.by-type,
  .side-search-classic.expand .qs-wrapper.by-model,
  .side-search-classic.expand .qs-wrapper.by-style,
  .side-search-classic.expand .qs-wrapper.carfax,
  .side-search-classic.expand .qs-wrapper.new-used {
    display: block;
  }
  .side-search-classic .btn-wrapper {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .side-search-classic .btn-wrapper:first-of-type {
    padding-right: 0.5em;
  }
  .side-search-classic .btn-wrapper:last-of-type {
    padding-left: 0.5em;
  }
  .side-search-classic .btn-wrapper.adv {
    display: inline-block;
  }
  .side-search-classic .btn-wrapper .adv-button {
    padding: 0.5em;
    text-align: center;
    border-radius: 0.2em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #f4f4f4;
    color: #222;
    border: 1px solid #ccc;
  }
  .side-search-classic .btn-wrapper .adv-button i {
    padding-left: 1em;
  }
  .side-search-classic .btn-wrapper .reset-button span {
    display: none;
  }
  .side-search-classic .qs-wrapper.sort-by,
  .side-search-classic .qs-wrapper.by-style,
  .side-search-classic .qs-wrapper.by-make,
  .side-search-classic .qs-wrapper.by-type,
  .side-search-classic .qs-wrapper.by-model,
  .side-search-classic .qs-wrapper.carfax,
  .side-search-classic .qs-wrapper.new-used {
    display: none;
  }
}
@media screen and (max-width: 35.6em) {
  .side-search-classic .btns .btn-wrapper:first-of-type,
  .side-search-classic .btns .btn-wrapper:last-of-type {
    padding: 0;
  }
}
.inv-details-two .inv-header {
  padding: 0 1em;
  position: relative;
  height: 10em;
  color: #fff;
  text-shadow: 1px 1px 1px #000;
}
.inv-details-two .inv-header.no-pics {
  background-image: url("/themes/theme1/bg/darkpoly.png");
}
.inv-details-two .inv-header.pics {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.inv-details-two .inv-header .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0,0,0,0.5);
}
.inv-details-two .inv-header > .container {
  position: relative;
  height: 100%;
}
.inv-details-two .inv-header > .container > * {
  vertical-align: middle;
  display: inline-block;
}
.inv-details-two .inv-header h1 {
  font-size: 2.2em;
  font-weight: 400;
}
.inv-details-two .inv-header h2 {
  font-size: 2em;
  font-weight: 300;
  font-style: italic;
  text-align: right;
}
.inv-details-two .inv-header .title {
  padding: 0 1em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.inv-details-two .inv-sub-header {
  padding: 0.5em 1em;
  background: #f4f4f4;
  color: #222;
  border: 1px solid #ccc;
  font-size: 0.9em;
  cursor: pointer;
  text-align: right;
}
.inv-details-two .inv-sub-header .detail-icons {
  line-height: 25px;
}
.inv-details-two .inv-sub-header .detail-icons a {
  text-decoration: none;
  color: #222;
}
.inv-details-two .inv-sub-header .detail-icons .sub-header-icons {
  display: inline-block;
  padding: 0 0.3em;
  color: #222;
}
.inv-details-two .inv-sub-header .detail-icons .sub-header-icons a {
  text-decoration: none;
  color: #222;
}
.inv-details-two .inv-sub-header .detail-icons .sub-header-icons div[class^="ion"] {
  font-size: 1.5em;
  color: #222;
}
.inv-details-two .vehicle-info {
  padding: 0 0.5em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.inv-details-two .vehicle-info .carfax-details {
  padding: 1em 0;
}
.inv-details-two .vehicle-info .carfax-details .detail {
  padding: 0.5em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.inv-details-two .vehicle-info .carfax-details img {
  max-height: 2em;
  float: left;
  margin-right: 0.5em;
}
.inv-details-two .vehicle-info h2 {
  font-weight: 700;
  padding: 0.5em 0;
  margin-bottom: 0.5em;
  border-bottom: 0.2em solid #607d8b;
}
.inv-details-two .vehicle-info ul {
  margin: 0;
  padding: 0;
}
.inv-details-two .vehicle-info ul.details li {
  padding: 0.25em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: 'roboto', sans-serif;
}
.inv-details-two .vehicle-info ul.details span {
  width: 6em;
  display: inline-block;
  color: #777;
}
.inv-details-two .vehicle-info .third-party {
  text-align: center;
}
.inv-details-two .vehicle-info .cargurus {
  display: inline-block;
  vertical-align: middle;
}
.inv-details-two .vehicle-info .carfax,
.inv-details-two .vehicle-info .autocheck,
.inv-details-two .vehicle-info .custom-btn {
  margin: 2em 0;
  padding: 0 1em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  max-height: 6em;
  vertical-align: middle;
}
.inv-details-two .vehicle-info .carfax img,
.inv-details-two .vehicle-info .autocheck img,
.inv-details-two .vehicle-info .custom-btn img {
  margin: 0 auto;
}
.inv-details-two .vehicle-info .carfax-details {
  text-align: center;
}
.inv-details-two .vehicle-info .carfax-details .detail {
  text-align: left;
}
.inv-details-two .vehicle-info .carfax img {
  width: 12em;
  background: #fff;
  padding: 0.2em 0.1em 0.2em 0.3em;
  border-radius: 0.4em;
}
.inv-details-two aside {
  margin-top: -10em;
  padding: 0 0.5em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.inv-details-two aside .main-pic {
  padding-bottom: 75%;
  background-color: #fff;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  border: 0.5em solid #fff;
  -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);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 0.2em;
  overflow: hidden;
  color: #fff;
}
.inv-details-two aside .main-pic iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.inv-details-two aside .main-pic .pictures {
  position: absolute;
  left: 1em;
  bottom: 1em;
  background: rgba(0,0,0,0.5);
  padding: 0.25em 0.5em;
  border-radius: 0.2em;
  cursor: pointer;
}
.inv-details-two aside .main-pic i {
  padding: 0 0.25em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
}
.inv-details-two aside .main-pic .controls {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: rgba(0,0,0,0.5);
  cursor: pointer;
  border-radius: 0.2em;
  bottom: 1em;
  position: absolute;
  right: 1em;
}
.inv-details-two aside .main-pic .left-control,
.inv-details-two aside .main-pic .right-control {
  padding: 0.25em 0.5em;
  display: inline-block;
}
.inv-details-two aside .disclaimer {
  font-style: italic;
  margin-top: 0.5em;
}
.inv-details-two aside .carfax {
  margin: 2em 0;
  padding: 0 1em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  max-height: 6em;
  vertical-align: middle;
}
.inv-details-two aside .carfax img {
  margin: 0 auto;
  width: 12em;
  background: #fff;
  padding: 0.2em 0.1em 0.2em 0.3em;
  border-radius: 0.4em;
}
.inv-details-two aside .apply-now {
  padding: 0.5em 0;
}
.inv-details-two aside .apply-now a {
  cursor: pointer;
  font-size: 1.25em;
}
.inv-details-two aside .sales-price {
  font-size: 1.25em;
}
.inv-details-two aside .price-box {
  margin-top: 1em;
  overflow-y: hidden;
}
.inv-details-two aside .price-box.pay-amount span {
  font-size: 0.75em;
}
.inv-details-two aside .price-box h2 {
  padding-left: 1em;
  font-weight: 400;
}
.inv-details-two aside .price-box .price-tag-wrapper {
  position: relative;
  display: inline-block;
}
.inv-details-two aside .price-box .price-tag {
  display: inline-block;
  background: -webkit-linear-gradient(top, #607d8b, #485e68);
  background: -moz-linear-gradient(top, #607d8b, #485e68);
  background: -o-linear-gradient(top, #607d8b, #485e68);
  background: -ms-linear-gradient(top, #607d8b, #485e68);
  background: linear-gradient(to bottom, #607d8b, #485e68);
  background-color: #607d8b;
  color: #eee;
  padding: 0.5em 1em;
  font-size: 1.5em;
  border-radius: 0.2em;
  position: relative;
  z-index: 2;
}
.inv-details-two aside .price-box .price-tag:after {
  content: '';
  position: absolute;
  right: 0;
  top: 0.9em;
  background: #fff;
  border-radius: 50%;
  height: 0.5em;
  width: 0.5em;
}
.inv-details-two aside .price-box .price-tag-after {
  position: absolute;
  right: -1em;
  top: 0;
  border-radius: 0.2em;
  background: -webkit-linear-gradient(305deg, #607d8b, #485e68);
  background: -moz-linear-gradient(305deg, #607d8b, #485e68);
  background: -o-linear-gradient(305deg, #607d8b, #485e68);
  background: -ms-linear-gradient(305deg, #607d8b, #485e68);
  background: linear-gradient(145deg, #607d8b, #485e68);
  background-color: #607d8b;
  padding: 1.75em;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: 1;
}
.inv-details-two aside .section-box {
  margin-top: 1em;
  padding: 1em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #f4f4f4;
  color: #222;
  border-top: 0.25em solid #607d8b;
  -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);
}
.inv-details-two aside .section-box .title {
  font-weight: 700;
  padding-bottom: 0.5em;
  font-size: 1.25em;
}
.inv-details-two aside .section-box .address {
  padding-bottom: 1em;
}
.inv-details-two aside .contact-form label {
  display: block;
  font-size: 0.9em;
}
.inv-details-two aside .contact-form span {
  color: #f00;
}
.inv-details-two aside .contact-form input,
.inv-details-two aside .contact-form textarea {
  background-color: #fff;
  color: #222;
  border: 0;
  -webkit-box-shadow: 0;
  box-shadow: 0;
  width: 100%;
  margin: 0.5em 0;
  padding: 0.5em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #ccc;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.inv-details-two aside .contact-form input:focus,
.inv-details-two aside .contact-form textarea:focus {
  border-color: #222;
}
.inv-details-two aside .contact-form input:required:valid,
.inv-details-two aside .contact-form textarea:required:valid {
  background-color: #f4fdf8;
  border: 2px solid #93e5b4;
  color: #222;
}
.inv-details-two aside .get-directions {
  padding: 0.25em;
  border-top: 2px dotted #ccc;
  margin-top: 0.5em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.inv-details-two aside .get-directions a {
  color: #222;
  text-decoration: none;
  cursor: pointer;
}
.inv-details-two aside .get-directions a:hover {
  background: #f4f4f4;
  color: #607d8b;
}
.inv-details-two aside .get-directions i {
  color: #607d8b;
  font-size: 2em;
  margin-right: 0.5em;
}
.inv-details-two aside .payment-calc {
  max-height: 0;
  overflow: hidden;
}
.inv-details-two aside .payment-calc.active {
  max-height: 42em;
}
.inv-details-two aside .payment-calc .calc .result {
  text-align: center;
  font-size: 2em;
  border: 1px solid #ccc;
}
.inv-details-two aside .payment-calc .calc .result span {
  font-size: 0.5em;
}
.inv-details-two aside .payment-calc .calc .btn {
  text-align: center;
  padding: 0.5em;
  background: #607d8b;
  color: #eee;
  cursor: pointer;
}
.inv-details-two aside .payment-calc .calc label {
  font-size: 0.9em;
  line-height: 2;
}
.inv-details-two aside .payment-calc .calc .inputs div {
  padding: 0.5em 0;
  position: relative;
}
.inv-details-two aside .payment-calc .calc .inputs input,
.inv-details-two aside .payment-calc .calc .inputs select {
  border: 1px solid #ccc;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: right;
  width: 100%;
  padding: 0.25em 0.5em;
}
.inv-details-two aside .payment-calc .calc .inputs .interest input {
  padding-right: 1.5em;
}
.inv-details-two aside .payment-calc .calc .inputs .interest:after {
  content: '%';
  position: absolute;
  right: 0.5em;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.inv-details-two aside .payment-calc .calc .inputs .dollar input {
  padding-left: 1.5em;
}
.inv-details-two aside .payment-calc .calc .inputs .dollar:after {
  content: '$';
  position: absolute;
  left: 0.5em;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #000;
}
.inv-details-two .img-wrapper {
  text-align: center;
}
.inv-details-two .img-wrapper .l-box {
  padding: 0.5em;
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.inv-details-two .img-wrapper .img {
  padding-bottom: 75%;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  cursor: pointer;
}
.inv-details-two .social-bar {
  padding-top: 1em;
}
.inv-details-two .social-bar a {
  text-decoration: none;
  color: inherit;
}
.inv-details-two .social-bar .button-wrapper {
  padding: 0.5em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
}
.inv-details-two .social-bar .button-wrapper div {
  padding: 0.25em 1em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 0.2em;
  line-height: 1.5em;
  text-align: center;
}
.inv-details-two .social-bar .button-wrapper i {
  font-size: 1.25em;
}
.inv-details-two .social-bar .messenger {
  background-color: #0090ff;
  background: -webkit-linear-gradient(top, #00b6ff, #006eff);
  background: -moz-linear-gradient(top, #00b6ff, #006eff);
  background: -o-linear-gradient(top, #00b6ff, #006eff);
  background: -ms-linear-gradient(top, #00b6ff, #006eff);
  background: linear-gradient(to bottom, #00b6ff, #006eff);
  color: #fff;
}
.inv-details-two .social-bar .messenger img {
  max-height: 20px;
  padding: 0.18em 0;
  margin: auto;
}
.inv-details-two .social-bar .facebook {
  background-color: #0076fb;
  color: #fff;
}
.inv-details-two .social-bar .twitter {
  background-color: #1da1f3;
  color: #fff;
}
.inv-details-two .social-bar .youtube {
  background-color: #de2c28;
  color: #fff;
}
.inv-details-two .social-bar .instagram {
  background-color: #a57d60;
  color: #fff;
}
.inv-details-two .social-bar .pinterest {
  background-color: #e6001a;
  color: #fff;
}
.inv-details-two .social-bar .mail {
  background-color: #444;
  color: #fff;
}
.inv-details-two .social-bar .copy {
  background-color: #444;
  color: #fff;
  position: relative;
}
.inv-details-two .social-bar .copy .tooltip {
  background-color: #f4f4f4;
  color: #222;
  border-top: 0.25em solid #607d8b;
  width: 4em;
  padding: 0;
  left: 0;
  width: 100%;
  top: 2em;
  position: absolute;
  margin-top: 0.25em;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  overflow: hidden;
  -webkit-transition: ease-out 0.1s;
  -moz-transition: ease-out 0.1s;
  -o-transition: ease-out 0.1s;
  -ms-transition: ease-out 0.1s;
  transition: ease-out 0.1s;
}
.inv-details-two .social-bar .copy .tooltip div {
  font-size: 0.7em;
  padding: 0;
  text-align: center;
}
.inv-details-two .social-bar .copy .open {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
@media screen and (min-width: 48em) {
  .inv-details-two aside .mobile-contact {
    display: none;
  }
  .inv-details-two aside .get-directions.texting {
    display: none;
  }
  .inv-details-two aside .messengerButton {
    display: none;
  }
}
@media screen and (max-width: 48em) {
  .inv-details-two .inv-header {
    min-height: 10em;
    height: auto;
  }
  .inv-details-two .inv-header h1 {
    text-align: center;
  }
  .inv-details-two .inv-header .overlay {
    background: rgba(0,0,0,0.75);
  }
  .inv-details-two .inv-sub-header {
    display: none;
  }
  .inv-details-two aside .section-box {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .inv-details-two aside .section-box.contact-dealer {
    display: none;
  }
  .inv-details-two aside .mobile-contact {
    position: fixed;
    z-index: 9;
    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);
  }
  .inv-details-two aside .mobile-contact .request-info {
    padding: 0.5em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #607d8b;
    color: #eee;
    text-align: center;
  }
  .inv-details-two aside .mobile-contact .request-info a {
    display: inline-block;
    width: 100%;
    color: #eee;
    text-decoration: none;
  }
}
@media screen and (max-width: 35.6em) {
  .inv-details-two aside {
    margin-top: -1em;
  }
}
@media print {
  section#inventory-view {
    background: #fff;
    color: #222;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    right: 0;
    z-index: 99999999;
  }
  section#inventory-view .inv-sub-header,
  section#inventory-view .main-pic,
  section#inventory-view .social-bar,
  section#inventory-view .contact-dealer,
  section#inventory-view .mobile-contact,
  section#inventory-view .carstory,
  section#inventory-view .carfax,
  section#inventory-view .cargurus,
  section#inventory-view .mobile-tab-selection,
  section#inventory-view .tab-selection,
  section#inventory-view .img-wrapper {
    display: none;
  }
  section#inventory-view .location {
    margin-top: 2em;
    -webkit-box-shadow: 0;
    box-shadow: 0;
  }
  section#inventory-view .location .address {
    position: relative;
  }
  section#inventory-view .location .get-directions {
    display: none;
  }
  section#inventory-view h1 {
    margin-bottom: 0;
    text-shadow: 0;
  }
  section#inventory-view .vehicle-info li {
    width: 50%;
    display: inline-block;
  }
  section#inventory-view .price-tag {
    padding: 0 1em;
    color: #222;
  }
  section#inventory-view .item-content div {
    width: 50%;
  }
  section#inventory-view .item-content .mobile-title {
    font-size: 1.5em;
  }
  .full-custom-navigation,
  footer {
    display: none;
  }
}
.inv-detail-accordion-two {
  margin: 0;
  padding: 0;
}
.inv-detail-accordion-two > div {
  margin: 0.5em 0;
}
.inv-detail-accordion-two > div .tab-content {
  padding: 0.5em;
  -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;
  max-height: 20000em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.inv-detail-accordion-two > div .tab-content img {
  max-width: 100%;
  height: auto;
}
.inv-detail-accordion-two > div .tab-content > ul {
  padding-left: 1em;
}
.inv-detail-accordion-two > div .tab-content.description {
  line-height: 1.5;
}
.inv-detail-accordion-two > div .tab-content .option-wrapper {
  padding: 0.25em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.inv-detail-accordion-two > div .tab-content .option {
  font-size: 0.9em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: 1px dotted #ccc;
  margin-bottom: 0.25em;
  padding-bottom: 0.25em;
}
.inv-detail-accordion-two .item-content {
  padding: 1em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.inv-detail-accordion-two .item-content .option {
  padding: 0.25em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.inv-detail-accordion-two .youtube-wrapper {
  position: relative;
  max-width: 600px;
  padding-bottom: 50%;
  margin: 0 auto;
}
.inv-detail-accordion-two .youtube-wrapper iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 48em) {
  .inv-detail-accordion-two {
    padding-bottom: 10em;
  }
  .inv-detail-accordion-two .item-content {
    padding: 0 0.25em;
  }
}
/* About 2 */
.user-yt-wrapper {
  position: relative;
  padding-bottom: 75%;
  margin: 0 auto;
}
.user-yt-wrapper iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.yt-video.multi {
  padding: 0.5em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.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: #607d8b;
  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: #607d8b;
}
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 #607d8b;
  padding-left: 1em;
  font-weight: 400;
}
h2.custom-header-four {
  background: #607d8b;
  color: #eee;
  padding: 0.25em 0.5em;
  font-weight: 400;
  margin: 0;
}
h2.custom-header-five {
  border-bottom: 2px solid #607d8b;
  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: #607d8b;
}
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: #607d8b;
}
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;
  }
}
.meet-staff-tiles .staff-wrapper {
  padding: 1em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.meet-staff-tiles .staff-pic {
  width: 100%;
  padding-bottom: 75%;
  background-size: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-transition: background-size 0.25s ease-in-out;
  -moz-transition: background-size 0.25s ease-in-out;
  -o-transition: background-size 0.25s ease-in-out;
  -ms-transition: background-size 0.25s ease-in-out;
  transition: background-size 0.25s ease-in-out;
}
.meet-staff-tiles .staff-pic:hover {
  background-size: 125%;
}
.meet-staff-tiles .staff-member {
  position: relative;
}
.meet-staff-tiles .staff-name {
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0.5em 1em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: rgba(0,0,0,0.8);
  text-shadow: 1px 1px 1px #000;
}
.meet-staff-tiles .contact-bar {
  background-color: #607d8b;
  text-align: center;
}
.meet-staff-tiles .contact-bar .call,
.meet-staff-tiles .contact-bar .email {
  padding: 0.5em 1em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.meet-staff-tiles .contact-bar .call:hover,
.meet-staff-tiles .contact-bar .email:hover {
  background-color: #526a76;
}
.meet-staff-tiles .contact-bar a {
  color: #eee;
  text-decoration: none;
}
.meet-staff-tiles .contact-bar i {
  padding-right: 0.5em;
  color: #eee;
}
.side-bar-contact-info .phone .label {
  color: #666;
  margin-top: 0.5em;
}
.side-bar-contact-info .phone .number {
  font-size: 1.25em;
}
.side-bar-contact-info .hours {
  padding: 1em 0;
}
.side-bar-contact-info .hours span {
  float: right;
  padding-left: 0.5em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.side-bar-contact-info .hours .date {
  padding: 0.25em 0.5em;
}
.side-bar-contact-info .hours .date:nth-child(even) {
  background-color: #f4f4f4;
  color: #222;
}
/* 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: #607d8b;
  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: #607d8b;
}
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 #607d8b;
  padding-left: 1em;
  font-weight: 400;
}
h2.custom-header-four {
  background: #607d8b;
  color: #eee;
  padding: 0.25em 0.5em;
  font-weight: 400;
  margin: 0;
}
h2.custom-header-five {
  border-bottom: 2px solid #607d8b;
  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: #607d8b;
}
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: #607d8b;
}
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: #607d8b;
  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: #607d8b;
  color: #eee;
  line-height: 2em;
  padding: 0.2em 0 0.2em 1em;
  border: 0;
  border-bottom: 1px solid #3e515a;
  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: #607d8b;
  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: #607d8b;
  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: #607d8b;
  }
  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-small {
  width: 300px;
  margin: 0 auto;
}
.dealer-info-small .dealer-info-section {
  padding: 0.5em 0;
}
.dealer-info-small .dealer-info-section div[class^="ion"] {
  display: inline-block;
  vertical-align: top;
  font-size: 1.2em;
}
.dealer-info-small .dealer-info-section p {
  display: inline-block;
  margin: 0;
}
.dealer-info-small .dealer-info-section p span.hours {
  width: 95px;
  display: inline-block;
}
.dealer-info-small .dealer-info-section p .title {
  color: #777;
}
.dealer-info-small .dealer-info-section.phone a,
.dealer-info-small .dealer-info-section.email a {
  color: inherit;
  text-decoration: none;
}
.dealer-info-small .dealer-info-section.phone a:hover,
.dealer-info-small .dealer-info-section.email a:hover {
  text-decoration: underline;
}
/* Credit 2 */
/* banner img */
.contact-banner {
  height: 10em;
  background-image: url("/themes/theme1/banner/biglot.jpg");
  background-size: cover;
  background-position: center center;
}
.contact-banner.bikes {
  background-image: url("/themes/theme1/banner/motorcyclebanner.jpg");
}
div[id^='contact'].pure-form.max-input div.field {
  width: 96%;
}
/* removes dotted outline in firefox */
.pure-form .select select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}
.contact-form-flat.banner {
  margin: -5em auto 0;
}
.contact-form-flat.bg {
  margin: 0 auto;
}
.contact-form-flat.banner,
.contact-form-flat.bg {
  max-width: 1250px;
  background: #f4f4f4;
  color: #222;
  padding: 1em;
  border-radius: 0.2em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -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);
}
.contact-form-flat.banner div.string.field > label > input,
.contact-form-flat.bg div.string.field > label > input,
.contact-form-flat.banner div.date.field > label > input,
.contact-form-flat.bg div.date.field > label > input,
.contact-form-flat.banner div.label.field > label > div,
.contact-form-flat.bg div.label.field > label > div,
.contact-form-flat.banner div.number.field > label > input,
.contact-form-flat.bg div.number.field > label > input,
.contact-form-flat.banner div.phone.field > label > input,
.contact-form-flat.bg div.phone.field > label > input,
.contact-form-flat.banner div.email.field > label > input,
.contact-form-flat.bg div.email.field > label > input,
.contact-form-flat.banner div.select select,
.contact-form-flat.bg div.select select,
.contact-form-flat.banner div.text.field > label > textarea,
.contact-form-flat.bg div.text.field > label > textarea {
  background: #fff;
  color: #222;
}
.contact-form-flat.banner fieldset,
.contact-form-flat.bg fieldset {
  background: #fff;
  color: #222;
}
.contact-form-flat.banner fieldset div.string.field > label > input,
.contact-form-flat.bg fieldset div.string.field > label > input,
.contact-form-flat.banner fieldset div.date.field > label > input,
.contact-form-flat.bg fieldset div.date.field > label > input,
.contact-form-flat.banner fieldset div.label.field > label > div,
.contact-form-flat.bg fieldset div.label.field > label > div,
.contact-form-flat.banner fieldset div.number.field > label > input,
.contact-form-flat.bg fieldset div.number.field > label > input,
.contact-form-flat.banner fieldset div.phone.field > label > input,
.contact-form-flat.bg fieldset div.phone.field > label > input,
.contact-form-flat.banner fieldset div.email.field > label > input,
.contact-form-flat.bg fieldset div.email.field > label > input,
.contact-form-flat.banner fieldset div.select select,
.contact-form-flat.bg fieldset div.select select,
.contact-form-flat.banner fieldset div.text.field > label > textarea,
.contact-form-flat.bg fieldset div.text.field > label > textarea {
  background: #f4f4f4;
  color: #222;
}
.contact-form-flat fieldset {
  margin-top: 1em;
  -webkit-box-shadow: 0px 1px 2px rgba(0,0,0,0.5);
  box-shadow: 0px 1px 2px rgba(0,0,0,0.5);
  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-flat fieldset:first-child {
  margin-top: 0;
}
.contact-form-flat fieldset fieldset {
  margin: 0.5em;
}
.contact-form-flat .contact-header h1 {
  margin: 0 0 0.25em;
  font-weight: 600;
  font-family: open sans, sans-serif;
  color: #607d8b;
}
.contact-form-flat .secure-msg {
  padding: 0.5em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.contact-form-flat label.terms {
  overflow: initial;
  -o-text-overflow: initial;
  text-overflow: initial;
  white-space: initial;
}
.contact-form-flat .terms-and-conditions {
  padding: 1em 0;
}
.contact-form-flat .terms-and-conditions strong {
  font-weight: 500;
}
.contact-form-flat .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-flat .terms-and-conditions .sub-terms .expanded-terms,
.contact-form-flat .terms-and-conditions .sub-terms .expand-btn {
  display: block;
  cursor: pointer;
}
.contact-form-flat .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-flat .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-flat .terms-and-conditions .sub-terms .expanded-terms .break {
  padding-bottom: 0.5em;
}
.contact-form-flat input.term-input {
  margin-left: 0.25em;
}
.contact-form-flat 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-flat 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-flat div.field > label > * {
  font-size: 1em;
}
.contact-form-flat div.field.large > label,
.contact-form-flat div.string.field > label > input {
  width: 100%;
}
.contact-form-flat div.submit.field {
  display: block;
}
.contact-form-flat div.submit > button {
  background-color: #607d8b;
  color: #eee;
}
.contact-form-flat div.string.field > label > input,
.contact-form-flat div.date.field > label > input,
.contact-form-flat div.label.field > label > div,
.contact-form-flat div.number.field > label > input,
.contact-form-flat div.phone.field > label > input,
.contact-form-flat div.email.field > label > input,
.contact-form-flat div.text.field > label > textarea,
.contact-form-flat div.select.field > label > select {
  margin-top: 0.2em;
  display: block;
  width: 100%;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 2px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 1em 0.5em;
  border: 1px solid #ccc;
}
.contact-form-flat div.string.field > label > input:focus,
.contact-form-flat div.date.field > label > input:focus,
.contact-form-flat div.label.field > label > div:focus,
.contact-form-flat div.number.field > label > input:focus,
.contact-form-flat div.phone.field > label > input:focus,
.contact-form-flat div.email.field > label > input:focus,
.contact-form-flat div.text.field > label > textarea:focus,
.contact-form-flat div.select.field > label > select:focus {
  border: 1px solid #222;
}
.contact-form-flat div.string.field > label > input:required:valid,
.contact-form-flat div.date.field > label > input:required:valid,
.contact-form-flat div.label.field > label > div:required:valid,
.contact-form-flat div.number.field > label > input:required:valid,
.contact-form-flat div.phone.field > label > input:required:valid,
.contact-form-flat div.email.field > label > input:required:valid,
.contact-form-flat div.text.field > label > textarea:required:valid,
.contact-form-flat div.select.field > label > select:required:valid {
  background-color: #f4fdf8;
  border: 2px solid #93e5b4;
  color: #222 !important;
}
.contact-form-flat div.check.field > label:before {
  content: ' ';
  display: block;
  height: 2.2em;
}
.contact-form-flat div.select.field > label > select {
  display: block;
  border: 1px solid #ccc;
}
.contact-form-flat div.field.button > button {
  margin-top: 1.2em;
}
.contact-form-flat div.text.field {
  display: block;
}
.contact-form-flat 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;
  border: 1px solid #ccc;
}
.contact-form-flat div.check.field > label > input {
  margin-right: 0.25em;
}
.contact-form-flat div.field > label > span.required:after {
  content: '*';
  color: #607d8b;
}
.contact-form-flat div.title {
  background-color: #607d8b;
  color: #eee;
  line-height: 2em;
  padding: 0.2em 0 0.2em 1em;
  border: 0;
  border-bottom: 1px solid #3e515a;
  border-radius: 2px;
  cursor: pointer;
}
.contact-form-flat div.title > div[class^="ion"] {
  color: #eee;
  padding: 0 1em 0 0;
}
.contact-form-flat div.date.field > label > input {
  max-height: 43.5px;
}
.contact-form-flat div.select select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin-top: 0.2em;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  border-radius: 0;
  padding: 0 0.5em;
  position: relative;
  width: 100%;
  min-height: 43px;
}
.contact-form-flat 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-flat div.select select option {
  padding: 0.5em 0 0.5em 0.2em;
  background: #fff;
  color: #222;
}
.contact-form-flat textarea {
  border-radius: 0;
  -webkit-box-shadow: 0;
  box-shadow: 0;
  border: none;
}
.contact-form-flat.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: #607d8b;
  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: #607d8b;
  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: #607d8b;
  }
  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: 48em) {
  .pure-form.margin {
    margin: 0 !important;
  }
}
@media screen and (max-width: 36em) {
  .pure-form.banner,
  .pure-form.bg {
    padding: 0.5em;
  }
  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);
  }
}
.padded-box {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.html-cmp svg .bgA {
  fill: #607d8b;
}
.html-cmp svg .bg {
  fill: #fff;
}
.html-cmp svg .bgB {
  fill: #f4f4f4;
}
.html-cmp svg .bgC {
  fill: #f4f4f4;
}
/* 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: #607d8b;
  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;
  }
}
/* 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: #607d8b;
}
.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: #607d8b;
  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);
  }
}
.payment-card-wrapper {
  margin-top: 9em;
}
.payment-card-wrapper .payment-card {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  height: 275px;
}
.payment-card-wrapper .payment-card .cc-front {
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  transform: rotateY(0deg);
  -webkit-transition: -webkit-transform 0.25s ease-in-out;
  -moz-transition: -moz-transform 0.25s ease-in-out;
  -o-transition: -o-transform 0.25s ease-in-out;
  -ms-transition: -ms-transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out;
  -webkit-transition-delay: 0.25s;
  -moz-transition-delay: 0.25s;
  -o-transition-delay: 0.25s;
  -ms-transition-delay: 0.25s;
  transition-delay: 0.25s;
}
.payment-card-wrapper .payment-card .cc-back {
  -webkit-transform: rotateY(90deg);
  -moz-transform: rotateY(90deg);
  -o-transform: rotateY(90deg);
  -ms-transform: rotateY(90deg);
  transform: rotateY(90deg);
  -webkit-transition: -webkit-transform 0.25s ease-in-out;
  -moz-transition: -moz-transform 0.25s ease-in-out;
  -o-transition: -o-transform 0.25s ease-in-out;
  -ms-transition: -ms-transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out;
}
.payment-card-wrapper .payment-card.flip .cc-front {
  -webkit-transform: rotateY(90deg);
  -moz-transform: rotateY(90deg);
  -o-transform: rotateY(90deg);
  -ms-transform: rotateY(90deg);
  transform: rotateY(90deg);
  -webkit-transition: -webkit-transform 0.25s ease-in-out;
  -moz-transition: -moz-transform 0.25s ease-in-out;
  -o-transition: -o-transform 0.25s ease-in-out;
  -ms-transition: -ms-transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out;
}
.payment-card-wrapper .payment-card.flip .cc-back {
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  transform: rotateY(0deg);
  -webkit-transition: -webkit-transform 0.25s ease-in-out;
  -moz-transition: -moz-transform 0.25s ease-in-out;
  -o-transition: -o-transform 0.25s ease-in-out;
  -ms-transition: -ms-transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out;
  -webkit-transition-delay: 0.25s;
  -moz-transition-delay: 0.25s;
  -o-transition-delay: 0.25s;
  -ms-transition-delay: 0.25s;
  transition-delay: 0.25s;
}
.payment-card-wrapper .payment-card.flip .number,
.payment-card-wrapper .payment-card.flip .name,
.payment-card-wrapper .payment-card.flip .exp,
.payment-card-wrapper .payment-card.flip .card-type {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.25s ease-in-out;
  -moz-transition: opacity 0.25s ease-in-out;
  -o-transition: opacity 0.25s ease-in-out;
  -ms-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out;
}
.payment-card-wrapper .payment-card.flip .cvv {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  -webkit-transition: opacity 0.25s ease-in-out;
  -moz-transition: opacity 0.25s ease-in-out;
  -o-transition: opacity 0.25s ease-in-out;
  -ms-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out;
  -webkit-transition-delay: 0.35s;
  -moz-transition-delay: 0.35s;
  -o-transition-delay: 0.35s;
  -ms-transition-delay: 0.35s;
  transition-delay: 0.35s;
}
.payment-card-wrapper .payment-card img {
  position: absolute;
  top: 0.5em;
  left: 0.75em;
  right: 0;
  bottom: 0;
}
.payment-card-wrapper .payment-card .number,
.payment-card-wrapper .payment-card .name,
.payment-card-wrapper .payment-card .exp,
.payment-card-wrapper .payment-card .cvv {
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 1;
  -ms-filter: none;
  filter: none;
  -webkit-transition: opacity 0.25s ease-in-out;
  -moz-transition: opacity 0.25s ease-in-out;
  -o-transition: opacity 0.25s ease-in-out;
  -ms-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out;
  -webkit-transition-delay: 0.25s;
  -moz-transition-delay: 0.25s;
  -o-transition-delay: 0.25s;
  -ms-transition-delay: 0.25s;
  transition-delay: 0.25s;
}
.payment-card-wrapper .payment-card .number {
  bottom: 3.5em;
  left: 2.5em;
  font-size: 1.5em;
  letter-spacing: 0.2em;
  text-shadow: 1px 1px 1px #000;
}
.payment-card-wrapper .payment-card .name {
  bottom: 3.25em;
  left: 3em;
  text-shadow: 1px 1px 1px #000;
}
.payment-card-wrapper .payment-card .exp {
  left: 18.5em;
  bottom: 3.25em;
  text-shadow: 1px 1px 1px #000;
}
.payment-card-wrapper .payment-card .cvv {
  left: 22em;
  bottom: 9em;
  color: #222;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.25s ease-in-out;
  -moz-transition: opacity 0.25s ease-in-out;
  -o-transition: opacity 0.25s ease-in-out;
  -ms-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out;
}
.payment-card-wrapper .payment-card .card-type {
  border-radius: 0.2em;
  left: 19em;
  top: 6em;
  height: 55px;
  width: 80px;
  position: absolute;
  opacity: 1;
  -ms-filter: none;
  filter: none;
  -webkit-transition: opacity 0.25s ease-in-out;
  -moz-transition: opacity 0.25s ease-in-out;
  -o-transition: opacity 0.25s ease-in-out;
  -ms-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out;
  -webkit-transition-delay: 0.25s;
  -moz-transition-delay: 0.25s;
  -o-transition-delay: 0.25s;
  -ms-transition-delay: 0.25s;
  transition-delay: 0.25s;
}
.payment-card-wrapper .payment-card .card-type.visa {
  background-image: url("/themes/theme1/img/visa.jpg");
}
.payment-card-wrapper .payment-card .card-type.master {
  background-image: url("/themes/theme1/img/master.jpg");
}
.payment-card-wrapper .payment-card .card-type.discover {
  background-image: url("/themes/theme1/img/discover.jpg");
}
.payment-card-wrapper .payment-card .card-type.amex {
  background-image: url("/themes/theme1/img/amex.jpg");
}
@media screen and (max-width: 64em) {
  .payment-card-wrapper {
    display: none;
  }
}
/* 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: #607d8b;
  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: #607d8b;
}
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 #607d8b;
  padding-left: 1em;
  font-weight: 400;
}
h2.custom-header-four {
  background: #607d8b;
  color: #eee;
  padding: 0.25em 0.5em;
  font-weight: 400;
  margin: 0;
}
h2.custom-header-five {
  border-bottom: 2px solid #607d8b;
  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: #607d8b;
}
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: #607d8b;
}
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: #607d8b;
}
.sitemap .toplevel ul a {
  color: #607d8b;
}
.sitemap .toplevel ul a:hover {
  text-decoration: underline;
}
/* 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: #607d8b;
  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: #607d8b;
  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: #607d8b;
  }
  100% {
    background-color: #fff;
  }
}
@-webkit-keyframes dotted {
  0% {
    background-color: #607d8b;
  }
  100% {
    background-color: #fff;
  }
}
@-o-keyframes dotted {
  0% {
    background-color: #607d8b;
  }
  100% {
    background-color: #fff;
  }
}
@keyframes dotted {
  0% {
    background-color: #607d8b;
  }
  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: #607d8b;
  }
  100% {
    background-color: #fff;
  }
}
@-webkit-keyframes dotted {
  0% {
    background-color: #607d8b;
  }
  100% {
    background-color: #fff;
  }
}
@-o-keyframes dotted {
  0% {
    background-color: #607d8b;
  }
  100% {
    background-color: #fff;
  }
}
@keyframes dotted {
  0% {
    background-color: #607d8b;
  }
  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: #607d8b;
  }
  100% {
    background-color: #fff;
  }
}
@-webkit-keyframes dotted {
  0% {
    background-color: #607d8b;
  }
  100% {
    background-color: #fff;
  }
}
@-o-keyframes dotted {
  0% {
    background-color: #607d8b;
  }
  100% {
    background-color: #fff;
  }
}
@keyframes dotted {
  0% {
    background-color: #607d8b;
  }
  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: #607d8b;
  }
  100% {
    background-color: #fff;
  }
}
@-webkit-keyframes dotted {
  0% {
    background-color: #607d8b;
  }
  100% {
    background-color: #fff;
  }
}
@-o-keyframes dotted {
  0% {
    background-color: #607d8b;
  }
  100% {
    background-color: #fff;
  }
}
@keyframes dotted {
  0% {
    background-color: #607d8b;
  }
  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;
  }
}
