/*START MODULE: PRIMARY NAVIGATION*/
.ie8 .menu-products-row .filter-content-wrapper {
  border: 1px solid #fff;
}
@media all and (-ms-high-contrast: none) {
  .modal-backdrop.in {
    opacity: 0.8!important;
    filter: alpha(opacity=80);
  }
}
.ie8 .modal-backdrop.in {
  opacity: 0.8!important;
  filter: alpha(opacity=80);
}
.ie9 .modal-backdrop.in {
  opacity: 0.8!important;
  filter: alpha(opacity=80);
}
.ie10 .modal-backdrop.in {
  opacity: 0.8!important;
  filter: alpha(opacity=80);
}
.ie11 .modal-backdrop.in {
  opacity: 0.8!important;
  filter: alpha(opacity=80);
}
.main-navigation {
  font-family: 'titillium_webregular', Arial, Helvetica, Sans-serif;
  margin: 0;
  padding: 0;
}
.main-navigation ul {
  list-style-type: none;
}
.main-navigation .ls-utility-nav li,
.main-navigation .ls-main-menu li {
  display: inline;
  float: left;
}
.main-navigation .ls-utility-nav li a,
.main-navigation .ls-main-menu li a {
  display: block;
  text-decoration: none !important;
}
.main-navigation .ls-utility-nav.options-list {
  width: 100%;
}
.main-navigation .utility-nav {
  background: #2d2b2c;
  height: 50px;
}
.main-navigation .utility-nav .ls-utility-nav {
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  width: 940px;
}
.main-navigation .utility-nav .ls-utility-nav a {
  font-size: 12px;
  font-size: 1.2rem;
  color: #b5b5b5;
  text-transform: uppercase;
}
.main-navigation .utility-nav .ls-utility-nav .logo-scj-md {
  display: inline-block;
  margin: 10px 0 0 0;
}
.main-navigation .utility-nav .ls-utility-nav .icon-tw-md {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background: url("../Images/Header/primary-nav-icons.png") no-repeat;
  display: inline-block;
  margin: 19px 18px 0 0;
}
.main-navigation .utility-nav .ls-utility-nav .icon-tw-md:hover {
  background-position: -25px 0;
}
.main-navigation .utility-nav .ls-utility-nav .icon-tw-md a {
  width: 20px;
  height: 14px;
}
.main-navigation .utility-nav .ls-utility-nav .icon-yt-md {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background: url("../Images/Header/primary-nav-icons.png") no-repeat;
  background-position: 0 -45px;
  display: inline-block;
  margin: 19px 23px 0 0;
}
.main-navigation .utility-nav .ls-utility-nav .icon-yt-md:hover {
  background-position: -38px -45px;
}
.main-navigation .utility-nav .ls-utility-nav .icon-yt-md a {
  width: 33px;
  height: 13px;
}
.main-navigation .utility-nav .ls-utility-nav .icon-goog-md {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background: url("../Images/Header/primary-nav-icons.png") no-repeat;
  background-position: 0 -19px;
  display: inline-block;
  margin: 18px 0 0 0;
}
.main-navigation .utility-nav .ls-utility-nav .icon-goog-md:hover {
  background-position: -25px -19px;
}
.main-navigation .utility-nav .ls-utility-nav .icon-goog-md a {
  width: 21px;
  height: 21px;
}
.main-navigation .utility-nav .ls-utility-nav .utility-country-selector {
  width: 142px;
}
@media only screen and (min-width: 720px) {
  .main-navigation .utility-nav .ls-utility-nav .utility-country-selector {
    margin-left: 0;
  }
}
@media only screen and (min-width: 960px) {
  .main-navigation .utility-nav .ls-utility-nav .utility-country-selector {
    margin-left: 42px;
  }
}
.main-navigation .utility-nav .ls-utility-nav .utility-country-selector .dropdown .options {
  max-height: 198px;
  overflow: auto;
}
.main-navigation .utility-nav .ls-utility-nav .utility-lang-selector {
  width: 95px;
}
.main-navigation .utility-nav .ls-utility-nav .utility-divisor {
  width: 1px;
  height: 34px;
  border: 1px solid #5a5659;
  margin: 8px 11px 8px 0;
}
.main-navigation .utility-nav .utility-search-item {
  -webkit-transition: width, margin, 0.5s;
  -moz-transition: width, margin, 0.5s;
  -o-transition: width, margin, 0.5s;
  transition: width, margin, 0.5s;
  margin: 6px 20px 0 30px;
  width: 340px;
}
@media only screen and (min-width: 720px) {
  .main-navigation .utility-nav .utility-search-item {
    margin: 6px 6px 0 37px;
    width: 340px;
  }
}
@media only screen and (min-width: 960px) {
  .main-navigation .utility-nav .utility-search-item {
    margin: 6px 0px 0 50px;
    width: 340px;
  }
}
.main-navigation .main-menu {
  height: 127px;
  background-color: #545053;
  background: linear-gradient(to bottom, #545053 0%, #545053 72%, #464345 90%, #464245 100%);
  /* W3C */
}
.main-navigation .main-menu .main-menu-container {
  width: 100%;
}
@media only screen and (min-width: 960px) {
  .main-navigation .main-menu .main-menu-container {
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    width: 940px;
    overflow: hidden;
  }
}
@media only screen and (min-width: 720px) {
  .main-navigation .main-menu .main-menu-container {
    overflow: hidden;
  }
}
@media only screen and (min-width: 960px) {
  .main-navigation .main-menu .main-menu-container .mask a {
    position: relative;
  }
  .main-navigation .main-menu .main-menu-container .mask a span {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    background: url('../Images/Header/raid-logo-shine.png') -60px -80px no-repeat;
    height: 96px;
    width: 94px;
    -moz-opacity: 0.1;
    -khtml-opacity: 0.1;
    opacity: 0.1;
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(opacity=10)';
  }
  .main-navigation .main-menu .main-menu-container .mask a:hover span {
    background-position: 96px 96px;
    transition-property: all;
    transition-duration: .8s;
  }
}
.main-navigation .main-menu .ls-main-menu {
  margin: 0;
}
.main-navigation .main-menu .ls-main-menu a {
  font-size: 16px;
  font-size: 1.6rem;
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.main-navigation .main-menu .ls-main-menu .logo-raid-md {
  display: inline-block;
  height: 96px;
  margin: 13px 3% 0 28px;
  overflow: hidden;
  position: relative;
  width: 215px;
}
@media only screen and (min-width: 720px) {
  .main-navigation .main-menu .ls-main-menu .logo-raid-md {
    margin-right: 9%;
    width: 200px;
  }
}
@media only screen and (min-width: 840px) {
  .main-navigation .main-menu .ls-main-menu .logo-raid-md {
    margin-right: 11%;
    width: 200px;
  }
}
@media only screen and (min-width: 960px) {
  .main-navigation .main-menu .ls-main-menu .logo-raid-md {
    width: 310px;
    margin: 13px 45px 0 -3px;
  }
}
.main-navigation .main-menu .ls-main-menu .logo-raid-md a:hover,
.main-navigation .main-menu .ls-main-menu .logo-raid-md a:hover .shine-effect,
.main-navigation .main-menu .ls-main-menu .logo-raid-md a:hover p {
  text-decoration: none;
}
.main-navigation .main-menu .ls-main-menu .logo-raid-md img {
  width: 25%;
}
@media only screen and (min-width: 960px) {
  .main-navigation .main-menu .ls-main-menu .logo-raid-md img {
    width: auto;
  }
}
.main-navigation .main-menu .ls-main-menu .logo-raid-md p {
  display: inline-block;
  margin-left: 11px;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 96px;
  line-height: 9.6rem;
  font-family: AvenirLTStd-Black, Arial, Helvetica, sans-serif;
  color: #fff;
  letter-spacing: 0.03em;
}
@media only screen and (min-width: 960px) {
  .main-navigation .main-menu .ls-main-menu .logo-raid-md p {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.main-navigation .main-menu .ls-main-menu .main-menu-item {
  -webkit-transition: all, 0.2s ease-out;
  -moz-transition: all, 0.2s ease-out;
  -o-transition: all, 0.2s ease-out;
  transition: all, 0.2s ease-out;
  display: inline-block;
  position: relative;
  z-index: 1030;
  float: left;
  text-align: center;
  vertical-align: middle;
  background: #545053;
}
.main-navigation .main-menu .ls-main-menu .main-menu-item.solutions {
  border-left: 1px solid #363636;
  margin-left: 3px;
}
.main-navigation .main-menu .ls-main-menu .main-menu-item.expert {
  border-right: 1px solid #7d7d7d;
}
.main-navigation .main-menu .ls-main-menu .main-menu-item.expert.selected {
  border-right: 0px;
}
.main-navigation .main-menu .ls-main-menu .main-menu-item.expert.selected a {
  border-right: 0px;
}
.main-navigation .main-menu .ls-main-menu .main-menu-item.expert.selected:hover,
.main-navigation .main-menu .ls-main-menu .main-menu-item.expert.selected.active {
  border-right: 1px solid #363636;
}
.main-navigation .main-menu .ls-main-menu .main-menu-item span {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(opacity=100)';
  -webkit-transition: all, 0.2s ease-out;
  -moz-transition: all, 0.2s ease-out;
  -o-transition: all, 0.2s ease-out;
  transition: all, 0.2s ease-out;
  background: url(../Images/Header/menu-selectors.png) 0 2px no-repeat;
  width: 17px;
  height: 26px;
  margin: 3px auto 0 auto;
  display: block;
}
@media only screen and (min-width: 720px) {
  .main-navigation .main-menu .ls-main-menu .main-menu-item span {
    margin-top: 5px;
  }
}
.main-navigation .main-menu .ls-main-menu .main-menu-item span.ie9thunder {
  display: block;
  margin: 3px auto 0 auto;
  overflow: hidden;
  width: 17px;
  height: 26px;
  background: none;
}
.main-navigation .main-menu .ls-main-menu .main-menu-item span.ie9thunder img {
  position: relative;
  top: 4px;
  left: 0px;
}
.main-navigation .main-menu .ls-main-menu .main-menu-item a {
  font-size: 14px;
  font-size: 1.4rem;
  -webkit-transition: all, 0.2s ease-out;
  -moz-transition: all, 0.2s ease-out;
  -o-transition: all, 0.2s ease-out;
  transition: all, 0.2s ease-out;
  height: 132px;
  padding: 0 0 1.9em 0;
  border-left: 1px solid #7d7d7d;
  border-right: 1px solid #363636;
  width: 8.3em;
  display: table-cell;
  vertical-align: bottom;
  line-height: 1.3em;
  font-family: AvenirLTStd-Medium;
  -webkit-font-smoothing: antialiased;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
  text-decoration: none !important;
  text-rendering: optimizeLegibility !important;
  /*.icon-thunder {
                        .opacity(0);
                        .transition(all,.5s ease-out);
                        display: block;
                        height: 0;
                        margin-top: 3px;

                        @media @screen-sm-min {
                            margin-top: 8px;
                        }
                    }
                    */
}
@media only screen and (min-width: 720px) {
  .main-navigation .main-menu .ls-main-menu .main-menu-item a {
    font-size: 12px;
    font-size: 1.2rem;
    width: 7.4em;
    padding: 0 0 2.5em 0;
    height: 127px;
  }
}
@media only screen and (min-width: 960px) {
  .main-navigation .main-menu .ls-main-menu .main-menu-item a {
    font-size: 16px;
    font-size: 1.6rem;
    width: 8.3em;
    padding: 0 0 1.9em 0;
    height: 132px;
  }
}
@media only screen and (min-width: 1200px) {
  .main-navigation .main-menu .ls-main-menu .main-menu-item a {
    width: 8.3em;
    padding: 0 0 1.9em 0;
    height: 132px;
  }
}
.main-navigation .main-menu .ls-main-menu .main-menu-item.products {
  /*a {
                        padding-left: 14px;
                    }*/
}
.main-navigation .main-menu .ls-main-menu .main-menu-item.bug-id {
  /*a {
                        padding-left: 14px;
                    }*/
}
.main-navigation .main-menu .ls-main-menu .main-menu-item.expert {
  /*a {
                        padding-left: 12px;
                        padding-right: 8px;
                    }*/
}
.main-navigation .main-menu .ls-main-menu .main-menu-item.selected {
  border-left: 0px;
  background-color: #fff;
}
.main-navigation .main-menu .ls-main-menu .main-menu-item.selected span {
  background-position: 0 -49px;
}
.main-navigation .main-menu .ls-main-menu .main-menu-item.selected span.ie9thunder img {
  top: -49px;
}
.main-navigation .main-menu .ls-main-menu .main-menu-item.selected a {
  color: #545053;
  font-family: AvenirLTStd-Black;
  line-height: 14px;
  border-left: 0px;
}
.main-navigation .main-menu .ls-main-menu .main-menu-item.active,
.main-navigation .main-menu .ls-main-menu .main-menu-item:hover {
  -webkit-transition: all, 0.2s ease-out;
  -moz-transition: all, 0.2s ease-out;
  -o-transition: all, 0.2s ease-out;
  transition: all, 0.2s ease-out;
  background-color: #1468a2;
  text-decoration: none;
  color: #fff;
}
.main-navigation .main-menu .ls-main-menu .main-menu-item.active span,
.main-navigation .main-menu .ls-main-menu .main-menu-item:hover span {
  background-position: 0px -22px;
}
.main-navigation .main-menu .ls-main-menu .main-menu-item.active a,
.main-navigation .main-menu .ls-main-menu .main-menu-item:hover a {
  color: #fff;
  font-family: AvenirLTStd-Black;
  /*.icon-thunder {
                            .opacity(1); 
                            .transition(all,.5s ease-in .5s);
                            height: 29px;
                        }*/
}
.main-navigation .navbar-mobile {
  border: none;
  margin: 0;
}
.main-navigation .control-navbar {
  background-color: #ebebeb;
  border-bottom: 1px dotted #afaeae;
}
.main-navigation .control-navbar .navbar-brand {
  padding: 9px 0 2px 13px;
}
.main-navigation .control-navbar .navbar-brand img {
  vertical-align: top;
}
.main-navigation .control-navbar .navbar-brand p {
  width: 40px;
  margin: 0 0 0 10px;
  display: inline-block;
  font-family: AvenirLTStd-Black, Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-size: 1rem;
  line-height: 18px;
  line-height: 1.8rem;
}
@media only screen and (min-width: 480px) {
  .main-navigation .control-navbar .navbar-brand p {
    width: 60px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.main-navigation .control-navbar .navbar-brand:hover,
.main-navigation .control-navbar .navbar-brand:hover p {
  text-decoration: none;
}
.main-navigation .control-navbar .button-navbar-header {
  background-color: #f7f5f5;
  background-image: url(../Images/Icons/buttons-mobile-navbar-active.png);
  background-repeat: no-repeat;
  border: none;
  cursor: pointer;
  display: block;
  float: right;
  height: 70px;
  width: 59px;
}
.main-navigation .control-navbar .button-navbar-header.collapsed {
  background-color: transparent;
  background-image: url(../Images/Icons/buttons-mobile-navbar.png);
}
.main-navigation .control-navbar .button-search {
  background-position: 16px center;
}
.main-navigation .control-navbar .button-search.collapsed {
  background-position: 16px center;
}
.main-navigation .control-navbar .button-menu {
  background-position: -39px center;
}
.main-navigation .control-navbar .button-settings {
  background-position: -102px center;
}
.main-navigation .navbar-custom-mobile {
  color: #bcbdc0;
  padding: 0;
}
.main-navigation .navbar-custom-mobile h2 {
  font-size: 14px;
  font-size: 1.4rem;
  color: #bbbcc0;
  font-family: 'titillium_websemibold', Arial, Helvetica, Sans-serif;
  margin: 0;
  padding: 15px 20px;
  text-transform: uppercase;
}
.main-navigation .content-search-navbar {
  background-color: #2d2b2c;
  padding: 9px 10px;
  position: relative;
}
.main-navigation .content-search-navbar input {
  font-size: 14px;
  font-size: 1.4rem;
  background-color: #413e40;
  background-position: right 0;
  background-repeat: no-repeat;
  border: none;
  color: #fff;
  font-family: 'titillium_websemibold', Arial, Helvetica, Sans-serif;
  height: 38px;
  padding: 9px 50px 9px 13px;
  width: 90%;
}
.main-navigation .content-search-navbar .search-fd-button {
  position: absolute;
  right: 10px;
}
.main-navigation .settings-dropdown {
  background-color: #2d2b2c;
  height: 0;
  max-height: none;
  overflow-y: hidden !important;
  position: absolute;
  width: 100%;
  z-index: 999 !important;
}
.main-navigation .settings-dropdown.in {
  overflow-y: visible !important;
}
.main-navigation .settings-dropdown .content-country {
  border-bottom: 1px solid #161515;
  padding-bottom: 14px;
}
.main-navigation .settings-dropdown .content-language {
  border-top: 1px solid #3b3a3c;
}
.main-navigation .settings-dropdown .content-language ul {
  margin: 0;
  padding: 0;
}
.main-navigation .settings-dropdown .content-language ul li.active a {
  background-color: #5a5659;
}
.main-navigation .settings-dropdown .content-language ul li a {
  font-size: 14px;
  font-size: 1.4rem;
  background-color: #413e40;
  color: #bcbdc0;
  display: block;
  font-family: 'titillium_websemibold', Arial, Helvetica, Sans-serif;
  padding: 10px 0 8px 20px;
  text-transform: uppercase;
}
@media only screen and (min-width: 320px) {
  .main-navigation .settings-dropdown .content-language ul li a {
    color: #bbbcc0;
  }
}
.main-navigation .menu-dropdown {
  max-height: none;
  -o-transition: none;
  overflow-y: hidden;
  overflow: visible;
  position: absolute;
  transition: none;
  -webkit-transition: none;
  width: 100%;
  z-index: 1000;
}
.main-navigation .menu-dropdown.in {
  height: auto !important;
}
.main-navigation .menu-dropdown.in .menu-list-mobile li {
  -o-transform: perspective(350px) rotateX(0deg);
  -o-transition: 0.2s linear 0s;
  transform: perspective(350px) rotateX(0deg);
  transition: 0.2s linear 0s;
  -webkit-transform: perspective(350px) rotateX(0deg);
  -webkit-transition: 0.2s linear 0s;
}
.main-navigation .menu-dropdown.in .menu-list-mobile .n1 {
  -o-transition-delay: 0.1s;
  transition-delay: 0.1s;
  -webkit-transition-delay: 0.1s;
}
.main-navigation .menu-dropdown.in .menu-list-mobile .n2 {
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
  -webkit-transition-delay: 0.2s;
}
.main-navigation .menu-dropdown.in .menu-list-mobile .n3 {
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
  -webkit-transition-delay: 0.3s;
}
.main-navigation .menu-dropdown.in .menu-list-mobile .n4 {
  -o-transition-delay: 0.4s;
  transition-delay: 0.4s;
  -webkit-transition-delay: 0.4s;
}
.main-navigation .menu-dropdown.in .menu-list-mobile .n5 {
  -o-transition-delay: 0.5s;
  transition-delay: 0.5s;
  -webkit-transition-delay: 0.5s;
}
.main-navigation .menu-dropdown.in .menu-list-mobile .n6 {
  border-bottom: 1px solid #4f4e4f;
  height: 50px;
  -o-transition-delay: 0.6s;
  transition-delay: 0.6s;
  -webkit-transition-delay: 0.6s;
}
.main-navigation .menu-dropdown.in .menu-list-mobile .n7 {
  border-bottom: 1px solid #4f4e4f;
  height: 50px;
  -o-transition-delay: 0.7s;
  transition-delay: 0.7s;
  -webkit-transition-delay: 0.7s;
}
.main-navigation .menu-dropdown.in .menu-list-mobile .n8 {
  border-bottom: 1px solid #4f4e4f;
  height: 50px;
  -o-transition-delay: 0.8s;
  transition-delay: 0.8s;
  -webkit-transition-delay: 0.8s;
}
.main-navigation .menu-dropdown .menu-list-mobile {
  margin-bottom: 0;
  margin-top: 0;
}
.main-navigation .menu-dropdown .menu-list-mobile li {
  -o-transform: perspective(350px) rotateX(-90deg);
  -o-transform-origin: 50% 0%;
  transform: perspective(350px) rotateX(-90deg);
  transform-origin: 50% 0%;
  -webkit-transform: perspective(350px) rotateX(-90deg);
  -webkit-transform-origin: 50% 0%;
}
.main-navigation .menu-dropdown .menu-list-mobile li.n1 {
  -o-transition: 0.2s linear 0.7s;
  transition: 0.2s linear 0.7s;
  -webkit-transition: 0.2s linear 0.7s;
}
.main-navigation .menu-dropdown .menu-list-mobile li.n2 {
  -o-transition: 0.2s linear 0.6s;
  transition: 0.2s linear 0.6s;
  -webkit-transition: 0.2s linear 0.6s;
}
.main-navigation .menu-dropdown .menu-list-mobile li.n3 {
  -o-transition: 0.2s linear 0.5s;
  transition: 0.2s linear 0.5s;
  -webkit-transition: 0.2s linear 0.5s;
}
.main-navigation .menu-dropdown .menu-list-mobile li.n4 {
  -o-transition: 0.2s linear 0.4s;
  transition: 0.2s linear 0.4s;
  -webkit-transition: 0.2s linear 0.4s;
}
.main-navigation .menu-dropdown .menu-list-mobile li.n5 {
  -o-transition: 0.2s linear 0.3s;
  transition: 0.2s linear 0.3s;
  -webkit-transition: 0.2s linear 0.3s;
}
.main-navigation .menu-dropdown .menu-list-mobile li.n6 {
  -o-transition: 0.2s linear 0.2s;
  transition: 0.2s linear 0.2s;
  -webkit-transition: 0.2s linear 0.2s;
}
.main-navigation .menu-dropdown .menu-list-mobile li.n7 {
  -o-transition: 0.2s linear 0.1s;
  transition: 0.2s linear 0.1s;
  -webkit-transition: 0.2s linear 0.1s;
}
.main-navigation .menu-dropdown .menu-list-mobile li.n8 {
  -o-transition: 0.2s linear 0s;
  transition: 0.2s linear 0s;
  -webkit-transition: 0.2s linear 0s;
}
.main-navigation .menu-dropdown .menu-list-mobile .content-items {
  background-color: #fff;
}
.main-navigation .menu-dropdown .menu-list-mobile .content-items .item-toggle {
  font-size: 18px;
  font-size: 1.8rem;
  background-color: #fff;
  border-bottom: 1px solid #b5b5b5;
  color: #2d2b2c;
  font-family: 'titillium_websemibold', Arial, Helvetica, Sans-serif;
  height: 48px;
  letter-spacing: 0.04em;
  padding-left: 16px;
  padding-top: 16px;
  text-transform: uppercase;
}
.main-navigation .menu-dropdown .menu-list-mobile .content-items .item-toggle .caret {
  background-image: url(../Images/Icons/caret-menu-mobile.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  border: none;
  float: right;
  height: 14px;
  margin-top: 2px;
  width: 14px;
}
.main-navigation .menu-dropdown .menu-list-mobile .content-items.open .caret {
  background-image: url(../Images/Icons/caret-active-menu-mobile.png);
}
.main-navigation .menu-dropdown .menu-list-mobile .content-items .primary-items-menu {
  display: none;
  padding: 0;
}
.main-navigation .menu-dropdown .menu-list-mobile .content-items .primary-items-menu.active {
  display: block;
}
.main-navigation .menu-dropdown .menu-list-mobile .content-items .primary-items-menu .item-big-menu {
  background-color: #1467a2;
  border-bottom: 1px solid #0b395b;
  cursor: pointer;
  padding: 15px 16px 10px 16px;
}
.main-navigation .menu-dropdown .menu-list-mobile .content-items .primary-items-menu .item-big-menu .menu-item-icon {
  text-align: center;
}
.main-navigation .menu-dropdown .menu-list-mobile .content-items .primary-items-menu .item-big-menu .menu-item-content {
  margin: 0;
  padding: 0;
}
.main-navigation .menu-dropdown .menu-list-mobile .content-items .primary-items-menu .item-big-menu h3 {
  margin: 0;
  padding: 0;
}
.main-navigation .menu-dropdown .menu-list-mobile .content-items .primary-items-menu .item-big-menu h3 a {
  font-size: 16px;
  font-size: 1.6rem;
  display: block;
  font-family: 'titillium_websemibold', Arial, Helvetica, Sans-serif;
}
.main-navigation .menu-dropdown .menu-list-mobile .content-items .primary-items-menu .item-big-menu h3 a .white-arrow {
  display: none !important;
}
.main-navigation .menu-dropdown .menu-list-mobile .content-items .primary-items-menu .item-big-menu p {
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 16px;
  line-height: 1.6rem;
  font-family: 'titillium_webregular', Arial, Helvetica, Sans-serif;
  padding: 0;
}
.main-navigation .menu-dropdown .menu-list-mobile .content-items .primary-items-menu .item-big-menu a {
  color: #fff;
}
.main-navigation .menu-dropdown .menu-list-mobile .content-items .primary-items-menu .item-big-menu img {
  display: inline-block;
  height: 58px;
}
.main-navigation .menu-dropdown .menu-list-mobile .content-items .primary-items-menu .item-big-menu .caret {
  background-image: url(../Images/Icons/icon-arrow-right-white.png);
  background-position: 0 center;
  background-repeat: no-repeat;
  border: none;
  display: block;
  float: right;
  height: 58px;
  width: 9px;
}
.main-navigation .menu-dropdown .menu-list-mobile .content-items .primary-items-menu .item-little-menu {
  background-color: #ebebeb;
  padding: 0;
}
.main-navigation .menu-dropdown .menu-list-mobile .content-items .primary-items-menu .item-little-menu.item-blocked {
  background-color: #6d6c6c;
}
.main-navigation .menu-dropdown .menu-list-mobile .content-items .primary-items-menu .item-little-menu.item-blocked p {
  font-size: 14px;
  font-size: 1.4rem;
  color: #fff;
  font-family: 'titillium_webregular', Arial, Helvetica, Sans-serif;
  margin: 0;
  padding: 9px 15px;
  text-transform: uppercase;
}
.main-navigation .menu-dropdown .menu-list-mobile .content-items .primary-items-menu .item-little-menu a {
  font-size: 14px;
  font-size: 1.4rem;
  border-bottom: 1px solid #b5b5b5;
  color: #c6181f;
  display: block;
  font-family: 'titillium_webregular', Arial, Helvetica, Sans-serif;
  padding: 10px 15px 10px 15px;
  text-transform: uppercase;
}
.main-navigation .menu-dropdown .menu-list-mobile .content-items .primary-items-menu .item-little-menu .second-menu {
  background-color: #cfcfcf;
  display: none;
  padding: 0;
}
.main-navigation .menu-dropdown .menu-list-mobile .content-items .primary-items-menu .item-little-menu .second-menu.active {
  display: block;
}
.main-navigation .menu-dropdown .menu-list-mobile .content-items .primary-items-menu .item-little-menu .second-menu li a {
  padding-left: 15px;
}
.main-navigation .menu-dropdown .menu-list-mobile .content-items .primary-items-menu .item-little-menu .second-menu .third-menu {
  background-color: #b3b3b3;
  display: none;
  padding: 0;
}
.main-navigation .menu-dropdown .menu-list-mobile .content-items .primary-items-menu .item-little-menu .second-menu .third-menu.active {
  display: block;
}
.main-navigation .menu-dropdown .menu-list-mobile .content-items .primary-items-menu .item-little-menu .second-menu .third-menu li a {
  font-size: 12px;
  font-size: 1.2rem;
  border-bottom: 1px solid #cfcfcf;
  color: #000;
  padding-left: 15px;
  text-transform: none;
}
.main-navigation .menu-dropdown .menu-list-mobile .content-social-mobile {
  background-color: #2d2b2c;
  height: 48px;
  margin-bottom: 0;
  margin-top: 0;
  border-bottom: 1px solid #4F4E4F;
}
.main-navigation .menu-dropdown .menu-list-mobile .content-social-mobile a {
  font-size: 14px;
  font-size: 1.4rem;
  color: #bbbcc0;
  font-family: 'titillium_websemibold', Arial, Helvetica, Sans-serif;
  padding-left: 17px;
  padding-top: 15px;
  text-transform: uppercase;
}
.main-navigation .menu-dropdown .menu-list-mobile .content-social-mobile a.icon-social {
  background-image: url(../Images/Icons/icons-social.png);
  background-repeat: no-repeat;
  padding-right: -25px;
}
.main-navigation .menu-dropdown .menu-list-mobile .content-social-mobile a.icon-twitter {
  background-position: right 13px;
  margin-right: 6px;
}
.main-navigation .menu-dropdown .menu-list-mobile .content-social-mobile a.icon-youtube {
  background-position: right -34px;
  margin-right: 10px;
}
.main-navigation .menu-dropdown .menu-list-mobile .content-social-mobile a.icon-google {
  background-position: right -82px;
  margin-right: 6px;
}
.main-navigation .submenu-primary-nav {
  -webkit-box-shadow: 5px 17px 15px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 5px 17px 15px rgba(0, 0, 0, 0.3);
  box-shadow: 5px 17px 15px rgba(0, 0, 0, 0.3);
  margin: 0;
  max-height: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 100%;
  z-index: 8888;
}
.main-navigation .submenu-primary-nav.active {
  max-height: 1200px;
}
.main-navigation .submenu-primary-nav .submenu-row {
  left: 0;
  position: relative;
}
.main-navigation .submenu-primary-nav .submenu-row .submenu-bar {
  background-color: #1468a2;
  left: 0;
  min-height: 130px;
}
.main-navigation .submenu-primary-nav .submenu-row .menu-item {
  cursor: pointer;
  padding-top: 19px;
  min-height: 130px;
}
.main-navigation .submenu-primary-nav .submenu-row .menu-item.hide {
  visibility: hidden;
}
.main-navigation .submenu-primary-nav .submenu-row .menu-item:first-child .menu-item-container {
  border-left: none;
}
.main-navigation .submenu-primary-nav .submenu-row .menu-item:hover,
.main-navigation .submenu-primary-nav .submenu-row .menu-item:active,
.main-navigation .submenu-primary-nav .submenu-row .menu-item.active {
  -webkit-transition: all, 0.3s ease-in;
  -moz-transition: all, 0.3s ease-in;
  -o-transition: all, 0.3s ease-in;
  transition: all, 0.3s ease-in;
  background: #115586;
}
.main-navigation .submenu-primary-nav .submenu-row .menu-item .menu-item-icon {
  padding-top: 4px;
}
.main-navigation .submenu-primary-nav .submenu-row .menu-item .menu-item-icon,
.main-navigation .submenu-primary-nav .submenu-row .menu-item .menu-item-content {
  display: table-cell;
  float: none;
  vertical-align: middle;
}
.main-navigation .submenu-primary-nav .submenu-row .menu-item .menu-item-container {
  border-left: 1px solid #115586;
  padding-left: 16px;
}
.main-navigation .submenu-primary-nav .submenu-row .menu-item .menu-item-content {
  font-family: 'titillium_webregular', Arial, Helvetica, Sans-serif;
  width: 100%;
}
.main-navigation .submenu-primary-nav .submenu-row .menu-item .menu-item-content a {
  color: white;
}
.main-navigation .submenu-primary-nav .submenu-row .menu-item .menu-item-content p {
  font-size: 16px;
  font-size: 1.6rem;
  color: white;
  font-family: 'titillium_webregular', Arial, Helvetica, Sans-serif;
  padding-left: 10px;
}
.main-navigation .submenu-primary-nav .submenu-row .menu-item .menu-item-content p:hover,
.main-navigation .submenu-primary-nav .submenu-row .menu-item .menu-item-content p:active {
  text-decoration: underline;
}
.main-navigation .submenu-primary-nav .submenu-row .menu-item .menu-item-content p a {
  font-family: 'titillium_webregular', Arial, Helvetica, Sans-serif;
  letter-spacing: 0.04em;
}
.main-navigation .submenu-primary-nav .submenu-row .menu-item .menu-item-content h3 {
  font-family: 'titillium_websemibold', Arial, Helvetica, Sans-serif;
  margin-bottom: 5px;
  padding-left: 10px;
}
.main-navigation .submenu-primary-nav .submenu-row .menu-item .menu-item-content h3 a {
  font-family: 'titillium_websemibold', Arial, Helvetica, Sans-serif;
  letter-spacing: 1px;
}
@media only screen and (min-width: 720px) {
  .main-navigation .submenu-primary-nav .submenu-row .menu-item .menu-item-content h3 {
    font-size: 20px;
    font-size: 2rem;
  }
}
.main-navigation .submenu-primary-nav .submenu-row .menu-products-wrapper {
  -webkit-transition: height, 0.2s ease-in;
  -moz-transition: height, 0.2s ease-in;
  -o-transition: height, 0.2s ease-in;
  transition: height, 0.2s ease-in;
  background-color: white;
  margin: 0;
  max-height: 1200px;
  padding: 0;
  padding: 0 30px;
  position: relative;
  z-index: 9999;
}
.main-navigation .submenu-primary-nav .submenu-row .menu-products-wrapper .menu-products-row {
  font-family: 'titillium_websemibold', Arial, Helvetica, Sans-serif;
  padding-bottom: 10px;
}
.main-navigation .submenu-primary-nav .submenu-row .menu-products-wrapper .menu-products-row.hide {
  visibility: hidden;
}
.main-navigation .submenu-primary-nav .submenu-row .menu-products-wrapper .menu-products-row .filter-content-wrapper {
  float: left;
  width: 80%;
}
.main-navigation .submenu-primary-nav .submenu-row .menu-products-wrapper .menu-products-row .filter-content-wrapper .column {
  padding-right: 20px;
}
.main-navigation .submenu-primary-nav .submenu-row .menu-products-wrapper .menu-products-row .filter-content-wrapper .column.last {
  padding-right: 0;
}
.main-navigation .submenu-primary-nav .submenu-row .menu-products-wrapper .menu-products-row .filter-content-wrapper span.columnbreak {
  display: block;
  height: 4px;
  margin: 0 30%;
}
.main-navigation .submenu-primary-nav .submenu-row .menu-products-wrapper .menu-products-row .menu-products-items {
  font-size: 12px;
  font-size: 1.2rem;
  margin-bottom: 40px;
  margin-top: 29px;
}
.main-navigation .submenu-primary-nav .submenu-row .menu-products-wrapper .menu-products-row .menu-products-items.filter {
  float: left;
  margin-top: 26px;
  width: 20%;
}
.main-navigation .submenu-primary-nav .submenu-row .menu-products-wrapper .menu-products-row .menu-products-items .menu-products-filter {
  font-size: 18px;
  font-size: 1.8rem;
  margin-top: 24px;
  text-transform: uppercase;
}
.main-navigation .submenu-primary-nav .submenu-row .menu-products-wrapper .menu-products-row .menu-products-items .menu-products-filter li {
  margin-bottom: 2px;
}
.main-navigation .submenu-primary-nav .submenu-row .menu-products-wrapper .menu-products-row .menu-products-items .menu-products-filter a {
  color: #a5a3a3;
  font-family: 'titillium_webregular', Arial, Helvetica, Sans-serif;
}
.main-navigation .submenu-primary-nav .submenu-row .menu-products-wrapper .menu-products-row .menu-products-items .menu-products-filter a:hover,
.main-navigation .submenu-primary-nav .submenu-row .menu-products-wrapper .menu-products-row .menu-products-items .menu-products-filter a.active {
  color: #c6181f;
  text-decoration: none;
}
.main-navigation .submenu-primary-nav .submenu-row .menu-products-wrapper .menu-products-row .menu-products-items p,
.main-navigation .submenu-primary-nav .submenu-row .menu-products-wrapper .menu-products-row .menu-products-items h6 {
  font-family: 'titillium_websemibold', Arial, Helvetica, Sans-serif;
  margin: 0;
  padding: 0;
}
.main-navigation .submenu-primary-nav .submenu-row .menu-products-wrapper .menu-products-row .menu-products-items h6 {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 28px;
  line-height: 2.8rem;
  color: #26ace2;
}
.main-navigation .submenu-primary-nav .submenu-row .menu-products-wrapper .menu-products-row .menu-products-items a.category {
  font-size: 12px;
  font-size: 1.2rem;
  color: #2d2b2c;
  margin-bottom: 10px;
  margin-top: 25px;
}
.main-navigation .submenu-primary-nav .submenu-row .menu-products-wrapper .menu-products-row .menu-products-items a.category:first-child {
  margin-top: 0;
}
.main-navigation .submenu-primary-nav .submenu-row .menu-products-wrapper .menu-products-row .menu-products-items a.category img {
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(opacity=0)';
  -webkit-transition: opacity, margin-left, 0.3s ease-in;
  -moz-transition: opacity, margin-left, 0.3s ease-in;
  -o-transition: opacity, margin-left, 0.3s ease-in;
  transition: opacity, margin-left, 0.3s ease-in;
  margin-left: 0;
  margin-top: -4px;
}
.main-navigation .submenu-primary-nav .submenu-row .menu-products-wrapper .menu-products-row .menu-products-items a.category:hover {
  color: black;
}
.main-navigation .submenu-primary-nav .submenu-row .menu-products-wrapper .menu-products-row .menu-products-items a.category:hover img {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(opacity=100)';
  -webkit-transition: opacity, margin-left, 0.3s ease-in;
  -moz-transition: opacity, margin-left, 0.3s ease-in;
  -o-transition: opacity, margin-left, 0.3s ease-in;
  transition: opacity, margin-left, 0.3s ease-in;
  margin-left: 6px;
}
.main-navigation .submenu-primary-nav .submenu-row .menu-products-wrapper .menu-products-row .menu-products-items ul {
  margin: 0;
  padding: 0;
}
.main-navigation .submenu-primary-nav .submenu-row .menu-products-wrapper .menu-products-row .menu-products-items ul li {
  font-family: 'titillium_websemibold', Arial, Helvetica, Sans-serif;
  margin-bottom: 7px;
}
.main-navigation .submenu-primary-nav .submenu-row .menu-products-wrapper .menu-products-row .menu-products-items a {
  color: #c6181f;
  display: block;
  font-family: 'titillium_websemibold', Arial, Helvetica, Sans-serif;
  margin-bottom: 7px;
}
.main-navigation .submenu-primary-nav .submenu-row .menu-products-wrapper .menu-products-row .menu-products-items a:hover {
  text-decoration: underline;
}
/*END MODULE: PRIMARY NAVIGATION*/
/*START MODULE: PRIMARY NAVIGATION DROPDOWNS*/
.wrapper-custom-dropdown {
  font-size: 12px;
  font-size: 1.2rem;
  color: #b5b5b5;
  cursor: pointer;
  font-family: 'titillium_websemibold', Arial, Helvetica, Sans-serif;
  margin: 0 auto;
  outline: none;
  padding: 0;
  position: relative;
  text-transform: uppercase;
}
.wrapper-custom-dropdown .options-list {
  width: 100%;
}
.wrapper-custom-dropdown .options .option-item a {
  font-family: 'titillium_websemibold', Arial, Helvetica, Sans-serif;
}
.wrapper-custom-dropdown .button-dropdown {
  padding: 18px 17px 17px 13px;
  width: 100%;
}
.wrapper-custom-dropdown.wrapper-custom-dropdown-mobile {
  background-color: #413e40;
  padding: 0;
  width: 95%;
}
.wrapper-custom-dropdown.wrapper-custom-dropdown-mobile .button-dropdown {
  font-size: 14px;
  font-size: 1.4rem;
  color: #bbbcc0;
  font-family: 'titillium_websemibold', Arial, Helvetica, Sans-serif;
  padding: 12px 13px 11px 13px;
}
.wrapper-custom-dropdown.wrapper-custom-dropdown-mobile.country-dropdown .dropdown {
  width: 100%;
}
.wrapper-custom-dropdown.wrapper-custom-dropdown-mobile.country-dropdown .dropdown .options .option-item a {
  font-size: 14px;
  font-size: 1.4rem;
  color: #bbbcc0;
  font-family: 'titillium_websemibold', Arial, Helvetica, Sans-serif;
}
.wrapper-custom-dropdown .icon {
  background: url("../Images/Header/primary-nav-icons.png") no-repeat;
  background-position: -56px -66px;
  content: "";
  height: 10px;
  margin-top: -6px;
  position: absolute;
  right: 16px;
  top: 50%;
  width: 6px;
}
.wrapper-custom-dropdown .dropdown {
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(opacity=0)';
  -webkit-transition: opacity, top, 0.2s ease-in;
  -moz-transition: opacity, top, 0.2s ease-in;
  -o-transition: opacity, top, 0.2s ease-in;
  transition: opacity, top, 0.2s ease-in;
  background: #5a5659;
  font-weight: normal;
  height: 0;
  left: 0;
  list-style: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: calc(100% - 20px);
  z-index: 99999;
}
.wrapper-custom-dropdown .dropdown .country-filter {
  background-color: #2c2c2c;
  display: block;
  padding: 0 15px 5px 15px;
}
.wrapper-custom-dropdown .dropdown .country-filter input {
  background: #3f3f41;
  border: 0px;
  color: #b5b5b5;
  padding: 0 5px;
  height: 27px;
  font-size: 1.2rem;
  text-transform: uppercase;
  width: 200px;
  -webkit-box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.35);
  box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.35);
}
.wrapper-custom-dropdown .dropdown .country-filter .search-btn {
  background: url(../Images/Header/icon-search-xs.jpg) no-repeat center center #242424;
  width: 27px;
  height: 27px;
  display: inline-block;
  position: relative;
  top: 9px;
}
.wrapper-custom-dropdown .dropdown .options,
.wrapper-custom-dropdown .dropdown.options {
  margin: 0;
  padding: 0;
}
.wrapper-custom-dropdown .dropdown .options li,
.wrapper-custom-dropdown .dropdown.options li {
  width: 100%;
}
.wrapper-custom-dropdown .dropdown .options li:hover a,
.wrapper-custom-dropdown .dropdown.options li:hover a {
  background-color: #413e40;
  text-decoration: none !important;
}
.wrapper-custom-dropdown .dropdown .options li.active a,
.wrapper-custom-dropdown .dropdown.options li.active a {
  background-color: #413e40;
}
.wrapper-custom-dropdown .dropdown .options li a,
.wrapper-custom-dropdown .dropdown.options li a {
  background-color: #2d2b2c;
  border-bottom: 1px solid #666467;
  display: block;
  padding: 10px 20px;
  text-decoration: none;
}
.wrapper-custom-dropdown .dropdown .no-opacity,
.wrapper-custom-dropdown .dropdown .no-pointerevents {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(opacity=100)';
  display: none;
  pointer-events: auto;
}
.wrapper-custom-dropdown.active,
.wrapper-custom-dropdown:hover {
  background: #252324;
}
.wrapper-custom-dropdown.active .dropdown {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(opacity=100)';
  -webkit-transition: opacity, top, 0.2s ease-out;
  -moz-transition: opacity, top, 0.2s ease-out;
  -o-transition: opacity, top, 0.2s ease-out;
  transition: opacity, top, 0.2s ease-out;
  height: auto;
  pointer-events: auto;
  top: 100%;
}
.wrapper-custom-dropdown.active .dropdown .icon {
  border-width: 6px 6px 0 6px;
  margin-top: -3px;
}
.wrapper-custom-dropdown.active .dropdown .no-opacity,
.wrapper-custom-dropdown.active .dropdown .no-pointerevents {
  display: block;
}
.wrapper-custom-dropdown.country-dropdown .dropdown {
  margin-left: -118px;
  width: 260px !important;
}
.wrapper-custom-dropdown.country-dropdown .dropdown .search-country {
  background: #2d2b2c !important;
  width: 100%;
  display: block;
  border-bottom: 1px solid #666467;
  padding: 5px 10px;
}
.wrapper-custom-dropdown.country-dropdown .dropdown .search-country input {
  background: #3F3F41;
  color: #b5b5b5;
  font-size: 1.2rem;
  text-transform: uppercase;
  padding: 9px 10px;
  width: 80%;
  border: 0px;
}
.wrapper-custom-dropdown.country-dropdown .dropdown .options li a {
  background: #2d2b2c;
}
.wrapper-custom-dropdown.country-dropdown .dropdown .options li a:hover {
  background: #3F3F41;
}
.wrapper-custom-dropdown .mCSB_scrollTools .mCSB_draggerRail {
  background: none!important;
}
.wrapper-custom-dropdown .mCSB_container {
  width: 100%;
}
.wrapper-custom-dropdown.country-dropdown li.search {
  display: none;
  padding: 5px 7px 5px 7px;
  width: 100%;
}
.wrapper-custom-dropdown.country-dropdown li.search.active {
  display: block;
}
.wrapper-custom-dropdown.country-dropdown .icon {
  background: url(../Images/Content/mobile-arrow.png) no-repeat;
  height: 7px;
  width: 16px;
}
@media only screen and (min-width: 720px) {
  .wrapper-custom-dropdown.country-dropdown .icon {
    background: url("../Images/Header/primary-nav-icons.png") no-repeat;
    background-position: -50px -63px;
    height: 17px;
    margin-top: -7px;
    width: 17px;
  }
}
.wrapper-custom-dropdown.country-dropdown .icon.selected {
  background-position: 0 -7px;
}
@media only screen and (min-width: 720px) {
  .wrapper-custom-dropdown.country-dropdown .icon.selected {
    background-position: -50px -82px;
  }
}
.wrapper-custom-dropdown.country-dropdown .dropdown {
  width: 100%;
}
.wrapper-custom-dropdown.country-dropdown .dropdown li .options {
  overflow-x: hidden;
  overflow-y: hidden;
}
.wrapper-custom-dropdown.lang-dropdown .icon {
  background: url("../Images/Header/primary-nav-icons.png") no-repeat;
  background-position: -25px -62px;
  height: 13px;
  left: 64px;
  top: 26px;
  width: 6px;
}
.wrapper-custom-dropdown.timeuse-dropdown {
  background-color: #b3b3b3;
  color: #FFF!important;
  font-family: 'titillium_websemibold', Arial, Helvetica, Sans-serif;
  font-size: 16px;
  padding-bottom: 9px!important;
  padding-top: 8px!important;
}
.wrapper-custom-dropdown.timeuse-dropdown:after {
  background: url("../Images/Icons/down_arrow.jpg") no-repeat;
  height: 17px;
  margin-top: -9px;
  width: 17px;
}
.wrapper-custom-dropdown.timeuse-dropdown .dropdown.options li {
  background-color: #B3B3B3;
}
/*END MODULE: PRIMARY NAVIGATION DROPDOWNS*/
/*START MODULE: PRIMARY NAVIGATION SEARCH*/
.wrapper-search-input {
  width: 100%;
  height: 34px;
  text-align: right;
  display: block;
}
@media only screen and (min-width: 720px) {
  .wrapper-search-input {
    display: inline-block;
    vertical-align: top;
  }
}
.wrapper-search-input .search-fd-input {
  /*.size (62%,100%);*/
  width: 226px;
  height: 100%;
  background: #ebebeb;
  border: none;
  border-radius: 0;
  box-shadow: inset 2px 2px 0 0 #1d1b1c;
  font-family: 'titillium_websemibold', Arial, Helvetica, Sans-serif;
  outline: none;
  padding: 6px 15px;
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
  color: #999;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 1px;
  -webkit-transition: width, 1s, ease;
  -moz-transition: width, 1s, ease;
  -o-transition: width, 1s, ease;
  transition: width, 1s, ease;
}
.wrapper-search-input .search-fd-input::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.wrapper-search-input .search-fd-input:-ms-input-placeholder {
  color: #999;
}
.wrapper-search-input .search-fd-input::-webkit-input-placeholder {
  color: #999;
}
.wrapper-search-input .search-fd-input:focus {
  width: 280px;
  height: 100%;
}
@media only screen and (min-width: 960px) {
  .wrapper-search-input .search-fd-input {
    width: 226px;
    height: 100%;
  }
}
.wrapper-search-input .search-fd-button {
  float: right;
  width: 60px;
  height: 100%;
  -webkit-transition: background-color, 0.5s;
  -moz-transition: background-color, 0.5s;
  -o-transition: background-color, 0.5s;
  transition: background-color, 0.5s;
  background-color: #5a5659;
  border: none;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  box-shadow: inset 0 2px 0 0 #1d1b1c;
  outline: none;
  padding: 0 0;
}
.wrapper-search-input .search-fd-button:hover {
  -webkit-transition: background-color, 0.5s;
  -moz-transition: background-color, 0.5s;
  -o-transition: background-color, 0.5s;
  transition: background-color, 0.5s;
  background: white;
}
.wrapper-search-input .search-fd-button .search-fd-icon {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 17px;
  height: 20px;
  background-image: url(../Images/Header/icon-search.png);
  background-position: center center;
  background-repeat: no-repeat;
  margin-top: 7px;
}
.wrapper-search-input .search-fd-button .lang-fd-icon {
  margin-top: 2px;
}
.wrapper-search-input.dropdown-search .search-fd-input {
  width: 85%;
  height: 27px;
  padding: 4px;
}
.wrapper-search-input.dropdown-search .search-fd-button {
  width: 15%;
  height: 27px;
  background: #252324;
}
/*END MODULE: PRIMARY NAVIGATION SEARCH*/
/*START MODULE: SCROLLBAR*/
.scrollable::-webkit-scrollbar-button:start:decrement,
.scrollable::-webkit-scrollbar-button:end:increment {
  background-color: transparent;
  display: block;
  height: 0;
}
.scrollable::-webkit-scrollbar-track {
  background-clip: padding-box;
  border: solid transparent;
  border-width: 0 0 0 4px;
}
.scrollable::-webkit-scrollbar-track-piece {
  background-color: transparent;
}
.scrollable::-webkit-scrollbar:hover {
  background-color: #f3f3f3;
  border-left: 1px solid #dbdbdb;
}
.scrollable::-webkit-scrollbar-thumb:vertical,
.scrollable::-webkit-scrollbar-thumb:horizontal {
  background-color: #c6c6c6;
}
.scrollable::-webkit-scrollbar-thumb {
  -webkit-box-shadow: inset 1px 1px 0 rgba(0,0,0,0.10),inset 0 -1px 0 rgba(0,0,0,0.07);
  -moz-box-shadow: inset 1px 1px 0 rgba(0,0,0,0.10),inset 0 -1px 0 rgba(0,0,0,0.07);
  box-shadow: inset 1px 1px 0 rgba(0,0,0,0.10),inset 0 -1px 0 rgba(0,0,0,0.07);
  background-clip: padding-box;
  background-color: rgba(0, 0, 0, 0.2);
  border: solid transparent;
  border-width: 1px 1px 1px 2px;
}
.scrollable::-webkit-scrollbar-thumb:hover {
  background-color: #949494;
}
.scrollable::-webkit-scrollbar-thumb:active {
  -webkit-box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.35);
  box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.35);
  background-color: rgba(0, 0, 0, 0.5);
}
/*END MODULE: SCROLLBAR*/
/*START PRODUCTS FOOTER NAVIGATION*/
.navbar-footer {
  margin: 0;
  background: #ebebeb;
  border-bottom: 1px solid #cecece;
  border-top: 1px solid #cecece;
  position: relative;
  z-index: 51;
}
@media only screen and (min-width: 720px) {
  .navbar-footer {
    margin-left: -5px;
    margin-right: -5px;
  }
}
.navbar-footer > .row {
  margin: 0;
}
@media only screen and (min-width: 720px) {
  .navbar-footer > .row {
    margin-left: -5px;
    margin-right: -5px;
  }
}
.navbar-footer .navbar-footer-list {
  margin: 0;
  padding: 0;
  width: 100%;
}
@media only screen and (min-width: 720px) {
  .navbar-footer .navbar-footer-list {
    display: block;
    margin-left: auto;
    margin-right: auto;
    height: 194px;
  }
  .navbar-footer .navbar-footer-list.col-2 li {
    width: 50%;
  }
  .navbar-footer .navbar-footer-list.col-3 li {
    width: 33.3333%;
  }
  .navbar-footer .navbar-footer-list.col-4 li {
    width: 24.9%;
  }
}
@media only screen and (min-width: 960px) {
  .navbar-footer .navbar-footer-list {
    height: 270px;
  }
}
@media only screen and (min-width: 1200px) {
  .navbar-footer .navbar-footer-list {
    width: 66%;
  }
}
.navbar-footer .navbar-footer-list li {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: auto;
  height: 163px;
  list-style-type: none;
  -webkit-transition: background-color, 0.5s ease-in;
  -moz-transition: background-color, 0.5s ease-in;
  -o-transition: background-color, 0.5s ease-in;
  transition: background-color, 0.5s ease-in;
}
@media only screen and (min-width: 720px) {
  .navbar-footer .navbar-footer-list li:hover,
  .navbar-footer .navbar-footer-list li:active {
    -webkit-transition: background-color, 0.5s ease-in;
    -moz-transition: background-color, 0.5s ease-in;
    -o-transition: background-color, 0.5s ease-in;
    transition: background-color, 0.5s ease-in;
    background-color: #b5b5b5;
  }
}
@media only screen and (min-width: 720px) {
  .navbar-footer .navbar-footer-list li {
    width: 33.3333%;
    height: 194px;
    border-bottom: none;
    float: left;
    padding-top: 9px;
  }
}
@media only screen and (min-width: 960px) {
  .navbar-footer .navbar-footer-list li {
    width: 33.3333%;
    height: 271px;
    padding-top: 36px;
  }
}
.navbar-footer .navbar-footer-list li a {
  font-size: 18px;
  font-size: 1.8rem;
  width: 232px;
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
  border-bottom: 1px solid #e1e1e1;
  color: #c6181f;
  font-family: 'titillium_websemibold', Arial, Helvetica, Sans-serif;
  letter-spacing: 0.04em;
  padding-bottom: 20px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}
.navbar-footer .navbar-footer-list li a:hover {
  color: #960000;
  text-decoration: underline;
}
@media only screen and (min-width: 720px) {
  .navbar-footer .navbar-footer-list li a:hover {
    color: #FFF;
    text-decoration: none;
  }
}
@media only screen and (min-width: 720px) {
  .navbar-footer .navbar-footer-list li a {
    font-size: 14px;
    font-size: 1.4rem;
    width: auto;
    height: 147px;
    border: none;
    border-right: 1px solid #b5b5b5;
    box-sizing: border-box;
    display: block;
    padding-bottom: 0;
  }
  .navbar-footer .navbar-footer-list li a.border-transparent {
    -webkit-transition: border-color, 0.2s ease-in;
    -moz-transition: border-color, 0.2s ease-in;
    -o-transition: border-color, 0.2s ease-in;
    transition: border-color, 0.2s ease-in;
    border-color: #ebebeb;
  }
}
@media only screen and (min-width: 960px) {
  .navbar-footer .navbar-footer-list li a {
    font-size: 18px;
    font-size: 1.8rem;
    width: auto;
    height: 196px;
  }
}
.navbar-footer .navbar-footer-list li:last-of-type {
  border-bottom: none;
}
.navbar-footer .navbar-footer-list li:last-of-type a {
  border-bottom: none;
  border-right: none;
}
.navbar-footer .navbar-footer-list li:hover.icon-solution .icon-image img,
.navbar-footer .navbar-footer-list li:hover.icon-product .icon-image img,
.navbar-footer .navbar-footer-list li:hover.icon-bug .icon-image img,
.navbar-footer .navbar-footer-list li:hover.icon-expert .icon-image img {
  -webkit-transform: scale(0.95, 0.95) rotate(0.0001deg);
  -moz-transform: scale(0.95, 0.95) rotate(0.0001deg);
  -ms-transform: scale(0.95, 0.95) rotate(0.0001deg);
  -o-transform: scale(0.95, 0.95) rotate(0.0001deg);
  transform: scale(0.95, 0.95) rotate(0.0001deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  image-rendering: optimizeQuality;
}
.navbar-footer .navbar-footer-list li.icon-solution .icon-image,
.navbar-footer .navbar-footer-list li.icon-product .icon-image,
.navbar-footer .navbar-footer-list li.icon-bug .icon-image,
.navbar-footer .navbar-footer-list li.icon-expert .icon-image {
  -webkit-transition: all, 0.5s ease-in-out;
  -moz-transition: all, 0.5s ease-in-out;
  -o-transition: all, 0.5s ease-in-out;
  transition: all, 0.5s ease-in-out;
  display: block;
  margin-left: auto;
  margin-right: auto;
  height: 95px;
  margin-top: 15px;
}
.navbar-footer .navbar-footer-list li.icon-solution .icon-image img,
.navbar-footer .navbar-footer-list li.icon-product .icon-image img,
.navbar-footer .navbar-footer-list li.icon-bug .icon-image img,
.navbar-footer .navbar-footer-list li.icon-expert .icon-image img {
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  image-rendering: optimizeQuality;
}
@media only screen and (min-width: 720px) {
  .navbar-footer .navbar-footer-list li.icon-solution .icon-image,
  .navbar-footer .navbar-footer-list li.icon-product .icon-image,
  .navbar-footer .navbar-footer-list li.icon-bug .icon-image,
  .navbar-footer .navbar-footer-list li.icon-expert .icon-image {
    height: 107px;
    margin-bottom: 25px;
  }
}
@media only screen and (min-width: 960px) {
  .navbar-footer .navbar-footer-list li.icon-solution .icon-image,
  .navbar-footer .navbar-footer-list li.icon-product .icon-image,
  .navbar-footer .navbar-footer-list li.icon-bug .icon-image,
  .navbar-footer .navbar-footer-list li.icon-expert .icon-image {
    width: 120px;
    height: 132px;
  }
}
.navbar-footer .navbar-footer-list li.icon-solution .icon-image img {
  height: 67px;
  width: 75px;
}
@media only screen and (min-width: 720px) {
  .navbar-footer .navbar-footer-list li.icon-solution .icon-image img {
    height: 121px;
    width: 119px;
  }
}
.navbar-footer .navbar-footer-list li.icon-product .icon-image img {
  height: 83px;
  width: 75px;
  margin-top: 0;
}
@media only screen and (min-width: 720px) {
  .navbar-footer .navbar-footer-list li.icon-product .icon-image img {
    height: 131px;
    width: 119px;
    margin-top: -10px;
  }
}
@media only screen and (min-width: 960px) {
  .navbar-footer .navbar-footer-list li.icon-product .icon-image img {
    margin-top: 0;
  }
}
.navbar-footer .navbar-footer-list li.icon-bug .icon-image img {
  height: 78px;
  width: 75px;
  margin-top: 0;
}
@media only screen and (min-width: 720px) {
  .navbar-footer .navbar-footer-list li.icon-bug .icon-image img {
    margin-top: -2px;
    height: 125px;
    width: 120px;
  }
}
@media only screen and (min-width: 960px) {
  .navbar-footer .navbar-footer-list li.icon-bug .icon-image img {
    margin-top: 0;
  }
}
.navbar-footer .navbar-footer-list li.icon-expert .icon-image img {
  height: 79px;
  width: 76px;
}
@media only screen and (min-width: 720px) {
  .navbar-footer .navbar-footer-list li.icon-expert .icon-image img {
    height: 121px;
    width: 119px;
  }
}
/*END PRODUCTS FOOTER NAVIGATION*/
/*START NAVIGATION FOOTER*/
.footer .scjBottom {
  background: url("../Images/Footer/footershadow.png") no-repeat scroll center top #ffffff;
  clear: both;
  display: block;
  margin: 36px auto 23px;
  width: 978px;
}
.footer .scjBottom #page-footer .brands {
  height: 74px !important;
}
.footer .scjBottom .leftLogos {
  float: left;
  height: 72px;
  width: 360px;
}
.footer .scjBottom .leftLogos a {
  display: inline-block;
  float: right;
  margin-left: 14px;
  margin-top: 20px;
}
.footer .scjBottom .rightLogos {
  float: right;
  height: 72px;
  width: 373px;
}
.footer .scjBottom .rightLogos a {
  display: inline-block;
  float: left;
  margin-right: 16px;
  margin-top: 20px;
}
.footer .scjBottom a.scjSigniture {
  display: block;
  height: 72px;
  margin: 0 auto;
  width: 185px;
}
.footer .disclaimer {
  background: #413e40;
  font-family: 'titillium_webregular', Arial, Helvetica, Sans-serif;
}
@media only screen and (min-width: 960px) {
  .footer .disclaimer {
    background: transparent;
  }
}
.footer .disclaimer p,
.footer .disclaimer a {
  color: #ACACAC;
  margin: 0;
}
.footer .disclaimer .content-social-footer {
  background-color: #2d2b2c;
}
.footer .disclaimer .content-social-footer ul {
  display: block;
  margin-left: auto;
  margin-right: auto;
  height: 56px;
  margin-bottom: 0;
  padding: 0;
  width: 151px;
}
.footer .disclaimer .content-social-footer ul li {
  background-color: #2d2b2c;
  display: inline-block;
  padding-top: 10px;
}
.footer .disclaimer .content-social-footer ul li .icon-social {
  background-image: url(../Images/Icons/icons-social.png);
  background-repeat: no-repeat;
  display: block;
  height: 37px;
  width: 48px;
}
.footer .disclaimer .content-social-footer ul li .icon-social.icon-twitter {
  background-position: center 10px;
}
.footer .disclaimer .content-social-footer ul li .icon-social.icon-youtube {
  background-position: center -38px;
}
.footer .disclaimer .content-social-footer ul li .icon-social.icon-google {
  background-position: center -85px;
}
.footer .disclaimer .content-nav-footer {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 25px;
  margin-top: 38px;
  overflow: hidden;
  padding: 0 15px;
}
@media only screen and (min-width: 320px) {
  .footer .disclaimer .content-nav-footer {
    width: 100%;
  }
}
@media only screen and (min-width: 720px) {
  .footer .disclaimer .content-nav-footer {
    width: 100%;
  }
}
@media only screen and (min-width: 960px) {
  .footer .disclaimer .content-nav-footer {
    margin-bottom: 20px;
    margin-top: 23px;
  }
}
.footer .disclaimer .content-nav-footer span {
  color: #7f7f7f;
}
@media only screen and (min-width: 960px) {
  .footer .disclaimer .content-nav-footer span {
    color: #ACACAC;
  }
}
.footer .disclaimer .content-nav-footer .pipesXS {
  display: none;
}
@media only screen and (min-width: 320px) {
  .footer .disclaimer .content-nav-footer .pipesXS {
    display: none;
  }
}
@media only screen and (min-width: 960px) {
  .footer .disclaimer .content-nav-footer .pipesXS {
    display: inline;
  }
}
@media only screen and (min-width: 960px) {
  .footer .disclaimer .content-nav-footer .mobile-option {
    display: none;
  }
}
@media only screen and (min-width: 960px) {
  .footer .disclaimer .content-nav-footer {
    margin-bottom: 0;
  }
}
.footer .disclaimer .content-nav-footer a {
  color: #fff;
  display: inline-block;
  font-family: 'titillium_websemibold', Arial, Helvetica, Sans-serif;
  letter-spacing: 0.04em;
  padding: 0 10px;
  text-align: left;
  text-decoration: none;
}
@media only screen and (min-width: 960px) {
  .footer .disclaimer .content-nav-footer a {
    color: #7f7f7f;
    padding: 0;
  }
  .footer .disclaimer .content-nav-footer a:hover {
    color: #c6181f;
  }
}
.footer .disclaimer .content-nav-footer a,
.footer .disclaimer .content-nav-footer-copyright {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 12px;
  line-height: 1.2rem;
  font-family: 'titillium_webregular', Arial, Helvetica, Sans-serif;
  letter-spacing: 0.04em;
  color: #acacac;
}
@media only screen and (min-width: 960px) {
  .footer .disclaimer .content-nav-footer a,
  .footer .disclaimer .content-nav-footer-copyright {
    font-size: 10px;
    font-size: 1rem;
    line-height: 10px;
    line-height: 1rem;
  }
}
.footer .disclaimer .content-nav-footer-copyright {
  font-size: 10px;
  font-size: 1rem;
  color: #acacac;
  margin-bottom: 15px;
}
@media only screen and (min-width: 320px) {
  .footer .disclaimer .content-nav-footer-copyright {
    color: #acacac;
    margin-bottom: 25px;
  }
}
.footer .disclaimer .content-nav-footer-copyright .currentYear {
  color: #acacac !important;
}
.footer .content-logo-footer {
  width: 100%;
  height: 56px;
  background-color: #2d2b2c;
}
@media only screen and (min-width: 960px) {
  .footer .content-logo-footer {
    background-color: #FFF;
    display: none;
  }
}
.footer .content-logo-footer .logo {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 135px;
  height: 27px;
  margin-top: 15px;
}
.footer .content-logo-footer .logo a {
  display: block;
  position: absolute;
  text-indent: -99999px;
  z-index: 100;
}
.footer .content-logo-footer .logo .logo-SCJohnson {
  background: url("../Images/Footer/footer-logo.png") no-repeat scroll 0 0;
  background-size: 100% auto;
  height: 27px;
  width: 135px;
}
/*END NAVIGATION FOOTER*/
/*MODULES*/
.button-back-to-top {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(opacity=100)';
  background-image: url(../Images/Icons/back-to-top.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  bottom: 2%;
  display: none;
  height: 57px;
  position: fixed;
  right: 50px;
  width: 50px;
  z-index: 500;
}
.button-back-to-top span {
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(opacity=0)';
  background-image: url(../Images/Icons/back-to-top.png);
  background-position: 0 -57px;
  display: block;
  height: 100%;
  width: 100%;
  filter: alpha(opacity=0);
  /* IE 7 and Earlier */
  /* Next 2 lines IE8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
}
.content-breadcrumb-share {
  background-color: #fff;
  border-bottom: 1px dotted #b5b5b5;
  border-top: 1px dotted #b5b5b5;
}
@media only screen and (min-width: 720px) {
  .content-breadcrumb-share {
    padding: 3px 0;
  }
}
.content-breadcrumb-share .content-breadcrumb {
  height: 29px;
  overflow: hidden;
}
.content-breadcrumb-share .content-breadcrumb .back-arrow {
  cursor: pointer;
  float: left;
  display: block;
}
.content-breadcrumb-share .content-breadcrumb .back-arrow a {
  background-image: url(/images/icons/arrow-breadcrumb.png);
  background-position: center 0;
  background-repeat: no-repeat;
  background-size: auto 20px;
  display: block;
  font-family: 'titillium_websemibold', Arial, Helvetica, Sans-serif;
  height: 23px;
  margin: 4px 0;
  width: 26px;
}
@media only screen and (min-width: 720px) {
  .content-breadcrumb-share .content-breadcrumb .back-arrow a {
    background-size: auto auto;
  }
}
.content-breadcrumb-share .content-breadcrumb .separate {
  background-color: #b5b5b5;
  float: left;
  height: 32px;
  margin: 0 17px;
  width: 1px;
  display: none!important;
}
.content-breadcrumb-share .content-breadcrumb .separate-bugId {
  background-color: #b5b5b5;
  float: left;
  height: 32px;
  margin: 0 17px;
  width: 1px;
}
.content-breadcrumb-share .content-breadcrumb .text-breadcrumb {
  margin: 9px 0;
}
.content-breadcrumb-share .content-breadcrumb .text-breadcrumb a,
.content-breadcrumb-share .content-breadcrumb .text-breadcrumb span {
  font-size: 13px;
  font-size: 1.3rem;
  color: #8f8d8d;
  font-family: 'titillium_webregular', Arial, Helvetica, Sans-serif;
  text-transform: uppercase;
}
.content-breadcrumb-share .content-breadcrumb .text-breadcrumb a strong {
  font-family: 'titillium_websemibold', Arial, Helvetica, Sans-serif;
  font-weight: normal;
}
.content-breadcrumb-share .content-breadcrumb .text-breadcrumb a:hover {
  border-bottom: 1px solid #8f8d8d;
  text-decoration: none !important;
}
.content-breadcrumb-share .content-breadcrumb .text-breadcrumb .separate-breadcrumb {
  padding: 0 5px;
}
.content-breadcrumb-share .content-breadcrumb .text-breadcrumb .last-item-breadcrumb {
  font-size: 13px;
  font-size: 1.3rem;
  color: #8f8d8d;
  font-family: 'titillium_websemibold', Arial, Helvetica, Sans-serif !important;
  text-decoration: none !important;
}
.content-breadcrumb-share .content-breadcrumb .text-breadcrumb .last-item-breadcrumb a {
  cursor: default;
  font-weight: bold;
}
.content-breadcrumb-share .content-breadcrumb .text-breadcrumb .last-item-breadcrumb a:hover {
  border-bottom: none;
}
.content-breadcrumb-share .content-breadcrumb .text-breadcrumb .last-item-breadcrumb strong {
  font-family: 'titillium_websemibold', Arial, Helvetica, Sans-serif !important;
  font-weight: normal;
}
.content-share {
  float: right;
  margin: 3px 0;
  position: relative;
}
@media only screen and (min-width: 720px) {
  .content-share {
    margin: 6px 0;
    width: auto;
  }
}
.content-share .text-share {
  font-size: 10px;
  font-size: 1rem;
  color: #2d2b2c;
  display: table;
  font-family: 'titillium_websemibold', Arial, Helvetica, Sans-serif;
  height: 20px;
  margin-right: 11px;
  text-align: right;
  vertical-align: middle;
}
@media only screen and (min-width: 720px) {
  .content-share .text-share {
    font-size: 13px;
    font-size: 1.3rem;
    margin-right: 0;
  }
}
.content-share .text-share .text-share-icon {
  background: url(/images/icons/share.png) no-repeat 0 3px;
  display: table-cell;
  margin-left: 20px;
  margin-right: 10px;
  -moz-box-align: center;
  vertical-align: middle;
  -webkit-box-align: center;
  width: 15px;
}
.content-share .text-share .text-share-content {
  display: table-cell;
  -moz-box-align: center;
  padding-left: 9px;
  vertical-align: middle;
  -webkit-box-align: center;
}
.content-share .text-share:hover,
.content-share .text-share.active {
  color: #9e0b0f;
}
.content-share .text-share:hover .text-share-icon,
.content-share .text-share.active .text-share-icon {
  background: url(/images/icons/share.png) no-repeat -15px 3px;
}
.content-share .wrapper-share-tooltip {
  position: absolute;
  right: 0;
  z-index: 9999;
}
.content-share .wrapper-share-tooltip .tooltipTriangle {
  display: block;
  margin-left: 144px;
}
.content-share .wrapper-share-tooltip .wrapper-addthis {
  background: #cac6c6;
  border: 1px solid #bbbaba;
  border-top: 7px solid #c6181f;
  width: 162px;
}
.content-share .wrapper-share-tooltip .wrapper-addthis:active {
  display: block;
  visibility: visible;
}
.content-share .wrapper-share-tooltip .wrapper-addthis .addthis_toolbox {
  padding: 9px 7px 7px;
}
.content-share .addthis_toolbox a {
  cursor: pointer;
  margin: 0 0 0 2px;
  padding: 0;
}
.content-share .addthis_toolbox a:first-child {
  margin: 0;
}
.content-share .addthis_toolbox a:hover {
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  opacity: 0.6;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(opacity=60)';
}
.share-expert-help {
  visibility: visible;
}
@-moz-document url-prefix() {
  a:hover sup {
    padding-bottom: 10px!important;
  }
}
.content-rating {
  overflow: hidden;
}
.content-rating .rating {
  visibility: hidden;
  width: 107px;
  height: 20px;
  background-image: url(../Images/Icons/rating.png);
  background-repeat: no-repeat;
}
.content-rating .rating.stars-0 {
  background-position: 0 -100px;
}
.content-rating .rating.stars-0-half {
  background-position: 0 -201px;
}
.content-rating .rating.stars-1 {
  background-position: 0 -80px;
}
.content-rating .rating.stars-1-half {
  background-position: 0 -181px;
}
.content-rating .rating.stars-2 {
  background-position: 0 -60px;
}
.content-rating .rating.stars-2-half {
  background-position: 0 -161px;
}
.content-rating .rating.stars-3 {
  background-position: 0 -40px;
}
.content-rating .rating.stars-3-half {
  background-position: 0 -141px;
}
.content-rating .rating.stars-4 {
  background-position: 0 -20px;
}
.content-rating .rating.stars-4-half {
  background-position: 0 -121px;
}
.content-rating .rating.stars-5 {
  background-position: 0 0;
}
/*HOME PAGE MODULE*/
.home-hero {
  display: block;
  overflow: hidden;
  padding: 0;
  position: relative;
}
@media only screen and (min-width: 960px) {
  .home-hero {
    height: 527px;
  }
}
.home-hero .hero-wrapper {
  width: auto;
  height: 175px;
  float: right;
  position: relative;
}
@media only screen and (min-width: 720px) {
  .home-hero .hero-wrapper {
    height: 320px;
  }
}
@media only screen and (min-width: 960px) {
  .home-hero .hero-wrapper {
    height: 578px;
  }
}
.home-hero .container {
  float: left;
  margin: 0 auto;
  position: static;
  text-align: center;
  width: 100%;
}
@media only screen and (min-width: 320px) {
  .home-hero .container {
    float: left;
    position: static;
    width: 100%;
  }
}
@media only screen and (min-width: 720px) {
  .home-hero .container {
    float: left;
    position: static;
    width: 100%;
  }
}
@media only screen and (min-width: 960px) {
  .home-hero .container {
    float: left;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
  }
}
@media only screen and (min-width: 1200px) {
  .home-hero .container {
    float: none;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 940px;
  }
}
.home-hero .hero-image-side {
  display: block;
  float: right;
  height: 100%;
  padding-left: 0;
  position: absolute;
  top: 0;
}
@media only screen and (min-width: 320px) {
  .home-hero .hero-image-side {
    padding-left: 0;
    position: absolute;
    top: 0;
  }
}
@media only screen and (min-width: 720px) {
  .home-hero .hero-image-side {
    padding-left: 120px;
    position: absolute;
    top: 0;
  }
}
@media only screen and (min-width: 960px) {
  .home-hero .hero-image-side {
    padding-left: 0;
    position: inherit;
  }
}
@media only screen and (min-width: 1200px) {
  .home-hero .hero-image-side {
    padding-left: 0;
    position: inherit;
  }
}
.home-hero .hero-image-side .img-responsive {
  width: auto;
}
.home-hero .hero-image-side .hero-products {
  float: left;
  height: 169px;
  padding-top: 9px;
  width: 100%;
}
@media only screen and (min-width: 320px) {
  .home-hero .hero-image-side .hero-products {
    height: 169px;
    padding-top: 9px;
  }
}
@media only screen and (min-width: 720px) {
  .home-hero .hero-image-side .hero-products {
    float: left;
    height: 304px;
    padding-top: 15px;
    width: 100%;
  }
}
@media only screen and (min-width: 960px) {
  .home-hero .hero-image-side .hero-products {
    height: 100%;
    height: auto;
    padding-top: 15px;
  }
}
@media only screen and (min-width: 1200px) {
  .home-hero .hero-image-side .hero-products {
    height: 100%;
    height: auto;
    padding-top: 15px;
  }
}
.home-hero .hero-image-side .hero-products .hero-bug {
  float: left;
}
.home-hero .hero-image-side .hero-products a {
  display: table-cell;
}
.home-hero .hero-image-side .hero-products a .hover-tag {
  display: none;
  position: absolute;
}
.home-hero .hero-image-side .hero-products a .hover-tag img {
  max-width: 90%;
}
.home-hero .hero-image-side .hero-products a:hover .hover-tag {
  display: block;
}
.home-hero .hero-image-side .hero-products .chevron-list {
  background: url(../Images/Content/home-hero-chevrons-bg.png) no-repeat 0 0;
  background-size: 140px 160px;
  margin: 0;
  padding-left: 28px;
}
@media only screen and (min-width: 720px) {
  .home-hero .hero-image-side .hero-products .chevron-list {
    background-size: 252px 289px;
    margin: 0;
    padding-left: 51px;
  }
}
@media only screen and (min-width: 960px) {
  .home-hero .hero-image-side .hero-products .chevron-list {
    background-size: 290px 332px;
    margin: 4px 0 0 25px;
    padding-left: 59px;
  }
}
.home-hero .hero-image-side .hero-products .chevron-list .chevron-container {
  list-style-type: none;
  margin-bottom: 2px;
  width: 82px;
}
@media only screen and (min-width: 720px) {
  .home-hero .hero-image-side .hero-products .chevron-list .chevron-container {
    margin-bottom: 3px;
    width: 147px;
  }
}
@media only screen and (min-width: 960px) {
  .home-hero .hero-image-side .hero-products .chevron-list .chevron-container {
    margin-bottom: 4px;
    width: 170px;
  }
}
.home-hero .hero-image-side .hero-products .chevron-list .chevron-container .chevron-wrapper {
  cursor: pointer;
  height: 33px;
  width: 82px;
}
@media only screen and (min-width: 720px) {
  .home-hero .hero-image-side .hero-products .chevron-list .chevron-container .chevron-wrapper {
    height: 61px;
    width: 147px;
  }
}
@media only screen and (min-width: 960px) {
  .home-hero .hero-image-side .hero-products .chevron-list .chevron-container .chevron-wrapper {
    height: 70px;
    width: 170px;
  }
}
.home-hero .hero-image-side .hero-products .chevron-list .chevron-container .chevron-wrapper.hexagon-wrapper {
  height: 15px;
  margin-top: 26px;
}
@media only screen and (min-width: 720px) {
  .home-hero .hero-image-side .hero-products .chevron-list .chevron-container .chevron-wrapper.hexagon-wrapper {
    height: 40px;
    margin-top: 36px;
  }
}
@media only screen and (min-width: 960px) {
  .home-hero .hero-image-side .hero-products .chevron-list .chevron-container .chevron-wrapper.hexagon-wrapper {
    height: 50px;
    margin-top: 39px;
  }
}
.home-hero .hero-image-side .hero-products .chevron-list .chevron-container .chevron-wrapper .chevron-shape p {
  font-size: 8px;
  font-size: 0.8rem;
  line-height: 10px;
  line-height: 1rem;
}
.home-hero .hero-image-side .hero-products .chevron-list .chevron-container .chevron-wrapper .chevron-shape p.title-section {
  font-size: 10px;
  font-size: 1rem;
  margin-top: 9px;
}
@media only screen and (min-width: 720px) {
  .home-hero .hero-image-side .hero-products .chevron-list .chevron-container .chevron-wrapper .chevron-shape p {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 20px;
    line-height: 2rem;
  }
  .home-hero .hero-image-side .hero-products .chevron-list .chevron-container .chevron-wrapper .chevron-shape p.title-section {
    font-size: 20px;
    font-size: 2rem;
    margin-top: 17px;
  }
}
@media only screen and (min-width: 960px) {
  .home-hero .hero-image-side .hero-products .chevron-list .chevron-container .chevron-wrapper .chevron-shape p {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 22px;
    line-height: 2.2rem;
  }
  .home-hero .hero-image-side .hero-products .chevron-list .chevron-container .chevron-wrapper .chevron-shape p.title-section {
    font-size: 22px;
    font-size: 2.2rem;
    margin-top: 20px;
  }
}
.home-hero .hero-image-side .hero-products .chevron-list .chevron-container .chevron-wrapper .hexagon-shape.hexagon:before,
.home-hero .hero-image-side .hero-products .chevron-list .chevron-container .chevron-wrapper .hexagon-shape.hexagon:after {
  top: -8px;
}
.home-hero .hero-image-side .hero-products .chevron-list .chevron-container .chevron-wrapper .hexagon-shape.hexagon .hexagon-top-bottom:before,
.home-hero .hero-image-side .hero-products .chevron-list .chevron-container .chevron-wrapper .hexagon-shape.hexagon .hexagon-top-bottom:after {
  top: 8px;
}
@media only screen and (min-width: 720px) {
  .home-hero .hero-image-side .hero-products .chevron-list .chevron-container .chevron-wrapper .hexagon-shape.hexagon:before,
  .home-hero .hero-image-side .hero-products .chevron-list .chevron-container .chevron-wrapper .hexagon-shape.hexagon:after {
    top: -10px;
  }
  .home-hero .hero-image-side .hero-products .chevron-list .chevron-container .chevron-wrapper .hexagon-shape.hexagon .hexagon-top-bottom:before,
  .home-hero .hero-image-side .hero-products .chevron-list .chevron-container .chevron-wrapper .hexagon-shape.hexagon .hexagon-top-bottom:after {
    top: 10px;
  }
}
@media only screen and (min-width: 320px) {
  .home-hero .hero-image-side .hero-products .chevron-list .chevron-container .chevron-wrapper .hexagon-shape.hexagon .hexagon-shape-content {
    padding: 1px;
  }
}
.home-hero .hero-image-side .hero-products .chevron-list .chevron-container .chevron-wrapper .hexagon-shape.hexagon .hexagon-shape-content p {
  margin-top: 0;
}
.home-hero .hero-image-side .hero-products .chevron-list .chevron-container .chevron-wrapper .hexagon-shape.hexagon .hexagon-shape-content p.title-section {
  font-size: 12px;
  font-size: 1.2rem;
  margin-top: 0;
}
@media only screen and (min-width: 720px) {
  .home-hero .hero-image-side .hero-products .chevron-list .chevron-container .chevron-wrapper .hexagon-shape.hexagon .hexagon-shape-content p.title-section {
    font-size: 24px;
    font-size: 2.4rem;
    margin-top: 11px;
  }
}
@media only screen and (min-width: 960px) {
  .home-hero .hero-image-side .hero-products .chevron-list .chevron-container .chevron-wrapper .hexagon-shape.hexagon .hexagon-shape-content p.title-section {
    font-size: 28px;
    font-size: 2.8rem;
    margin-top: 15px;
  }
}
@media only screen and (min-width: 720px) {
  .home-hero {
    background-position: 0 bottom;
    background-size: 100% 100%;
  }
}
.home-hero h2 {
  font-size: 40px;
  font-size: 4rem;
  color: red;
  padding-top: 26px;
  text-align: center;
  text-transform: uppercase;
}
@media only screen and (min-width: 960px) {
  .home-hero h2 {
    font-size: 60px;
    font-size: 6rem;
  }
}
.home-hero h2 {
  font-size: 18px;
  font-size: 1.8rem;
  color: #2d2b2c;
}
@media only screen and (min-width: 960px) {
  .home-hero h2 {
    font-size: 36px;
    font-size: 3.6rem;
  }
}
.home-hero h3 {
  font-size: 12px;
  font-size: 1.2rem;
  color: #26ace2;
  margin-bottom: 20px;
  margin-top: 0;
}
@media only screen and (min-width: 720px) {
  .home-hero h3 {
    font-size: 24px;
    font-size: 2.4rem;
    margin-bottom: 10px;
    margin-top: 20px;
  }
}
.home-hero .hero-image-side {
  text-align: center;
}
@media only screen and (min-width: 720px) {
  .home-hero .hero-image-side {
    text-align: left;
  }
}
.home-hero .hero-image-side img {
  height: 100%;
  max-width: 100%;
}
@media only screen and (min-width: 720px) {
  .home-hero .hero-image-side img {
    height: 100%;
    max-width: 100%;
  }
}
.home-hero .hero-text-side {
  background-color: #fff;
  display: inline-block;
  float: none;
  float: left;
  padding-bottom: 27px;
  padding-right: 0;
  text-align: center;
}
@media only screen and (min-width: 320px) {
  .home-hero .hero-text-side {
    padding-bottom: 27px;
  }
}
@media only screen and (min-width: 720px) {
  .home-hero .hero-text-side {
    padding-bottom: 39px;
  }
}
@media only screen and (min-width: 960px) {
  .home-hero .hero-text-side {
    background-color: transparent;
    float: left;
    padding-bottom: 39px;
  }
}
@media only screen and (min-width: 1200px) {
  .home-hero .hero-text-side {
    padding-bottom: 30px;
  }
}
.home-hero .hero-text-side h1 {
  color: #0e466e;
  font-family: AvenirLTStd-Black, Arial, Helvetica, sans-serif;
}
.home-hero .hero-text-side h2 {
  font-size: 30px;
  font-size: 3rem;
  color: #0e466e;
  font-family: AvenirLTStd-Black, Arial, Helvetica, sans-serif;
  margin-top: 0;
}
@media only screen and (min-width: 720px) {
  .home-hero .hero-text-side h2 {
    font-size: 50px;
    font-size: 5rem;
    margin-top: 8px;
  }
}
@media only screen and (min-width: 1200px) {
  .home-hero .hero-text-side h2 {
    margin-top: 20px;
  }
}
.home-hero .hero-text-side h2 sup {
  font-size: 50%;
  top: -1em;
}
.home-hero .hero-text-side p {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 17px;
  line-height: 1.7rem;
  color: #2d2b2c;
  margin-bottom: 25px;
  margin-top: 10px;
  padding: 0 20px;
  text-align: center;
}
@media only screen and (min-width: 720px) {
  .home-hero .hero-text-side p {
    font-size: 17px;
    font-size: 1.7rem;
    line-height: 30px;
    line-height: 3rem;
    margin-top: 0;
    padding: 0 60px;
  }
}
@media only screen and (min-width: 960px) {
  .home-hero .hero-text-side p {
    padding: 0 20px;
  }
}
.home-hero .hero-text-side p a {
  color: #c6181f;
}
.home-hero .hero-text-side .btn-custom {
  letter-spacing: 1px;
  padding: 6px 25px;
}
@media only screen and (min-width: 960px) {
  .home-hero .hero-text-side .btn-custom {
    display: inline-block !important;
    letter-spacing: 1px;
    padding: 6px 25px;
  }
}
.home-content-products {
  color: #2d2b2c;
  font-family: 'titillium_webregular', Arial, Helvetica, Sans-serif;
  margin: 13px 0 36px;
}
@media only screen and (min-width: 320px) {
  .home-content-products {
    margin: 0 auto;
    margin: 13px 0 36px;
  }
}
@media only screen and (min-width: 720px) {
  .home-content-products {
    margin: 0 auto;
    margin: 49px 0 45px;
  }
}
@media only screen and (min-width: 960px) {
  .home-content-products {
    margin: 0 auto;
    margin: 49px 0 45px;
  }
}
@media only screen and (min-width: 1200px) {
  .home-content-products {
    margin: 0;
    margin: 60px 0 45px;
  }
}
.home-content-products .text-underline-position {
  padding-left: 0;
}
.home-content-products .text-underline-position .videoplayer {
  margin: 0 auto;
  width: 285px;
}
@media only screen and (min-width: 720px) {
  .home-content-products .text-underline-position .videoplayer {
    width: 540px;
  }
}
@media only screen and (min-width: 960px) {
  .home-content-products .text-underline-position .videoplayer {
    width: 467px;
  }
}
@media only screen and (min-width: 1200px) {
  .home-content-products .text-underline-position .videoplayer {
    width: 541px;
  }
}
.home-content-products .text-underline-position .video-img-block {
  padding: 0;
}
.home-content-products .text-underline-position .video-img-block img {
  padding: 2% 5% 0 5%;
}
@media only screen and (min-width: 320px) {
  .home-content-products .text-underline-position .video-img-block img {
    margin: 0 auto;
    padding: 2% 5% 0 5%;
  }
}
@media only screen and (min-width: 720px) {
  .home-content-products .text-underline-position .video-img-block img {
    margin: 0 auto;
    padding: 0;
  }
}
@media only screen and (min-width: 960px) {
  .home-content-products .text-underline-position .video-img-block img {
    margin: 0 auto;
    padding: 0;
  }
}
@media only screen and (min-width: 1200px) {
  .home-content-products .text-underline-position .video-img-block img {
    margin: 0;
    padding: 0;
  }
}
.videoplayer {
  background: url("/images/content/videoplayer-shadow.png") no-repeat bottom;
  background-size: 100%;
  padding-bottom: 21px;
  text-align: center;
}
@media only screen and (min-width: 320px) {
  .videoplayer {
    background-size: 100%;
    padding-bottom: 11px;
  }
  .videoplayer img {
    width: auto;
  }
}
@media only screen and (min-width: 720px) {
  .videoplayer {
    background-size: 65%;
    float: none;
    margin: 0px auto;
    max-width: 540px;
    padding-bottom: 14px;
  }
  .videoplayer img {
    width: auto;
  }
}
@media only screen and (min-width: 960px) {
  .videoplayer {
    background-size: 100%;
    float: left;
    max-width: 100%;
    padding-bottom: 18px;
  }
}
@media only screen and (min-width: 1200px) {
  .videoplayer {
    padding-bottom: 21px;
    background-size: 109%;
  }
}
.videoplayer img {
  max-width: 100%;
}
.videoplayer .video {
  position: relative;
  background: #000;
}
.videoplayer .video .video-overlay {
  background: none;
}
.videoplayer .video img {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(opacity=100)';
  -webkit-transition: opacity, 0.5s ease;
  -moz-transition: opacity, 0.5s ease;
  -o-transition: opacity, 0.5s ease;
  transition: opacity, 0.5s ease;
}
.videoplayer .video .play-button img {
  width: 75px !important;
  -webkit-transition: width, 0.3s ease-in;
  -moz-transition: width, 0.3s ease-in;
  -o-transition: width, 0.3s ease-in;
  transition: width, 0.3s ease-in;
}
.videoplayer .video:hover .video-overlay {
  -webkit-transition: background, 0.5s ease-in;
  -moz-transition: background, 0.5s ease-in;
  -o-transition: background, 0.5s ease-in;
  transition: background, 0.5s ease-in;
  display: block;
  opacity: 1;
}
.videoplayer .video:hover img {
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(opacity=70)';
  -webkit-transition: opacity, 0.5s ease;
  -moz-transition: opacity, 0.5s ease;
  -o-transition: opacity, 0.5s ease;
  transition: opacity, 0.5s ease;
}
.videoplayer .video:hover .play-button img {
  -webkit-transition: width, 0.3s ease-in;
  -moz-transition: width, 0.3s ease-in;
  -o-transition: width, 0.3s ease-in;
  transition: width, 0.3s ease-in;
  width: 70px !important;
}
.videoplayer .video-overlay {
  height: 100%;
  position: absolute;
  top: 0px;
  width: 100%;
  z-index: 1;
}
.videoplayer .video-overlay .play-button {
  display: block;
  height: 100%;
  position: relative;
  width: 100%;
}
.videoplayer .video-overlay .play-button img {
  bottom: 0px;
  left: 0px;
  margin: auto;
  position: absolute;
  right: 0px;
  top: 0px;
}
.videoplayer-text {
  padding: 0;
  text-align: center;
}
@media only screen and (min-width: 320px) {
  .videoplayer-text {
    padding: 0;
  }
}
@media only screen and (min-width: 960px) {
  .videoplayer-text {
    padding: 0 0 0 10%;
  }
}
.videoplayer-text h1 {
  font-size: 18px;
  font-size: 1.8rem;
  color: #2d2b2c;
  font-family: AvenirLTStd-Black, Arial, Helvetica, sans-serif;
  font-weight: bold;
  margin: 21px 0 7px;
}
@media only screen and (min-width: 320px) {
  .videoplayer-text h1 {
    font-size: 18px;
    font-size: 1.8rem;
    margin: 21px 0 7px;
  }
}
@media only screen and (min-width: 720px) {
  .videoplayer-text h1 {
    font-size: 36px;
    font-size: 3.6rem;
    margin: 35px 0 15px;
  }
}
@media only screen and (min-width: 960px) {
  .videoplayer-text h1 {
    font-size: 36px;
    font-size: 3.6rem;
    margin: 35px 0 15px;
  }
}
@media only screen and (min-width: 1200px) {
  .videoplayer-text h1 {
    font-size: 36px;
    font-size: 3.6rem;
    margin: 35px 0 15px;
  }
}
.videoplayer-text p {
  font-family: 'titillium_webregular', Arial, Helvetica, Sans-serif;
  font-size: 13px;
  line-height: 20px;
  padding: 0 10px 5px;
}
@media only screen and (min-width: 320px) {
  .videoplayer-text p {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 20px;
    padding: 0 10px 5px;
  }
}
@media only screen and (min-width: 720px) {
  .videoplayer-text p {
    font-size: 17px;
    font-size: 1.7rem;
    line-height: 30px;
    padding: 0 10px 11px;
  }
}
@media only screen and (min-width: 960px) {
  .videoplayer-text p {
    font-size: 17px;
    font-size: 1.7rem;
    line-height: 30px;
    padding: 0 10px 11px;
  }
}
@media only screen and (min-width: 1200px) {
  .videoplayer-text p {
    font-size: 17px;
    font-size: 1.7rem;
    line-height: 30px;
    padding: 0 10px 20px;
  }
}
.videoplayer-text .btn-custom {
  letter-spacing: 1.5px;
  padding: 8px 13px;
}
.content-product-wrapper {
  height: 854px;
  overflow: hidden;
}
@media only screen and (min-width: 720px) {
  .content-product-wrapper {
    height: 1309px;
  }
}
@media only screen and (min-width: 960px) {
  .content-product-wrapper {
    height: 758px;
  }
}
@media only screen and (min-width: 1200px) {
  .content-product-wrapper {
    height: 815px;
  }
}
.gray-block {
  background-color: #ebebeb;
  height: auto;
  text-align: center;
}
@media only screen and (min-width: 720px) {
  .gray-block {
    height: 720px;
  }
}
@media only screen and (min-width: 960px) {
  .gray-block {
    height: 389px;
  }
}
@media only screen and (min-width: 1200px) {
  .gray-block {
    height: 389px;
  }
}
.gray-block .container {
  position: relative;
}
.gray-block .text-block {
  color: #2d2b2c;
  font-family: 'titillium_webregular', Arial, Helvetica, Sans-serif;
  margin: 12px 0 65px;
  padding: 0 20px;
}
@media only screen and (min-width: 320px) {
  .gray-block .text-block {
    margin: 12px 0 12px 0;
    padding: 0 20px;
  }
}
@media only screen and (min-width: 720px) {
  .gray-block .text-block {
    margin: 31px 0 12px 0;
    padding: 0;
  }
}
@media only screen and (min-width: 960px) {
  .gray-block .text-block {
    margin: 66px 0 65px 0;
    padding: 0;
  }
}
@media only screen and (min-width: 1200px) {
  .gray-block .text-block {
    margin: 66px 0 65px 0;
    padding: 0 100px 0 0;
  }
}
.gray-block .text-block .btn-custom {
  letter-spacing: 1.5px;
  padding: 8px 13px;
}
.gray-block .text-block h1 {
  font-size: 18px;
  font-size: 1.8rem;
  color: #2d2b2c;
  font-family: 'titillium_webregular', Arial, Helvetica, Sans-serif;
  font-weight: bold;
}
@media only screen and (min-width: 320px) {
  .gray-block .text-block h1 {
    font-size: 18px;
    font-size: 1.8rem;
    font-family: AvenirLTStd-Black, Arial, Helvetica, sans-serif;
  }
}
@media only screen and (min-width: 720px) {
  .gray-block .text-block h1 {
    font-size: 36px;
    font-size: 3.6rem;
    font-family: AvenirLTStd-Black, Arial, Helvetica, sans-serif;
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 960px) {
  .gray-block .text-block h1 {
    font-size: 36px;
    font-size: 3.6rem;
    font-family: AvenirLTStd-Black, Arial, Helvetica, sans-serif;
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 1200px) {
  .gray-block .text-block h1 {
    font-size: 36px;
    font-size: 3.6rem;
    font-family: AvenirLTStd-Black, Arial, Helvetica, sans-serif;
    margin-bottom: 15px;
  }
}
.gray-block .text-block p {
  font-family: 'titillium_webregular', Arial, Helvetica, Sans-serif;
  font-size: 13px;
  line-height: 17px;
  margin-bottom: 22px;
}
@media only screen and (min-width: 320px) {
  .gray-block .text-block p {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 17px;
    margin-bottom: 22px;
  }
}
@media only screen and (min-width: 720px) {
  .gray-block .text-block p {
    font-size: 17px;
    font-size: 1.7rem;
    line-height: 30px;
    margin-bottom: 25px;
    padding: 0 19%;
  }
}
@media only screen and (min-width: 960px) {
  .gray-block .text-block p {
    font-size: 17px;
    font-size: 1.7rem;
    line-height: 30px;
    margin-bottom: 25px;
  }
}
@media only screen and (min-width: 1200px) {
  .gray-block .text-block p {
    font-size: 17px;
    font-size: 1.7rem;
    line-height: 30px;
    margin-bottom: 25px;
    padding: 0;
  }
}
.gray-block .roach-block {
  height: 360px;
  position: relative;
}
@media only screen and (min-width: 720px) {
  .gray-block .roach-block {
    height: 419px;
  }
}
@media only screen and (min-width: 960px) {
  .gray-block .roach-block {
    position: relative;
    top: -30px;
  }
}
.gray-block .roach-block img {
  margin-left: auto;
  margin-right: auto;
  display: block;
  height: 100%;
  max-width: 100%;
  position: relative;
}
@media only screen and (min-width: 320px) {
  .gray-block .roach-block img {
    height: 100%;
    max-width: 100%;
  }
}
@media only screen and (min-width: 720px) {
  .gray-block .roach-block img {
    height: auto;
    max-width: 100%;
  }
}
@media only screen and (min-width: 960px) {
  .gray-block .roach-block img {
    height: auto;
    max-width: 200%;
  }
}
@media only screen and (min-width: 1200px) {
  .gray-block .roach-block img {
    height: auto;
    max-width: 200%;
  }
}
.gray-block .roach-block .roach-find-lg {
  display: none;
}
@media only screen and (min-width: 320px) {
  .gray-block .roach-block .roach-find-lg {
    display: none;
  }
}
@media only screen and (min-width: 720px) {
  .gray-block .roach-block .roach-find-lg {
    display: none;
  }
}
@media only screen and (min-width: 960px) {
  .gray-block .roach-block .roach-find-lg {
    display: block;
  }
}
@media only screen and (min-width: 1200px) {
  .gray-block .roach-block .roach-find-lg {
    display: block;
  }
}
.gray-block .roach-block .roach-find-sm {
  display: inline-block;
}
@media only screen and (min-width: 320px) {
  .gray-block .roach-block .roach-find-sm {
    display: inline-block;
  }
}
@media only screen and (min-width: 720px) {
  .gray-block .roach-block .roach-find-sm {
    display: inline-block;
  }
}
@media only screen and (min-width: 960px) {
  .gray-block .roach-block .roach-find-sm {
    display: none;
  }
}
@media only screen and (min-width: 1200px) {
  .gray-block .roach-block .roach-find-sm {
    display: none;
  }
}
.blue-block {
  background: #0F466D;
  position: relative;
  text-align: center;
}
@media only screen and (min-width: 320px) {
  .blue-block .container {
    width: 100%;
  }
}
@media only screen and (min-width: 720px) {
  .blue-block .container {
    width: 100%;
  }
}
@media only screen and (min-width: 960px) {
  .blue-block .container {
    width: 960px;
  }
}
@media only screen and (min-width: 1200px) {
  .blue-block .container {
    width: 960px;
  }
}
.blue-block .roach-block-bottom {
  height: 267px;
  margin: 0;
  padding: 0;
  width: 100%;
}
@media only screen and (min-width: 720px) {
  .blue-block .roach-block-bottom {
    height: 504px;
  }
}
@media only screen and (min-width: 960px) {
  .blue-block .roach-block-bottom {
    height: 618px;
    width: 50%;
  }
}
@media only screen and (min-width: 1200px) {
  .blue-block .roach-block-bottom {
    height: 618px;
    width: 50%;
  }
}
.blue-block .raid-max {
  height: 285px;
  margin: -18px auto 0;
  overflow: hidden;
  position: relative;
}
@media only screen and (min-width: 320px) {
  .blue-block .raid-max {
    height: 285px;
    margin: -18px auto 0;
  }
}
@media only screen and (min-width: 720px) {
  .blue-block .raid-max {
    height: 535px;
    margin: -31px auto 0;
  }
}
@media only screen and (min-width: 960px) {
  .blue-block .raid-max {
    height: auto;
    margin-left: -37px;
    margin-top: -23px;
    overflow: inherit;
  }
}
@media only screen and (min-width: 1200px) {
  .blue-block .raid-max {
    margin-left: -237px;
  }
}
.blue-block .raid-max img {
  display: block;
  height: 362px;
  left: 50%;
  margin: 0 auto;
  margin-left: -215px;
  position: absolute;
}
@media only screen and (min-width: 320px) {
  .blue-block .raid-max img {
    height: 284px;
  }
}
@media only screen and (min-width: 720px) {
  .blue-block .raid-max img {
    height: 535px;
    margin-left: -415px;
  }
}
@media only screen and (min-width: 960px) {
  .blue-block .raid-max img {
    height: auto;
    max-width: 200%;
  }
}
@media only screen and (min-width: 1200px) {
  .blue-block .raid-max img {
    height: auto;
    max-width: 200%;
  }
}
.blue-block .raid-max img.cartoon {
  width: 65px;
  height: auto;
  margin: 148px 0 0 -150px;
  position: absolute;
  z-index: 100;
}
@media only screen and (min-width: 320px) {
  .blue-block .raid-max img.cartoon {
    margin: 148px 0 0 -150px;
  }
}
@media only screen and (min-width: 720px) {
  .blue-block .raid-max img.cartoon {
    margin: 303px 0 0 -329px;
    width: 118px;
  }
}
@media only screen and (min-width: 960px) {
  .blue-block .raid-max img.cartoon {
    margin: 403px 0 0 -256px;
  }
}
.blue-block .text-block {
  color: #ffffff;
  padding: 8px 0 25px;
}
@media only screen and (min-width: 320px) {
  .blue-block .text-block {
    padding: 8px 0 25px;
  }
}
@media only screen and (min-width: 720px) {
  .blue-block .text-block {
    padding: 30px 0 50px;
  }
}
@media only screen and (min-width: 960px) {
  .blue-block .text-block {
    padding: 108px 0 50px;
  }
}
@media only screen and (min-width: 1200px) {
  .blue-block .text-block {
    padding: 108px 0%;
  }
}
.blue-block .text-block h2 {
  font-size: 30px;
  font-size: 3rem;
  font-family: AvenirLTStd-Black, Arial, Helvetica, sans-serif;
}
@media only screen and (min-width: 320px) {
  .blue-block .text-block h2 {
    font-size: 30px;
    font-size: 3rem;
  }
}
@media only screen and (min-width: 720px) {
  .blue-block .text-block h2 {
    font-size: 60px;
    font-size: 6rem;
    padding: 0 20%;
  }
}
@media only screen and (min-width: 960px) {
  .blue-block .text-block h2 {
    font-size: 60px;
    font-size: 6rem;
  }
}
@media only screen and (min-width: 1200px) {
  .blue-block .text-block h2 {
    font-size: 60px;
    font-size: 6rem;
    padding: 0;
  }
}
.blue-block .text-block p {
  font-family: 'titillium_webregular', Arial, Helvetica, Sans-serif;
  font-size: 13px;
  line-height: 18px;
  margin-bottom: 25px;
  padding: 0 20px;
}
@media only screen and (min-width: 320px) {
  .blue-block .text-block p {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 18px;
  }
}
@media only screen and (min-width: 720px) {
  .blue-block .text-block p {
    font-size: 17px;
    font-size: 1.7rem;
    line-height: 29px;
    padding: 0 10%;
  }
}
@media only screen and (min-width: 960px) {
  .blue-block .text-block p {
    font-size: 17px;
    font-size: 1.7rem;
    line-height: 30px;
    padding: 0 0%;
  }
}
@media only screen and (min-width: 1200px) {
  .blue-block .text-block p {
    font-size: 17px;
    font-size: 1.7rem;
    line-height: 30px;
  }
}
.blue-block .text-block .btn-white {
  display: block;
  letter-spacing: 1.5px;
  margin: 0 auto;
  margin-bottom: 17px;
  padding: 12px 5px;
  width: 218px;
}
.blue-block .text-block .text-link {
  color: #fff;
}
/*END HOME PAGE MODULE*/
/* START MODALS*/
.modal-dialog .modal-content {
  border-radius: 0;
}
@media screen and (min-width: 720px) {
  #video-modal .modal-dialog {
    width: 700px !important;
  }
}
@media only screen and (min-width: 960px) {
  #video-modal .modal-dialog {
    width: 770px !important;
  }
}
@media only screen and (min-width: 1200px) {
  #video-modal .modal-dialog {
    width: 940px !important;
  }
}
#video-modal .modal-dialog .modal-content .modal-header {
  border: none;
  display: inline;
  padding: 0px 15px;
  width: 100%;
}
#video-modal .modal-dialog .modal-content .modal-header .close {
  margin: 17px;
}
#video-modal .modal-dialog .modal-content .featured-video {
  height: 519px;
  padding: 0px 5px;
}
#video-modal .modal-dialog .modal-content .modal-body {
  padding: 0;
}
#video-modal .modal-dialog .modal-content .modal-body .featured-video-bg {
  margin-top: 10px;
}
#video-modal .modal-dialog .modal-content .modal-body h6 {
  color: #26ACE2;
  font-family: 'titillium_websemibold', Arial, Helvetica, Sans-serif;
  font-size: 24px;
  margin-top: 0px;
  padding-left: 20px;
}
#buyOnline .modal-dialog {
  width: 340px;
}
#buyOnline .modal-dialog .modal-content {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 295px;
}
#buyOnline .modal-dialog .modal-content .modal-header {
  border-bottom: none;
  height: 42px;
}
#buyOnline .modal-dialog .modal-content .content-online-stores .item-store {
  border-bottom: 1px solid #d1d0d0;
  padding: 40px 0;
}
#buyOnline .modal-dialog .modal-content .content-online-stores .item-store:first-child {
  padding-top: 0;
}
#buyOnline .modal-dialog .modal-content .content-online-stores .item-store:last-child {
  border-bottom: none;
}
#quick-view-product.modal .modal-header .close {
  background-image: url(../Images/Content/close.png);
  width: 18px !important;
  height: 18px !important;
}
#quick-view-product.modal .close {
  color: #000000;
  cursor: pointer;
  opacity: 1 !important;
  text-decoration: none;
}
#quick-view-product.modal .close:hover,
#quick-view-product.modal .close:focus {
  color: #000000;
  cursor: pointer;
  opacity: 0.2 !important;
  text-decoration: none;
}
#quick-view-product.modal .modal-dialog {
  -webkit-transform: translate(-54%, 0);
  -moz-transform: translate(-54%, 0);
  -ms-transform: translate(-54%, 0);
  -o-transform: translate(-54%, 0);
  transform: translate(-54%, 0);
  left: 50%;
  width: 282px;
}
@media only screen and (min-width: 720px) {
  #quick-view-product.modal .modal-dialog {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    left: 0;
    width: 780px;
  }
}
#quick-view-product.modal .modal-dialog .modal-header {
  top: 0;
  right: 0;
  bottom: auto;
  left: auto;
  position: absolute;
  border: none;
  height: 21px;
  width: 12px;
  z-index: 100;
}
#quick-view-product.modal .modal-dialog .modal-header button {
  display: block;
  height: 21px;
  width: 12px;
}
#quick-view-product.modal .modal-dialog .modal-body {
  padding: 0;
}
@media only screen and (min-width: 720px) {
  #quick-view-product.modal .modal-dialog .modal-body .content-quick-view-product {
    width: 780px;
  }
  #quick-view-product.modal .modal-dialog .modal-body .content-quick-view-product .row {
    height: 100%;
  }
}
#quick-view-product.modal .modal-dialog .modal-body .content-quick-view-product .content-view-product {
  display: none;
}
@media only screen and (min-width: 720px) {
  #quick-view-product.modal .modal-dialog .modal-body .content-quick-view-product .content-view-product {
    background-color: #ebe9e9;
    display: table-cell;
    position: relative;
    height: auto;
    min-height: 587px;
    float: none;
    vertical-align: middle;
    text-align: center;
  }
}
@media only screen and (min-width: 960px) {
  #quick-view-product.modal .modal-dialog .modal-body .content-quick-view-product .content-view-product {
    background-color: #ebe9e9;
    position: relative;
  }
}
#quick-view-product.modal .modal-dialog .modal-body .content-quick-view-product .content-view-product img {
  vertical-align: baseline;
}
@media only screen and (min-width: 720px) {
  #quick-view-product.modal .modal-dialog .modal-body .content-quick-view-product .content-view-product img {
    max-height: 300px;
    max-width: 160px;
    margin: auto;
  }
}
#quick-view-product.modal .modal-dialog .modal-body .content-quick-view-product .content-view-product .chevron-container {
  margin: 20px 30px 70px 30px;
  bottom: 20px;
  width: 127px;
}
#quick-view-product.modal .modal-dialog .modal-body .content-quick-view-product .content-view-product .chevron-container .chevron-wrapper {
  cursor: pointer;
  height: 53px;
  width: 127px;
}
#quick-view-product.modal .modal-dialog .modal-body .content-quick-view-product .content-view-product .chevron-container .chevron-wrapper .chevron-shape p {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 17px;
  line-height: 1.7rem;
}
#quick-view-product.modal .modal-dialog .modal-body .content-quick-view-product .content-view-product .chevron-container .chevron-wrapper .chevron-shape p.title-section {
  font-size: 17px;
  font-size: 1.7rem;
  margin: 12px 0 0;
}
#quick-view-product.modal .modal-dialog .modal-body .content-quick-view-product .content-rates {
  margin-bottom: 0;
}
#quick-view-product.modal .modal-dialog .modal-body .content-quick-view-product .content-rates .part-compare p a {
  background: none;
  filter: none;
}
#quick-view-product.modal .modal-dialog .modal-body .content-quick-view-product .content-review-product {
  padding: 25px;
  width: 295px;
}
@media only screen and (min-width: 720px) {
  #quick-view-product.modal .modal-dialog .modal-body .content-quick-view-product .content-review-product {
    padding: 100px 75px 50px 20px;
    width: 582px;
    float: none;
    display: table-cell;
  }
}
#quick-view-product.modal .modal-dialog .modal-body .content-quick-view-product .content-review-product .average-rating-mobile {
  background-color: #E5E5E5;
  height: 111px;
  margin-bottom: 24px;
  margin-left: -20px;
  padding-top: 3px;
  width: 280px;
  margin-top: 20px;
}
#quick-view-product.modal .modal-dialog .modal-body .content-quick-view-product .content-review-product .average-rating-mobile .part-item {
  margin-left: auto;
  margin-right: auto;
  width: 116px;
}
#quick-view-product.modal .modal-dialog .modal-body .content-quick-view-product .content-review-product .average-rating-mobile h2 {
  margin-top: 20px;
  font-family: 'titillium_websemibold', Arial, Helvetica, Sans-serif;
  font-size: 14px;
  text-align: center;
}
#quick-view-product.modal .modal-dialog .modal-body .content-quick-view-product .content-review-product .average-rating-mobile a {
  color: #C6181F;
  display: block;
  font-family: 'titillium_websemibold', Arial, Helvetica, Sans-serif;
  font-size: 10px;
  letter-spacing: 0.04em;
  line-height: 2.1rem;
  text-align: center;
}
#quick-view-product.modal .modal-dialog .modal-body .content-quick-view-product .content-review-product .view-product {
  width: auto;
  height: 44px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
}
@media only screen and (min-width: 720px) {
  #quick-view-product.modal .modal-dialog .modal-body .content-quick-view-product .content-review-product .view-product {
    height: auto;
    width: auto;
    margin-top: 20px;
  }
}
#quick-view-product.modal .modal-dialog .modal-body .content-quick-view-product .content-review-product .view-product span {
  display: none;
}
@media only screen and (min-width: 720px) {
  #quick-view-product.modal .modal-dialog .modal-body .content-quick-view-product .content-review-product .view-product span {
    display: inline-block;
  }
}
#quick-view-product.modal .modal-dialog .modal-body .content-quick-view-product .content-review-product .content-rates h2 {
  font-family: 'titillium_websemibold', Arial, Helvetica, Sans-serif;
  color: #26ace2;
  font-size: 12px;
  text-align: center;
}
#quick-view-product.modal .modal-dialog .modal-body .content-quick-view-product .content-review-product .content-rates h1 {
  font-size: 18px;
  font-size: 1.8rem;
  font-family: Nunito;
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
}
@media only screen and (min-width: 720px) {
  #quick-view-product.modal .modal-dialog .modal-body .content-quick-view-product .content-review-product .content-rates h1 {
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    font-size: 30px;
    font-size: 3rem;
    font-family: AvenirLTStd-Black, Arial, Helvetica, sans-serif;
    font-weight: bold;
    margin-top: 2px;
    text-transform: uppercase;
  }
}
#quick-view-product.modal .modal-dialog .modal-body .content-quick-view-product .content-review-product .content-rates h1 sup {
  font-size: 60%;
  top: -0.7em;
}
#quick-view-product.modal .modal-dialog .modal-body .content-quick-view-product .content-review-product .content-rates .part-rating-review .part-rating {
  margin-top: 5px;
}
#quick-view-product.modal .modal-dialog .modal-body .content-quick-view-product .content-review-product p,
#quick-view-product.modal .modal-dialog .modal-body .content-quick-view-product .content-review-product h4 {
  font-size: 12px;
  font-size: 1.2rem;
  width: auto;
  text-align: center;
  line-height: 18px;
  margin: 0 25px 0 25px;
}
@media only screen and (min-width: 720px) {
  #quick-view-product.modal .modal-dialog .modal-body .content-quick-view-product .content-review-product p,
  #quick-view-product.modal .modal-dialog .modal-body .content-quick-view-product .content-review-product h4 {
    font-size: 17px;
    font-size: 1.7rem;
    width: auto;
    line-height: 30px;
    line-height: 3rem;
    text-align: left;
  }
}
@media only screen and (min-width: 960px) {
  #quick-view-product.modal .modal-dialog .modal-body .content-quick-view-product .content-review-product p,
  #quick-view-product.modal .modal-dialog .modal-body .content-quick-view-product .content-review-product h4 {
    font-size: 17px;
    font-size: 1.7rem;
    line-height: 30px;
    line-height: 3rem;
    margin-bottom: 20px;
    margin-left: 0px;
  }
}
@media only screen and (min-width: 720px) {
  #quick-view-product.modal .modal-dialog .modal-body .content-quick-view-product .content-review-product a {
    float: right !important;
  }
}
#quick-view-product.modal .modal-dialog .modal-body .content-quick-view-product .content-review-product p {
  margin-top: 0;
}
#quick-view-product.modal .modal-dialog .modal-body .content-quick-view-product .content-review-product p a {
  float: none !important;
  color: #c6181f;
}
#quick-view-product.modal .modal-dialog .modal-body .content-quick-view-product .content-review-product p a:hover {
  color: #960000;
}
#quick-view-product.modal .modal-dialog .modal-body .content-quick-view-product .content-review-product p strong {
  font-weight: 600;
}
#quick-view-product.modal .modal-dialog .modal-body .content-quick-view-product .content-review-product h4 {
  font-family: 'titillium_websemibold', Arial, Helvetica, Sans-serif;
  font-weight: 600;
  margin-bottom: 0;
  margin-top: 20px;
}
#quickview-bugs .modal-dialog {
  -webkit-transform: translate(-54%, 0);
  -moz-transform: translate(-54%, 0);
  -ms-transform: translate(-54%, 0);
  -o-transform: translate(-54%, 0);
  transform: translate(-54%, 0);
  left: 50%;
  width: 282px !important;
}
@media only screen and (min-width: 720px) {
  #quickview-bugs .modal-dialog {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    left: 0;
    width: 477px !important;
  }
}
#quickview-bugs .modal-dialog .modal-header {
  top: 0;
  right: 0;
  bottom: auto;
  left: auto;
  position: absolute;
  border: none;
  height: 21px;
  width: 12px;
  z-index: 100;
}
#quickview-bugs .modal-dialog .modal-header button {
  display: block;
  height: 21px;
  width: 12px;
}
#quickview-bugs .modal-dialog .modal-body {
  padding: 46px 20px 25px;
}
@media only screen and (min-width: 720px) {
  #quickview-bugs .modal-dialog .modal-body {
    padding: 84px 70px 67px;
  }
}
#quickview-bugs .modal-dialog .modal-body img {
  width: 100%;
}
@media only screen and (min-width: 960px) {
  #quickview-bugs .modal-dialog .modal-body img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 340px;
  }
}
#quickview-bugs .modal-dialog .modal-body h1 {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 48px;
  line-height: 4.8rem;
  color: #c6181f;
  font-family: 'titillium_webregular', Arial, Helvetica, Sans-serif;
  margin-bottom: 28px;
  text-transform: capitalize;
}
@media only screen and (min-width: 720px) {
  #quickview-bugs .modal-dialog .modal-body h1 {
    font-size: 36px;
    font-size: 3.6rem;
    line-height: 40px;
    line-height: 4rem;
    color: #2d2b2c;
    font-family: AvenirLTStd-Black, Arial, Helvetica, sans-serif;
  }
}
#quickview-bugs .modal-dialog .modal-body ul {
  list-style: url(../Images/Icons/lightning-bolt.png);
  padding-left: 16px;
}
#quickview-bugs .modal-dialog .modal-body ul li {
  padding-bottom: 23px;
  background: url(../Images/Icons/lightning-bolt.png) no-repeat left 8px;
  padding: 3px 0px 3px 10px;
  /* reset styles (optional): */
  list-style: none;
  margin: 0;
}
#quickview-bugs .modal-dialog .modal-body ul li p {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 17px;
  line-height: 1.7rem;
  color: #2d2b2c;
  font-family: 'titillium_webregular', Arial, Helvetica, Sans-serif;
  padding-left: 7px;
  vertical-align: top;
}
@media only screen and (min-width: 720px) {
  #quickview-bugs .modal-dialog .modal-body ul li p {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 30px;
    line-height: 3rem;
  }
}
#quickview-bugs .modal-dialog .modal-body .btn-custom {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 18px;
  width: 180px;
}
/*END MODALS*/
/* SEARCH RESULTS PAGE*/
.search-result-wrapper {
  margin: 42px 0px 37px;
}
.results-section {
  float: left;
}
.results-section ul {
  margin: 0;
  padding: 0;
}
.results-section ul li a.pull-right img {
  width: auto;
  max-width: 150px;
  max-height: 170px;
  margin: 10px auto;
}
.results-section ul li.media {
  -webkit-transition: background, 0.5s ease;
  -moz-transition: background, 0.5s ease;
  -o-transition: background, 0.5s ease;
  transition: background, 0.5s ease;
  border-bottom: 1px solid #C4C4C4;
  list-style: none;
  margin-top: 0;
  overflow: visible;
  display: inline-block;
  width: 100%;
}
.results-section ul li.media:hover {
  background: #ebebeb;
}
.results-section ul li.media:last-child {
  border: none;
}
.results-section ul li.media .pull-right {
  padding: 25px 10px 22px 10px;
}
.results-section ul li.media a {
  color: #c6181f;
}
.results-section ul li.media .media-body {
  display: block;
  padding: 25px 10px 0px 10px;
}
.results-section ul li.media .media-body .result-title {
  font-size: 24px;
  font-size: 2.4rem;
  color: #c6181f;
  font-family: 'titillium_websemibold', Arial, Helvetica, Sans-serif;
}
.results-section ul li.media .media-body .result-description {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 27px;
  line-height: 2.7rem;
  color: #2d2b2c;
  font-family: 'titillium_webregular', Arial, Helvetica, Sans-serif;
  margin-bottom: 5px;
  padding-top: 5px;
}
.results-section ul li.media .result-url {
  font-size: 15px;
  font-size: 1.5rem;
  color: #c6181f;
  display: block;
  font-family: 'titillium_websemibold', Arial, Helvetica, Sans-serif;
  line-height: 18px;
  padding: 0px 0px 22px 0px;
}
.results-section ul li.media .thumbnail-image {
  /*float: none;*/
  display: inline-block;
}
@media only screen and (min-width: 960px) {
  .results-section ul li.media .thumbnail-image {
    float: right;
  }
}
.results-section ul li.media .thumbnail-image img {
  width: auto;
  max-width: 150px;
  max-height: 170px;
  margin: 10px auto;
}
.lead {
  border-bottom: 1px solid #c4c4c4;
  border-top: 1px solid #c4c4c4;
  float: left;
  margin: 0 auto;
  margin-bottom: 21px;
  margin-top: 13px;
  padding: 20px 0 20px 0;
  position: relative;
  width: 100%;
}
.lead .sb-search-input {
  font-size: 40px;
  font-size: 4rem;
  background: #fff;
  border: none;
  color: #26ace2;
  cursor: text;
  float: left;
  font-family: inherit;
  font-family: AvenirLTStd-Black, Arial, Helvetica, sans-serif;
  height: 70px;
  line-height: 47px;
  margin: 0;
  outline: none;
  padding: 0 0 0 0;
  text-align: left;
  text-transform: uppercase;
  width: 80%;
  z-index: 10;
}
@media only screen and (min-width: 320px) {
  .lead .sb-search-input {
    font-size: 40px;
    font-size: 4rem;
    width: 85%;
  }
}
@media only screen and (min-width: 720px) {
  .lead .sb-search-input {
    font-size: 60px;
    font-size: 6rem;
    width: 90%;
  }
}
@media only screen and (min-width: 960px) {
  .lead .sb-search-input {
    font-size: 60px;
    font-size: 6rem;
    width: 94%;
  }
}
@media only screen and (min-width: 1200px) {
  .lead .sb-search-input {
    font-size: 60px;
    font-size: 6rem;
    width: 94%;
  }
}
.lead .sb-search-input::-ms-clear {
  display: none;
}
.lead .sb-search-submit {
  background: none;
  border: none;
  cursor: pointer;
  display: block;
  float: left;
  height: 67px;
  line-height: 60px;
  margin: 0;
  outline: none;
  padding: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 20px;
  width: 20%;
  z-index: -1;
}
@media only screen and (min-width: 320px) {
  .lead .sb-search-submit {
    width: 15%;
  }
}
@media only screen and (min-width: 720px) {
  .lead .sb-search-submit {
    width: 10%;
  }
}
@media only screen and (min-width: 960px) {
  .lead .sb-search-submit {
    width: 6%;
  }
}
@media only screen and (min-width: 1200px) {
  .lead .sb-search-submit {
    width: 6%;
  }
}
.lead .content-search-button {
  position: absolute;
  right: 0;
  top: 20px;
  z-index: 90;
}
.lead .content-search-button .button-search-product {
  top: 50%;
  right: 50%;
  bottom: auto;
  left: auto;
  position: absolute;
  background-repeat: no-repeat;
  cursor: pointer;
  display: block;
  height: 65px;
  width: 49px;
}
.lead .content-search-button .button-search-product.default-color {
  background-image: url(../Images/Icons/Raid_Search.png);
  background-position: 0 3px;
  z-index: 50;
}
.lead .content-search-button .button-search-product.custom-color {
  background-image: url(../Images/Icons/Raid_Search.png);
  background-position: -1px -68px;
  display: none;
}
.lead .content-search-button:hover .default-color {
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(opacity=0)';
  -webkit-transition: opacity, 0.5s linear;
  -moz-transition: opacity, 0.5s linear;
  -o-transition: opacity, 0.5s linear;
  transition: opacity, 0.5s linear;
  z-index: 50;
}
.lead .content-search-button:hover .custom-color {
  display: block;
}
.sr-heading {
  font-size: 36px;
  font-size: 3.6rem;
  color: #2d2b2c;
  font-family: AvenirLTStd-Black, Arial, Helvetica, sans-serif;
  margin-bottom: 23px;
}
/* END SEARCH RESULTS PAGE*/
/* NO SEARCH RESULTS PAGE*/
.no-results-section {
  padding-bottom: 40px;
}
.no-results-section p {
  font-size: 16px;
  font-size: 1.6rem;
  color: #2d2b2c;
  padding-top: 45px;
}
.no-results-section h6 a {
  font-size: 24px;
  font-size: 2.4rem;
  color: #c6181f;
  font-family: 'titillium_websemibold', Arial, Helvetica, Sans-serif;
}
/* END NO SEARCH RESULTS PAGE*/
/*START MODULE: SOLUTIONS LANDING*/
.solutions-landing .navigation-dots {
  left: 20px;
  list-style: none;
  margin: -10px 0 0 0;
  padding: 0;
  position: fixed;
  top: 50%;
  z-index: 9999;
}
.solutions-landing .navigation-dots li {
  background: url(../Images/Content/navigation-dot.png) no-repeat;
  cursor: pointer;
  height: 16px;
  margin: 0;
  width: 16px;
}
.solutions-landing .navigation-dots li.active {
  background: url(../Images/Content/navigation-dot-active.png) no-repeat;
}
.solutions-landing .solutions-landing-intro {
  min-height: 786px;
}
@media only screen and (min-width: 320px) {
  .solutions-landing .solutions-landing-intro {
    min-height: 338px;
  }
}
@media only screen and (min-width: 720px) {
  .solutions-landing .solutions-landing-intro {
    min-height: 717px;
  }
}
@media only screen and (min-width: 960px) {
  .solutions-landing .solutions-landing-intro {
    min-height: 786px;
  }
}
.solutions-landing .solutions-landing-intro h1,
.solutions-landing .solutions-landing-intro h3 {
  font-family: AvenirLTStd-Black, Arial, Helvetica, sans-serif;
  text-align: center;
}
.solutions-landing .solutions-landing-intro h3 {
  font-size: 15px;
  font-size: 1.5rem;
  margin: 36px 0 0 0;
  text-transform: uppercase;
}
@media only screen and (min-width: 720px) {
  .solutions-landing .solutions-landing-intro h3 {
    font-size: 30px;
    font-size: 3rem;
    margin-top: 44px;
  }
}
@media only screen and (min-width: 960px) {
  .solutions-landing .solutions-landing-intro h3 {
    margin-top: 114px;
  }
}
.solutions-landing .solutions-landing-intro h1 {
  font-size: 48px;
  font-size: 4.8rem;
  color: #0f466d;
  margin: 5px 0 0 0;
  text-transform: uppercase;
}
@media only screen and (min-width: 320px) {
  .solutions-landing .solutions-landing-intro h1 {
    margin: 0;
  }
}
@media only screen and (min-width: 720px) {
  .solutions-landing .solutions-landing-intro h1 {
    font-size: 72px;
    font-size: 7.2rem;
    margin: 0 190px 0 190px;
  }
}
@media only screen and (min-width: 960px) {
  .solutions-landing .solutions-landing-intro h1 {
    font-size: 72px;
    font-size: 7.2rem;
    margin: 0;
  }
}
.solutions-landing .solutions-landing-intro .intro-content {
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 20px;
  margin: 13px 10px 0 10px;
  -webkit-font-smoothing: antialiased;
}
@media only screen and (min-width: 320px) {
  .solutions-landing .solutions-landing-intro .intro-content {
    line-height: 18px;
    margin: 1px 26px 0 26px;
  }
}
@media only screen and (min-width: 720px) {
  .solutions-landing .solutions-landing-intro .intro-content {
    font-size: 17px;
    font-size: 1.7rem;
    line-height: 28px;
    line-height: 2.8rem;
    margin-left: 50px;
    margin-right: 50px;
    margin-top: 7px;
  }
}
@media only screen and (min-width: 960px) {
  .solutions-landing .solutions-landing-intro .intro-content {
    font-size: 17px;
    font-size: 1.7rem;
    line-height: 29px;
    margin: 13px 0 0 0;
  }
}
.solutions-landing .solutions-landing-intro .solutions-landing-chevrons-wrapper .chevron-list {
  background: url(../Images/Content/solutions-intro-panel.png) no-repeat 0 30px;
  height: auto;
  list-style: none;
  margin: 15px auto;
  overflow: hidden;
  padding: 0;
  width: 1029px;
}
@media only screen and (min-width: 720px) {
  .solutions-landing .solutions-landing-intro .solutions-landing-chevrons-wrapper .chevron-list {
    background-size: 100% auto;
    width: 680px;
  }
}
@media only screen and (min-width: 960px) {
  .solutions-landing .solutions-landing-intro .solutions-landing-chevrons-wrapper .chevron-list {
    height: auto;
    width: 1029px;
  }
}
.solutions-landing .solutions-landing-intro .solutions-landing-chevrons-wrapper .chevron-list .chevron-container {
  cursor: pointer;
  float: left;
  height: 233px;
  position: relative;
  width: 207px;
}
@media only screen and (min-width: 720px) {
  .solutions-landing .solutions-landing-intro .solutions-landing-chevrons-wrapper .chevron-list .chevron-container {
    height: 166px;
    width: 120px;
  }
}
@media only screen and (min-width: 960px) {
  .solutions-landing .solutions-landing-intro .solutions-landing-chevrons-wrapper .chevron-list .chevron-container {
    height: 233px;
    width: 207px;
  }
}
.solutions-landing .solutions-landing-intro .solutions-landing-chevrons-wrapper .chevron-list .chevron-container .chevron-image {
  height: auto;
}
.solutions-landing .solutions-landing-intro .solutions-landing-chevrons-wrapper .chevron-list .chevron-container .chevron-image.chevron-products {
  left: 50%;
  position: absolute;
}
.solutions-landing .solutions-landing-intro .solutions-landing-chevrons-wrapper .chevron-list .chevron-container .chevron-image.chevron-products.attack {
  margin-left: -59px;
}
@media only screen and (min-width: 720px) {
  .solutions-landing .solutions-landing-intro .solutions-landing-chevrons-wrapper .chevron-list .chevron-container .chevron-image.chevron-products.attack {
    margin-left: -38px;
    margin-top: 17px;
  }
  .solutions-landing .solutions-landing-intro .solutions-landing-chevrons-wrapper .chevron-list .chevron-container .chevron-image.chevron-products.attack a img {
    width: 80px;
  }
}
@media only screen and (min-width: 960px) {
  .solutions-landing .solutions-landing-intro .solutions-landing-chevrons-wrapper .chevron-list .chevron-container .chevron-image.chevron-products.attack {
    margin-left: -51px;
    margin-top: 6px;
  }
  .solutions-landing .solutions-landing-intro .solutions-landing-chevrons-wrapper .chevron-list .chevron-container .chevron-image.chevron-products.attack a img {
    width: 119px;
  }
}
.solutions-landing .solutions-landing-intro .solutions-landing-chevrons-wrapper .chevron-list .chevron-container .chevron-image.chevron-products.control {
  margin-left: -77px;
}
@media only screen and (min-width: 720px) {
  .solutions-landing .solutions-landing-intro .solutions-landing-chevrons-wrapper .chevron-list .chevron-container .chevron-image.chevron-products.control {
    margin-left: -48px;
    margin-top: 22px;
  }
  .solutions-landing .solutions-landing-intro .solutions-landing-chevrons-wrapper .chevron-list .chevron-container .chevron-image.chevron-products.control a img {
    width: 102px;
  }
}
@media only screen and (min-width: 960px) {
  .solutions-landing .solutions-landing-intro .solutions-landing-chevrons-wrapper .chevron-list .chevron-container .chevron-image.chevron-products.control {
    margin-left: -81px;
    margin-top: 11px;
  }
  .solutions-landing .solutions-landing-intro .solutions-landing-chevrons-wrapper .chevron-list .chevron-container .chevron-image.chevron-products.control a img {
    width: 155px;
  }
}
.solutions-landing .solutions-landing-intro .solutions-landing-chevrons-wrapper .chevron-list .chevron-container .chevron-image.chevron-products.prevent {
  margin-left: -60px;
}
@media only screen and (min-width: 720px) {
  .solutions-landing .solutions-landing-intro .solutions-landing-chevrons-wrapper .chevron-list .chevron-container .chevron-image.chevron-products.prevent {
    margin-left: -40px;
    margin-top: 21px;
  }
  .solutions-landing .solutions-landing-intro .solutions-landing-chevrons-wrapper .chevron-list .chevron-container .chevron-image.chevron-products.prevent a img {
    width: 80px;
  }
}
@media only screen and (min-width: 960px) {
  .solutions-landing .solutions-landing-intro .solutions-landing-chevrons-wrapper .chevron-list .chevron-container .chevron-image.chevron-products.prevent {
    margin-left: -67px;
    margin-top: 10px;
  }
  .solutions-landing .solutions-landing-intro .solutions-landing-chevrons-wrapper .chevron-list .chevron-container .chevron-image.chevron-products.prevent a img {
    width: 120px;
  }
}
.solutions-landing .solutions-landing-intro .solutions-landing-chevrons-wrapper .chevron-list .chevron-container .chevron-image.chevron-products.tips {
  margin-left: -76px;
}
@media only screen and (min-width: 720px) {
  .solutions-landing .solutions-landing-intro .solutions-landing-chevrons-wrapper .chevron-list .chevron-container .chevron-image.chevron-products.tips {
    margin-left: -41px;
    margin-top: 17px;
  }
  .solutions-landing .solutions-landing-intro .solutions-landing-chevrons-wrapper .chevron-list .chevron-container .chevron-image.chevron-products.tips a img {
    width: 103px;
  }
}
@media only screen and (min-width: 960px) {
  .solutions-landing .solutions-landing-intro .solutions-landing-chevrons-wrapper .chevron-list .chevron-container .chevron-image.chevron-products.tips {
    margin-left: -93px;
    margin-top: 6px;
  }
  .solutions-landing .solutions-landing-intro .solutions-landing-chevrons-wrapper .chevron-list .chevron-container .chevron-image.chevron-products.tips a img {
    width: 152px;
  }
}
.solutions-landing .solutions-landing-intro .solutions-landing-chevrons-wrapper .chevron-list .chevron-container .chevron-image.chevron-wrapper {
  -webkit-transition: 0.2s ease-in;
  -moz-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
  height: 100px;
  margin-left: 9px;
  margin-top: 123px;
  width: 191px;
}
@media only screen and (min-width: 720px) {
  .solutions-landing .solutions-landing-intro .solutions-landing-chevrons-wrapper .chevron-list .chevron-container .chevron-image.chevron-wrapper {
    height: 66px;
    margin-left: 0;
    margin-top: 93px;
    width: 125px;
  }
}
@media only screen and (min-width: 960px) {
  .solutions-landing .solutions-landing-intro .solutions-landing-chevrons-wrapper .chevron-list .chevron-container .chevron-image.chevron-wrapper {
    height: 100px;
    margin-left: 9px;
    margin-top: 123px;
    width: 191px;
  }
}
.solutions-landing .solutions-landing-intro .solutions-landing-chevrons-wrapper .chevron-list .chevron-container .chevron-image.chevron-wrapper.hexagon-wrapper {
  height: 95px;
  margin-left: 9px;
  margin-top: 123px;
  width: 194px;
}
@media only screen and (min-width: 720px) {
  .solutions-landing .solutions-landing-intro .solutions-landing-chevrons-wrapper .chevron-list .chevron-container .chevron-image.chevron-wrapper.hexagon-wrapper {
    height: 50px;
    margin-left: 21px;
    margin-top: 101px;
    width: 104px;
  }
}
@media only screen and (min-width: 960px) {
  .solutions-landing .solutions-landing-intro .solutions-landing-chevrons-wrapper .chevron-list .chevron-container .chevron-image.chevron-wrapper.hexagon-wrapper {
    height: 76px;
    margin-left: -7px;
    margin-top: 131px;
    width: 194px;
  }
}
.solutions-landing .solutions-landing-intro .solutions-landing-chevrons-wrapper .chevron-list .chevron-container:hover .chevron-image.chevron-wrapper {
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
  -webkit-transition: 0.2s ease-in;
  -moz-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
}
@media only screen and (min-width: 720px) {
  .solutions-landing .solutions-landing-intro .solutions-landing-chevrons-wrapper .chevron-list .chevron-container.attack {
    margin-left: 34px;
  }
}
@media only screen and (min-width: 720px) {
  .solutions-landing .solutions-landing-intro .solutions-landing-chevrons-wrapper .chevron-list .chevron-container.control {
    margin-left: 24px;
  }
}
@media only screen and (min-width: 720px) {
  .solutions-landing .solutions-landing-intro .solutions-landing-chevrons-wrapper .chevron-list .chevron-container.prevent {
    margin-left: 23px;
  }
}
@media only screen and (min-width: 960px) {
  .solutions-landing .solutions-landing-intro .solutions-landing-chevrons-wrapper .chevron-list .chevron-container.prevent {
    margin-left: 8px;
  }
}
@media only screen and (min-width: 720px) {
  .solutions-landing .solutions-landing-intro .solutions-landing-chevrons-wrapper .chevron-list .chevron-container.tips {
    margin-left: 67px;
  }
}
@media only screen and (min-width: 1200px) {
  .solutions-landing .solutions-landing-intro .solutions-landing-chevrons-wrapper .chevron-list .chevron-container.tips {
    margin-left: 104px;
  }
}
.solutions-landing .solutions-landing-intro .solutions-landing-cta-wrapper {
  margin-top: 30px;
}
@media only screen and (min-width: 720px) {
  .solutions-landing .solutions-landing-intro .solutions-landing-cta-wrapper {
    margin-top: 19px;
  }
}
.solutions-landing .solutions-landing-intro .solutions-landing-cta-wrapper .button {
  cursor: pointer;
}
.solutions-landing .solutions-landing-intro .solutions-landing-cta-wrapper .cta-wrapper {
  margin-top: 26px;
}
.popover {
  background-color: #26ace2;
  z-index: 1000;
  min-width: 120px;
}
.popover .arrow {
  bottom: -10px !important;
}
.popover a.tooltip-link {
  text-decoration: underline !important;
}
.popover .popover-title {
  display: none;
}
.popover > .popover-content {
  padding: 15px;
  text-align: center !important;
  vertical-align: middle;
}
.popover > .popover-content p.tooltip-text,
.popover > .popover-content a.tooltip-link {
  font-size: 13px !important;
  font-size: 1.3rem !important;
  line-height: 16px !important;
  line-height: 1.6rem !important;
  color: #fff !important;
  display: block;
  font-family: 'titillium_webregular', Arial, Helvetica, Sans-serif !important;
  font-weight: normal;
  margin: 0 !important;
  padding: 0 !important;
  text-align: center !important;
  text-transform: uppercase;
}
.popover > .popover-content p.tooltip-text {
  text-decoration: none !important;
}
.popover > .popover-content a.tooltip-link {
  text-decoration: underline !important;
}
.popover > .popover-content a {
  text-decoration: underline !important;
}
.popover.left {
  margin-left: -20px;
}
.popover.right {
  margin-left: 20px;
}
.popover.top > .arrow:after {
  border-top-color: #26ace2;
}
.popover.bottom > .arrow:after {
  border-bottom-color: #26ace2;
}
.popover.left > .arrow:after {
  border-left-color: #26ace2;
}
.popover.right > .arrow:after {
  border-right-color: #26ace2;
}
.solutions-landing-section {
  position: relative;
}
.solutions-landing-section h2 {
  display: block;
  margin-left: auto;
  margin-right: auto;
  font-size: 30px;
  font-size: 3rem;
  font-family: AvenirLTStd-Black, Arial, Helvetica, sans-serif;
  font-weight: 800;
  text-transform: uppercase;
}
@media only screen and (min-width: 320px) {
  .solutions-landing-section h2 {
    font-size: 30px;
    font-size: 3rem;
    margin: 0 20px 10px 20px;
    text-align: center;
  }
}
@media only screen and (min-width: 720px) {
  .solutions-landing-section h2 {
    font-size: 60px;
    font-size: 6rem;
  }
}
.solutions-landing-section p,
.solutions-landing-section ul {
  font-size: 17px;
  font-size: 1.7rem;
}
@media only screen and (min-width: 320px) {
  .solutions-landing-section p,
  .solutions-landing-section ul {
    line-height: 18px;
    margin: 0;
    padding: 1px 20px 0 20px;
  }
}
@media only screen and (min-width: 960px) {
  .solutions-landing-section p,
  .solutions-landing-section ul {
    padding: 0;
  }
}
.solutions-landing-section .header-icon {
  height: 90px;
  margin-top: 59px;
  width: 175px;
}
@media only screen and (min-width: 320px) {
  .solutions-landing-section .header-icon {
    height: 78px;
    margin: 43px auto 20px auto;
    width: 144px;
  }
}
@media only screen and (min-width: 720px) {
  .solutions-landing-section .header-icon {
    height: 91px;
    margin: 66px 46px 22px;
    width: 174px;
  }
  .solutions-landing-section .header-icon p {
    line-height: 18px;
    margin: 0;
    padding: 8px 20px 0;
  }
  .solutions-landing-section .header-icon p.title-section {
    font-size: 24px;
    font-size: 2.4rem;
    padding-top: 23px;
  }
}
@media only screen and (min-width: 960px) {
  .solutions-landing-section .header-icon {
    margin-left: 0px;
    margin-top: 224px;
  }
}
@media only screen and (min-width: 720px) {
  .solutions-landing-section .header-icon.hexagon-wrapper {
    height: 71px;
    width: 185px;
  }
}
@media only screen and (min-width: 960px) {
  .solutions-landing-section .header-icon.hexagon-wrapper {
    margin-top: 57px;
  }
}
.solutions-landing-section .cta-wrapper {
  margin-top: 45px;
}
@media only screen and (min-width: 320px) {
  .solutions-landing-section .cta-wrapper {
    margin-top: 45px;
    text-align: center;
  }
}
@media only screen and (min-width: 720px) {
  .solutions-landing-section .cta-wrapper {
    margin-left: 26px;
    margin-top: 45px;
    text-align: left;
  }
}
@media only screen and (min-width: 960px) {
  .solutions-landing-section .cta-wrapper {
    margin-left: 0;
    padding-left: 0;
  }
}
.solutions-landing-section .product-group {
  bottom: 0;
  position: absolute;
  right: 0;
  z-index: 1;
}
@media only screen and (min-width: 960px) {
  .solutions-landing-section .product-group img {
    width: 100%;
  }
}
@media only screen and (min-width: 720px) {
  .solutions-landing-section .product-group img {
    float: right;
    width: 81%;
  }
}
@media screen and (max-width: 1137px) {
  .solutions-landing-section .tips {
    width: 57%!important;
  }
}
@media only screen and (min-width: 1200px) {
  .solutions-landing-section .tips {
    height: 666px;
    width: 669px!important;
  }
}
.solutions-landing-section .container {
  left: 15%;
  position: absolute;
  top: 0;
  z-index: 2;
}
@media only screen and (min-width: 320px) {
  .solutions-landing-section .container {
    position: static;
  }
}
.solutions-landing-section .dark {
  color: #2d2b2c;
}
.solutions-landing-section .light {
  color: white;
}
.solutions-landing-section h2.dark,
.solutions-landing-section h2.light {
  font-size: 30px;
  font-size: 3rem;
  font-family: AvenirLTStd-Black, Arial, Helvetica, sans-serif;
}
@media only screen and (min-width: 320px) {
  .solutions-landing-section h2.dark,
  .solutions-landing-section h2.light {
    font-size: 30px;
    font-size: 3rem;
  }
}
@media only screen and (min-width: 720px) {
  .solutions-landing-section h2.dark,
  .solutions-landing-section h2.light {
    font-size: 60px;
    font-size: 6rem;
    margin-top: 33px;
    padding-left: 20px;
    text-align: left;
  }
}
@media only screen and (min-width: 960px) {
  .solutions-landing-section h2.dark,
  .solutions-landing-section h2.light {
    margin-left: 0;
    padding-left: 0;
  }
}
.solutions-landing-section p.dark,
.solutions-landing-section p.light {
  font-size: 11px;
  font-size: 1.1rem;
  padding-left: 20px;
  padding-right: 20px;
  text-align: center;
  width: 100%;
}
@media only screen and (min-width: 720px) {
  .solutions-landing-section p.dark,
  .solutions-landing-section p.light {
    font-size: 17px;
    font-size: 1.7rem;
    line-height: 20px;
    line-height: 2rem;
    line-height: 33px;
    margin-left: 27px;
    padding-right: 140px;
    text-align: left;
  }
}
/*START MODULE: CHEVRONS*/
.chevron-wrapper a {
  display: inline !important;
}
.chevron-wrapper a:hover,
.chevron-wrapper a:active {
  text-decoration: none !important;
}
.chevron-shape,
.hexagon-shape {
  cursor: pointer;
  font-family: AvenirLTStd-Black, Arial, Helvetica, sans-serif !important;
  font-style: italic;
  font-weight: normal;
  height: 100%;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}
.chevron-shape p,
.hexagon-shape p {
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 22px;
  line-height: 2.2rem;
  color: #2D2B2C !important;
  font-family: AvenirLTStd-Black, Arial, Helvetica, sans-serif !important;
  margin: 0;
  padding: 0;
  position: relative;
  text-decoration: none !important;
  z-index: 1;
}
@media only screen and (min-width: 320px) {
  .chevron-shape p,
  .hexagon-shape p {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 15px;
    line-height: 1.5rem;
  }
}
@media only screen and (min-width: 960px) {
  .chevron-shape p,
  .hexagon-shape p {
    font-size: 20px;
    font-size: 2rem;
    line-height: 20px;
    line-height: 2rem;
  }
}
.chevron-shape p:first-child,
.hexagon-shape p:first-child {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(opacity=100)';
  margin-top: 15px;
}
@media only screen and (min-width: 320px) {
  .chevron-shape p:first-child,
  .hexagon-shape p:first-child {
    margin-top: 19px;
  }
}
@media only screen and (min-width: 720px) {
  .chevron-shape p:first-child,
  .hexagon-shape p:first-child {
    margin-top: 14px;
  }
}
@media only screen and (min-width: 960px) {
  .chevron-shape p:first-child,
  .hexagon-shape p:first-child {
    margin-top: 23px;
  }
}
.chevron-shape p.title-section,
.hexagon-shape p.title-section {
  font-size: 28px;
  font-size: 2.8rem;
  color: #ffffff !important;
  text-shadow: 2px 2px rgba(0, 0, 0, 0.5);
}
@media only screen and (min-width: 320px) {
  .chevron-shape p.title-section,
  .hexagon-shape p.title-section {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media only screen and (min-width: 720px) {
  .chevron-shape p.title-section,
  .hexagon-shape p.title-section {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media only screen and (min-width: 960px) {
  .chevron-shape p.title-section,
  .hexagon-shape p.title-section {
    font-size: 26px;
    font-size: 2.6rem;
  }
}
.chevron-shape {
  margin-bottom: 6px;
  padding: 12px;
}
.chevron-shape:before {
  /* Due to a bug in the anti-liasing*/
  -webkit-perspective: 0;
  perspective: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-color: #c52127;
  background: -webkit-gradient(linear, left top, left bottom, from(#c52127), to(b41e23));
  background: -webkit-linear-gradient(top, #c52127, b41e23);
  background: -moz-linear-gradient(top, #c52127, b41e23);
  background: -ms-linear-gradient(top, #c52127, b41e23);
  background: -o-linear-gradient(top, #c52127, b41e23);
  -webkit-transform: skew(0deg, 10deg);
  -moz-transform: skew(0deg, 10deg);
  -ms-transform: skew(0deg, 10deg);
  -o-transform: skew(0deg, 10deg);
  transform: skew(0deg, 10deg);
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  top: 10px;
  width: 51%;
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=1, M12=0, M21=0.17632698070846592, M22=1, SizingMethod='auto expand')";
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .chevron-shape:before {
    -webkit-backface-visibility: visible;
  }
}
.chevron-shape:after {
  /* Due to a bug in the anti-liasing*/
  -webkit-perspective: 0;
  perspective: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-color: #c52127;
  background: -webkit-gradient(linear, left top, left bottom, from(#c52127), to(b41e23));
  background: -webkit-linear-gradient(top, #c52127, b41e23);
  background: -moz-linear-gradient(top, #c52127, b41e23);
  background: -ms-linear-gradient(top, #c52127, b41e23);
  background: -o-linear-gradient(top, #c52127, b41e23);
  -webkit-transform: skew(0deg, -10deg);
  -moz-transform: skew(0deg, -10deg);
  -ms-transform: skew(0deg, -10deg);
  -o-transform: skew(0deg, -10deg);
  transform: skew(0deg, -10deg);
  content: '';
  height: 100%;
  position: absolute;
  right: 0;
  top: 10px;
  width: 51%;
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=1, M12=0, M21=-0.1763269807084645, M22=1, SizingMethod='auto expand')";
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .chevron-shape:after {
    -webkit-backface-visibility: visible;
  }
}
.chevron-shape.border-included:before {
  border-bottom: 2px solid #ffffff;
  border-left: 2px solid #ffffff;
  border-top: 2px solid #ffffff;
}
.chevron-shape.border-included:after {
  border-bottom: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  border-top: 2px solid #ffffff;
}
.chevron-shape.attack-color:after,
.chevron-shape.attack-color:before {
  background-color: #c52127;
  background: -webkit-gradient(linear, left top, left bottom, from(#c52127), to(#b41e23));
  background: -webkit-linear-gradient(top, #c52127, #b41e23);
  background: -moz-linear-gradient(top, #c52127, #b41e23);
  background: -ms-linear-gradient(top, #c52127, #b41e23);
  background: -o-linear-gradient(top, #c52127, #b41e23);
}
.chevron-shape.control-color:after,
.chevron-shape.control-color:before {
  background-color: #fcc403;
  background: -webkit-gradient(linear, left top, left bottom, from(#fcc403), to(#d8a405));
  background: -webkit-linear-gradient(top, #fcc403, #d8a405);
  background: -moz-linear-gradient(top, #fcc403, #d8a405);
  background: -ms-linear-gradient(top, #fcc403, #d8a405);
  background: -o-linear-gradient(top, #fcc403, #d8a405);
}
.chevron-shape.prevent-color:after,
.chevron-shape.prevent-color:before {
  background-color: #1566a0;
  background: -webkit-gradient(linear, left top, left bottom, from(#1566a0), to(#135d92));
  background: -webkit-linear-gradient(top, #1566a0, #135d92);
  background: -moz-linear-gradient(top, #1566a0, #135d92);
  background: -ms-linear-gradient(top, #1566a0, #135d92);
  background: -o-linear-gradient(top, #1566a0, #135d92);
}
.hexagon-shape:before {
  /* Due to a bug in the anti-liasing*/
  -webkit-perspective: 0;
  perspective: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-transform: skew(0deg, -11deg);
  -moz-transform: skew(0deg, -11deg);
  -ms-transform: skew(0deg, -11deg);
  -o-transform: skew(0deg, -11deg);
  transform: skew(0deg, -11deg);
  background-color: #a6a8ab;
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  top: -10px;
  width: 51%;
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=1, M12=0, M21=-0.19438030913771873, M22=1, SizingMethod='auto expand')";
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .hexagon-shape:before {
    -webkit-backface-visibility: visible;
  }
}
@media only screen and (min-width: 720px) {
  .hexagon-shape:before {
    width: 51%;
  }
}
.hexagon-shape:after {
  /* Due to a bug in the anti-liasing*/
  -webkit-perspective: 0;
  perspective: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-transform: skew(0deg, 11deg);
  -moz-transform: skew(0deg, 11deg);
  -ms-transform: skew(0deg, 11deg);
  -o-transform: skew(0deg, 11deg);
  transform: skew(0deg, 11deg);
  background-color: #a6a8ab;
  content: '';
  height: 100%;
  position: absolute;
  right: 0;
  top: -10px;
  width: 50%;
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=1, M12=0, M21=0.1943803091377183, M22=1, SizingMethod='auto expand')";
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .hexagon-shape:after {
    -webkit-backface-visibility: visible;
  }
}
@media only screen and (min-width: 720px) {
  .hexagon-shape:after {
    width: 50%;
  }
}
.hexagon-shape .hexagon-top-bottom:before {
  -webkit-transform: skew(0deg, 10deg);
  -moz-transform: skew(0deg, 10deg);
  -ms-transform: skew(0deg, 10deg);
  -o-transform: skew(0deg, 10deg);
  transform: skew(0deg, 10deg);
  background-color: #a6a8ab;
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  top: 10px;
  width: 51%;
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=1, M12=0, M21=0.17632698070846592, M22=1, SizingMethod='auto expand')";
}
.hexagon-shape .hexagon-top-bottom:after {
  -webkit-transform: skew(0deg, -10deg);
  -moz-transform: skew(0deg, -10deg);
  -ms-transform: skew(0deg, -10deg);
  -o-transform: skew(0deg, -10deg);
  transform: skew(0deg, -10deg);
  background-color: #a6a8ab;
  content: '';
  height: 100%;
  position: absolute;
  right: 0;
  top: 10px;
  width: 51%;
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=1, M12=0, M21=-0.1763269807084645, M22=1, SizingMethod='auto expand')";
}
.hexagon-shape.border-included:before,
.hexagon-shape.border-included:after {
  border-top: 2px solid #ffffff;
}
.hexagon-shape.border-included .hexagon-top-bottom:before {
  border-bottom: 2px solid #ffffff;
}
.hexagon-shape.border-included .hexagon-top-bottom:after {
  border-bottom: 2px solid #ffffff;
}
.hexagon-shape.border-included .hexagon-shape-content {
  border-left: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  width: 101%;
}
.hexagon-shape .hexagon-shape-content {
  height: 100%;
  padding: 12px;
  position: relative;
  width: 100%;
  z-index: 1;
}
.hexagon-shape.tips-color,
.hexagon-shape.tips-color .hexagon-top-bottom,
.hexagon-shape.tips-color .hexagon-shape-content {
  background-color: #a6a8ab;
}
.hexagon-shape.tips-color:after,
.hexagon-shape.tips-color .hexagon-top-bottom:after,
.hexagon-shape.tips-color .hexagon-shape-content:after,
.hexagon-shape.tips-color:before,
.hexagon-shape.tips-color .hexagon-top-bottom:before,
.hexagon-shape.tips-color .hexagon-shape-content:before {
  background-color: #a6a8ab;
}
/*END MODULE: CHEVRONS*/
/* PAGE NOT FOUND PAGE */
.error-page .row {
  margin-left: 10px;
  margin-right: 10px;
}
/* END PAGE NOT FOUND PAGE */
