@charset "UTF-8";
/*
@mixin transition($properties...) {
  @if length($properties) > 1 {
    $spec:              ();
    @for $i from 1 through length($properties) {
      $spec:            append($spec, nth($properties, $i), comma);
    }
  } @else {
    $spec:              $properties;
  }
  @include trans-prefix($spec, -webkit-);
  @include trans-prefix($spec, -moz-);
  @include trans-prefix($spec);
}
*/
/*
Theme Name: URB-E 2016
Theme URI: http://www.urb-e.com/
Description: Theme created for URB-E
Version: 1.0.0
Author: Cloud Media Lab
Author URI: http://www.cloudmedialab.com
*/
/* ======================================
   Webfonts

font-family:'Futura W04';
font-family:'Raleway';
500 700
====================================== */
@font-face {
  font-family: 'cml';
  src: url("fonts/cml.eot?e86vkq");
  src: url("fonts/cml.eot?#iefixe86vkq") format("embedded-opentype"), url("fonts/cml.woff2?e86vkq") format("woff2"), url("fonts/cml.ttf?e86vkq") format("truetype"), url("fonts/cml.woff?e86vkq") format("woff"), url("fonts/cml.svg?e86vkq#cml") format("svg");
  font-weight: normal;
  font-style: normal;
  font-style: normal; }

[class^="icon-"], [class*=" icon-"] {
  font-family: 'cml';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/*
.icon-fb:before {
  content: "\e600";
}
.icon-lightning:before {
  content: "\e601";
}
.icon-magnify:before {
  content: "\e602";
}
.icon-star:before {
  content: "\e603";
}
.icon-checkmark-circle:before {
  content: "\e604";
}
.icon-checkmark:before {
  content: "\e605";
}
.icon-checkmark2:before {
  content: "\e606";
}
.icon-arrow-down:before {
  content: "\e607";
}
.icon-blocked:before {
  content: "\e608";
}
.icon-left:before {
  content: "\e609";
}
.icon-right:before {
  content: "\e60a";
}
.icon-phone:before {
  content: "\e60b";
}
.icon-heart:before {
  content: "\e60c";
}
.icon-phone2:before {
  content: "\e60d";
}
.icon-email:before {
  content: "\e60e";
}
.icon-location:before {
  content: "\e60f";
}
.icon-up:before {
  content: "\e610";
}
.icon-right2:before {
  content: "\e611";
}
.icon-down:before {
  content: "\e612";
}
.icon-left2:before {
  content: "\e613";
}
.icon-prev:before {
  content: "\e614";
}
.icon-next:before {
  content: "\e615";
}
.icon-check:before {
  content: "\e616";
}
.icon-play:before {
  content: "\e617";
}
.icon-grid:before {
  content: "\e61b";
}
.icon-menu:before {
  content: "\e619";
}
.icon-close:before {
  content: "\e61a";
}
.icon-calendar:before {
  content: "\e618";
}
.icon-directions:before {
  content: "\e61c";
}
.icon-play-reverse:before {
  content: "\e61d";
}
.icon-play-circle:before {
  content: "\e61e";
}
.icon-parking:before {
  content: "\e61f";
}
.icon-search:before {
  content: "\e620";
}
.icon-eye:before {
  content: "\e621";
}
.icon-chat:before {
  content: "\e622";
}
.icon-print:before {
  content: "\e623";
}
.icon-minus:before {
  content: "\e624";
}
.icon-help_outline:before {
  content: "\e625";
}
.icon-download:before {
  content: "\e626";
}
.icon-upload:before {
  content: "\e627";
}
.icon-user:before {
  content: "\e700";
}
.icon-users:before {
  content: "\e701";
}
.icon-twitter:before {
  content: "\e702";
}
.icon-facebook:before {
  content: "\e703";
}
.icon-linkedin:before {
  content: "\e704";
}
.icon-googleplus:before {
  content: "\e705";
}
.icon-yelp:before {
  content: "\e706";
}
.icon-instagram:before {
  content: "\e707";
}
.icon-pinterest:before {
  content: "\e708";
}
.icon-yahoo:before {
  content: "\e709";
}
.icon-merchantcircle:before {
  content: "\e70a";
}
.icon-bestweb:before {
  content: "\e70b";
}
.icon-yellowpages:before {
  content: "\e70c";
}
.icon-youtube:before {
  content: "\e70d";
}
.icon-folding:before {
  content: "\e900";
}
.icon-range:before {
  content: "\e901";
}
.icon-speed:before {
  content: "\e902";
}
.icon-battery:before {
  content: "\e903";
}
.icon-weight:before {
  content: "\e904";
}
.icon-disc:before {
  content: "\e905";
}
.icon-child:before {
  content: "\e906";
}
*/
/* ======================================
   Global
====================================== */
*, *:after, *:before {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -webkit-font-variant-ligatures: common-ligatures;
  font-variant-ligatures: common-ligatures;
  -moz-font-feature-settings: "kern=1";
  -webkit-font-feature-settings: "kern";
  -moz-font-feature-settings: "kern";
  font-feature-settings: "kern";
  font-kerning: normal; }

body {
  font-weight: 500;
  color: #222;
  background: #fff;
  overflow-x: hidden; }

.wrapper {
  max-width: 1200px;
  max-width: 75.0em;
  width: 100%;
  margin: 0 auto; }

.wrapper.relative {
  position: relative; }

/*
::selection {background:#1285DD;color:#FFF;text-shadow:none;}
::-webkit-selection {background:#1285DD;color:#FFF;text-shadow:none;}
::-moz-selection {background:#1285DD;color:#FFF;text-shadow:none;}

input:focus {outline:0;border:1px solid #0091BD;}
*/
.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

/* ======================================
   WordPress Core
====================================== */
.aligncenter, div.aligncenter {
  display: block;
  margin: 5px auto 5px auto; }

img.alignright,
img.alignleft {
  max-width: 40%; }
  @media only screen and (max-width: 40em) {
    img.alignright,
    img.alignleft {
      max-width: 100%; } }

.alignright {
  float: right;
  margin: 5px 0 20px 30px; }
  @media only screen and (max-width: 40em) {
    .alignright {
      float: none;
      margin: 25px auto 25px auto;
      display: block; } }

.alignleft {
  float: left;
  margin: 5px 30px 20px 0; }
  @media only screen and (max-width: 40em) {
    .alignleft {
      float: none;
      margin: 25px auto 25px auto;
      display: block; } }

/*
.alignnone {}
.aligncenter,div.aligncenter {display:block;margin:5px auto 5px auto;}
.alignright {float:right;margin:5px 0 20px 20px;}
.alignleft {float:left;margin:5px 20px 20px 0;}
.aligncenter {display:block;margin:5px auto 5px auto;}
*/
/*
a img.alignright {float:right;margin:5px 0 20px 20px;}
a img.alignnone {}
a img.alignleft {float:left;margin:5px 20px 20px 0;}
a img.aligncenter {display:block;margin-left:auto;margin-right:auto;}
*/
.gallery-caption {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px; }

p.wp-caption-text,
.wp-caption p.wp-caption-text {
  font-size: 14px;
  font-size: 0.875rem;
  text-align: center;
  padding: 10px;
  background-color: #dedede;
  margin-bottom: 2.5rem; }

/*
.wp-caption img,
.wp-caption {
    width:auto !important;
    max-width:100% !important;
    height:auto !important;
}
*/
.wp-caption img {
  height: auto !important; }

.wp-caption {
  display: table !important; }

.wp-caption-wrapper {
  display: table;
  width: 100%; }

.wp-caption p.wp-caption-text {
  display: table-caption;
  caption-side: bottom;
  width: 100%; }

.wp-caption.aligncenter {
  margin: 0 auto; }

.wp-caption img.alignright,
.wp-caption.alignright,
.wp-caption img.alignleft,
.wp-caption.alignleft {
  width: 40% !important; }
  @media only screen and (max-width: 40em) {
    .wp-caption img.alignright,
    .wp-caption.alignright,
    .wp-caption img.alignleft,
    .wp-caption.alignleft {
      width: 100% !important; } }

/* ======================================
   Elements
====================================== */
a {
  color: #00aeef;
  text-decoration: none;
  line-height: inherit; }

a:hover, a:focus {
  color: #0089bc; }

a img {
  border: none; }

p, ul, ol, dl {
  margin-bottom: 1.5rem;
  line-height: 1.5;
  font-size: 16px;
  font-size: 1rem; }

h1, h2, h3, h4, h5, h6 {
  font-family: 'Futura W04';
  font-weight: 500;
  color: #222;
  margin-top: 0;
  margin-bottom: 2rem;
  line-height: 1.5; }

h1 {
  font-size: 40px;
  font-size: 2.5rem; }

h2 {
  font-size: 30px;
  font-size: 1.875rem; }

h3 {
  font-size: 24px;
  font-size: 1.5rem; }

h4 {
  font-size: 24px;
  font-size: 1.5rem; }

h5 {
  font-size: 18px;
  font-size: 1.125rem; }

h6 {
  font-size: 16px;
  font-size: 1rem; }

.subheader {
  color: #6f6f6f; }

.has-description {
  margin-bottom: 0; }

hr {
  border: solid #ddd; }

button, .button {
  background-color: #00aeef !important;
  color: #fff;
  border: 0 none;
  border-radius: 6px !important;
  box-shadow: none !important;
  text-transform: uppercase;
  letter-spacing: 0;
  font-family: "Raleway";
  font-weight: 500;
  font-size: 16px;
  font-size: 1rem;
  padding: 0.9375rem 2.5rem 0.875rem;
  padding: 1.313rem 2.5rem 1.250rem;
  min-width: 200px;
  will-change: background-color;
  -webkit-transition: background-color 0.1s linear;
  -moz-transition: background-color 0.1s linear;
  transition: background-color 0.1s linear; }
  button:hover, button:focus, .button:hover, .button:focus {
    background-color: #0094cb !important; }
  button.orange, .button.orange {
    background-color: #F97800 !important; }
    button.orange:hover, button.orange:focus, .button.orange:hover, .button.orange:focus {
      background-color: #ad5300 !important; }

button.disabled, button[disabled],
.button.disabled, .button[disabled] {
  background-color: #ccc !important;
  color: #fff !important; }

.clear {
  clear: both; }

ul.split2col, ol.split2col {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -moz-column-fill: balance;
  column-fill: balance;
  -webkit-column-gap: 40px;
  -moz-column-gap: 40px;
  column-gap: 40px; }
  @media only screen and (max-width: 40em) {
    ul.split2col, ol.split2col {
      -webkit-column-count: 1;
      -moz-column-count: 1;
      column-count: 1;
      -webkit-column-gap: 0;
      -moz-column-gap: 0;
      column-gap: 0; } }
  ul.split2col li, ol.split2col li {
    -webkit-column-break-inside: avoid;
    margin-bottom: 0 !important; }
    ul.split2col li:after, ol.split2col li:after {
      content: '';
      display: block;
      height: .75rem; }

ul.split3col, ol.split3col {
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
  -moz-column-fill: balance;
  column-fill: balance;
  -webkit-column-gap: 40px;
  -moz-column-gap: 40px;
  column-gap: 40px; }
  @media only screen and (max-width: 40em) {
    ul.split3col, ol.split3col {
      -webkit-column-count: 1;
      -moz-column-count: 1;
      column-count: 1;
      -webkit-column-gap: 0;
      -moz-column-gap: 0;
      column-gap: 0; } }
  ul.split3col li, ol.split3col li {
    -webkit-column-break-inside: avoid;
    margin-bottom: 0 !important; }
    ul.split3col li:after, ol.split3col li:after {
      content: '';
      display: block;
      height: .75rem; }

ul.split4col, ol.split4col {
  -webkit-column-count: 4;
  -moz-column-count: 4;
  column-count: 4;
  -moz-column-fill: balance;
  column-fill: balance;
  -webkit-column-gap: 40px;
  -moz-column-gap: 40px;
  column-gap: 40px; }
  @media only screen and (max-width: 40em) {
    ul.split4col, ol.split4col {
      -webkit-column-count: 1;
      -moz-column-count: 1;
      column-count: 1;
      -webkit-column-gap: 0;
      -moz-column-gap: 0;
      column-gap: 0; } }
  ul.split4col li, ol.split4col li {
    -webkit-column-break-inside: avoid;
    margin-bottom: 0 !important; }
    ul.split4col li:after, ol.split4col li:after {
      content: '';
      display: block;
      height: .75rem; }

#at4-share {
  z-index: 99997; }

.shopify-buy-frame--toggle.is-sticky {
  z-index: 99997 !important; }

/* ======================================
   Box Styles
====================================== */
.box {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%; }

.box:before {
  content: "";
  display: block;
  padding-top: 100%;
  /* ar 1:1*/ }

.box.ar-2-1:before {
  padding-top: 50%; }

.box.ar-1-2:before {
  padding-top: 200%; }

.box.ar-4-3:before {
  padding-top: 75%; }

.box.ar-4-1:before {
  padding-top: 25%; }

.box.ar-3-1:before {
  padding-top: 33.3333%; }

.box.ar-3-2:before {
  padding-top: 66.6667%; }

.box.ar-16-9:before {
  padding-top: 56.25%; }

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  .box.medium-ar-1-1:before {
    padding-top: 100%; }
  .box.medium-ar-2-1:before {
    padding-top: 50%; }
  .box.medium-ar-1-2:before {
    padding-top: 200%; }
  .box.medium-ar-4-3:before {
    padding-top: 75%; }
  .box.medium-ar-4-1:before {
    padding-top: 25%; }
  .box.medium-ar-3-1:before {
    padding-top: 33.3333%; }
  .box.medium-ar-3-2:before {
    padding-top: 66.6667%; }
  .box.medium-ar-16-9:before {
    padding-top: 56.25%; } }

@media only screen and (max-width: 40em) {
  .box.small-ar-1-1:before {
    padding-top: 100%; }
  .box.small-ar-2-1:before {
    padding-top: 50%; }
  .box.small-ar-1-2:before {
    padding-top: 200%; }
  .box.small-ar-4-3:before {
    padding-top: 75%; }
  .box.small-ar-4-1:before {
    padding-top: 25%; }
  .box.small-ar-3-1:before {
    padding-top: 33.3333%; }
  .box.small-ar-3-2:before {
    padding-top: 66.6667%; }
  .box.small-ar-16-9:before {
    padding-top: 56.25%; } }

.box .content {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow: hidden; }

.box .content .table {
  display: table;
  /*   width: 102%;
  height: 102%;
  margin: -1%; */
  width: 100%;
  height: 100%; }

.box .content .table .cell {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  padding: 0 8%; }

.box.feature {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  overflow: hidden;
  position: relative; }

.box.feature .content {
  opacity: 0;
  visibility: hidden;
  will-change: opacity, visibility;
  -webkit-transition: visibility 0s linear 0.3s, opacity 0.3s linear;
  -moz-transition: visibility 0s linear 0.3s, opacity 0.3s linear;
  transition: visibility 0s linear 0.3s, opacity 0.3s linear; }

.box.feature .bgi {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transform: scale(1.01);
  -moz-transform: scale(1.01);
  -ms-transform: scale(1.01);
  -o-transform: scale(1.01);
  transform: scale(1.01);
  will-change: transform;
  -webkit-transition: -webkit-transform 7s ease;
  -moz-transition: -moz-transform 7s ease;
  transition: transform 7s ease; }

.box.feature.active .bgi {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1); }

.box.feature.active .content {
  opacity: 1;
  visibility: visible;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  transition-delay: 0s; }

.box.feature .button:hover, .box.feature .button:focus {
  background-color: #fff !important;
  border-color: #fff !important; }

.box.feature .anim {
  will-change: opacity, transform; }

.box.feature.orange .content {
  background-color: rgba(249, 120, 0, 0.75); }

.box.feature.orange .button:hover, .box.feature.orange .button:focus {
  color: #F97800; }

.box.feature.yellow .content {
  background-color: rgba(238, 213, 0, 0.75); }

.box.feature.yellow .button:hover, .box.feature.yellow .button:focus {
  color: #EED500; }

.box.feature.ltblue .content {
  background-color: rgba(0, 174, 239, 0.75); }

.box.feature.ltblue .button:hover, .box.feature.ltblue .button:focus {
  color: #00aeef; }

.box.feature.dkblue .content {
  background-color: rgba(0, 174, 239, 0.75); }

.box.feature.dkblue .button:hover, .box.feature.dkblue .button:focus {
  color: #00aeef; }

.box.feature.red .content {
  background-color: rgba(218, 40, 56, 0.75); }

.box.feature.red .button:hover, .box.feature.red .button:focus {
  color: #da2838; }

.box.feature.purple .content {
  background-color: rgba(216, 37, 147, 0.75); }

.box.feature.purple .button:hover, .box.feature.purple .button:focus {
  color: #D82593; }

.box.feature h4 {
  font-family: "Museo Sans W03";
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 0.6875rem;
  font-size: 14px;
  font-size: 0.875rem; }

.box.feature h3 {
  margin-bottom: 1.0625rem;
  line-height: 1.1;
  font-size: 30px;
  font-size: 1.875rem; }

.box.feature .button {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  margin-bottom: 0; }

/* ======================================
   Header
====================================== */
.page-template-page_landing header.landing {
  height: 120px;
  background-color: #000; }
  @media only screen and (max-width: 40em) {
    .page-template-page_landing header.landing {
      height: 80px; } }
  .page-template-page_landing header.landing div.logo {
    height: 100px;
    margin-top: 10px; }
    @media only screen and (max-width: 40em) {
      .page-template-page_landing header.landing div.logo {
        height: 60px;
        margin-top: 10px; } }
    .page-template-page_landing header.landing div.logo img {
      width: 100%;
      height: 100%;
      background: url(img/logo-urb-e-reg.png) no-repeat center center;
      background-size: contain; }

.page-template-page_landing.cmlsvg header.landing div.logo img {
  background: url(img/logo-urb-e-reg.svg) no-repeat center center; }

header#site-header {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  height: 80px;
  width: 100%;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.95);
  position: fixed;
  top: 0;
  z-index: 99998;
  will-change: transform;
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  transition: transform 0.3s ease-out; }
  @media only screen and (max-width: 40em) {
    header#site-header {
      height: 60px; } }

.navup header#site-header {
  -webkit-transform: translateY(-80px);
  -moz-transform: translateY(-80px);
  -ms-transform: translateY(-80px);
  -o-transform: translateY(-80px);
  transform: translateY(-80px); }
  @media only screen and (max-width: 40em) {
    .navup header#site-header {
      -webkit-transform: translateY(-60px);
      -moz-transform: translateY(-60px);
      -ms-transform: translateY(-60px);
      -o-transform: translateY(-60px);
      transform: translateY(-60px); } }

.navup.cmlblog header#site-header,
.navup header#site-header.takeover {
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px); }

.admin-bar header#site-header {
  top: 32px; }
  @media screen and (max-width: 782px) {
    .admin-bar header#site-header {
      top: 46px; } }
  @media screen and (max-width: 600px) {
    .admin-bar header#site-header {
      top: 0; } }

@media screen and (max-width: 600px) {
  #wpadminbar {
    display: none; } }

@media screen and (max-width: 600px) {
  html[lang] {
    margin-top: 0 !important; } }

header#site-header div.logo {
  height: 100%;
  width: 220px;
  left: 5px;
  position: absolute; }
  @media only screen and (max-width: 40em) {
    header#site-header div.logo {
      width: 180px;
      left: 5px; } }
  @media only screen and (max-width: 24.375em) {
    header#site-header div.logo {
      width: 150px; } }

/*
.home header#site-header div.logo {
	@media only screen and (max-width: 40em) {
		width: 180px;
	}
}
*/
header#site-header div.logo a {
  display: block;
  height: 100%; }

header#site-header div.logo a img {
  width: 100%;
  height: 100%;
  background: url(img/logo-urb-e-reg.png) no-repeat center center;
  background-size: contain; }

.cmlsvg header#site-header div.logo a img {
  background: url(img/logo-urb-e-reg.svg) no-repeat center center; }

.home header#site-header div.logo a {
  pointer-events: none; }

#menu, #menu .lines, #menu .line {
  position: absolute; }

#menu {
  display: none;
  background: 0 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 50px;
  height: 50px;
  right: 15px;
  top: 50%;
  cursor: pointer;
  border: 0 none;
  background-color: transparent;
  margin-top: -25px;
  -webkit-transition: background-color 0.2s linear;
  -moz-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear; }
  @media only screen and (max-width: 40em) {
    #menu {
      width: 40px;
      height: 40px;
      right: 10px;
      margin-top: -20px; } }

.usemenu #menu {
  display: block; }

#menu:focus {
  outline: 0; }

#menu .lines {
  width: 20px;
  height: 18px;
  top: 50%;
  left: 50%;
  margin-left: -10px;
  margin-top: -9px;
  will-change: transform;
  -webkit-transition: -webkit-transform 0.4s;
  -moz-transition: -moz-transform 0.4s;
  transition: transform 0.4s; }
  @media only screen and (max-width: 40em) {
    #menu .lines {
      width: 16px;
      height: 13px;
      margin-left: -8px;
      margin-top: -7px; } }

#site-header.takeover #menu .lines {
  -webkit-transform: translateY(7px);
  -moz-transform: translateY(7px);
  -ms-transform: translateY(7px);
  -o-transform: translateY(7px);
  transform: translateY(7px); }
  @media only screen and (max-width: 40em) {
    #site-header.takeover #menu .lines {
      -webkit-transform: translateY(5px);
      -moz-transform: translateY(5px);
      -ms-transform: translateY(5px);
      -o-transform: translateY(5px);
      transform: translateY(5px); } }

#menu .line {
  background-color: #ffffff; }

#menu .line {
  width: 100%;
  height: 3px;
  display: block;
  -webkit-transition: -webkit-transform 0.4s, margin 0.4s, opacity 0.4s, background-color 0.2s;
  -moz-transition: -moz-transform 0.4s, margin 0.4s, opacity 0.4s, background-color 0.2s;
  transition: transform 0.4s, margin 0.4s, opacity 0.4s, background-color 0.2s; }

#menu:hover .line {
  background-color: #00aeef; }

#site-header.takeover #menu .line1 {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg); }

#menu .line2 {
  -webkit-transform: translateY(7px) scale(1, 1);
  -moz-transform: translateY(7px) scale(1, 1);
  -ms-transform: translateY(7px) scale(1, 1);
  -o-transform: translateY(7px) scale(1, 1);
  transform: translateY(7px) scale(1, 1); }
  @media only screen and (max-width: 40em) {
    #menu .line2 {
      -webkit-transform: translateY(5px) scale(1, 1);
      -moz-transform: translateY(5px) scale(1, 1);
      -ms-transform: translateY(5px) scale(1, 1);
      -o-transform: translateY(5px) scale(1, 1);
      transform: translateY(5px) scale(1, 1); } }

#site-header.takeover #menu .line2 {
  -webkit-transform: translateY(0px) scale(0, 1);
  -moz-transform: translateY(0px) scale(0, 1);
  -ms-transform: translateY(0px) scale(0, 1);
  -o-transform: translateY(0px) scale(0, 1);
  transform: translateY(0px) scale(0, 1); }

#menu .line3 {
  -webkit-transform: translateY(14px);
  -moz-transform: translateY(14px);
  -ms-transform: translateY(14px);
  -o-transform: translateY(14px);
  transform: translateY(14px); }
  @media only screen and (max-width: 40em) {
    #menu .line3 {
      -webkit-transform: translateY(10px) scale(1, 1);
      -moz-transform: translateY(10px) scale(1, 1);
      -ms-transform: translateY(10px) scale(1, 1);
      -o-transform: translateY(10px) scale(1, 1);
      transform: translateY(10px) scale(1, 1); } }

#site-header.takeover #menu .line3 {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }

header#site-header > .row,
header#site-header > .row > .columns {
  height: 100%; }

header#site-header nav#navmain {
  display: block;
  visibility: hidden;
  margin-left: 200px;
  margin-left: 336px; }

header#site-header nav#navmain ul {
  list-style: none;
  margin: 0;
  padding: 0; }

header#site-header nav#navmain ul li {
  list-style: none;
  margin: 0 0 0 20px;
  padding: 0;
  display: inline-block;
  text-transform: uppercase;
  position: relative; }

header#site-header nav#navmain a {
  display: inline-block; }

header#site-header nav#navmain ul li a {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 80px;
  margin: 0;
  text-decoration: none;
  outline: 0 !important;
  display: inline-block;
  color: #fff;
  -webkit-transition: 0.2s color linear;
  -moz-transition: 0.2s color linear;
  transition: 0.2s color linear;
  will-change: color; }

header#site-header nav#navmain ul li a[href^=tel] {
  position: relative;
  padding-left: 22px; }

header#site-header nav#navmain ul li a[href^=tel]:before {
  content: '\e60d';
  font-family: 'cml';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1;
  font-size: 24px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%); }

header#site-header nav#navmain ul li a:active,
header#site-header nav#navmain ul li a:hover {
  color: #00aeef;
  text-decoration: none; }

header#site-header nav#navmain ul li.current-menu-item > a {
  color: #00aeef;
  pointer-events: none; }

header#site-header nav#navmain ul li.made-in-usa {
  background-repeat: no-repeat;
  background-position: 90% 50%;
  background-size: 49px 26px;
  background-image: url(img/united-states-of-america-usa-50b.png); }
  header#site-header nav#navmain ul li.made-in-usa.current-menu-item {
    pointer-events: none; }
  header#site-header nav#navmain ul li.made-in-usa:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 41px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 6px;
    pointer-events: none;
    -webkit-transition: background-color 0.1s linear;
    -moz-transition: background-color 0.1s linear;
    transition: background-color 0.1s linear; }
  header#site-header nav#navmain ul li.made-in-usa:hover:before {
    background-color: rgba(255, 255, 255, 0.15) !important; }
  header#site-header nav#navmain ul li.made-in-usa a {
    font-size: 12px;
    font-size: 0.75rem;
    text-transform: none;
    padding-right: 69px;
    padding-left: 10px; }
    header#site-header nav#navmain ul li.made-in-usa a span.amermenu {
      font-size: 11px;
      text-align: center;
      display: block;
      line-height: 1; }
      header#site-header nav#navmain ul li.made-in-usa a span.amermenu > span.amermade {
        font-size: 18px;
        display: block; }

.usamenu {
  position: absolute;
  display: none;
  width: 128px;
  height: 40px;
  right: 75px;
  top: 50%;
  border-radius: 6px;
  background-color: rgba(255, 255, 255, 0.1);
  background-repeat: no-repeat;
  background-position: 70px 50%;
  background-size: 49px 26px;
  background-image: url(img/united-states-of-america-usa-50b.png);
  margin-top: -20px;
  -webkit-transition: background-color 0.2s linear;
  -moz-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear; }
  @media only screen and (max-width: 40em) {
    .usamenu {
      right: 60px;
      margin-top: -20px; } }
  .usamenu:hover {
    background-color: rgba(255, 255, 255, 0.15); }
  .usamenu a {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    padding: 0 10px;
    color: #fff;
    -webkit-transition: color 0.2s linear;
    -moz-transition: color 0.2s linear;
    transition: color 0.2s linear; }
    .usamenu a:hover {
      color: #00aeef; }
    .usamenu a span {
      text-align: center;
      display: inline-block;
      line-height: 1;
      font-size: 11px;
      margin-top: 6px; }
      .usamenu a span.amermade {
        margin-top: 0;
        font-size: 18px; }
  .usemenu .usamenu, #navmain .usamenu {
    display: block; }
  #navmain .usamenu {
    left: 230px;
    text-align: left; }

/*
.hasoffer header#site-header nav#navmain ul li.shop:after {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 6px 8px 6px;
	border-color: transparent transparent $color-dkblue transparent;

	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -6px;

	visibility: hidden;
}
.hasoffer.top header#site-header nav#navmain ul li.shop:after {
	visibility: visible;
}
.hasoffer.usemenu header#site-header nav#navmain ul li.shop:after {
	visibility: hidden !important;
}
*/
header#site-header nav#navmain ul li.shop a,
header#site-header nav#navmain ul li.shop {
  position: relative; }

header#site-header nav#navmain ul li.shop {
  padding-left: 0;
  padding-right: 0; }

header#site-header nav#navmain ul li.shop a {
  padding-left: 20px;
  padding-right: 20px; }

header#site-header nav#navmain ul li.shop a:active,
header#site-header nav#navmain ul li.shop a:hover {
  color: #fff; }

header#site-header nav#navmain ul li.shop:before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 40px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  background-color: #da2838;
  border-radius: 6px;
  will-change: background-color;
  -webkit-transition: background-color 0.1s linear;
  -moz-transition: background-color 0.1s linear;
  transition: background-color 0.1s linear; }

header#site-header nav#navmain ul li.shop:hover:before {
  background-color: #b11e2c !important; }

header#site-header nav#navmain > ul > li.menu-item-has-children a {
  position: relative;
  padding-right: 12px; }

header#site-header nav#navmain > ul > li.menu-item-has-children.shop a {
  padding-right: 20px;
  color: #fff; }

header#site-header nav#navmain > ul > li.menu-item-has-children > a {
  pointer-events: auto; }

/*
header#site-header nav#navmain ul li.current-menu-ancestor.menu-item-has-children > a {
    pointer-events: auto;
}
*/
header#site-header nav#navmain > ul > li.menu-item-has-children > a:after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 4px 0 4px;
  border-color: #555 transparent transparent transparent;
  position: absolute;
  top: 51%;
  right: 0; }

header#site-header nav#navmain > ul > li.menu-item-has-children.current-menu-ancestor > a:after,
header#site-header nav#navmain > ul > li.menu-item-has-children.current_page_ancestor > a:after {
  border-color: #00aeef transparent transparent transparent; }

header#site-header nav#navmain > ul > li.menu-item-has-children.shop > a:after {
  display: none; }

header#site-header nav#navmain li > ul.sub-menu {
  display: none;
  position: absolute;
  text-align: left;
  left: -15px;
  top: 100%;
  width: 1000px;
  background-color: rgba(0, 0, 0, 0.9);
  border-top: 1px solid #000;
  will-change: opacity, transform; }

header#site-header nav#navmain li.active > ul.sub-menu {
  display: block; }

.navup header#site-header nav#navmain li.active > ul.sub-menu {
  display: none; }

/*
header#site-header #navmain nav li:hover > ul.sub-menu {
	display: block;

	opacity: 1;
	@include transform(translateY(0px));
}
*/
header#site-header nav#navmain li > ul.sub-menu li {
  display: block;
  padding: 0;
  margin-left: 0; }

header#site-header nav#navmain li > ul.sub-menu a {
  width: auto;
  line-height: 1.2;
  padding: 20px 15px;
  border-bottom: 1px solid #000;
  border-top: 0 none;
  background-color: transparent;
  will-change: background-color;
  transition: 0.4s background-color linear, 0.2s color linear;
  -webkit-transition: 0.4s background-color linear, 0.2s color linear; }

header#site-header nav#navmain li > ul.sub-menu.sized a {
  width: 100%; }

header#site-header nav#navmain li > ul.sub-menu a:hover {
  background-color: #000;
  border-color: #000; }

section.countdown {
  margin: 0;
  min-height: 59px;
  line-height: 1.1;
  font-size: 16px;
  font-size: 1rem;
  color: #222;
  background-color: #fff; }
  @media only screen and (min-width: 40.063em) and (max-width: 64em) {
    section.countdown {
      min-height: 110px;
      line-height: 1.3; } }
  @media only screen and (max-width: 40em) {
    section.countdown {
      font-size: 18px;
      font-size: 1.125rem;
      min-height: 132px;
      line-height: 1.3; } }
  section.countdown .button {
    padding: 8px 12px;
    min-width: inherit;
    margin-bottom: 0; }
    @media only screen and (max-width: 64em) {
      section.countdown .button {
        margin-top: .5rem; } }
  section.countdown .countdown {
    display: none;
    padding: 14px 10px 13px;
    position: relative; }
    section.countdown .countdown .timer {
      font-weight: 600; }
      @media only screen and (max-width: 64em) {
        section.countdown .countdown .timer {
          margin-top: .5rem;
          display: block; } }
    section.countdown .countdown .cl {
      display: inline-block;
      width: 80px;
      text-align: left; }
      @media only screen and (max-width: 40em) {
        section.countdown .countdown .cl {
          width: 86px; } }
      section.countdown .countdown .cl .num {
        display: inline-block; }

/* ======================================
   Takeover Nav
====================================== */
/*
body.takeover main#content {
  padding-top: 0 !important;
}

body.takeover header#site-header {
position: relative;
}

body.takeover.admin-bar header#site-header {
top: 0;
}

body.takeover #navmain {
display: none;
}

body.takeover header#site-header div.logo {
width: 100%;
text-align: left !important;
position: relative;
}

body.takeover header#site-header .logo img {
max-width: 250px;
margin: 0 auto;
}
*/
#takeover {
  width: 100%;
  height: 100%;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  background-color: rgba(0, 0, 0, 0.95);
  z-index: -1;
  padding-top: 80px;
  will-change: transform, opacity, visibility;
  opacity: 0;
  visibility: hidden; }
  @media only screen and (max-width: 40em) {
    #takeover {
      padding-top: 60px; } }

#takeover .outer {
  display: table;
  width: 100%;
  height: 100%;
  overflow: hidden; }

#takeover .inner {
  display: table-cell;
  width: 100%;
  height: 100%;
  padding-bottom: 80px;
  vertical-align: middle;
  text-align: center; }

#takeover nav ul#menu-mobile-menu {
  list-style: none;
  margin: 0 0 3.5rem 0;
  padding: 0; }
  @media only screen and (max-width: 600px) {
    #takeover nav ul#menu-mobile-menu {
      margin-bottom: 1.5rem; } }

#takeover nav ul#menu-mobile-menu li {
  will-change: transform, opacity, visibility; }

#takeover nav ul#menu-mobile-menu li a {
  color: #fff;
  font-family: 'Raleway';
  font-weight: 500;
  font-size: 42px;
  font-size: 2.625rem;
  box-shadow: inset 0px 0px 0px rgba(0, 153, 255, 0);
  -webkit-transition: 0.3s box-shadow, 0.9s color;
  -moz-transition: 0.3s box-shadow, 0.9s color;
  transition: 0.3s box-shadow, 0.9s color; }
  @media only screen and (max-width: 480px) {
    #takeover nav ul#menu-mobile-menu li a {
      font-size: 26px;
      font-size: 1.625rem; } }
  @media only screen and (max-width: 320px) {
    #takeover nav ul#menu-mobile-menu li a {
      font-size: 18px;
      font-size: 1.125rem; } }

#takeover nav ul#menu-mobile-menu li a:hover {
  color: #00aeef;
  box-shadow: inset 0px -8px 0px rgba(0, 153, 255, 0.2);
  -webkit-transition: 0.4s box-shadow 0.1s, 0.2s color;
  -moz-transition: 0.4s box-shadow 0.1s, 0.2s color;
  transition: 0.4s box-shadow 0.1s, 0.2s color; }
  @media only screen and (max-width: 600px) {
    #takeover nav ul#menu-mobile-menu li a:hover {
      box-shadow: inset 0px -5px 0px rgba(0, 153, 255, 0.2); } }

#takeover nav ul#menu-mobile-menu li.current-menu-item a {
  color: #00aeef;
  pointer-events: none; }

#takeover nav ul#menu-mobile-menu li a[href^=tel] {
  position: relative;
  padding-left: 42px; }
  @media only screen and (max-width: 480px) {
    #takeover nav ul#menu-mobile-menu li a[href^=tel] {
      padding-left: 26px; } }
  @media only screen and (max-width: 320px) {
    #takeover nav ul#menu-mobile-menu li a[href^=tel] {
      padding-left: 18px; } }

#takeover nav ul#menu-mobile-menu li a[href^=tel]:before {
  content: '\e60d';
  font-family: 'cml';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%); }

#takeover nav ul#menu-social-icons {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  max-width: 600px;
  font-size: 0; }

#takeover nav ul#menu-social-icons li {
  display: inline-block;
  width: 60px;
  height: 60px;
  margin: 0 10px;
  font-size: 40px;
  font-size: 2.5rem;
  overflow: hidden; }
  @media only screen and (max-width: 600px) {
    #takeover nav ul#menu-social-icons li {
      width: 40px;
      height: 40px;
      font-size: 24px;
      font-size: 1.5rem; } }

#takeover nav ul#menu-social-icons li a {
  color: #fff;
  background-color: rgba(102, 102, 102, 0.8);
  text-indent: -9999px;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 999px;
  position: relative;
  -webkit-transition: background-color 0.2s linear;
  -moz-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear; }

#takeover nav ul#menu-social-icons li a:hover {
  background-color: #666666; }

#takeover nav ul#menu-social-icons li a:after {
  content: '\e700';
  font-family: 'cml';
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 60px;
  text-indent: 0;
  position: absolute;
  left: 0;
  top: 0;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  @media only screen and (max-width: 600px) {
    #takeover nav ul#menu-social-icons li a:after {
      line-height: 40px; } }

#takeover nav ul#menu-social-icons li.default a {
  background-color: rgba(102, 102, 102, 0.6); }

#takeover nav ul#menu-social-icons li.default a:hover {
  background-color: #666666; }

#takeover nav ul#menu-social-icons li.twitter a {
  background-color: rgba(0, 172, 237, 0.6); }

#takeover nav ul#menu-social-icons li.twitter a:hover {
  background-color: #00aced; }

#takeover nav ul#menu-social-icons li.facebook a {
  background-color: rgba(59, 89, 152, 0.6); }

#takeover nav ul#menu-social-icons li.facebook a:hover {
  background-color: #3b5998; }

#takeover nav ul#menu-social-icons li.googleplus a {
  background-color: rgba(221, 75, 57, 0.6); }

#takeover nav ul#menu-social-icons li.googleplus a:hover {
  background-color: #dd4b39; }

#takeover nav ul#menu-social-icons li.pinterest a {
  background-color: rgba(203, 32, 39, 0.6); }

#takeover nav ul#menu-social-icons li.pinterest a:hover {
  background-color: #cb2027; }

#takeover nav ul#menu-social-icons li.linkedin a {
  background-color: rgba(0, 123, 182, 0.6); }

#takeover nav ul#menu-social-icons li.linkedin a:hover {
  background-color: #007bb6; }

#takeover nav ul#menu-social-icons li.youtube a {
  background-color: rgba(187, 0, 0, 0.6); }

#takeover nav ul#menu-social-icons li.youtube a:hover {
  background-color: #bb0000; }

#takeover nav ul#menu-social-icons li.vimeo a {
  background-color: rgba(170, 212, 80, 0.6); }

#takeover nav ul#menu-social-icons li.vimeo a:hover {
  background-color: #aad450; }

#takeover nav ul#menu-social-icons li.tumblr a {
  background-color: rgba(50, 80, 109, 0.6); }

#takeover nav ul#menu-social-icons li.tumblr a:hover {
  background-color: #32506d; }

#takeover nav ul#menu-social-icons li.instagram a {
  background-color: rgba(81, 127, 164, 0.6); }

#takeover nav ul#menu-social-icons li.instagram a:hover {
  background-color: #517fa4; }

#takeover nav ul#menu-social-icons li.flickr a {
  background-color: rgba(255, 0, 132, 0.6); }

#takeover nav ul#menu-social-icons li.flickr a:hover {
  background-color: #ff0084; }

#takeover nav ul#menu-social-icons li.dribbble a {
  background-color: rgba(234, 76, 137, 0.6); }

#takeover nav ul#menu-social-icons li.dribbble a:hover {
  background-color: #ea4c89; }

#takeover nav ul#menu-social-icons li.quora a {
  background-color: rgba(168, 36, 0, 0.6); }

#takeover nav ul#menu-social-icons li.quora a:hover {
  background-color: #a82400; }

#takeover nav ul#menu-social-icons li.foursquare a {
  background-color: rgba(0, 114, 177, 0.6); }

#takeover nav ul#menu-social-icons li.foursquare a:hover {
  background-color: #0072b1; }

#takeover nav ul#menu-social-icons li.forrst a {
  background-color: rgba(91, 154, 104, 0.6); }

#takeover nav ul#menu-social-icons li.forrst a:hover {
  background-color: #5b9a68; }

#takeover nav ul#menu-social-icons li.vk a {
  background-color: rgba(69, 102, 142, 0.6); }

#takeover nav ul#menu-social-icons li.vk a:hover {
  background-color: #45668e; }

#takeover nav ul#menu-social-icons li.wordpress a {
  background-color: rgba(33, 117, 155, 0.6); }

#takeover nav ul#menu-social-icons li.wordpress a:hover {
  background-color: #21759b; }

#takeover nav ul#menu-social-icons li.stumbleupon a {
  background-color: rgba(235, 72, 35, 0.6); }

#takeover nav ul#menu-social-icons li.stumbleupon a:hover {
  background-color: #eb4823; }

#takeover nav ul#menu-social-icons li.yahoo a {
  background-color: rgba(123, 0, 153, 0.6); }

#takeover nav ul#menu-social-icons li.yahoo a:hover {
  background-color: #7b0099; }

#takeover nav ul#menu-social-icons li.blogger a {
  background-color: rgba(251, 143, 61, 0.6); }

#takeover nav ul#menu-social-icons li.blogger a:hover {
  background-color: #fb8f3d; }

#takeover nav ul#menu-social-icons li.soundcloud a {
  background-color: rgba(255, 58, 0, 0.6); }

#takeover nav ul#menu-social-icons li.soundcloud a:hover {
  background-color: #ff3a00; }

#takeover nav ul#menu-social-icons li.default a:after {
  content: ""; }

#takeover nav ul#menu-social-icons li.twitter a:after {
  content: ""; }

#takeover nav ul#menu-social-icons li.facebook a:after {
  content: ""; }

#takeover nav ul#menu-social-icons li.googleplus a:after {
  content: ""; }

#takeover nav ul#menu-social-icons li.yelp a:after {
  content: ""; }

#takeover nav ul#menu-social-icons li.pinterest a:after {
  content: ""; }

#takeover nav ul#menu-social-icons li.linkedin a:after {
  content: ""; }

#takeover nav ul#menu-social-icons li.youtube a:after {
  content: ""; }

#takeover nav ul#menu-social-icons li.vimeo a:after {
  content: ""; }

#takeover nav ul#menu-social-icons li.tumblr a:after {
  content: ""; }

#takeover nav ul#menu-social-icons li.instagram a:after {
  content: ""; }

#takeover nav ul#menu-social-icons li.flickr a:after {
  content: ""; }

#takeover nav ul#menu-social-icons li.dribbble a:after {
  content: ""; }

#takeover nav ul#menu-social-icons li.quora a:after {
  content: ""; }

#takeover nav ul#menu-social-icons li.foursquare a:after {
  content: ""; }

#takeover nav ul#menu-social-icons li.forrst a:after {
  content: ""; }

#takeover nav ul#menu-social-icons li.vk a:after {
  content: ""; }

#takeover nav ul#menu-social-icons li.wordpress a:after {
  content: ""; }

#takeover nav ul#menu-social-icons li.stumbleupon a:after {
  content: ""; }

#takeover nav ul#menu-social-icons li.yahoo a:after {
  content: ""; }

#takeover nav ul#menu-social-icons li.blogger a:after {
  content: ""; }

#takeover nav ul#menu-social-icons li.soundcloud a:after {
  content: ""; }

#takeover nav ul#menu-social-icons li.merchantcircle a:after {
  content: ""; }

#takeover nav ul#menu-social-icons li.bestweb a:after {
  content: ""; }

#takeover nav ul#menu-social-icons li.yellowpages a:after {
  content: ""; }

/* ======================================
   Footer
====================================== */
.page-template-page_landing footer {
  padding: 30px 0; }

footer#site-footer {
  font-family: 'Raleway';
  border-top: 4px solid #00aeef;
  padding: 22px 22px 54px;
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat; }
  @media only screen and (min-width: 40.063em) and (max-width: 1400px) {
    footer#site-footer {
      padding: 12px 12px 54px; } }
  @media only screen and (max-width: 40em) {
    footer#site-footer {
      padding: 8px 8px 54px; } }

footer#site-footer .colophon {
  color: #fff;
  padding: 22px 5% 0;
  text-align: center; }

footer#site-footer .colophon p,
footer#site-footer .colophon ul {
  font-size: 14px;
  font-size: 0.875rem; }

footer#site-footer nav ul,
footer#site-footer ul.copyright {
  list-style: none;
  margin: 0 0 1em;
  padding: 0; }

footer#site-footer ul.copyright {
  margin-bottom: 0; }

footer#site-footer nav ul li,
footer#site-footer ul.copyright li {
  list-style: none;
  padding: 0;
  display: inline-block; }

footer#site-footer nav ul li:after,
footer#site-footer ul.copyright li:after {
  content: '\b7';
  margin: 0 9px 0 12px; }

footer#site-footer nav ul li:last-of-type:after,
footer#site-footer ul.copyright li:last-of-type:after {
  content: '';
  margin: 0; }

footer#site-footer nav ul li a {
  text-decoration: none;
  color: #fff;
  -webkit-transition: 0.2s color linear;
  transition: 0.2s color linear; }

footer#site-footer nav ul li a:active,
footer#site-footer nav ul li a:hover {
  color: #00aeef;
  text-decoration: none; }

footer#site-footer nav ul li a:hover {
  color: #00aeef; }

footer#site-footer nav ul li.current-menu-item a {
  color: #00aeef;
  pointer-events: none; }

footer#site-footer .colophon ul.copyright a {
  color: #ddd; }

footer#site-footer .colophon ul.copyright a:hover {
  color: #00aeef; }

#lt {
  font-size: 14px;
  font-size: 0.875rem;
  font-style: italic;
  color: #fff;
  padding-bottom: 12px;
  text-align: center; }

footer#site-footer .fbox .inner {
  background-color: rgba(255, 255, 255, 0.2);
  color: #fff;
  margin: 22px;
  padding: 42px 8%; }
  @media only screen and (min-width: 40.063em) and (max-width: 1400px) {
    footer#site-footer .fbox .inner {
      margin: 12px; } }
  @media only screen and (max-width: 40em) {
    footer#site-footer .fbox .inner {
      margin: 8px; } }

footer#site-footer .fbox .inner a {
  color: #fff; }

footer#site-footer .fbox .inner h5 {
  color: #fff;
  font-family: "Raleway";
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.1;
  margin-bottom: 1rem; }

footer#site-footer .fbox .inner h3 {
  font-size: 42px;
  font-size: 2.625rem;
  color: #fff;
  margin: 0 0 22px;
  line-height: 1.2;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-align: center;
  position: relative; }
  @media only screen and (max-width: 1400px) {
    footer#site-footer .fbox .inner h3 {
      letter-spacing: 1px;
      font-size: 32px;
      font-size: 2rem; } }

footer#site-footer .fbox .inner h3:after {
  content: '';
  display: block;
  width: 200px;
  height: 3px;
  background-color: #999;
  position: absolute;
  bottom: -5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%); }

footer#site-footer .fbox.news ul li {
  margin-bottom: 1rem; }

footer#site-footer .fbox.cta .content .button {
  margin-bottom: 0;
  padding: 0.9375rem 2.5rem 0.875rem; }

footer#site-footer .fbox.contact .social ul {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  font-size: 0; }

footer#site-footer .fbox.contact .social ul li {
  display: inline-block;
  width: 50px;
  height: 50px;
  margin: 0 5px;
  font-size: 32px;
  font-size: 2rem;
  overflow: hidden; }
  @media only screen and (max-width: 600px) {
    footer#site-footer .fbox.contact .social ul li {
      width: 60px;
      height: 60px;
      font-size: 34px;
      font-size: 2.125rem; } }

footer#site-footer .fbox.contact .social ul li a {
  color: #fff;
  background-color: rgba(24, 24, 24, 0.7);
  text-indent: -9999px;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 999px;
  position: relative;
  -webkit-transition: background-color 0.2s linear;
  -moz-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear; }

footer#site-footer .fbox.contact .social ul li a:hover {
  background-color: #181818; }

footer#site-footer .fbox.contact .social ul li a:after {
  content: '\e700';
  font-family: 'cml';
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 50px;
  text-indent: 0;
  position: absolute;
  left: 0;
  top: 0;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  @media only screen and (max-width: 600px) {
    footer#site-footer .fbox.contact .social ul li a:after {
      line-height: 60px; } }

footer#site-footer .fbox.contact .social ul li.default a:after {
  content: ""; }

footer#site-footer .fbox.contact .social ul li.twitter a:after {
  content: ""; }

footer#site-footer .fbox.contact .social ul li.facebook a:after {
  content: ""; }

footer#site-footer .fbox.contact .social ul li.googleplus a:after {
  content: ""; }

footer#site-footer .fbox.contact .social ul li.yelp a:after {
  content: ""; }

footer#site-footer .fbox.contact .social ul li.pinterest a:after {
  content: ""; }

footer#site-footer .fbox.contact .social ul li.linkedin a:after {
  content: ""; }

footer#site-footer .fbox.contact .social ul li.youtube a:after {
  content: ""; }

footer#site-footer .fbox.contact .social ul li.vimeo a:after {
  content: ""; }

footer#site-footer .fbox.contact .social ul li.tumblr a:after {
  content: ""; }

footer#site-footer .fbox.contact .social ul li.instagram a:after {
  content: ""; }

footer#site-footer .fbox.contact .social ul li.flickr a:after {
  content: ""; }

footer#site-footer .fbox.contact .social ul li.dribbble a:after {
  content: ""; }

footer#site-footer .fbox.contact .social ul li.quora a:after {
  content: ""; }

footer#site-footer .fbox.contact .social ul li.foursquare a:after {
  content: ""; }

footer#site-footer .fbox.contact .social ul li.forrst a:after {
  content: ""; }

footer#site-footer .fbox.contact .social ul li.vk a:after {
  content: ""; }

footer#site-footer .fbox.contact .social ul li.wordpress a:after {
  content: ""; }

footer#site-footer .fbox.contact .social ul li.stumbleupon a:after {
  content: ""; }

footer#site-footer .fbox.contact .social ul li.yahoo a:after {
  content: ""; }

footer#site-footer .fbox.contact .social ul li.blogger a:after {
  content: ""; }

footer#site-footer .fbox.contact .social ul li.soundcloud a:after {
  content: ""; }

footer#site-footer .fbox.contact .social ul li.merchantcircle a:after {
  content: ""; }

footer#site-footer .fbox.contact .social ul li.bestweb a:after {
  content: ""; }

footer#site-footer .fbox.contact .social ul li.yellowpages a:after {
  content: ""; }

footer#site-footer .fbox.contact .subscribe {
  margin-top: 2rem; }

footer#site-footer #frm_form_6_container {
  width: 100%;
  max-width: 480px;
  margin: 20px auto 0;
  text-align: left; }

footer#site-footer #frm_field_83_container:before {
  content: "\e60e";
  font-family: "cml";
  display: block;
  color: #999;
  font-size: 32px;
  font-size: 2rem;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0; }

footer#site-footer #frm_form_6_container form #frm_field_83_container.frm_form_field.frm_none_container label,
footer#site-footer #frm_form_6_container #frm_field_83_container.frm_form_field input[type="email"] {
  padding-left: 50px; }

footer#site-footer #frm_form_6_container form #frm_field_83_container.frm_form_field.frm_none_container label {
  line-height: 50px;
  font-size: 14px;
  font-size: 0.875rem;
  color: #999; }

footer#site-footer #frm_form_6_container form #frm_field_83_container.frm_none_container.placeholder-focus label {
  padding-left: 14px; }

footer#site-footer #frm_form_6_container form .frm_form_field.frm_none_container.placeholder-focus label {
  background-color: rgba(255, 255, 255, 0.8);
  color: #333;
  display: none; }

.no-rgb footer#site-footer #frm_form_6_container form .frm_form_field.frm_none_container.placeholder-focus label {
  background-color: #eaeaea; }

footer#site-footer #frm_form_6_container form .frm_form_field.frm_none_container.placeholder-focus label:after {
  border-top: 5px solid rgba(255, 255, 255, 0.8); }

.no-rgba footer#site-footer #frm_form_6_container form .frm_form_field.frm_none_container.placeholder-focus label:after {
  border-top-color: #eaeaea; }

footer#site-footer #frm_form_6_container #frm_field_83_container,
footer#site-footer #frm_form_6_container #frm_field_83_container input {
  margin-bottom: 0; }

footer#site-footer #frm_form_6_container #frm_field_83_container {
  float: left;
  width: 80%; }

footer#site-footer #frm_form_6_container #frm_field_83_container input {
  background: #ffffff;
  background: -moz-linear-gradient(top, #d5d5d5 0%, #ffffff 34%, #ffffff 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d5d5d5), color-stop(34%, #ffffff), color-stop(100%, #ffffff));
  background: -webkit-linear-gradient(top, #d5d5d5 0%, #ffffff 34%, #ffffff 100%);
  background: -o-linear-gradient(top, #d5d5d5 0%, #ffffff 34%, #ffffff 100%);
  background: -ms-linear-gradient(top, #d5d5d5 0%, #ffffff 34%, #ffffff 100%);
  background: linear-gradient(to bottom, #d5d5d5 0%, #ffffff 34%, #ffffff 100%);
  height: 50px;
  line-height: 50px;
  box-shadow: 0px 3px 0px #a1a1a1;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  font-size: 14px;
  font-size: 0.875rem; }

footer#site-footer #frm_form_6_container #frm_field_83_container.frm_form_field.frm_blank_field input[type="email"],
footer#site-footer #frm_form_6_container #frm_field_83_container.frm_form_field input[type="email"]:focus {
  border-color: transparent; }

footer#site-footer #frm_form_6_container .frm_submit {
  margin-top: 0;
  width: 20%;
  float: left; }

footer#site-footer #frm_form_6_container .frm_submit .button {
  margin-bottom: 0;
  padding: 0;
  min-width: 0;
  width: 100%;
  height: 50px;
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  font-size: 18px;
  font-size: 1.125rem;
  font-family: 'cml';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

footer#site-footer #frm_form_6_container .frm_submit .button[disabled] {
  opacity: 1; }

footer#site-footer #frm_form_6_container .frm_submit .button:focus {
  outline: none; }

footer#site-footer #frm_field_83_container .frm_error {
  display: none; }

@keyframes errorshake {
  0% {
    transform: translateX(0px); }
  20% {
    transform: translateX(-6px); }
  40% {
    transform: translateX(6px); }
  60% {
    transform: translateX(-6px); }
  80% {
    transform: translateX(6px); }
  100% {
    transform: translateX(0px); } }

footer#site-footer #frm_field_83_container.frm_blank_field {
  animation-name: errorshake;
  animation-duration: 0.4s; }

@keyframes msgconfirm {
  from {
    color: transparent; }
  to {
    color: #2d2d2d; } }

footer#site-footer #frm_form_6_container .frm_message {
  display: table;
  width: 100%; }

footer#site-footer #frm_form_6_container .frm_message p {
  background: #ffffff;
  background: -moz-linear-gradient(top, #d5d5d5 0%, #ffffff 34%, #ffffff 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d5d5d5), color-stop(34%, #ffffff), color-stop(100%, #ffffff));
  background: -webkit-linear-gradient(top, #d5d5d5 0%, #ffffff 34%, #ffffff 100%);
  background: -o-linear-gradient(top, #d5d5d5 0%, #ffffff 34%, #ffffff 100%);
  background: -ms-linear-gradient(top, #d5d5d5 0%, #ffffff 34%, #ffffff 100%);
  background: linear-gradient(to bottom, #d5d5d5 0%, #ffffff 34%, #ffffff 100%);
  width: 100%;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  color: #2d2d2d;
  height: 50px;
  line-height: 1.2;
  font-weight: 500;
  font-family: "Raleway";
  font-size: 14px;
  font-size: 0.875rem;
  margin: 0;
  box-shadow: 0px 3px 0px #a1a1a1;
  border-radius: 6px;
  animation-name: msgconfirm;
  animation-duration: 2s; }

@keyframes msgcheck {
  from {
    color: transparent; }
  to {
    color: #00aeef; } }

footer#site-footer #frm_form_6_container .frm_message p:before {
  content: '\e605';
  font-family: 'cml';
  color: #00aeef;
  margin-right: 10px;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  animation-name: msgcheck;
  animation-duration: 2s; }

footer#site-footer .fbox.smap .inner {
  padding: 0;
  color: #222;
  background-color: #F0EDE5;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-image: url("img/urb-e-map-pasadena.jpg"); }

footer#site-footer .fbox.smap .content {
  height: 100%; }
  footer#site-footer .fbox.smap .content a {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    right: 0;
    bottom: 0;
    margin: 22px; }

#map-canvas {
  height: 100%;
  visibility: hidden; }

footer#site-footer .fbox.map .inner {
  padding: 0;
  color: #222;
  background-color: #F0EDE5; }

footer#site-footer .fbox.map .content {
  height: 100%; }

footer#site-footer .map .title {
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 2px;
  margin-top: 4px;
  font-weight: 500; }

footer#site-footer .map .directions {
  font-size: 16px;
  margin-top: 4px;
  font-weight: 500; }

footer#site-footer .map .directions a {
  color: #258faf; }

footer#site-footer .map .directions a:hover {
  color: #2ba6cb; }

footer#site-footer .map .directions a:before {
  content: "\e61c";
  margin-right: 4px;
  font-family: 'cml';
  vertical-align: bottom;
  font-size: 1.5rem;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

#subscribeModal, #dynamicModal {
  background-repeat: no-repeat;
  background-position: -1.5rem 1.25rem; }
  #subscribeModal .ssformcon, #dynamicModal .ssformcon {
    min-height: 350px !important; }
    #subscribeModal .ssformcon.wp, #dynamicModal .ssformcon.wp {
      min-height: 0 !important; }
  #subscribeModal .modalcon, #dynamicModal .modalcon {
    padding: 0 .75rem 1.5rem; }
    @media only screen and (max-width: 500px) {
      #subscribeModal .modalcon, #dynamicModal .modalcon {
        padding: 0 0 1.5rem; } }
  #subscribeModal #subscribeModalTitle, #subscribeModal .modalTitle, #dynamicModal #subscribeModalTitle, #dynamicModal .modalTitle {
    font-size: 40px;
    font-size: 2.5rem;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 1px;
    margin-bottom: 2rem;
    margin-top: .5rem;
    padding: 0 4rem;
    line-height: 1; }
    @media only screen and (max-width: 500px) {
      #subscribeModal #subscribeModalTitle, #subscribeModal .modalTitle, #dynamicModal #subscribeModalTitle, #dynamicModal .modalTitle {
        padding: 0; } }
    #subscribeModal #subscribeModalTitle.small, #subscribeModal .modalTitle.small, #dynamicModal #subscribeModalTitle.small, #dynamicModal .modalTitle.small {
      font-size: 30px;
      font-size: 1.875rem; }
  #subscribeModal h4, #dynamicModal h4 {
    font-size: 30px;
    font-size: 1.875rem;
    text-align: center;
    margin-top: -1.5rem;
    line-height: 1; }
  #subscribeModal ul, #dynamicModal ul {
    margin-bottom: 1.5rem;
    margin-left: 0;
    font-size: 18px;
    font-size: 1.125rem;
    text-align: center;
    list-style: none; }
    @media only screen and (max-width: 500px) {
      #subscribeModal ul, #dynamicModal ul {
        font-size: 16px;
        font-size: 1rem;
        text-align: left;
        list-style: disc;
        margin-left: 1.1rem; } }
    #subscribeModal ul li, #dynamicModal ul li {
      margin-bottom: 0.75rem;
      line-height: 1.2; }
  @media only screen and (min-width: 40.0625em) {
    #subscribeModal, #dynamicModal {
      top: 50%;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%); } }

#subscribeModal {
  padding: 1.5rem 0; }
  #subscribeModal .ssformcon {
    padding: 0 1.25rem; }
  #subscribeModal .modalcon {
    padding: 1rem 1.875rem;
    margin-bottom: 1.5rem;
    color: white;
    background-color: #00aeef; }
    #subscribeModal .modalcon p:last-of-type {
      margin-bottom: 0; }

#dynamicModal {
  background-image: url(img/bg-alert-local.png); }
  @media only screen and (max-width: 500px) {
    #dynamicModal {
      background-image: none; } }

/*
iframe#ssf_MzIyMjVNMbbQtUhMNNE1MTUw1LUwNQdyjQ0MTRLNDU3MTS0B {
	height: 350px;
	@media only screen and (max-width: 500px) {
		height: 430px;
	}
}
*/
#subscribeModal, #dynamicModal {
  position: fixed !important;
  overflow-y: auto;
  max-height: 100vh; }
  #subscribeModal iframe[id^=ssf_], #dynamicModal iframe[id^=ssf_] {
    height: 350px; }
    @media only screen and (max-width: 500px) {
      #subscribeModal iframe[id^=ssf_], #dynamicModal iframe[id^=ssf_] {
        height: 430px; } }

#autoAlert {
  position: fixed;
  right: 0;
  top: 250px;
  width: 128px;
  height: 96px;
  z-index: 9999;
  background-position: 0 50%;
  background-image: url(img/alert-local.png);
  background-repeat: no-repeat;
  background-size: contain;
  will-change: transform;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: 0.2s transform ease-out;
  -moz-transition: 0.2s transform ease-out;
  transition: 0.2s transform ease-out; }
  #autoAlert.active {
    cursor: pointer;
    -webkit-transform: translateX(25%);
    -moz-transform: translateX(25%);
    -ms-transform: translateX(25%);
    -o-transform: translateX(25%);
    transform: translateX(25%); }
    #autoAlert.active:hover {
      -webkit-transform: translateX(0%);
      -moz-transform: translateX(0%);
      -ms-transform: translateX(0%);
      -o-transform: translateX(0%);
      transform: translateX(0%); }
  @media only screen and (max-width: 500px) {
    #autoAlert {
      display: none; } }

#livechat-full,
#livechat-compact-container {
  z-index: 99999 !important; }

/* ======================================
   Owl Carousel
====================================== */
.owl.controls {
  position: absolute;
  top: 50%;
  width: 100%;
  height: 100%;
  margin-top: 0;
  top: 0;
  z-index: 101;
  pointer-events: none; }

.loner .owl.controls {
  display: none !important; }

.owl.controls .owl-prev,
.owl.controls .owl-next {
  width: 70px;
  height: 100%;
  color: #333;
  opacity: 0.33;
  position: absolute;
  top: 0;
  cursor: pointer;
  pointer-events: all;
  -webkit-transition: 0.2s opacity linear;
  -moz-transition: 0.2s opacity linear;
  transition: 0.2s opacity linear; }

section.module.dark .owl.controls .owl-prev,
section.module.dark .owl.controls .owl-next {
  color: #fff; }

.owl.controls .owl-prev:hover,
.owl.controls .owl-next:hover {
  opacity: 1; }

.owl.controls .owl-prev:after,
.owl.controls .owl-next:after {
  font-family: 'cml';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e609';
  position: absolute;
  display: block;
  font-size: 32px;
  line-height: 60px;
  height: 60px;
  width: 70px;
  top: 50%;
  margin-top: -30px;
  text-align: center; }

.owl.controls .owl-prev {
  left: 0; }

.owl.controls .owl-next {
  right: 0; }

.owl.controls .owl-next:after {
  content: '\e60a'; }

.owl-pager {
  text-align: center;
  margin-top: 45px; }

.loner .owl-pager {
  display: none; }

.owl-pager .owl-dot {
  display: inline-block;
  text-indent: -50px;
  width: 25px;
  height: 25px;
  margin: 0 5px;
  cursor: pointer; }

.owl-pager .owl-dot span {
  display: block;
  width: 25px;
  height: 5px;
  margin: 10px 0 0 0;
  background-color: #cccccc; }

.owl-pager .owl-dot.active span {
  background-color: #2d2d2d !important; }

.owl-carousel .owl-stage-outer {
  z-index: 1; }

/* ======================================
   Content
====================================== */
main#content {
  padding-top: 80px; }
  @media only screen and (max-width: 40em) {
    main#content {
      padding-top: 60px; } }

.page-template-page_landing main#content {
  padding-top: 0; }

h1.title,
h2.title {
  font-size: 42px;
  font-size: 2.625rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  line-height: 1.2; }

h1.title.st,
h2.title.st,
h2.subtitle.st,
h3.subtitle.st {
  margin-bottom: 0;
  line-height: 1.2; }

h2.subtitle {
  font-size: 34px;
  font-size: 2.125rem; }

hr {
  background: #00aeef;
  color: #00aeef;
  border: 0 none;
  margin: 1.5rem auto 3rem;
  height: 3px;
  width: 200px; }

hr.full {
  width: 100%;
  background: #ddd;
  color: #ddd;
  height: 2px; }

section.module h2.title + hr {
  margin: 0 auto 3rem; }

img.round {
  border-radius: 10000px; }

.error404 article h1.post-title,
.single article h1.post-title {
  margin-bottom: 1.5rem;
  line-height: 1.2; }

.error404 article h1.post-title.st,
.single article h1.post-title.st {
  margin-bottom: 0.25rem; }

.error404 article h3.post-subtitle,
.single article h3.post-subtitle {
  margin-bottom: 1.5rem; }

.single article .post-date {
  font-size: 1.4rem;
  margin-bottom: 2rem; }

.single article .post-date span {
  font-weight: 700; }

.single nav.post-adjacent {
  margin-top: 2rem; }

.single nav.post-adjacent .thumb {
  position: relative; }

.single nav.post-adjacent .thumb .overlay {
  position: absolute;
  height: 137px;
  width: 137px;
  top: -1px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #fff;
  opacity: 0.5;
  -webkit-transition: 0.2s opacity linear;
  transition: 0.2s opacity linear; }

.single nav.post-adjacent a:hover .thumb .overlay {
  opacity: 0; }

.single nav.post-adjacent .thumb img {
  max-width: 135px;
  margin-bottom: 0.5rem;
  margin-top: 0; }

.single nav.post-adjacent .thumb .overlay:after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  line-height: 137px;
  content: '\e609';
  font-family: 'cml';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #555;
  font-size: 4rem; }

.single nav.post-adjacent .next .thumb .overlay:after {
  content: '\e60a'; }

#content li {
  margin-bottom: 0.75rem; }

.embedwrap {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
  margin-bottom: 1.5rem; }

.embedwrap.ar4-3 {
  padding-bottom: 75%;
  /* 4:3 */ }

.embedwrap.hascaption {
  margin-bottom: 0; }

.embedwrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.page-id-188 #content h3 {
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #666;
  margin-bottom: 0;
  line-height: 1.2; }

section.offerbar {
  background-color: #00aeef;
  color: #fff;
  padding: 1rem 0; }

.hasannouncement section.offerbar {
  background-color: #00aeef;
  display: none; }

section.offerbar .table {
  display: table;
  width: 100%; }

section.offerbar .cell {
  display: table-cell;
  vertical-align: middle;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700; }

section.offerbar .cell.call {
  padding-right: 2rem;
  font-family: "Futura W04";
  font-weight: 500;
  font-size: 42px;
  font-size: 2.625rem;
  letter-spacing: 1px;
  line-height: 1.1; }
  @media only screen and (max-width: 40em) {
    section.offerbar .cell.call {
      display: none; } }

section.offerbar .cell.offer {
  line-height: 1.25; }

.hasannouncement section.offerbar .cell.offer {
  width: 100%; }
  @media only screen and (max-width: 64em) {
    .hasannouncement section.offerbar .cell.offer {
      display: block; } }

section.offerbar .cell.code {
  padding-left: 2rem;
  text-align: center;
  line-height: 1.2; }
  @media only screen and (max-width: 64em) {
    section.offerbar .cell.code {
      display: none; } }

section.offerbar .cell.code .lbl {
  text-transform: uppercase; }

section.offerbar .cell.code .coup {
  font-size: 24px;
  font-size: 1.5rem; }

section.offerbar .cell.dismiss {
  padding-right: 2rem; }
  @media only screen and (max-width: 64em) {
    section.offerbar .cell.dismiss {
      vertical-align: top;
      padding-right: 1rem; } }

section.offerbar .cell.btn {
  padding-left: 2rem; }
  @media only screen and (max-width: 64em) {
    section.offerbar .cell.btn {
      padding-left: 0;
      text-align: center;
      margin: 1.25rem 0 0.75rem 0;
      display: block; } }

section.offerbar a.button,
section.offerbar button {
  min-width: auto;
  margin-bottom: 0; }

section.offerbar .cell.btn a.button {
  background-color: #14bfff !important; }
  @media only screen and (min-width: 40.063em) and (max-width: 64em) {
    section.offerbar .cell.btn a.button {
      min-width: 50%; } }
  @media only screen and (max-width: 40em) {
    section.offerbar .cell.btn a.button {
      width: 100%; } }

section.offerbar .cell.btn a.button:hover {
  background-color: #1ec2ff !important; }

section.offerbar .cell.dismiss button {
  text-indent: 100%;
  overflow: hidden;
  width: 40px;
  min-width: 40px;
  height: 40px;
  padding: 0;
  box-shadow: none !important;
  background-color: transparent !important;
  position: relative; }

section.offerbar .cell.dismiss button:hover {
  background-color: rgba(0, 0, 0, 0.15) !important; }

section.offerbar .cell.dismiss button:after {
  content: '\e61a';
  font-family: 'cml';
  font-size: 24px;
  font-size: 1.5rem;
  color: rgba(255, 255, 255, 0.5);
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 40px;
  text-indent: 0;
  position: absolute;
  left: 0;
  top: 0;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

section.offerbar .cell.dismiss button:hover:after {
  color: #fff; }

/* ======================================
   A-Spot Video
====================================== */
section#hero video::-webkit-media-controls {
  display: none !important; }

section#hero {
  left: 0;
  background-color: #FFF;
  color: #FFF;
  overflow: hidden;
  position: relative;
  width: 100%;
  z-index: 0; }

section#hero.module {
  padding: 0; }

section#hero .videowrap {
  overflow: hidden;
  display: table;
  height: 1024px;
  text-align: center;
  position: relative;
  width: 100%;
  background-size: cover !important;
  background-position: 50% 50%;
  background-color: #645A45; }
  @media only screen and (max-width: 40em) {
    section#hero .videowrap {
      min-height: 480px !important; } }

section#hero .videowrap .overlay {
  background-color: #000;
  height: 100%;
  left: 0;
  opacity: .3;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10; }

section#hero .videowrap .content {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  width: 100%;
  padding: 0 5%;
  z-index: 20;
  position: relative;
  color: #fff;
  visibility: hidden;
  text-shadow: 0px 0px 16px rgba(0, 0, 0, 0.6); }

section#hero .videowrap .content h2.title {
  font-size: 60px;
  font-size: 3.75rem;
  letter-spacing: 4px; }
  @media only screen and (min-width: 40.063em) and (max-width: 64em) {
    section#hero .videowrap .content h2.title {
      font-size: 50px;
      font-size: 3.125rem;
      letter-spacing: 3px; } }
  @media only screen and (max-width: 40em) {
    section#hero .videowrap .content h2.title {
      font-size: 32px;
      font-size: 2rem;
      letter-spacing: 2px; } }

section#hero .videowrap .content a.button {
  margin-bottom: 0;
  text-shadow: none;
  box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.3) !important;
  font-size: 20px;
  font-size: 1.25rem; }
  @media only screen and (max-width: 40em) {
    section#hero .videowrap .content a.button {
      font-size: 16px;
      font-size: 1rem; } }

section#hero .videowrap .content a.button:hover {
  box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.3) !important; }

section#hero .videowrap .mejs-container {
  height: 100% !important;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  visibility: hidden;
  width: 100% !important;
  z-index: 0;
  transition: opacity 0.3s linear; }

section#hero .videowrap .mejs-container.visible {
  opacity: 1;
  visibility: visible; }

section#hero .videowrap .mejs-mediaelement {
  overflow: hidden; }

section#hero .videowrap video {
  height: 100.2%;
  left: 50%;
  min-height: 100%;
  min-width: 100%;
  position: absolute;
  top: 50%;
  width: auto;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

section#hero .videowrap video.wide {
  height: auto;
  width: 100%; }

section#hero .mejs-offscreen {
  display: none; }

section.module.bspot {
  /* margin-bottom: 44px !important; */
  text-align: center; }

section.module.bspot h1.title {
  font-size: 30px;
  font-size: 1.875rem; }

section.module.bspot h1.title.st {
  margin-bottom: 0.75rem; }

section.module.bspot h3.subtitle {
  font-size: 36px;
  font-size: 2.25rem;
  font-weight: 700;
  text-transform: none;
  letter-spacing: 0; }
  @media only screen and (max-width: 40em) {
    section.module.bspot h3.subtitle {
      font-size: 28px;
      font-size: 1.75rem; } }

section.module.bspot .bcontent h2 {
  font-size: 36px;
  font-size: 2.25rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 0; }

section.module.bspot .bcontent h2 + hr {
  margin: 0 auto; }

/* ======================================
   Modules
====================================== */
#content section.module ul[class*="block-grid-"].text-center {
  font-size: 0; }

#content section.module ul[class*="block-grid-"].text-center > li {
  float: none;
  display: inline-block;
  margin-bottom: 0;
  vertical-align: top;
  text-align: left;
  font-size: 16px;
  font-size: 1rem; }

#content section.module ul[class*="block-grid-"].text-center > li > div.icontent > ul {
  list-style: disc; }

section.module img.round {
  max-width: 270px;
  width: 100%;
  margin-bottom: 2rem;
  margin-top: 3rem; }
  @media only screen and (min-width: 40.063em) and (max-width: 64em) {
    section.module img.round {
      margin-top: 2rem; } }
  @media only screen and (max-width: 40em) {
    section.module img.round {
      max-width: 200px;
      margin-top: 2rem; } }

section.module .intro {
  margin-bottom: 3rem; }

section.module a {
  box-shadow: inset 0px -1px 0px #bcedff;
  background-color: transparent;
  -webkit-transition: 0.1s background-color linear;
  transition: 0.1s background-color linear; }

section.module a:hover {
  background-color: #effbff; }

section.module a.image_link {
  box-shadow: none; }

section.module a.image_link:hover {
  background-color: transparent; }

section.module a.play {
  display: block;
  position: relative;
  width: 100%;
  height: 100%; }

section.module a.play:after {
  font-family: 'cml';
  font-style: normal;
  font-weight: normal;
  line-height: 96px;
  text-align: center;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #F97800;
  content: '\e61e';
  font-size: 96px;
  font-size: 6rem;
  position: absolute;
  color: rgba(255, 255, 255, 0.75);
  display: block;
  width: 96px;
  height: 96px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: 0.2s color linear;
  -moz-transition: 0.2s color linear;
  transition: 0.2s color linear; }

section.module a.play:hover:after {
  color: white; }

.post-type-archive-video section.module .embedwrap {
  overflow: hidden; }

.post-type-archive-video section.module a.play:after {
  content: '\e70d';
  color: rgba(255, 255, 255, 0.5);
  font-size: 64px;
  font-size: 4rem; }

.post-type-archive-video section.module a.play:hover:after {
  color: white; }

section.module {
  margin: 64px 0;
  background-position: 50% 50%;
  background-size: cover;
  position: relative; }
  @media only screen and (min-width: 40.063em) and (max-width: 64em) {
    section.module {
      margin: 64px 0; } }
  @media only screen and (max-width: 40em) {
    section.module {
      margin: 44px 0; } }
  section.module.pullup {
    margin-bottom: -64px; }
    @media only screen and (min-width: 40.063em) and (max-width: 64em) {
      section.module.pullup {
        margin-bottom: -64px; } }
    @media only screen and (max-width: 40em) {
      section.module.pullup {
        margin-bottom: -44px; } }
    section.module.pullup.gallery {
      margin-bottom: -94px; }
      @media only screen and (min-width: 40.063em) and (max-width: 64em) {
        section.module.pullup.gallery {
          margin-bottom: -94px; } }
      @media only screen and (max-width: 40em) {
        section.module.pullup.gallery {
          margin-bottom: -64px; } }

/* section.module.standard .columns p:last-of-type { margin-bottom: 0; } */
.faq_q {
  margin-bottom: .5rem; }

.faq_i {
  margin-bottom: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid #d7d7d7; }

section.module .hdr hr.nc {
  margin-bottom: 0; }

section.module hr.final {
  margin-bottom: 0; }

section.module.nextsolid hr.final {
  display: none; }

section.module.dark {
  padding: 60px 0; }
  @media only screen and (min-width: 40.063em) and (max-width: 64em) {
    section.module.dark {
      padding: 64px 0; } }
  @media only screen and (max-width: 40em) {
    section.module.dark {
      padding: 44px 0; } }

section.module.solid {
  margin-top: 0;
  margin-bottom: 0; }

section.module.dark,
section.module.dark h1,
section.module.dark h2,
section.module.dark h3,
section.module.dark h4,
section.module.dark h5,
section.module.dark h6 {
  color: #fff; }

section.module.standard + section.module.why_urbe.notitles {
  margin-top: -40px !important; }

section.module.bios {
  background-color: #eaeaea;
  margin-top: 0;
  margin-bottom: 0;
  padding: 60px 0; }
  @media only screen and (max-width: 40em) {
    section.module.bios {
      padding: 40px 0; } }

section.module.bios .bio h3 {
  margin-bottom: 0;
  line-height: 1.2; }

section.module.bios .bio {
  padding: 0 50px; }
  @media only screen and (min-width: 40.063em) and (max-width: 64em) {
    section.module.bios .bio {
      padding: 0 20px; } }
  @media only screen and (max-width: 40em) {
    section.module.bios .bio {
      padding: 0; } }

section.module.bios .bio p.role {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 12px;
  font-size: 0.75rem;
  color: #777;
  margin: .5rem 0 1.5rem; }

section.module.cta .expad .expadl {
  padding-right: 1.875em; }
  @media only screen and (max-width: 40em) {
    section.module.cta .expad .expadl {
      padding-right: 0.9375em; } }

section.module.cta .expad .expadr {
  padding-left: 1.875em; }
  @media only screen and (max-width: 40em) {
    section.module.cta .expad .expadr {
      padding-left: 0.9375em; } }

section.module.cta a.button {
  margin-top: 2rem;
  margin-bottom: 0;
  margin: 2rem 10px 0; }
  @media only screen and (max-width: 40em) {
    section.module.cta a.button {
      margin-left: 0;
      margin-right: 0; } }

section.module.cta.solid {
  padding: 54px 0; }
  @media only screen and (max-width: 64em) {
    section.module.cta.solid {
      padding: 34px 0; } }

section.module.cta.dark hr {
  background: #999;
  color: #999; }

section.module.gallery .owl-carousel,
section.module.gallery .loner {
  margin: 54px 0 64px; }

section.module.gallery .owl.controls {
  left: 0; }

section.module.gallery .owl.controls .owl-prev,
section.module.gallery .owl.controls .owl-next {
  color: #fff; }

section.module.gallery .owl.controls .owl-prev {
  left: 15px; }

section.module.gallery .owl.controls .owl-next {
  right: 15px; }

section.module.gallery div.caption {
  position: absolute;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
  width: 100%;
  text-align: center;
  padding: 10px; }
  @media only screen and (max-width: 40em) {
    section.module.gallery div.caption {
      display: none; } }

section.module.alternator .apitem .apimg img {
  vertical-align: bottom;
  width: 100%; }

section.module.alternator .apitem .apcopy .outer {
  display: table;
  height: 100%;
  padding: 0 7%; }
  section.module.alternator .apitem .apcopy .outer .inner {
    display: table-cell;
    height: 100%;
    vertical-align: middle; }

section.module.alternator .apitem .apcopy h3.aphdr {
  font-size: 32px;
  font-size: 2rem;
  font-family: 'Raleway';
  font-weight: 500;
  line-height: 1.1;
  color: #666;
  margin-bottom: 1rem; }
  @media only screen and (max-width: 64em) {
    section.module.alternator .apitem .apcopy h3.aphdr {
      font-size: 28px;
      font-size: 1.75rem; } }

section.module.alternator .apitem .apcopy div.aptxt {
  color: #444; }
  section.module.alternator .apitem .apcopy div.aptxt p {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.25; }
    @media only screen and (max-width: 64em) {
      section.module.alternator .apitem .apcopy div.aptxt p {
        font-size: 16px;
        font-size: 1rem; } }

section.module.testimonials {
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: cover;
  padding-top: 120px !important;
  padding-top: 90px !important;
  padding-bottom: 90px !important; }
  @media only screen and (max-width: 40em) {
    section.module.testimonials {
      padding-top: 50px !important;
      padding-bottom: 50px !important; } }

section.module.testimonials:before {
  content: '';
  background-color: rgba(0, 0, 0, 0.7);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0; }

section.module.testimonials.nobg {
  padding-top: 0 !important;
  padding-bottom: 0 !important; }

section.module.testimonials.nobg:before {
  display: none; }

section.module.testimonials .ttmwrap {
  position: relative; }

section.module.testimonials p.pullquote {
  font-size: 36px;
  font-size: 2.25rem;
  font-family: 'Futura W04';
  letter-spacing: 2px;
  color: #00aeef;
  text-align: center;
  text-transform: uppercase;
  line-height: 1.2;
  margin-bottom: 0; }
  @media only screen and (max-width: 40em) {
    section.module.testimonials p.pullquote {
      font-size: 24px;
      font-size: 1.5rem; } }

section.module.testimonials p.pullquote:before {
  content: '\201c'; }

section.module.testimonials p.pullquote:after {
  content: '\201d'; }

section.module.testimonials.nobg p.pullquote {
  color: #da2838; }

section.module.testimonials p.attribution {
  font-size: 24px;
  font-size: 1.5rem;
  font-family: 'Futura W04';
  letter-spacing: 1.5px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 0.75rem; }
  @media only screen and (max-width: 40em) {
    section.module.testimonials p.attribution {
      font-size: 20px;
      font-size: 1.25rem; } }

section.module.testimonials p.attribution.norating {
  margin-bottom: 1.75rem; }

.post-type-archive-userreview section.module.userreviews div.review {
  border-bottom: 1px solid #ccc;
  padding-top: 36px;
  padding-bottom: 36px; }
  .post-type-archive-userreview section.module.userreviews div.review:first-of-type {
    padding-top: 12px; }
  .post-type-archive-userreview section.module.userreviews div.review:last-of-type {
    border-bottom: 0 none;
    padding-bottom: 0; }
  .post-type-archive-userreview section.module.userreviews div.review div.stars {
    margin-bottom: .5rem; }
  .post-type-archive-userreview section.module.userreviews div.review div.attribution {
    padding-top: 4px;
    color: #666; }
    .post-type-archive-userreview section.module.userreviews div.review div.attribution p {
      margin-bottom: 1rem; }
      .post-type-archive-userreview section.module.userreviews div.review div.attribution p.vp {
        font-style: italic;
        font-size: 14px;
        font-size: 0.875rem;
        color: #da2838; }
      @media only screen and (max-width: 40em) {
        .post-type-archive-userreview section.module.userreviews div.review div.attribution p {
          margin-bottom: .5rem; } }
    @media only screen and (max-width: 40em) {
      .post-type-archive-userreview section.module.userreviews div.review div.attribution {
        text-align: center;
        padding-bottom: 20px; } }
  .post-type-archive-userreview section.module.userreviews div.review p.title {
    font-weight: 700;
    font-size: 24px;
    font-size: 1.5rem; }
  .post-type-archive-userreview section.module.userreviews div.review div.urcopy {
    max-height: 6rem;
    overflow: hidden; }
    .post-type-archive-userreview section.module.userreviews div.review div.urcopy[data-readmore] {
      display: block;
      width: 100%; }
    .post-type-archive-userreview section.module.userreviews div.review div.urcopy[data-readmore] {
      transition: height 100ms;
      overflow: hidden; }
    .post-type-archive-userreview section.module.userreviews div.review div.urcopy p:last-of-type {
      margin-bottom: 0; }

section.module.testimonials div.stars {
  margin-bottom: 1.75rem;
  text-align: center; }

.post-type-archive-userreview div.stars span,
section.module.testimonials div.stars span {
  font-size: 0; }
  .post-type-archive-userreview div.stars span:before,
  section.module.testimonials div.stars span:before {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'cml';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #F97800;
    content: '\e603';
    font-size: 30px;
    font-size: 1.875rem; }

.post-type-archive-userreview div.stars span:before {
  font-size: 24px;
  font-size: 1.5rem;
  color: #f5d060; }
  @media only screen and (max-width: 40em) {
    .post-type-archive-userreview div.stars span:before {
      font-size: 32px;
      font-size: 2rem; } }

section.module.testimonials div.quote p {
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 0;
  letter-spacing: 0.25px; }
  @media only screen and (max-width: 40em) {
    section.module.testimonials div.quote p {
      font-size: 15px;
      font-size: 0.9375rem; } }

section.module.testimonials.stacked div.quote p {
  margin-bottom: 1.5rem; }

section.module.testimonials.stacked div.quote p:last-of-type {
  margin-bottom: 64px; }

section.module.testimonials div.quote.big p {
  font-size: 24px;
  font-size: 1.5rem;
  text-align: center; }
  @media only screen and (max-width: 40em) {
    section.module.testimonials div.quote.big p {
      font-size: 22px;
      font-size: 1.375rem; } }

section.module.testimonials div.reviews {
  margin-top: 60px;
  text-align: center; }

section.module.testimonials div.review {
  margin: 0 20px;
  display: inline-block; }
  @media only screen and (max-width: 40em) {
    section.module.testimonials div.review {
      margin: 0 15px;
      max-width: 120px; } }

section.module.testimonials div.review a {
  box-shadow: none; }

section.module.testimonials div.review a img {
  opacity: 0.5;
  will-change: opacity;
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear; }

section.module.testimonials div.review a:hover {
  background-color: transparent; }

section.module.testimonials div.review a:hover img {
  opacity: 1; }

section.module.csp.dark {
  padding: 0 0; }

section.module.posts h2.post-title,
section.module.featured-post h2.post-title,
section.module.latest-post h2.post-title {
  font-size: 30px;
  font-size: 1.875rem;
  margin-bottom: 1.5rem;
  line-height: 1.2; }

section.module.posts h2.post-title a,
section.module.featured-post h2.post-title a,
section.module.latest-post h2.post-title a {
  box-shadow: none; }

section.module.posts h2.post-title.st,
section.module.featured-post h2.post-title.st,
section.module.latest-post h2.post-title.st {
  margin-bottom: 0.25rem; }

section.module.posts h5.post-subtitle,
section.module.featured-post h5.post-subtitle,
section.module.latest-post h5.post-subtitle {
  margin-bottom: 1.5rem;
  font-size: 26px;
  font-size: 1.625rem;
  color: #666; }

section.module.posts .post-date span,
section.module.featured-post .post-date span,
section.module.latest-post .post-date span {
  font-weight: 700; }

section.module.featured-post img.round,
section.module.latest-post img.round {
  margin-bottom: 0;
  margin-top: 0; }
  @media only screen and (max-width: 64em) {
    section.module.featured-post img.round,
    section.module.latest-post img.round {
      margin-bottom: 2rem; } }

section.module.featured-post h2.title,
section.module.latest-post h2.title {
  margin-bottom: 2rem; }
  @media only screen and (max-width: 40em) {
    section.module.featured-post h2.title,
    section.module.latest-post h2.title {
      margin-bottom: 0; } }

section.module.featured-post h5.post-subtitle,
section.module.latest-post h5.post-subtitle {
  margin-bottom: 0.25rem; }

section.module.featured-post article .row > .columns .outer,
section.module.latest-post article .row > .columns .outer {
  display: table;
  height: 100%; }
  @media only screen and (max-width: 64em) {
    section.module.featured-post article .row > .columns .outer,
    section.module.latest-post article .row > .columns .outer {
      display: block; } }

section.module.featured-post article .row > .columns .inner,
section.module.latest-post article .row > .columns .inner {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle; }
  @media only screen and (max-width: 64em) {
    section.module.featured-post article .row > .columns .inner,
    section.module.latest-post article .row > .columns .inner {
      display: block;
      width: 100%;
      height: auto;
      vertical-align: inherit; } }

section.module.featured-post article .row > .columns.fimg .inner,
section.module.latest-post article .row > .columns.fimg .inner {
  vertical-align: top; }
  @media only screen and (max-width: 64em) {
    section.module.featured-post article .row > .columns.fimg .inner,
    section.module.latest-post article .row > .columns.fimg .inner {
      vertical-align: inherit; } }

section.module.featured-post article .row > .columns .text-left p,
section.module.latest-post article .row > .columns .text-left p {
  margin-bottom: 0; }
  @media only screen and (max-width: 64em) {
    section.module.featured-post article .row > .columns .text-left p,
    section.module.latest-post article .row > .columns .text-left p {
      margin-bottom: 1.5rem; } }

section.module.featured-post p.herotext,
section.module.latest-post p.herotext {
  font-size: 40px;
  font-size: 2.5rem;
  color: #999;
  margin-bottom: 0.25rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: 'Futura W04'; }
  @media only screen and (max-width: 40em) {
    section.module.featured-post p.herotext,
    section.module.latest-post p.herotext {
      font-size: 30px;
      font-size: 1.875rem;
      letter-spacing: 1.5px; } }

section.module.instagram {
  background: #d7d7d7;
  background: -moz-linear-gradient(top, #d7d7d7 0%, #ffffff 100%);
  background: -webkit-linear-gradient(top, #d7d7d7 0%, #ffffff 100%);
  background: linear-gradient(to bottom, #d7d7d7 0%, #ffffff 100%); }

section.module.instagram.solid {
  padding-top: 30px !important;
  padding-bottom: 40px !important; }
  @media only screen and (max-width: 64em) {
    section.module.instagram.solid {
      padding-top: 30px !important;
      padding-bottom: 30px !important; } }

section.module.instagram h2.title {
  font-size: 30px;
  font-size: 1.875rem;
  margin-bottom: 1rem;
  margin-top: 1rem; }

section.module.instagram h2.title + hr {
  margin: 1rem auto 2rem; }

section.module.instagram .row.photos {
  margin-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px; }

section.module.instagram .box a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  padding: 20px;
  box-shadow: none; }
  @media only screen and (max-width: 64em) {
    section.module.instagram .box a {
      padding: 10px; } }

section.module.instagram .box a:hover {
  background-color: transparent; }

/*
section.module.instagram .box a:after {
content: '';
position: absolute;
top: 0; left: 0;
bottom: 0; right: 0;
margin: 20px;
border-radius: 9999px;
box-shadow: inset 2px 2px 4px rgba(0,0,0,0.3);
  @media only screen and (max-width: 64em) { 
  	margin: 10px;
  }
}
*/
section.module.instagram .box a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 9999px; }

section.module.why_urbe {
  margin-top: 44px !important; }
  @media only screen and (max-width: 40em) {
    section.module.why_urbe {
      margin-top: 74px !important; } }

section.module.why_urbe.notitles {
  margin-top: 0 !important; }

section.module.why_urbe a.button {
  margin-bottom: 0; }

section.module.why_urbe a.button {
  margin-bottom: 0; }

section.module.why_urbe .reasons {
  position: relative;
  margin-bottom: 60px; }

section.module.why_urbe .reasons .box .content {
  margin: 8px;
  background-color: #999;
  border-radius: 999px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);
  -webkit-transition: -webkit-transform 0.2s linear;
  -moz-transition: -moz-transform 0.2s linear;
  transition: transform 0.2s linear; }
  @media only screen and (max-width: 40em) {
    section.module.why_urbe .reasons .box .content {
      margin: 10px;
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -ms-transform: scale(1);
      -o-transform: scale(1);
      transform: scale(1); } }

section.module.why_urbe .reasons .box.smart .content {
  background-image: url(img/why/2017/smart.jpg); }

section.module.why_urbe .reasons .box.affordable .content {
  background-image: url(img/why/2017/affordable.jpg); }

section.module.why_urbe .reasons .box.fun .content {
  background-image: url(img/why/2017/fun.jpg); }

section.module.why_urbe .reasons .box.lifestyle .content {
  background-image: url(img/why/2017/lifestyle.jpg); }

section.module.why_urbe .reasons .box.quality .content {
  background-image: url(img/why/2017/quality.jpg); }

section.module.why_urbe .reasons .box.commute .content {
  background-image: url(img/why/2017/commute.jpg); }

section.module.why_urbe .reasons .owl-item.center .box .content {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1); }

/*
section.module.why_urbe .reasons .box .inner {
	width: 100%;
    height: 100%;
    display: block;
    background-color: rgba(0,0,0,0.2);
}
section.module.why_urbe .reasons .box .inner:hover {
	background-color: rgba(0,0,0,0);
}
*/
section.module.why_urbe .reasons .box a {
  width: 100%;
  height: 100%;
  display: block;
  color: #fff;
  box-shadow: none; }

section.module.why_urbe .reasons .cell {
  line-height: 1.1;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.2);
  cursor: pointer;
  -webkit-transition: background-color 0.5s linear;
  -moz-transition: background-color 0.5s linear;
  transition: background-color 0.5s linear; }

section.module.why_urbe .reasons .owl-item.center .cell {
  cursor: default;
  background-color: rgba(0, 0, 0, 0.8); }
  @media only screen and (max-width: 40em) {
    section.module.why_urbe .reasons .owl-item.center .cell {
      background-color: rgba(0, 0, 0, 0.2); } }

section.module.why_urbe .reasons a:hover {
  background-color: transparent; }

section.module.why_urbe .reasons .cell .title {
  font-family: 'Futura W04';
  text-transform: uppercase;
  font-size: 46px;
  font-size: 2.875rem;
  letter-spacing: 2px;
  text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.8); }
  @media only screen and (min-width: 40.063em) and (max-width: 64em) {
    section.module.why_urbe .reasons .cell .title {
      font-size: 32px;
      font-size: 2rem;
      letter-spacing: 1px; } }
  @media only screen and (max-width: 40em) {
    section.module.why_urbe .reasons .cell .title {
      font-size: 28px;
      font-size: 1.75rem;
      letter-spacing: 0; } }

section.module.why_urbe .reasons .cell .copy {
  line-height: 1.25;
  padding-top: 1rem;
  display: none; }

section.module.why_urbe .reasons .owl-item.center .cell .copy {
  display: block; }
  @media only screen and (max-width: 40em) {
    section.module.why_urbe .reasons .owl-item.center .cell .copy {
      display: none; } }

section.module.product_carousel .owl.controls .owl-prev,
section.module.why_urbe .owl.controls .owl-prev {
  background: -moz-linear-gradient(left, white 0%, white 50%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(left, white 0%, white 50%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to right, white 0%, white 50%, rgba(255, 255, 255, 0) 100%); }

section.module.product_carousel .owl.controls .owl-next,
section.module.why_urbe .owl.controls .owl-next {
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 50%, white 100%);
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 50%, white 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 50%, white 100%); }

section.module.product_carousel .owl.controls .owl-prev,
section.module.product_carousel .owl.controls .owl-next,
section.module.why_urbe .owl.controls .owl-prev,
section.module.why_urbe .owl.controls .owl-next {
  opacity: 1;
  width: 150px; }
  @media only screen and (max-width: 40em) {
    section.module.product_carousel .owl.controls .owl-prev,
    section.module.product_carousel .owl.controls .owl-next,
    section.module.why_urbe .owl.controls .owl-prev,
    section.module.why_urbe .owl.controls .owl-next {
      width: 50px;
      background: #fff; } }

section.module.product_carousel .owl.controls .owl-prev:after,
section.module.why_urbe .owl.controls .owl-prev:after {
  left: 0;
  opacity: 0.6; }
  @media only screen and (max-width: 40em) {
    section.module.product_carousel .owl.controls .owl-prev:after,
    section.module.why_urbe .owl.controls .owl-prev:after {
      width: 40px; } }

section.module.product_carousel .owl.controls .owl-next:after,
section.module.why_urbe .owl.controls .owl-next:after {
  right: 0;
  opacity: 0.6; }
  @media only screen and (max-width: 40em) {
    section.module.product_carousel .owl.controls .owl-next:after,
    section.module.why_urbe .owl.controls .owl-next:after {
      width: 40px; } }

section.module.product_carousel .owl.controls .owl-prev:hover:after,
section.module.product_carousel .owl.controls .owl-next:hover:after,
section.module.why_urbe .owl.controls .owl-prev:hover:after,
section.module.why_urbe .owl.controls .owl-next:hover:after {
  opacity: 1; }

section.module.product_carousel a.button {
  margin-bottom: 0; }

section.module.product_carousel .products {
  margin-bottom: 40px;
  position: relative; }
  section.module.product_carousel .products a.button {
    padding: .5rem 1rem;
    min-width: auto; }

section.module.product_carousel .products .cell {
  padding: 0 4%; }

section.module.product_carousel .products .cell .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  display: block;
  will-change: opacity;
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear; }

section.module.product_carousel .products .cell .overlay:hover {
  opacity: 1; }

section.module.product_carousel .products .cell .overlay .outer {
  background-color: rgba(255, 255, 255, 0.8);
  width: 100%;
  height: 100%;
  display: table; }

section.module.product_carousel .products .cell .overlay .inner {
  display: table-cell;
  width: 100%;
  height: 100%;
  padding: 8%;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

section.module.product_carousel .products .cell .overlay .inner h4 {
  text-transform: uppercase;
  font-size: 32px;
  font-size: 2rem;
  line-height: 1.1;
  margin: 0 0 1rem; }

section.module.product_carousel .products .cell .overlay .inner h4.st {
  margin-bottom: 0.5rem; }

section.module.product_carousel .products .cell .overlay .inner h4.subtitle {
  font-size: 24px;
  font-size: 1.5rem; }

section.module.product_carousel .products .cell .overlay .inner p {
  font-weight: 700; }

section.module.product_carousel .products .cell .overlay .inner a.button {
  min-width: auto; }

section.module.intro_features .zoomed {
  margin-bottom: 20px; }

section.module.intro_features .thumbs {
  margin-bottom: 60px; }

section.module.intro_features .thumb {
  cursor: pointer;
  opacity: 1;
  -webkit-transition: 0.2s opacity linear;
  -moz-transition: 0.2s opacity linear;
  transition: 0.2s opacity linear; }

section.module.intro_features .thumb.active {
  pointer-events: none;
  opacity: 0.3; }

section.module.intro_features .features ul {
  list-style: none;
  margin: 0;
  padding-top: 70px; }
  @media only screen and (min-width: 40.063em) and (max-width: 64em) {
    section.module.intro_features .features ul {
      padding-top: 40px; } }
  @media only screen and (max-width: 40em) {
    section.module.intro_features .features ul {
      padding-top: 0; } }

section.module.intro_features .features ul li {
  position: relative;
  display: block;
  line-height: 1;
  padding-left: 180px;
  font-size: 24px;
  font-size: 1.5rem;
  min-height: 120px;
  margin-bottom: 20px !important; }
  @media only screen and (min-width: 40.063em) and (max-width: 64em) {
    section.module.intro_features .features ul li {
      padding-left: 140px;
      font-size: 20px;
      font-size: 1.25rem;
      min-height: 90px;
      margin-bottom: 20px !important; } }
  @media only screen and (max-width: 40em) {
    section.module.intro_features .features ul li {
      padding-left: 0;
      font-size: 20px;
      font-size: 1.25rem;
      min-height: 0;
      margin-bottom: 40px !important;
      margin-top: 120px !important;
      width: 100%;
      text-align: center; } }

section.module.intro_features .features ul li div {
  height: 120px;
  line-height: 1.2;
  display: table-cell;
  vertical-align: middle; }
  @media only screen and (min-width: 40.063em) and (max-width: 64em) {
    section.module.intro_features .features ul li div {
      height: 90px; } }
  @media only screen and (max-width: 40em) {
    section.module.intro_features .features ul li div {
      height: auto;
      display: block; } }

section.module.intro_features .features ul li:before {
  content: '';
  font-family: 'cml';
  display: block;
  width: 120px;
  height: 120px;
  line-height: 120px;
  font-size: 120px;
  color: #fff;
  background-color: #00aeef;
  border-radius: 999px;
  text-align: center;
  position: absolute;
  left: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  @media only screen and (min-width: 40.063em) and (max-width: 64em) {
    section.module.intro_features .features ul li:before {
      line-height: 90px;
      width: 90px;
      height: 90px;
      font-size: 90px;
      left: 20px; } }
  @media only screen and (max-width: 40em) {
    section.module.intro_features .features ul li:before {
      line-height: 80px;
      width: 80px;
      height: 80px;
      font-size: 80px;
      left: 50%;
      bottom: 140%;
      top: auto;
      -webkit-transform: translate(-50%, 0);
      -moz-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
      -o-transform: translate(-50%, 0);
      transform: translate(-50%, 0); } }

section.module.intro_features .features ul li.folding:before {
  content: ""; }

section.module.intro_features .features ul li.range:before {
  content: ""; }

section.module.intro_features .features ul li.speed:before {
  content: ""; }

section.module.intro_features .features ul li.battery:before {
  content: ""; }

section.module.intro_features .features ul li.weight:before {
  content: ""; }

section.module.intro_features .features ul li.origin:before {
  content: ""; }

section.module.detail_features hr.final {
  margin-top: 4.5rem; }
  @media only screen and (max-width: 40em) {
    section.module.detail_features hr.final {
      margin-top: 1.5rem; } }

section.module.detail_features ol {
  list-style-type: none;
  margin: 0;
  padding: 3rem 0 0 0; }

section.module.detail_features ol li {
  counter-increment: step-counter;
  margin-bottom: 2rem !important;
  line-height: 1.5;
  padding-left: 76px; }
  @media only screen and (min-width: 40.063em) and (max-width: 64em) {
    section.module.detail_features ol li {
      padding-left: 66px; } }
  @media only screen and (max-width: 40em) {
    section.module.detail_features ol li {
      padding-left: 56px; } }

section.module.detail_features ol li::before {
  content: counter(step-counter);
  background-color: #00aeef;
  color: white;
  font-weight: 700;
  font-size: 24px;
  font-size: 1.5rem;
  border-radius: 999px;
  display: block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  position: absolute;
  left: 1rem; }
  @media only screen and (min-width: 40.063em) and (max-width: 64em) {
    section.module.detail_features ol li::before {
      width: 50px;
      height: 50px;
      line-height: 50px; } }
  @media only screen and (max-width: 40em) {
    section.module.detail_features ol li::before {
      width: 40px;
      height: 40px;
      line-height: 40px; } }

section.module.product-featured .owl-carousel {
  margin: 44px 0; }

section.module.product-featured .owl.controls .owl-prev,
section.module.product-featured .owl.controls .owl-next {
  height: 70px;
  top: 50%;
  margin-top: -35px;
  border-radius: 9999px; }

section.module.product-featured.imgonly .owl.controls .owl-prev,
section.module.product-featured.imgonly .owl.controls .owl-next {
  margin-top: -64px; }

@media only screen and (max-width: 40em) {
  section.module.product-featured .owl.controls .owl-prev:after {
    width: 40px;
    left: 0; }
  section.module.product-featured .owl.controls .owl-next:after {
    width: 40px;
    right: 0; } }

section.module.product-featured .owl.controls .owl-prev {
  left: 10px; }
  @media only screen and (max-width: 40em) {
    section.module.product-featured .owl.controls .owl-prev {
      left: 0; } }

section.module.product-featured .owl.controls .owl-next {
  right: 10px; }
  @media only screen and (max-width: 40em) {
    section.module.product-featured .owl.controls .owl-next {
      right: 0; } }

section.module.product-featured .product-summary img.owl-lazy {
  border: 1px solid #ccc; }
  @media only screen and (max-width: 40em) {
    section.module.product-featured .product-summary img.owl-lazy {
      border: 0 none; } }

@media only screen and (max-width: 40em) {
  section.module.product-featured.imgonly .product-summary img.owl-lazy {
    border: 1px solid #ccc; } }

section.module.product-featured.imgonly .hdr h2.nc, section.module.product-featured.imgonly .hdr h3.nc {
  margin-bottom: 0; }

section.module.product-featured.imgonly .product-summary h3.title {
  text-align: center;
  font-family: 'Raleway';
  font-weight: 500;
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 0;
  text-transform: none;
  margin-top: 1rem;
  margin-bottom: 0;
  min-height: 40px; }

section.module.product-featured .product-summary .description {
  height: 270px; }
  @media only screen and (min-width: 40.063em) and (max-width: 64em) {
    section.module.product-featured .product-summary .description {
      height: auto; } }
  @media only screen and (max-width: 40em) {
    section.module.product-featured .product-summary .description {
      height: auto; } }

section.module.product-featured .product-summary .description .outer {
  display: table;
  width: 100%;
  height: 100%; }

section.module.product-featured .product-summary .description .inner {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle; }

section.module.product-featured .product-summary h3.title {
  margin-bottom: 1rem;
  line-height: 1.1;
  text-transform: uppercase;
  letter-spacing: 1px; }
  @media only screen and (max-width: 40em) {
    section.module.product-featured .product-summary h3.title {
      letter-spacing: 0;
      text-align: center; } }

section.module.product-featured .product-summary .inner > p:last-of-type {
  margin-bottom: 0; }

section.module.product-featured .product-summary h3.title a {
  box-shadow: none; }

section.module.product-featured hr.final {
  margin-top: 3.5rem; }

section.module.reviews .review {
  padding: 0 20px 40px; }

section.module.reviews .review p.quote {
  margin-bottom: 1rem; }

section.module.reviews .review p.attribution {
  margin-bottom: 0; }

section.module.videos .video {
  margin-bottom: 1.5rem; }

section.module.videos .video h3 {
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #666;
  margin-bottom: 1rem;
  line-height: 1.2; }

section.module.videos .embedwrap > a {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%; }

section.module.youtube .video.wrapper {
  margin-bottom: 5rem; }

section.module.youtube .ytsub {
  margin-top: 1.5rem; }

#content section.module.lightbox li {
  margin-bottom: 0; }

#content section.module.lightbox ul.gzo li {
  position: relative;
  overflow: hidden; }
  #content section.module.lightbox ul.gzo li a {
    position: absolute;
    width: 102%;
    height: 102%;
    left: -1%;
    top: -1%;
    background-color: white;
    background-position: center;
    background-size: cover;
    -webkit-transition: 0.5s transform ease;
    -moz-transition: 0.5s transform ease;
    transition: 0.5s transform ease; }
  #content section.module.lightbox ul.gzo li:hover a, #content section.module.lightbox ul.gzo li:focus a {
    transform: scale(1.2); }

section.module.featured-pages li.fpgitem {
  position: relative;
  padding: 0; }

section.module.featured-pages li.fpgitem .table {
  padding: 20px; }
  @media only screen and (max-width: 40em) {
    section.module.featured-pages li.fpgitem .table {
      padding: 10px; } }

section.module.featured-pages li.fpgitem .table .cell {
  background-position: 50% 50%;
  background-size: cover;
  position: relative; }
  section.module.featured-pages li.fpgitem .table .cell .icontent {
    position: relative; }
  section.module.featured-pages li.fpgitem .table .cell:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.3); }

section.module.featured-pages li.fpgitem .icontent * {
  color: #fff; }

section.module.featured-pages li.fpgitem .icontent h2.fpgtitle {
  font-size: 42px;
  font-size: 2.625rem;
  line-height: 1.1;
  margin-bottom: 1rem;
  text-shadow: 0px 0px 16px rgba(0, 0, 0, 0.6); }

section.module.featured-pages li.fpgitem .ibutton a.button {
  margin-bottom: 0;
  padding: .5rem 1rem;
  min-width: auto; }

section.module.featured-pages li.fpitem .inner {
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 24px 16px 84px;
  position: relative;
  height: 100%; }
  section.module.featured-pages li.fpitem .inner .ibutton {
    margin: 0 auto;
    position: absolute;
    bottom: 32px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%); }
    section.module.featured-pages li.fpitem .inner .ibutton a.button {
      margin-bottom: 0; }
  section.module.featured-pages li.fpitem .inner .icontent {
    position: relative; }
    section.module.featured-pages li.fpitem .inner .icontent h2 {
      margin-bottom: 1rem; }
    section.module.featured-pages li.fpitem .inner .icontent > ul {
      list-style: disc; }
  section.module.featured-pages li.fpitem .inner:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.66); }

section.module.hero {
  left: 0;
  padding: 0;
  background-color: #FFF;
  color: #FFF;
  overflow: hidden;
  position: relative;
  width: 100%;
  z-index: 0;
  height: 540px; }
  section.module.hero .herowrap {
    overflow: hidden;
    display: table;
    height: 100%;
    text-align: center;
    position: relative;
    width: 100%;
    background-size: cover !important;
    background-position: 50% 50%;
    background-color: #222; }
    section.module.hero .herowrap .overlay {
      background-color: #000;
      height: 100%;
      left: 0;
      opacity: .3;
      position: absolute;
      top: 0;
      width: 100%;
      z-index: 10; }
    section.module.hero .herowrap .content {
      display: table-cell;
      text-align: center;
      vertical-align: middle;
      width: 100%;
      padding: 0 5%;
      z-index: 20;
      position: relative;
      color: #fff;
      visibility: hidden;
      text-shadow: 0px 0px 16px rgba(0, 0, 0, 0.6); }
      section.module.hero .herowrap .content h2.title, section.module.hero .herowrap .content h1.title {
        font-size: 60px;
        font-size: 3.75rem;
        letter-spacing: 4px; }
        @media only screen and (min-width: 40.063em) and (max-width: 64em) {
          section.module.hero .herowrap .content h2.title, section.module.hero .herowrap .content h1.title {
            font-size: 50px;
            font-size: 3.125rem;
            letter-spacing: 3px; } }
        @media only screen and (max-width: 40em) {
          section.module.hero .herowrap .content h2.title, section.module.hero .herowrap .content h1.title {
            font-size: 32px;
            font-size: 2rem;
            letter-spacing: 2px; } }
        section.module.hero .herowrap .content h2.title.nobutton, section.module.hero .herowrap .content h1.title.nobutton {
          margin-bottom: 0; }
      section.module.hero .herowrap .content a.button {
        margin-bottom: 0;
        text-shadow: none;
        box-shadow: 0px 3px 0px #9b1b26, 0px 0px 16px rgba(0, 0, 0, 0.3) !important;
        font-size: 20px;
        font-size: 1.25rem; }
        @media only screen and (max-width: 40em) {
          section.module.hero .herowrap .content a.button {
            font-size: 16px;
            font-size: 1rem; } }
        section.module.hero .herowrap .content a.button:hover {
          box-shadow: 0px 3px 0px #5a0f16, 0px 0px 16px rgba(0, 0, 0, 0.3) !important; }

section.module.vehicle_explorer .vximages {
  margin: 40px 0 10px; }
  section.module.vehicle_explorer .vximages .vximage {
    text-align: center; }
    section.module.vehicle_explorer .vximages .vximage img {
      width: auto;
      height: 370px;
      display: inline; }
      @media only screen and (max-width: 40em) {
        section.module.vehicle_explorer .vximages .vximage img {
          height: 270px; } }
    section.module.vehicle_explorer .vximages .vximage .vxvp {
      text-align: center; }
      section.module.vehicle_explorer .vximages .vximage .vxvp .vxvplabel {
        color: #666;
        font-weight: 700;
        margin-bottom: 1rem;
        font-size: 120%; }
      section.module.vehicle_explorer .vximages .vximage .vxvp .variant {
        display: inline-block;
        padding: 0 5px;
        margin-bottom: 6px;
        position: relative;
        cursor: pointer; }
        section.module.vehicle_explorer .vximages .vximage .vxvp .variant span {
          display: block;
          position: relative;
          width: 60px;
          height: 60px;
          border-radius: 999px;
          border: 2px solid #999; }
          section.module.vehicle_explorer .vximages .vximage .vxvp .variant span:before {
            content: '';
            display: block;
            position: absolute;
            border: 3px solid #fff;
            width: 100%;
            height: 100%;
            border-radius: 999px; }
        section.module.vehicle_explorer .vximages .vximage .vxvp .variant.active {
          cursor: default; }
          section.module.vehicle_explorer .vximages .vximage .vxvp .variant.active span {
            border-color: #00aeef; }
  section.module.vehicle_explorer .vximages .vxprice {
    color: #666;
    font-family: 'Raleway';
    font-weight: 500;
    font-size: 30px;
    font-size: 1.875rem;
    text-align: center;
    padding: 10px 0; }

section.module.vehicle_explorer .owl-dots {
  text-align: center; }
  section.module.vehicle_explorer .owl-dots .owl-dot {
    display: inline-block;
    padding: 0 15px;
    margin-bottom: 12px;
    text-transform: uppercase;
    border-right: 1px solid #00aeef;
    position: relative;
    cursor: pointer; }
    section.module.vehicle_explorer .owl-dots .owl-dot:last-of-type {
      border-right: 0 none; }
    section.module.vehicle_explorer .owl-dots .owl-dot.active {
      font-weight: 700;
      cursor: default; }
      section.module.vehicle_explorer .owl-dots .owl-dot.active:before {
        content: '';
        position: absolute;
        top: -7px;
        left: 50%;
        margin-left: -7px;
        width: 0;
        height: 0;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-bottom: 5px solid #333; }
        @media only screen and (max-width: 40em) {
          section.module.vehicle_explorer .owl-dots .owl-dot.active:before {
            display: none; } }

section.module.vehicle_explorer .vxcontents {
  margin-top: 30px; }
  section.module.vehicle_explorer .vxcontents .vxcontent {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -moz-column-fill: balance;
    column-fill: balance;
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
    max-width: 768px;
    margin: 0 auto;
    padding: 0 15px; }
    @media only screen and (min-width: 40.063em) and (max-width: 64em) {
      section.module.vehicle_explorer .vxcontents .vxcontent {
        max-width: 640px; } }
    @media only screen and (max-width: 40em) {
      section.module.vehicle_explorer .vxcontents .vxcontent {
        -webkit-column-count: 1;
        -mox-column-count: 1;
        column-count: 1;
        -webkit-column-gap: 0;
        -moz-column-gap: 0;
        column-gap: 0;
        max-width: auto; } }
    section.module.vehicle_explorer .vxcontents .vxcontent li {
      margin-bottom: 0 !important;
      padding-bottom: 0.75rem; }

section.module.frame_explorer .vximages {
  margin: 40px 0 10px; }
  section.module.frame_explorer .vximages .vximage {
    text-align: center; }
    section.module.frame_explorer .vximages .vximage img {
      width: auto;
      height: 370px;
      display: inline; }
      @media only screen and (max-width: 40em) {
        section.module.frame_explorer .vximages .vximage img {
          height: 270px; } }
  section.module.frame_explorer .vximages .vxcolorlabel {
    color: #666;
    font-family: 'Raleway';
    font-weight: 500;
    font-size: 30px;
    font-size: 1.875rem;
    text-align: center;
    padding: 10px 0; }

section.module.frame_explorer .owl-dots {
  text-align: center; }
  section.module.frame_explorer .owl-dots .owl-dot {
    display: inline-block;
    padding: 0 5px;
    margin-bottom: 12px;
    position: relative;
    cursor: pointer; }
    section.module.frame_explorer .owl-dots .owl-dot span {
      display: block;
      position: relative;
      width: 60px;
      height: 60px;
      border-radius: 999px;
      border: 2px solid #999; }
      section.module.frame_explorer .owl-dots .owl-dot span:before {
        content: '';
        display: block;
        position: absolute;
        border: 3px solid #fff;
        width: 100%;
        height: 100%;
        border-radius: 999px; }
    section.module.frame_explorer .owl-dots .owl-dot.active {
      cursor: default; }
      section.module.frame_explorer .owl-dots .owl-dot.active span {
        border-color: #00aeef; }

section.module.press_reviews .reviewtext .quote {
  font-size: 20px;
  font-size: 1.25rem; }
  @media only screen and (max-width: 40em) {
    section.module.press_reviews .reviewtext .quote {
      font-size: 16px;
      font-size: 1rem; } }

section.module.press_reviews .reviewtext .attribution {
  text-transform: uppercase;
  font-weight: 600;
  color: #da2838; }

section.module.press_reviews .reviewlogo {
  padding: 30px; }
  section.module.press_reviews .reviewlogo .box {
    background-size: initial; }

section.module.press_reviews .stlogos img {
  max-width: 100px;
  margin: 10px;
  max-height: 60px; }

section.module.message_ticker {
  padding: 60px 0; }
  section.module.message_ticker .tkrhead {
    font-size: 24px;
    font-size: 1.5rem;
    font-weight: 700; }
  section.module.message_ticker .tkritems {
    font-size: 24px;
    font-size: 1.5rem; }

section.module.compare_models {
  margin-bottom: 0; }
  @media only screen and (max-width: 77.438em) {
    section.module.compare_models .compare-desktop {
      display: none; } }
  @media only screen and (min-width: 77.438em) {
    section.module.compare_models .compare-mobile {
      display: none; } }
  section.module.compare_models .aq-10 {
    background-color: #3e6fb6;
    background-image: -webkit-linear-gradient(right, #3e6fb6 0px, #3e6fb6 25px, #3d7ec1 26px, #3d7ec1 50px, #3A94D0 51px, #3A94D0 75px, #00aeef 76px);
    background-image: linear-gradient(to left,#3e6fb6 0px, #3e6fb6 25px, #3d7ec1 26px, #3d7ec1 50px, #3A94D0 51px, #3A94D0 75px, #00aeef 76px); }
  section.module.compare_models .aq-9 {
    background-color: #ffffff;
    background-image: -webkit-linear-gradient(right, #ffffff 0px, #ffffff 25px, #3d7ec1 26px, #3d7ec1 50px, #3A94D0 51px, #3A94D0 75px, #00aeef 76px);
    background-image: linear-gradient(to left,#ffffff 0px, #ffffff 25px, #3d7ec1 26px, #3d7ec1 50px, #3A94D0 51px, #3A94D0 75px, #00aeef 76px); }
  section.module.compare_models .aq-8 {
    background-color: #ffffff;
    background-image: -webkit-linear-gradient(right, #ffffff 0px, #ffffff 50px, #3A94D0 51px, #3A94D0 75px, #00aeef 76px);
    background-image: linear-gradient(to left,#ffffff 0px, #ffffff 50px, #3A94D0 51px, #3A94D0 75px, #00aeef 76px); }
  section.module.compare_models .aq-7 {
    background-color: #ffffff;
    background-image: -webkit-linear-gradient(right, #ffffff 0px, #ffffff 75px, #00aeef 76px);
    background-image: linear-gradient(to left,#ffffff 0px, #ffffff 75px, #00aeef 76px); }
  section.module.compare_models .aq-6 {
    background-color: #ffffff;
    background-image: -webkit-linear-gradient(right, #ffffff 0px, #ffffff 100px, #00aeef 101px);
    background-image: linear-gradient(to left,#ffffff 0px, #ffffff 100px, #00aeef 101px); }
  section.module.compare_models .aq-5 {
    background-color: #ffffff;
    background-image: -webkit-linear-gradient(right, #ffffff 0px, #ffffff 125px, #00aeef 126px);
    background-image: linear-gradient(to left,#ffffff 0px, #ffffff 125px, #00aeef 126px); }
  @media only screen and (min-width: 40.063em) and (max-width: 64em) {
    section.module.compare_models .aq-10 {
      background-color: #3e6fb6;
      background-image: -webkit-linear-gradient(right, #3e6fb6 0px, #3e6fb6 18px, #3d7ec1 19px, #3d7ec1 36px, #3A94D0 37px, #3A94D0 54px, #00aeef 55px);
      background-image: linear-gradient(to left,#3e6fb6 0px, #3e6fb6 18px, #3d7ec1 19px, #3d7ec1 36px, #3A94D0 37px, #3A94D0 54px, #00aeef 55px); }
    section.module.compare_models .aq-9 {
      background-color: #ffffff;
      background-image: -webkit-linear-gradient(right, #ffffff 0px, #ffffff 18px, #3d7ec1 19px, #3d7ec1 36px, #3A94D0 37px, #3A94D0 54px, #00aeef 55px);
      background-image: linear-gradient(to left,#ffffff 0px, #ffffff 18px, #3d7ec1 19px, #3d7ec1 36px, #3A94D0 37px, #3A94D0 54px, #00aeef 55px); }
    section.module.compare_models .aq-8 {
      background-color: #ffffff;
      background-image: -webkit-linear-gradient(right, #ffffff 0px, #ffffff 36px, #3A94D0 37px, #3A94D0 54px, #00aeef 55px);
      background-image: linear-gradient(to left,#ffffff 0px, #ffffff 36px, #3A94D0 37px, #3A94D0 54px, #00aeef 55px); }
    section.module.compare_models .aq-7 {
      background-color: #ffffff;
      background-image: -webkit-linear-gradient(right, #ffffff 0px, #ffffff 54px, #00aeef 55px);
      background-image: linear-gradient(to left,#ffffff 0px, #ffffff 54px, #00aeef 55px); }
    section.module.compare_models .aq-6 {
      background-color: #ffffff;
      background-image: -webkit-linear-gradient(right, #ffffff 0px, #ffffff 72px, #00aeef 73px);
      background-image: linear-gradient(to left,#ffffff 0px, #ffffff 72px, #00aeef 73px); }
    section.module.compare_models .aq-5 {
      background-color: #ffffff;
      background-image: -webkit-linear-gradient(right, #ffffff 0px, #ffffff 90px, #00aeef 91px);
      background-image: linear-gradient(to left,#ffffff 0px, #ffffff 90px, #00aeef 91px); } }
  section.module.compare_models span.colorchip {
    width: 32px;
    height: 32px;
    background-color: #fff;
    border: 1px solid #222;
    display: inline-block;
    margin-right: 6px; }
    @media only screen and (max-width: 64em) {
      section.module.compare_models span.colorchip {
        width: 20px;
        height: 20px; } }
    section.module.compare_models span.colorchip.gray {
      background-color: #6c6c6c;
      border-color: #6c6c6c; }
    section.module.compare_models span.colorchip.red {
      background-color: #ff0000;
      border-color: #ff0000; }
    section.module.compare_models span.colorchip.black {
      background-color: #000000;
      border-color: #000000; }
  section.module.compare_models .tabbar {
    background-color: #555;
    color: #fff; }
    @media only screen and (max-width: 40em) {
      section.module.compare_models .tabbar {
        padding: 12px 0; } }
    section.module.compare_models .tabbar .tabbarc {
      text-transform: uppercase;
      float: left;
      padding: 17px 0 0 24px; }
      @media only screen and (max-width: 40em) {
        section.module.compare_models .tabbar .tabbarc {
          float: none;
          padding: 0;
          text-align: center; } }
    section.module.compare_models .tabbar .tabs {
      text-align: right;
      padding-right: 12px; }
      @media only screen and (max-width: 40em) {
        section.module.compare_models .tabbar .tabs {
          text-align: center;
          padding-right: 0; } }
      section.module.compare_models .tabbar .tabs .tab-title {
        padding: .5rem .75rem;
        display: inline-block;
        float: none; }
        section.module.compare_models .tabbar .tabs .tab-title > a {
          padding: .5rem 1rem;
          border-radius: 8px;
          box-shadow: none;
          background-color: #00aeef;
          color: #fff;
          text-transform: uppercase;
          border: 1px solid #00aeef; }
          section.module.compare_models .tabbar .tabs .tab-title > a:focus {
            outline: -webkit-focus-ring-color auto 0px; }
          section.module.compare_models .tabbar .tabs .tab-title > a:hover {
            background-color: #0094cb; }
        section.module.compare_models .tabbar .tabs .tab-title.active > a {
          background-color: #00aeef;
          color: #fff;
          border-color: #003f56;
          pointer-events: none; }
  section.module.compare_models .tabs-content {
    margin-bottom: 1rem; }
    section.module.compare_models .tabs-content table {
      border: 0 none;
      width: 100%; }
    section.module.compare_models .tabs-content .graph table thead {
      background: transparent; }
      section.module.compare_models .tabs-content .graph table thead th {
        font-size: 16px;
        font-size: 1rem;
        padding-left: 0; }
    section.module.compare_models .tabs-content .graph table td {
      border-bottom: 2px solid #fff;
      padding-top: 6px;
      padding-bottom: 6px;
      font-size: 16px;
      font-size: 1rem; }
      section.module.compare_models .tabs-content .graph table td.model {
        width: 35%;
        text-align: right;
        text-transform: uppercase; }
      section.module.compare_models .tabs-content .graph table td.attrib {
        width: 65%;
        color: #fff; }
    section.module.compare_models .tabs-content .graph table tr:nth-of-type(even) {
      background: transparent; }
    section.module.compare_models .tabs-content .quicklook .vehicle {
      margin-bottom: 2rem;
      border: 2px solid #555; }
      section.module.compare_models .tabs-content .quicklook .vehicle .head {
        position: relative;
        width: 100%;
        padding: 12px 8px 16px;
        top: 0;
        color: #fff;
        line-height: 1.2;
        background-color: #555; }
        section.module.compare_models .tabs-content .quicklook .vehicle .head .explore {
          position: absolute;
          right: 8px;
          top: 50%;
          -webkit-transform: translateY(-50%);
          -moz-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          -o-transform: translateY(-50%);
          transform: translateY(-50%); }
          section.module.compare_models .tabs-content .quicklook .vehicle .head .explore a {
            padding: .5rem 1rem;
            border-radius: 8px;
            box-shadow: none;
            background-color: #00aeef;
            color: #fff;
            text-transform: uppercase; }
            section.module.compare_models .tabs-content .quicklook .vehicle .head .explore a:focus {
              outline: -webkit-focus-ring-color auto 0px; }
            section.module.compare_models .tabs-content .quicklook .vehicle .head .explore a:hover {
              background-color: #0094cb; }
        section.module.compare_models .tabs-content .quicklook .vehicle .head .model {
          text-transform: uppercase;
          font-weight: 600; }
      section.module.compare_models .tabs-content .quicklook .vehicle .vis {
        position: relative;
        margin-top: 1rem;
        margin-bottom: 1rem; }
      section.module.compare_models .tabs-content .quicklook .vehicle table thead {
        background: transparent; }
        section.module.compare_models .tabs-content .quicklook .vehicle table thead th {
          font-size: 16px;
          font-size: 1rem; }
      section.module.compare_models .tabs-content .quicklook .vehicle table td {
        border-bottom: 2px solid #fff;
        padding-top: 6px;
        padding-bottom: 6px;
        font-size: 16px;
        font-size: 1rem; }
        section.module.compare_models .tabs-content .quicklook .vehicle table td.attrib {
          width: 50%;
          text-transform: uppercase;
          padding-left: 30px; }
        section.module.compare_models .tabs-content .quicklook .vehicle table td.value {
          width: 50%;
          font-weight: 600; }
      section.module.compare_models .tabs-content .quicklook .vehicle table tr:nth-of-type(even) {
        background: transparent; }
      section.module.compare_models .tabs-content .quicklook .vehicle .desc p {
        font-weight: 600;
        padding: 0 30px; }
  section.module.compare_models .photoquad {
    background-color: #dedede;
    color: #666;
    text-align: center;
    height: 120px;
    margin-bottom: 1.5rem; }
    section.module.compare_models .photoquad p {
      margin-bottom: 0; }
  section.module.compare_models .flagsmade {
    background-color: #dedede;
    text-align: center;
    padding: 1rem 0; }
    section.module.compare_models .flagsmade img {
      margin-bottom: .5rem; }
    section.module.compare_models .flagsmade p {
      margin-bottom: 0; }
  section.module.compare_models .fulltable table {
    border: 0 none;
    width: 100%;
    max-width: 1870px;
    border-collapse: separate;
    border-spacing: 34px 24px;
    margin-bottom: 4rem;
    margin-left: auto;
    margin-right: auto; }
    section.module.compare_models .fulltable table thead {
      background: transparent; }
      section.module.compare_models .fulltable table thead th {
        padding: 6px 0;
        font-size: 15px;
        font-size: 0.9375rem;
        width: 21.875%; }
        section.module.compare_models .fulltable table thead th.attrib {
          width: 12.5%; }
        section.module.compare_models .fulltable table thead th img {
          display: block;
          margin-bottom: .5rem; }
        section.module.compare_models .fulltable table thead th .model {
          text-transform: uppercase;
          font-weight: 600; }
        section.module.compare_models .fulltable table thead th .price {
          text-transform: uppercase;
          font-weight: 400; }
    section.module.compare_models .fulltable table td {
      padding: 6px 0;
      font-size: 15px;
      font-size: 0.9375rem;
      width: 21.875%; }
      section.module.compare_models .fulltable table td.attrib {
        width: 12.5%;
        text-align: right;
        text-transform: uppercase;
        font-weight: 600; }
      section.module.compare_models .fulltable table td.value {
        padding: 6px 0.625rem;
        text-transform: uppercase;
        color: #fff; }
      section.module.compare_models .fulltable table td.desc {
        vertical-align: top; }
        section.module.compare_models .fulltable table td.desc p:last-of-type {
          margin-bottom: 0; }
    section.module.compare_models .fulltable table tr.explore a {
      padding: .5rem 1rem;
      border-radius: 6px;
      box-shadow: none;
      background-color: #00aeef;
      color: #fff;
      text-transform: uppercase;
      text-align: center;
      display: inline-block;
      width: 100%;
      max-width: 150px; }
      section.module.compare_models .fulltable table tr.explore a:hover {
        background-color: #0094cb; }
      section.module.compare_models .fulltable table tr.explore a:focus {
        outline: -webkit-focus-ring-color auto 0px; }
    section.module.compare_models .fulltable table tr:nth-of-type(even) {
      background: transparent; }

section.module.vehicle_page .hdr {
  margin-bottom: 1rem; }
  @media only screen and (max-width: 48.75em) {
    section.module.vehicle_page .hdr {
      margin-bottom: 0; } }

section.module.vehicle_page .vthumbs {
  width: 840px;
  margin: 2rem auto 0; }
  @media only screen and (min-width: 48.813em) and (max-width: 64em) {
    section.module.vehicle_page .vthumbs {
      width: 780px; } }
  @media only screen and (max-width: 48.75em) {
    section.module.vehicle_page .vthumbs {
      display: none; } }
  section.module.vehicle_page .vthumbs div {
    cursor: pointer;
    display: table-cell;
    opacity: .5;
    -webkit-transition: opacity 0.2s linear;
    -moz-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear; }
    section.module.vehicle_page .vthumbs div.active {
      opacity: 1; }

section.module.vehicle_page .features {
  width: 840px;
  height: 540px;
  margin: 0 auto; }
  @media only screen and (min-width: 48.813em) and (max-width: 64em) {
    section.module.vehicle_page .features {
      width: 780px;
      height: 480px; } }
  @media only screen and (max-width: 48.75em) {
    section.module.vehicle_page .features {
      width: 100%;
      height: auto; } }
  section.module.vehicle_page .features .vgal {
    width: 540px;
    height: 540px;
    position: relative;
    float: left; }
    @media only screen and (min-width: 48.813em) and (max-width: 64em) {
      section.module.vehicle_page .features .vgal {
        width: 480px;
        height: 480px; } }
    @media only screen and (max-width: 48.75em) {
      section.module.vehicle_page .features .vgal {
        width: 100%;
        height: auto;
        min-height: 343px;
        float: none; } }
  section.module.vehicle_page .features .ficons {
    width: 300px;
    height: 540px;
    float: left;
    background-color: #eaeaea; }
    @media only screen and (min-width: 48.813em) and (max-width: 64em) {
      section.module.vehicle_page .features .ficons {
        width: 300px;
        height: 480px; } }
    @media only screen and (max-width: 48.75em) {
      section.module.vehicle_page .features .ficons {
        width: 100%;
        height: auto;
        float: none; } }
    section.module.vehicle_page .features .ficons ul {
      list-style: none;
      margin: 0;
      padding: 30px 0 0 0; }
      @media only screen and (max-width: 48.75em) {
        section.module.vehicle_page .features .ficons ul {
          padding: 20px 0; } }
      section.module.vehicle_page .features .ficons ul li {
        position: relative;
        display: block;
        line-height: 1;
        padding-left: 105px;
        padding-right: 24px;
        margin-bottom: 24px !important;
        font-size: 13px;
        font-size: 0.8125rem;
        font-weight: 600;
        text-transform: uppercase;
        color: #00aeef; }
        section.module.vehicle_page .features .ficons ul li .head {
          font-size: 18px;
          font-size: 1.125rem;
          display: block; }
        @media only screen and (min-width: 48.813em) and (max-width: 64em) {
          section.module.vehicle_page .features .ficons ul li {
            margin-bottom: 12px !important; } }
        @media only screen and (max-width: 48.75em) {
          section.module.vehicle_page .features .ficons ul li {
            padding-left: 0;
            padding-right: 0;
            min-height: 0;
            margin-bottom: 40px !important;
            margin-top: 110px !important;
            width: 100%;
            text-align: center; } }
        section.module.vehicle_page .features .ficons ul li div {
          height: 60px;
          line-height: 1.2;
          display: table-cell;
          vertical-align: middle; }
          @media only screen and (max-width: 48.75em) {
            section.module.vehicle_page .features .ficons ul li div {
              height: auto;
              display: block; } }
        section.module.vehicle_page .features .ficons ul li:before {
          content: '';
          font-family: 'cml';
          display: block;
          width: 60px;
          height: 60px;
          line-height: 60px;
          font-size: 60px;
          color: #fff;
          background-color: #00aeef;
          border-radius: 999px;
          text-align: center;
          position: absolute;
          left: 30px;
          top: 50%;
          -webkit-transform: translateY(-50%);
          -moz-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          -o-transform: translateY(-50%);
          transform: translateY(-50%);
          speak: none;
          font-style: normal;
          font-weight: normal;
          font-variant: normal;
          text-transform: none;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale; }
          @media only screen and (max-width: 48.75em) {
            section.module.vehicle_page .features .ficons ul li:before {
              left: 50%;
              bottom: 140%;
              top: auto;
              -webkit-transform: translate(-50%, 0);
              -moz-transform: translate(-50%, 0);
              -ms-transform: translate(-50%, 0);
              -o-transform: translate(-50%, 0);
              transform: translate(-50%, 0); } }
        section.module.vehicle_page .features .ficons ul li.folding:before {
          content: ""; }
        section.module.vehicle_page .features .ficons ul li.range:before {
          content: ""; }
        section.module.vehicle_page .features .ficons ul li.speed:before {
          content: ""; }
        section.module.vehicle_page .features .ficons ul li.battery:before {
          content: ""; }
        section.module.vehicle_page .features .ficons ul li.weight:before {
          content: ""; }
        section.module.vehicle_page .features .ficons ul li.origin:before {
          content: ""; }

/* ======================================
   Pagination
====================================== */
div.pagination {
  margin: 34px 0;
  text-align: center; }

div.pagination .page-numbers {
  display: inline-block;
  margin: 0 1px;
  background: #00aeef;
  padding: 5px 13px;
  color: #fff;
  box-shadow: none;
  border-radius: 999px; }

div.pagination a.page-numbers:hover {
  background-color: #0076a3;
  box-shadow: none; }

div.pagination .page-numbers.current {
  background: #bbb; }

div.pagination .page-numbers.prev,
div.pagination .page-numbers.next {
  background: transparent;
  padding: 5px 13px;
  color: #00aeef;
  border-radius: 0; }

div.pagination a.page-numbers.prev:hover,
div.pagination a.page-numbers.next:hover {
  background-color: transparent;
  color: #005170; }

/* ======================================
   Formidable Forms
====================================== */
::-moz-placeholder {
  color: #999;
  opacity: 1;
  font-weight: 500;
  font-size: 18px;
  font-size: 1.125rem;
  font-family: "Raleway"; }

::-webkit-input-placeholder {
  color: #999;
  font-weight: 500;
  font-size: 18px;
  font-size: 1.125rem;
  font-family: "Raleway"; }

.frm_forms .frm_form_fields > fieldset {
  border: 0 none;
  padding: 0;
  margin: 0; }

.frm_forms .frm_hidden {
  display: none; }

.frm_forms .frm_form_field h2,
.frm_forms .frm_form_field h3,
.frm_forms .frm_form_field h4 {
  color: #222; }

#commentform .comment-form-field,
.frm_forms .frm_form_field {
  margin-bottom: 2rem; }

.frm_forms .frm_none_container > label {
  display: none; }

.frm_forms .horizontal_radio .frm_radio {
  display: inline-block;
  margin-right: 1rem; }

.frm_forms .horizontal_radio .frm_radio:last-child {
  margin-right: 0; }

.frm_forms .frm_error_style {
  text-align: center;
  color: #900; }

.frm_forms .frm_error {
  color: #900;
  font-weight: 400;
  font-size: 14px;
  position: absolute;
  margin: 0;
  padding: 0;
  bottom: -21px;
  height: 14px;
  left: 0px;
  line-height: 1; }

.frm_forms .text-center .frm_error {
  text-align: center;
  width: 100%;
  left: 0; }

.frm_forms label,
#commentform label {
  font-weight: 700;
  color: #666;
  display: inline-block;
  padding-top: 1rem;
  padding-bottom: .5rem;
  font-size: 16px;
  cursor: initial; }

.frm_forms .frm_top_container label.frm_primary_label {
  display: block; }

.frm_forms label[for] {
  cursor: pointer; }

.frm_forms .frm_opt_container label {
  color: #444;
  transition: color 0.2s linear;
  margin-top: 0; }

.frm_forms .frm_opt_container label:hover {
  color: #000; }

.frm_forms .frm_checkbox label,
.frm_forms .frm_radio label {
  color: #444;
  transition: color 0.2s linear;
  margin: 0; }

.frm_forms .frm_checkbox label:hover,
.frm_forms .frm_radio label:hover {
  color: #000; }

.frm_forms .frm_form_field .frm_description {
  margin-left: 1rem;
  margin-bottom: 1.5rem; }

.frm_forms .frm_section_heading {
  margin-top: 2rem; }

.frm_forms .frm_submit {
  margin-top: 1rem; }

.frm_form_fields div.rating-cancel,
.frm_form_fields div.star-rating {
  float: left;
  width: 36px;
  height: 32px;
  text-indent: -999em;
  cursor: pointer;
  display: block;
  background: transparent;
  overflow: hidden; }

.frm_form_fields div.rating-cancel a:before {
  content: "\e608";
  font-family: "cml";
  display: block;
  text-indent: 0;
  text-align: center;
  font-size: 27px;
  line-height: 30px;
  padding-top: 4px;
  color: #999;
  transition: color 0.1s linear; }

.frm_form_fields div.star-rating a:before {
  content: "\e603";
  font-family: "cml";
  display: block;
  text-indent: 0;
  text-align: center;
  font-size: 30px;
  line-height: 32px;
  color: #999;
  transition: color 0.1s linear; }

.frm_form_fields div.rating-cancel a,
.frm_form_fields div.star-rating a {
  display: block;
  width: 32px;
  height: 32px;
  border: 0;
  border-bottom: 0 none;
  box-shadow: none; }

.frm_form_fields div.rating-cancel a:hover,
.frm_form_fields div.star-rating a:hover {
  border-bottom: 0 none;
  background-color: transparent; }

.frm_form_fields div.star-rating-on a:before {
  color: #DBA620;
  text-shadow: 0px 0px 6px rgba(219, 166, 32, 0.6); }

.frm_form_fields div.star-rating-hover a:before {
  color: #F1D181;
  text-shadow: 0px 0px 6px rgba(219, 219, 219, 0.3); }

.frm_form_fields div.rating-cancel.star-rating-hover a:before {
  color: #ccc;
  text-shadow: none; }

.frm_form_fields div.star-rating-readonly a:before {
  cursor: default !important; }

.frm_form_fields div.star-rating {
  background: transparent !important;
  overflow: hidden !important; }

.frm_forms .frm_form_field {
  position: relative; }

.frm_forms .frm_form_field input[type="text"],
.frm_forms .frm_form_field input[type="password"],
.frm_forms .frm_form_field input[type="date"],
.frm_forms .frm_form_field input[type="datetime"],
.frm_forms .frm_form_field input[type="datetime-local"],
.frm_forms .frm_form_field input[type="month"],
.frm_forms .frm_form_field input[type="week"],
.frm_forms .frm_form_field input[type="email"],
.frm_forms .frm_form_field input[type="number"],
.frm_forms .frm_form_field input[type="search"],
.frm_forms .frm_form_field input[type="tel"],
.frm_forms .frm_form_field input[type="time"],
.frm_forms .frm_form_field input[type="url"],
.frm_forms .frm_form_field input[type="color"],
.frm_forms .frm_form_field textarea,
.frm_forms .frm_form_field select,
.search-form input[type="search"],
#commentform input[type="text"],
#commentform input[type="email"],
#commentform input[type="url"],
#commentform textarea {
  background-color: #eaeaea;
  border-color: transparent;
  font-size: 18px;
  font-size: 1.125rem;
  font-family: "Raleway";
  font-weight: 500;
  color: #2d2d2d;
  padding: 0 14px;
  margin-bottom: 0;
  box-shadow: none;
  height: 50px;
  line-height: 50px;
  -webkit-transition: border-color 0.15s linear,background 0.15s linear,box-shadow 0.5s linear;
  -moz-transition: border-color 0.15s linear,background 0.15s linear,box-shadow 0.5s linear;
  -ms-transition: border-color 0.15s linear,background 0.15s linear,box-shadow 0.5s linear;
  -o-transition: border-color 0.15s linear,background 0.15s linear,box-shadow 0.5s linear;
  transition: border-color 0.15s linear,background 0.15s linear,box-shadow 0.5s linear; }

#subscribeModal .frm_forms .frm_form_field input[type="text"], #subscribeModal .frm_forms .frm_form_field input[type="email"], #subscribeModal .frm_forms .frm_form_field input[type="tel"] {
  font-size: 16px;
  font-size: 1rem;
  height: 42px;
  line-height: 42px; }

#subscribeModal .frm_forms form .frm_form_field.frm_none_container label {
  font-size: 16px;
  font-size: 1rem;
  line-height: 42px; }

#subscribeModal .frm_forms form .frm_form_field.frm_none_container.placeholder-focus label {
  top: -48px; }

#subscribeModal input[type="submit"].button {
  padding: 14px; }

#subscribeModal .frm_error_style {
  display: none; }

.search-form input[type="search"] {
  height: 50px;
  line-height: 50px;
  box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  border-color: #ddd;
  margin-top: -.5rem;
  margin-bottom: 2rem;
  padding-left: 45px;
  -webkit-transition: border-color 0.15s linear;
  -moz-transition: border-color 0.15s linear;
  -ms-transition: border-color 0.15s linear;
  -o-transition: border-color 0.15s linear;
  transition: border-color 0.15s linear; }
  .search-form input[type="search"]::-moz-placeholder {
    color: #888; }
  .search-form input[type="search"]:-ms-input-placeholder {
    color: #888; }
  .search-form input[type="search"]::-webkit-input-placeholder {
    color: #888; }

.search-form {
  position: relative; }
  .search-form:after {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    content: '\e602';
    width: 50px;
    height: 50px;
    color: #aaa;
    text-align: center;
    line-height: 50px;
    font-size: 20px;
    overflow: hidden;
    font-family: 'cml';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.frm_forms .frm_form_field input[type="file"] {
  background-color: #f0f0f0;
  padding: 6px; }

.frm_forms .frm_form_field input[type="checkbox"], .frm_forms .frm_form_field input[type="radio"] {
  margin-bottom: 0; }

.frm_forms .frm_form_field textarea,
#commentform textarea {
  height: 190px;
  line-height: 1.5;
  padding: 12px 14px;
  resize: none; }

.frm_forms .frm_form_field.frm_blank_field input[type="text"],
.frm_forms .frm_form_field.frm_blank_field input[type="password"],
.frm_forms .frm_form_field.frm_blank_field input[type="date"],
.frm_forms .frm_form_field.frm_blank_field input[type="datetime"],
.frm_forms .frm_form_field.frm_blank_field input[type="datetime-local"],
.frm_forms .frm_form_field.frm_blank_field input[type="month"],
.frm_forms .frm_form_field.frm_blank_field input[type="week"],
.frm_forms .frm_form_field.frm_blank_field input[type="email"],
.frm_forms .frm_form_field.frm_blank_field input[type="number"],
.frm_forms .frm_form_field.frm_blank_field input[type="search"],
.frm_forms .frm_form_field.frm_blank_field input[type="tel"],
.frm_forms .frm_form_field.frm_blank_field input[type="time"],
.frm_forms .frm_form_field.frm_blank_field input[type="url"],
.frm_forms .frm_form_field.frm_blank_field input[type="color"],
.frm_forms .frm_form_field.frm_blank_field select,
.frm_forms .frm_form_field.frm_blank_field textarea {
  border-color: #900; }

.frm_forms .frm_form_field input[type="text"]:focus,
.frm_forms .frm_form_field input[type="password"]:focus,
.frm_forms .frm_form_field input[type="date"]:focus,
.frm_forms .frm_form_field input[type="datetime"]:focus,
.frm_forms .frm_form_field input[type="datetime-local"]:focus,
.frm_forms .frm_form_field input[type="month"]:focus,
.frm_forms .frm_form_field input[type="week"]:focus,
.frm_forms .frm_form_field input[type="email"]:focus,
.frm_forms .frm_form_field input[type="number"]:focus,
.frm_forms .frm_form_field input[type="search"]:focus,
.frm_forms .frm_form_field input[type="tel"]:focus,
.frm_forms .frm_form_field input[type="time"]:focus,
.frm_forms .frm_form_field input[type="url"]:focus,
.frm_forms .frm_form_field input[type="color"]:focus,
.frm_forms .frm_form_field textarea:focus,
#commentform input[type="text"]:focus,
#commentform input[type="email"]:focus,
#commentform input[type="url"]:focus,
#commentform select:focus,
#commentform textarea:focus {
  border-color: #00aeef;
  box-shadow: 0px 0px 8px #00aeef; }

.search-form input[type="search"]:focus {
  border-color: #00aeef; }

.frm_forms form .frm_form_field.frm_hidden_container label.frm_primary_label {
  display: none; }

.frm_dropzone {
  display: block;
  background: #f0f0f0;
  color: #777;
  padding: 20px;
  border: 2px dashed #ccc;
  text-align: center;
  margin-bottom: 1rem;
  cursor: pointer; }
  .frm_dropzone .frm_compact_text {
    display: none; }
  .frm_dropzone .frm_upload_icon {
    display: block;
    width: 48px;
    height: 48px;
    margin: 0 auto 1rem;
    position: relative; }
    .frm_dropzone .frm_upload_icon:before {
      content: "\e627";
      font-family: "cml";
      display: block;
      color: #999;
      font-size: 32px;
      font-size: 2rem;
      width: 48px;
      height: 48px;
      line-height: 48px;
      text-align: center;
      position: absolute;
      left: 0;
      top: 0; }
  .frm_dropzone .frm_upload_text {
    font-size: 120%; }
  .frm_dropzone .dz-error-message {
    color: #da2838; }
  .frm_dropzone .dz-success-mark, .frm_dropzone .dz-error-mark {
    display: none; }

/* infieldLabel styles */
.frm_forms form .frm_form_field,
#commentform .comment-form-field {
  display: block;
  position: relative; }

.frm_forms form .frm_form_field {
  clear: both; }

#commentform .comment-form-field label,
.frm_forms form .frm_form_field.frm_none_container label {
  bottom: 0;
  color: #666;
  display: block;
  left: 0;
  line-height: 50px;
  margin: 0;
  right: 0;
  top: 0; }

#commentform .comment-form-field label,
.frm_forms form .frm_form_field.frm_none_container label {
  cursor: text;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
  font-family: "Raleway";
  padding: 0 14px;
  position: absolute;
  white-space: nowrap; }

#commentform .comment-form-field.placeholder-focus label,
.frm_forms form .frm_form_field.frm_none_container.placeholder-focus label {
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  bottom: auto;
  color: #fff;
  line-height: 36px;
  right: auto;
  top: -40px; }

.no-rgba #commentform .comment-form-field.placeholder-focus label,
.no-rgba .frm_forms form .frm_form_field.frm_none_container.placeholder-focus label {
  background-color: #111; }

#commentform .comment-form-field.placeholder-focus label:after,
.frm_forms form .frm_form_field.frm_none_container.placeholder-focus label:after {
  border-top: 5px solid rgba(0, 0, 0, 0.8);
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  bottom: -5px;
  content: '';
  display: block;
  height: 0;
  left: 10px;
  position: absolute; }

.no-rgba #commentform .comment-form-field.placeholder-focus label:after,
.no-rgba .frm_forms form .frm_form_field.frm_none_container.placeholder-focus label:after {
  border-top-color: #111; }

.infield-label-image.placeholder-focus label {
  top: -122px; }

.placeholder-hide label {
  bottom: auto !important;
  left: -9999px !important;
  right: auto !important;
  top: -9999px !important; }

.checkbox-proxy .chk .inner {
  display: table;
  width: 100%;
  cursor: pointer;
  margin-bottom: 20px; }

.checkbox-proxy .chk .inner label {
  display: table-cell;
  font-weight: 400;
  font-size: 16px;
  vertical-align: middle;
  padding-left: 10px; }

.checkbox-proxy .chk .inner .box {
  display: table-cell;
  width: 60px;
  height: 60px;
  background-color: #f0f0f0;
  text-align: center;
  line-height: 60px;
  font-size: 40px;
  overflow: hidden;
  font-family: 'cml';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border: 1px solid transparent;
  color: #444;
  position: relative;
  transition: box-shadow 0.25s, border-color 0.25s ease-in-out; }

.checkbox-proxy .chk .inner:hover .box {
  border-color: #d16f1a;
  box-shadow: 0px 0px 8px #d16f1a; }

.checkbox-proxy .chk .inner .box:after {
  display: block;
  content: '\e616';
  width: 60px;
  height: 60px;
  overflow: hidden;
  position: absolute;
  visibility: hidden;
  opacity: 0;
  transform: scale(0.6);
  transition: opacity 0.2s linear, transform 0.3s ease-out, visibility 0s linear 0.3s; }

.checkbox-proxy .chk .inner.checked .box:after {
  visibility: visible;
  opacity: 1;
  transform: scale(1);
  transition-delay: 0s; }

.frm_forms form .frm_form_field.cml-left,
.frm_forms form .frm_form_field.cml-right {
  width: 48%;
  float: left;
  clear: none; }
  @media only screen and (max-width: 40em) {
    .frm_forms form .frm_form_field.cml-left,
    .frm_forms form .frm_form_field.cml-right {
      width: auto;
      float: none;
      clear: both; } }

.frm_forms form .frm_form_field.cml-right {
  margin-left: 4%; }
  @media only screen and (max-width: 40em) {
    .frm_forms form .frm_form_field.cml-right {
      margin-left: 0; } }

.frm_forms form .frm_form_field.frm_section_heading h3 {
  text-align: center; }

.ssformcon .cml_frm_response,
section.module.form .cml_frm_response, .ssformcon
.frm_form_field.cml-subcheck,
section.module.form
.frm_form_field.cml-subcheck, .ssformcon
.frm_submit,
section.module.form
.frm_submit {
  text-align: center; }

@media only screen and (max-width: 64em) {
  section.module.col2home .cml_frm_response,
  section.module.specialoffer .cml_frm_response, section.module.col2home
  .frm_form_field.cml-subcheck,
  section.module.specialoffer
  .frm_form_field.cml-subcheck, section.module.col2home
  .frm_submit,
  section.module.specialoffer
  .frm_submit {
    text-align: center; } }

.cml_frm_response .loadring {
  display: block;
  width: 64px;
  height: 64px;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-image: url(img/ring-alt.gif);
  margin: 0 auto 30px; }

.frm_forms form.cml-calculator .frm_submit {
  display: none; }

.frm_forms form.cml-calculator .frm_form_field {
  text-align: center;
  margin-bottom: .5rem; }
  .frm_forms form.cml-calculator .frm_form_field.cml-inpcalc {
    max-width: 360px;
    margin: 0 auto; }
  .frm_forms form.cml-calculator .frm_form_field.frm_section_heading {
    margin-bottom: 2rem; }
    .frm_forms form.cml-calculator .frm_form_field.frm_section_heading > h3 {
      margin-bottom: 1rem; }
  .frm_forms form.cml-calculator .frm_form_field.frm_html_container ul {
    list-style: none;
    margin-left: 0; }
  .frm_forms form.cml-calculator .frm_form_field .frm_description {
    margin-left: 0;
    margin-bottom: 1.5rem;
    font-size: 14px;
    font-size: 0.875rem;
    margin-top: 8px;
    font-style: italic; }
  .frm_forms form.cml-calculator .frm_form_field .frm_error {
    display: none; }
  .frm_forms form.cml-calculator .frm_form_field input {
    text-align: center; }
  .frm_forms form.cml-calculator .frm_form_field.cml-calclg input {
    font-size: 30px;
    font-size: 1.875rem;
    font-weight: 700;
    height: 60px;
    line-height: 60px; }
  .frm_forms form.cml-calculator .frm_form_field .cmlds {
    position: relative; }
    .frm_forms form.cml-calculator .frm_form_field .cmlds:before {
      content: '$';
      display: block;
      position: absolute;
      width: 36px;
      height: 24px;
      top: 50%;
      margin-top: -10px;
      line-height: 24px;
      color: #666; }
  .frm_forms form.cml-calculator .frm_form_field.cml-insec {
    padding: 12px; }
  .frm_forms form.cml-calculator .frm_form_field.cml-calced.cml-insec {
    border: 1px dashed #aaa;
    border-radius: 6px; }
    .frm_forms form.cml-calculator .frm_form_field.cml-calced.cml-insec input {
      background-color: #c2efbb; }
    .frm_forms form.cml-calculator .frm_form_field.cml-calced.cml-insec .cml-own input {
      background-color: #fffcb0; }
    .frm_forms form.cml-calculator .frm_form_field.cml-calced.cml-insec .cml-ride input {
      background-color: #ffc562; }
    .frm_forms form.cml-calculator .frm_form_field.cml-calced.cml-insec.cml-calcsaving {
      background-color: #c2efbb;
      position: relative; }
      .frm_forms form.cml-calculator .frm_form_field.cml-calced.cml-insec.cml-calcsaving input {
        background-color: #dcffd6; }
      .frm_forms form.cml-calculator .frm_form_field.cml-calced.cml-insec.cml-calcsaving:before {
        content: '';
        position: absolute;
        top: -26px;
        left: 50%;
        margin-left: -30px;
        width: 0;
        height: 0;
        border-left: 30px solid transparent;
        border-right: 30px solid transparent;
        border-top: 30px solid #90c188; }
  .frm_forms form.cml-calculator .frm_form_field.cml-calced .frm_form_field .frm_description {
    margin-bottom: 0; }
  .frm_forms form.cml-calculator .frm_form_field.cml-calced input {
    background-color: transparent;
    border-color: #ccc;
    border-style: dashed;
    border-radius: 6px; }

/* ======================================
   Comments
====================================== */
h3#reply-title {
  margin-bottom: 1rem; }

.comment-list {
  margin-bottom: 3rem; }

.comment-list .comment {
  margin-bottom: 2rem; }

.comment-list .comment-meta {
  margin-bottom: 1rem; }

.comment-list .comment-meta .datetime {
  color: #555;
  font-style: italic; }

.comment-list .comment-meta .name {
  font-weight: 700; }

.comment-list .content {
  padding-top: 0.5rem; }

.comment-list .comment-awaiting-moderation {
  background-color: #EAEAEA;
  padding: 8px 16px;
  display: inline-block;
  color: #555;
  border-radius: 9999px;
  margin-top: 0.75rem;
  font-style: italic; }

.comment-list .avatar img {
  border-radius: 9999px; }

/* ======================================
   Media Queries
====================================== */
@media screen and (max-width: 600px) {
  html #wpadminbar {
    top: -46px; } }

/* small-only */
@media only screen and (max-width: 40em) {
  hr {
    margin-top: 1.5rem; }
  h1 {
    font-size: 2rem;
    line-height: 1.2; }
  h2 {
    font-size: 1.75rem;
    line-height: 1.2; }
  h3 {
    font-size: 1.5rem; }
  h1.title.st, h2.title.st, h2.subtitle.st, h3.subtitle.st {
    margin-bottom: .8rem; }
  div.frm_submit input {
    width: 100%; }
  footer#site-footer ul.copyright li {
    display: block; }
  /* footer#site-footer nav ul li:after, */
  footer#site-footer ul.copyright li:after {
    content: '';
    margin: 0; }
  footer#site-footer .colophon {
    padding: 34px 0.9375em; }
  footer#site-footer .colophon ul {
    font-size: 120%; }
  /*
	footer#site-footer nav ul li {
	display: block;
	margin-bottom: 6px;
	}
	
	footer#site-footer nav ul li a {
	padding: 12px 0;
	display: block;
	background-color: #0c0c0c;
	text-transform: uppercase;
	}
	
	footer#site-footer nav ul li.current-menu-item a {
	background-color: transparent;
	}
	*/
  section#hero .videowrap .content h1,
  section#hero .videowrap .content h1:before {
    max-width: 360px;
    height: 131px; }
  section.module.posts article,
  section.module.causes .cause {
    padding: 0 0.9375em; }
  section.module.videos .description {
    padding: 20px 0.9375em; }
  section.module.videos .video.p1 {
    margin-top: 40px; }
  section.module.gift-certificates h2 {
    margin-top: 0; }
  section.module.gallery .owl-carousel {
    margin: 34px 0 54px; }
  section.module.product-gallery .owl-carousel {
    margin: 34px 0; }
  section.module.gallery h2.title,
  section.module.product-featured h2.title,
  section.module.gallery h3.subtitle,
  section.module.product-featured h3.subtitle {
    padding: 0 0.9375em; }
  section.module.product-featured img.round {
    max-width: 270px;
    margin-top: 1rem; }
  .error404 article img.round,
  .single article img.round {
    max-width: 200px; }
  section.module.product-featured a.button {
    width: 100%; }
  .module.product-featured .owl.controls .owl-next {
    right: 0; }
  section.module.rewards a.button,
  section.module.cta a.button,
  section.module.product-gallery .product-description-outer a.button {
    width: 100%; }
  section.module.product-gallery hr.final {
    margin-top: 2.5rem; }
  h3#reply-title {
    text-align: center; }
  #comments input[type=submit] {
    width: 100%; }
  .single article .post-date {
    font-size: 1rem;
    margin-bottom: 1.25rem; }
  .single nav.post-adjacent .prev,
  .single nav.post-adjacent .next {
    margin-bottom: 3rem; } }

/* medium-and-up */
@media only screen and (min-width: 40.063em) {
  /* footer#site-footer  .copyright br { display: none; } */ }

/* medium-only */
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  section.module.posts article,
  section.module.causes .cause {
    padding: 0 20px; }
  section.module.videos .description {
    padding: 30px; }
  section.module.product-gallery hr.final {
    margin-top: 3.5rem; }
  section.module.product-gallery .owl-carousel {
    margin-bottom: 54px; }
  section.module.gallery h2.title,
  section.module.product-featured h2.title,
  section.module.gallery h3.subtitle,
  section.module.product-featured h3.subtitle {
    padding: 0 0.9375em; }
  .module.product-featured .owl.controls .owl-next {
    right: 10px; }
  section.module.product-featured .product-summary .description {
    height: auto; } }

/* print-only */
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important; }
  a, a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
    content: ""; }
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr, img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: 0.5cm; }
  p, h2, h3 {
    orphans: 3;
    widows: 3; }
  h2, h3 {
    page-break-after: avoid; } }
