/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}

.mfp-arrow:before,
.mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after,
.mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before,
.mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}

@media all and (max-width: 900px) {
  .mfp-arrow {
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    transform-origin: 0;
  }
  .mfp-arrow-right {
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

.mfp-ie7 .mfp-img {
  padding: 0;
}

.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}

.mfp-ie7 .mfp-container {
  padding: 0;
}

.mfp-ie7 .mfp-content {
  padding-top: 44px;
}

.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}

/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */
/* clearfix */
.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

/* display none until init */
.owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y;
}

.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.owl-carousel .owl-wrapper-outer.autoHeight {
  transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item {
  float: left;
}

.owl-controls .owl-page,
.owl-controls .owl-buttons div {
  cursor: pointer;
}

.owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}

/* mouse grab icon */
.grabbing {
  cursor: url("grabbing.png") 8 8, move;
}

/* fix */
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

/* 
 *  Owl Carousel CSS3 Transitions 
 *  v1.3.2
 */
.owl-origin {
  -webkit-perspective: 1200px;
  -webkit-perspective-origin-x: 50%;
  -webkit-perspective-origin-y: 50%;
  -moz-perspective: 1200px;
  -moz-perspective-origin-x: 50%;
  -moz-perspective-origin-y: 50%;
  perspective: 1200px;
}

/* fade */
.owl-fade-out {
  z-index: 10;
  animation: fadeOut .7s both ease;
}

.owl-fade-in {
  animation: fadeIn .7s both ease;
}

/* backSlide */
.owl-backSlide-out {
  animation: backSlideOut 1s both ease;
}

.owl-backSlide-in {
  animation: backSlideIn 1s both ease;
}

/* goDown */
.owl-goDown-out {
  animation: scaleToFade .7s ease both;
}

.owl-goDown-in {
  animation: goDown .6s ease both;
}

/* scaleUp */
.owl-fadeUp-in {
  animation: scaleUpFrom .5s ease both;
}

.owl-fadeUp-out {
  animation: scaleUpTo .5s ease both;
}

/* Keyframes */
/*empty*/

@keyframes empty {
  0% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes backSlideOut {
  25% {
    opacity: .5;
    transform: translateZ(-500px);
  }
  75% {
    opacity: .5;
    transform: translateZ(-500px) translateX(-200%);
  }
  100% {
    opacity: .5;
    transform: translateZ(-500px) translateX(-200%);
  }
}

@keyframes backSlideIn {
  0%, 25% {
    opacity: .5;
    transform: translateZ(-500px) translateX(200%);
  }
  75% {
    opacity: .5;
    transform: translateZ(-500px);
  }
  100% {
    opacity: 1;
    transform: translateZ(0) translateX(0);
  }
}

@keyframes scaleToFade {
  to {
    opacity: 0;
    transform: scale(0.8);
  }
}

@keyframes goDown {
  from {
    transform: translateY(-100%);
  }
}

@keyframes scaleUpFrom {
  from {
    opacity: 0;
    transform: scale(1.5);
  }
}

@keyframes scaleUpTo {
  to {
    opacity: 0;
    transform: scale(1.5);
  }
}

.float-right {
  float: right !important;
}

.alignright {
  float: right;
  margin-left: 20px;
}

.alignleft {
  float: left;
  margin-right: 20px;
}

.orange {
  color: #ff803c;
}

.orange-bg {
  background: #ff803c;
}

.icon {
  background-repeat: no-repeat;
  background-position: center center;
  display: inline-block;
  margin-right: 4px;
}

.icon.arrowRight-utility {
  background-image: url("../img/icon-arrow-right.png");
  background-size: 6px 12px;
  height: 12px;
  width: 6px;
}

.icon.phone-utility {
  background-image: url("../img/icon-phone-2x.png");
  background-size: 100%;
  height: 26px;
  width: 26px;
}

.icon.arrowRight-black {
  background-image: url("../img/arrow-right-black.png");
  height: 16px;
  width: 10px;
}

.icon.arrowRight-white {
  background-image: url("../img/arrow-right-white.png");
  height: 16px;
  width: 10px;
}

.icon.cube {
  background-image: url("../img/icon-box.png");
  background-size: 15px 15px;
  height: 15px;
  width: 15px;
}

.icon.pin {
  background-image: url("../img/icon-pin-2x.png");
  background-size: 11px 17px;
  height: 17px;
  width: 11px;
}

.icon.phone {
  background-image: url("../img/icon-phone-footer-2x.png");
  background-size: 15px 15px;
  height: 15px;
  width: 15px;
}

.icon.scrollDown {
  background-image: url("../img/scroll-down-arrow.png");
  background-size: 26px 36px;
  height: 36px;
  width: 26px;
}

.icon.arrowLeft {
  background-image: url("../img/arrow-left.png");
  height: 12px;
  width: 6px;
}

.icon.arrowRight {
  background-image: url("../img/arrow-right.png");
  height: 12px;
  width: 6px;
}

.icon.play {
  background-image: url("../img/icon-play.png");
  height: 26px;
  width: 26px;
}

.icon.times {
  background-image: url("../img/icon-times.png");
  height: 26px;
  width: 26px;
}

.icon.download {
  background-image: url("../img/icon-download-white.png");
  border-bottom: none;
  height: 26px;
  width: 11px;
}

.icon.download-black {
  background-image: url("../img/icon-download-black.png");
  height: 26px;
  width: 11px;
}

.icon.eye-black {
  background-image: url("../img/icon-eye-black.png");
  height: 26px;
  width: 21px;
}

.icon.eye-orange {
  background-image: url("../img/icon-eye-orange.png");
  height: 26px;
  width: 21px;
}

.icon.orange {
  background-color: #ff803c;
}

.icon.black {
  background-color: #000;
}

.icon.circle {
  border-radius: 50%;
  height: 26px;
  padding: 0;
  width: 26px;
}

.icon.circle.small {
  height: 16px;
  width: 16px;
}

.inner {
  margin: 0 auto;
  max-width: 1080px;
  padding: 0 20px;
  position: relative;
}

.screen-reader-text {
  display: none;
}

.dot:before {
  background: #ff803c;
  border-radius: 50%;
  content: '';
  display: inline-block;
  height: 4px;
  margin: 3px 6px;
  width: 4px;
}

.dottedLine {
  background: url("../img/border-dot.png") repeat-x bottom left;
  padding-bottom: 15px;
}

.dottedLine.above {
  background: url("../img/border-dot.png") repeat-x top left;
  padding: 15px 0 0;
}

.small-text {
  color: #aaa;
  font-family: "Bitter", serif;
  font-size: 14px;
}

ul.inline {
  list-style: none;
  margin: 0;
  padding: 0;
}

ul.inline li {
  display: inline-block;
  margin: 0;
  padding: 0;
}

ul.stacked {
  list-style: none;
  margin: 0;
  padding: 0;
}

ul.stacked li {
  display: block;
  margin: 0;
  padding: 0;
}

ul.ticks {
  margin: 0;
  padding: 0;
}

ul.ticks li {
  font-weight: bold;
  background: url("../img/tick.png") no-repeat left top;
  line-height: 23px;
  list-style: none;
  margin: 10px 0px;
  padding: 0 0 0 35px;
}

ul.arrows li {
  font-weight: bold;
  list-style-image: url("../img/chevron.png");
}

table.downloads td {
  padding: 20px 10px;
}

table.downloads td:nth-child(1) {
  padding-left: 0;
}

table.downloads td:nth-child(2) {
  white-space: nowrap;
}

table.downloads td:nth-child(2) a:hover .icon.download-black {
  background-image: url("../img/icon-download-orange.png");
}

table.downloads td:nth-child(3) {
  padding-right: 0;
  white-space: nowrap;
}

table.downloads td:nth-child(3) a:hover .icon.eye-black {
  background-image: url("../img/icon-eye-orange.png");
}

table.downloads .icon {
  float: left;
}

table.downloads a {
  color: #000;
  font-family: "Bitter", serif;
  font-size: 14px;
}

table.downloads a:hover {
  color: #ff803c;
}

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 20px;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

.columns-one {
  float: left;
  width: calc(25% - 20px);
}

.columns-two {
  float: left;
  width: calc(50% - 20px);
}

.small-only {
  display: block;
}

@media (min-width: 600px) {
  .small-only {
    display: none;
  }
}

.medium-up {
  display: none;
}

@media (min-width: 600px) {
  .medium-up {
    display: block;
  }
}

.medium-down {
  display: none;
}

@media (max-width: 1079px) {
  .medium-down {
    display: block;
  }
}

.large-up {
  display: none;
}

@media (min-width: 1080px) {
  .large-up {
    display: block;
  }
}

html {
  overflow-y: scroll;
}

body {
  box-sizing: border-box;
  font-family: "Open Sans", sans-serif;
  font-size: 100%;
  line-height: 1.4;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  overflow: hidden;
}

* {
  box-sizing: inherit;
}

h1, h2, h3, h4,
.heading1, .heading2, .heading3, .heading4 {
  /* font-family: "Bitter", serif; */
  line-height: 1.2;
  margin: 0;
}

h1, .heading1 {
  font-size: 26px;
}

@media (min-width: 600px) {
  h1, .heading1 {
    font-size: 30px;
  }
}

h2, .heading2 {
  font-size: 20px;
}

@media (min-width: 600px) {
  h2, .heading2 {
    font-size: 24px;
  }
}

@media (min-width: 1080px) {
  h2, .heading2 {
    font-size: 24px;
  }
}

h3, .heading3 {
  font-size: 16px;
}

@media (min-width: 600px) {
  h3, .heading3 {
    font-size: 20px;
  }
}

@media (min-width: 1080px) {
  h3, .heading3 {
    font-size: 20px;
  }
}

h4, .heading4 {
  font-size: 14px;
}

@media (min-width: 600px) {
  h4, .heading4 {
    font-size: 16px;
  }
}

@media (min-width: 1080px) {
  h4, .heading4 {
    font-size: 16px;
  }
}

a {
  color: #ff803c;
  text-decoration: none;
}

.button {
  background: #ff803c;
  border: none;
  color: #fff;
  cursor: pointer;
  display: block;
  font-family: "Bitter", serif;
  font-size: 20px;
  padding: 15px 40px;
  margin: 0 0 10px;
  text-align: center;
  -webkit-appearance: none;
  border-radius: 0;
}

.button:hover {
  background: #000;
}

@media (min-width: 600px) {
  .button {
    display: inline-block;
  }
}

.button.orange {
  background: #ff803c;
  color: #fff;
}

.button.black {
  background: #000;
  color: #fff;
  transition: all 0.3;
}

.button.black .icon.arrowLeft, .button.black .icon.arrowRight {
  opacity: 0.3;
  transition: opacity 0.3;
}

.button.black:hover .icon.arrowLeft, .button.black:hover .icon.arrowRight {
  opacity: 1;
}

.button.circle {
  border-radius: 50%;
  cursor: pointer;
  font-family: "Bitter", serif;
  font-size: 16px;
  height: 80px;
  margin: 0;
  padding: 0;
  text-align: center;
  transition-duration: 0.2s;
  width: 80px;
}

.button.circle:hover {
  background: #fff;
  border: 1px solid #ff803c;
  color: #ff803c;
}

.button.icon {
  height: 30px;
  position: relative;
  width: 30px;
}

.button.icon .icon {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}

.button.circle.orange.icon {
  background: #ff803c;
  border: none !important;
  color: #fff;
}

.button.circle.black.icon {
  background: #000;
  border: none !important;
}

.button.circle.black {
  background: #000;
  border: 1px solid #000;
}

.button.circle.black:hover {
  background: #fff;
  border: 1px solid #000;
  color: #000;
}

.button.arrow {
  clear: both;
  display: inline-block;
}

.button.arrow .icon {
  opacity: 0.4;
}

.button.arrow:hover .icon {
  background-image: url("../img/arrow-right-white.png");
}

input[type='text'],
input[type='email'],
input[type='search'],
textarea,
.custom-select .ginput_container,
select {
  border: 1px solid #dedede;
  color: #000;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: bold;
  padding: 12px;
  width: 100%;
  -webkit-appearance: none;
  border-radius: 0;
}

.gfield_error input[type='text'], .gfield_error
input[type='email'], .gfield_error
input[type='search'], .gfield_error
textarea, .gfield_error
.custom-select .ginput_container, .gfield_error
select {
  outline: 1px solid #d00;
}

::-webkit-input-placeholder {
  color: #000;
}

/* Container used for styling the custom select, the buttom class below adds the bg gradient, corners, etc. */
.custom-select .ginput_container {
  position: relative;
  display: block;
  margin-top: 0.5em;
  padding: 0;
}

/* This is the native select, we're making everything but the text invisible so we can see the button styles in the wrapper */
.custom-select select {
  width: 100%;
  margin: 0;
  background: none;
  border: 1px solid transparent;
  outline: none;
  /* Prefixed box-sizing rules necessary for older browsers */
  box-sizing: border-box;
  /* Remove select styling */
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  /* Font size must the 16px or larger to prevent iOS page zoom on focus */
  font-size: 1em;
  /* General select styles: change as needed */
  font-family: helvetica, sans-serif;
  font-weight: bold;
  color: #444;
  padding: .6em 1.9em .5em .8em;
  line-height: 1.3;
}

/* Custom arrow sits on top of the select - could be an image, SVG, icon font, etc. or the arrow could just baked into the bg image on the select. Note this si a 2x image so it will look bad in browsers that don't support background-size. In production, you'd handle this resolution switch via media query but this is a demo. */
.custom-select .ginput_container::after {
  content: "";
  position: absolute;
  width: 9px;
  height: 8px;
  top: 50%;
  right: 1em;
  margin-top: -4px;
  background-image: url("../img/arrow-down.png");
  background-repeat: no-repeat;
  background-position: center;
  z-index: 2;
  /* This hack make the select behind the arrow clickable in some browsers */
  pointer-events: none;
}

/* Hover style */
.custom-select .ginput_container:hover {
  border: 1px solid #888;
}

/* Focus style */
.custom-select select:focus {
  outline: none;
  box-shadow: 0 0 1px 3px #b4defa;
  background-color: transparent;
  color: #222;
  border: 1px solid #aaa;
}

/* Set options to normal weight */
.custom-select option {
  font-weight: normal;
}

/* ------------------------------------  */
/* START OF UGLY BROWSER-SPECIFIC HACKS */
/* ----------------------------------  */
/* OPERA - Pre-Blink nix the custom arrow, go with a native select button to keep it simple. Targeted via this hack http://browserhacks.com/#hack-a3f166304aafed524566bc6814e1d5c7 */
x:-o-prefocus, .custom-select::after {
  display: none;
}

/* IE 10/11+ - This hides native dropdown button arrow so it will have the custom appearance, IE 9 and earlier get a native select - targeting media query hack via http://browserhacks.com/#hack-28f493d247a12ab654f6c3637f6978d5 - looking for better ways to achieve this targeting */
/* The second rule removes the odd blue bg color behind the text in the select button in IE 10/11 and sets the text color to match the focus style's - fix via http://stackoverflow.com/questions/17553300/change-ie-background-color-on-unopened-focused-select-box */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .custom-select select::-ms-expand {
    display: none;
  }
  .custom-select select:focus::-ms-value {
    background: transparent;
    color: #222;
  }
}

/* FIREFOX won't let us hide the native select arrow, so we have to make it wider than needed and clip it via overflow on the parent container. The percentage width is a fallback since FF 4+ supports calc() so we can just add a fixed amount of extra width to push the native arrow out of view. We're applying this hack across all FF versions because all the previous hacks were too fragile and complex. You might want to consider not using this hack and using the native select arrow in FF. Note this makes the menus wider than the select button because they display at the specified width and aren't clipped. Targeting hack via http://browserhacks.com/#hack-758bff81c5c32351b02e10480b5ed48e */
/* Show only the native arrow */
@-moz-document url-prefix() {
  .custom-select {
    overflow: hidden;
  }
  .custom-select select {
    width: 120%;
    width: calc(100% + em);
  }
}

/* Firefox focus has odd artifacts around the text, this kills that. See https://developer.mozilla.org/en-US/docs/Web/CSS/:-moz-focusring */
.custom-select select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}

/* ------------------------------------  */
/*  END OF UGLY BROWSER-SPECIFIC HACKS  */
/* ------------------------------------  */
.gfield_radio input[type='radio'] {
  opacity: 0;
}

.gfield_radio input[type='radio']:checked + label:after {
  opacity: 1;
}

.gfield_radio label {
  line-height: 30px;
  margin-right: 30px;
  padding-left: 20px;
  position: relative;
}

.gfield_radio label:before, .gfield_radio label:after {
  border-radius: 50%;
  content: '';
  display: block;
  left: 0;
  position: absolute;
  top: 0;
}

.gfield_radio label:before {
  background: #fff;
  border: 1px solid #dedede;
  height: 30px;
  left: -22px;
  width: 30px;
}

.gfield_radio label:after {
  background: #ff803c;
  height: 12px;
  left: -11.2px;
  opacity: 0;
  top: 10px;
  width: 12px;
  z-index: 1;
}

.gfield_checkbox {
  padding-top: 8px;
}

.gfield_checkbox input[type='checkbox'] {
  opacity: 0;
  position: absolute;
}

.gfield_checkbox input[type='checkbox']:checked + label:after {
  opacity: 1;
}

.gfield_checkbox label {
  line-height: 26px;
  padding-left: 40px;
  padding-top: 3px;
  position: relative;
}

.gfield_checkbox label:before, .gfield_checkbox label:after {
  content: '';
  display: block;
  left: 0;
  position: absolute;
  top: 0;
}

.gfield_checkbox label:before {
  background: #fff;
  border: 1px solid #dedede;
  height: 30px;
  left: 0;
  width: 30px;
}

.gfield_checkbox label:after {
  background: url("../img/checkbox-tick.png") no-repeat center;
  height: 22px;
  left: 5px;
  opacity: 0;
  top: 5px;
  width: 22px;
  z-index: 1;
}

.pageMain_content p{
	 margin: 0;
}
.pageMain_content form {
  margin: 20px 0;
  padding: 40px 0;
}

.pageMain_content form:after {
  content: "";
  display: table;
  clear: both;
}

.pageMain_content form ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.pageMain_content form li {
  list-style: none;
  margin: 0;
  padding: 0;
}

.pageMain_content form label {
  color: #000;
  display: block;
  font-family: "Bitter", serif;
  font-size: 16px;
  margin-bottom: 10px;
}

.pageMain_content .gform_heading {
  margin-bottom: 40px;
}

.pageMain_content .gform_wrapper {
  position: relative;
}

.pageMain_content .gform_body ul, .pageMain_content .gform_footer {
  margin: 0 auto;
  max-width: 480px;
  padding: 20px;
}

.pageMain_content .gform_body {
  background: #e7e7e7;
  padding: 10px 0 90px;
}

@media (min-width: 600px) {
  .pageMain_content .gform_body {
    padding: 30px 0 130px;
  }
}

.pageMain_content .gform_footer {
  bottom: 30px;
  right: 20px;
  padding: 25px 0 50px;
  position: absolute;
}

@media (min-width: 600px) {
  .pageMain_content .gform_footer {
    bottom: 40px;
    left: 50%;
    right: auto;
    transform: translate(70px, 0);
  }
}

.pageMain_content .gform_footer .gform_button {
  float: right;
}

.pageMain_content .gfield {
  margin-bottom: 25px;
}

.pageMain_content .gfield input[type='text'],
.pageMain_content .gfield input[type='email'],
.pageMain_content .gfield textarea,
.pageMain_content .gfield.custom-select .ginput_container {
  border: 1px solid #dedede;
  color: #000;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: bold;
  padding: 12px;
  width: 100%;
}

.pageMain_content .gfield.custom-select .ginput_container,
.custom-select .ginput_container {
  background: #fff;
  padding: 0;
}

.pageMain_content .gfield.custom-select .ginput_container select,
.custom-select .ginput_container select {
  height: 48px;
}

.pageMain_content .gfield.custom-select .ginput_container:hover,
.custom-select .ginput_container:hover {
  border: 1px solid #dedede;
}

.pageMain_content .gfield.custom-select .ginput_container:after,
.custom-select .ginput_container:after {
  background-color: #ff803c;
  height: 48px;
  position: absolute;
  width: 48px;
  top: 0;
  margin: 0;
  right: 0;
}

.pageMain_content .gfield_radio label {
  display: inline-block;
  font-family: "Open Sans", sans-serif;
  font-weight: normal;
}

.pageMain_content .gfield_radio li {
  display: inline-block;
}

.pageMain_content .gfield_checkbox label {
  display: inline-block;
  font-family: "Open Sans", sans-serif;
  font-weight: normal;
}

.pageMain_content .gfield_checkbox li {
  display: block;
}

.gfield_description {
  margin-bottom: 20px;
}

#gform_submit_button_1 {
  float: right;
}

.validation_error, .validation_message {
  color: #d00;
  font-size: 14px;
  margin-top: 5px;
}

.validation_error {
  margin-bottom: 20px;
}

table {
  border-collapse: collapse;
  margin: 30px 0;
}

th {
  background: #ff803c;
  color: #fff;
  font-family: "Bitter", serif;
  padding: 15px 20px;
  text-align: left;
  vertical-align: top;
}

td {
  border-bottom: 1px solid #e6e6e6;
  padding: 20px 0;
  vertical-align: top;
}

.pageMain_content .gfield.datepicker input {
  background: url("../img/calendar.png") no-repeat calc(100% - 10px) 50%;
  padding: 8px 40px 8px 12px;
  width: 100%;
}

@media (min-width: 600px) {
  .pageMain_content .gfield.datepicker input {
    float: left;
    margin-left: 20px;
    width: 170px;
  }
}

.ui-datepicker-trigger {
  display: none;
}

.picker {
  background: #fff;
  margin-top: 50px;
  position: absolute;
  z-index: 1;
}

.picker[aria-hidden='true'] {
  display: none;
}

.picker__header {
  background: #ff803c;
  color: #fff;
  font-weight: bold;
  padding: 10px 0;
  position: relative;
  text-align: center;
  text-transform: uppercase;
}

.picker__header .picker__month {
  display: inline;
  margin-right: 5px;
}

.picker__header .picker__year {
  display: inline;
}

.picker__header .picker__nav--prev, .picker__header .picker__nav--next {
  background: url("../img/arrow-left.png") no-repeat center;
  cursor: pointer;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transition-duration: 0.3s;
  width: 30px;
}

.picker__header .picker__nav--prev:hover, .picker__header .picker__nav--next:hover {
  opacity: 0.5;
}

.picker__header .picker__nav--next {
  background: url("../img/arrow-right.png") no-repeat center;
  left: auto;
  right: 0;
}

.picker__table {
  margin: 0;
}

.picker__table thead {
  display: none;
}

.picker__table td {
  background: #000;
  border: none;
  color: #fff;
  padding: 5px 10px;
  text-align: center;
}

.picker__table .picker__day {
  cursor: pointer;
  font-weight: bold;
}

.picker__table .picker__day--outfocus {
  color: #444953;
}

.picker__footer {
  display: none;
}

.pageMain_aside {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media (min-width: 600px) {
  .pageMain_aside {
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}

.aside_container {
  width: 100%;
}

@media (min-width: 600px) {
  .aside_container {
    float: left;
    margin-right: 10px;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    width: auto;
  }
}

@media (min-width: 1080px) {
  .aside_container {
    float: none;
    margin-right: 0;
    margin-bottom: 40px;
    width: 100%;
  }
}

.aside_title h2 {
  color: #000;
}

.aside_cta {
  border: 1px solid #e1e1e1;
  display: none;
  padding: 30px 30px 15px;
}

@media (min-width: 1080px) {
  .aside_cta {
    display: block;
  }
}

.aside_cta h1, .aside_cta h2, .aside_cta h3, .aside_cta h4 {
  margin: 0 0 10px;
}

.aside_cta a {
  font-family: "Bitter", serif;
}

.pageFooter:after {
  content: "";
  display: table;
  clear: both;
}

@media (min-width: 1080px) {
  .pageFooter {
    padding-bottom: 0px;
  }
}

.pageFooter ul {
  margin: 0;
  padding: 0;
}

.pageFooter li {
  list-style: none;
  margin: 0;
  padding: 0;
}

.pageFooter a {
  color: #000;
  font-size: 14px;
}

.pageFooter a:hover {
  color: #ff803c;
}

.pageFooter-top {
  display: none;
}

@media (min-width: 600px) {
  .pageFooter-top {
    background: #f4f4f4;
    display: block;
    padding: 60px 0;
  }
}

.pageFooter-bottom {
  background: #fff;
}

.footer_navLeft {
  display: none;
}

@media (min-width: 600px) {
  .footer_navLeft {
    display: block;
    float: left;
    margin-right: 40px;
  }
}

.footer_navLeft li {
  margin-bottom: 10px;
}

.footer_navLeft a {
  font-weight: bold;
}

.footer_navSitemap {
  display: none;
}

@media (min-width: 600px) {
  .footer_navSitemap {
    display: block;
  }
}

@media (min-width: 600px) {
  .footer_navSitemap .menu {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media (min-width: 1080px) {
  .footer_navSitemap .menu {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}

@media (min-width: 600px) {
  .footer_navSitemap .menu > li {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }
}

@media (min-width: 1080px) {
  .footer_navSitemap .menu > li {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
}

.footer_navSitemap .menu > li > a {
  font-weight: bold;
  margin-bottom: 10px;
}

.footer_navSitemap li {
  display: block;
  margin-bottom: 10px;
}

.footer_navSitemap li.current-menu-item > a {
  color: #ff803c;
}

.footer_navSitemap a {
  display: block;
}

.footer_partners {
  clear: left;
  padding: 20px 0 20px;
  text-align: center;
}

@media (min-width: 1080px) {
  .footer_partners {
    padding: 25px 0 10px;
  }
}

.footer_partners h1 {
  font-size: 14px;
  margin-bottom: 25px;
}

@media (min-width: 1080px) {
  .footer_partners h1 {
    float: left;
    line-height: 40px;
    margin-right: 40px;
  }
}

.footer_partners ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media (min-width: 600px) {
  .footer_partners ul {
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.footer_partners li {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.pageHeader {
  height: 105px;
  position: relative;
}

@media (min-width: 600px) {
  .pageHeader {
    height: 120px;
  }
}

.pageHeader .inner {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 20px;
  position: relative;
}

@media (min-width: 1080px) {
  .pageHeader .inner {
    display: -ms-flexbox;
    display: flex;
    position: static;
  }
}

.header_logo {
  -ms-flex: 0 0 112px;
  flex: 0 0 112px;
}

@media (min-width: 600px) {
  .header_logo {
    -ms-flex: 0 0 120px;
    flex: 0 0 120px;
  }
}

@media (min-width: 1080px) {
  .header_logo {
    -ms-flex: 0 0 142px;
    flex: 0 0 142px;
  }
}

.header_logo img {
  height: 70px;
}

@media (min-width: 600px) {
  .header_logo img {
    height: 70px;
  }
}

@media (min-width: 1080px) {
  .header_logo img {
    height: 70px;
  }
}

.header_quote {
  height: 75px;
  -ms-flex: 0 0 75px;
  flex: 0 0 75px;
  position: relative;
}

.header_quote .quote-item-quantity {
  background: #000;
  border-radius: 50%;
  bottom: 0;
  color: #fff;
  font-family: "Bitter", serif;
  font-size: 14px;
  height: 26px;
  left: 0;
  line-height: 26px;
  position: absolute;
  text-align: center;
  width: 26px;
}

@media (min-width: 1080px) {
  .header_quote {
    height: 100px;
    -ms-flex: 0 0 100px;
    flex: 0 0 100px;
  }
}

.header_quote a {
  background: #ff803c;
  border-radius: 50%;
  color: #fff;
  display: block;
  font-family: "Bitter", serif;
  font-size: 12px;
  height: 100%;
  line-height: 1.1;
  padding: 24px 10px;
  text-align: center;
  width: 100%;
}

@media (min-width: 1080px) {
  .header_quote a {
    font-size: 16px;
    padding: 31px 10px;
  }
}

.page:not(.home) .pageHero,
.error404 .pageHero,
.archive .pageHero,
.single .pageHero,
.blog .pageHero {
  height: 200px;
  position: relative;
}

@media (min-width: 600px) {
  .page:not(.home) .pageHero,
  .error404 .pageHero,
  .archive .pageHero,
  .single .pageHero,
  .blog .pageHero {
    height: 400px;
  }
}

.page:not(.home) .pageHero .inner,
.error404 .pageHero .inner,
.archive .pageHero .inner,
.single .pageHero .inner,
.blog .pageHero .inner {
  background: url("../img/hero-shape-page.png") no-repeat 0 10px;
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin-left: 20px;
  position: absolute;
  z-index: 2;
  width: calc(100vw - 35px);
}

@media (min-width: 1080px) {
  .page:not(.home) .pageHero .inner,
  .error404 .pageHero .inner,
  .archive .pageHero .inner,
  .single .pageHero .inner,
  .blog .pageHero .inner {
    background-position: left bottom;
    left: 50%;
    margin-left: 28px;
    transform: translate(-50%, 0);
  }
}

.hero_image {
  background-position: center;
  background-size: cover;
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}

.hero_mask {
  background: rgba(0, 0, 0, 0.5);
  height: 100%;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 1;
}

.hero_mask:after {
  background: #fff;
  bottom: 0;
  content: '';
  display: block;
  height: 39px;
  left: 0;
  position: absolute;
  /* width: 20px; */
}

@media (min-width: 600px) {
  .hero_mask:after {
    height: 68px;
  }
}

@media (min-width: 1080px) {
  .hero_mask:after {
  }
}

.hero_text {
  color: #fff;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  font-family: "Bitter", serif;
  font-size: 18px;
  line-height: 1.2;
  text-align: center;
}

@media (min-width: 600px) {
  .hero_text {
    font-size: 30px;
  }
}

@media (min-width: 1080px) {
  .hero_text {
    font-size: 40px;
  }
}

.hero_text span {
  display: block;
}

@media (min-width: 600px) {
  .hero_text span {
    display: inline;
  }
}

.pageMain .inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media (min-width: 1080px) {
  .pageMain .inner {
    -ms-flex-direction: row;
    flex-direction: row;
    min-height: 350px;
  }
}

.pageMain_aside {
  margin-bottom: 20px;
}

@media (min-width: 1080px) {
  .pageMain_aside {
    display: block;
    -ms-flex: 0 0 250px;
    flex: 0 0 250px;
    margin-right: 30px;
    margin-bottom: 0;
  }
}

.pageMain_aside h2 {
  margin: 0 0 5px;
}

.pageMain_content {
  padding: 0 0 60px;
}

.pageMain_content > h1:nth-child(1) {
  margin: 0 0 25px;
}

.pageMain_content h1 {
  margin: 40px 0 25px;
}

.pageMain_content h2, .pageMain_content h3, .pageMain_content h4, .pageMain_content h5, .pageMain_content h6 {
  margin: 25px 0 10px;
}

.pageMain_content h2 + p, .pageMain_content h3 + p, .pageMain_content h4 + p, .pageMain_content h5 + p, .pageMain_content h6 + p {
  margin-top: 0;
}

.pageMain_content ul, .pageMain_content ol {
  line-height: 1.15;
  margin: 5px 0;
  padding: 0px 0 0 15px;
}

.pageMain_content li {
  list-style-image: url("../img/bullet.png");
  margin: 10px 0;
}

.pageMain_content p a {
  text-decoration: underline;
}

.pageMain_content img {
  height: auto;
  max-width: 100%;
}

@media (min-width: 1080px) {
  .pageMain_content {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
}

.asideNav ul {
  list-style: none;
  margin: 20px 0 0;
  padding: 0;
}

.asideNav li {
  padding: 0 0 15px;
}

.asideNav a {
  color: #ff803c;
  font-family: "Bitter", serif;
}

.asideNav .current-menu-item a {
  color: #000;
}

.header_nav {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition-duration: 0.1s;
  transition-property: opacity;
  z-index: 12;
}

@media (min-width: 1080px) {
  .header_nav {
    display: block;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    max-height: none;
    opacity: 1;
    overflow: visible;
    padding: 0 20px;
  }
}

.header_nav ul {
  border-top: 1px solid #fff;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}

@media (min-width: 1080px) {
  .header_nav ul {
    border-top: none;
  }
}

.header_nav li {
  display: block;
  position: relative;
}

@media (min-width: 1080px) {
  .header_nav li {
    display: inline-block;
    padding: 0 13px;
  }
}

.header_nav a {
  background: #ff803c;
  border-bottom: 1px solid #e5671b;
  color: #fff;
  display: block;
  font-size: 16px;
  padding: 16px 20px;
}

@media (min-width: 1080px) {
  .header_nav a {
    background: transparent;
    border: none;
    font-size: 14px;
    color: #ff803c;
    padding: 0;
  }
}

.header_nav .menu {
  opacity: 0;
  transform: translate(0, -10px);
  transition-property: opacity transform;
  transition-duration: 0.3s;
  transition-delay: 0.3s;
}

@media (min-width: 1080px) {
  .header_nav .menu {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    opacity: 1;
    transform: none;
    transition: none;
  }
}

@media (min-width: 1080px) {
  .header_nav .menu > li {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    position: relative;
  }
}

@media (min-width: 1080px) {
  .header_nav .menu > li > a {
    padding: 50px 0;
  }
  .header_nav .menu > li > a:hover {
    color: #ff803c;
  }
}

@media (min-width: 1080px) {
  .header_nav .menu > li:hover > a {
    color: #ff803c;
  }
}

@media (min-width: 1080px) {
  .header_nav .menu > li.current_page_item > a,
  .header_nav .menu > li.current_page_ancestor > a {
    color: #ff803c;
  }
}

.header_nav .parent-expanded > .sub-menu {
  max-height: none;
  transform: translate(0, 0);
  opacity: 1;
}

.header_nav .sub-menu {
  border: none;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transform: translate(0, -10px);
  transition: transform 0.3s;
  z-index: 12;
}

@media (min-width: 1080px) {
  .header_nav .sub-menu {
    background: rgba(255, 128, 60, 0.9);
    border: none;
    display: none;
    max-height: 0;
    opacity: 1;
    padding: 15px;
    position: absolute;
    transform: none;
    width: 250px;
  }
  .header_nav .sub-menu:after {
    background: #ff803c;
    content: '';
    height: 5px;
    left: 50%;
    position: absolute;
    top: 0;
    transform: translate(-50%, -100%);
    width: 80px;
  }
}

.header_nav .sub-menu li {
  position: relative;
}

@media (min-width: 1080px) {
  .header_nav .sub-menu li {
    display: block;
  }
}

@media (min-width: 1080px) {
  .header_nav .sub-menu > li.current_page_item > a,
  .header_nav .sub-menu > li.current_page_ancestor > a {
    color: #000;
  }
}

.header_nav .sub-menu a {
  background: #000;
  border-bottom: 1px solid #fff;
}

@media (min-width: 1080px) {
  .header_nav .sub-menu a {
    background: transparent;
    color: #fff;
    padding: 5px 0;
    border: none;
  }
}

@media (min-width: 1080px) {
  .header_nav .sub-menu a:hover {
    color: #000;
  }
}

@media (max-width: 1079px) {
  .header_nav .menu > li.parent-expanded {
    background: #fff;
  }
  .header_nav .menu > li.parent-expanded > .sub-menu {
    padding: 0 0 20px 20px;
  }
  .header_nav .menu > li.parent-expanded a {
    background: #fff;
    color: #000;
    border-bottom: 1px solid #fff;
  }
  .header_nav .menu > li .parent-expanded > .sub-menu {
    padding: 0 0 10px 20px;
    background: #f3f3f3;
  }
  .header_nav .menu > li.parent-expanded > .menu-expand,
  .header_nav .menu > li.parent-expanded .parent-expanded > .menu-expand {
    background: url("../img/arrow-down-black.png") no-repeat center;
  }
  .header_nav .menu > li .sub-menu a {
    background: #f3f3f3;
    font-size: 13px;
    padding: 15px 20px;
    border-bottom: none;
    border-top: 1px solid #fff;
  }
  .header_nav .menu > li .sub-menu .menu-expand {
    height: 50px;
    background: url("../img/arrow-down-orng.png") no-repeat center;
  }
  .header_nav .menu > li .sub-menu .sub-menu a {
    border: none;
    padding: 9px 20px;
  }
  .header_nav .menu > li .sub-menu .sub-menu .menu-expand {
    height: 35px;
  }
  .header_nav .menu > li.menu-item-has-children > a,
  .header_nav .menu > li.menu-item-has-children .menu-item-has-children > a {
    padding-right: 63px !important;
  }
  .header_nav .menu > li .current-menu-item > a {
    color: #ff803c;
  }
}

@media (min-width: 1080px) {
  .header_nav li:hover > .sub-menu {
    display: block;
    max-height: none;
  }
}

@media (min-width: 1080px) {
  .header_nav .menu > li > .sub-menu {
    left: 50%;
    transform: translate(-50%, 0);
  }
}

@media (min-width: 1080px) {
  .header_nav .menu > li > .sub-menu a {
    text-align: center;
  }
}

.menu-expand {
  background: transparent url("../img/arrow-down.png") no-repeat center;
  height: 55px;
  overflow: hidden;
  position: absolute;
  right: 0px;
  text-indent: 100%;
  top: 1px;
  white-space: nowrap;
  width: 63px;
  z-index: 11;
  transition: transform 0.3s;
}

.parent-expanded > .menu-expand {
  transform: rotate(0.5turn);
}

@media (min-width: 1080px) {
  .menu-expand {
    display: none;
  }
}

@media (max-width: 1079px) {
  .navButton-isActive .header_nav {
    background: rgba(0, 0, 0, 0.8);
    cursor: pointer;
    min-height: 100vh;
    left: 0;
    max-height: none;
    overflow: visible;
    opacity: 1;
    position: absolute;
    top: 0;
    transition-duration: 0.2s;
    transition-property: opacity;
    width: 100%;
  }
  .navButton-isActive .header_nav .menu {
    opacity: 1;
    transform: translate(0, 0);
  }


  .swiper-container{width: 100% !important;}
  .content_div{width: 100% !important;}
}

@media (min-width: 1080px) {
  .navButton-isActive .header_nav {
    background: transparent;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    min-height: none;
    position: static;
  }
}

@media (max-width: 1079px) {
  .header_nav .menu > li.mega-nav > .sub-menu > li > a, .header_nav .menu > li.mega-nav > .sub-menu > li > .menu-expand {
    display: none;
  }
  .header_nav .menu > li.mega-nav.parent-expanded > .sub-menu > li > .sub-menu {
    max-height: none;
    transform: translate(0, 0);
    opacity: 1;
  }
  .header_nav .menu > li.mega-nav .sub-menu .sub-menu a {
    padding: 15px 20px;
    border-bottom: none;
    border-top: 1px solid #fff;
  }
  .header_nav .menu > li.mega-nav .sub-menu .sub-menu .menu-expand {
    height: 50px;
  }
  .header_nav .menu > li.mega-nav .sub-menu .sub-menu .sub-menu a {
    border: none;
    padding: 9px 20px;
  }
  .header_nav .menu > li.mega-nav .sub-menu .sub-menu .sub-menu .menu-expand {
    height: 35px;
  }
}

@media (min-width: 1080px) {
  .header_nav .menu > li.mega-nav:hover {
    background: #ff803c;
    position: static;
    color: #fff;
  }
  .header_nav .menu > li.mega-nav:hover > a {
    color: #fff;
  }
  .header_nav .menu > li.mega-nav > .sub-menu {
    background: #f3f3f3;
    width: 100%;
    padding: 40px 0 60px;
  }
  .header_nav .menu > li.mega-nav > .sub-menu > li {
    padding: 0;
  }
  .header_nav .menu > li.mega-nav > .sub-menu > li > a {
    display: block;
    font-size: 18px;
    font-family: "Bitter", serif;
    font-style: italic;
    font-weight: 700;
    margin: 0 auto 12px;
    padding: 0;
    color: #000;
    text-align: left;
    max-width: 1030px;
  }
  .header_nav .menu > li.mega-nav .sub-menu .sub-menu {
    display: block;
    position: relative;
    background: transparent;
    opacity: 1;
    max-height: none;
    width: 100%;
    max-width: 1080px;
    font-size: 0;
    padding: 0 10px;
    margin: 0 auto;
  }
  .header_nav .menu > li.mega-nav .sub-menu .sub-menu > li {
    display: inline-block;
    vertical-align: top;
    width: 25%;
    padding: 0 15px;
  }
  .header_nav .menu > li.mega-nav .sub-menu .sub-menu a {
    color: #000;
    text-align: left;
    font-weight: bold;
  }
  .header_nav .menu > li.mega-nav .sub-menu .sub-menu a:hover, .header_nav .menu > li.mega-nav .sub-menu .sub-menu .current-menu-item > a {
    color: #ff803c;
  }
  .header_nav .menu > li.mega-nav .sub-menu .sub-menu:after {
    display: none;
  }
  .header_nav .menu > li.mega-nav .sub-menu .sub-menu .sub-menu {
    width: auto;
    height: auto;
    padding: 0 0 0 20px;
  }
  .header_nav .menu > li.mega-nav .sub-menu .sub-menu .sub-menu li {
    padding: 0;
    width: auto;
    display: block;
  }
  .header_nav .menu > li.mega-nav .sub-menu .sub-menu .sub-menu a {
    font-weight: normal;
    font-size: 12px;
  }
  .header_nav .menu > li.mega-nav .sub-menu .sub-menu .sub-menu .menu-item-has-children > a {
    display: inline-block;
    vertical-align: middle;
  }
  .header_nav .menu > li.mega-nav .sub-menu .sub-menu .sub-menu .menu-item-has-children > .menu-expand {
    display: inline-block;
    background: url("../img/aside-orange-arrow.png") no-repeat center;
    height: 16px;
    position: relative;
    top: -1px;
    width: 16px;
    transform: rotate(90deg);
    vertical-align: middle;
    margin-left: 5px;
    transition: transform 0.3s;
    overflow: hidden;
  }
  .header_nav .menu > li.mega-nav .sub-menu .sub-menu .sub-menu .parent-expanded > .menu-expand {
    transform: none;
  }
  .header_nav .menu > li.mega-nav .sub-menu .sub-menu .sub-menu .sub-menu {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transform: translate(0, -10px);
    transition: transform 0.3s;
  }
  .header_nav .menu > li.mega-nav .sub-menu .sub-menu .sub-menu .sub-menu a {
    padding: 2px 0;
  }
  .header_nav .menu > li.mega-nav .sub-menu .sub-menu .sub-menu .parent-expanded > .sub-menu {
    max-height: none;
    transform: translate(0, 0);
    opacity: 1;
    padding: 5px 0 5px 20px;
  }
  .header_nav .menu > li.mega-nav .menu-item.all {
    position: absolute;
    z-index: 1;
  }
  .header_nav .menu > li.mega-nav .menu-item.all + li {
    padding-top: 40px;
  }
}

.pageUtility.bottom {
  background: #ff803c;
  display: block;
  font-size: 14px;
  padding: 35px 0 35px;
}

@media (min-width: 1080px) {
  .pageUtility.bottom {
    padding: 20px 0;
  }
}

.pageUtility.bottom .inner {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (min-width: 1080px) {
  .pageUtility.bottom .inner {
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.pageUtility.bottom .utility_socialLinks {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 200px;
}

@media (min-width: 1080px) {
  .pageUtility.bottom .utility_socialLinks {
    width: 80px;
  }
}

.pageUtility.bottom .utility_socialLinks ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.pageUtility.bottom .utility_socialLinks li {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.pageUtility.bottom .utility_socialLinks a {
  height: 28px;
  width: 28px;
}

.pageUtility.bottom .utility_location {
  color: #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 14px;
  line-height: 1.3;
  margin-top: 30px;
  text-align: center;
}

@media (min-width: 700px) {
  .pageUtility.bottom .utility_location {
    -ms-flex-direction: row;
    flex-direction: row;
    margin-top: 20px;
  }
}

@media (min-width: 1080px) {
  .pageUtility.bottom .utility_location {
    font-size: 14px;
    margin: 0;
  }
}

.pageUtility.bottom .utility_location h1 {
  font-size: 14px;
  margin: 0 0 10px;
}

@media (min-width: 600px) {
  .pageUtility.bottom .utility_location h1 {
    margin: 4px 20px 0 0;
  }
}

@media (min-width: 1080px) {
  .pageUtility.bottom .utility_location h1 {
    margin: 0px 20px 0 0;
    font-size: 14px;
  }
}

.pageUtility.bottom .utility_location a {
  color: #fff;
}

.pageUtility.bottom .utility_location a:hover {
  color: #ff803c;
}

.pageUtility.bottom .utility_location .location_address {
  margin-bottom: 10px;
}

@media (min-width: 600px) {
  .pageUtility.bottom .utility_location .location_address {
    margin: 0 20px 0 0;
  }
}

.pageUtility.bottom .utility_location .icon.pin {
  float: none;
  transform: translate(0px, 4px);
}

@media (min-width: 1080px) {
  .pageUtility.bottom .utility_location .icon.pin {
    float: left;
    transform: translate(0, 0);
  }
}

.pageUtility.bottom .utility_location .icon.phone {
  float: none;
}

@media (min-width: 600px) {
  .pageUtility.bottom .utility_location .icon.phone {
    margin-top: 2px;
    transform: translate(0px, 3px);
  }
}

@media (min-width: 1080px) {
  .pageUtility.bottom .utility_location .icon.phone {
    float: left;
    margin: 0;
    transform: translate(0, 0);
  }
}

.pageUtility.bottom .utility_credit {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-top: 35px;
}

@media (min-width: 1080px) {
  .pageUtility.bottom .utility_credit {
    margin: 0;
  }
}

.pageUtility.bottom .utility_credit a {
  background: url("../img/starfish.png") no-repeat top left;
  display: inline-block;
  height: 23px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  width: 84px;
}

.pageUtility.bottom .utility_credit a:hover {
  background-position: bottom left;
}

.pageUtility.top {
  background: #ff803c;
  font-family: "Bitter", serif;
  padding: 10px 0 12px;
}

@media (min-width: 600px) {
  .pageUtility.top {
    padding: 9px 0 12px;
  }
}

.pageUtility.top .inner {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (min-width: 1080px) {
  .pageUtility.top .inner {
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

.pageUtility.top .utility_shipping {
  display: none;
}

@media (min-width: 768px) {
  .pageUtility.top .utility_shipping {
    display: inline-block;
    line-height: 1;
    padding-right: 10px;
  }
}

@media (min-width: 1080px) {
  .pageUtility.top .utility_shipping {
    padding-right: 40px;
  }
}

@media (min-width: 1080px) {
  .pageUtility.top .utility_shipping {
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
  }
}

.pageUtility.top .utility_shipping a {
  color: #ffffff;
}

.pageUtility.top .utility_shipping .icon {
  margin-left: 5px;
}

.pageUtility.top .utility_shipping .icon.cube {
  transform: translate(0, 2px);
}

.pageUtility.top .utility_shipping .icon.arrowRight-utility {
  transform: translate(0, 1px);
}

.pageUtility.top .utility_socialLinks {
  display: none;
}

@media (min-width: 1080px) {
  .pageUtility.top .utility_socialLinks {
    display: inline-block;
    transform: translate(0, 4px);
  }
}

.pageUtility.top .utility_socialLinks li {
  display: inline-block;
  float: left;
}

@media (min-width: 1080px) {
  .pageUtility.top .utility_socialLinks li {
    margin-right: 10px;
  }
}

.pageUtility.top .utility_phone {
  color: #fff;
}

@media (min-width: 600px) {
  .pageUtility.top .utility_phone {
    padding-right: 50px;
  }
}

@media (min-width: 1080px) {
  .pageUtility.top .utility_phone {
    padding-right: 0;
    transform: translate(0, 2px);
  }
}

.pageUtility.top .utility_phone a {
  color: #fff;
}

.pageUtility.top .utility_phone a:hover {
  opacity: 0.8;
}

.pageUtility.top .utility_phone .icon.phone-utility {
  float: left;
  height: 19px;
  transform: translate(0, 2px);
  width: 19px;
}

@media (min-width: 1080px) {
  .pageUtility.top .utility_phone .icon.phone-utility {
    height: 26px;
    margin-right: 6px;
    transform: translate(0, -1px);
    width: 26px;
  }
}

.pageUtility.top .utility_navButton {
  background: transparent;
  position: absolute;
  right: 0;
  transform: translate(0, -10px);
  top: 0;
}

@media (min-width: 1080px) {
  .pageUtility.top .utility_navButton {
    display: none;
  }
}

.pageNewsletter {
  background: #ff803c;
  padding: 40px 0 35px;
}

.pageNewsletter:after {
  content: "";
  display: table;
  clear: both;
}

@media (min-width: 600px) {
  .pageNewsletter {
    padding: 25px 0;
  }
}

@media (min-width: 1080px) {
  .pageNewsletter {
    padding: 30px 0;
  }
}

.pageNewsletter .inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.pageNewsletter .inner:after {
  content: "";
  display: table;
  clear: both;
}

@media (min-width: 1080px) {
  .pageNewsletter .inner {
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.pageNewsletter .subForm-error {
  display: block;
}

.pageNewsletter h1 {
  color: #fff;
  font-size: 22px;
  margin-bottom: 10px;
}

@media (min-width: 600px) {
  .pageNewsletter h1 {
    font-size: 20px;
    margin-bottom: 5px;
  }
}

@media (min-width: 1080px) {
  .pageNewsletter h1 {
    font-size: 22px;
  }
}

.pageNewsletter h3 {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: normal;
  margin-bottom: 25px;
}

@media (min-width: 600px) {
  .pageNewsletter h3 {
    font-size: 14px;
  }
}

@media (min-width: 1080px) {
  .pageNewsletter h3 {
    font-size: 16px;
    margin: 0;
  }
}

.pageNewsletter .newsletter_header {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

@media (min-width: 1080px) {
  .pageNewsletter .newsletter_header {
    -ms-flex: 0 0 43%;
    flex: 0 0 43%;
  }
}

.pageNewsletter form {
  background: transparent;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin: 0;
  padding: 0;
}

@media (min-width: 600px) {
  .pageNewsletter form {
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

@media (min-width: 1080px) {
  .pageNewsletter form {
    -ms-flex: 0 0 57%;
    flex: 0 0 57%;
    -ms-flex-direction: row;
    flex-direction: row;
    height: 50px;
  }
}

.pageNewsletter form .ginput_container {
  margin-bottom: 10px;
}

@media (min-width: 600px) {
  .pageNewsletter form .ginput_container {
    margin: 0 20px 0 0;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
  }
}

.pageNewsletter form input[type='text'], .pageNewsletter form input[type='email'] {
  background: #f07230;
  border: none;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: bold;
  padding: 14px;
  width: 100%;
}

.pageNewsletter form input[type='text']::-webkit-input-placeholder,
.pageNewsletter form input[type='email']::-webkit-input-placeholder {
  color: #fff;
}

.pageNewsletter form label {
  display: none;
}

.pageNewsletter form button {
  float: right;
  font-size: 16px;
  height: 80px;
  margin: 0;
  width: 80px;
}

.pageNewsletter form button:hover {
  border: none;
}

@media (min-width: 600px) {
  .pageNewsletter form button {
    margin: 0 25px 0 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    transform: translate(0, -16px);
  }
}

@media (min-width: 1080px) {
  .pageNewsletter form button {
    margin: 0;
  }
}

.blogDetail {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.blogDetail_header {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  margin-bottom: 20px;
  -ms-flex-order: 1;
  order: 1;
}

@media (min-width: 600px) {
  .blogDetail_header {
    -ms-flex: 1 0 calc(50% - 10px);
    flex: 1 0 calc(50% - 10px);
    -ms-flex-order: 2;
    order: 2;
    width: 50%;
  }
}

.blogDetail_header h1, .blogDetail_header h2 {
  margin-top: 0;
}

.blogDetail_info {
  color: #aaa;
  font-family: "Bitter", serif;
  font-size: 14px;
}

.blogDetail_date {
  display: inline;
}

.blogDetail_author {
  display: inline;
}

.blogDetail_author:before {
  background: #ff803c;
  border-radius: 50%;
  content: '';
  display: inline-block;
  height: 4px;
  margin: 3px 6px;
  width: 4px;
}

.blogDetail_tags {
  color: #000;
  margin-top: 20px;
}

.blogDetail_categories {
  display: inline;
}

.blogDetail_categories a {
  display: inline-block;
}

.blogDetail_categories a:before {
  background: #ff803c;
  border-radius: 50%;
  content: '';
  display: inline-block;
  height: 4px;
  margin: 3px 6px;
  width: 4px;
}

.blogDetail_image {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  -ms-flex-order: 2;
  order: 2;
}

@media (min-width: 600px) {
  .blogDetail_image {
    -ms-flex: 0 0 calc(50% - 10px);
    flex: 0 0 calc(50% - 10px);
    margin: 0 20px 20px 0;
    -ms-flex-order: 1;
    order: 1;
    width: 50%;
  }
}

.blogDetail_image img {
  height: auto;
  width: auto;
}

.blogDetail_text {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  -ms-flex-order: 3;
  order: 3;
}

.blogDetail_nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-order: 4;
  order: 4;
  margin-top: 30px;
}

@media (min-width: 600px) {
  .blogDetail_nav {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}

.blogDetail_nav a {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}

@media (min-width: 600px) {
  .blogDetail_nav a {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
}

.blogFilter .blogFilter_list:after {
  content: "";
  display: table;
  clear: both;
}

.blogFilter ul {
  margin: 0;
  padding: 0;
}

.blogFilter li {
  display: inline-block;
  float: left;
  margin: 0;
  padding: 0;
}

.blogFilter a {
  background: #ff803c;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  margin: 0 5px 5px 0;
  padding: 12px 20px;
}

.blogFilter a:hover {
  opacity: 0.8;
}

.blogFilter .current-cat a {
  background: #000;
}

.blogTeaser {
  border-bottom: 1px solid #d7d7d7;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 30px;
  padding-bottom: 30px;
}

.blogTeaser:after {
  content: "";
  display: table;
  clear: both;
}

@media (min-width: 600px) {
  .blogTeaser {
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin-bottom: 30px;
  }
}

.blogTeaser .excerpt-read-more {
  display: none;
}

.blogTeaser_date {
  display: inline;
}

.blogTeaser_author {
  display: inline;
}

.blogTeaser_categories {
  display: inline;
}

.blogTeaser_categories a {
  display: inline-block;
}

.blogTeaser_categories a:before {
  background: #ff803c;
  border-radius: 50%;
  content: '';
  display: inline-block;
  height: 4px;
  margin: 3px 6px;
  width: 4px;
}

.blogTeaser_image {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-bottom: 20px;
}

@media (min-width: 600px) {
  .blogTeaser_image {
    -ms-flex: 0 0 280px;
    flex: 0 0 280px;
    margin: 0 20px 0 0;
  }
}

.blogTeaser_image img {
  height: auto;
  width: 100%;
}

.blogTeaser-feature .blogTeaser_image {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

@media (min-width: 600px) {
  .blogTeaser-feature .blogTeaser_image {
    -ms-flex: 0 0 380px;
    flex: 0 0 380px;
  }
}

.blogTeaser_content {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

@media (min-width: 600px) {
  .blogTeaser_content {
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
  }
}

.blogTeaser_content .button.circle {
  font-size: 12px;
  height: 50px;
  line-height: 48px;
  width: 50px;
}

.blogTeaser_title h1, .blogTeaser_title h2, .blogTeaser_title h3 {
  margin-top: 0;
}

.blogTeaser_title h1 a, .blogTeaser_title h2 a, .blogTeaser_title h3 a {
  color: #000;
}

.blogTeaser_title h1 a:hover, .blogTeaser_title h2 a:hover, .blogTeaser_title h3 a:hover {
  color: #ff803c;
}

.pagination {
  text-align: center;
}

.paging {
    display: inline-block;  
}
.paging li{
  display: inline-block;
}

.paging:after {
  content: "";
  display: table;
  clear: both;
}

.paging a, .paging .current, .paging .dots {
  background: #e1e1e1;
  color: #fff;
  display: inline-block;
  /* float: left; */
  font-family: "Bitter", serif;
  font-size: 15px;
  height: 42px;
  line-height: 42px;
  margin-right: 5px;
  text-align: center;
  width: 50px;
}

.paging a:hover {
  background: #000;
}

.paging .current {
  background: #ff803c;
}

.paging .dots {
  background: transparent;
  color: #000;
}

.paging .prev, .paging .next {
    /*
  background: #e1e1e1 url("../img/arrow-right.png") no-repeat center;
  overflow: hidden;
  
  text-indent: 100%;
  */
}

.paging .prev:hover, .paging .next:hover {
    /*
  background: #000 url("../img/arrow-right.png") no-repeat center;
  */
}

.paging .prev {
  background: #e1e1e1 url("../img/arrow-left.png") no-repeat center;
}

.paging .prev:hover {
  background: #000 url("../img/arrow-left.png") no-repeat center;
}

.productCategory_header {
  background: #ff803c;
  cursor: pointer;
  margin-bottom: 15px;
  padding: 15px 20px;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.productCategory_header:after {
  background: #ff803c url("../img/arrow-down-orange.png") no-repeat 0 0;
  content: '';
  height: 8px;
  position: absolute;
  right: 15px;
  transform: translate(0, -50%);
  transition-duration: 0.3s;
  top: 50%;
  width: 13px;
}

.expand .productCategory_header:after {
  transform: translate(0, -50%) rotateX(0.5turn);
}

.productCategory_header h3 {
  color: #fff;
  margin: 0;
}

.productCategory_header h6 {
  color: #000;
  margin: 0;
}

.productCategory_list {
  background: #fff;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
  display: none;
  transform: translate(0, -15px);
  position: absolute;
  width: calc(100% - 40px);
  z-index: 11;
}

@media (min-width: 600px) {
  .productCategory_list {
    width: calc(33.33% - 23px);
  }
}

@media (min-width: 1080px) {
  .productCategory_list {
    box-shadow: none;
    position: relative;
    transform: none;
    width: 100%;
  }
}

.expand .productCategory_list {
  display: block;
}

.productCategory_list ul {
  list-style: none;
  margin: 0;
  padding: 10px 0;
}

@media (min-width: 1080px) {
  .productCategory_list ul {
    padding: 0;
  }
}

.productCategory_list li {
  display: block;
  margin: 0;
  position: relative;
}

.productCategory_list a {
  background: #fff;
  color: #000;
  display: block;
  /* font-family: "Bitter", serif; */
  font-size: 16px;
  padding: 5px 20px 8px;
  position: relative;
}

.productCategory_list > ul > .current-cat-parent > a {
  background: #000;
  color: #fff;
}

.productCategory_list .children, .productCategory_list .children .children {
  display: none;
  padding: 0;
}

.productCategory_list .parent-cat-item.menu-expanded > .children {
  display: block;
  padding: 10px 10px 10px 20px;
}

.productCategory_list .sub-menu a, .productCategory_list .current-cat .children a {
  background: transparent;
  color: #000;
  font-size: 14px;
}

.productCategory_list .current-cat > a {
  background: #ff803c;
  color: #fff;
}

.productCategory_list .children .current-cat > a {
  background: transparent;
  color: #ff803c;
}

.productCategory_list .parent-cat-item > .aside-menu-expand {
  background: url("../img/aside-grey-arrow.png") no-repeat center;
  content: '';
  height: 34px;
  position: absolute;
  right: 0px;
  top: 0;
  width: 34px;
}

.productCategory_list .parent-cat-item.menu-expanded > .aside-menu-expand {
  transform: rotate(-90deg);
}

.productCategory_list .current-cat.parent-cat-item.menu-expanded > .aside-menu-expand,
.productCategory_list .current-cat-parent.menu-expanded > .aside-menu-expand {
  transform: rotate(0);
}

.productCategory_list .current-cat-parent > .aside-menu-expand,
.productCategory_list .current-cat.parent-cat-item > .aside-menu-expand {
  background-image: url("../img/aside-orange-arrow.png");
  transform: rotate(90deg);
}

.productCategory_list .children .current-cat-parent .aside-menu-expand,
.productCategory_list .children .parent-cat-item > .aside-menu-expand {
  background: none;
}

.productListing {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 40px 0 40px;
}

.productListing .product {
  -ms-flex: 0 0 calc(100% - 15px);
  flex: 0 0 calc(100% - 15px);
  margin: 0 0 20px;
}

@media (min-width: 500px) {
  .productListing .product {
    -ms-flex: 0 0 calc(50% - 20px);
    flex: 0 0 calc(50% - 20px);
    margin: 0 0 40px;
  }
}

@media (min-width: 650px) {
  .productListing .product {
    -ms-flex: 0 0 calc(33.33% - 20px);
    flex: 0 0 calc(33.33% - 20px);
    margin-right: 20px;
  }
}

.productListing .product_id {
  display: block;
  font-size: 12px;
}

.productDetail_title h1 {
  margin-top: 0;
}

.productDetail_info {
  position: relative;
  margin-bottom: 20px;
}

@media (min-width: 600px) {
  .productDetail_info {
    float: left;
    width: calc(50% - 10px);
  }
}

.productDetail_info h3 {
  margin: 0 0 5px;
}

.productDetail_id {
  margin-bottom: 20px;
  padding-right: 100px;
}

.productDetail_leaseOptions {
  margin-bottom: 20px;
}

.productDetail_leaseOptions ul {
  padding-left: 0;
}

.productDetail_links ul.stacked {
  padding-left: 0;
}

.productDetail_links ul.stacked li {
  margin: 10px 0;
}

.productDetail_links .icon {
  float: left;
  margin-right: 12px;
}

.productDetail_links a {
  color: #ff803c;
  font-size: 14px;
  line-height: 26px;
}

.productDetail_links a:hover {
  color: #000;
}

.productDetail_links a:hover .button.icon.orange {
  background-color: #000;
}

.productDetail_text {
  clear: both;
}

.productDetail_quoteButton {
  position: absolute;
  right: 0;
  top: 0;
}

.productDetail_quoteButton .button {
  line-height: 1;
  padding: 21px 0;
}

.otherProducts {
  margin-top: 40px;
}

@media (min-width: 600px) {
  .otherProducts {
    margin-top: 60px;
  }
}

.otherProducts h3 {
  margin: 20px 0 0;
}

.otherProducts .productListing {
  margin: 0;
  padding: 0;
}

.downloadables {
  margin: 30px 0;
}

.downloadables_header {
  background: #ff803c;
  color: #fff;
  font-family: "Bitter", serif;
  padding: 15px 20px;
  text-align: left;
  vertical-align: top;
}

.downloadables_header h3 {
  font-size: 20px;
  margin: 0;
}

.download {
  border-bottom: 1px solid #e6e6e6;
  padding: 20px 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (min-width: 600px) {
  .download {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}

.download_text {
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
}

@media (min-width: 600px) {
  .download_text {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
}

.download_link a:hover .icon.download-black {
  background-image: url("../img/icon-download-orange.png");
}

.download_link, .download_view {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
}

@media (min-width: 600px) {
  .download_link, .download_view {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-left: 30px;
  }
}

.download_link a, .download_view a {
  color: #000;
  font-family: "Bitter", serif;
  font-size: 14px;
}

.download_link a:hover, .download_view a:hover {
  color: #ff803c;
}

.download_link a:hover .icon.eye-black, .download_view a:hover .icon.eye-black {
  background-image: url("../img/icon-eye-orange.png");
}

.download_link .icon, .download_view .icon {
  float: left;
  margin-right: 10px;
}

.productDetail_images {
  margin-bottom: 20px;
}

@media (min-width: 600px) {
  .productDetail_images {
    float: left;
    margin: 0 20px 20px 0;
    width: calc(80% - 10px);
  }
}

.image_feature {
  margin: 0 0 20px;
}

.image_feature img {
  height: auto;
  width: 100%;
}

.image_list ul:after {
  content: "";
  display: table;
  clear: both;
}

.image_list li {
  width: calc(33.33% - 5px);
  border: 1px solid #fff;
  float: left;
}

@media (min-width: 600px) {
  .image_list li {
    width: calc(25% - 5px);
  }
}

.image_list li.current {
  border: 1px solid #ff803c;
}

.image_list img {
  display: inline-block;
  height: auto;
  width: 100%;
}

.quoteItems_header h1 {
  text-align: center;
}

@media (min-width: 550px) {
  .quoteItems_header h1 {
    margin-bottom: 40px;
  }
}

.quoteItems_header h2 {
  margin: 0 0 40px;
  text-align: left;
}

@media (min-width: 600px) {
  .quoteItems_header #empty-quote {
    padding-right: 240px;
  }
}

.quoteItem_listing {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.quoteItem {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  margin: 0 0px 10px 0;
}

@media (min-width: 550px) {
  .quoteItem {
    -ms-flex: 0 0 calc(50% - 10px);
    flex: 0 0 calc(50% - 10px);
    margin: 0 0px 20px 0;
  }
}

@media (min-width: 600px) {
  .quoteItem {
    -ms-flex: 0 0 calc(33.33% - 10px);
    flex: 0 0 calc(33.33% - 10px);
  }
}

@media (min-width: 1080px) {
  .quoteItem {
    -ms-flex: 0 0 calc(25% - 10px);
    flex: 0 0 calc(25% - 10px);
  }
}

.quoteItem_image {
  display: inline-block;
  float: left;
  margin: 0 10px 0px 0;
  width: 80px;
}

@media (min-width: 550px) {
  .quoteItem_image {
    margin-bottom: 20px;
  }
}

.quoteItem_image img {
  height: auto;
  width: 100%;
}

.quoteItem_title {
  display: inline-block;
  float: left;
  font-size: 14px;
  margin-right: 10px;
  width: calc(100% - 116px);
}

@media (min-width: 550px) {
  .quoteItem_title {
    width: calc(100% - 100px);
  }
}

.quoteItem_action {
  float: left;
  margin-top: 10px;
  width: 16px;
}

.quoteItem_action a {
  display: inline-block;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

.quoteItem_action a:hover {
  background-color: #ff803c;
}

.quoteItems_text {
  font-family: "Bitter", serif;
  text-align: center;
}

.quoteItems_text .button {
  right: 20px;
  top: 120px;
}

@media (min-width: 550px) {
  .quoteItems_text .button {
    position: absolute;
    right: 0;
    top: 90px;
  }
}

.home.page .pageHero {
  color: #fff;
  height: 1140px;
  position: relative;
}

@media (min-width: 1080px) {
  .home.page .pageHero {
    height: 920px;
  }
}

.hero_slides {
  height: 100%;
  left: 0;
  margin: 0 auto;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}

.slide {
  height: 100%;
  position: relative;
  width: 100%;
}

.slide .inner {
  left: 0;
  max-width: 900px;
  padding: 100px 20px;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}

@media (min-width: 1080px) {
  .slide .inner {
    left: 50%;
    transform: translate(-50%, 0);
  }
}

.slide .slide_text {
  font-size: 18px;
  text-align: center;
}

.slide .slide_links {
  text-align: center;
}

.slide h1 {
  font-size: 32px;
}

@media (min-width: 600px) {
  .slide h1 {
    font-size: 38px;
  }
}

@media (min-width: 1080px) {
  .slide h1 {
    font-size: 50px;
  }
}

.slide .button {
  background: rgba(0, 0, 0, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.5);
  color: #fff;
  display: block;
  font-size: 18px;
  padding: 15px 30px;
  transition-duration: 0.3s;
}

.slide .button:hover {
  border-color: #ff803c;
  color: #ff803c;
}

@media (min-width: 600px) {
  .slide .button {
    display: inline-block;
    margin-right: 5px;
  }
}

.slide_image {
  background-size: cover;
  background-position: top center;
  height: 100%;
  width: 100%;
}

.slide_mask {
  background: rgba(0, 0, 0, 0.5);
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}

.feature_products {
  background: url("../img/product-background.png") no-repeat left top;
  padding: 60px 0 100px;
}

@media (min-width: 600px) {
  .feature_products {
    background: url("../img/product-background.png") no-repeat calc(50% + 380px) top;
    padding-top: 50px;
  }
}

@media (min-width: 1080px) {
  .feature_products {
    padding-top: 60px;
  }
}

.featureProducts_header {
  color: #ff803c;
  font-family: "Bitter", serif;
  font-size: 30px;
  margin-bottom: 40px;
  text-align: center;
}

@media (min-width: 600px) {
  .featureProducts_header {
    margin-bottom: 50px;
  }
}

@media (min-width: 1080px) {
  .featureProducts_header {
    margin-bottom: 60px;
  }
}

.featureProducts_body {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (min-width: 1080px) {
  .featureProducts_body {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}

.featureProducts_body .product {
  border: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  height: auto;
  padding: 20px 0 10px;
  position: relative;
}

.featureProducts_body .product:nth-child(2n+2) {
  margin-right: 0;
}

@media (min-width: 600px) {
  .featureProducts_body .product {
    border: none;
    -ms-flex: 0 1 47%;
    flex: 0 1 47%;
    height: auto;
  }
}

@media (min-width: 750px) {
  .featureProducts_body .product {
    -ms-flex: 0 1 23%;
    flex: 0 1 23%;
  }
}

@media (min-width: 1080px) {
  .featureProducts_body .product {
    border: none;
    -ms-flex: 0 1 22%;
    flex: 0 1 22%;
    height: auto;
  }
}

.featureProducts_body .product_title {
  border-bottom: 1px solid #d7d7d7;
  height: auto;
  min-height: 60px;
  padding: 0 50px 10px 0;
}

.featureProducts_body .product_link {
  top: auto;
}

@media (min-width: 600px) {
  .featureProducts_body .product_link {
    bottom: 150px;
  }
}

.feature_text {
  background-color: #000;
  background-repeat: no-repeat;
  background-position: top left;
  background-size: cover;
  color: #fff;
  font-family: "Bitter", serif;
  font-size: 24px;
  padding: 140px 0 50px;
  text-align: center;
}

@media (min-width: 600px) {
  .feature_text {
    font-size: 20px;
    padding: 70px 0 45px;
  }
}

@media (min-width: 1080px) {
  .feature_text {
    font-size: 24px;
    padding: 105px 0 80px;
  }
}

.feature_leaseOptions {
  color: #fff;
  margin-top: -500px;
}

@media (min-width: 600px) {
  .feature_leaseOptions {
    margin-top: -629px;
    padding: 0 20px;
  }
}

@media (min-width: 1080px) {
  .feature_leaseOptions {
    height: 530px;
    overflow: hidden;
    padding: 0;
    margin-top: -529px;
  }
}

.feature_leaseOptions .inner {
  background: url("../img/hero-shape.png") no-repeat left top;
  height: 100%;
  padding: 35px 0 0;
}

@media (min-width: 1080px) {
  .feature_leaseOptions .inner {
    padding-top: 50px;
    background-position: -90px bottom;
  }
}

.feature_leaseOptions .inner:before {
  background: #fff;
  content: '';
  height: 100%;
  left: -100%;
  position: absolute;
  top: 0;
  width: 100%;
}

.leaseOptions_header {
  background: #ff762d;
  font-family: "Bitter", serif;
  font-size: 24px;
  padding: 20px;
  text-align: center;
}

.leaseOptions_header .icon.arrow-right {
  background: url("../img/arrow-right-dark-orange.png") no-repeat center;
  height: 20px;
  width: 12px;
}

@media (min-width: 600px) {
  .leaseOptions_body {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media (min-width: 1080px) {
  .leaseOptions_body {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}

.leaseOption {
  background: rgba(0, 0, 0, 0.9);
  border-bottom: 1px solid rgba(255, 128, 60, 0.23);
  font-size: 14px;
  padding: 30px 20px 20px;
  position: relative;
  text-align: center;
  transition: background 0.2s cubic-bezier(0.29, 0.69, 1, 1);
}

@media (min-width: 600px) {
  .leaseOption {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }
}

@media (min-width: 1080px) {
  .leaseOption {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
  }
}

.leaseOption:hover {
  background: #ff803c;
  color: #fff;
}

.leaseOption:hover a {
  color: #000;
}

.leaseOption header {
  font-family: "Bitter", serif;
  font-size: 22px;
  margin-bottom: 10px;
}

.leaseOption a {
  color: #ff803c;
  font-family: "Bitter", serif;
  transition: background 0.2s cubic-bezier(0.29, 0.69, 1, 1);
}

.leaseOption .hidden-link {
  bottom: 0;
  display: block;
  left: 0;
  right: 0;
  position: absolute;
  top: 0;
}

@media (min-width: 600px) {
  .leaseOption + .leaseOption {
    border-left: 1px solid rgba(255, 128, 60, 0.23);
  }
}

.leaseOptions_footer {
  background: rgba(0, 0, 0, 0.9);
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  /* font-weight: bold; */
  padding: 20px 20px 25px;
  text-align: center;
}

.leaseOptions_footer a {
  color: #fff;
}

.feature_browseLinks {
  margin-top: -60px;
}

@media (min-width: 600px) {
  .feature_browseLinks {
    transform: translate(0px, 50%);
  }
}

.feature_browseLinks .inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 600px;
  padding: 0;
  /*@include respond-to(medium) {
			flex-direction: row;
		}*/
}

.feature_browseLinks .button {
  background: #ff803c;
  -ms-flex: 0 0 60px;
  flex: 0 0 60px;
  margin: 0;
  padding: 15px 0;
}

@media (min-width: 600px) {
  .feature_browseLinks .button {
    font-size: 18px;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    padding: 15px 40px;
  }
}

@media (min-width: 1080px) {
  .feature_browseLinks .button {
    font-size: 20px;
  }
}

.feature_browseLinks .button:nth-child(2) {
  background: #ee712f;
}

.archive .custom-select .ginput_container {
  font-weight: normal;
}

.archive .custom-select select {
  font-weight: normal;
}

.breadcrumbs {
  font-size: 14px;
  margin: 30px 0; 
}

.breadcrumbs a {
  font-size: 14px;
   color: #000;
}


.owl-carousel .owl-wrapper-outer,
.owl-wrapper,
.owl-item {
  height: 100%;
}

.owl-controls {
  height: 10px;
  left: 0;
  position: absolute;
  width: 100%;
  top: 570px;
}

@media (min-width: 600px) {
  .owl-controls {
    top: 340px;
  }
}

.owl-pagination {
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  text-align: center;
}

.owl-page {
  background: rgba(255, 255, 255, 0.4);
  border-radius: 50%;
  display: inline-block;
  height: 10px;
  margin: 0 5px;
  width: 10px;
  transition: background 0.2s;
}

.owl-page:hover {
  background: white;
}

.owl-page.active {
  background: #ff803c;
}

.wp-caption {
  margin-top: 15px;
  margin-bottom: 15px;
}

.wp-caption a {
  display: block;
  line-height: 0;
}

.wp-caption img {
  float: left;
  margin: 0;
  width: 100%;
}

.wp-caption-text {
  background: #000;
  color: #fff;
  display: block;
  float: left;
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  font-size: 16px;
  padding: 10px 10px;
  margin: 0;
  width: 100%;
}

.gallery {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.gallery:after {
  content: " ";
  display: block;
  clear: both;
}

.gallery br {
  display: none;
}

.gallery-item {
  margin: 0 0 10px 0;
  width: 100%;
  float: left;
}

.gallery-item:nth-child(1n + 1) {
  margin-left: 0;
  margin-right: -100%;
  clear: none;
}

@media (min-width: 400px) {
  .gallery-item {
    width: 48.93617%;
    float: left;
  }
  .gallery-item:nth-child(2n + 1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both;
    margin-left: 0;
  }
  .gallery-item:nth-child(2n + 2) {
    margin-left: 51.06383%;
    margin-right: -100%;
    clear: none;
  }
}

@media (min-width: 600px) {
  .gallery-item {
    width: 31.91489%;
    float: left;
  }
  .gallery-item:nth-child(3n + 1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both;
    margin-left: 0;
  }
  .gallery-item:nth-child(3n + 2) {
    margin-left: 34.04255%;
    margin-right: -100%;
    clear: none;
  }
  .gallery-item:nth-child(3n + 3) {
    margin-left: 68.08511%;
    margin-right: -100%;
    clear: none;
  }
}

@media (min-width: 900px) {
  .gallery-item {
    width: 23.40426%;
    float: left;
  }
  .gallery-item:nth-child(4n + 1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both;
    margin-left: 0;
  }
  .gallery-item:nth-child(4n + 2) {
    margin-left: 25.53191%;
    margin-right: -100%;
    clear: none;
  }
  .gallery-item:nth-child(4n + 3) {
    margin-left: 51.06383%;
    margin-right: -100%;
    clear: none;
  }
  .gallery-item:nth-child(4n + 4) {
    margin-left: 76.59574%;
    margin-right: -100%;
    clear: none;
  }
}

.gallery-item img {
  height: auto;
  width: 100%;
}

.navButton {
  display: block;
  height: 44px;
  overflow: hidden;
  position: relative;
  text-indent: 100%;
  transition-duration: 0.2s;
  transition-delay: 0.1s;
  white-space: nowrap;
  width: 60px;
  color: #fff;
}

.navButton span {
  background: #ffffff;
  display: block;
  height: 2px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -1px);
  transition-duration: 0.3s;
  transition-delay: 0.1s;
  width: 25px;
}

.navButton span:before, .navButton span:after {
  background: #ffffff;
  content: '';
  display: block;
  height: 2px;
  left: 0;
  position: absolute;
  top: 0;
  transition-duration: 0.3s;
  transition-delay: 0.1s;
  width: 100%;
}

.navButton span:before {
  transform: translate(0, -6px);
}

.navButton span:after {
  transform: translate(0, 6px);
}

.navButton-isActive .navButton {
  background: #ff803c;
  transition-delay: 0.2s;
}

.navButton-isActive .navButton span {
  background: transparent;
  transition-delay: 0.2s;
}

.navButton-isActive .navButton span:before {
  background: #fff;
  transform: translate(0, 0px) rotate(45deg);
  transition-delay: 0.2s;
}

.navButton-isActive .navButton span:after {
  background: #fff;
  transform: translate(0, 0px) rotate(-45deg);
  transition-delay: 0.2s;
}

.newsletter-cta a {
  border: 1px solid #d7d7d7;
  color: #000;
  display: block;
  font-family: "Bitter", serif;
  font-size: 20px;
  padding: 30px 30px 35px;
  position: relative;
}

.newsletter-cta .icon {
  bottom: 0;
  margin: auto 0;
  position: absolute;
  right: 30px;
  top: 0;
}

.product {
  border-bottom: 1px solid #d7d7d7;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 20px 0 10px;
  position: relative;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}

@media (min-width: 600px) {
  .product {
    border: none;
    height: auto;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
  }
}

.product_image {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-bottom: 5px;
  -ms-flex-order: 1;
  order: 1;
  text-align: center;
}

.product_image img {
  max-width: 100%;
}

.product_title {
  display: block;
  -ms-flex: 0 0 80px;
  flex: 0 0 80px;
  height: auto;
  min-height: 60px;
  font-weight: bold;
  padding-right: 65px;
  padding-bottom: 10px;
  position: relative;
  -ms-flex-order: 2;
  order: 2;
}

@media (min-width: 600px) {
  .product_title {
    border-bottom: 1px solid #d7d7d7;
  }
}

.product_title a {
  bottom: 10px;
  color: #000;
  padding-right: 65px;
  position: absolute;
}

.product_title a:hover {
  color: #ff803c;
}

.product_id {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  display: none;
  margin-top: 10px;
  -ms-flex-order: 5;
  order: 5;
  position: absolute;
  top: 100%;
}

.product_id strong {
  color: #999999;
}

.product_description {
  display: none;
  -ms-flex: 0 0 110px;
  flex: 0 0 110px;
  font-size: 14px;
  margin-top: 10px;
  -ms-flex-order: 4;
  order: 4;
  overflow: hidden;
}

.product_description p {
  margin: 0;
}

@media (min-width: 600px) {
  .product_description {
    display: block;
  }
}

.product_link {
  -ms-flex-order: 3;
  order: 3;
  position: absolute;
  right: 0px;
  bottom: 30px;
}

@media (min-width: 600px) {
  .product_link {
    right: 10px;
    top: 50%;
  }
}

.product_link .button {
  font-size: 20px;
  height: 50px;
  line-height: 48px;
  width: 50px;
}

.search-form {
  margin-bottom: 40px;
  position: relative;
}

.search-form .search-field {
  background: #e6e6e6;
  color: #000;
  font-family: "Bitter", serif;
  font-size: 16px;
  font-weight: normal;
}

.search-form .search-field::-webkit-input-placeholder {
  color: #666;
  font-style: italic;
}

.search-form .search-submit {
  background: #ff803c url("../img/search-icon.png") no-repeat center;
  border: none;
  border-radius: 50%;
  color: #fff;
  cursor: pointer;
  height: 32px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  right: 10px;
  text-indent: 100%;
  top: 8px;
  white-space: nowrap;
  width: 32px;
}

.search-form .search-submit:hover {
  background: #000 url("../img/search-icon-orange.png") no-repeat center;
}

.search-form a {
  font-family: "Bitter", serif;
  font-size: 14px;
  position: absolute;
  right: 0;
  top: 60px;
}

.search-form a:hover {
  color: #000;
}

.pageHero .product-search {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  overflow: hidden;
  padding-left: 30px;
}

.pageHero .product-search:before {
  content: ' ';
  width: 70px;
  height: 70px;
  position: absolute;
  top: -28px;
  left: 10px;
  transform: rotate(63deg);
  background: #e6e6e6;
  display: block;
}

.pageHero .product-search .search-form {
  margin: 0;
}

.pageHero .product-search .search-form .search-field {
  padding: 16px 50px 16px 8px;
  border: none;
  width: 270px;
}

.pageHero .product-search .search-form .search-field::-webkit-input-placeholder {
  color: #ff803c;
  font-style: italic;
}

.pageHero .product-search .search-form .search-submit {
  top: 10px;
}

.pageHero .product-search.search-sub {
  top: 100px;
}

@media (max-width: 1079px) {
  .pageHero .product-search.search-sub {
    display: none;
  }
}

.pageHero .product-search.search-sub:before {
  background: #ff803c;
}

.pageHero .product-search.search-sub .search-form .search-field {
  color: #fff;
  background: #ff803c;
}

.pageHero .product-search.search-sub .search-form .search-field::-webkit-input-placeholder {
  color: #fff;
}

.pageHero .product-search.search-sub .search-form .search-submit {
  background: #000 url("../img/search-icon.png") no-repeat center;
}

.pageHero .product-search.search-sub .search-form .search-submit:hover {
  background: #fff url("../img/search-icon-orange.png") no-repeat center;
}

.socialLinks ul {
  margin: 0;
  padding: 0;
}

.socialLinks li {
  display: inline-block;
  float: left;
  margin-right: 6px;
}

.socialLinks a {
  background-repeat: no-repeat;
  background-position: center center;
  display: inline-block;
  background-size: 100%;
  height: 26px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  width: 26px;
}

.socialLinks a:hover {
  opacity: 0.6;
}

.socialLinks .twitter a {
  background-image: url("../img/icon-twitter-2x.png");
}

.socialLinks .facebook a {
  background-image: url("../img/icon-facebook-2x.png");
}

.socialLinks .linkedin a {
  background-image: url("../img/icon-linkedin-2x.png");
}

.socialLinks .youtube a {
  background-image: url("../img/icon-youtube-2x.png");
}

.socialLinks .vimeo a {
  background-image: url("../img/icon-vimeo-2x.png");
}

.pageMain_content .quoteForm h2 {
  color: #ff803c;
}

.pageMain_content .quoteForm .gform_body {
  background: none;
  padding: 0;
  max-width: none;
}

.pageMain_content .quoteForm .gform_footer {
  float: right;
  left: 0;
  padding: 20px;
  position: relative;
  transform: none;
}

.pageMain_content .quoteForm ul {
  margin: 0;
  max-width: none;
}

#gform_fields_1 {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

#gform_fields_1:after {
  content: " ";
  display: block;
  clear: both;
}

#field_1_9 {
  border-top: 1px solid #e6e6e6;
}

@media (min-width: 1080px) {
  #field_1_1 {
    width: 23.40426%;
    float: left;
    margin-right: 2.12766%;
  }
}

@media (min-width: 1080px) {
  #field_1_2 {
    width: 23.40426%;
    float: left;
    margin-right: 2.12766%;
  }
}

@media (min-width: 1080px) {
  #field_1_3 {
    width: 48.93617%;
    float: right;
    margin-right: 0;
  }
}

@media (min-width: 1080px) {
  #field_1_4 {
    width: 23.40426%;
    float: left;
    margin-right: 2.12766%;
  }
}

@media (min-width: 1080px) {
  #field_1_5 {
    width: 23.40426%;
    float: left;
    margin-right: 2.12766%;
  }
}

@media (min-width: 1080px) {
  #field_1_6 {
    width: 23.40426%;
    float: left;
    margin-right: 2.12766%;
  }
}

@media (min-width: 1080px) {
  #field_1_7 {
    width: 23.40426%;
    float: right;
    margin-right: 0;
  }
}

#field_1_8 {
  border-top: 1px solid #e6e6e6;
}

@media (min-width: 1080px) {
  #field_1_8 {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 5px;
  }
}

@media (min-width: 1080px) {
  #field_1_10 {
    width: 48.93617%;
    float: left;
    margin-right: 2.12766%;
  }
}

@media (min-width: 1080px) {
  #field_1_11 {
    width: 23.40426%;
    float: left;
    margin-right: 2.12766%;
  }
}

#field_1_31 {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  clear: both;
  color: #aaa;
  font-family: "Bitter", serif;
  margin-bottom: 10px;
}

@media (min-width: 1080px) {
  #field_1_12 {
    width: 48.93617%;
    float: left;
    margin-right: 2.12766%;
    clear: both;
  }
}

@media (min-width: 1080px) {
  #field_1_13 {
    width: 23.40426%;
    float: left;
    margin-right: 2.12766%;
  }
}

@media (min-width: 1080px) {
  #field_1_14 {
    width: 23.40426%;
    float: right;
    margin-right: 0;
  }
}

@media (min-width: 1080px) {
  #field_1_15 {
    width: 23.40426%;
    float: left;
    margin-right: 2.12766%;
  }
}

@media (min-width: 1080px) {
  #field_1_16 {
    width: 23.40426%;
    float: left;
    margin-right: 2.12766%;
  }
}

@media (min-width: 1080px) {
  #field_1_17 {
    width: 23.40426%;
    float: left;
    margin-right: 2.12766%;
  }
}

#field_1_32 {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  clear: both;
  color: #aaa;
  font-family: "Bitter", serif;
  margin-bottom: 10px;
}

@media (min-width: 1080px) {
  #field_1_33 {
    width: 48.93617%;
    float: left;
    margin-right: 2.12766%;
    clear: both;
  }
}

@media (min-width: 1080px) {
  #field_1_34 {
    width: 23.40426%;
    float: left;
    margin-right: 2.12766%;
  }
}

@media (min-width: 1080px) {
  #field_1_35 {
    width: 23.40426%;
    float: right;
    margin-right: 0;
  }
}

@media (min-width: 1080px) {
  #field_1_36 {
    width: 23.40426%;
    float: left;
    margin-right: 2.12766%;
  }
}

@media (min-width: 1080px) {
  #field_1_37 {
    width: 23.40426%;
    float: left;
    margin-right: 2.12766%;
  }
}

@media (min-width: 1080px) {
  #field_1_18 {
    float: right;
    margin: 0;
    text-align: right;
    transform: translate(0, -60px);
  }
}

#field_1_19 {
  border-top: 1px solid #e6e6e6;
}

@media (min-width: 1080px) {
  #field_1_19 {
    clear: both;
  }
}

@media (min-width: 1080px) {
  #field_1_20 {
    width: 40.42553%;
    float: left;
    margin-right: 2.12766%;
  }
}

#field_1_23 {
  font-family: "Bitter", serif;
}

@media (min-width: 1080px) {
  #field_1_23 {
    width: 40.42553%;
    float: left;
    margin-right: 2.12766%;
    margin-bottom: 10px;
  }
}

#field_1_30 label {
  font-family: "Open Sans", sans-serif;
  padding-top: 4px;
}

@media (min-width: 600px) {
  #field_1_30 label {
    float: left;
  }
}

#field_1_30 .ginput_container:after {
  content: "";
  display: table;
  clear: both;
}

@media (min-width: 1080px) {
  #field_1_30 {
    width: 31.91489%;
    float: left;
    margin-right: 2.12766%;
  }
}

#field_1_24 {
  font-family: "Bitter", serif;
}

@media (min-width: 1080px) {
  #field_1_24 {
    width: 40.42553%;
    float: left;
    margin-right: 2.12766%;
    clear: both;
    margin-bottom: 10px;
  }
}

#field_1_29 label {
  float: left;
  font-family: "Open Sans", sans-serif;
  padding-top: 4px;
}

#field_1_29 .ginput_container:after {
  content: "";
  display: table;
  clear: both;
}

@media (min-width: 1080px) {
  #field_1_29 {
    width: 40.42553%;
    float: left;
    margin-right: 2.12766%;
    clear: both;
  }
}

@media (min-width: 1080px) {
  #field_1_26 {
    width: 40.42553%;
    float: left;
    margin-right: 2.12766%;
  }
}

@media (min-width: 1080px) {
  #field_1_21 {
    width: 57.44681%;
    float: right;
    margin-right: 0;
    display: block;
  }
}

@media (min-width: 1080px) {
  #field_1_27 {
    width: 57.44681%;
    float: right;
    margin-right: 0;
    display: block;
  }
}

#field_1_38 {
  clear: both;
}

#field_1_41 {
  clear: left;
  float: left;
  line-height: 50px;
  margin-right: 10px;
}

#field_1_39 {
  float: left;
  margin-right: 10px;
}

#field_1_39 label {
  display: none;
}

#field_1_39 select {
  width: 130px;
}

#field_1_39 .ginput_container {
  margin-top: 0;
}

#field_1_40 {
  float: left;
}

#field_1_40 label {
  display: none;
}

#field_1_40 select {
  width: 130px;
}

#field_1_40 .ginput_container {
  margin-top: 0;
}

#field_1_42 {
  display: none;
}

.page-id-113 {
  text-align: center;
}

.page-id-113 .pageMain .inner {
  padding: 80px 0;
}

.up-arrow {
  background: #ff803c url("../img/arrow-up.png") no-repeat center 15px;
  border-radius: 50%;
  bottom: 10px;
  color: #fff;
  display: block;
  font-family: "Bitter", serif;
  font-size: 14px;
  height: 85px;
  text-align: center;
  padding: 54px 0 0;
  position: fixed;
  right: 10px;
  width: 85px;
  z-index: 1;
}

/*# sourceMappingURL=../maps/main.css.map */
