/* Set 'er up */
html,body {
  height: 100%;
  overflow-x: hidden;
  width: 100%;
}

/* Default body styles */
body {
  background-color: #e1e1e0;
  color: #000;
  font-family: Saira, sans-serif;
  font-size: 1.125em;
  font-weight: 300;
  /*
  xoverflow-x: hidden;
  */
  -webkit-overflow-scrolling: touch;
  position: relative;
}

/* Pure CSS web font fix */
.pure-g [class *= "pure-u"] {
  font-family: Saira, sans-serif;
}

/* Custom fonts */
@font-face {
  font-family: 'fontello';
  src: url("/source/0c710e066c22ff9c04077721edfc73e2/fontello.eot");
  src: url("/source/a3d005d4c8d70db95167edf7d6f35d48/fontello.eot") format('embedded-opentype'),
    url("/source/9393e41d535b9cc6b7fa3ceda6a3400f/fontello.woff") format('woff'),
    url("/source/da167ca175088433f114d68fad608c85/fontello.ttf") format('truetype'),
    url("/source/6d692afb1a8f525d93e8e8b828b0436a/fontello.svg") format('svg');
  font-style: normal;
  font-weight: normal;
}
.icon {
  display: inline-block;
  font-family: "fontello";
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  font-weight: normal;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1.3;
  speak: none;
  text-align: center;
  text-decoration: inherit;
  width: 1em;
  text-transform: none;
}

/* Flex */
.flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.flex-left {
  -webkit-justify-content: left;
  justify-content: left;
}
.flex- {
  margin-left: auto;
}
.flex-child {
  width: 100%;
}

/* Common modifications */
a {
  text-decoration: none;
}
a:link, a:visited {
  color: #006948;
}
a:hover, a:active {
  color: #55ba47;
}

/* Cheesy classes :) */
.italic {
  font-style: italic;
}
.bold {
  font-weight: 500;
}
.align-right {
  text-align: right;
}

/* Padded boxes */
.padded-box {
  padding: 1em;
}
.padded-box-double {
  padding: 2em;
}
.padded-box-half {
  padding: .5em;
}
.padded-box-quarter {
  padding: .25em;
}
.padded-box-top {
  padding-top: 1em;
}
.padded-box-right {
  padding-right: 1em;
}
.padded-box-bottom {
  padding-bottom: 1em;
}
.padded-box-left {
  padding-left: 1em;
}
.padded-box-top-double {
  padding-top: 2em;
}
.padded-box-right-double {
  padding-right: 2em;
}
.padded-box-bottom-double {
  padding-bottom: 2em;
}
.padded-box-left-double {
  padding-left: 2em;
}
.margined-box {
  margin: 1em !important;
}

/* Responsive image, inline-block */
.pure-img.inline-block {
  display: inline-block;
}
.pure-img-full {
  max-width: none;
  width: 100%;
}
.pure-img-vertical {
  height: auto;
  max-height: 100%;
  max-width: none;
  width: auto;
}

/* Full-height divs */
.full-height, .full-height div {
  height: 100%;
}
.full-width {
  width: 100%;
}
.full-height-stop {
  height: auto !important;
}

/* Video */
.video-container {
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative;
}
.video-container iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

/* Buttons */
a.button, div.button a, div.button > button, .content form button, .content form input[type="submit"] {
  background-color: transparent !important;
  background-image: none !important;
  background-repeat: no-repeat !important;
  background-position: top left;
  border: none !important; /* Put first for a general override */
  border-color: #fff !important; /* Put first for a general override */
  border-style: solid !important; /* Put first for a general override */
  border-width: 2px !important; /* Put first for a general override */
  border-radius: 0 !important;
  color: #fff !important;
  display: inline-block;
  font-size: inherit !important;
  font-weight: 500;
  min-height: 15px;
  padding: .75em 2.5em !important;
  text-transform: uppercase;
  white-space: nowrap;
}
a.button, div.button a, div.button > button, .content form button, .content form input[type="submit"] {
  transition: background-color .25s, color .25s;
}
a.button.slanted, div.button.slanted a, div.button.slanted > button {
  margin-left: 1em;
  -ms-transform: skewX(-34deg);
  -webkit-transform: skewX(-34deg);
  transform: skewX(-34deg);
}
a.button.slanted > span, div.button.slanted a > span, div.button.slanted > button > span {
  display: inline-block;
  -ms-transform: skewX(34deg);
  -webkit-transform: skewX(34deg);
  transform: skewX(34deg);
}
a.button:hover, a.button:active, div.button a:hover, div.button a:active, div.button > button:hover, div.button > button:active, .content form button:hover, .content form button:active, .content form input[type="submit"]:hover, .content form input[type="submit"]:active {
  background-color: #073674 !important;
}
a.button.button-wt-wt-t-bl, div.button.button-wt-wt-t-bl a, div.button.button-wt-wt-t-bl > button {
  color: #fff !important;
}
a.button.button-wt-wt-t-bl:hover, a.button.button-wt-wt-t-bl:active, div.button.button-wt-wt-t-bl a:hover, div.button.button-wt-wt-t-bl a:active, div.button.button-wt-wt-t-bl button:hover, div.button.button-wt-wt-t-bl button:active {
  color: #999 !important;
}
a.button.button-wt-wt-gn-bl, div.button.button-wt-wt-gn-bl a, div.button.button-wt-wt-gn-bl a, div.button.button-wt-wt-gn-bl > button {
  background-color: #55ba47 !important;
  color: #fff !important;
}
a.button.button-wt-wt-gn-bl:hover, a.button.button-wt-wt-gn-bl:active, div.button.button-wt-wt-gn-bl a:hover, div.button.button-wt-wt-gn-bl a:active, div.button.button-wt-wt-gn-bl button:hover, div.button.button-wt-wt-gn-bl button:active {
  background-color: #073674 !important;
}
a.button.button-gn-gn-wt-bl, div.button.button-gn-gn-wt-bl a, div.button.button-gn-gn-wt-bl a, div.button.button-gn-gn-wt-bl > button, .content form button, .content form input[type="submit"] {
  background-color: #fff !important;
  border-color: #006948 !important;
  color: #006948 !important;
}
a.button.button-gn-gn-wt-bl:hover, a.button.button-gn-gn-wt-bl:active, div.button.button-gn-gn-wt-bl a:hover, div.button.button-gn-gn-wt-bl a:active, div.button.button-gn-gn-wt-bl button:hover, div.button.button-gn-gn-wt-bl button:active, .content form button:hover, .content form button:active, .content form input[type="submit"]:hover, .content form input[type="submit"]:active {
  background-color: #073674 !important;
  color: #fff !important;
}
a.button.button-wt-wt-bl-gn, div.button.button-wt-wt-bl-gn a, div.button.button-wt-wt-bl-gn a, div.button.button-wt-wt-bl-gn > button {
  background-color: #073674 !important;
  border-color: #fff !important;
  color: #fff !important;
}
a.button.button-wt-wt-bl-gn:hover, a.button.button-wt-wt-bl-gn:active, div.button.button-wt-wt-bl-gn a:hover, div.button.button-wt-wt-bl-gn a:active, div.button.button-wt-wt-bl-gn button:hover, div.button.button-wt-wt-bl-gn button:active {
  background-color: #006948 !important;
}
.content form button {
  display: block;
  margin-top: 1em !important;
}

/* Table bits */
.table {
  display: table;
  width: 100%;
}
.table-row {
  display: table-row;
  width: 100%;
}
.table-cell {
  display: table-cell;
}
.valign-middle {
  vertical-align: middle;
}
.halign-center {
  text-align: center;
}

/* WordPress default editor styles */
.alignleft, img.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}
.alignright, img.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}
.aligncenter, img.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption {
  margin-bottom: 1.5em;
  padding-top: 5px;
  text-align: center;
}
.wp-caption img {
  border: 0 none;
  margin: 0;
  padding: 0;
}
.wp-caption p.wp-caption-text {
  font-size: .875em;
  line-height: 1.5;
  margin: 0;
}
.wp-smiley {
  margin: 0 !important;
  max-height: 1em;
}
blockquote.left {
  float: left;
  margin-left: 0;
  margin-right: 20px;
  text-align: right;
  width: 33%;
}
blockquote.right {
  float: right;
  margin-left: 20px;
  margin-right: 0;
  text-align: left;
  width: 33%;
}

/* Clearfix */
.clearfix:after {
  clear: both;
  content: "";
  display: table;
}

/* Forms */
label {
  cursor: pointer;
}
input {
  border-radius: 0;
}

/* Main */
.content {
  padding: 0 0 2em;
}
.content a {
  font-weight: 600;
}
.content a.button, .content .button > a {
  margin: .5em;
}
.content p {
  font-size: 1em;
}
.content h1, .content h2, .content h3, .content h4, .content h4, .content h5, .content h6 {
  color: #073674;
  font-weight: 400;
  margin-bottom: .25em;
}
.content h1 {
  font-size: 2.5em;
  /*
  font-weight: 400;
  */
  line-height: 1.1em
}
.content h2 {
  font-size: 1.94em;
  line-height: 1.14;
  /*
  text-transform: uppercase;
  */
}
.content h3 {
  font-size: 1.56em;
  /*
  font-weight: 400;
  */
  line-height: 1.18;
}
.content h4 {
  font-size: 1.3em;
  line-height: 1.17;
  /*
  text-transform: uppercase;
  */
}
.content h5 {
  font-size: 1.1em;
  /*
  font-weight: 400;
  */
  line-height: 1.25;
}
.content h6 {
  line-height: 1.22;
  /*
  text-transform: uppercase;
  */
}

/* Site */
#site {
  margin: 0 auto;
  max-width: 1920px;
}
.site-container {
  margin: 0 auto;
  max-width: 1560px;
}

/* Navigation */
header {
  position: relative;
  z-index: 10;
}
header nav#nav-mobile {
  background-color: #fff;
  text-align: center;
}
header nav#nav-mobile #logo-menu-button {
  padding: .75em 0;
}
header nav#nav-homepage, header nav#nav-main {
  display: none;
}
header nav .request-info {
  display: none;
}
header nav ul.menu {
  font-weight: 500;
  list-style-type: none;
  margin: 24px 0 0 0;
  padding: 0;
  text-transform: uppercase;
}
header nav ul.menu > li {
  display: inline-block;
  margin: 0 10px;
  position: relative;
}
header nav ul.menu > li a {
  color: #fff;
  padding: 0 .25em;
}
header nav ul.menu > li:hover:not(.search) > a {
  border-bottom: 2px #fff solid;
  position: relative;
}
header nav ul.menu > li.menu-item-has-children:hover > a:before {
  border-bottom: 25px solid #55ba47;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  bottom: -2em;
  content: "";
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  z-index: 500;
}
header nav ul.menu > li > ul {
  display: none;
  left: 50%;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  padding: 2em 0 1em;
  position: absolute;
  text-align: center;
  top: 100%;
  transform: translateX(-50%);
  width: 260px;
}
header nav ul.menu > li:hover > ul {
  display: inline-block;
}
header nav ul.menu > li:hover > ul > li > a {
  background-color: rgba(7,54,116, .9);
  display: block;
  padding: 1.1em 2.6em;
}
header nav ul.menu > li:hover > ul > li:hover > a {
  background-color: rgba(85,186,71, .9);
}
header nav .search {
  position: relative;
}
header nav .search form {
  display: none;
  opacity: 0;
  transition: opacity .5s;
}
header nav .search:hover form {
  box-shadow: 5px 5px 5px rgba(0,0,0, .5);
  display: block;
  opacity: 1;
  position: absolute;
  right: 0;
  top: 100%;
  width: 206px;
}
header nav .search input {
  border-bottom: 2px #55ba47 solid;
  border-left: 2px #55ba47 solid;
  border-top: 2px #55ba47 solid;
  border-right: none;
  box-sizing: border-box;
  display: inline-block;
  padding: 5px;
  width: 150px;
}
header nav .search input::-webkit-input-placeholder {
  color: #ccc;
}
header nav .search input::-moz-placeholder {
  color: #ccc;
}
header nav .search input:-ms-placeholder {
  color: #ccc;
}
header nav .search input:-moz-placeholder {
  color: #ccc;
}
header nav .search button {
  border-bottom: 2px #55ba47 solid;
  border-left: none;
  border-right: 2px #55ba47 solid;
  border-top: 2px #55ba47 solid;
  box-sizing: border-box;
  display: inline-block;
  padding: 5px;
  text-transform: uppercase;
  width: 50px;
}
body:not(.home) header {
  background-color: #fff;
  box-shadow: 0 0 10px 5px rgba(0,0,0, .3);
}
body:not(.home) header .logo {
  margin: 1em 0;
}
body:not(.home) header nav ul.menu > li > a {
  color: #073674;
}
#menu-button-container {
  align-items: flex-end;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: right;
}
#menu-button {
  cursor: pointer;
  display: inline-block;
  height: 45px;
  position: relative;
  width: 55px;
}
#menu-button span, #menu-button span:before, #menu-button span:after {
  background: #60bc53;
  content: "";
  display: block;
  height: 5px;
  position: absolute;
  right: 10px;
  top: 20px;
  width: 35px;
}
#menu-button span:before {
  right: 0;
  top: -10px;
}
#menu-button span:after {
  bottom: -10px;
  right: 0;
  top: auto;
}
#menu-button > span > i {
  display: none !important;
}

/* Header */

/* Footer */
footer #wired-for-quality {
  background-color: #093268;
  background-image: url("/source/b3ea123d1ea7b86b51307e7c2546431a/bg-footer-wired-for-quality.png");
  background-position: 50% 50%;
  background-size: cover;
  color: #fff;
  margin-bottom: .72em;
  padding: 2.4em;
  text-align: center;
}
footer #wired-for-quality h1 {
  font-size: 3.83em;
  font-weight: 300;
  line-height: 1;
  margin-top: 0;
  xtext-transform: lowercase;
}
footer #wired-for-quality h2 {
  font-family: 'Times New Roman', 'Times', serif;
  font-size: 2.1em;
  font-weight: 400;
}
footer #wired-for-quality a {
  margin: 2em 0 0;
}
footer nav {
  background-color: #006948;
  font-weight: 500;
  font-size: .89em;
  line-height: 4em;
  text-transform: uppercase;
}
footer nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
footer nav ul li {
  display: inline-block;
}
footer nav .menu li:not(:last-child) {
  margin-right: 1.5em;
}
footer nav ul li a {
  vertical-align: middle;
}
footer nav ul li a:link, footer nav ul li a:visited {
  color: #fff;
}
footer nav ul li a:hover, footer nav ul li a:active {
  color: #ccc;
}
footer nav #social {
  text-align: right;
}
footer nav #social li:not(:first-child) {
  margin-left: 1em;
}
footer nav #social a {
  background-image: url("/source/72fbe083fda9b85a62dc18b876613904/sp-footer-social.png");
  background-position: 0 0;
  display: inline-block;
  height: 47px;
  opacity: .8;
  width: 47px;
}
footer nav #social a:hover, footer nav #social a:active {
  opacity: 1;
  transform: opacity .25s;
}
footer nav #social a.youtube {
  background-position: 0;
}
footer nav #social a.linkedin {
  background-position: -47px;
}
footer nav #social a.facebook {
  background-position: -94px;
}
footer #mobile-orgs {
  background-color: #fff;
  padding: .57em 0;
  text-align: center;
}
footer #legal {
  background-color: #eaeaea;
  color: #295e88;
  font-weight: 500;
  padding: 2em 0;
}
footer #legal ul {
  font-weight: 300;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
footer #legal a:link, footer #legal a:visited {
  color: #295e88;
}
footer #legal a:hover, footer #legal a:active {
  color: #006948;
}
footer #made-in-usa {
  color: #295e88;
  font-size: 1.4em;
  font-weight: 500;
  text-align: center;
}

/* Breadcrumbs */
.breadcrumbs-container {
  background-color: #e1e1e1;
  color: #073674;
  font-size: .875em;
  font-weight: 500;
  margin-top: 4px;
  padding: .5em 0;
  text-transform: uppercase;
}
.breadcrumbs-container a:link, .breadcrumbs-container a:visited {
  color: #073674;
}
.breadcrumbs-container a:hover, .breadcrumbs-container a:active {
  color: #006948;
}

/* Homepage */
#homepage header {
  background-color: #fff;
  background-position: 50% 50%;
  background-size: cover;
  height: 830px;
  position: relative;
}
#homepage .hero-content {
  align-items: center;
  color: #fff;
  display: flex;
  flex-direction: column;
  font-weight: 500;
  height: 100%;
  justify-content: center;
  line-height: 1.125;
  position: absolute;
  text-align: center;
  width: 100%;
}
#homepage nav {
  position: relative;
}
#homepage .logo {
  box-sizing: border-box;
  margin-top: 14px;
  padding-right: 1em;
}
#homepage .nav-content {
  margin-top: 9px;
}
#homepage .hero-content h1 {
  font-size: 3em;
  font-weight: 300;
  margin: 0 0 .25em 0;
}
#homepage .hero-content h2 {
  /*
  font-family: 'Times New Roman', 'Times', serif;
  */
  font-size: 1.75em;
  font-weight: 500;
  margin: 0;
  text-transform: uppercase;
}
#homepage .hero-content h1, #homepage .hero-content h2 {
  text-shadow: 0px 0px 30px rgba(1,55,9, .6);
}
#homepage .hero-content .button {
  margin-top: 1em;
}
#non-header {
  background-color: #fff;
  background-image: url("/source/26e5034640f709d0a92627e7101da75a/bg-hp-non-header-2.jpg");
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: cover;
  position: relative;
  z-index: 5;
}
#homepage #products {
  margin-bottom: .72em;
}
#homepage #products-content {
  box-shadow: 10px 10px 25px rgba(0,0,0, .3);
  z-index: 2;
}
#homepage #products #a-trusted-partner {
  background-color: #093268;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
#homepage #products #a-trusted-partner:after {
  background-image: url("/source/ebe39d3c1920821305d2239a7d52d978/dc-logo-triangle-watermark.png");
  background-repeat: no-repeat;
  content: "";
  height: 217px;
  position: absolute;
  right: 1em;
  top: 1em;
  width: 315px;
}
#homepage #products #a-trusted-partner h1 {
  font-size: 3em;
  font-weight: 300;
  line-height: 1;
  margin: 0;
  xtext-transform: lowercase;
}
#homepage #products #a-trusted-partner p {
  margin: 1em 0;
}
#homepage #products .product {
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 300px;
  overflow: hidden;
}
#homepage #products .product h1 {
  margin-bottom: 0;
}
#homepage #products .product p {
  margin-top: 0;
}
#homepage #products .product a {
  height: 100%;
  position: relative;
}
#homepage #products .product a:link, #homepage #products .product a:visited {
  color: #fff;
}
#homepage #products .product .product-image {
  background-position: 50% 50%;
  background-size: cover;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transform: scale(1);
  transition: transform .5s;
  width: 100%;
  z-index: 3;
}
#homepage #products .product a:hover .product-image {
  transform: scale(1.2);
}
#homepage #products .product .product-content {
  box-sizing: border-box;
  height: 100%;
  left: 0;
  position: relative;
  top: 0;
  width: 100%;
  z-index: 5;
}
#homepage #products .product h1 {
  line-height: 1;
  xtext-transform: lowercase;
}
#homepage #products .product a:before {
  content: "";
  height: 100%;
  opacity: 1;
  position: absolute;
  transition: opacity .5s;
  width: 100%;
  z-index: 4;
}
#homepage #products .product .product-content {
  transition: text-shadow .5s;
}
#homepage #products .product a:hover .product-content {
  text-shadow: 2px 2px 8px rgba(0,0,0, 1);
}
#homepage #products .product a:hover:before {
  opacity: .75;
}
#homepage #products #control-panels a:before {
  background-color: #006948;
}
#homepage #products #electronics a:before {
  background-color: #55ba47;
}
#homepage #products #wire-harnesses a:before {
  background-color: #7ad079;
}
#homepage #products-word {
  background-image: url("/source/20b56ca02cb57d32560c26ac0244f1aa/dc-products.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
  display: none;
  position: relative;
  z-index: 1;
}
#homepage #our-services {
  color: #006948;
  margin: 2em 0;
  text-align: center;
}
#homepage #our-services h1 {
  color: #295e88;
  font-size: 5.5em;
  font-weight: 300;
  line-height: 1;
  margin: 0;
  xtext-transform: lowercase;
}
#homepage #our-services h2 {
  box-sizing: border-box;
  font-family: 'Times New Roman', 'Times', serif;
  font-size: 3em;
  font-weight: 400;
  line-height: 1;
  margin: 0;
  padding-right: 2em;
  xtext-transform: lowercase;
}
#homepage #our-services .name {
  font-size: 1.94em;
  margin-top: .51em;
  xtext-transform: lowercase;
}
#homepage .company-slider {
  margin-bottom: .72em;
}
.company-slider img {
  display: none;
}
.company-slider {
  position: relative;
}
.company-slider .swiper-pagination {
  display: none;
}
.swiper-pagination-fraction, .swiper-pagination-custom, .swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 2px !important;
}
/*
.company-slider .company-slider-navigation.left {
  color: #006948;
  content: "\f007";
  cursor: pointer;
  display: inline-block;
  font-family: "fontello";
  font-size: 3em;
  left: 5%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index:40;
}
.company-slider .company-slider-navigation.right {
  color: #006948;
  content: "\f006";
  cursor: pointer;
  display: inline-block;
  font-family: "fontello";
  font-size: 3em;
  right: 5%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index:40;
}
*/
/*
.company-slider .slider-content {
  top: 50%;
  position: absolute;
  right: 15%;
  transform: translateY(-50%);
  width: 40%;
}
*/
.company-slider .slider-content {
  padding: 3em;
  text-align: center;
}
.company-slider .slider-content h1 {
  color: #295e88;
  font-size: 1.89em;
  font-weight: 400;
  line-height: 1;
  margin: 0;
  /*
  text-transform: lowercase;
  */
}
.company-slider .slider-content h2 {
  color: #006948;
  font-family: 'Times New Roman', 'Times', serif;
  font-size: 1.25em;
  font-weight: 400;
  line-height: 1;
  margin: 0;
  /*
  text-transform: lowercase;
  */
}
.company-slider .slider-content p {
  color: #767676;
  font-size: 1em;
  line-height: 1.1;
  margin: .54em 0;
}
.company-slider .slider-content p a {
  transform: scale(.8);
}
#homepage #learn {
  color: #fff;
  margin-bottom: .72em;
  text-align: center;
}
#homepage #learn > div > div {
  align-items: center;
  /*
  background-color: #888787;
  */
  background-image: url("/source/365f5809e605887a0da88009e1a6445e/tmp-hp-bg-facilities-20191114.jpg");
  background-position: 50% 50%;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 5em 0;
}
#homepage #learn h1 {
  font-size: 5.5em;
  font-weight: 300;
  line-height: 1;
  margin: 0;
  xtext-transform: lowercase;
}
#homepage #learn h2 {
  font-family: 'Times New Roman', 'Times', serif;
  font-size: 3em;
  font-weight: 400;
  line-height: 1;
  margin: 0;
  xtext-transform: lowercase;
}

/* Internal */
.internal-header {
  align-items: center;
  background-position: 50% 50%;
  background-size: cover;
  color: #fff;
  display: flex;
  font-size: 2.5em;
  height: 382px;
  justify-content: center;
  line-height: 1;
  text-align: center;
  text-shadow: 0px 0px 30px rgba(0,0,0, .6);
  xtext-transform: lowercase;
}
.internal-containerized .content, .internal-2-column .left-column.content, .internal-2-column .right-column, .search .content {
  margin-top: 1em;
}
.internal-2-column .right-column {
  background-color: #eaeaea;
  padding-bottom: 2em;
}
.internal-2-column .right-column .secondary-menu .in-this-section {
  color: #55ba47;
  display: inline-block;
  font-size: 1.375em;
  font-weight: 400;
  line-height: 1;
  margin: 1em 0 0;
  /*
  padding-right: 1em;
  */
  position: relative;
  text-transform: uppercase;
}
/*
.internal-2-column .right-column .secondary-menu .in-this-section:before {
  border-left: .375em transparent solid;
  border-right: .375em transparent solid;
  border-top: .375em #55ba47 solid;
  content: "";
  position: absolute;
  right: 0;
  top: 8px;
}
*/
.internal-2-column .right-column .secondary-menu {
  text-align: center;
}
.internal-2-column .right-column .secondary-menu ul {
  list-style-type: none;
  margin: 1em 0 3em;
  padding: 0;
}
.internal-2-column .right-column .secondary-menu a {
  color: #073674;
  display: inline-block;
  font-size: 1.3em;
  font-weight: 500;
  padding: .25em 1em;
  text-transform: uppercase;
  -ms-transform: skewX(-34deg);
  -webkit-transform: skewX(-34deg);
  transform: skewX(-34deg);
  transition: background-color .25s, color .25s;
}
.internal-2-column .right-column .secondary-menu a span {
  display: inline-block;
  -ms-transform: skewX(34deg);
  -webkit-transform: skewX(34deg);
  transform: skewX(34deg);
}
.internal-2-column .right-column .secondary-menu a:hover {
  background-color: #55ba47;
  color: #fff;
}
.internal-2-column .right-column-top {
  /*
  background-image: -webkit-repeating-linear-gradient(-56deg, #bfbfbf, #bfbfbf 2px, #eaeaea 2px, #eaeaea 9px);
  background-image: repeating-linear-gradient(-56deg, #bfbfbf, #bfbfbf 2px, #eaeaea 2px, #eaeaea 9px);
  */
  background-image: url("/source/b0dfdb6ceefca40eaabb8b4f7c4316ef/dc-slashes.svg");
  height: 30px;
}
.internal-2-column .right-column-bottom {
  /*
  background-image: -webkit-repeating-linear-gradient(-56deg, #bfbfbf, #bfbfbf 2px, #eaeaea 2px, #eaeaea 9px);
  background-image: repeating-linear-gradient(-56deg, #bfbfbf, #bfbfbf 2px, #eaeaea 2px, #eaeaea 9px);
  */
  background-image: url("/source/b0dfdb6ceefca40eaabb8b4f7c4316ef/dc-slashes.svg");
  height: 77px;
}

/* Industries */
#industries {
  background-color: #093268;
  color: #fff;
  margin-bottom: .72em;
  text-align: center;
}
#industries > div {
  padding: 1em;
}
#industries h1 {
  color: #fff;
  font-size: 5.5em;
  font-weight: 300;
  line-height: 1;
  margin: 0;
  text-transform: uppercase;
}
#industries h2 {
  color: #fff;
  font-family: 'Times New Roman', 'Times', serif;
  font-size: 3em;
  font-weight: 400;
  line-height: 1;
  margin: 0 0 54px 0;
  xtext-transform: lowercase;
}
#industries a {
  display: block;
  overflow: hidden;
  position: relative;
  -webkit-transform: translateZ(0px);
  transform: translateZ(0px);
  vertical-align: bottom;
}
#industries a > .name {
  box-sizing: border-box;
  color: #fff;
  font-size: 1.78em;
  font-weight: 500;
  left: 50%;
  line-height: .98;
  padding: .5em 1em;
  opacity: 1;
  position: absolute;
  text-align: center;
  text-shadow: 2px 2px 8px rgba(0,0,0, 1);
  text-transform: uppercase;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  transition: opacity .5s;
  width: 100%;
  z-index: 25;
}
#industries a:hover > .name {
  opacity: 0;
}
#industries a:before {
  background-color: #00550e;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  -webkit-transition: opacity .5s;
  transition: opacity .5s;
  width: 100%;
  z-index: 10;
}
#industries a:hover:before {
  opacity: .7;
}
#industries a:after {
  background-image: url("/source/c37aadf511aea2f00822cc31f159a8b9/dc-hp-industries-logo.png");
  background-position: bottom right;
  background-repeat: no-repeat;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  -webkit-transition: opacity .5s;
  transition: opacity .5s;
  width: 100%;
  z-index: 20;
}
#industries a:hover:after {
  opacity: 1;
}
#industries a img {
  transition: transform .5s;
}
#industries a:hover img {
  transform: scale(1.2, 1.2);
}
#industries .description {
  box-sizing: border-box;
  color: #fff;
  display: block;
  font-weight: 300;
  left: 50%;
  opacity: 0;
  padding: 1em;
  position: absolute;
  text-shadow: 2px 2px 8px rgba(0,0,0, 1);
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: opacity .5s;
  transition: opacity .5s;
  width: 100%;
  z-index: 15;
}
#industries a:hover .description {
  opacity: 1;
}
.content #industries {
  padding-bottom: 2em;
  padding-top: 2em;
}
.content #industries h2 {
  font-family: inherit;
  text-transform: uppercase;
}

/* Teasers */
.teaser .teaser-image {
  background-color: #073674;
  padding-top: 1em;
  position: relative;
}
.teaser .teaser-image:after {
  background-image: url("/source/1fedda7b1679c0f166e2434c61b43d23/dc-image-triangle-grey.png");
  background-repeat: no-repeat;
  bottom: -22px;
  content: "";
  height: 43px;
  left: 48px;
  position: absolute;
  width: 56px;
}
.teaser .excerpt {
  color: #073674;
  font-size: .78em;
  font-weight: 400;
}

/* Visual composer */
div.vc_separator.slashes > .vc_sep_holder_l > .vc_sep_line {
  /*
  background-image: repeating-linear-gradient(-56deg, #bfbfbf, #bfbfbf 2px, transparent 2px, transparent 9px);
  */
  background-image: url("/source/b0dfdb6ceefca40eaabb8b4f7c4316ef/dc-slashes.svg");
  border-top: none;
  height: 20px;
  top: auto;
}
div.vc_separator.slashes > .vc_sep_holder_r {
  display: none;
}
.vc_grey_bg_img_left_text_right {
  background-color: #eaeaea;
}
.vc_grey_bg_img_left_text_right .right {
  background-color: #eaeaea;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
.vc_grey_bg_img_left_text_right .right-content {
  /*
  padding-bottom: 77px;
  padding-top: 30px;
  */
}
.vc_grey_bg_img_left_text_right .top {
  /*
  background-image: repeating-linear-gradient(-56deg, rgba(191,191,191, 1), rgba(191,191,191, 1) 2px, rgba(234,234,234, 1) 2px, rgba(234,0,0, 1) 9px);
  */
  background-image: url("/source/b0dfdb6ceefca40eaabb8b4f7c4316ef/dc-slashes.svg");
  height: 30px;
  width: 100%;
}
.vc_grey_bg_img_left_text_right .bottom {
  /*
  background-image: repeating-linear-gradient(-56deg, #bfbfbf, #bfbfbf 2px, #eaeaea 2px, #eaeaea 9px);
  */
  background-image: url("/source/b0dfdb6ceefca40eaabb8b4f7c4316ef/dc-slashes.svg");
  height: 77px;
  width: 100%;
}
.vc_grey_bg_img_left_text_right .left .image {
  position: relative;
  z-index: 10;
}
.vc_grey_bg_img_left_text_right .left .image .green-bar {
  background-color: #55ba47;
  height: 100%;
  left: 0;
  position: absolute;
  width: 23px;
  z-index: 15;
}
.vc_grey_bg_img_left_text_right .left .has-caption .image:after {
  background-image: url("/source/1fedda7b1679c0f166e2434c61b43d23/dc-image-triangle-grey.png");
  background-repeat: no-repeat;
  bottom: -22px;
  content: "";
  height: 43px;
  left: 48px;
  position: absolute;
  width: 56px;
}
.vc_grey_bg_img_left_text_right .left .has-caption .caption {
  box-sizing: border-box;
  color: #073674;
  left: 57px;
  font-size: .78em;
  font-weight: 400;
  padding-bottom: 1em;
  padding-left: 48px;
  padding-top: 2em;
  top: 100%;
}
.vc_grey_bg_text_left_img_right {
  background-color: #eaeaea;
}
.vc_grey_bg_text_left_img_right .left {
  background-color: #eaeaea;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
.vc_grey_bg_text_left_img_right .left-content {
  /*
  padding-bottom: 77px;
  padding-top: 30px;
  */
}
.vc_grey_bg_text_left_img_right .top {
  /*
  background-image: repeating-linear-gradient(-56deg, #bfbfbf, #bfbfbf 2px, #eaeaea 2px, #eaeaea 9px);
  */
  background-image: url("/source/b0dfdb6ceefca40eaabb8b4f7c4316ef/dc-slashes.svg");
  height: 30px;
  width: 100%;
}
.vc_grey_bg_text_left_img_right .bottom {
  /*
  background-image: repeating-linear-gradient(-56deg, #bfbfbf, #bfbfbf 2px, #eaeaea 2px, #eaeaea 9px);
  */
  background-image: url("/source/b0dfdb6ceefca40eaabb8b4f7c4316ef/dc-slashes.svg");
  height: 77px;
  width: 100%;
}
.vc_grey_bg_text_left_img_right .right .image {
  position: relative;
  z-index: 10;
}
.vc_grey_bg_text_left_img_right .right .image .green-bar {
  background-color: #55ba47;
  height: 100%;
  left: 0;
  position: absolute;
  width: 23px;
  z-index: 15;
}
.vc_grey_bg_text_left_img_right .right .has-caption .image:after {
  background-image: url("/source/1fedda7b1679c0f166e2434c61b43d23/dc-image-triangle-grey.png");
  background-repeat: no-repeat;
  bottom: -22px;
  content: "";
  height: 43px;
  left: 48px;
  position: absolute;
  width: 56px;
}
.vc_grey_bg_text_left_img_right .right .has-caption .caption {
  box-sizing: border-box;
  color: #073674;
  left: 57px;
  font-size: .78em;
  font-weight: 400;
  padding-bottom: 1em;
  padding-left: 48px;
  padding-top: 2em;
  top: 100%;
}
.vc_white_bg_text_left_img_right .right .image {
  position: relative;
  z-index: 10;
}
.vc_white_bg_text_left_img_right .right .image .blue-bar {
  background-color: #073674;
  height: 23px;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 15;
}
.vc_white_bg_text_left_img_right .right .has-caption .image:after {
  background-image: url("/source/1d92cf12e8431f3b05aa33951ca35ef5/dc-image-triangle-white.png");
  background-repeat: no-repeat;
  bottom: -22px;
  content: "";
  height: 43px;
  left: 48px;
  position: absolute;
  width: 56px;
}
.vc_white_bg_text_left_img_right .right .has-caption .caption {
  box-sizing: border-box;
  color: #073674;
  left: 57px;
  font-size: .78em;
  font-weight: 400;
  padding-bottom: 1em;
  padding-left: 48px;
  padding-top: 2em;
  top: 100%;
}
.vc_white_bg_text_left_img_right .left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
.vc_white_bg_img_left_text_right .left .image {
  position: relative;
  z-index: 10;
}
.vc_white_bg_img_left_text_right .left .image .blue-bar {
  background-color: #073674;
  height: 23px;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 15;
}
.vc_white_bg_img_left_text_right .left .has-caption .image:after {
  background-image: url("/source/1d92cf12e8431f3b05aa33951ca35ef5/dc-image-triangle-white.png");
  background-repeat: no-repeat;
  bottom: -22px;
  content: "";
  height: 43px;
  left: 48px;
  position: absolute;
  width: 56px;
}
.vc_white_bg_img_left_text_right .left .has-caption .caption {
  box-sizing: border-box;
  color: #073674;
  left: 57px;
  font-size: .78em;
  font-weight: 400;
  padding-bottom: 1em;
  padding-left: 48px;
  padding-top: 2em;
  top: 100%;
}
.vc_white_bg_img_left_text_right .right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
.font.font-times {
  font-family: 'Times New Roman', 'Times', serif;
}
.blue-tint, .green-tint {
  position: relative;
}
.blue-tint:after, .green-tint:after {
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 5;
}
.blue-tint:after {
  background-color: rgba(0,14,85, .7);
}
.green-tint:after {
  background-color: rgba(0,85,14, .7);
}
.blue-tint .wpb_text_column.wpb_content_element, .green-tint .wpb_text_column.wpb_content_element {
  box-sizing: border-box;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 530px;
  padding: 3em;
  position: relative;
  z-index: 10;
}
.blue-tint h1, .green-tint h1 {
  color: #fff;
  text-transform: uppercase;
}
.blue-tint ul,.green-tint ul {
  list-style-position: inside;
  margin: 0;
  padding: 0;
}

/* Search results */
.search-result {
  margin-bottom: 1.25em;
}

@media screen and (min-width: 35.5em) {
  footer #wired-for-quality a {
    margin: 2em 2em 0 2em;
  }
  footer #made-in-usa {
    text-align: center;
  }
}
@media screen and (min-width: 48em) {
  #homepage .hero-content h1 {
    font-size: 3.5em;
  }
  #homepage .hero-content h2 {
    font-size: 2.25em;
  }
  #homepage #products-word {
    display: inline-block;
  }
  #homepage #products .product {
    height: 215px;
  }
  /*
  #homepage #learn {
    height: 480px;
  }
  */
  .internal-header {
    font-size: 5.5em;
  }
  .company-slider .swiper-pagination {
    display: block;
  }
  .company-slider img {
    display: block;
  }
  .company-slider .slider-content {
    line-height: 1.3;
    padding: 0 15%;
    position: absolute;
    /*
    right: 20%;
    */
    top: 50%;
    transform: translateY(-50%);
    /*
    width: 40%;
    */
  }
  .company-slider .slider-content h1 {
    font-size: 1.89em;
  }
  .company-slider .slider-content h2 {
    font-size: 1.5em;
  }
  .company-slider .slider-content p {
    font-size: 1em;
  }
  /*
  .company-slider .slider-content p a {
    font-size: .54em !important;
  }
  */
}
@media screen and (min-width: 57em) {
  body:not(.home) header {
    padding: 1em 0;
  }
  #header-mobile {
    display: none;
  }
  header nav#nav-homepage, header nav#nav-main {
    display: block;
  }
  footer #mobile-orgs {
    display: none;
  }
}
@media screen and (min-width: 64em) {
  #homepage .hero-content h1 {
    font-size: 4.5em;
  }
  #homepage #industries > div {
    padding: 6em;
  }
  .company-slider .slider-content h1 {
    font-size: 2.25em;
  }
  .company-slider .slider-content h2 {
    font-size: 1.25em;
  }
  .company-slider .slider-content p {
    font-size: 1em;
  }
  footer #made-in-usa {
    text-align: right;
  }
  footer #made-in-usa img {
    margin-left: 1.4em;
  }
}
@media screen and (min-width: 80em) {
  #homepage .hero-content h1 {
    font-size: 5.5em;
  }
  .company-slider .slider-content h1 {
    font-size: 2.5em;
  }
  .company-slider .slider-content h2 {
    font-size: 1.75em;
  }
  .company-slider .slider-content p {
    font-size: 1.25em;
    line-height: 1.3;
  }
  header nav .request-info {
    display: inline-block;
  }
}
@media screen and (min-width: 90em) {
  .company-slider .slider-content h1 {
    font-size: 3em;
  }
  .company-slider .slider-content h2 {
    font-size: 2em;
  }
  .company-slider .slider-content p {
    font-size: 1.5em;
    line-height: 1.3;
  }
}
@media screen and (min-width: 100em) {
}

/* For Swiper updates, be sure to update the fill color of the swiper-button-next/swiper-button-prev SVGs below (change 007aff to 006948) */

/**
 * Swiper 4.0.3
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2017 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: October 27, 2017
 */
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  /* Fix of Webkit flickering */
  z-index: 1;
}
.swiper-container-no-flexbox .swiper-slide {
  float: left;
}
.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}
.swiper-invisible-blank-slide {
  visibility: hidden;
}
/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  -o-transition-property: transform, height;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}
/* 3D Effects */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}
.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
/* IE10 Windows Phone 8 Fixes */
.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%2355ba47'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%2355ba47'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}
.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms opacity;
  -o-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}
/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}
.swiper-pagination-bullet {
  display: inline-block;
  background: transparent;
  border-left: 8px solid transparent;
  border-bottom: 12px solid #fff;
  border-right: 8px solid transparent;
  height: 0;
  margin-right: .25em;
  width: 0;
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet-active {
  border-left: 8px solid transparent;
  border-bottom: 12px solid #55ba47;
  border-right: 8px solid transparent;
  opacity: 1;
}
.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms top, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms left, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform;
}
.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms right, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform;
}
/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #006948;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
}
.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progressbar {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-container-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #ffffff;
}
.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25);
}
.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #ffffff;
}
.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000000;
}
.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25);
}
.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000000;
}
/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}
.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.swiper-slide-zoomed {
  cursor: move;
}
/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}
.swiper-lazy-preloader:after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}
.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube {
  overflow: visible;
}
.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}
.swiper-container-flip {
  overflow: visible;
}
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-container-coverflow .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px;
}

/*! flexnav https://github.com/indyplanets/flexnav http://unlicense.org/ 2013-11-28 */
.flexnav {
  margin: 0 auto;
  max-height: 0;
  overflow: hidden;
  padding: 0;
  text-transform: uppercase;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve3d;
  -ms-transform-style: preserve3d;
  transform-style: preserve-3d;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  transition: none;
  width: 100%;
}
.flexnav.opacity {
  opacity: 0;
}
.flexnav.flexnav-show {
  max-height: 2000px;
  opacity: 1;
}
.flexnav li {
  font-size: 100%;
  overflow: hidden;
  position: relative;
}
.flexnav li a {
  background: #006948;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  color: #fff;
  display: block;
  line-height: 48px;
  /*overflow: hidden;*/
  padding: 0 1em;
  position: relative;
  z-index: 2;
}
.flexnav li ul {
  margin: 0;
  padding: 0;
  width: 100%;
}
.flexnav li ul li {
  font-size: 100%;
  overflow: hidden;
  position: relative;
}
.flexnav li ul.flexnav-show li {
  overflow: visible;
}
.flexnav li ul li a {
  background: #007b54;
  color: #fff;
  display: block;
  text-transform: none;
}
.flexnav ul li ul li a {
  background: #009d7f;
}
.flexnav ul li ul li ul li a {
  background: #00ba97;
}
.flexnav .touch-button {
  background: #004a3c; /*464646*/
  position: absolute;
  display: inline-block;
  height: 48px;
  line-height: 48px;
  right: 0;
  text-align: center;
  top: 0;
  width: 48px;
  z-index: 999;
}
.flexnav .touch-button:hover {
  cursor: pointer;
}
.flexnav .touch-button .navicon {
  color: #fff;
  font-size: 18px;
  font-style: normal;
  position: relative;
}
