@charset "UTF-8";
@font-face {
  font-family: "DIN Next™ W01_n7";
}

@font-face {
  font-family: "DIN Next™ W01";
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Proxima Nova W01_n2";
}

@font-face {
  font-family: "Proxima Nova W01";
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: "Proxima Nova W01_n3";
}

@font-face {
  font-family: "Proxima Nova W01";
  
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "Proxima Nova W01_n4";
  
}

@font-face {
  font-family: "Proxima Nova W01";
  
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Proxima Nova W01_n7";
  
}

@font-face {
  font-family: "Proxima Nova W01";
  
  font-weight: 700;
  font-style: normal;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 0;
}

body {
  height: 100%;
  overflow-x: hidden;
  position: relative;
}

#contact .form .checkboxes {
  zoom: 1;
}

#contact .form .checkboxes:before, #contact .form .checkboxes:after {
  content: "";
  display: table;
}

#contact .form .checkboxes:after {
  clear: both;
}

#products-markets .pdf-link:after {
  display: inline-block;
  font-family: "FontAwesome";
  font-size: inherit;
  line-height: 100%;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}

footer .wrapper, header nav ul {
  position: relative;
  font-size: 0;
  line-height: 100%;
}

footer .wrapper>*, header nav ul>* {
  position: relative;
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
}

footer .wrapper a, header nav ul a {
  display: inline-block;
  line-height: 100%;
}

.button, #contact .form .submitButton, .products-search .search-box button, .search.search-1 button, header a, nav a, aside a, footer a, #hero a {
  text-decoration: none;
}

.standard aside a, #hero, footer, header .call-search .call, h1 {
  -webkit-font-smoothing: antialiased;
}

/*
@mixin col($colCount,$margin){
	.col{
		display:inline-block;
		vertical-align:top;
		margin-right:$margin;
		width:(100%/$colCount)-($margin*($colCount - 1));
		&:last-child{
			margin-right:0;
		}
	}
}
*/

@media (min-width: 641px) {
  a[href^="tel"] {
    color: inherit;
    text-decoration: none !important;
    cursor: text;
    pointer-events: none;
  }
}

p, ul, li {
  line-height: 100%;
}

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

header li, nav li, aside li, footer li, #hero li {
  list-style: none;
}

svg {
  max-width: 100%;
}

main p {
  line-height: 150%;
}

.alignleft {
  display: inline-block;
}

.button, #contact .form .submitButton, .products-search .search-box button, .search.search-1 button {
  display: inline-block;
}

.col {
  display: inline-block;
  vertical-align: top;
}

.gone {
  display: none;
}

.invisible {
  opacity: 0 !important;
  pointer-events: 0 !important;
  cursor: default;
}

.locked, .menu-mode {
  overflow: hidden;
}

.pad, .pad-inner {
  display: block;
}

.visible {
  opacity: 1 !important;
  pointer-events: auto !important;
  cursor: auto;
}

.wrapper {
  position: relative;
  margin: 0px auto;
  max-width: 1200px;
}

@media (max-width: 1300px) {
  .wrapper {
    max-width: calc(100vw - 100px);
  }
}

@media (max-width: 640px) {
  .wrapper {
    padding: 0 25px;
    max-width: calc(1200px - 50px);
  }
}

@media (max-width: 768px) {
  .nav-mode>* {
    display: none;
  }
  .nav-mode header {
    display: block;
    position: relative;
  }
  .nav-mode header .mobile-header {
    position: fixed;
    width: 100%;
  }
}

@media (min-width: 641px) {
  .modal-mode {
    overflow: hidden;
  }
}

@media (max-width: 640px) {
  .modal-mode>* {
    display: none;
  }
  .modal-mode .modal {
    display: block;
  }
}

body {
  font-family: "Proxima Nova W01";
  height: 100vh;
}

h1 {
  color: #bed747;
  font-size: 50px;
  font-weight: 100;
  line-height: 130%;
}

h2 {
  margin-bottom: 20px;
  font-size: 25px;
  font-weight: 100;
  line-height: 130%;
}

h2 a {
  text-decoration: none;
}

.button, #contact .form .submitButton, .products-search .search-box button, .search.search-1 button {
  display: inline-block;
  vertical-align: -12.5px;
  padding: 5px 10px;
  border-radius: 15px;
  background: #bed747;
  color: #1c3e62;
  text-transform: uppercase;
  box-shadow: 5px 5px 10px rgba(0, 0, 128, 0.1);
}

header {
  position: fixed;
  z-index: 999;
  top: 0;
  width: 100vw;
  background: rgba(151, 158, 167, 0.75);
  color: white;
}

header a {
  color: white;
}

header a:hover {
  color: #1c3e62;
}

.logo-tagline .wrapper {
  padding-top: 20px;
}

header .logo-tagline {
  position: relative;
  z-index: 1;
  height: 100px;
  pointer-events: none;
}

header .logo-tagline .logo, header .logo-tagline .tagline {
  pointer-events: auto;
}

header .logo-tagline .logo {}

header .logo-tagline .logo svg {
  width: 333px;
  height: 58px;
  float: left;
}

header .logo-tagline .tagline {
  display: inline-block;
  vertical-align: 15px;
  margin-left: 4%;
  max-width: 100%;
  line-height: 130%;
}

header .logo-tagline:before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  padding-left: calc((100% - 1200px) / 2);
  width: calc(100% - 375px - (((100% - 1200px) / 2) * 2));
  max-width: 930px;
  height: 100px;
  border-radius: 0 0 40px 0;
  background: #1c3e62;
  content: "";
}

header .call-search {
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  width: 100%;
}

header .call-search .block {
  position: absolute;
  top: 0;
  right: 0;
  height: 100px;
  padding: 25px 0 25px 30px;
}

header .call-search .block .edge {
  display: none;
  position: absolute;
  overflow: hidden;
  bottom: 0;
  left: calc(40px * -1);
  height: 40px;
  width: 40px;
  background: #979ea7;
}

header .call-search .block .edge:after {
  position: absolute;
  content: "";
  display: block;
  height: 200%;
  width: 200%;
  top: -100%;
  left: -100%;
  background: #1c3e62;
  border-radius: 100%;
}

header .call-search .block:after {
  display: block;
  position: absolute;
  z-index: -1;
  top: 0;
  width: 500px;
  height: 100px;
  content: "";
}

header .call-search .call {
  font-family: "DIN Next™ W01";
  font-weight: 700;
  text-transform: uppercase;
}

header .call-search .call a {
  display: inline-block;
  margin-left: 5px;
  font-size: 1.7em;
}

header .call-search .search {
  margin-top: 12px;
  font-size: 0;
  display: none;
}

header .call-search .search input:focus, header .call-search .search button:focus {
  outline: none;
}

header .call-search .search input {
  -webkit-transition: width 0.25s ease 0s;
  -moz-transition: width 0.25s ease 0s;
  transition: width 0.25s ease 0s;
  -webkit-backface-visibility: ease;
  padding: 0 15px;
  width: 240px;
  height: 27px;
  font-weight: bold;
  color: #1c3e62;
}

header .call-search .search button {
  vertical-align: -3px;
  width: 50px;
  height: 27px;
  background: #1c3e62;
  font-size: 0;
}

header .call-search .search button svg {
  height: 15px;
}

header .call-search .search button svg path {
  fill: white;
}

header nav ul {
  text-align: right;
}

header nav .highlight a {
  color: #1c3e62;
}

header nav a {
  padding: 13px 10px;
  font-size: 0.9em;
  text-transform: uppercase;
}

header nav ul.sub-menu {
  display: none;
}

.menu-main-nav-container {
  float: right;
}

nav .button {
  float: right;
  margin-top: 5px;
}

header nav .mobile-show {
  display: none;
}

@media (max-width: 768px) {
  .call-search {
    display: none;
  }
  header {
    background: rgba(151, 158, 167, 1);
  }
  header .logo-tagline .logo {
    margin: 0 auto;
    display: block;
  }
  header .logo-tagline .tagline {
    max-width: 100% !important;
    width: 100%;
    margin-left: 0;
    text-align: center;
  }
  header .logo-tagline:before {
    width: 100% !important;
    border-radius: 0;
  }
  header nav .mobile-show {
    width: 100%;
    float: left;
    padding: 5px 0 5px 0;
    text-transform: uppercase;
    display: block;
  }
  header nav ul {
    max-height: 0;
    padding: 0;
    transition: max-height 1s, padding 1s;
    float: left;
    overflow: hidden;
  }
  header nav ul.active {
    max-height: 500px;
    padding: 10px 0 50px 0;
    overflow: scroll;
  }
  header nav ul li {
    width: 100%;
    text-align: left;
  }
  header nav ul.sub-menu {
    display: block;
    padding: 0 0 0 10px;
  }
  .standard aside nav {
    display: none;
  }
  header nav a {
    padding: 7px 10px;
  }
  nav .button {
    display: none;
  }
}

main {
  position: relative;
  z-index: 0;
  width: 100%;
  float: left;
  background-repeat: no-repeat;
  background-size: cover;
}

main.bg {
  padding-top: 250px;
}

.body-class-industry-template-default main.bg {
  padding-top: 0;
}

footer {
  position: fixed;
  bottom: 0;
  padding: 24px 0 30px 0;
  width: 100%;
  height: 140px;
  background: rgba(28, 62, 98, 0.75);
  z-index: 99;
}

footer p, footer li, footer a {
  color: rgba(255, 255, 255, 0.9);
  font-size: 13px;
  line-height: 140%;
}

footer a:hover {
  text-decoration: underline;
}

footer .acme-logos {
  width: 83px;
  text-align: center;
}

footer .acme-logos img {
  width: 100%;
  height: auto;
}

footer .acme {
  width: 333px;
  text-align: center;
}

footer .jss {
  float: right;
  margin-top: 15px;
}

footer .jss .logo {
  width: 200px;
  height: 50px;
}

footer .jss .logo svg {
  margin: 3px 0 -3px 0;
}

footer .jss .logo path {
  fill: white;
}

footer .jss .logo:before, footer .jss .logo:after {
  display: block;
  color: rgba(255, 255, 255, 0.75);
  font-size: 13px;
  text-align: center;
  text-transform: uppercase;
}

footer .jss .logo:before {
  content: "Part of the";
}

footer .jss .logo:after {
  content: "Family of Companies";
}

footer .contact {
  margin-left: 4%;
}

footer .contact .col {
  margin: 0 10% 0.85em 0;
}

footer .quicklinks {
  margin-right: 15px;
}

footer.fixed {
  bottom: 0;
}

.controls {
  position: absolute;
  z-index: 999999;
  top: 40%;
  width: 100%;
  pointer-events: none;
  user-select: none;
}

.controls .arrow {
  margin-left: auto;
  margin-right: auto;
  max-width: 50px;
  width: 50px;
  max-width: 100vw;
  height: 50px;
  max-height: 100vw;
  pointer-events: auto;
  position: absolute;
  border-radius: 50%;
  background: #bed747;
  color: #1c3e62;
  font-size: 26px;
  font-weight: 700;
  text-align: center;
  cursor: pointer;
}

.controls .arrow span {
  display: block;
  margin-top: 6px;
}

.controls .arrow:hover {
  background: #1c3e62;
  color: white;
}

.controls .arrow.swiper-prev {
  left: 10px;
}

.controls .arrow.swiper-next {
  right: 10px;
}

@media (max-width: 768px) {
  .controls .arrow.swiper-prev {
    left: -5px;
  }
  .controls .arrow.swiper-next {
    right: -5px;
  }
}

.swiper {
  width: 100vw;
}

.swiper-container-android .swiper-slide, .swiper-wrapper {
  transform: none !important;
}

.swiper-container-android .swiper-slide.swiper-slide-active {
  position: absolute;
}

#hero {
  width: 100vw;
  height: 100vh;
}

#hero article {
  text-align: center;
}

#hero article h2 {
  margin: 1vw auto;
  max-width: 35vw;
  font-size: 5vw;
  font-weight: 200;
  letter-spacing: -0.25vw;
  line-height: 100%;
}

#hero article h3 {
  margin: 0 auto;
  max-width: 33vw;
  font-size: 1.8vw;
  font-weight: 300;
  line-height: 2vw;
}

#hero article .industry {
  display: inline-block;
  margin: 0 auto;
  padding: 2px 10px;
  max-width: 35vw;
  border: 2px solid #bed747;
  font-size: 2vw;
  font-weight: 300;
  line-height: 130%;
  text-transform: uppercase;
}

#hero .swiper-slide {
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100vw;
  height: 100vh;
  background-repeat: no-repeat;
  background-size: cover;
}

#hero .swiper-pagination {
  right: 50px;
}

#hero .swiper-pagination .swiper-pagination-bullet {
  margin: 10px 0;
  width: 11px;
  height: 11px;
  opacity: 1;
  background: white;
}

#hero .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #bed747;
}

.products .standard {
  width: calc(100% - ((100% - 1200px) / 2));
}

.products .standard h1 {
  font-size: 42px;
}

.products .standard.half article {
  padding: 15px 20px 0 20px;
  padding-left: calc((100vw - 1200px) / 2);
}

.products .standard article {
  padding: 15px 40px 0 100px;
}

.products .standard .pad {
  padding: 15px 20px 0 0;
}

@media (max-width: 1380px) {
  .products .standard .pad {
    padding: 15px 20px 0 20px;
  }
}

@media (max-width: 1300px) {
  .products .standard {
    width: 90vw;
  }
  .products .standard article {
    padding: 15px 20px 0 40px;
  }
  .products .standard.half article {
    padding: 15px 20px 0 40px;
    padding-left: 40px;
  }
  .products .standard .pad {
    padding: 15px 20px 0 40px;
  }
}

@media (max-width: 768px) {
  .products .standard.half article {
    padding: 35px 15px 0 50px;
  }
}

.products .standard aside {
  position: absolute;
  top: 100px;
  left: calc(50vw + 10px);
}

.products .standard aside ul {
  margin-top: 10px;
  width: 170px;
  float: left;
  margin-right: 10px;
}

@media (max-width: 1024px) {
  .products .standard aside ul {
    margin-top: 0;
    width: 100%;
    float: left;
    margin-right: 10px;
  }
}

.products .standard .pad.scrollbox {
  height: 450px;
  overflow: scroll;
  margin-top: 30px;
}

.products .standard .pad.scrollbox::-webkit-scrollbar {
  width: 10px;
}

.products .standard .pad.scrollbox::-webkit-scrollbar:horizontal {
  height: 0;
}

.products .standard .pad.scrollbox::-webkit-scrollbar-track {
  background-color: #efeff0;
  border-left: 1px solid #b7b9bc;
}

.products .standard .pad.scrollbox::-webkit-scrollbar-thumb {
  background-color: #1c3e62;
  height: 50px;
}

@media (max-width: 768px) {
  .products .standard .pad.scrollbox {
    height: 100%;
  }
  .products .standard .pad.scrollbox::-webkit-scrollbar {
    display: none;
  }
  .products .standard .pad.scrollbox::-webkit-scrollbar:horizontal {
    display: none;
  }
  .products .standard .pad.scrollbox::-webkit-scrollbar-track {
    display: none;
  }
  .products .standard .pad.scrollbox::-webkit-scrollbar-thumb {
    display: none;
  }
}

.products .standard aside ul li {
  width: 100%;
}

.products .standard aside a {
  display: block;
  margin-bottom: 10px;
  padding: 13px 30px 13px 15px;
  background: #bed747;
  color: #1c3e62;
  font-size: 14px;
  font-weight: 700;
}

.products .standard aside a:hover {
  background: #1c3e62;
  color: white;
}

.products .content {
  position: relative;
  padding-top: 250px;
}

.standard {
  padding-bottom: 140px;
  border-radius: 0 100px 0 0;
  background: white;
  display: block;
  float: left;
  position: relative;
  /*min-height: calc(100vh - 250px);*/
  min-height: 1000px;
  /*sidebar for top work places*/
}

.standard aside {
  width: 30%;
  height: 100%;
  position: absolute;
}

.standard aside nav {
  padding: 10px 0 50px 0;
}

.standard article {
  width: 70%;
  margin-left: 30%;
  float: left;
}

.products .swiper-slide {
  background-size: cover;
  background-position: right;
  width: 100%;
}

.products .standard {
  transition: margin 1s;
  position: relative;
}

.products .standard h2 {
  color: #bed747;
  font-size: 36px;
  font-weight: 100;
  width: 50%;
}

@media (max-width: 768px) {
  .products .standard h2 {
    width: 100%;
  }
}

.products .standard.half h2 {
  color: #bed747;
  font-size: 36px;
  font-weight: 100;
  width: 100%;
}

.products .standard.half {
  max-width: auto;
  margin-right: 50vw;
}

.products .standard .contact-button {
  padding: 5px 10px;
  border-radius: 15px;
  background: #bed747;
  color: #1c3e62;
  text-transform: uppercase;
  position: relative;
  text-decoration: none;
  float: right;
  margin: 15px 0 0 0;
}

.products .standard .step {
  width: 50%;
}

.products .standard.half .step {
  width: 100%;
}

@media (max-width: 1300px) {
  .products .standard.half .step {
    width: calc(100% - 20px);
  }
}

@media (max-width: 1024px) {
  .products aside {
    width: calc(25vw - 20px) !important;
  }
}

@media (max-width: 768px) {
  .products aside {
    width: calc(100% - 20px) !important;
  }
}

.products .standard article {
  width: 100%;
  margin-left: 0;
  float: left;
}

.products .standard article .detail {
  width: 45%;
  float: right;
  display: none;
  margin-top: -50px;
}

.products .standard article .detail.active {
  display: block;
}

.products .standard article .detail .products-list {
  display: none;
}

.products .standard article .detail .products-list.active {
  display: block;
}

.products .standard article .detail .products-list .close {
  font-size: 36px;
  float: right;
  color: #1c3e62;
  margin-top: -20px;
  cursor: pointer;
}

.products .standard article .detail .products-list h2 {
  font-size: 18px;
  color: #1c3e62;
  font-weight: bold;
  padding-bottom: 5px;
  margin-bottom: 0;
}

.products .standard article .detail .products-list ul {
  list-style: none;
  margin: 0;
  float: left;
  width: 100%;
  padding: 0;
  border-top: 1px solid #bed747;
  border-bottom: 1px solid #bed747;
}

.products .standard article .detail .products-list ul li {
  width: calc(50%);
  margin: 0;
  padding: 10px 20px 10px 20px;
  border-right: 1px solid #bed747;
  float: left;
}

@media (max-width: 1300px) {
  .products .standard article .detail .products-list ul li {
    height: 60px;
  }
}

@media (max-width: 768px) {
  .products .standard article .detail .products-list ul li {
    height: auto;
  }
}

.products .standard article .detail .products-list ul li:nth-of-type(even) {
  border-right: 0;
}

.products .standard article .detail .products-list ul a {
  color: #1c3e62;
  text-decoration: none;
}

@media (max-width: 1024px) {
  .products .standard.half {
    max-width: 75vw;
    margin-right: 0px;
  }
  .standard.half {
    max-width: 75vw;
  }
  .products .standard aside {
    left: 75vw !important;
  }
  .products .standard article {
    height: 600px;
  }
}

@media (max-width: 768px) {
  .standard article {
    width: 100%;
    margin-left: 0;
  }
}

@media (max-width: 768px) {
  .standard.half {
    width: 100%;
    max-width: 100%;
    min-height: 1200px;
  }
  .products .standard {
    width: 90vw;
  }
  .products .standard.half {
    width: 90vw;
    max-width: 90vw;
  }
  .products .standard article {
    height: auto;
  }
  .products .standard aside {
    left: auto;
    top: auto;
    width: 100%;
    float: left;
    margin-left: 50px;
    position: relative;
  }
  .products .standard aside ul {
    width: 90%;
  }
  .standard aside ul li {
    width: 100%;
  }
  .products .standard aside {
    display: none !important;
  }
  .products .standard.half aside {
    display: block !important;
    left: auto !important;
  }
  .products .standard aside a {
    width: calc(100% - 40px);
  }
  .products .standard .step {
    width: 100%;
    display: block;
    float: left;
    position: relative;
    padding-right: 0;
  }
  .products .standard article .detail .products-list ul li {
    width: 100%;
    border-right: none;
  }
  .standard .pad {
    float: left;
  }
  .products .standard .pad {
    padding: 0;
  }
  .products .standard .learn-more {
    display: none;
  }
  .products .standard article .detail {
    float: left;
    width: 100%;
    margin-top: 50px;
  }
}

.responsive-video {
  width: 100%;
  float: left;
}

.responsive-video .video-size-frame {
  height: 0;
  padding-bottom: 56.3%;
  position: relative;
}

.responsive-video .video-size-frame iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.standard a {
  color: #1c3e62;
}

.standard aside nav {
  margin-top: 34px;
  background: #1c3e62;
  border-radius: 0 25px 0 0;
  height: calc(100% - 34px);
  position: relative;
}

.standard aside nav>div {
  padding: 17px 40px;
}

.standard aside .title {
  color: white;
}

.standard aside ul {
  margin-top: 10px;
  width: 170px;
}

.standard aside ul ul {
  margin-top: 0;
  margin-left: 18px;
  font-size: 0.85em;
}

.standard aside ul ul a {
  padding: 4px 0;
}

.standard aside a {
  display: block;
  padding: 8px 0;
  color: white;
  text-decoration: none;
}

.body-class-page-template-template-suppliers .standard aside li:last-of-type a {
  color: #bed747;
}

.standard aside li {
  list-style: none;
}

.standard article {
  position: relative;
  padding: 20px 50px;
}

.standard article p, .standard article li {
  margin-bottom: 1em;
  font-weight: 100;
}

.standard article li {
  margin-left: 18px;
}

.standard article .button, .standard article #contact .form .submitButton, #contact .form .standard article .submitButton, .standard article .products-search .search-box button, .products-search .search-box .standard article button, .standard article .search.search-1 button, .search.search-1 .standard article button {
  color: #fff;
  background-color: #1c3e62;
}

.standard article.full-width {
  margin: 0 auto;
  max-width: 900px;
}

.standard .pad {
  position: relative;
  padding: 25px 50px 50px 50px;
}

.standard .more {
  color: #1c3e62;
  font-size: 0.8em;
  font-weight: bold;
  text-decoration: none;
}

.standard .button, .standard #contact .form .submitButton, #contact .form .standard .submitButton, .standard .products-search .search-box button, .products-search .search-box .standard button, .standard .search.search-1 button, .search.search-1 .standard button, .standard .title {
  display: inline-block;
  margin-right: 20px;
  padding: 10px;
  border: 1px solid #bed747;
  border-radius: 0;
  box-shadow: none;
  background: none;
  text-align: center;
  text-transform: uppercase;
}

.standard.half {
  display: block;
  max-width: 50vw;
}

#home h1, #suppliers h1, #products h1 {
  font-size: 65px;
}

#home h2, #suppliers h2, #products h2 {
  font-size: 40px;
}

#home h3, #suppliers h3, #products h3 {
  margin-bottom: 20px;
  color: #bed747;
  font-size: 28px;
}

#suppliers h2, .body-class-page-template-template-suppliers h2 {
  color: #bed747;
  font-size: 40px;
}

.body-class-page-template-template-suppliers .cont-w-image {
  width: 70%;
  float: left;
}

.body-class-page-template-template-suppliers .sup-logo {
  float: left;
  margin: 8% 0 0 50px;
  width: calc(30% - 50px);
}

@media (max-width: 768px) {
  .body-class-page-template-template-suppliers .cont-w-image {
    width: 100%;
    float: left;
  }
  .body-class-page-template-template-suppliers .sup-logo {
    width: 90%;
  }
  .body-class-page-template-template-suppliers .sup-logo {
    margin: 0 auto;
    display: block;
    float: none;
  }
}

#home {
  color: white;
}

#home h2, #home h3 {
  color: white;
}

#home main {
  padding-top: 0;
}

#home #hero article {
  -webkit-transition: all 1s ease 1s;
  -moz-transition: all 1s ease 1s;
  transition: all 1s ease 1s;
  -webkit-backface-visibility: ease;
  opacity: 0;
  margin: 25px 0 -25px 0;
}

#home #hero a {
  color: #fff;
}

#home #hero .swiper-slide-active article {
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
  -webkit-backface-visibility: ease;
  opacity: 1;
  margin-top: 0;
  margin-bottom: 0;
}

.swiper-wrapper {
  background: #fff;
}

#home #covid-banner {
  background-size: cover;
  background-position: center center;
}

@media (min-width: 768px) {
  #home #covid-banner {
    background-size: contain;
  }
}

#home #personal-care {
  
  background-position: center bottom;
}

#home #personal-care article {
  padding-bottom: 140px;
  bottom: 8vw;
  left: 47vw;
}

#home #biological {
  
  background-position: center bottom;
}

#home #biological img {
  margin-top: 25px;
  height: calc(100vh - 650px);
  max-height: 250px;
}

#home #case {
  
  background-position: center center;
}

#home #case article {
  right: calc(15vw + 50px);
  max-width: 25vw;
}

#home #case article h2 {
  max-width: 20vw;
}

#home #case article h3 {
  max-width: 20vw;
}

#home #lubricants {
  
  background-position: center center;
}

#home #lubricants article h2, #home #lubricants article h3 {
  max-width: 40vw;
}

#home #history {
  
  background-position: center center;
}

#home #history article {
  bottom: calc(5vh + 140px);
}

#home #history article h2 {
  max-width: calc(100vw - 200px);
}

#home #history article h3 {
  margin-top: 15vh;
  max-width: 23vw;
}

#home #household {
  
  background-position: center center;
}

#home #household article {
  top: calc(9vh + 140px);
}

#home #household article h2 {
  max-width: calc(100vw - 200px);
}

#home #household article h3 {
  max-width: 35vw;
}

#home #household article .industry {
  max-width: calc(100vw - 200px);
}

#acme-hardesty-advantage h1 {
  display: none;
}

.body-class-page-template-template-about_us aside iframe {
  width: 100%;
  position: relative;
}

@media (max-width: 768px) {
  #hero article h2 {
    font-size: 8vw;
    max-width: 70vw;
  }
  #hero article h3 {
    font-size: 5vw;
    line-height: 5vw;
    max-width: 70vw;
  }
  #hero article .industry {
    font-size: 5vw;
    max-width: 70vw;
  }
  #hero .swiper-pagination {
    right: 10px;
  }
  #home #case article h2 {
    max-width: 70vw;
  }
  #home #case article h3 {
    max-width: 70vw;
  }
  #home #household article .industry, #home #household article h3 {
    max-width: 70vw;
  }
  #home #history article h3 {
    margin-top: 0;
    max-width: 70vw;
  }
  #home #history article h2 {
    max-width: 55vw;
  }
  #home #lubricants article h2, #home #lubricants article h3 {
    max-width: 70vw;
  }
  #home #case article {
    max-width: 70vw;
  }
  #home #personal-care article {
    padding-bottom: 0;
  }
}

#products-markets h1 {
  margin-bottom: 30px;
  color: white;
}

#products-markets main {
  padding-top: 0;
}

#products-markets #hero #personal-care {
  
  background-position: center bottom;
}

#products-markets .product-list-quicklinks {
  display: -ms-flexbox;
  display: flex;
  background: white;
  text-align: left;
}

#products-markets .product-list-quicklinks>div {
  width: 50%;
}

#products-markets .product-list-quicklinks .pad {
  padding: 30px 20px;
}

#products-markets .product-list-quicklinks a {
  display: block;
  padding: 10px 5px;
  min-width: 375px;
  font-size: 18px;
}

#products-markets .product-list-quicklinks .product-list li {
  border-bottom: 1px solid #bed747;
}

#products-markets .product-list-quicklinks .product-list li:last-child {
  border-bottom: 0;
}

#products-markets .product-list-quicklinks .product-list a {
  color: #1c3e62;
}

#products-markets .product-list-quicklinks .product-list a:hover {
  background: #bed747;
}

#products-markets .product-list-quicklinks .quicklinks {
  background: #979ea7;
  box-shadow: 0px 0px 10px #7b8490 inset;
}

#products-markets .product-list-quicklinks .quicklinks li {
  margin-bottom: 36px;
}

#products-markets .product-list-quicklinks .quicklinks li:last-child {
  margin: 0;
}

#products-markets .product-list-quicklinks .quicklinks a {
  position: relative;
  padding: 10px 15px;
  background: #1c3e62;
  color: white;
  border-bottom: 1px solid #1c3e62;
}

#products-markets .product-list-quicklinks .quicklinks a:after {
  position: absolute;
  right: 15px;
  content: ">";
}

#products-markets .product-list-quicklinks .quicklinks a:hover {
  color: #bed747;
}

@media (max-width: 768px) {
  #products-markets .product-list-quicklinks {
    display: block;
  }
  #products-markets .product-list-quicklinks>div {
    width: 100%;
  }
}

.body-class-product-type-template-default h3 {
  margin-bottom: 25px;
  color: #bed747;
  font-size: 25px;
  font-weight: 400;
}

.body-class-product-type-template-default h3 strong {
  font-weight: 400;
}

.body-class-product-type-template-default h2 {
  color: #bed747;
}

.body-class-product-type-template-default main {
  padding-top: 0;
}

#suppliers .cycle-sentinel {
  display: none !important;
}

.step {
  position: absolute;
  display: none;
  padding-right: 50px;
}

.step.active {
  display: block;
}

@media (min-width: 1301px) {
  .standard aside nav {
    padding-left: calc((100% - 260px) / 2);
  }
  .standard {
    width: calc(100% - ((100% - 1200px) / 2));
  }
  .standard.half article {
    padding-left: calc((100vw - 1200px) / 2);
  }
}

@media (max-width: 1300px) {
  .page-template-default section {
    padding-left: 50px;
    margin-right: 50px;
  }
}

@media (max-width: 1140px) {
  header .logo-tagline:before {
    width: calc(100% - 245px);
  }
  header .call-search .block {
    padding-top: 15px;
  }
  header .call-search .call a {
    display: block;
    margin: 5px 0 0 0;
  }
  header .call-search .search input {
    width: 114px;
  }
}

@media (max-width: 1024px) {
  header .logo-tagline .tagline {
    max-width: calc(100vw - 700px);
    font-size: 1.5vw;
  }
}

.post-box h2 {
  margin: 0;
}

.post-box a {
  color: #1c3e62;
}

.post-box a:hover {
  text-decoration: underline;
}

.search.search-1 {
  padding: 20px;
  background: #eee;
}

.search.search-1 form {
  margin-top: 15px;
}

.search.search-1 input[type="text"] {
  display: inline-block;
  padding: 7px 1%;
  width: 86%;
}

.search.search-1 button {
  display: inline-block;
  float: right;
  padding: 5px 0;
  width: 10%;
}

.search.search-2 {
  padding: 20px;
}

.search.search-2 p {
  margin-bottom: 15px;
}

.search.search-2 .button, .search.search-2 #contact .form .submitButton, #contact .form .search.search-2 .submitButton, .search.search-2 .products-search .search-box button, .products-search .search-box .search.search-2 button, .search.search-2 .search.search-1 button, .search.search-1 .search.search-2 button {
  padding: 5px 0;
  width: 10%;
  text-align: center;
}

.search.search-2 select {
  padding: 5px 2% 5px 1%;
  max-width: 40%;
}

.news-events h2 {
  margin-bottom: 10px;
}

.news-events .post-box {
  padding: 25px 0;
}

.news-events .pagination {
  padding-bottom: 50px;
}

.product-list h2 {
  margin-bottom: 10px;
  font-size: 20px;
}

.product-list p {
  line-height: 150%;
}

.product-list .post-main {
  margin-top: 40px;
}

.product-list .post-box a {
  font-size: 20px;
}

.product-list aside {
  padding-top: 8px !important;
}

.product-list aside p {
  margin: 0;
}

.product-list aside input, .product-list aside select {
  margin: 5px 0 10px 0;
  width: 90%;
}

.product-list aside select {
  padding: 5px 5%;
  width: 100%;
}

.product-list aside .products-search {
  padding: 15px;
  background: #eee;
}

.product-list aside .search-box {
  margin-bottom: 20px;
}

.product-list article {
  padding-left: 40px;
}

.pagination.navigation {
  margin-top: 50px;
  height: 25px;
}

.pagination.navigation a {
  color: #1c3e62;
}

.products-search select {
  -webkit-appearance: button;
  -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.25);
  -webkit-padding-end: 20px;
  -webkit-padding-start: 2px;
  -webkit-user-select: none;
  background: white url("../img/layout/select-arrows.png") no-repeat right center;
  border: 0;
  color: #1c3e62;
  margin-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.products-search .search-box input {
  padding: 7px 5%;
}

.secondary .navigation {
  margin-top: 30px;
}

#products-markets h1 {
  display: inline-block;
}

#products-markets .pdf-link {
  display: inline-block;
  float: right;
  margin-top: 6px;
}

#products-markets .pdf-link:after {
  border-radius: 0;
  background: transparent;
  content: "";
  margin-left: 5px;
}

#products-markets .pdf-link:hover {
  text-decoration: underline;
}

#sustainability h2.quote {
  margin-bottom: 1em;
}

#sustainability .title {
  margin: 0 auto;
  max-width: 800px;
}

#sustainability .wp-image-106220, #sustainability .squareimg {
  margin: 2em 0;
}

#sustainability #westrengthen .span_1_of_2 {
  vertical-align: top;
}

#sustainability #westrengthen .span_1_of_2 .handshake {
  margin-top: 50px;
  background-position: center center;
}

#divisions footer {
  display: none;
}

#sharon-laboratories h1 {
  margin-bottom: 30px;
}

#sharon-laboratories article {
  margin-bottom: 30px;
}

#working-with-us main .navigation {
  display: none !important;
}

#contact .standard .col {
  margin: 0 0 20px 0;
  width: 100%;
}

#contact main section p {
  margin-bottom: 16px;
  width: 90%;
}

#contact main section a:not(.button) {
  color: black;
  text-decoration: underline;
}

#contact h1 {
  margin-bottom: 20px;
}

#contact .form {
  background: #eee;
}

#contact .form label {
  display: block;
  font-weight: normal;
  margin-left: 20px !important;
}

#contact .form input[type="text"], #contact .form input[type="email"], #contact .form select, #contact .form textarea {
  display: block;
  margin: 8px 0;
  padding: 8px 2.5%;
  width: 95%;
  color: #1c3e62;
  font-size: 13px;
}

#contact .form .submitButton {
  display: inline-block;
  margin-top: 5px;
}

#contact .form .ajax-loader {
  display: inline-block;
  margin-left: 5px;
}

#contact .form .pad {
  padding: 20px;
}

#contact .form .checkboxes {
  margin: 15px 0;
}

#contact .form .checkboxes .formCustom-control-wrap {
  float: left;
  width: 50%;
}

.slider-area {
  padding: 150px 0 129px;
  position: relative;
  overflow: hidden;
  max-height: 518px;
  z-index: 1;
  margin: -43px auto 0;
  background-position: top center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.slider-area .image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}

.slider-area .slider {
  margin: 0 auto;
  max-width: 507px;
  position: relative;
  z-index: 1;
  background: rgba(24, 31, 4, 0.9);
  overflow: hidden;
  color: #fff;
  padding: 31px 75px 43px;
  position: relative;
  height: 175px;
}

.slider .btn-next, .slider .btn-prev {
  position: absolute;
  top: 146px;
  left: 29px;
  width: 11px;
  height: 20px;
  text-indent: -9999px;
  overflow: hidden;
  background: url(images/sprite.png) no-repeat -52px 0;
}

.slider .btn-next {
  right: 39px;
  left: auto;
  background-position: -90px 0;
}

.slider .mask {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.slider .slideset {
  position: relative;
}

.slider .slideset .slide {
  position: absolute;
  top: 0;
  left: 0;
}

.slider .slideset .slide.active {
  z-index: 1;
}

.slider h1 {
  margin: 0 0 8px;
  /* 0 0 15px */
  color: #c5dd44;
}

.slider h1 span {
  display: block;
}

.slider p {
  margin: 0;
}

.feature {
  overflow: hidden;
  margin: 0 auto;
  max-width: 1024px;
}

/* .feature .column:first-child { border-left: 0; } Removed for background */

.feature .column:first-child {
  padding: 24px 2% 26px 2.8%;
}

.feature .column {
  float: left;
  width: 24.9%;
  padding: 25px 2% 26px 1.9%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #c8e045;
  border-left: 1px solid #fff;
  color: #556019;
}

.feature .column h2 {
  margin: 0 0 10px;
  color: #4d5716;
}

.feature .column h2 a {
  color: #4d5716;
}

.feature .column p {
  margin: 0 0 5px;
}

.feature .column.history {
  background: #d3e764;
  width: 25%;
}

.featurewrap {
  width: 100%;
  background: linear-gradient(to right, #c8e045, #ecf2c8);
  background: -webkit-linear-gradient(left, #c8e045, #ecf2c8);
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(right, #c8e045, #ecf2c8);
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(right, #c8e045, #ecf2c8);
  /* For Firefox 3.6 to 15 */
}

.feature .column.news {
  background: #dfec8b;
  width: 25.1%;
}

.feature .column ul {
  margin: 0;
}

.feature .column ul li {
  margin-bottom: 5px;
}

.feature .column ul li a {
  text-decoration: underline;
  color: #556019;
}

.feature .column ul li a:hover {
  text-decoration: none;
}

.feature .column.supplier {
  background: #e9f3b1;
  width: 25.003%;
  border-right: 1px solid #fff;
}

.info-section {
  overflow: hidden;
  max-width: 968px;
  margin: 0 auto;
  padding: 24px 0 40px;
}

.info-section .text-area {
  padding: 0 0 0 49px;
  color: #142949;
}

.info-section .text-area strong {
  font-weight: 600;
}

.info-section .text-area span {
  display: block;
}

.info-section .text-area p {
  margin: 0 0 10px;
}

.info-section .text-area a {
  display: inline-block;
  color: #142949;
  font-size: 12px;
  vertical-align: top;
}

.partner-section {
  overflow: hidden;
  position: relative;
  padding: 13px 4% 0 7%;
  min-height: 130px;
}

.partner-section .mask {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.partner-section .slideset {
  width: 9999px;
}

.partner-section .slide {
  width: 100%;
  float: left;
}

.slide .img-slide:first-child {
  margin-left: 0;
}

.slide .img-slide {
  float: left;
  padding: 9px 16px 0 10px;
  margin: 0 0 0 5.4%;
  min-height: 111px;
}

.slide .img-slide:hover {
  background: #f8f7f7;
}

.slide .img-slide img {
  margin: 0 0 18px;
  display: block;
}

.slide time {
  color: #4d5716;
  display: none;
  /* font: 12px/16px 'proxima-nova', sans-serif; */
  background: #dfec8b;
  margin: 0 -16px 0 -10px;
  display: none;
  text-align: center;
  padding: 4px 0 7px;
}

.slide .img-slide:hover time {
  display: block;
}

.partner-section .btn-next, .partner-section .btn-prev {
  position: absolute;
  top: 33px;
  left: 0;
  width: 18px;
  height: 32px;
  text-indent: -9999px;
  overflow: hidden;
  background: url(images/sprite.png) no-repeat -117px 0;
}

.partner-section .btn-next {
  right: 0;
  left: auto;
  background-position: -166px 0;
}

#twocolumns {
  float: right;
  width: 73.4%;
}

#sidebar {
  float: left;
  width: 24.4%;
  padding: 60px 0 0;
}

#twocolumns .aside {
  float: right;
  padding: 72px 0 0 4%;
  width: 37.4%;
}

#twocolumns .aside img {
  display: block;
  width: 100%;
  height: auto;
}

#content {
  overflow: hidden;
  /* font: 13px/20px Arial, sans-serif; */
  color: #000;
}

#content p {
  margin: 0 0 20px;
}

.post-box time {
  display: block;
  text-transform: uppercase;
  color: #b2c945;
  margin: 0 0 2px;
  /* font: 17px/21px 'Montserrat', sans-serif; */
}

.post-box h2 {
  margin: 0 0 12px;
  /* font: 23px/32px 'Montserrat', sans-serif; */
  color: #051b34;
}

#content .post-box:first-child {
  padding-top: 0;
  border-top: 0;
}

.post-box {
  border-top: 1px solid #d3d2d1;
  padding: 20px 0;
}

#content .post-box p {
  margin: 0 0 16px;
}

.tabset-area {
  margin: 0 auto;
  overflow: hidden;
  max-width: 1024px;
  position: relative;
}

.tabset-area .tab-content .tab {
  overflow: hidden;
  position: relative;
}

.tab-content .tab img {
  display: block;
  width: 100%;
  height: auto;
}

.tab .tooltip {
  padding: 2px 5px 2px 4px;
  position: absolute;
  top: 21px;
  /* font: 11px/14px Arial, Helvetica, sans-serif; */
  color: #1f2631;
  left: 19.2%;
  background-color: #fff;
  -webkit-box-shadow: 2px 3px 3px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 2px 3px 3px rgba(0, 0, 0, 0.35);
  box-shadow: 2px 3px 3px rgba(0, 0, 0, 0.35);
}

.tab .tooltip.add {
  left: 12.2%;
  top: 71px;
}

.tab .tooltip .text {
  display: block;
}

.tab .tooltip .bubble-arrow {
  width: 0;
  height: 0;
  border-top: 6px solid #fff;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  margin: 0;
  position: absolute;
  bottom: -6px;
  left: 5px;
}

.tabset-area .tabset {
  margin: 0;
  background: #e3eaf0;
  padding: 0 0 0 25px;
  /* font: 15px/23px 'Montserrat', sans-serif; */
  text-transform: uppercase;
}

.tabset-area .tabset:after {
  display: block;
  content: "";
  clear: both;
}

.tabset-area .tabset li:first-child {
  border: solid #fff;
  border-width: 0 2px;
}

.tabset-area .tabset li {
  float: left;
  border-right: 2px solid #fff;
}

.tabset-area .tabset li a {
  color: #1f2631;
  display: block;
  position: relative;
  padding: 6px 18px 6px 17px;
}

.tabset-area .tabset li:hover a, .tabset-area .tabset li .active {
  background: #051b34;
  color: #fff;
  text-decoration: none;
}

.tabset-area .tabset li:hover a:after, .tabset-area .tabset li .active:after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 8px 8px;
  border-color: transparent transparent #051b34 transparent;
  content: "";
  position: absolute;
  top: -8px;
  left: 50%;
  margin: 0 0 0 -8px;
}

.tabset-area .btn-large {
  position: absolute;
  bottom: 8px;
  right: 28px;
  width: 18px;
  height: 18px;
  background: url(images/sprite.png) no-repeat -245px 0;
  text-indent: -9999px;
  overflow: hidden;
}

.post-area h1 {
  margin: 0 0 21px;
}

#main .prodcut-holder {
  overflow: hidden;
}

#main .right-product {
  float: right;
  width: 55.5%;
}

#main .right-product .head {
  background: #3d546a url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzNkNTQ2YSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQxJSIgc3RvcC1jb2xvcj0iIzQxNWU3ZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM0MTVlN2QiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #3d546a 0%, #415e7d 41%, #415e7d 100%);
  background: -webkit-gradient( linear, left top, left bottom, color-stop(0%, #3d546a), color-stop(41%, #415e7d), color-stop(100%, #415e7d));
  background: -webkit-linear-gradient( top, #3d546a 0%, #415e7d 41%, #415e7d 100%);
  background: -o-linear-gradient(top, #3d546a 0%, #415e7d 41%, #415e7d 100%);
  background: -ms-linear-gradient(top, #3d546a 0%, #415e7d 41%, #415e7d 100%);
  background: linear-gradient(to bottom, #3d546a 0%, #415e7d 41%, #415e7d 100%);
  /* font: 400 15px/18px 'proxima-nova', sans-serif; */
  color: #fff;
  padding: 20px 24px 16px;
}

.right-product .head h2 {
  background: url(images/ico.png) no-repeat;
  margin: 0;
  /* font: 400 15px/18px 'proxima-nova', sans-serif; */
  padding: 4px 37px 6px;
  text-transform: uppercase;
}

.right-product .table-content {
  border-collapse: collapse;
  border: 1px solid #acacac;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}

.right-product .table-content th {
  border: 0;
  text-align: left;
  background: #fff;
  /* font: 600 15px/18px 'proxima-nova', sans-serif; */
  color: #333;
  text-transform: uppercase;
  padding: 11px 5px 12px 20px;
}

.right-product .table-content td {
  border: 0;
  padding: 11px 22px 12px;
}

.right-product .table-content .col-1 {
  width: 40%;
}

.table-content thead {
  border-bottom: 1px solid #acacac;
}

.table-content thead .col-1, .table-content thead .col-2 {
  border-right: 1px solid #e6e6e6;
}

.right-product .table-content .col-2, .right-product .table-content .col-3 {
  width: 30%;
  text-align: center;
  padding: 11px 0 12px;
  font-weight: 600;
}

.table-content td {
  background: #ebf0f4;
}

.table-content .even td {
  background: #f9fafb;
}

.right-product .table-content tbody .col-1, .right-product .table-content tbody .col-2 {
  border-right: 1px solid #d8dbde;
}

.table-content tbody .even .col-1 {
  border-right: 1px solid #e2e2e3;
}

.right-product .colud-box {
  overflow: hidden;
}

.right-product .colud-box .subhead {
  display: block;
  padding: 4px 0 8px;
  color: #383833;
  /* font: 300 15px/18px 'proxima-nova', sans-serif; */
  text-transform: uppercase;
}

.right-product .colud-box ul {
  margin: 0;
  /* font: 300 15px/18px 'proxima-nova', sans-serif; */
  overflow: hidden;
  padding: 0 0 22px;
  text-transform: uppercase;
}

.colud-box ul li:first-child {
  margin: 0;
}

.colud-box ul li {
  float: left;
  margin: 0 0 0 1.7%;
}

.colud-box ul li a {
  display: block;
  color: #fff;
  padding: 8px 31px 9px 8px;
  min-width: 225px;
  position: relative;
  background: #41607f;
}

.colud-box ul li a:after {
  content: "";
  position: absolute;
  top: 10px;
  right: 12px;
  width: 18px;
  height: 13px;
  background: url(images/sprite.png) no-repeat -302px 0;
}

.colud-box ul li a span {
  font-weight: 600;
}

#main .left-product {
  float: left;
  width: 41.4%;
}

.left-product .info {
  margin: -3px 0 19px;
  /* font: 300 15px/18px 'proxima-nova', sans-serif; */
  color: #383833;
}

.left-product .info dt {
  font-weight: 600;
  float: left;
  margin: 0 2px 0 0;
}

.left-product .info dd {
  clear: right;
}

#main .accordion {
  margin: 0;
  border-top: 1px solid #cdcdcd;
  /* font: 400 17px/26px 'proxima-nova', sans-serif; */
  padding: 0 0 23px;
}

#main .accordion li {
  border-bottom: 1px solid #cdcdcd;
}

#main .accordion li a {
  color: #0c223a;
  display: block;
  text-transform: uppercase;
  background: url(images/arrow3.png) no-repeat 0 10px;
  padding: 4px 23px 6px;
}

#main .accordion li.active a {
  background: url(images/arrow-opener.png) no-repeat 0 15px;
}

.accordion .slide {
  overflow: hidden;
  padding: 4px 10px 0 24px;
  /* font: 13px/20px 'proxima-nova', sans-serif; */
  color: #051b34;
}

.accordion .slide p {
  margin: 0 0 15px;
}

.left-product .button-box {
  overflow: hidden;
}

.left-product .button-box .subhead {
  /* font: 13px/20px 'proxima-nova', sans-serif; */
  text-transform: uppercase;
  color: #383833;
  padding: 0 0 7px;
  display: block;
}

.left-product .button-box .btn-qoute, .left-product .button-box .btn-shop {
  display: inline-block;
  vertical-align: top;
  text-transform: uppercase;
  /* font: 600 15px/20px 'proxima-nova', sans-serif; */
  background: #c8e045;
  padding: 7px 26px 8px 13px;
  min-width: 147px;
  position: relative;
  margin: 0 0 26px;
  color: #383833;
}

.left-product .button-box .btn-qoute {
  margin: 0;
  background: #ccd6e0;
}

.left-product .button-box .btn-qoute:after, .left-product .button-box .btn-shop:after {
  position: absolute;
  top: 11px;
  right: 18px;
  content: "";
  width: 8px;
  height: 16px;
  background: url(images/sprite.png) no-repeat -338px 0;
}

.left-product .button-box .btn-qoute:after {
  background-position: -361px 0;
}

.post-slider {
  /* font: 13px/20px 'proxima-nova', sans-serif; */
  position: relative;
  margin: 0 auto;
  max-width: 920px;
}

.post {
  max-width: 920px;
  margin: 0 auto 68px;
}

.post-slider .post {
  margin-top: 15px;
}

#main .post h1 {
  margin: 0 0 19px;
}

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

.post .info-box {
  padding: 0 75px 0 75px;
}

.post .info-box:after {
  display: block;
  content: "";
  clear: both;
}

.post .prev-block, .post .next-block {
  position: absolute;
  top: 50%;
  /*149px;*/
  left: 0;
  z-index: 10;
  text-align: center;
}

.post .next-block {
  left: auto;
  right: 0;
}

.post .prev-block span, .post .next-block span, .post .prev-block .date, .post .next-block .date {
  display: block;
  color: #383833;
  text-transform: capitalize;
  margin: 0 0 10px;
  font: 600 12px/18px "proxima-nova", sans-serif;
}

.post .prev-block span, .post .next-block span {
  display: none;
}

.post .prev-block .date, .post .next-block .date {
  color: #3c3d3f;
}

.post .prev-block .btn-prev, .post .next-block .btn-next {
  background: url(images/arrow5.png) no-repeat;
  display: block;
  float: Left;
  text-indent: -9999px;
  overflow: hidden;
  width: 37px;
  height: 38px;
}

.post .next-block .btn-next {
  background: url(images/arrow4.png) no-repeat;
  float: right;
}

.post .info-box .photo {
  float: left;
  position: relative;
  z-index: 10;
  width: calc(40% - 30px);
  margin: 5px 30px 0 0;
}

.post .info-box .photo img {
  display: block;
  max-width: 100%;
  height: auto;
}

.post .info-box .photo p {
  margin-top: 10px;
  color: #1c3e62;
  font-weight: bold;
  text-align: center;
}

.post .info-box .description {
  overflow: hidden;
  float: left;
  width: 60%;
  margin: 0;
  padding: 0;
}

.post .info-box .subhead, .post .info-box .date {
  display: block;
  /* font: 600 17px/22px 'proxima-nova', sans-serif; */
  color: #b2c945;
  margin: 0 0 5px;
  text-transform: uppercase;
}

.post .info-box h2 {
  margin: 0 0 9px 3px;
  /* font: 400 23px/32px 'proxima-nova', sans-serif; */
  color: #051b34;
  text-transform: capitalize;
}

.post .info-box h2 a {
  color: #051b34;
}

.post .info-box .text {
  overflow: hidden;
  padding: 0 0 0 4px;
  color: #000;
}

.post .info-box p {
  margin: 0;
}

@media (max-width: 768px) {
  .post .info-box .photo img {
    margin: 0 auto;
    margin-bottom: 20px;
  }
  .body-class-leadership-template-default .post {
    width: 100% !important;
  }
}

@media (max-width: 1070px) {
  .post-slider {
    max-width: 600px;
  }
  .post .info-box .photo {
    width: 100%;
    margin-bottom: 30px;
  }
  .post .info-box .description {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .post-slider {
    max-width: 250px;
  }
}

.post-area {
  margin: 0 auto;
  padding: 35px 0 0;
  max-width: 1024px;
}

.post-tabset {
  overflow: hidden;
  padding: 0 0 39px 10px;
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  color: #323232;
  background: url(images/bg-tab.png) no-repeat 0 100%;
  /* font: 18px/34px 'proxima-nova', sans-serif; */
  box-sizing: border-box;
}

.post-tabset li {
  float: left;
  margin: 0 26px 0 0;
}

.post-tabset li a {
  display: block;
  text-align: center;
  position: relative;
  padding: 0 0 73px;
  color: #323232;
}

.post-tabset li a:hover {
  text-decoration: none;
}

.post-tabset li a:before, .post-tabset li a:after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
}

.post-tabset li a:after {
  width: 12px;
  height: 25px;
  bottom: 46px;
  margin: 0 0 0 16px;
  background: url(images/sprite.png) no-repeat -404px 0;
}

.post-tabset li.active a:after, .post-tabset li a:hover:after {
  background-position: -437px 0;
}

.post-tabset li a:before {
  width: 32px;
  height: 32px;
  margin: 0 0 3px 6px;
  border-radius: 100%;
  background: #1f2631;
}

.post-tabset li.active a:before, .post-tabset li a:hover:before {
  background: #acc543;
}

.history #main {
  padding-bottom: 0;
}

.post-area .pagination {
  margin: 0;
  padding: 21px 0 0;
}

.post-area .pagination:after {
  display: block;
  content: "";
  clear: both;
}

.post-area .pagination li, .post-area .pagination li a {
  float: left;
  position: relative;
  display: block;
}

.post-area .pagination li img {
  display: block;
  height: 200px;
}

.post-area .pagination li .hover {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(238, 235, 236, 0.8);
}

.post-area .pagination li.active .hover, .post-area .pagination li:hover .hover {
  display: block;
}

.pagination li .hover:after {
  position: absolute;
  top: -16px;
  left: 50%;
  content: "";
  width: 0;
  margin: 0 0 0 -12px;
  height: 0;
  border-style: solid;
  color: #262c38;
  border-width: 0 12px 16px 12px;
  border-color: transparent transparent #eeebec transparent;
}

.pagination .hover .holder {
  display: table;
  text-align: center;
  /* font: 400 23px/32px 'proxima-nova', sans-serif; */
  width: 100%;
  height: 100%;
}

.pagination .hover span {
  display: table-cell;
  vertical-align: middle;
}

.contact #main {
  padding-top: 0;
}

.map {
  margin: 0 auto;
  padding: 0 0 36px;
  max-width: 1024px;
}

.map img {
  display: block;
  width: 100%;
  height: auto;
}

#main .textarea {
  overflow: hidden;
  padding: 0 22% 0 0;
}

#main .contact-area {
  /* font: 400 13px/15px 'proxima-nova', sans-serif; */
}

#main .contact-area:after {
  display: block;
  content: "";
  clear: both;
}

#main .contact-area .contact-form {
  float: left;
  padding: 6px 0 0;
  margin: 0;
  width: 75%;
}

#main .textarea p {
  margin: 0 0 21px;
}

#main .textarea p a {
  font-weight: 600;
  text-decoration: underline;
}

#main .contact-area p a:hover {
  text-decoration: none;
}

#main .contact-area .row {
  min-height: 38px;
  padding: 0 0 10px;
}

#main .contact-area .row:after {
  display: block;
  content: "";
  clear: both;
}

.contact-area .content-info .btn-email {
  color: #000;
}

.content-info h3 {
  margin: 0 0 20px;
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  text-transform: uppercase;
}

.content-info address {
  font-style: normal;
  margin: 0 0 20px;
}

.content-info address span {
  display: block;
}

.content-info ul {
  margin: 0 0 20px;
}

.product-page #twocolumns {
  float: none;
  width: 100%;
  overflow: hidden;
}

.product-page #twocolumns #sidebar {
  float: right;
  padding: 0;
}

.product-page #content {
  float: left;
  width: 74%;
}

.product-page #main h1 {
  margin: 0 0 22px;
}

#content .tabset {
  margin: 0;
  width: 100.4%;
  position: relative;
  z-index: 89;
  /* font: 600 17px/30px 'proxima-nova', sans-serif; */
}

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

#content .tabset li:first-child {
  border: 0;
}

#content .tabset li {
  background: #ccd6e0;
  width: 33.1%;
  float: left;
  display: table;
  position: relative;
  height: 105px;
  border-left: 1px solid #a4b1be;
  list-style-type: none;
  margin: 0;
}

#content .tabset li a {
  display: block;
  display: table-cell;
  color: #051b34;
  vertical-align: middle;
  text-align: center;
  position: relative;
}

#content .tabset li a:after {
  position: absolute;
  bottom: -7px;
  left: 50%;
  margin: 0 0 0 -7px;
  content: "";
  width: 0;
  display: none;
  height: 0;
  border-style: solid;
  border-width: 8px 7px 0;
  border-color: #c9e045 transparent transparent transparent;
}

#content .tabset li>.active, #content .tabset li a:hover {
  background: #c8e045;
  text-decoration: none;
  color: #4d5716;
}

#content .tabset li>.active:after, #content .tabset li a:hover:after {
  display: block;
}

#content .tabset li span {
  display: block;
}

#content .tab-content {
  overflow: hidden;
  padding: 39px 2px 19px 25px;
  background: #1e3046;
  /* font: 14px/17px 'Montserrat', sans-serif; */
}

.tab-content .tab {
  overflow: hidden;
}

.tab-content .column {
  float: left;
  width: 49.9%;
}

.tab-content .column ul:first-child {
  margin-left: 0;
}

.tab-content .column ul {
  float: left;
  width: 49%;
  margin: 0 0 0 1%;
}

#content .tab ul li a {
  color: #fff;
}

#content .tab ul li {
  margin: 0 0 17px;
  list-style-type: none;
}

#content .feature-area {
  overflow: hidden;
  padding: 14px 0 0;
}

#content .feature-area h2 {
  margin: 0 0 11px;
  color: #ccd6e0;
  text-transform: uppercase;
  /* font: 600 18px/22px 'proxima-nova', sans-serif; */
}

#content .feature-area .holder {
  overflow: hidden;
}

#content .feature-area .box:first-child {
  margin: 0;
}

#content .feature-area .box {
  float: left;
  margin: 0 0 0 1%;
  width: 32%;
}

.feature-area .box .alignleft {
  float: left;
  margin: 0 3% 0 0;
  width: 39%;
}

.feature-area .box .textbox {
  overflow: hidden;
  /* font: 600 12px/17px 'proxima-nova', sans-serif; */
}

.feature-area .box h3 {
  margin: 0 0 6px;
  font-weight: 400;
  color: #051b34;
  font-size: 14px;
  line-height: 15px;
}

.feature-area .box h3 a {
  color: #051b34;
}

.feature-area .box p {
  margin: 0;
}

#sidebar .shop-box {
  overflow: hidden;
  margin: 9px 0 0 15px;
  padding: 79px 21px 70px 26px;
  text-align: center;
  background: url(images/bg-shop.jpg) no-repeat;
}

#sidebar .shop-box .subhead {
  display: block;
  /* font: italic 14px/18px Arial, Helvetica, sans-serif; */
  color: #fff;
  margin: 0 0 2px;
}

#sidebar .shop-box h4 {
  /* font: 600 22px/29px 'proxima-nova', sans-serif; */
  margin: 0 0 19px;
  padding: 0 0 10px;
  color: #fff;
}

#sidebar .shop-box h4 span {
  font-weight: 300;
  display: block;
}

#sidebar .shop-box .title {
  display: block;
  /* font: italic 16px/15px Arial, Helvetica, sans-serif; */
  color: #fff;
  margin: 0 0 29px;
}

#sidebar .shop-box .btn-shop {
  display: inline-block;
  vertical-align: top;
  background: url(images/arrow7.png) no-repeat 93% 11px #acc543;
  padding: 5px 30px 3px 23px;
  position: relative;
  color: #314534;
  /* font: 700 18px/29px 'proxima-nova', sans-serif; */
  text-transform: uppercase;
}

#nav .hidden {
  display: none;
}

#nav .dropdown .column.add {
  padding: 9999px 0;
  margin: -9999px 0;
  background: rgba(228, 232, 239, 0.5);
}

#nav .dropdown .column.add ul {
  text-transform: uppercase;
}

span.checkBoxSpan {
  margin: 0 !important;
}

@media only screen and (max-width: 1050px) {
  body {
    min-width: 320px;
  }
}

@media only screen and (max-width: 999px) {
  #header .header-holder {
    padding: 25px 28px 30px 27px;
    background-size: auto 177px;
  }
  #nav {
    font-size: 10px;
  }
  #nav .slide {
    padding: 0 0 0 27px;
  }
  #nav .slide>li>a {
    padding: 11px;
  }
  .slider-area {
    padding: 134px 0 114px;
  }
  .feature .column h2 {
    font-size: 14px;
  }
  .feature .column:first-child {
    padding: 16px 2% 9px 1.8%;
  }
  .feature .column {
    padding: 25px 2% 9px 1.9%;
  }
  .tab .tooltip {
    top: 10px;
  }
  .tab .tooltip.add {
    top: 41px;
  }
  .info-section .text-area {
    padding: 0 20px 0 61px;
  }
  .info-section {
    padding: 21px 0 34px;
  }
  .partner-section {
    padding: 5px 6% 0 7%;
  }
  .slide .img-slide {
    margin: 0;
    padding: 9px 7px 0;
  }
  .slide time {
    margin: 0 -7px;
  }
  .partner-section .btn-next, .partner-section .btn-prev {
    top: 18px;
    left: 27px;
  }
  .partner-section .btn-next {
    right: 29px;
    left: auto;
  }
  #footer .holder {
    padding: 26px 0 6px 26px;
  }
  #footer .logo {
    background-size: 100% auto;
    width: 243px;
    margin: 7px 1% 0 0;
  }
  #footer .frame {
    width: 65.8%;
    padding: 4px 0 0;
  }
  #footer .footer-address {
    width: 44.6%;
  }
  #footer .address {
    float: none;
    width: 48%;
  }
  #footer .address address {
    margin: 0 0 11px;
  }
  #footer .info {
    float: none;
    width: auto;
  }
  #footer .contact-info {
    width: 55%;
    padding: 0 0 30px;
  }
  #footer .copyright {
    margin: -40px 0 0;
    padding: 0 72px 0 0;
    float: right;
  }
  #main {
    padding: 28px 27px 62px 25px;
  }
  #twocolumns {
    width: 73.9%;
  }
  #twocolumns .aside {
    width: 31.1%;
  }
  #main #content h1 {
    font-size: 38px;
    line-height: 38px;
    margin: 0 0 29px;
  }
  #sidebar {
    width: 23.4%;
  }
  #content .btn-view {
    font-size: 17px;
    line-height: 24px;
    margin: 5px 0 0;
    min-width: 165px;
    padding: 4px 40px 4px 13px;
  }
  #content .btn-view:after {
    top: 7px;
  }
  .post-area h1, #main h1 {
    font-size: 38px;
    line-height: 46px;
    margin: 0 0 27px;
  }
  .product-page #content {
    width: 74.6%;
  }
  #content .tabset li {
    width: 33.16%;
    height: 83px;
  }
  #content .tab-content {
    padding: 32px 2px 30px 14px;
  }
  .post {
    max-width: 529px;
    margin-top: -6px;
  }
  .body-class-leadership-template-default .post {
    float: left;
    width: 78%;
  }
  .post .info-box {
    padding: 0;
  }
  .map {
    padding: 0 0 28px;
  }
  .post-area h1 {
    margin: 0 0 24px;
  }
  #main .contact-area .contact-form {
    line-height: 19px;
  }
  .contact #main h1 {
    margin: 0 0 21px;
  }
  .contact-area .content-info {
    width: 23.1%;
    font-size: 11px;
  }
  #main .contact-area .contact-form {
    width: 76%;
  }
  #main .contact-area p {
    margin: 0 0 18px;
  }
  .formCustom-control-wrap:first-child {
    margin-left: 0 !important;
  }
  .formCustom-control-wrap {
    margin: 0 0 0 16px !important;
    width: 47.4% !important;
  }
  .contact-area .row input[type="text"], .contact-area .row input[type="email"] {
    width: 92%;
  }
  .contact-area .row .column {
    margin: 0 0 0 10px;
  }
  .contact-area .row .column select {
    width: 90.6%;
    margin: 0 0 0 7px;
  }
  .contact-area .row .column .formCustom-control-wrap.your-zip {
    margin: 0 0 0 6px !important;
    width: 50.2% !important;
  }
  #main .textarea p {
    margin: 0 0 21px 19px;
  }
  .contact-area .row .column .formCustom-control-wrap {
    margin: 0 !important;
    width: 45% !important;
  }
  .contact-area .row .column input[type="text"] {
    width: 87% !important;
  }
  .contact-area .row select {
    margin: 0 0 0 17px;
    width: 99.6%;
  }
  .contact-area .checkbox-row .check-column {
    width: 47%;
  }
  .contact-area .row textarea {
    width: 89%;
  }
  .checkbox-row .check-column label {
    font-size: 12px;
  }
  .post .info-box h2 {
    font-size: 18px;
    line-height: 25px;
  }
  .post .info-box .text {
    font-size: 12px;
    line-height: 17px;
    margin: 5px 2% 0 0;
  }
  .post .info-box .subhead, .post .info-box .date {
    margin: 0 0 -1px;
  }
  .post .prev-block, .post .next-block {
    top: 121px;
    left: 24px;
  }
  .post .next-block {
    left: auto;
    right: 23px;
  }
  .post {
    margin: -6px auto 50px;
  }
  .post-tabset li {
    margin: 0 16px 0 0;
  }
  .post-tabset li a:after {
    margin: 0 0 0 11px;
  }
  .post-tabset {
    font-size: 14px;
    padding: 0 0 12px 25px;
    background-size: 100% auto;
  }
  .post-tabset li a:before {
    width: 27px;
    height: 27px;
    bottom: 17px;
  }
  .post-area h1 {
    margin: 0 0 20px;
  }
  .pagination li .hover:after {
    border-width: 0 10px 10px;
    top: -10px;
  }
  .post-area .pagination {
    padding: 35px 0 0;
  }
  #main h1 {
    margin: 0 0 17px;
  }
  #main .right-product {
    width: 48.5%;
  }
  #main .right-product .head {
    padding: 9px 10px 7px;
  }
  .right-product .table-content th {
    padding: 0 10px 8px 5px;
  }
  .right-product .table-content th.col-2 {
    padding: 8px 0 1px;
  }
  .right-product .table-content th.col-2 {
    padding: 0 0 1px;
  }
  .right-product .head h2 {
    padding: 4px 67px 6px 39px;
    line-height: 20px;
    background-position: 0 11px;
  }
  .right-product .table-content .col-1 {
    width: 71.4%;
  }
  .right-product .table-content td {
    padding: 15px 22px 7px 8px;
  }
  #main .left-product {
    width: 48.4%;
  }
  #main .accordion li a {
    padding: 4px 23px 0;
  }
  .colud-box ul li:first-child {
    margin: 0 0 7px;
  }
  .colud-box ul li {
    margin: 0;
  }
  .right-product .colud-box ul {
    padding: 0 0 12px;
  }
  .product-page #main h1 {
    margin: 0 0 28px;
  }
  #sidebar .shop-box {
    margin: 7px 0 0 4px;
    padding: 66px 21px 70px 14px;
  }
  #sidebar .shop-box h4 {
    font-size: 19px;
    line-height: 26px;
    margin: 0 0 25px;
  }
  #sidebar .shop-box .btn-shop {
    font-size: 12px;
    margin: 0 0 0 7px;
  }
  #content .feature-area h2 {
    margin: 0 0 18px;
  }
  .feature-area .box h3 {
    font-size: 12px;
  }
  .feature-area .box .textbox {
    font-size: 10px;
    line-height: 14px;
  }
  .post .info-box .photo:after {
    background-size: 100% auto;
    bottom: -34px;
    width: 273px;
  }
  .post-tabset li a:after {
    margin: 0 0 0 15px;
    width: 21px;
    bottom: 40px;
    height: 36px;
    background-position: -77px -37px;
  }
  .post-tabset li.active a:after, .post-tabset li a:hover:after {
    background-position: -30px -37px;
  }
  .contact-area .row .column .formCustom-control-wrap.your-message {
    margin: 0 0 0 -5px !important;
    width: 100% !important;
  }
}

@media only screen and (max-width: 767px) {
  .post-area .pagination {
    display: none;
  }
  #content .btn-view:after {
    top: 5px;
  }
  .contact-area .content-info {
    display: none;
  }
  .info-section {
    display: none;
  }
  .feature .column {
    float: none;
    width: auto !important;
    height: auto !important;
  }
  #footer .logo {
    float: none;
    display: block;
    margin: 0 auto;
  }
  #footer .frame {
    float: none;
    width: auto;
  }
  #footer .footer-address {
    float: none;
    width: auto;
  }
  #footer .copyright {
    float: none;
    display: block;
    margin: 0;
    padding: 0;
    text-align: left;
  }
  .product-search {
    display: none;
  }
  #sidebar {
    display: none;
  }
  #twocolumns {
    float: none;
    width: auto;
  }
  #twocolumns .aside {
    float: none;
    width: auto;
    padding: 0;
  }
  #main {
    padding: 0;
  }
  .dropdown .column .heading {
    margin-top: 0;
  }
  .slider h1 {
    font-size: 18px;
    line-height: 21px;
    margin: 0 0 4px;
  }
  .slider-area .slider {
    font-size: 11px;
    line-height: 14px;
    padding: 10px 23px 13px 32px;
  }
  .slider .btn-next, .slider .btn-prev {
    top: 67px;
    left: 7px;
  }
  .slider .btn-next {
    left: auto;
    right: 7px;
  }
  .slider-area {
    margin: 0;
    overflow: hidden;
    padding: 49px 21px;
  }
  .feature .column:first-child {
    padding: 23px 2% 22px 6.5%;
    border: 0;
  }
  .feature .column h2 {
    font-size: 17px;
  }
  .feature .column {
    border: 0;
    border-top: 2px solid #fff;
    padding: 25px 2% 20px 5.9%;
  }
  #footer .logo {
    width: 263px;
  }
  #footer .holder {
    padding: 30px 0 6px;
    overflow: visible;
  }
  #footer {
    padding: 0 0 23px;
  }
  #footer .frame {
    padding: 28px 22px 0;
    margin: 0 0 -3px;
  }
  #footer .footer-address {
    border: solid #0e2947;
    padding: 27px 0;
    border-width: 1px 0;
  }
  #footer .frame .info-area {
    padding: 0;
  }
  #footer .address {
    width: 100%;
  }
  #footer .contact-info {
    width: 100%;
    padding: 30px 0 28px;
  }
  .hidden {
    display: none;
  }
  #twocolumns .aside {
    padding: 0 0 13px;
  }
  /*
  	#main #content h1 {
  		font-size: 21px;
  		line-height: 28px;
  		margin: 0 0 11px;
  	}
  */
  #content {
    padding: 0 18px 34px;
  }
  #content p {
    margin: 0 0 18px;
  }
  #content .btn-view {
    margin: -1px 0 0 2px;
  }
  #main .contact-area .contact-form {
    display: block;
    width: auto;
  }
  .contact-area .row input[type="text"], .contact-area .row input[type="email"] {
    float: none;
    width: 96%;
    margin: 0 0 11px;
  }
  #main .contact-area .row {
    padding: 0;
  }
  .contact-area .row .column select {
    margin: 0 0 11px;
    width: 100%;
  }
  .contact-area .row .column {
    float: none;
    width: 100%;
    margin: 0;
  }
  .contact #main h1 {
    font-size: 21px;
    margin: 0 0 10px;
    line-height: 28px;
  }
  .contact #main .textarea {
    padding: 0 22% 0 18px;
  }
  #main .contact-area p {
    margin: 0 0 11px;
  }
  #main .contact-area .contact-form {
    font-size: 13px;
    line-height: 20px;
  }
  #main .contact-area {
    padding: 0 19px 20px 21px;
  }
  .map {
    padding: 0 0 13px;
  }
  .contact-area .row .column input[type="text"] {
    margin: 0 0 11px;
    width: 93%;
  }
  .contact-area .row select {
    margin: 0 0 11px;
    width: 100%;
  }
  .contact-area .row textarea {
    margin: 0 0 10px;
    width: 92%;
  }
  .contact-area input[type="submit"] {
    font-size: 12px;
    width: 142px;
    margin: 0 1px 0 0;
  }
  .post-tabset {
    display: none;
  }
  /*
  .post-area h1 {
  	font-size: 21px;
  	margin: 0 0 12px;
  	line-height: 28px;
  }
  */
  .post .info-box .photo {
    float: none;
    width: 100%;
    margin: 0 0 32px;
  }
  .post .info-box .subhead, .post .info-box .date {
    margin: 0 0 1px;
  }
  .post .info-box h2 {
    font-size: 19px;
    line-height: 26px;
    margin: 0 0 11px 2px;
  }
  .post .info-box .text {
    font-size: 12px;
    line-height: 19px;
    margin: 0 0 0 -3px;
  }
  .post .prev-block, .post .next-block {
    bottom: 0;
    top: auto;
  }
  .post-area {
    padding: 19px 20px 0 21px;
  }
  .post {
    margin: -6px auto 26px;
    padding: 0 0 126px;
  }
  .post .prev-block, .post .next-block {
    left: 0;
  }
  .post .prev-block .btn-prev, .post .next-block .btn-next {
    margin: 0;
  }
  .post .next-block {
    left: auto;
    right: 0;
  }
  .post .next-block .btn-next {
    float: right;
  }
  #main .left-product {
    float: none;
    padding: 0 0 20px;
    width: 100%;
  }
  #main .right-product {
    float: none;
    width: 100%;
  }
  #main h1 {
    font-size: 21px;
    line-height: 28px;
    margin: 13px 0 13px 20px;
  }
  #main .prodcut-holder {
    overflow: hidden;
    padding: 0 22px 11px 20px;
  }
  .left-product .info {
    margin: -3px 0 17px;
  }
  #main .accordion {
    font-size: 14px;
    padding: 0 0 16px;
  }
  .left-product .button-box .btn-shop {
    margin: 0 0 15px;
  }
  #main .accordion li a {
    padding: 4px 14px 0 23px;
  }
  .accordion .slide {
    line-height: 18px;
    padding: 0 10px 0 20px;
  }
  #main .right-product .head {
    padding: 9px 10px 5px;
    margin: 0 0 11px;
  }
  .right-product .table-content {
    display: none;
  }
  .colud-box ul li {
    float: none;
  }
  .tabset-area .tabset {
    padding: 0;
    margin: 0 0 12px;
  }
  .tabset-area .tabset li:first-child, .tabset-area .tabset li {
    float: none;
    border: 0;
  }
  .tabset-area .tabset li:hover a:after, .tabset-area .tabset li .active:after {
    display: none;
  }
  .tabset-area .btn-large {
    display: none;
  }
  #main #content h1 {
    margin: 13px 0 11px;
  }
  .post-box h2 {
    font-size: 17px;
    line-height: 24px;
    margin: 0 0 4px;
  }
  #content .post-box p {
    margin: 0 0 12px;
  }
  #content .btn-view {
    font-size: 13px;
    line-height: 18px;
  }
  #content .tabset li:first-child {
    border: 0 !important;
  }
  #content .tabset li {
    display: block;
    border-top: 1px solid #a4b1be !important;
    border: 0;
    width: 100%;
    height: auto;
  }
  .product-page #content {
    float: none;
    padding: 0 18px 0;
    width: auto;
  }
  .tab-content .column ul {
    float: none;
    font-size: 13px;
    line-height: 17px;
    width: auto;
  }
  .product-page #content .tabs-opener {
    display: block;
    padding: 10px 20px 10px 7px;
    color: #4d5716;
    font-size: 15px;
    background: #c8e045;
    position: relative;
    text-transform: uppercase;
  }
  .product-page #content .tabs-opener:after {
    content: url(images/arrow8.png);
    position: absolute;
    top: 11px;
    right: 12px;
    z-index: 333;
  }
  #content .tabset li a {
    display: block;
    padding: 3px 30px 7px 12px;
    text-align: left;
  }
  #content .tabset li span {
    display: inline;
  }
  #content .tabset li:hover a:after {
    display: none;
  }
  #content .feature-area .box {
    float: none;
    width: auto;
    margin: 0 0 16px;
    padding: 0 0 13px;
    border-bottom: 1px solid #cdcdcd;
    overflow: hidden;
    font-size: 12px;
    line-height: 17px;
  }
  .feature-area .box h3 {
    font-size: 14px;
    line-height: 17px;
    margin: 0 0 2px;
  }
  .product-page #twocolumns #sidebar {
    display: block;
    float: none;
    width: auto;
  }
  .product-page #main h1 {
    margin: 12px 0 17px 18px;
  }
  #content .tab-content {
    padding: 22px 2px 5px 10px;
  }
  .feature-area .box .alignleft {
    width: 32%;
  }
  .feature-area .box .textbox {
    font-size: 12px;
    line-height: 17px;
  }
  #content .feature-area .box:first-child {
    margin: 0 0 16px;
  }
  #sidebar .shop-box {
    background-size: 100% 100%;
    margin: 5px 19px 20px 22px;
    padding: 48px 21px 43px 14px;
  }
  #sidebar .shop-box h4 {
    font-size: 23px;
    line-height: 29px;
  }
  #content .post-box .btn-view:after {
    top: 5px;
  }
  .post .info-box .photo:after {
    background-size: 100% auto;
    bottom: -30px;
    width: 353px;
  }
  #content .tabset li>.active:after, #content .tabset li a:hover:after {
    display: none;
  }
  .tabset-area .tabset {
    position: relative;
  }
  .tabset-area .tabset:after {
    content: url(images/arrow9.png);
    position: absolute;
    top: 6px;
    right: 22px;
  }
  .formCustom-control-wrap {
    float: none !important;
    margin: 0 !important;
    display: block !important;
    width: 100% !important;
    overflow: hidden;
  }
  #main .contact-area .contact-form {
    width: 100%;
  }
  .contact-area .row .column .formCustom-control-wrap.your-zip {
    float: none !important;
    margin: 0 !important;
    width: 100% !important;
  }
  .contact-area .row .column .formCustom-control-wrap {
    width: 100% !important;
  }
  .contact-area .row .column input[type="text"] {
    width: 96% !important;
  }
  .contact-area .row textarea {
    width: 96%;
  }
  span.wpcf7-not-valid-tip {
    padding: 0 0 10px !important;
  }
  .contact-area .row .column .formCustom-control-wrap.your-message {
    margin: 0 !important;
    width: 100% !important;
  }
}

/* ADDED 2014-02-20 */

#main .accordion ul.subslide li {
  border-bottom: none !important;
}

#main .accordion ul.subslide li.active a, #main .accordion ul.subslide li a {
  background: none !important;
  padding: 4px 23px 6px 0;
}

.bypage {
  padding-top: 0 !important;
}

/* ADDED 2014-03-11 */

.post-featured {
  border-bottom: 2px solid #ccc;
  margin-bottom: 15px;
  padding-bottom: 5px;
}

/* ADDED 2014-03-19 */

ul .children {
  margin-bottom: 0px;
}

/* ADDED 2014-03-21 */

.documents h2 {
  margin-top: 15px;
  margin-bottom: 5px;
}

.documents .column {
  float: left;
  padding-left: 20px;
}

/* ADDED 2014-03-26 */

#map-canvas {
  height: 290px;
  width: 1024px;
}

.newlinks {
  height: 23px;
}

#makeMeScrollable {
  width: 100%;
  height: 200px;
  overflow-y: hidden;
  position: relative;
}

div.scrollingHotSpotLeft {
  min-width: 75px;
  width: 10%;
  height: 100%;
  
  background-repeat: repeat;
  background-position: center center;
  position: absolute;
  z-index: 200;
  left: 0;
  /*cursor: url(images/cursors/cursor_arrow_left.png), url(images/cursors/cursor_arrow_left.cur),w-resize;*/
}

div.scrollingHotSpotRight {
  min-width: 75px;
  width: 10%;
  height: 100%;
  
  background-repeat: repeat;
  background-position: center center;
  position: absolute;
  z-index: 200;
  right: 0;
  /*cursor: url(images/cursors/cursor_arrow_right.png), url(images/cursors/cursor_arrow_right.cur),e-resize;*/
}

div.scrollingHotSpotLeftVisible {
  
  background-color: #fff;
  background-repeat: no-repeat;
  opacity: 0.35;
  /* Standard CSS3 opacity setting */
  -moz-opacity: 0.35;
  /* Opacity for really old versions of Mozilla Firefox (0.9 or older) */
  filter: alpha(opacity=35);
  /* Opacity for Internet Explorer. */
  zoom: 1;
  /* Trigger "hasLayout" in Internet Explorer 6 or older versions */
}

div.scrollingHotSpotRightVisible {
  
  background-color: #fff;
  background-repeat: no-repeat;
  opacity: 0.35;
  filter: alpha(opacity=35);
  -moz-opacity: 0.35;
  zoom: 1;
}

div.scrollWrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

div.scrollableArea {
  position: relative;
  width: auto;
  height: 100%;
}

.contentBox {
  position: relative;
  float: left;
  display: block;
  height: 126px;
  width: 257px !important;
  border-right: 1px solid #fff;
}

/* ADDED 2014-03-28 */

.left, .right {
  float: left;
}

.left li.cat-item, .right li.cat-item {
  width: 450px;
  list-style-type: none;
  margin-bottom: 10px;
  border-bottom: 1px solid #d3d2d1;
  padding-bottom: 10px;
  margin-right: 10px;
}

.search-results {
  list-style-type: none;
  margin-bottom: 10px;
  border-bottom: 1px solid #d3d2d1;
  padding-bottom: 10px;
}

/* ADDED 2014-04-01 */

.lowercase {
  text-transform: lowercase !important;
}

.page-list .children {
  margin-left: 20px;
  margin-bottom: 5px;
}

/* ADDED 2014-06-03 */

.body-class-single-leadership h1, .body-class-single-history h1 {
  margin-bottom: 5px !important;
}

.standard .pagination {
  margin: 0;
  padding: 0;
}

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

.standard .pagination li, .standard .pagination li a {
  float: left;
  position: relative;
  display: block;
  height: 200px;
  width: 100%;
}

.standard .pagination li img {
  height: 100%;
  width: 100%;
  position: absolute;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: 'object-fit: cover;';
  z-index: 1;
  object-position: center 15%;
}

.standard .pagination li .hover {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(238, 235, 236, 0.8);
  z-index: 2;
}

.standard .pagination li.active .hover, .standard .pagination li:hover .hover {
  display: block;
}

.pagination li .hover:after {
  position: absolute;
  top: -16px;
  left: 50%;
  content: "";
  width: 0;
  margin: 0 0 0 -12px;
  height: 0;
  border-style: solid;
  color: #262c38;
  border-width: 0 12px 16px 12px;
  border-color: transparent transparent #eeebec transparent;
}

.pagination .hover .holder {
  display: table;
  text-align: center;
  font: 400 23px/32px "proxima-nova", sans-serif;
  width: 100%;
  height: 100%;
}

.pagination .hover span {
  display: table-cell;
  vertical-align: middle;
}

/* ADDED 2014-09-12 */

.slider-callout {
  color: #e9f3b1;
  /* font: 100 18px/20px 'proxima-nova', sans-serif; */
  margin: 5px 0;
}

.news-events {
  min-height: 300px;
}

.news-events .navigation {
  display: none !important;
}

.post .team-mobile {
  display: none;
}

.post .team-desktop {
  display: block;
}

@media (max-width: 768px) {
  .standard .pagination {
    display: none;
  }
  .post .team-desktop {
    display: none;
  }
  .post .team-mobile {
    display: block;
  }
  .post .prev-block, .post .next-block {
    top: 150px;
  }
  .post .prev-block {
    left: -50px;
  }
  .post .next-block {
    right: -50px;
  }
}

@media (max-width: 1000) {
  .body-class-single-history .standard article {
    width: 90%;
  }
}

.body-class-product-template-default #main {
  width: 90%;
  margin: 0 5% 250px 5%;
}

#years {
  list-style: none;
  width: 100%;
  background: none;
  position: relative;
}

@media (max-width: 1070px) {
  #years {
    display: None;
  }
}

#years li {
  width: calc(100% / 16);
  float: left;
  margin: 0;
}

#years li a {
  text-decoration: none;
}

.post-tabset li a:before {
  margin: 8px 0 3px 13px;
}

.post-tabset li a:after {
  margin: 0 0 0 23px;
}

.best-sidebar {
  width: 80%;
  margin: 50px 10% 0 10%;
}

.twp {
  width: 60px;
  marign-left: 8px;
  margin-top: -7px;
}

@media (max-width: 990px) {
  .twp {
    float: left;
    margin-left: 4%;
    margin-top: 10px;
  }
}

.icons {
  width: calc(100% - (45% + 200px + 90px));
  padding-right: 10px;
}

.icons a {
  width: 40px;
  margin: 32px 15px 0 0;
}

footer .contact {
  width: calc(45% - 30px);
  margin-left: 30px;
}

footer .contact .col {
  margin: 0 5% 0.85em 0;
}

footer .icons .bwp {
  width: 60px;
  margin-top: -7px;
  float: right;
  margin-right: 10%;
}

@media (max-width: 1300px) {
  footer .wrapper {
    max-width: calc(100vw - 50px);
  }
  footer .contact {
    width: calc(45% - 25px);
    margin-left: 25px;
  }
  footer .contact .col {
    margin: 0 15px 0.85em 0;
  }
  footer .jss {
    width: 15%;
  }
  footer .jss a {
    width: 100% !important;
  }
  .icons a {
    width: 40px;
    margin: 32px 4px 0 0;
  }
  .icons {
    width: calc(100% - (15% + 45% + 90px));
    padding-right: 10px;
  }
  footer .icons .bwp {
    margin-right: 15px;
  }
}

@media (max-width: 1050px) {
  footer .contact {
    width: 425px;
  }
  .icons {
    width: calc(100% - (15% + 425px + 25px + 90px));
    padding-right: 10px;
  }
}

@media (max-width: 955px) {
  footer {
    height: auto;
    background: rgba(28, 62, 98, 1);
    margin-top: 0px;
    position: relative;
    float: left;
  }
  footer .contact .col, footer .quicklinks {
    width: 100%;
    float: left;
  }
  footer .logo {
    margin: 0 auto;
    float: none;
    display: block;
  }
  footer .acme-logos {
    width: 83px;
    text-align: center;
    margin: 0 auto;
    display: block !important;
  }
  footer .contact {
    width: 100%;
    text-align: center;
    margin: 30px 0 30px 0;
  }
  footer .contact .col {
    width: 100%;
  }
  .icons {
    width: 100%;
    text-align: center;
  }
  .icons a {
    margin-top: 0;
  }
  footer .icons .bwp {
    margin: 25px auto;
    float: none;
  }
  footer .jss {
    width: 200px;
    margin: 0 auto;
    display: block !important;
    float: none;
  }
}

.standard aside .bwp {
  width: 60px;
  margin: 0 auto;
  display: block;
  padding: 20px 0 30px 0;
}

.standard aside .social {
  width: 100%;
  text-align: center;
  padding: 0;
}

.standard aside .social a {
  width: 40px;
  margin: 0 5px 0 0;
  display: inline-block;
}