/**
 * Insight
 * Custom CSS
 */
/* header styles */
/* font styles */
/* sub nav styles */
.sub-nav {
  margin-bottom: 15px;
}
.sub-nav.bg-st-darkblue {
  background-color: #00447c;
}
.sub-nav li a {
  /*font-family: 'Frutiger W01',helvetica,arial,sans-serif;*/
  font-family: Arial,Helvetica,sans-serif;
}
#lookInside .modal-content {
  margin-top: 170px;
}
#lookInside .modal-content .lazy {
  height: 600px;
}
.modals-wrapper .modal-content {
  box-shadow: initial;
  border: 0px;
}
/* category page styles */
/* product page styles */
/* footer styles */
body .page-wrapper .footer-container {
  padding: 45px 0;
}
/*
.footer-container {
    background-image:url(../images/footer_pattern.png);
}*/
.lazy-background {
  display: block;
  /*background-repeat: no-repeat;*/
  background-repeat: inherit;
  background-size: contain;
}
.footer-container {
  background-image: none;
  background-color: #353535;
}
.footer-container.visible {
  background-image: url(../images/footer_pattern.png);
}
.footer .col-sm-2 a {
  color: #CCC;
  font-size: 13px;
  font-weight: 100;
  margin: 5px 0;
  display: block;
}
.footer a .ft-header {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}
.footer a:hover {
  color: #fff;
  text-decoration: underline;
}
#editorial blockquote footer {
  text-align: center;
  color: #999;
  font-weight: 100;
}
body .page-wrapper .page-footer .panel-heading a,
body .page-wrapper .page-footer .panel-body a {
  text-align: left;
}
body .page-wrapper .footer-container .item-left {
  float: none;
}
body .footer-container .footer-top .inner-container {
  padding-bottom: 0px;
}
body .page-wrapper .page-footer .footer-bottom {
  padding-top: 0px;
}
.footer-container .footer-primary-container,
.footer-container .footer-primary {
  padding-top: 0px;
  padding-bottom: 0px;
}
.bottom-links {
  color: #4D4D4D;
}
.footer-container .footer-top a {
  color: #CCC;
}
.footer-container .footer-top a:hover {
  color: #fff;
}
/* responsive styles */
/*
  @font-face{
     font-family:'Glyphicons Halflings';
     src:url('../fonts/glyphicons-halflings-regular.eot');
     src:url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'),
     url('../fonts/glyphicons-halflings-regular.woff') format('woff'),
     url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'),
     url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg')
 }

 @font-face {
     font-family: utopia-std-display;
     src: url("../fonts/Utopia.otf") format("opentype");
 }*/
body .page-wrapper {
  color: #4d4d4d;
  /*font-family: 'Frutiger W01',helvetica,arial,sans-serif;*/
  font-family: Arial,Helvetica,sans-serif;
  font-size: 16px;
  line-height: 1.5;
}
body.cms-page-view .page-wrapper .main-container .container.full-width {
  margin-left: 0px;
  width: 100%;
}
.page-header {
  border-bottom: none;
  padding-bottom: 0px !important;
  margin: 10px 0 -1px !important;
}
.cms-home .page-header {
  border-bottom: none;
  z-index: 3;
}
.cms-home header.page-header {
  margin: 0 !important;
}
.product-shop .container {
  padding-left: 0px;
}
body .page-wrapper .main-container .inner-container {
  padding-left: 0px;
}
#accordion .panel.panel-default > .panel-heading {
  padding: 0px;
}
#accordion .panel-title {
  margin: 0 !important;
  padding-top: 2px;
  padding-bottom: 2px;
}
#accordion .ui-cross {
  margin: 13px;
}
#accordion .panel-title .pull-left {
  margin-top: 13px;
  margin-left: 0;
}
#quoteSlider {
  overflow: visible;
}
#minicart .caret,
.caret::before {
  display: none;
}
body.page-layout-1column-full-width #contentarea,
body.page-layout-1column-full-width-no-breadcrumbs #contentarea {
  display: none;
}
body.page-layout-1column-full-width-no-breadcrumbs #maincontent {
  padding-top: 10px;
}
.subparent > a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #ccc;
  margin-top: 11px;
  margin-right: 5px;
}
body .page-wrapper .main.container {
  padding-left: 0;
  padding-right: 0;
}
.nav-regular li.level0 > a .caret {
  opacity: initial !important;
}
.nav-regular .nav-panel li.classic {
  margin-bottom: 0rem !important;
}
@media only screen and (max-width: 1279px) and (min-width: 1024px) {
  .nav-regular:not(.nav-vert) .nav-item.level0 > a,
  .nav-regular .nav-holder .dropdown-heading {
    font-size: 16px !important;
  }
}
.divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.header .logo-wrapper .logo {
  width: 100% !important;
  padding-bottom: 41px;
  padding-top: 20px;
}
body .page-wrapper .main-container .container {
  width: 100%;
}
.cms-home .nav-container {
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
}
.featurette .text-center {
  color: #4d4d4d !important;
  line-height: 1.5 !important;
  font-size: 16px !important;
}
.featurette .text-center a {
  transition: color 300ms ease-in-out, background-color 300ms ease-in-out;
  -moz-transition: color 300ms ease-in-out, background-color 300ms ease-in-out;
  -webkit-transition: color 300ms ease-in-out, background-color 300ms ease-in-out;
  -o-transition: color 300ms ease-in-out, background-color 300ms ease-in-out;
  outline: 0;
  color: #00a8e2;
  transform: rotateX(0deg);
  display: inline-block;
  vertical-align: top;
  margin-bottom: 40px;
}
.featurette .text-center a:hover {
  color: #0087c1;
  text-decoration: underline;
}
body .page-wrapper a:hover {
  color: #3c763d;
}
a.color-box-text:hover {
  color: #fff !important;
}
body .page-wrapper #maincontent .sub-nav {
  margin-bottom: 0px;
}
body .page-wrapper .sub-nav a:hover {
  color: #fff;
}
body a.presenter {
  margin-bottom: 10px;
  font-weight: 400;
  font-size: 16px;
  /*font-family: 'Frutiger W01',helvetica,arial,sans-serif;*/
  font-family: Arial,Helvetica,sans-serif;
}
h1,
h2,
h3,
h4,
h5 {
  /*font-family: "Frutiger W01",helvetica,arial,sans-serif;*/
  font-family: Arial,Helvetica,sans-serif;
  margin-bottom: 15px;
  line-height: 1.2;
}
body h1 {
  font-size: 46px;
  font-weight: 100;
}
body h2 {
  font-weight: 100;
  color: #555;
  font-size: 32px;
}
body h4 {
  font-weight: 700;
  font-size: 18px;
}
body h3 {
  font-weight: 700;
  color: #00447c;
}
body p,
body ul,
body h1,
body h2,
body h3,
body h4,
body h5 {
  margin-left: auto;
  margin-right: auto;
  max-width: 1160px;
}
body .page-title-wrapper {
  padding-left: 15px;
}
body.checkout-cart-index .page-wrapper .main-container .page-title-wrapper {
  padding-left: 0px;
}
body .page-title {
  border-bottom: 1px solid #EEEEEE;
  margin: 0 0 15px;
  padding: 20px 0 15px;
  background: none;
  font-weight: 100;
}
body .page-title-wrapper h1,
body .page-title h1,
body h1.page-title,
.page-title-wrapper h2,
body .page-title h2 body h2.page-title {
  color: #00447c;
  font-size: 36px;
}
.featurette h3 {
  font-weight: 700;
  color: #00447c !important;
}
.featurette h2 {
  text-align: center;
}
.newtitle {
  padding: 20px;
  padding-bottom: 5px;
  font-weight: 100 !important;
  color: #555;
  font-size: 32px;
  text-align: center;
}
.featured-products::before {
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  width: 65px;
  left: 0;
  background-image: url("../images/slider-shadow.png");
  background-position: center left;
  background-repeat: no-repeat;
  opacity: 0;
  top: 0;
  z-index: 2;
  transition: .5s all ease;
}
.featured-products::after {
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  width: 65px;
  right: 0;
  background-image: url("../images/slider-shadow.png");
  background-position: center right;
  background-repeat: no-repeat;
  opacity: 1;
  top: 0;
  z-index: 2;
  transition: .5s all ease;
}
.hideAfter::before {
  opacity: 1;
}
.hideAfter::after {
  opacity: 0;
}
.products-list li {
  width: 9%;
  float: left;
  box-sizing: border-box;
  padding: 0 10px;
}
.product-item-photo,
.product-item-details {
  float: left;
}
.product-item-details {
  clear: left;
  width: 100%;
  text-align: center;
}
.product-item-details a {
  font-size: 14px;
  font-weight: bold;
  color: #333;
}
.product-item-photo {
  padding: 0px !important;
  width: 100% !important;
}
.std .featured-products ol {
  padding: 0;
  list-style: none;
}
.products-list .product-name {
  margin: 0 0 5px;
  font-weight: bold;
  font-size: 13px;
  color: #203548;
}
.hidden-xs {
  display: block;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  width: 100%;
  max-width: 100%;
  height: auto;
}
.featured-products img.img-thumbnail,
#related-products .products-list img,
#presenter-products .products-list img {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.25);
  max-height: 200px;
  width: auto;
  max-width: 100%;
}
.featurette-heading {
  font-weight: 100;
  line-height: 1;
  font-size: 44px !important;
  color: #00447c;
  margin-top: 0;
}
.logo img {
  width: 100%;
  height: auto;
  max-width: 376px;
}
#mainmenu,
.customer-account-login .main-container,
.cms-products-author-listing .main-container,
.cms-customer-service-faq .main-container,
.customer-account-create .main-container,
.customer-account-forgotpassword .main-container,
.customer-account-createpassword .main-container,
.checkout-onepage-success .main-container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.featured-products {
  background: none;
  padding-bottom: 0;
}
.featured-products {
  width: 100%;
  height: auto;
  overflow: hidden;
  border-radius: 5px;
  position: relative;
  padding-bottom: 20px;
}
.featured-products ol {
  padding: 0;
  list-style: none;
}
.bg-st-leadership-gray {
  background: #5e809a;
}
.new-arrivals-image img {
  max-width: 140px;
}
.catalog-category-view #products-list > li {
  width: 200px;
}
.catalog-category-view .featured-products #products-list > li {
  width: 10%;
}
#booksvideos .product-container,
#events .product-container {
  max-width: 140px;
  float: left;
  margin-right: 10px;
  margin-left: 10px;
  margin-top: 20px;
  height: 300px;
}
#booksvideos .product-container img,
#events .product-container img {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.25);
}
#booksvideos .product-container .book-name,
#events .product-container .event-name {
  max-width: 140px;
}
#booksvideos .product-container .book-name a,
#events .product-container .event-name a {
  margin-top: 15px;
  font-size: 14px;
  margin-bottom: 5px;
  line-height: 1.3;
  text-align: center;
  color: #203548;
}
#products-list > li {
  display: block;
  width: 9.4%;
  float: left;
  box-sizing: border-box;
  padding: 0 20px;
  margin-left: 0px;
}
#products-list .product-item-info {
  display: block;
  position: relative;
}
#products-list > li img {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.25);
  max-height: 200px;
  width: auto;
  margin-bottom: 18px;
  margin-top: 18px;
}
.button-left {
  left: -50px;
  top: 50%;
  margin-top: -37px;
  background-position: left;
  width: 50px;
  height: 84px;
  position: absolute;
  background: url("../images/featured-btn-sprite.png");
  background-position-x: 0%;
  background-position-y: 0%;
  background-image: url("../images/featured-btn-sprite.png");
  cursor: pointer;
  transition: .5s all ease;
  z-index: 3;
}
.button-right {
  right: 0;
  top: 50%;
  margin-top: -42px;
  background-position: right;
  width: 50px;
  height: 84px;
  position: absolute;
  background: url("../images/featured-btn-sprite.png");
  background-position-x: 100%;
  background-position-y: 0%;
  background-image: url("../images/featured-btn-sprite.png");
  cursor: pointer;
  transition: .5s all ease;
  z-index: 3;
}
body .page-wrapper .purchase-btn {
  margin-top: 15px;
}
.block-reorder {
  display: none;
}
.sidebar .hide-below-768 {
  display: none;
}
.toolbar-products .pages {
  display: block;
  position: absolute;
  bottom: -40px;
  right: 0px;
}
.toolbar-products .pages ul li a {
  margin-top: 0px;
}
.span-grey {
  background-color: #f2f2f2;
  padding: 30px 0 30px;
}
.btn.btn-default:hover,
.btn.btn-default:focus {
  background-position: 0 0;
  background-color: #fff;
  color: #000;
}
.btn.btn-info,
.btn.btn-default,
.btn.btn-danger {
  line-height: 1.33;
}
.btn.btn-default {
  background: #fff;
  color: #5a5a5a;
}
.btn {
  border-radius: 5px !important;
  white-space: normal;
  font-size: 16px !important;
}
.btn-default {
  text-shadow: 0 1px 0 #fff;
  border-color: #ccc !important;
}
.btn-default,
.btn-primary,
.btn-success,
.btn-info,
.btn-warning,
.btn-danger {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
body .btn-lg,
body .btn-group-lg > .btn {
  padding: 10px 16px;
  line-height: 1.33;
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid
     transparent;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
body .btn-lg {
  padding: 10px 16px;
}
.btn.btn-success:hover {
  background: #d74e22;
  color: #fff !important;
}
.btn.btn-success {
  background: #f15a22;
  text-decoration: none;
  border-color: #b5441a;
  color: #fff !important;
}
.checkout-index-index .block-static-block {
  display: none;
}
.checkout-index-index #header-container {
  padding-top: 50px;
  background-color: #fff;
}
.checkout-index-index #header-container .right-column {
  background-color: #fff;
}
.ytp-large-play-button {
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -moz-transition: opacity 0.25s cubic-bezier(0, 0, 0.2, 1);
  -webkit-transition: opacity 0.25s cubic-bezier(0, 0, 0.2, 1);
  transition: opacity 0.25s cubic-bezier(0, 0, 0.2, 1);
  background: none;
  border: 0;
}
.ytp-large-play-button {
  cursor: pointer;
}
.lazy:hover .ytp-large-play-button-bg {
  -moz-transition: fill 0.1s cubic-bezier(0, 0, 0.2, 1), fill-opacity 0.1s cubic-bezier(0, 0, 0.2, 1);
  -webkit-transition: fill 0.1s cubic-bezier(0, 0, 0.2, 1), fill-opacity 0.1s cubic-bezier(0, 0, 0.2, 1);
  transition: fill 0.1s cubic-bezier(0, 0, 0.2, 1), fill-opacity 0.1s cubic-bezier(0, 0, 0.2, 1);
  fill: #cc181e;
  fill-opacity: 1;
}
.video-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  display: inline-block;
}
.video-wrap {
  position: relative;
  height: 0;
  padding: 0;
  padding-bottom: 0px;
  padding-bottom: 56.25%;
  margin: 0 auto 25px auto;
  max-width: 100%;
  text-align: center;
}
.quote {
  background-color: #f2f2f2;
  border: 1px solid #ccc;
  border-left-color: #cccccc;
  border-left-style: solid;
  border-left-width: 1px;
  border-radius: 5px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-left: 0;
  position: relative;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  margin-left: 8px;
}
.quote::before {
  position: absolute;
  width: 6px;
  height: 100%;
  left: -6px;
  top: 0;
  content: '';
  display: block;
  background-color: #0087c1;
  margin: -1px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border: 1px solid #0087c1;
  box-sizing: content-box;
}
.quotes p.caption {
  font-size: 16px;
  font-weight: 300;
  text-indent: 0;
  margin: 0 0 10px;
  margin-bottom: 15px;
  position: static;
}
.quotes p.caption span {
  float: none;
}
.quotes p {
  font-size: 24px;
  color: #333;
  font-weight: 100;
  text-indent: -12px;
  margin-bottom: 15px;
}
.quotes .carousel-inner .item {
  padding: 20px;
  padding-bottom: 20px;
  padding-bottom: 24px;
}
.carousel {
  overflow: visible;
  position: relative;
}
.f-left,
.left {
  float: left;
}
.carousel .item .quote .left {
  margin-left: 30px;
  margin-top: 20px;
  margin-right: 20px;
}
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel.quotes ol.carousel-indicators {
  bottom: -20px;
}
.carousel ol.carousel-indicators {
  margin-left: -30%;
  padding-left: 0;
  bottom: 0;
  margin-bottom: 1px;
}
.quotes .carousel-indicators li {
  height: 10px;
  width: 10px;
}
.quotes .carousel-indicators li.active {
  background-color: #565d67;
  margin: 1px;
}
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #fff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #cdcdcd;
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.quote::after {
  position: absolute;
  width: 22px;
  height: 24px;
  left: 60px;
  top: 100%;
  content: '';
  display: block;
  background: url('../images/quote-pointer.png');
  z-index: 9999;
}
.cms-products-author-listing .inner-container .columns .column.main {
  margin-left: 40px;
}
.inner-container .columns .column.main {
  padding-bottom: 0px;
}
body.page-layout-1column-full-width .page-wrapper .main-container .main .inner-container #maincontent .columns,
body.page-layout-1column-back-btn .page-wrapper #maincontent .columns .row {
  margin-left: auto;
  margin-right: auto;
}
body.cms-home .page-wrapper .main-container .main .inner-container #maincontent .columns {
  max-width: inherit;
  margin-left: auto;
  margin-right: auto;
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-chevron-right::before {
  content: "\e080";
}
.box2 {
  margin-top: 90px;
}
.vertnav-trigger,
.nav-regular .nav-item.level0 > a,
.nav-holder .dropdown-block .dropdown-heading {
  text-transform: none !important;
}
.nav-container {
  border-bottom: 4px solid #00a8e2;
}
.nav-regular li.level0 > a {
  padding: 0 8px !important;
}
.nav-regular .nav-item.level0 > a {
  /*font-family: Frutiger W01 !important;*/
  font-family: Arial,Helvetica,sans-serif !important;
}
.widget {
  clear: none !important;
}
body .site-wrapper .span-white .container {
  padding: 0px;
}
.start {
  position: relative;
}
.start::before {
  content: '';
  position: absolute;
  top: 51px;
  width: 120px;
  height: 2px;
  background-color: #00a8e2;
  left: 50%;
  margin-left: -60px;
}
.start::after {
  content: '';
  border: 8px solid
 transparent;
  border-top-color: transparent;
  border-top-color: #00a8e2;
  position: absolute;
  top: 52px;
  left: 50%;
  margin-left: -5px;
}
.slideshow-wrapper-additional {
  margin-top: 10px;
}
.slideshow-wrapper .btn {
  border-radius: 5px;
  white-space: normal;
  font-size: 16px;
  padding: 10px 16px;
}
#search {
  border-radius: 4px;
  border: 1px solid #CCC !important;
}
#action-search {
  min-height: 24px;
  background: #80bb3d;
  border-color: #608c2e;
  z-index: 0;
  transition: .3s ease all;
  line-height: 1.33;
  opacity: 100;
  border-radius: 0px 4px 4px 0px;
}
#action-search .icon {
  color: #405e1f;
  text-shadow: none;
  padding-top: 1px;
}
#search_mini_form {
  max-width: 278px;
}
#header-search {
  min-width: 278px;
  max-width: 400px;
  float: right;
}
.logo-wrapper {
  margin-top: -54px;
}
#account-dropdown,
.site-select {
  float: right;
  font-size: 14px;
  list-style: none;
}
#countryChooser {
  position: relative;
  clear: both;
  margin: 0;
  padding-top: 8px;
  float: right;
  cursor: pointer;
}
#countryChooser a {
  text-decoration: none;
}
#countryChooser a:hover {
  color: #000;
}
#countryChooser .dropdown-menu {
  margin-top: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  padding: 7px 0;
}
.dropdown-menu {
  position: absolute;
  top: 46px;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu > li > a {
  padding: 5px 20px;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}
.header-m-primary-container .header-m-primary #header-nav #mainmenu .divider {
  display: none;
}
.ui-helper-hidden-accessible {
  display: none;
}
.ui-autocomplete {
  max-height: 300px;
  max-width: 314px;
  left: 406.5px;
  padding-top: 5px;
  padding-left: 0px;
  border: 1px solid #555555;
  border-radius: 4px;
  background-color: #fdfdfd;
  overflow: auto;
  z-index: 1000;
}
.ui-autocomplete li {
  list-style: none;
  padding-left: 10px;
}
.ui-autocomplete li:hover {
  background: #eee;
  cursor: pointer;
}
.ui-autocomplete li a {
  color: #000;
  padding-top: 5px;
  padding-bottom: 5px;
  text-decoration: none;
}
.prsenterpanel {
  margin-bottom: -10px;
}
.category-products .block-vertnav {
  display: none;
}
.catalog-category-view h1 {
  text-align: center;
}
.add-to-links {
  list-style-type: none !important;
}
.catalog-category-view .sorter {
  border-right: 1px solid #ddd;
  margin-left: 10px;
  margin-top: 5px;
  margin-bottom: 5px;
}
.catalog-category-view .sorter-action:before {
  color: #00a8e2 !important;
}
.catalog-category-view .sorter-options {
  height: 27px;
  border: 1px solid #eee;
  border-radius: 4px;
}
.catalog-category-view .products-list-ext .item {
  width: 100% !important;
  padding-left: 0px !important;
}
.catalog-category-view .product-slider {
  background: url(../images/span-pattern.jpg) center center;
}
.catalog-category-view .alert-warning {
  letter-spacing: 0.02em;
  font-size: 16px;
  background-image: -webkit-linear-gradient(top, #fcf8e3 0, #f8efc0 100%);
  background-image: -o-linear-gradient(top, #fcf8e3 0, #f8efc0 100%);
  background-image: linear-gradient(to bottom, #fcf8e3 0, #f8efc0 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fff8efc0', GradientType=0);
  border-color: #f5e79e;
}
.catalog-category-view .alert {
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.catalog-category-view .pages .current .page {
  background-color: #888;
  color: #fff;
  width: 34px;
  height: 36px;
  font-size: 16px;
}
.catalog-category-view .pages .current .page a {
  color: #fff;
  margin-top: 3px;
}
.catalog-category-view .pages .action.previous {
  background: url('../images/pager_arrow_left.gif') no-repeat 10px;
}
.catalog-category-view .pages .action.next {
  background: url('../images/pager_arrow_right.gif') no-repeat 14px;
}
.catalog-category-view .pages .action.previous:before,
.catalog-category-view .pages .action.next:before {
  content: '';
}
.catalog-category-view .pages .action.next,
.catalog-category-view .pages .action,
.catalog-category-view .pages .action.previous {
  background-color: #fff;
  color: #888;
  border: 1px solid #ddd;
  width: 34px;
  height: 36px;
}
.catalog-category-view .pages a.page {
  background-color: #fff;
  color: #888;
  border: 1px solid #ddd;
  width: 34px;
  height: 36px;
  font-size: 16px;
}
.catalog-category-view .pages .item {
  margin: 0px;
}
body.catalog-category-view .products-list-ext .products .product-item-inner .product-item-inner-content .price-box,
.catalog-category-view .prodcut-tags {
  float: left;
}
.catalog-category-view .prodcut-tags {
  color: #999;
}
.catalog-category-view .sidebar {
  margin-top: -80px;
}
.catalog-category-view #maincontent > div.category-view > div > div > a {
  color: #0087c1 !important;
  font-weight: 700 !important;
  letter-spacing: 0.04em;
  font-size: 14px;
  margin-left: 2px;
}
.sidebar .hide-below-768 {
  display: none;
}
@media (min-width: 640px) {
  .products-list-ext .product-item-img {
    min-width: 188px !important;
  }
}
.filter-current-subtitle,
.filter-subtitle {
  display: none !important;
}
.filter-current {
  background: #fff;
  border: 1px solid #ddd;
}
.filter-current a {
  outline: 0;
  color: #00a8e2;
  transform: rotateX(0deg);
  display: inline-block;
  vertical-align: top;
  right: 70px;
  left: initial !important;
}
.filter-current .action.remove:before {
  color: #00a8e2;
  font-weight: bold;
}
.filter-current a span {
  width: 100px !important;
  height: 40px !important;
  clip: initial !important;
}
.filter-current ol li {
  min-height: 65px;
}
.filter-current ol li span.filter-label {
  float: left;
}
.filter-current ol li span.filter-value {
  clear: left;
  float: left;
  font-size: 14px;
}
.catalog-category-view .product-image-container {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  margin: 5px;
  max-width: 225px;
}
.catalog-category-view .tocart,
.catalog-category-view .add-to-links,
.catalog-category-view .addto-links-icons {
  display: none !important;
}
.catalog-category-view .price-box .price {
  color: #f15a22;
  font-size: 20px !important;
  font-weight: 800 !important;
}
.catalog-category-view .price-currency {
  color: #aaa;
  font-style: italic;
  font-size: 13px;
  font-weight: 400;
  float: left;
  margin-right: 5px;
}
.catalog-category-view .subtitle {
  color: #00a8e2;
  font-size: 16px;
  font-weight: 400;
}
.catalog-category-view .product-item-link {
  font-size: 22px !important;
  color: #00a8e2 !important;
  font-weight: 800 !important;
}
.catalog-category-view .product-item-details,
.catalog-category-view .product-item-inner {
  display: inline !important;
  text-align: left !important;
}
.catalog-category-view .page-title-wrapper {
  margin-top: -20px;
}
.catalog-category-view h1 {
  font-family: "utopia-std-display", serif;
  font-weight: 200;
  font-size: 56px;
  padding-top: 0px !important;
  padding-bottom: 56px;
}
.catalog-category-view #maincontent > div.container {
  padding-bottom: 5px;
}
.catalog-category-view .filter-content {
  background: #fff;
}
.catalog-category-view .block-actions {
  background: #fff;
  margin: 5px 0;
  text-align: center;
  border: 1px solid #ddd;
  border-radius: 4px;
  min-height: 36px;
  font-size: 16px;
  font-weight: 700px;
  padding-top: 5px;
}
.catalog-category-view .block-actions:hover {
  border: 1px solid #555;
  font-decoration: none;
}
.catalog-category-view .filter-clear {
  padding-top: 5px;
  color: #5A5A5A;
  width: 100%;
  font-decoration: none;
}
.filter-options-content .count {
  background: #eee;
  color: #333 !important;
  border-radius: 5px;
  font-weight: normal !important;
  padding-left: 5px !important;
}
.filter-options-content .count:before,
.filter-options-content .count:after {
  content: "" !important;
}
#modal-content-4 {
  position: relative;
  background-color: #fff;
  border: 0px;
  box-shadow: none;
}
.modal-header {
  border-bottom: 0px;
}
.modal.looker .modal-dialog {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  margin: 15px auto;
}
body .page-wrapper #lookInside .modal-content {
  margin-top: 0px;
}
body .page-wrapper .modal#lookInside {
  overflow: scroll;
}
#e_18 {
  line-height: 53px;
}
.catalog-category-view .filter-options-item {
  background: #F2F2F2;
  margin-top: 5px;
  padding-top: 10px;
  padding-bottom: 0px;
  border-radius: 8px;
}
.catalog-category-view .filter-options-item.active .title-content {
  padding-bottom: 15px;
}
.catalog-category-view .filter-options-title {
  color: #555;
  font-size: 19px !important;
  border-left: 1px solid #ccc;
  text-transform: none !important;
  padding-left: 10px;
  padding-top: 0px !important;
}
.catalog-category-view .filter-options-title:after {
  content: '' !important;
}
.catalog-category-view .filter-options-title:before {
  content: '' !important;
}
.catalog-category-view .filter-options-content {
  background: #fff;
  padding: 0px !important;
  clear: both;
}
.catalog-category-view .filter-options-content li {
  border: 1px solid #ddd;
}
.catalog-category-view .filter-options-content li a {
  color: #00a8e2;
  font-size: 14px !important;
  letter-spacing: 0.06em;
  font-weight: 700 !important;
}
.catalog-category-view .filter-options-item.active .ui-cross,
.category-products .active .ui-cross {
  transform: rotate(45deg);
}
.catalog-category-view .filter-options-item.active .ui-cross .line-01,
.category-products .active .line-01 {
  border-top: 3px solid #CDCDCD;
}
.catalog-category-view .filter-options-item.active .ui-cross .line-02,
.category-products .active .line-02 {
  border-left: 3px solid #CDCDCD;
}
.catalog-category-view .ui-cross {
  width: 19px;
  height: 19px;
  position: relative;
  transition: .4s ease all;
  float: left;
  margin-left: 14px;
  margin-top: 6px;
}
.category-products .ui-cross {
  width: 19px;
  height: 19px;
  position: relative;
  transition: .4s ease all;
  float: left;
  margin-left: 14px !important;
  margin-top: 0px !important;
}
body.page-products .category-view .category-image {
  display: none;
}
.line-01 {
  width: 19px;
  height: 0;
  border-top: 3px solid #565d67;
  top: 50%;
  position: absolute;
  margin-top: -1.5px;
  transition: .4s ease all;
}
.line-02 {
  width: 0;
  height: 19px;
  border-left: 3px solid #565d67;
  left: 50%;
  position: absolute;
  margin-left: -1.5px;
  transition: .4s ease all;
}
@media (min-width: 768px), print {
  .page-layout-2columns-left .sidebar-main {
    width: 33.33333333% !important;
  }
  .page-layout-2columns-left .column.main {
    width: 65.66666667% !important;
  }
}
/* reduce gap under main nav */
body.cms-home .page-main .page {
  margin-top: -12px;
}
.catalog-product-view .inner-container,
.catalog-category-view .inner-container,
.checkout-cart-index .inner-container {
  max-width: 1128px;
  margin: 0 auto;
}
.catalog-category-view .inner-container .product-slider .inner-container {
  max-width: none;
}
.page-products .products-list .product-item-img .sticker-wrapper .sticker.sale {
  display: none;
}
.page-products .page-wrapper .main-container .container .breadcrumbs {
  margin: 12px 0px 6px;
  padding-left: 10px;
}
.tocart {
  min-height: 34px;
  background: #80bb3d;
  border-color: #608c2e;
  margin: 0;
  z-index: 0;
  padding: 6px 10px;
  transition: .3s ease all;
  line-height: 1.33;
  border-radius: 5px;
  white-space: normal;
  font-size: 16px;
}
.catalog-product-view .fotorama__img {
  padding: 0;
  border: 0;
  width: 100%;
  max-width: 265px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}
.catalog-product-view .fotorama__img {
  position: relative;
  top: auto;
  transform: inherit;
  left: auto;
}
.product-view .box-tocart .action.primary {
  background-color: #80bb3d;
}
.product-view .box-tocart .action.primary:hover {
  background-color: #66a237;
}
.catalog-product-view h1 {
  font-size: 32px;
  font-weight: 700;
}
.regular-price .price {
  color: #f15a22 !important;
  font-size: 20px;
  font-weight: 800;
}
body.page-products .product-item .special-price,
.product-items .item .special-price,
body.page-products .product-item .old-price,
.product-items .item .old-price {
  display: block;
}
body.page-products .product-item .price-box .price-label,
body.page-products .product-items .item .price-box .price-label,
body.page-products .product-item .old-price .price,
body.page-products .product-items .item .old-price .price,
body.catalog-product-view .price-box .old-price .price-label,
body.catalog-product-view .page-wrapper .main-container #maincontent .product-info-main .price-box .old-price .price-wrapper .price {
  color: #999;
  line-height: 1.5;
}
body.catalog-product-view .price-box .old-price .price-label {
  display: inline-block;
  font-size: 13px;
}
body.catalog-product-view .product-info-price .price-box .price-final_price .price,
body.page-products .product-item .price-box .price-final_price .price {
  color: #f15a22;
  font-size: 20px;
  font-weight: 800;
}
body.page-products .product-item .price-box .special-price .price-label,
body.page-products .product-items .item .price-box .special-price .price-label.page-wrapper,
body.catalog-product-view .price-box .special-price .price-label {
  color: #4fab3d;
  font-size: 13px;
  font-weight: 800;
}
body.page-products .product-item .price-box .old-price .price-container,
body.catalog-product-view .price-box .old-price .price-container,
body.page-products .product-item .price-box .old-price .price {
  color: #999;
  font-size: 12px;
}
body.page-products .product-item .price-box span.special-price .price-container,
body.catalog-product-view .price-box span.special-price .price-container,
body.page-products .product-item .price-box span.special-price .price {
  color: #4fab3d;
  font-size: 13px;
  font-weight: bold;
}
body.catalog-product-view .page-wrapper .main-container #maincontent .product-info-main .price-box .special-price .price-wrapper .price {
  color: #4fab3d;
  font-size: 20px;
  font-weight: 800;
}
.catalog-product-view .fotorama__caption,
.catalog-product-view .product-reviews-summary {
  display: none;
}
.catalog-product-view .fotorama__stage {
  height: 382px !important;
}
.catalog-product-view h3.product-name.subtitle {
  padding-top: 0;
  margin-bottom: 15px;
  font-size: 18px;
  color: #999;
  font-weight: bold;
}
.catalog-product-view .authors {
  color: #999;
  font-size: 14px;
  margin-bottom: 15px;
  line-height: 1.4;
}
.catalog-product-view .authors a {
  color: #333;
  display: inline;
}
.catalog-product-view .product-info-main p:not(.authors) {
  color: #333;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px dashed #d2d2d2;
}
.product-info-price .product-info-stock-sku .stock span:nth-child(1),
.product-info-price .product-info-stock-sku .published,
.product-info-price .product-info-stock-sku .format {
  font-weight: 600;
  color: #999;
  text-transform: none;
}
.product-info-stock-sku .published span,
.product-info-stock-sku .format span {
  color: #333;
  font-size: 16px;
}
.product-info-stock-sku .stock span:nth-child(2),
.product-info-stock-sku .stock span:nth-child(3) {
  font-weight: 800;
  color: #41b524;
}
.product-info-stock-sku .stock,
.product-info-stock-sku .published,
.product-info-stock-sku .format {
  clear: left;
  float: left;
}
.product-info-stock-sku .stock {
  margin-top: 0px;
}
.product-info-stock-sku .published {
  margin-top: 8px;
}
.product-info-stock-sku .format {
  margin-top: 10px;
}
.catalog-product-view .product-item .price-box .price,
.catalog-product-view .product-items .item .price-box .price {
  color: #f15a22;
  font-size: 20px;
  font-weight: 800;
}
.catalog-product-view .price-currency {
  color: #aaa;
  font-style: italic;
  font-size: 13px;
  font-weight: 400;
}
.catalog-product-view .usasite .price:before {
  content: "USD";
  color: #aaa;
  font-style: italic;
  font-size: 13px;
  font-weight: 400;
}
.catalog-product-view .casite .price:before {
  content: "CAD";
  color: #aaa;
  font-style: italic;
  font-size: 13px;
  font-weight: 400;
}
.catalog-product-view .fotorama__arr--prev,
.catalog-product-view .magnify-lens {
  display: none !important;
}
.product-lower-secondary-column,
.catalog-product-view div.product:nth-child(4),
.tocompare {
  display: none !important;
}
.product-primary-column {
  width: 60% !important;
}
.product-info-stock-sku {
  border-bottom: 0px !important;
  margin-top: -62px;
}
.box-tocart .qty {
  float: left !important;
  margin-right: 20px;
}
.box-tocart .qty .qlabel {
  float: left;
  margin-top: 14px;
  color: #666;
  font-weight: 600;
  font-size: 16px;
}
.box-tocart .qty span {
  color: #333;
  font-size: 16px;
}
.qty-buttons-wrapper {
  display: none !important;
}
.box-tocart .control .qty {
  border-radius: 4px;
  height: 30px;
  padding-right: 8px;
  width: 40px;
  margin-top: 12px;
}
#product-addtocart-button {
  width: 135px;
  min-width: 135px;
  padding: 10px 14px;
  font-size: 16px;
  margin-top: 4px;
}
.product-add-form {
  border: 0px !important;
}
.box-tocart .control {
  float: left;
  width: auto !important;
}
.look-inside img {
  width: 100%;
  max-width: 198px;
  height: auto;
  margin: 20px auto 0 auto;
  display: block;
}
button.look-inside {
  background: none;
  border: 0;
  display: block;
  margin: 0 auto;
  width: 198px;
}
.product-social-links {
  text-align: right;
  float: right;
  clear: both;
}
.product-social-links .action.towishlist > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: auto !important;
  margin: -1px;
  overflow: auto !important;
  padding: 0;
  position: relative !important;
  width: auto !important;
  background-color: 'white' !important;
}
.towishlist {
  width: 200px;
  background-color: 'white' !important;
}
.product-addto-links span:hover {
  color: #f15a22 !important;
}
.product-addto-links span {
  padding: 0;
  color: #999 !important;
  font-weight: 800;
}
.catalog-product-view .product-social-links .action.towishlist:hover::before {
  color: #f15a22 !important;
  background-color: 'white' !important;
}
.product.data.items.style1 .item.title > .switch strong {
  border-left: 1px solid #ccc;
  padding-left: 5px;
}
.catalog-product-view .product.data.items.style1 .item.title a::after {
  content: '' !important;
}
.ui-cross {
  width: 19px;
  height: 19px;
  position: relative;
  transition: .4s ease all;
  float: left;
  margin: 10px 10px 10px 10px;
}
.line-01 {
  width: 19px;
  height: 0;
  border-top: 3px solid;
  top: 50%;
  position: absolute;
  margin-top: -1.5px;
  transition: .4s ease all;
}
.line-02 {
  width: 0;
  height: 19px;
  border-left: 3px solid;
  left: 50%;
  position: absolute;
  margin-left: -1.5px;
  transition: .4s ease all;
}
.product-lower-primary-column {
  width: 100% !important;
}
.add-to-links a {
  color: #0087c1 !important;
  font-size: 12px;
}
.authors {
  color: #999 !important;
  font-size: 14px;
  margin-bottom: 15px;
  line-height: 1.4;
}
.authors a {
  color: #333 !important;
  display: inline;
}
.panel-spacer {
  border: 1px solid #ccc;
  padding: 15px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.panel-spacer > *:not(.video):first-child {
  margin-top: 20px;
}
input.btn.btn-primary,
button.btn.btn-primary,
a.btn.btn-primary {
  min-height: 34px;
  background: #80bb3d;
  border-color: #608c2e;
  z-index: 0;
  padding: 6px 10px;
  transition: .3s ease all;
  line-height: 1.33;
}
.glyphicon-duplicate:before {
  content: "\e224";
}
.twitter-tweet {
  float: left;
  margin-right: 30px;
}
body blockquote {
  /*font-family: 'Frutiger W01', helvetica, arial, sans-serif;*/
  font-family: Arial,Helvetica,sans-serif;
}
#editorial blockquote + blockquote {
  border-top: 1px solid #eee;
}
#editorial blockquote {
  border: 0;
  padding: 40px 15px 45px;
  margin: 0;
  text-align: center;
}
#editorial blockquote p {
  font-size: 26px;
  text-align: center;
}
#editorial blockquote + blockquote p {
  font-size: 19px;
  text-indent: -10px;
  text-align: left;
  font-style: normal;
}
#editorial blockquote {
  border-left: 0px;
}
#overview .video {
  max-width: 480px;
  height: auto;
  float: right;
  margin-left: 30px;
  margin-bottom: 15px;
  margin-top: 30px;
  width: 100%;
}
hr#offices {
  margin: 60px 0;
}
hr.shorty {
  margin-top: 20px;
  margin-bottom: 20px;
}
body.cms-page-view .page-wrapper .main-container .container .inner-container #maincontent hr {
  margin-top: 20px;
  margin-bottom: 20px;
}
.topic-listing {
  line-height: 1.7;
}
.product-container ul {
  list-style: disc;
  padding-left: 20px;
  margin-left: 5px;
  font-size: 16px;
  margin-bottom: 15px;
}
.product-container ul li {
  list-style: inherit;
}
.topic-listing a {
  margin-right: 5px;
  margin-bottom: 10px;
}
#twitter {
  padding: 15px;
  background-color: #f2f2f2;
}
.checkout-index-index .main-container .inner-container {
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
}
.product.data.items.style1 > .item.content {
  padding: 10px 10px 10px !important;
}
.header-mobile .skip-link,
.header-mobile .skip-content--style {
  background-color: initial !important;
}
.header-mobile .skip-content .links > li > a {
  font-size: 12px !important;
  background-color: initial !important;
}
.opc-wrapper label {
  color: #333;
}
.checkout-index-index .page-wrapper,
.checkout-index-index .page-header {
  border-top: 0px !important;
}
body.catalog-product-view .product-container twitter-widget,
body.catalog-product-view .product-container .twitter-tweet {
  float: none;
}
body.catalog-product-view .block-content .message.info {
  background: none;
  color: #4d4d4d;
  padding-left: 0px;
}
body.catalog-product-view .block-content .message.info a {
  color: #00a8e2;
}
body.catalog-product-view .block-content .message.info > *:first-child:before {
  display: none;
}
body.page-products .products .product-item-img .ev-type-list {
  max-width: 163px !important;
}
body .header-primary-container .header-primary #user-menu-wrapper-regular #user-menu #header-account .site-select {
  float: right;
}
body .header-primary-container .header-primary #user-menu-wrapper-regular #user-menu #header-account .site-select #countryChooser {
  padding-top: 9px;
  padding: 0px 0px 20px 0px;
}
body .header-primary-container .header-primary #user-menu-wrapper-regular #user-menu #header-account .site-select #countryChooser .dropdown-menu {
  padding: 0;
}
body .header-primary-container .header-primary #user-menu-wrapper-regular #user-menu #header-account .site-select #countryChooser .dropdown-toggle {
  width: 140px;
}
body .header-primary-container .header-primary #user-menu-wrapper-regular #user-menu #header-account #account-dropdown {
  clear: unset;
  margin: 0;
  float: left;
  width: 50%;
}
body .header-primary-container .header-primary #user-menu-wrapper-regular #user-menu #header-account #account-dropdown a,
body .header-primary-container .header-primary #user-menu-wrapper-regular #user-menu #header-account #countryChooser a {
  text-decoration: none;
  line-height: initial;
  font-size: 13px;
}
body .header-primary-container .header-primary #user-menu-wrapper-regular #user-menu #header-account #account-dropdown a:hover {
  background-color: transparent;
  color: #333 !important;
  text-decoration: underline;
}
body .header-primary-container .header-primary #user-menu-wrapper-regular #user-menu #header-account #account-dropdown li {
  text-align: right;
}
body .header-primary-container .header #header-search .search-wrapper #search_mini_form {
  max-width: 100%;
  width: 315px;
}
body .header-primary-container .header #header-search .search-wrapper input#search {
  height: 34px;
  width: 340px;
}
body .header-primary-container .header #header-search .search-wrapper button#action-search {
  min-height: 24px;
  height: 24px;
  cursor: pointer;
  pointer-events: all;
}
@supports (-webkit-appearance:none) and (not (overflow:-webkit-marquee))
and (not (-ms-ime-align:auto)) and (not (-moz-appearance:none)) {
  body .header-primary-container .header #header-search .search-wrapper button#action-search {
    min-height: 33px;
    height: 33px;
  }
}
body .header-primary-container .header #header-search .search-wrapper button#action-search:hover {
  background: #66a237;
}
body .header-primary-container .header #header-search .search-wrapper button#action-search .icon {
  font-size: 16px;
  height: 24px;
  line-height: 33px;
  width: 33px;
}
body .page-wrapper #header-container .nav-container .navi-wrapper .nav-holders-wrapper .nav-holder .dropdown-block.filled-heading .dropdown-heading .inner-heading {
  padding: 0px 15px;
}
body .page-wrapper .header-container .minicart-wrapper .block-minicart {
  width: auto;
  padding: 0px 15px;
}
body .page-wrapper .header-container .minicart-wrapper .block-minicart .subtitle {
  font-size: 15px;
}
body .page-wrapper .header-container .dropdown-block.filled-heading.open .dropdown-heading .inner-heading {
  background-color: #00a8e2;
  color: #fff;
}
body .page-wrapper .header-container .dropdown-block.filled-heading.open .dropdown-heading .icon {
  color: #fff;
}
body .page-wrapper #header-container .nav-container .navi-wrapper .minicart-wrapper .mini-cart-heading .counter {
  line-height: 15px;
  width: 15px;
  height: 15px;
  vertical-align: text-top;
  font-size: 10px;
}
body .page-wrapper #header-container .nav-container .navi-wrapper .minicart-wrapper .mini-cart-heading .counter .counter-number {
  font-size: 10px;
}
body.page-layout-1column-full-width .nav-container {
  /* margin-bottom: 10px; */
}
.item .label {
  all: unset;
  color: #00a8e2;
}
.item input {
  float: left;
  white-space: nowrap;
  margin-top: 10px;
  margin-right: 8px;
}
/* @media screen and (min-width: 993px) {

     body .page-wrapper #header-container .nav-container .navi-wrapper #mainmenu li.level0>a {
         padding: 0 14px !important;
     }

 } */
.nav-regular.opt-fx-fade-inout .nav-panel .nav-item--parent:hover > .nav-panel--dropdown {
  padding: 5px 0 !important;
}
.nav-regular.opt-fx-fade-inout .nav-panel .nav-item--parent.nav-5-1 > .nav-panel--dropdown {
  width: auto;
  white-space: nowrap;
}
body .page-wrapper .dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  -webkit-border-radius: 0 6px 6px 6px;
  -moz-border-radius: 0 6px 6px;
  border-radius: 0 6px 6px 6px;
}
body .page-wrapper #header-container .nav-container .navi-wrapper .nav-regular .classic > .nav-panel--dropdown > li > a {
  width: 100%;
  font-size: 14px;
  line-height: 1.42857143;
  padding: 5px 20px;
}
body .page-wrapper #header-container .nav-container .navi-wrapper .nav-regular .subparent > a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #ccc;
  margin-top: 5px;
  margin-right: -10px;
}
body .page-wrapper .header-container .nav-container .nav .navi-wrapper .nav-regular.opt-fx-fade-inout .nav-item--parent .nav-submenu li.subparent .nav-pull-left {
  left: auto !important;
  right: 100% !important;
  margin-left: 0 !important;
  margin-right: -1px !important;
  -webkit-border-radius: 6px 0 6px 6px !important;
  -moz-border-radius: 6px 0 6px 6px !important;
  border-radius: 6px 0 6px 6px !important;
}
.nav-regular.opt-fx-fade-inout .nav-panel .nav-item--parent > .nav-panel--dropdown {
  display: none;
}
.header-container .header-m-container .header-m-top-container .header,
.header-container .header-top-container .header,
.header-container .header-primary-container .header {
  padding: 0px;
}
.header-container .header-m-container .header-m-primary-container .header-m-primary .logo-wrapper--mobile {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 15px;
}
.header-container .header-m-container .header-m-primary-container .header-m-primary,
.header-container .header-m-container .header-m-primary-container .header-m-primary .inner-container {
  padding-left: 0px;
  padding-right: 0px;
  width: 100%;
  max-width: 100%;
}
.header-container .header-m-container .header-m-primary-container .header-m-top {
  padding: 0px;
}
.header-container .header-m-container .header-m-primary-container .header-m-primary .logo-wrapper--mobile .logo {
  margin-top: 5px;
  margin-bottom: 5px;
  display: block;
  float: none;
  margin: 0 auto;
  text-align: left;
  max-width: 75%;
}
.header-container .header-m-container .header-m-primary-container #skip-links {
  background-color: #0087c1;
  border-bottom: 4px solid #00a8e2;
}
.header-container .header-m-container .header-m-primary-container #skip-links .menu-trigger-inner {
  padding: 2px 10px 5px;
}
.header-container .header-m-container .header-m-primary-container #skip-links .skip-active .menu-trigger-inner,
.header-container .header-m-container .header-m-primary-container #skip-links .menu-trigger-inner:hover {
  background-color: #007caf !important;
  border-radius: 5px;
}
.header-container .header-m-container .header-m-primary-container .skip-link .label {
  /*font-family: 'Frutiger W01',helvetica,arial,sans-serif;*/
  font-family: Arial,Helvetica,sans-serif;
  font-weight: 100;
  font-size: 16px;
  line-height: 16px;
}
.header-container .header-m-container .header-m-primary-container .skip-link .icon {
  display: inline-block;
  vertical-align: middle;
  margin-right: 3px;
  font-size: 16px !important;
  line-height: 16px;
  color: #fff;
}
.header-container .header-m-container .header-m-primary-container .skip-nav .trigger-icon {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  color: #fff;
  margin: 10px;
}
.header-container .header-m-container .header-m-primary-container .skip-nav .glyphicon {
  color: #fff;
  font-size: 22px;
  top: 0px;
  padding: 10px 15px;
}
.header-container .header-m-container .header-m-primary-container .skip-nav {
  width: auto;
  display: inline-block !important;
  float: left !important;
  position: relative;
  margin-left: 10px;
  margin-top: 10px;
  background-color: transparent;
  line-height: unset;
  height: auto;
  padding: 0px;
  margin-bottom: 10px;
}
.header-container .header-m-container .header-m-primary-container .skip-nav .menu-trigger-inner .trigger-icon {
  display: inline-block;
  vertical-align: middle;
  margin: 0px;
}
.menu-trigger .trigger-icon .line {
  display: block;
  height: 2px;
  margin-bottom: 2px;
  margin-top: 4px;
}
.header-container .header-m-container .header-m-primary-container .m-account {
  width: auto;
  float: right;
  color: #fff;
  font-weight: 100;
  font-size: 16px;
  margin-right: 15px;
  margin-top: 6px;
}
.header-container .header-m-container .header-m-primary-container .m-account.logout {
  font-size: 25px;
  margin-top: 10px;
}
.header-container .header-m-container .header-m-primary-container .m-account img {
  margin-top: 9px;
  display: inline-block;
  margin-right: 7px;
  padding-left: 10px;
  border-left: 2px solid #00a8e2;
}
.header-container .header-m-container .header-m-primary-container .m-account .label {
  display: inline-block;
  vertical-align: sub;
  font-size: 13px;
}
.header-container .header-m-container .header-m-primary-container .mini-cart-heading {
  float: right;
  width: auto;
  padding-right: 15px;
}
.header-container .header-m-container .header-m-primary-container #header-nav {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  padding: 0px;
}
.header-container .header-m-container .header-m-primary-container #header-nav .nav-mobile li a {
  background-color: #0087c1;
  color: #fff;
  text-transform: inherit;
  font-size: 16px;
  line-height: 16px;
  padding: 13px;
  border-bottom: 1px solid #00a8e2;
}
.header-container .header-m-container .header-m-primary-container #header-nav .nav-mobile .caret {
  display: inline-block !important;
}
.header-container .header-m-container .header-m-primary-container #header-nav .nav-mobile .nav-item .opener {
  color: #333;
  display: none;
}
.header-container .nav-mobile .open a,
.header-container .nav-mobile .open .dropdown-toggle {
  background: #007caf;
  background-color: #007caf;
}
.header-container .nav-mobile .nav-item.parent > .nav-submenu {
  display: none;
}
.header-container .nav-mobile .nav-item.parent.open > .nav-submenu,
.header-container .nav-mobile .nav-item .nav-item--parent.open > .nav-submenu,
.header-container .nav-mobile .nav-item .nav-item--parent.mob-open > .nav-submenu {
  display: block !important;
}
.header-container .header-m-container .header-m-primary-container #header-nav .nav-mobile .dropdown-backdrop {
  display: none;
}
.header-container .header-m-container .header-m-primary-container #header-nav .nav-mobile ul.nav-submenu li:nth-child(1) {
  margin-top: 0px !important;
}
.header-container .header-m-container .header-m-primary-container #header-nav .nav-mobile ul.nav-submenu li a {
  border-bottom: none;
  font-size: 14px;
  line-height: 14px;
  padding-left: 25px;
  width: 100%;
}
.header-container .header-m-container .header-m-primary-container #header-nav .nav-mobile ul.nav-submenu .divider {
  margin: 0px;
}
.header-container .header-m-container .header-m-primary-container .mini-cart .mini-cart-heading span.ic-cart {
  color: #fff;
}
.header-container3 .header-primary-container .minicart-wrapper a.showcart span.ic-cart {
  font-size: 20px;
}
.header-container .header-m-container .header-m-primary-container .mini-cart .mini-cart-heading span.counter {
  text-align: center;
  line-height: 15px;
  width: 15px;
  height: 15px;
  vertical-align: top;
  font-size: 10px;
  background-color: #5bd2ec;
}
.header-container .nav-mobile .open ul.nav-submenu li a:after {
  display: none;
}
body .header-container .nav-regular .mobile-only-nav-item {
  display: none;
}
body .header-container .nav-mobile .mobile-only-nav-item {
  display: block;
}
body .nav-container #header-search {
  display: none;
}
body .header-m-container .header-m-primary-container .header-m-primary .nav-mobile.show #header-search {
  display: block;
  float: none;
  margin: 0 auto;
  padding: 10px 0px;
}
body .header-m-container .header-m-primary-container .header-m-primary #skip-links .skip-active #header-search .block-search {
  margin: 0;
  padding: 10px 0px;
  display: block;
  position: relative;
}
body .header-m-container .header-m-primary-container .header-m-primary #skip-links .skip-active #header-search .block-search #search_mini_form {
  width: 100%;
  margin: 0 auto;
  position: relative;
  max-width: 500px;
  right: auto;
}
body .page-wrapper .slideshow-wrapper-outer .slideshow-wrapper.slider-arrows2 .owl-controls .owl-buttons div {
  width: 80px;
}
body .page-wrapper .slideshow-wrapper-outer .slideshow-wrapper .owl-pagination {
  display: none;
}
body .page-wrapper .slideshow-wrapper-outer .slideshow-wrapper .owl-controls .owl-buttons .owl-prev {
  left: 0;
}
body .page-wrapper .slideshow-wrapper-outer .slideshow-wrapper .owl-controls .owl-buttons .owl-next {
  right: 0;
}
body .page-wrapper .slideshow-wrapper-outer .slideshow-wrapper .slideshow .owl-controls .owl-buttons .owl-prev:hover,
body .page-wrapper .slideshow-wrapper-outer .slideshow-wrapper .slideshow .owl-controls .owl-buttons .owl-next:hover {
  background: transparent;
  opacity: 0.9;
}
body .page-wrapper .slideshow-wrapper-outer .slideshow-wrapper .slideshow .owl-controls .owl-buttons div,
body .page-wrapper .slideshow-wrapper-outer .slideshow-wrapper .slideshow .owl-controls .owl-buttons div,
body .page-wrapper .slideshow-wrapper-outer .slideshow-wrapper .slideshow .owl-controls .owl-buttons div,
body .page-wrapper .slideshow-wrapper-outer .slideshow-wrapper .slideshow .owl-controls .owl-buttons .owl-prev,
body .page-wrapper .slideshow-wrapper-outer .slideshow-wrapper .slideshow .owl-controls .owl-buttons .owl-next {
  background: transparent;
  font-size: 80px;
  color: #ccc;
  opacity: 0.5;
}
body[class^='cms-free-resources'] .inner-container .columns .column.main,
body[class^='cms-online-pd-online'] .inner-container .columns .column.main {
  padding-bottom: 0px;
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
}
body .page-wrapper div.row .col-nofloat {
  float: none;
  display: inline-block;
  margin: 0 -2px;
  vertical-align: top;
  padding: 0 17px;
}
body[class^="cms-free-resources"] .columns .column.main {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
  max-width: 1160px;
  width: 1160px;
}
body[class^="cms-free-resources"] #maincontent .columns .column.main .container {
  padding-left: 0px;
  padding-right: 0px;
}
body.cms-news-center .news-content {
  margin: 0 auto;
  max-width: 1200px;
}
body.cms-news-center .news-content ul li {
  list-style: none;
  float: left;
  margin-right: 10px;
}
body.cms-news-center .page-wrapper .main-container .main .inner-container #maincontent .columns .filters {
  height: auto;
}
body.cms-news-center .page-wrapper .main-container .main .inner-container #maincontent .columns .filters ul {
  list-style: none;
  float: none;
  display: inline-block;
}
body.cms-news-center .page-wrapper .main-container .main .inner-container #maincontent .columns .filters .type li,
body.cms-news-center .page-wrapper .main-container .main .inner-container #maincontent .columns .filters .date li {
  float: none;
  display: inline-block;
  list-style: none;
  margin-left: 0;
  padding-bottom: 0px;
  margin-right: 10px;
  cursor: pointer;
  margin-bottom: 0px;
}
body .page-wrapper .events-banner img.img-thumbnail {
  max-width: 330px;
}
table.how-to-register > tbody > tr > td {
  padding: 0 8px 8px 0;
}
.page-products .page-wrapper .main-container #maincontent {
  padding-left: 0px;
  padding-right: 0px;
  width: 100%;
  max-width: 1170px;
}
body.checkout-cart-index .page-wrapper .main-container .inner-container #maincontent .page-title-wrapper .page-title {
  border-bottom: 0px;
  font-weight: 100;
  color: #555;
  font-size: 32px;
}
body .page-wrapper .main-container #maincontent .cart-container .cart.table-wrapper .items .cart.item {
  border: 1px solid #d1d1d1;
}
body .page-wrapper .main-container #maincontent .cart-container .cart.table-wrapper .cart.item button.update {
  margin-left: 0;
  background: transparent;
  padding-left: 0;
  vertical-align: initial;
}
body .page-wrapper .main-container #maincontent .cart-container .cart.table-wrapper .cart.item button.update:hover {
  color: #333;
}
body .page-wrapper .main-container #maincontent .cart-container .cart.table-wrapper table#shopping-cart-table tr:first-child td {
  border: none;
  width: auto;
  display: table-cell;
}
body .page-wrapper .main-container #maincontent .cart-container .cart.table-wrapper table#shopping-cart-table tr:first-child td.qty label {
  display: inline-flex;
}
body .page-wrapper .main-container #maincontent .cart-container .cart.table-wrapper table#shopping-cart-table tr:first-child .col.remove {
  text-align: center;
}
body .page-wrapper .main-container #maincontent .cart-container .cart.table-wrapper table#shopping-cart-table thead th {
  font-weight: 500 !important;
  text-align: center;
}
body .page-wrapper .main-container #maincontent .cart-container .cart.table-wrapper table#shopping-cart-table thead th.item {
  text-align: left;
}
body .page-wrapper .main-container #maincontent .cart-container .cart-summary {
  width: 100%;
  background: transparent;
}
body .page-wrapper .main-container #maincontent .cart-container .cart-summary .block.shipping {
  width: 33.33333333%;
  margin-top: 30px;
  padding: 15px;
  float: left;
  border: 1px solid #d0cbc1;
}
body .page-wrapper .main-container #maincontent .cart-container .cart-summary .block.shipping .title {
  border-top: none;
  border-bottom: 1px solid #d2d2d2;
}
body .page-wrapper .main-container #maincontent .cart-container .cart-summary .block.shipping .title strong {
  font-weight: 700;
  color: #00447c;
  font-size: 24px;
}
body .page-wrapper .main-container #maincontent .cart-container .cart-summary .block.shipping .title strong::after {
  display: none;
}
body .page-wrapper .main-container #maincontent .cart-container .cart-summary .cart-totals th,
body .page-wrapper .main-container #maincontent .cart-container .cart-summary .cart-totals td {
  text-align: right;
}
body .page-wrapper .main-container #maincontent .cart-container .cart-summary .cart-totals table {
  width: 100%;
}
body .page-wrapper .main-container #maincontent .cart-container .cart-summary .cart-totals th,
body .page-wrapper .main-container #maincontent .cart-container .cart-summary .cart-totals td {
  text-align: right;
  width: 100%;
  border-top: none;
}
body .page-wrapper .main-container #maincontent .cart-container .cart-summary .cart-totals .mark {
  background: transparent;
  border-top: none;
}
body .page-wrapper .main-container #maincontent .cart-container .cart-summary .cart-totals {
  margin-top: 30px;
  padding: 15px;
  float: right;
  width: 66.66667%;
  border-top: 0px;
}
body .page-wrapper .main-container #maincontent .cart-container .checkout-methods-items .action.primary {
  width: auto;
  float: right;
  border-radius: 5px;
  white-space: normal;
  font-size: 16px;
  background: #f15a22;
  border-color: #b5441a;
}
body .page-wrapper .main-container #maincontent .cart-container .cart-summary .cart-totals .table-wrapper .totals.sub {
  border-bottom: 1px solid #d2d2d2;
}
body .page-wrapper .main-container #maincontent .cart-container .cart-summary .cart-totals .table-wrapper .totals-tax {
  display: none;
}
body .page-wrapper .main-container #maincontent .cart-container .cart-summary .checkout-methods-items li.item {
  text-align: right;
}
body .page-wrapper .main-container #maincontent .cart-container .cart-summary .checkout-methods-items li.item .continue {
  padding: 12px 10px;
  color: #00a8e2;
}
body .page-wrapper .main-container #maincontent .cart-container .cart-summary .checkout-methods-items li.item > .multicheckout {
  display: none;
}
body .page-wrapper .main-container #maincontent .cart-container {
  padding-left: 15px;
  padding-right: 15px;
}
body .page-wrapper .main-container #maincontent .cart-container .form-cart {
  width: 100%;
}
body .page-wrapper .main-container #maincontent .cart-container .cart.table-wrapper .product-item-photo {
  width: 131px !important;
  min-width: 131px;
}
body .page-wrapper .main-container #maincontent .cart-container .cart.table-wrapper .product-item-photo {
  width: 131px !important;
  min-width: 131px;
  display: inline-block;
  position: static;
  max-width: unset;
}
body .page-wrapper .main-container #maincontent .cart-container .cart.table-wrapper .product-item-details {
  vertical-align: top;
  white-space: normal;
  width: auto;
  clear: none;
  text-align: left;
  float: none;
}
body .page-wrapper .main-container #maincontent .cart-container .cart.table-wrapper .product-item-details .product-item-name {
  display: table-cell;
}
body .page-wrapper .main-container #maincontent .cart-container .cart.table-wrapper .product-item-details .product-item-name a {
  font-size: 22px;
}
body .page-wrapper .main-container #maincontent .cart-container .cart.table-wrapper .product-item-details .cart-additional {
  color: #333;
  font-size: 16px;
  font-weight: 300;
  padding: 0;
  margin: 0 0 5px;
  /*font-family: 'Frutiger W01',Arial, 'Helvetica Neue', Helvetica, sans-serif;*/
  font-family: Arial,Helvetica,sans-serif;
}
body .page-wrapper .main-container #maincontent .cart-container .cart.table-wrapper .product-item-details .cart-additional .product-format {
  border-left: 1px solid #ccc;
  margin-left: 5px;
  padding-left: 10px;
  color: #999;
  font-weight: 400;
}
body.catalog-category-view .page-title-wrapper {
  margin-bottom: 30px;
  padding-top: 35px;
  margin-top: 0px;
}
body.category-events .page-title-wrapper {
  padding-top: 10px;
}
body.checkout-cart-index .page-wrapper .page-header .cart-header-wrapper {
  padding: 30px 0 50px;
  display: flow-root;
  padding-left: 15px;
  padding-right: 15px;
}
body.checkout-cart-index .page-wrapper .page-header .cart-header-wrapper .cart-header {
  max-width: 1128px;
  margin: 0 auto;
}
body.checkout-cart-index .page-wrapper .page-header .cart-header-wrapper .cart-header .cart-header-left {
  width: 60%;
  float: left;
}
body.checkout-cart-index .page-wrapper .page-header .cart-header-wrapper .cart-header .cart-header-right {
  width: 40%;
  float: left;
  text-align: right;
}
body.checkout-cart-index .page-wrapper .page-header .cart-header-wrapper h1 {
  font-weight: 100;
  color: #555;
  font-size: 32px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ccc;
}
body.checkout-cart-index .page-wrapper .page-header .cart-header-wrapper p {
  font-size: 16px;
  margin-bottom: 15px;
}
body.checkout-cart-index .page-wrapper .page-header .cart-header-wrapper p a {
  color: #00a8e2;
  font-weight: 700;
}
body.checkout-cart-index .page-wrapper .page-header .cart-header-wrapper .cart-header .cart-header-right button {
  width: auto;
  border-radius: 5px;
  white-space: normal;
  font-size: 16px;
  background: #f15a22;
  border-color: #b5441a;
}
body.checkout-cart-index .page-wrapper .page-header .cart-header-wrapper .cart-header .cart-header-right button:hover {
  background: #d74e22;
}
body.checkout-cart-index .page-wrapper .page-header .cart-header-wrapper .cart-header .cart-header-right button a:hover {
  color: #fff;
}
body.checkout-cart-index .page-wrapper .page-header .cart-header-wrapper .cart-header .cart-header-right .cart-header-sub {
  margin-top: 40px;
  color: #4d4d4d;
  font-weight: 700;
}
body .modals-wrapper .popup-authentication .modal-inner-wrap .modal-header {
  padding-bottom: 1.2rem;
  padding-top: 2rem;
}
body .modals-wrapper .popup-authentication .modal-inner-wrap .modal-header .modal-title {
  border-bottom: 0px;
}
body .modals-wrapper .popup-authentication .modal-inner-wrap .modal-content .block-authentication {
  border-top: 0px;
}
body .modals-wrapper .popup-authentication .modal-inner-wrap .modal-content .block-authentication ul {
  padding: 15px 20px;
}
body .modals-wrapper .popup-authentication .modal-inner-wrap .modal-content .block-authentication ul li {
  font-size: 15px;
}
body .modals-wrapper .popup-authentication .modal-inner-wrap .modal-content .block-authentication .block-title strong {
  font-size: 20px;
  font-weight: 600;
}
body .modals-wrapper .popup-authentication .modal-inner-wrap .modal-content .block-authentication .field .label {
  color: #333333;
  font-size: 13px;
}
body .modals-wrapper .popup-authentication .modal-inner-wrap .modal-content .block-authentication .block-content .actions-toolbar {
  margin-top: 0px;
}
.cart-summary .label {
  color: black;
}
.cart-summary #co-shipping-method-form input {
  display: inline;
}
.minicart-items .details-qty .label,
.modal-custom .label,
.table-totals .label {
  color: #333;
}
.totals.shipping .mark,
.totals-tax-summary .mark,
.grand.totals .mark {
  background-color: transparent;
}
.totals.shipping span.value {
  display: inline;
}
body .page-wrapper #maincontent .span-pattern.presenters .row {
  max-width: none;
}
input[type="text"],
.input-text {
  border-radius: 4px;
  color: #555;
  border: 1px solid #ccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.fieldset .legend,
.fieldset .label,
.field.choice .label {
  color: #4d4d4d;
  font-size: 16px;
}
.fieldset .label {
  margin-bottom: 10px;
}
body .form .actions-toolbar > .primary .action {
  background: #f15a22;
  border-color: #b5441a;
}
.cms-presenters-overview .featurette {
  overflow: hidden;
  max-height: 368px;
}
.popup .close {
  position: absolute;
  right: 5px;
  top: 5px;
  font-size: 18px;
  opacity: 0.4;
}
.service-container .pd-breakdown.one-day,
.service-container .one-day .pd-breakdown-section::before {
  border-color: #80bb3d;
}
.service-container .pd-breakdown {
  border: 1px solid #ccc;
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 30px;
}
.service-container .one-day .pd-breakdown-header {
  background: #80bb3d;
}
.service-container .pd-breakdown-header {
  padding: 10px;
  padding-left: 24px;
  background: #ccc;
  color: #fff;
}
.service-container .pd-breakdown-body {
  border-left: 2px solid #ccc;
  margin-left: 24px;
  margin-bottom: 24px;
  padding-top: 24px;
}
.service-container .pd-breakdown-header p {
  margin: 0;
  color: #fff;
}
.service-container .pd-breakdown-header h3 {
  margin: 0;
  color: #fff;
}
.service-container .pd-breakdown-header span {
  margin-left: 0;
  padding-left: 0;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.7);
}
.service-container .pd-breakdown-section {
  padding: 10px 0;
  padding-left: 24px;
  padding-right: 20px;
  position: relative;
}
.service-container .pd-breakdown.one-day,
.service-container .one-day .pd-breakdown-section::before {
  border-color: #80bb3d;
}
.service-container .pd-breakdown-section::before {
  content: '';
  display: block;
  position: absolute;
  background: #fff;
  height: 16px;
  width: 16px;
  border: 5px solid #333;
  left: -8px;
  border-radius: 100px;
  top: 12px;
}
.service-container .pd-breakdown-subheader {
  margin-bottom: 5px;
}
.service-container .pd-breakdown.two-day,
.service-container .two-day .pd-breakdown-section::before {
  border-color: #009786;
}
.service-container .two-day .pd-breakdown-header {
  background: #009786;
}
.service-container .pd-breakdown.multi-day,
.service-container .multi-day .pd-breakdown-section::before {
  border-color: #00a8e2;
}
.service-container .multi-day .pd-breakdown-header {
  background: #00a8e2;
}
body.customer-account-forgotpassword .page-wrapper .main-container .container .page-title-wrapper {
  padding-left: 0px;
}
body.customer-account-forgotpassword form.password.forget .email label {
  width: auto;
}
body.customer-account-forgotpassword .page-wrapper .actions-toolbar .primary,
.actions-toolbar .secondary {
  float: left;
}
body.customer-account-forgotpassword .page-wrapper .actions-toolbar .secondary a.action.back {
  margin-left: 30px;
  margin-top: 0px;
}
.global-site-notice {
  margin: 0;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.15;
  border: 0;
  text-align: center;
  color: #fff;
}
.global-site-notice .notice-inner p {
  margin: 0 auto;
  font-size: 16px;
  /*font-family: 'Frutiger W01',helvetica,arial,sans-serif;*/
  font-family: Arial,Helvetica,sans-serif;
}
body[class^="cms-bundle-options"] .matrix .option .btn,
body[class^="cms-culture-keepers"] .matrix .option .btn,
.matrix .option .btn {
  margin-top: 15px;
}
.noNav .product-slider .block-products-list .button-left,
.noNav .product-slider .block-products-list .button-right,
.noNav .featured-products::after {
  display: none;
}
.matrix-curr {
  font-size: 15px;
  font-weight: 700;
}
@media screen and (max-width: 1199px) {
  body .page-wrapper .main-container .slideshow-wrapper .container {
    max-width: inherit;
  }
  body.cms-page-view .page-wrapper .main-container .container.full-width {
    margin-left: 0px;
  }
  body[class^="cms-free-resources"] .columns .column.main {
    max-width: 970px;
    width: 960px;
  }
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  body .page-wrapper #header-container .nav-container .navi-wrapper #mainmenu li.level0 a {
    padding: 0 11px !important;
    font-size: 13px !important;
  }
  body .page-wrapper .breadcrumbs {
    max-width: 970px;
  }
  .page-products .page-wrapper .main-container #maincontent {
    max-width: 970px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 993px) {
  body .page-wrapper .header-container .header-m-container {
    display: none;
  }
  .modals-wrapper .modal-popup._inner-scroll .modal-inner-wrap {
    max-height: 90%;
    width: 600px;
  }
}
@media screen and (max-width: 992px) and (min-width: 768px) {
  .header-container .header-m-container .header-m-primary-container .m-account {
    padding-top: 10px;
  }
  .header-container .header-m-container .header-m-primary-container .m-account img {
    margin-top: 0px;
  }
}
@media screen and (max-width: 992px) {
  body .page-wrapper .header-primary-container .header .grid12-4 {
    width: auto;
  }
  body .page-wrapper .nav-container .mobnav-trigger {
    display: block;
  }
  body .page-wrapper #maincontent {
    max-width: 100%;
  }
  body .page-wrapper .breadcrumbs {
    max-width: 750px;
  }
  .page-products .page-wrapper .main-container #maincontent {
    max-width: 750px;
    margin: auto;
  }
  body .page-wrapper .header-container .header-m-container,
  body .page-wrapper .header-container .skip-links-clearer,
  .header-container #header-nav,
  body .page-wrapper .header-container .skip-link,
  body .page-wrapper .header-container .logo-wrapper--mobile,
  body .page-wrapper .header-container .header-collateral,
  body .page-wrapper .header-container .after-mobile-logo {
    display: block;
  }
  body .page-wrapper .header-container .header-m-container,
  body .page-wrapper .header-container .after-mobile-logo,
  body .page-wrapper .header-container .logo-wrapper--mobile,
  body .page-wrapper .header-container .header-m-container .skip-content.skip-active {
    display: block;
  }
  .page-wrapper .header-container .nav-mobile {
    display: none !important;
  }
  body .page-wrapper .header-container .navi.nav-mobile-triggerable.show {
    display: block !important;
  }
  body .page-wrapper #header-container .header-primary-container {
    display: none;
  }
  .checkout-index-index .page-wrapper #header-container .header-primary-container {
    display: block;
  }
  body .page-wrapper .header-container .nav-container.skip-content .navi-wrapper .mobnav-trigger,
  body .page-wrapper .header-container .nav-container.skip-content .navi-wrapper .nav-holders-wrapper {
    display: none;
  }
  body .page-wrapper .header-container .mini-cart,
  .header-container .mini-compare {
    position: static;
    float: none;
    display: block;
  }
  body .skip-links-clearer {
    padding-bottom: 8px;
  }
  body .page-wrapper .header-container2 .header-container3 .nav-container.skip-content .nav {
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin: 0;
  }
  body .page-wrapper .header-container2 .header-container3 .nav-container.skip-content .nav .inner-container {
    padding: 0;
  }
  body .page-wrapper .header-container2 .header-container3 .nav-container.skip-content .nav .inner-container li a,
  body .page-wrapper .header-container2 .header-container3 .nav-container.skip-content .nav .inner-container li a {
    text-transform: uppercase;
    background-color: #0087c1;
    color: #fff;
    text-transform: inherit;
    font-size: 16px;
    line-height: 16px;
    padding: 13px;
    border-bottom: 1px solid #00a8e2;
  }
  body .page-wrapper .header-container2 .header-container3 .nav-container.skip-content .nav .inner-container .nav-submenu,
  body .page-wrapper .header-container2 .header-container3 .nav-container.skip-content .nav .inner-container .nav-submenu li a {
    background-color: #007caf;
    width: 100%;
    color: #fff;
    font-size: 16px;
    line-height: 16px;
    padding: 13px;
    padding-left: 25px;
    border-bottom: 1px solid #00a8e2;
  }
  body .page-wrapper .header-container2 .header-container3 .nav-container.skip-content .nav .inner-container .nav-submenu.level0 li:nth-child(1) {
    margin-top: 0px !important;
  }
  .header-container .header-m-container .header-m-primary-container #header-nav .nav-mobile .nav-item.open a,
  body .page-wrapper .header-container2 .header-container3 .nav-container.skip-content .nav .nav-item.open a,
  body .page-wrapper .header-container2 .header-container3 .nav-container.skip-content .nav .inner-container .links .nav-item.item-active > a {
    background: #007caf;
  }
  body .page-wrapper .header-container2 .header-container3 .nav-container.skip-content .nav .inner-container .nav-mobile .nav-item .caret {
    display: inline-block !important;
  }
  body .page-wrapper .header-container2 .header-container3 .nav-container.skip-content .nav .inner-container .nav-mobile .nav-item .opener {
    display: none;
  }
  body .page-wrapper #header-container #header-account {
    display: none;
  }
  .header-container .header-m-container .header-m-primary-container .minicart-wrapper {
    padding-top: 8px;
    padding-right: 10px;
  }
  .header-container .header-m-container .header-m-primary-container .minicart-wrapper a.showcart {
    color: #fff;
  }
  body .page-wrapper .owl-wrapper-outer .owl-wrapper .owl-item .visible-xs-block {
    margin: 0 auto;
  }
  .header-m-container .header-m-primary-container #mainmenu li.level1.nav-4-3 a {
    padding-left: 35px !important;
  }
  body[class^="cms-free-resources"] .columns .column.main {
    max-width: 750px;
    width: 100%;
  }
}
@media screen and (max-width: 990px) {
  .hidden-xs {
    display: none !important;
  }
}
@media screen and (max-width: 799px) and (min-width: 480px) {
  div.featured-products.product-slider .products-grid #products-list > li {
    padding: 0 33px;
  }
}
@media screen and (max-width: 799px) {
  .noNav .product-slider .block-products-list .button-left,
  .noNav .product-slider .block-products-list .button-right,
  .noNav .featured-products::after {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .featured-products .inner-container,
  .std .featured-products .inner-container {
    width: 550% !important;
  }
  body .page-wrapper .main-container {
    padding: 0px 15px;
  }
  body.catalog-product-view .page-wrapper .main-container .product-info-main .product-add-form .box-tocart {
    float: right;
  }
  table#shopping-cart-table td {
    padding: 5px 15px!important;
  }
  body .page-wrapper .main-container #maincontent .cart-container .cart-summary {
    display: flex;
    flex-direction: column-reverse;
  }
  body .page-wrapper .main-container #maincontent .cart-container .cart-summary .block.shipping,
  body .page-wrapper .main-container #maincontent .cart-container .cart-summary .cart-totals {
    width: 100% !important;
  }
  body .form .actions-toolbar {
    margin-left: 0;
  }
  .column:not(.sidebar-main) form .actions-toolbar,
  .column:not(.sidebar-additional) form .actions-toolbar {
    margin-left: 0;
  }
  body.page-products .products-list-ext .product-item .product-item-inner .product-item-inner-content {
    border-left: 1px solid #f5f5f5;
    padding-left: 15px;
    border-left: none;
  }
  body .page-wrapper .main-container .container .breadcrumbs {
    margin: 10px 0px;
    max-width: none !important;
    width: 100%;
  }
  .hidden-xs {
    display: none !important;
  }
  body .page-wrapper .header-container .header-m-container .mini-cart-mid {
    display: none;
  }
  body.checkout-cart-index .page-wrapper .page-header .cart-header-wrapper .cart-header .cart-header-left,
  body.checkout-cart-index .page-wrapper .page-header .cart-header-wrapper .cart-header .cart-header-right {
    width: 100%;
  }
  body .page-wrapper .slideshow-wrapper-outer .slideshow-wrapper .owl-carousel .owl-wrapper .owl-item {
    max-height: 450px;
  }
  body .page-wrapper .slideshow-wrapper-outer .slideshow-wrapper .owl-carousel .owl-wrapper .owl-item h1 {
    font-size: 32px;
  }
  body .page-wrapper .slideshow-wrapper-outer .slideshow-wrapper .owl-carousel .owl-wrapper .owl-item h2 {
    font-size: 20px;
  }
  body .page-wrapper .slideshow-wrapper-outer .slideshow-wrapper .owl-carousel .owl-wrapper .owl-item h3 {
    font-size: 17px;
  }
  body .page-wrapper .slideshow-wrapper-outer .slideshow-wrapper .owl-carousel .owl-wrapper .owl-item img {
    max-width: 200px;
    height: auto;
    margin: 0 auto;
  }
  body .page-wrapper .main-container .slideshow-wrapper-outer .slider-arrows2 .owl-controls .owl-buttons .owl-prev,
  body .page-wrapper .main-container .slideshow-wrapper-outer .slider-arrows2 .owl-controls .owl-buttons .owl-next {
    top: 46%;
  }
  body .page-wrapper .slideshow-wrapper-outer .slideshow-wrapper .slideshow .owl-controls .owl-buttons div,
  body .page-wrapper .slideshow-wrapper-outer .slideshow-wrapper .slideshow .owl-controls .owl-buttons div,
  body .page-wrapper .slideshow-wrapper-outer .slideshow-wrapper .slideshow .owl-controls .owl-buttons div,
  body .page-wrapper .slideshow-wrapper-outer .slideshow-wrapper .slideshow .owl-controls .owl-buttons .owl-prev,
  body .page-wrapper .slideshow-wrapper-outer .slideshow-wrapper .slideshow .owl-controls .owl-buttons .owl-next {
    font-size: 50px;
    opacity: 0.9;
    width: 50px;
  }
  body .page-wrapper #quoteSlider {
    overflow: visible;
    max-height: 450px;
  }
  body.customer-account-forgotpassword .page-wrapper .actions-toolbar .primary,
  body.customer-account-forgotpassword .page-wrapper .actions-toolbar .secondary {
    display: inline-block;
  }
  body.customer-account-forgotpassword .page-wrapper .actions-toolbar .primary,
  .actions-toolbar .secondary a.action.back {
    width: 200px;
  }
  body .page-wrapper .main-container {
    padding: 0px;
  }
  .products-list .product-item .product-item-photo {
    text-align: center;
  }
  body .header-m-container .header-m-primary-container .header-m-primary #skip-links .skip-active #header-search .block-search {
    padding: 0px;
  }
  body[class^="cms-free-resources"] .columns .column.main {
    max-width: none !important;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }
  body.checkout-cart-index .page-wrapper .page-header .cart-header-wrapper .cart-header .cart-header-right {
    text-align: left;
  }
  body .page-wrapper .main-container #maincontent .cart-container .cart.table-wrapper .product-item-details .product-item-name a {
    font-size: 16px;
  }
  body .page-wrapper .main-container #maincontent .cart-container .cart.table-wrapper table#shopping-cart-table tr:first-child td.qty,
  body .page-wrapper .main-container #maincontent .cart-container .cart.table-wrapper table#shopping-cart-table tr:first-child td.subtotal {
    float: right;
    width: 80px;
    padding-top: 15px;
  }
  body .page-wrapper .main-container #maincontent .cart-container .cart-summary .block.shipping,
  body .page-wrapper .main-container #maincontent .cart-container .cart-summary .cart-totals {
    width: 50%;
  }
}
@media (min-width: 768px) {
  .form.form-edit-account .fieldset .legend,
  .form.form-edit-account .column:not(.sidebar-main) form .actions-toolbar,
  .form.form-edit-account .column:not(.sidebar-additional) form .actions-toolbar {
    margin-left: 0;
  }
  .form.form-edit-account .fieldset > .field:not(.choice) > .label {
    width: 100%;
    text-align: left;
  }
  .form.form-edit-account .field.choice:before {
    content: none;
  }
  .form.form-edit-account .field.choice input.checkbox {
    display: inline;
  }
  .form.form-edit-account .field.field-name-lastname,
  .form.form-edit-account .field.field-name-firstname {
    width: 50%;
    display: inline-block;
  }
  .form.form-edit-account .field.field-name-lastname .control,
  .form.form-edit-account .field.field-name-firstname .control {
    width: 90%;
  }
}
@media (max-width: 479px) {
  .slideshow-wrapper-outer .owl-controls .owl-buttons {
    display: block;
  }
  body .page-wrapper .slideshow-wrapper-outer .slideshow-wrapper .owl-carousel .owl-wrapper .owl-item h1 {
    font-size: 24px;
  }
  body.cms-home .featured-products .inner-container.show-slides-2 #products-list > li {
    width: 40%;
  }
  #products-list > li img {
    max-height: none;
    width: 100%;
    max-width: 100%;
  }
  body.customer-account-forgotpassword .page-wrapper .actions-toolbar .secondary a.action.back {
    margin-left: 0px;
  }
  body .page-wrapper #quoteSlider {
    max-height: 500px;
  }
  div.featured-products.product-slider .products-grid #products-list > li {
    padding: 0 33px;
  }
  body .header-m-container .header-m-primary-container .header-m-primary .nav-mobile.show #header-search {
    max-width: 300px;
  }
  body .page-wrapper .main-container #maincontent .cart-container .cart.table-wrapper .product-item-details {
    display: inline-block;
  }
  body .page-wrapper .main-container #maincontent .cart-container .cart-summary .block.shipping,
  body .page-wrapper .main-container #maincontent .cart-container .cart-summary .cart-totals {
    width: 100%;
  }
  .featured-products .inner-container,
  .std .featured-products .inner-container {
    width: 1050% !important;
  }
  body.catalog-category-view .featured-products #products-list > li {
    width: 7% !important;
  }
  body.catalog-category-view .page-title-wrapper {
    margin-bottom: 0px;
    padding-top: 5px;
  }
  body.catalog-category-view .products-list-ext .products .product-item-img .product-image-container {
    padding: 0 0 0 15px !important;
    max-width: 100% !important;
  }
  body.catalog-category-view .product-item-img .product-image-wrapper,
  body.catalog-category-view .product-item-img .product-image-photo {
    max-width: inherit !important;
  }
  body.catalog-category-view .products-list-ext .products > .item {
    padding: 30px 0!important;
  }
  body.catalog-category-view .product-item-link {
    font-size: 17px !important;
  }
  body .page-title-wrapper h1,
  body .page-title h1,
  body h1.page-title,
  .page-title-wrapper h2,
  body .page-title h2 body h2.page-title {
    font-size: 32px !important;
  }
  body.catalog-product-view #overview .product-container h2,
  body.checkout-cart-index .page-wrapper .main-container .inner-container #maincontent .page-title-wrapper .page-title,
  body.checkout-cart-index .cart-container h2 {
    font-size: 28px;
  }
  tbody.cart.item tr.item-info {
    display: flex;
    flex-direction: column;
  }
  body .page-wrapper .main-container #maincontent .cart-container .cart.table-wrapper table#shopping-cart-table tr:first-child .col.remove {
    text-align: left !important;
  }
  body .page-wrapper .main-container #maincontent .cart-container .cart.table-wrapper a.action.action-delete:after {
    content: 'Remove';
  }
  body.catalog-product-view .page-wrapper .main-container .product-info-main .product-social-links {
    text-align: right;
    float: right;
  }
  body.checkout-cart-index .page-wrapper .page-header .cart-header-wrapper h1 {
    font-size: 28px !important;
  }
  body.checkout-cart-index .cart-summary div#cart-totals {
    order: 1;
    margin-top: 0px !important;
    padding-bottom: 0px !important;
  }
  body.checkout-cart-index .cart-summary ul.checkout.methods.items.checkout-methods-items {
    margin-top: 0px;
  }
  body.checkout-cart-index .cart-summary .item input.radio {
    margin-top: 0px;
  }
}
.page-layout-1column-back-btn .page-wrapper .breadcrumbs {
  margin: 10px auto 0;
  padding: 0 15px;
}
.page-layout-1column-back-btn .page-wrapper .breadcrumbs ul li {
  font-size: 16px;
}
.page-layout-1column-back-btn .page-wrapper .breadcrumbs ul li a {
  color: #00a8e2;
}
@media (min-width: 768px) {
  .header form.minisearch {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .list-inline-item {
    width: 19% !important;
    float: none !important;
  }
}
body .header-primary-container .header #header-search .search-wrapper button#action-search .icon {
  color: #fff;
}
.mob-height {
  height: 60px !important;
}
#search_mini_form_mobile {
  width: 100%;
  max-width: none;
  padding: 0 15px;
  margin-top: 15px;
}
#search_mini_form_mobile #action-search {
  min-height: 24px;
  height: 24px;
  cursor: pointer;
  pointer-events: all;
  background: #80bb3d;
  border-color: #608c2e;
  z-index: 0;
  transition: .3s ease all;
  line-height: 1.33;
  opacity: 100;
  border-radius: 0px 4px 4px 0px;
}
#search_mini_form_mobile #action-search .icon {
  color: #fff;
  font-size: 16px;
  height: 33px;
  line-height: 33px;
  width: 33px;
}
#search_mini_form_mobile #action-search-mobile {
  min-height: 33px;
  height: 33px;
  cursor: pointer;
  pointer-events: all;
  background: #80bb3d;
  border-color: #608c2e;
  z-index: 0;
  transition: .3s ease all;
  line-height: 1.33;
  opacity: 100;
  border-radius: 0px 4px 4px 0px;
}
#search_mini_form_mobile #action-search-mobile .icon {
  color: #fff;
  font-size: 16px;
  height: 33px;
  line-height: 33px;
  width: 33px;
}
#search_mini_form_mobile .input-text {
  height: 33px;
  margin-top: 1px;
}
.sticker-wrapper {
  display: none;
}
body[class^="cms-st-states-arkansas-"] #header-container {
  display: none;
}
.sidebar-background h2.product-name {
  margin-bottom: 0;
}
/* move cart icon up rules */
@media screen and (min-width: 993px) {
  #header-container .inner-container {
    padding-left: 0;
    padding-right: 0;
  }
  #header-container #mainmenu.nav-regular {
    display: table;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
  #header-container #mainmenu.nav-regular li.level0 {
    float: none;
    display: table-cell;
    text-align: center;
  }
  #header-container #mainmenu.nav-regular li.level0.mobile-only-nav-item {
    float: left;
    display: none;
  }
  #header-container #mainmenu.nav-regular > ul:first-of-type {
    width: 100%;
    display: flex;
    justify-content: space-around;
  }
  #header-container .dropdown-block .dropdown-heading .icon {
    color: #0087c1;
  }
  #header-container .dropdown-block .dropdown-heading .counter {
    background-color: #0087c1;
    color: #fff;
  }
  #header-container .header-primary .dropdown-block .dropdown-heading {
    line-height: 20px;
  }
  body .page-wrapper #header-container .nav-container .navi-wrapper #mainmenu li.level0 > a {
    padding: 0 !important;
  }
  #header-container #mainmenu.nav-regular li.level0:nth-of-type(3) {
    padding: 0 5px !important;
  }
  .nav-panel--dropdown li a {
    text-align: left;
  }
  .header.content #header-search {
    width: 100%;
  }
  .header.content #header-search #block-search {
    width: 100%;
  }
  .header.content #header-search #block-search .block.block-content {
    width: 100%;
  }
  .header.content #header-search #block-search .block.block-content form#searchForm.form.minisearch {
    max-width: 350px;
  }
  .header.content #header-search #block-search .block.block-content form#searchForm.form.minisearch .control {
    width: 100%;
  }
}
/*@media screen and (max-width:1199px) {*/
.header-container .header-primary .central-column {
  display: none;
}
/*}*/
.products-list.row.list-inline li a {
  width: 100%;
}
.products-list.row.list-inline li a img {
  margin: 0 auto;
  display: block;
}
/* Mobile search box css*/
.block-search .control {
  border-top: 0 !important;
}
.block-search input {
  position: initial;
}
