﻿@import "/Content/CSS/Common/normalize.css";
@import "/Content/CSS/Common/colorbox.css";
@import "/Content/CSS/Common/video-js.css";
@import "/Content/CSS/Common/cloud-zoom.css";
body {
  font-family: "Archivo Narrow", "Arial Narrow";
  color: #333b41;
  overflow-y: scroll;
}
a {
  text-decoration: none;
}
.global-overlay {
  display: none;
}
.global-overlay-box #cboxContent {
  background-image: url(/Content/Images/National/Stanley-Transition-Rotator.jpg);
  background-position: bottom right;
  background-repeat: no-repeat;
  background-color: inherit;
  border: 2px solid #ddd;
}
.global-overlay-box #cboxContent #cboxLoadedContent {
  margin: auto;
  overflow: hidden;
}
@media screen and (max-width: 750px) {
  .global-overlay-box #cboxContent {
    background-image: none;
    background-color: #121212;
  }
}
.global-overlay-box .global-overlay {
  margin: 45px;
}
.global-overlay-box .global-overlay h2,
.global-overlay-box .global-overlay p {
  color: #fff;
  margin-bottom: 20px;
}
.global-overlay-box .global-overlay a {
  cursor: pointer;
  background-color: buttonface;
  padding: 11px;
  border-radius: 4px;
  /*position: absolute;
            right: 83px;*/
}
header {
  background: url("/Content/Images/National/header.png") repeat-x;
  height: 164px;
  position: relative;
  z-index: 10040;
}
#logo {
  float: left;
  display: block;
  margin: 20px 0 0 8px;
}
.supHeader {
  float: right;
  position: relative;
  z-index: 1000;
}
.supHeader ul {
  float: left;
  text-transform: uppercase;
  font-size: 13px;
  padding: 0;
  margin: 0 10px 0 0;
  list-style: none;
}
.supHeader li {
  float: left;
}
.supHeader a {
  padding: 10px 16px 10px;
  display: block;
  font-weight: 700;
  color: #ededed;
}
.langMenu li {
  position: relative;
}
.langMenu a {
  color: #585454;
}
.langMenu a.active {
  background: #258ac7;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 0;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  color: #fff;
}
#langTT {
  background: url("/Content/Images/National/tooltip.png") no-repeat;
  width: 146px;
  height: 68px;
  padding: 25px 10px 0 65px;
  position: absolute;
  -webkit-transition: bottom 1s ease-out;
  -moz-transition: bottom 1s ease-out;
  -o-transition: bottom 1s ease-out;
  transition: bottom 1s ease-out;
  left: 50%;
  bottom: -82px;
  font-size: 12px;
  opacity: 0;
  margin-left: -111px;
}
#langTT a {
  display: inline-block;
  padding: 0;
  margin: 5px 0 0 0;
}
#langTT #cultureTTCloseBtn {
  font-weight: 300;
  text-transform: none;
  position: absolute;
  right: 8px;
  top: 7px;
}
#langTT .tt_icon {
  width: 32px;
  height: 33px;
  position: absolute;
  top: 32px;
  left: 16px;
  display: block;
  background: url("/Content/Images/National/country-icons.png") no-repeat 0 0;
}
#langTT .tt_icon.canada {
  background-position: 0 -203px;
}
#langTT .tt_icon.international {
  background-position: 0 -382px;
}
.langMenu a:hover {
  color: #ee2e24;
}
.supLinks {
  overflow: hidden;
  -webkit-border-radius: 0 0 5px 5px;
}
.supLinks a {
  background: #333b41;
  color: #ededed;
}
.supLinks a:hover {
  color: #1482c3;
}
.mainHeader {
  padding-top: 18px;
  clear: both;
}
.mainNav {
  float: left;
  background: url("/Content/Images/National/mainMenuBgWrap.png") no-repeat 0 0;
  padding: 4px 4px 5px;
  margin-top: 14px;
  position: relative;
  clear: both;
  z-index: 100;
}
.mainNav strong {
  -webkit-border-radius: 5px;
  text-transform: uppercase;
  background: #258ac7 url("/Content/Images/National/mainMenuBg.png") repeat-x;
  display: block;
  width: 222px;
  height: 41px;
  line-height: 41px;
  text-align: center;
  font-size: 18px;
  color: #ededed;
  position: relative;
  z-index: 99999;
}
.mainNav sub {
  position: absolute;
  right: 10px;
  top: 26px;
}
.mainNav ul {
  display: none;
}
.mainNav .dropDown {
  position: absolute;
  background: #fff;
  top: 41px;
  left: 7px;
  width: 215px;
  list-style: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.4);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.4);
}
.mainNav .dropDown a {
  display: block;
  padding: 0 15px;
  height: 34px;
  line-height: 34px;
  color: #333b41;
  border-bottom: 1px solid #706769;
  white-space: nowrap;
  position: relative;
}
.mainNav .dropDown a:hover {
  background: #1482c3;
  color: #fff;
}
.mainNav .dropDown a:hover a {
  color: #000;
}
.mainNav .dropDown a:hover a:hover {
  color: #fff;
}
.mainNav .dropDown a .subNavArw {
  opacity: 0;
  -webkit-transition: opacity 0.4s ease-out;
  -moz-transition: opacity 0.4s ease-out;
  -o-transition: opacity 0.4s ease-out;
  transition: opacity 0.4s ease-out;
  position: absolute;
  background: url("/Content/Images/National/subNavArrow.png");
  width: 16px;
  height: 21px;
  right: -7px;
  top: 7px;
  z-index: 9999;
  content: "reza";
  text-indent: -9999px;
}
.mainNav .dropDown .hover {
  background: #1482c3;
}
.mainNav .dropDown .hover a {
  color: #000;
}
.mainNav .dropDown .hover > a {
  color: #fff;
}
.mainNav .dropDown .hover a:hover {
  color: #fff;
}
.mainNav .dropDown .hover .subNavArw {
  opacity: 1;
}
.mainNav li.adjust-2 .dropDown {
  top: 20px;
}
.mainNav li.adjust-3 .dropDown {
  top: 40px;
}
.mainNav li.adjust-4 .dropDown {
  top: 120px;
}
.mainNav li.adjust-5 .dropDown {
  top: 220px;
}
.mainNav li.adjust-6 .dropDown {
  top: 140px;
}
.mainNav li.item-11 .dropDown {
  top: 178px;
}
.mainNav li.item-12 .dropDown {
  top: 78px;
}
.mainNav li.item-13 .dropDown {
  top: 260px;
}
.mainNav li .dropDown {
  display: none;
  left: 194px;
  top: -20px;
  -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
  padding-left: 26px;
  background: transparent;
  width: auto;
}
.mainNav li .dropDown .dropDownWrap {
  background: #fcfcfc;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius-topleft: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #798896;
  display: inline-block;
}
.mainNav li .dropDown ul {
  list-style: none;
  padding: 10px 5px;
  margin: 0;
  overflow: auto;
  display: block;
}
.mainNav li .dropDown li {
  display: table-cell;
  padding: 0;
}
.mainNav li .dropDown .newline {
  float: left;
  clear: both;
}
.mainNav li .dropDown em {
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  text-transform: uppercase;
  display: none;
  margin-bottom: 5px;
  margin: 30px 0 0 15px;
}
.mainNav li .dropDown a {
  padding: 15px;
  margin: 0;
  color: #464645;
  font-weight: bold;
  border: none;
  height: auto;
  font-size: 16px;
  background-color: none !important;
  white-space: normal;
  text-align: center;
  line-height: 20px;
  width: 150px;
}
.mainNav li .dropDown a img {
  display: block;
  margin: 0 0 10px 0;
  width: 150px;
  height: auto;
}
.mainNav li .sup-nav {
  padding-right: 250px;
}
.mainNav li .sup-nav em {
  display: block;
}
.mainNav li .sup-nav .additional-categories {
  position: absolute;
  top: 0;
  right: 20px;
  width: 220px;
  padding-top: 30px;
}
.mainNav li .sup-nav .additional-categories ul {
  padding: 0;
}
.mainNav li .sup-nav .additional-categories li {
  display: block;
}
.mainNav li .sup-nav .additional-categories em {
  margin: 0 0 10px 0;
}
.mainNav li .sup-nav .additional-categories a {
  padding: 6px 10px;
  border-bottom: 1px solid #ededed;
  text-align: left;
  width: auto;
  font-size: 14px;
}
#search {
  line-height: 41px;
  display: block;
  float: right;
  padding: 18px 20px 0 0;
  width: 346px;
}
#search label {
  display: inline-block;
  padding: 0 8px 0 0;
  color: #000000;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 13px;
  vertical-align: top;
  line-height: 41px;
  float: left;
}
#search fieldset {
  border: 0;
  display: block;
  background: url("/Content/Images/National/searchHeaderBg.png") no-repeat 0 0;
  height: 41px;
  float: right;
  position: relative;
  width: 280px;
  padding: 0;
  margin: 0;
}
#search fieldset .searchButton {
  float: right;
  text-indent: -9999px;
  background: url("/Content/Images/National/searchButton.png") no-repeat 0 0;
  width: 48px;
  height: 40px;
  border-collapse: collapse;
  border: none;
  position: absolute;
  top: 0;
  right: 0;
}
#search fieldset .typeahead,
#search fieldset .tt-query,
#search fieldset .tt-hint {
  border-collapse: collapse;
  border: none;
  height: 40px;
  line-height: 40px;
  background: transparent;
  padding: 0 10px 0 10px;
  width: 212px;
}
#search fieldset .typeahead {
  background-color: #fff;
}
#search fieldset .typeahead:focus {
  border: 2px solid #0097cf;
}
#search fieldset .tt-query {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
#search fieldset .tt-hint {
  color: #999;
}
#search fieldset .tt-dropdown-menu {
  width: 278px;
  padding: 8px 0;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 8px;
  -webkit-border-bottom-left-radius: 8px;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 8px;
  -moz-border-radius-bottomleft: 8px;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  border-top-left-radius: 0;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
#search fieldset .tt-suggestion {
  padding: 3px 20px;
}
#search fieldset .tt-suggestion.tt-is-under-cursor {
  color: #fff;
  background-color: #0097cf;
}
#search fieldset .tt-suggestion p {
  margin: 0;
}
.subMenu {
  float: right;
  padding-top: 18px;
}
.subMenu ul {
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-topleft: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.2);
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.subMenu li {
  float: left;
}
.subMenu a {
  font-size: 14px;
  background: url("/Content/Images/National/subNavBg.png") repeat-x right 0;
  height: 41px;
  line-height: 41px;
  text-transform: uppercase;
  color: #ededed;
  padding: 0 12px;
  display: block;
  font-weight: 700;
}
.subMenu a:hover {
  background-position: right -41px;
}
footer {
  color: #333b41;
}
footer .footerMain {
  background: url("/Content/Images/National/footerBg.png") repeat-x;
  padding: 39px 0 29px 0;
}
footer .footerMain .footerNewsletter {
  display: inline-block;
}
footer .footerMain .footerNewsletter strong {
  font-size: 16px;
  display: block;
  margin-bottom: 24px;
}
footer .footerMain .footerNewsletter .newsletterSignupWrapper {
  padding: 6px;
  background: url("/Content/Images/National/newsletter-signup-bg.png") no-repeat 0 0;
  position: relative;
}
footer .footerMain .footerNewsletter .newsletterSignupWrapper input {
  height: 27px;
  width: 246px;
  color: #333b41;
  padding: 0 5px;
  -webkit-border-radius: 5px;
  font-family: Arimo;
  font-size: 12px;
  font-weight: normal;
}
footer .footerMain .footerNewsletter .newsletterSignupWrapper .signup-notification {
  display: none;
  position: absolute;
  top: 37px;
  height: 24px;
  left: 7px;
  width: 257px;
  line-height: 24px;
  text-indent: 10px;
  color: #fff;
  background: #31ac00;
}
footer .footerMain .footerNewsletter .newsletterSignupWrapper .error {
  background: red;
}
footer .footerMain .footerPlug {
  float: right;
  color: #333b41;
  max-width: 432px;
}
footer .footerMain .footerPlug a {
  margin: 30px 90px 0 0;
  float: right;
}
footer .footerMain .wrap {
  max-width: 960px;
}
footer .footerSub {
  background: #f9f9f9;
  text-align: center;
  padding-bottom: 30px;
}
footer .footerSub ul {
  padding: 0;
  list-style: none;
  width: 370px;
  margin: 0 auto;
}
footer .footerSub li {
  float: left;
  padding: 14px 7px;
}
footer .footerSub a {
  color: #333b41;
}
footer .footerSub a:hover {
  color: #000;
}
.floatRight {
  float: right;
}
hr {
  clear: both;
}
.wrap {
  width: 960px;
  max-width: 960px;
  margin: 0 auto;
}
.wrap.centered {
  text-align: center;
}
#main {
  margin-top: -4px;
  min-height: 300px;
}
.content ul {
  margin: 0;
  padding: 0;
  padding-left: 20px;
  margin-bottom: 25px;
}
.content li {
  list-style: square;
  color: #1482c3;
  margin-bottom: 20px;
}
.content li p {
  font-size: 14px;
  color: #333b41;
}
.content ol {
  margin: 0;
  padding: 0;
  padding-left: 20px;
  margin-bottom: 25px;
}
.content ol li {
  list-style: decimal;
}
.content li {
  color: #1482c3;
  margin-bottom: 20px;
}
.content li p {
  font-size: 14px;
  color: #333b41;
}
.content a {
  color: #1482c3;
  text-decoration: none !important;
}
.content a:hover {
  color: #ee2e24 !important;
  text-decoration: none !important;
}
.white-bg {
  background: #fff;
}
.dark-gray-bg {
  background: #333b41;
  color: #ededed;
}
.dark-gray-bg h1,
.dark-gray-bg h2,
.dark-gray-bg h3,
.dark-gray-bg h4,
.dark-gray-bg h5,
.dark-gray-bg h6,
.dark-gray-bg p {
  color: #ededed;
}
.light-gray-bg {
  border-top: 1px solid #d0d0d2;
  background: #ededed;
}
.white-bg,
.dark-gray-bg,
.light-gray-bg {
  position: relative;
  z-index: 1;
}
.white-bg .wrap,
.dark-gray-bg .wrap,
.light-gray-bg .wrap {
  padding: 20px 0;
}
h1 {
  color: #333b41;
  font-size: 25px;
  padding: 26px 0;
  margin: 0;
  line-height: 30px;
}
.landingTitle h1 {
  font-size: 60px;
  line-height: 70px;
}
h2 {
  color: #333b41;
  font-size: 36px;
  line-height: 42px;
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 20px;
}
h3 {
  color: #333b41;
  font-size: 24px;
  line-height: 30px;
  margin: 0;
  margin-bottom: 20px;
}
h4 {
  color: #333b41;
  font-size: 18px;
  line-height: 18px;
  margin: 0;
}
h5 {
  font-family: "Arimo";
  color: #333b41;
  font-size: 16px;
  line-height: 24px;
  font-weight: normal;
  margin: 0;
}
h6 {
  color: #333b41;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  margin: 10px 0 20px;
}
p {
  font-family: "Arimo";
  color: #333b41;
  font-size: 14px;
  line-height: 22px;
  margin: 0;
  margin-bottom: 20px;
}
.intro p {
  font-family: "Arimo";
  color: #333b41;
  font-size: 16px;
  line-height: 24px;
  margin: 0;
  margin-bottom: 20px;
}
hr {
  border: 0;
  border-bottom: 1px solid #e0e3e3;
  margin: 30px 0;
}
.sfBreadcrumbWrp {
  background: #e0e3e3;
  height: 39px;
  border-bottom: 1px solid #d0d0d2;
  -webkit-box-shadow: inset 0 -1px 1px 0px rgba(175, 175, 175, 0.1);
  -moz-box-shadow: inset 0 -1px 1px 0px rgba(175, 175, 175, 0.1);
  box-shadow: inset 0 -1px 1px 0px rgba(175, 175, 175, 0.1);
}
.sfBreadcrumbWrp ul {
  width: 960px;
  margin: 0 auto !important;
  padding: 10px 0 10px 0 !important;
}
.sfBreadcrumbWrp ul li {
  margin: 0 !important;
  padding: 0 !important;
  font-size: 12px;
}
.sfBreadcrumbWrp ul li a,
.sfBreadcrumbWrp ul li span {
  font-size: 12px;
  font-family: "Arimo";
  color: #000;
}
.sfBreadcrumbWrp ul li a.rsmLink,
.sfBreadcrumbWrp ul li span.rsmLink {
  padding-left: 1px !important;
}
.sfBreadcrumbWrp ul li a:hover {
  color: #1482c3 !important;
}
.sfBreadcrumbWrp ul li:last-child a {
  color: #ee2e24 !important;
}
.sparkle {
  background: url("/Content/Images/National/sparkle.jpg") repeat;
}
.grey-hatch {
  background: url("/Content/Images/National/grey-hatch.jpg") repeat;
}
.grey-hatch h4 {
  color: #fff;
  text-shadow: 1px 1px 1px solid #333;
  font-size: 18px;
  margin: 0 0 20px;
}
.top-shadow {
  background: url("/Content/Images/National/top-shadow.png") repeat-x;
  width: 100%;
  height: 39px;
}
.bottom-shadow {
  background: url("/Content/Images/National/bottom-shadow.png") repeat-x;
  width: 100%;
  height: 15px;
}
.cols .left-col {
  float: left;
  width: 430px;
}
.cols .right-col {
  float: right;
  width: 430px;
}
.three-col-wrap div {
  float: left;
  padding: 0 30px;
}
.three-col-wrap .col-two {
  padding: 0 60px;
}
.pagination-container {
  background: #e0e3e3;
  padding-top: 14px;
  height: 24px;
  border-bottom: 1px solid #d0d0d2;
  -webkit-box-shadow: inset 0 -1px 1px 0px rgba(175, 175, 175, 0.1);
  -moz-box-shadow: inset 0 -1px 1px 0px rgba(175, 175, 175, 0.1);
  box-shadow: inset 0 -1px 1px 0px rgba(175, 175, 175, 0.1);
}
.pagination-container .pagination {
  list-style: none;
  margin: 0;
  padding: 0;
}
.pagination-container .pagination li {
  list-style: none;
  float: left;
  color: #000;
  font-family: Arimo;
  font-size: 12px;
  font-weight: normal;
  padding-right: 5px;
}
.pagination-container .pagination li a {
  padding-right: 2px;
}
.pagination-container .pagination li.last {
  color: #ee2e24;
}
.pagination-container .pagination a {
  color: #000;
}
#two-col-temp > div {
  float: left;
  overflow: hidden;
  border: 0;
}
#two-col-temp .left {
  width: 240px;
  margin-right: 30px;
}
#two-col-temp .right {
  width: 690px;
  margin-bottom: 40px;
}
#two-col-temp .right h1 {
  padding-top: 0;
}
.RadTreeView_Default .rtHover .rtIn {
  background-color: #d0d0d2 !important;
  background-image: linear-gradient(transparent, transparent) !important;
}
.RadTreeView_Default .rtSelected .rtIn {
  background-color: #999!important;
  background-image: linear-gradient(#969696, #828282) !important;
}
.RadSiteMap_Default .rsmOneLevel .rsmLink:hover {
  background-color: transparent!important;
  background-image: linear-gradient(transparent, transparent) !important;
}
.RadTreeView .rtSp,
.RadTreeView .rtMinus,
.RadTreeView .rtPlus {
  display: none !important;
}
.RadTreeView a {
  padding: 0 !important;
  margin: 0 !important;
}
.RadTreeView > ul {
  margin: 0 !important;
  padding: 0 !important;
}
.RadTreeView > ul > li div {
  padding: 0 !important;
}
.RadTreeView > ul > li > ul {
  padding: 0 20px !important;
  margin-bottom: 20px !important;
}
.RadTreeView > ul > li > ul > li a {
  width: 160px;
  padding: 5px 20px !important;
  display: block;
}
.RadTreeView > ul > li > div > a {
  width: 200px !important;
  font-weight: bold !important;
  padding: 10px 20px !important;
  display: block!important;
  border: 0!important;
}
.RadTreeView > ul li {
  font-size: 12px;
  list-style: none !important;
  margin: 0 !important;
  margin-bottom: 5px !important;
  padding: 0 !important;
  background: #d0d0d2 !important;
  overflow: hidden;
  border: 0;
}
.RadTreeView > ul li div {
  background: none !important;
}
.RadTreeView > ul li a {
  font-family: "Arimo" !important;
  color: #000 !important;
}
.RadTreeView > ul li a:hover {
  color: #1482c3 !important;
}
.tabWrapper {
  margin-bottom: 100px;
}
.tabWrapper .tabNav {
  width: 100%;
}
.tabWrapper .tabNav ul {
  width: 100%;
  margin: 0;
  padding: 0;
}
.tabWrapper .tabNav ul li {
  float: left;
  background: #d0d0d2;
  list-style: none;
  padding: 13px 25px;
  cursor: pointer;
  color: #333b41;
  font-size: 14px;
  margin: 0;
  margin-right: 2px;
}
.tabWrapper .tabNav ul li.active,
.tabWrapper .tabNav ul li:hover.active {
  background: #fff;
  color: #000;
}
.tabWrapper .tabNav ul li:hover {
  background: #1482c3;
  color: #fff;
}
.tabWrapper .tabContentWrapper {
  background: #fff;
  padding: 70px 0;
}
.tabWrapper .tabContentWrapper .tabContent {
  width: 640px;
  margin: 0 auto;
  display: none;
}
.tabWrapper .tabContentWrapper .tabContent h3,
.tabWrapper .tabContentWrapper .tabContent h4 {
  font-weight: normal;
}
.tabWrapper .tabContentWrapper .tabContent h3 {
  margin-bottom: 10px;
}
.tabWrapper .tabContentWrapper .tabContent h4 {
  cursor: pointer;
  border-bottom: 1px solid #E0E3E3;
  padding: 5px 0 5px 25px;
  background: url("/Content/Images/National/faqs-arrow.png") no-repeat 0 8px;
}
.tabWrapper .tabContentWrapper .tabContent h4.active {
  background-position: 0 -80px;
}
.three-col-cta .cta {
  float: left;
  height: 330px;
  margin-right: 15px;
  overflow: hidden;
  position: relative;
  text-align: center;
  width: 220px;
}
.three-col-cta .cta strong {
  background: url("/Content/Images/National/resourceTitleBg.png") repeat scroll 0 0 transparent;
  color: #333B41;
  display: block;
  font-size: 18px;
  font-weight: 400;
  padding: 10px 0;
  position: absolute;
  top: 114px;
  width: 100%;
  z-index: 3;
}
.three-col-cta .cta p {
  background: url("/Content/Images/National/resourcePBg.png") repeat-x scroll 0 bottom transparent;
  bottom: 0;
  color: #333B41;
  font-size: 12px;
  height: 140px;
  left: 0;
  line-height: 18px;
  margin: 0;
  padding: 18px 28px 0;
  position: absolute;
  width: 164px;
}
.three-col-cta .cta.last {
  margin: 0;
}
.three-col-cta .btn {
  background: none repeat scroll 0 0 #464645;
  position: relative;
  top: 104px;
  z-index: 3;
}
.two-col-cta.fullwidth {
  margin-bottom: 25px;
}
.two-col-cta.fullwidth .cta {
  float: left;
  height: 285px;
  margin-right: 18px;
  overflow: hidden;
  position: relative;
  text-align: center;
  width: 471px;
}
.two-col-cta.fullwidth .cta strong {
  background: url("/Content/Images/National/resourceTitleBg.png") repeat scroll 0 0 transparent;
  color: #333B41;
  display: block;
  font-size: 18px;
  font-weight: 400;
  padding: 15px 0;
  position: absolute;
  top: 114px;
  width: 100%;
  z-index: 3;
}
.two-col-cta.fullwidth .cta p {
  background: url("/Content/Images/National/resourcePBg.png") repeat-x scroll 0 bottom transparent;
  bottom: 0;
  color: #333B41;
  font-size: 12px;
  height: 90px;
  left: 0;
  line-height: 18px;
  margin: 0;
  padding: 18px 70px 0;
  position: absolute;
  width: 331px;
}
.two-col-cta.fullwidth .cta.last {
  margin: 0;
}
.two-col-cta.fullwidth .btn {
  background: none repeat scroll 0 0 #464645;
  position: relative;
  top: 58px;
  z-index: 3;
}
#appMessage {
  position: fixed;
  top: -34px;
  left: 0;
  width: 100%;
  text-align: center;
  background: #fff;
  z-index: 9999999;
  border: 1px solid #ccc;
  height: 34px;
  line-height: 34px;
  -webkit-box-shadow: 3px 0 2px 1px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 3px 0 2px 1px rgba(0, 0, 0, 0.3);
  box-shadow: 3px 0 2px 1px rgba(0, 0, 0, 0.3);
  -webkit-transition: top 0.6s ease-out;
  -moz-transition: top 0.6s ease-out;
  -o-transition: top 0.6s ease-out;
  transition: top 0.6s ease-out;
}
.show-message #appMessage {
  top: 0;
}
.content-page {
  padding: 60px 0;
}
#ttModal {
  display: none;
}
.sfPageEditor #ttModal,
#cboxLoadedContent #ttModal {
  display: block;
}
.tt-modal-top {
  height: 105px;
  padding: 50px;
  text-align: center;
  font-size: 24px;
}
.tt-modal-top .btn {
  width: 150px;
  display: block;
  margin: 20px auto;
}
.tt-modal-bottom {
  height: 108px;
  padding: 25px 0 0;
  text-align: center;
  font-size: 20px;
  background: #e5e5e5;
  border-top: 1px solid #ccc;
}
.tt-modal-bottom ul {
  margin: 25px 0 0 0;
  padding: 0;
  border-top: 1px solid #ccc;
}
.tt-modal-bottom li {
  float: left;
  list-style: none;
  border-right: 1px solid #ccc;
}
.tt-modal-bottom li a {
  display: block;
  height: 60px;
  line-height: 60px;
  padding: 0 35px 0 80px;
  color: #333b41;
  font-size: 18px;
  font-weight: 600;
  background: url("/Content/Images/National/country-icons.png") no-repeat 24px 12px;
}
.tt-modal-bottom li.langCAN a {
  background-position: 24px -190px;
}
.tt-modal-bottom li.langINT a {
  background-position: 24px -369px;
}
.tt-modal-bottom li:last-of-type {
  border-right: none;
}
.btn {
  display: inline-block;
  color: #ededed !important;
  text-transform: uppercase;
  text-align: center;
  height: 30px;
  border: none;
  border-collapse: collapse;
  line-height: 30px;
  padding: 0 20px;
  background: #ee2e24;
  font-weight: 700;
  font-size: 13px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-topleft: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  cursor: pointer;
}
.content .btn:hover {
  color: #fff !important;
}
/*Sizes*/
.small-btn {
  display: inline-block;
  font-size: 12px;
  height: 20px;
  line-height: 20px;
  padding: 0 14px;
}
.btnLarge {
  font-size: 16px;
  height: 32px;
  line-height: 32px;
}
.btnColor1 {
  background: #333b41;
}
.btnColor2 {
  background: #1482c3;
}
.homepage #mainNav > .dropDown {
  display: block !important;
  opacity: 1 !important;
}
.homepageSlides {
  background: #000;
  height: 500px;
  position: relative;
  width: 100%;
}
.homepageSlide {
  width: 100% !important;
  height: 500px;
  position: absolute;
  top: 0;
  left: 0;
  background-position: top center;
  background-repeat: no-repeat;
  overflow: hidden;
}
.homepageSlide h2 {
  font-size: 52px;
  line-height: 54px;
  margin: 0 0 22px 0;
  color: #ededed;
  font-family: "Archivo Narrow";
  font-weight: 700;
}
.homepageSlide p {
  font-size: 14px;
  line-height: 20px;
  color: #ededed;
  letter-spacing: 1px;
}
.homepageSlide .btn {
  clear: both;
  margin-top: 34px;
}
.homepageSlide .heroImage {
  position: absolute;
  right: -250px;
  top: 0px;
}
.homepageSlideWrap {
  width: 500px;
  margin: 0 auto;
  padding: 40px 0 0 75px;
  position: relative;
}
.slide2 h2,
.slide2 p {
  color: #000;
}
.homepageSlideNav {
  height: 34px;
  background: url("/Content/Images/National/slideNavBg.png") repeat-x;
  position: relative;
  z-index: 1000;
}
.homepageSlideNav .wrap {
  width: 585px;
  position: relative;
}
.homepageSlideNav ul {
  width: 685px;
  height: 34px;
  margin: 0 auto !important;
  list-style: none;
  position: relative;
  z-index: 1;
  padding: 0 0 0 65px !important;
}
.homepageSlideNav li {
  float: left;
  margin-left: -1px;
  list-style: none !important;
}
.homepageSlideNav a {
  color: #ededed;
  font-size: 16px;
  width: 166px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  display: block;
  background: url("/Content/Images/National/homepage-slideshow-nav-bg-166.png") no-repeat bottom left;
}
.homepageSlideNav .active {
  -webkit-transition: left 0.2s ease-out;
  -moz-transition: left 0.2s ease-out;
  -o-transition: left 0.2s ease-out;
  transition: left 0.2s ease-out;
  margin-left: -2px;
  position: absolute;
  display: block;
  bottom: 0;
  left: 0px;
  background: url("/Content/Images/National/homepage-slideshow-onstate-166.png") no-repeat 0 0;
  z-index: 0;
  width: 166px;
  height: 44px;
}
.homepageSpotlights {
  background: #000 url("/Content/Images/National/spotlight-bg.jpg") repeat 0 0;
  padding: 34px 0;
}
.homepageSpotlights h3 {
  color: #ededed;
  font-size: 36px;
  margin: 0 0 14px;
  text-align: center;
  text-transform: uppercase;
}
.spotlight {
  position: relative;
  float: left;
  width: 299px;
  height: 425px;
  margin-left: 31px;
  text-align: center;
}
.spotlight h4 {
  color: #ededed;
  font-size: 22px;
  margin: 0;
  position: absolute;
  top: 0;
  width: 100%;
  font-weight: 400;
}
.spotlight .imgWrapper {
  width: 299px;
  height: 233px;
  position: relative;
  top: 40px;
}
.spotlight p {
  font-size: 14px;
  color: #ededed;
  line-height: 22px;
  margin: 0;
  position: relative;
  top: 45px;
  z-index: 2;
}
.spotlight .btn {
  position: absolute;
  bottom: 10px;
  width: 106px;
  left: 80px;
}
.spotlightLeft {
  margin-left: 0;
}
.homepageSecondaryHero {
  background: #090708 url("/Content/Images/National/subHeroBg.jpg") no-repeat center 0;
  padding: 40px 0;
  color: #ededed;
  text-align: center;
}
.homepageSecondaryHero h5 {
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  font-size: 36px;
  font-family: "Archivo Narrow";
  color: #ededed;
  font-weight: 700;
}
.homepageSecondaryHero strong {
  display: block;
  padding-top: 120px;
  font-size: 30px;
  padding-bottom: 10px;
  width: 530px;
  margin: 0 auto;
  font-weight: 400;
}
.homepageSecondaryHero p {
  font-size: 14px;
  line-height: 22px;
  width: 480px;
  margin: 0 auto 14px;
  color: #ededed;
  font-family: "Archivo Narrow";
}
/*.homepageSecondaryHero .btn{display:block;width:120px;margin:20px auto 0;}*/
.homepageResources {
  background: #f9f9f9;
  padding: 32px 0;
}
.homepageResources .wrap {
  max-width: 998px !important;
  width: 998px !important;
}
.homepageResource {
  overflow: hidden;
  width: 306px;
  height: 372px;
  position: relative;
  float: left;
  margin-right: 20px;
  text-align: center;
}
.homepageResource p {
  background: #dadada url("/Content/Images/National/resourcePBg.png") repeat-x 0 bottom;
  padding: 18px 28px 0;
  width: 262px;
  height: 180px;
  position: absolute;
  bottom: 0;
  left: 0;
  color: #333b41;
  font-size: 14px;
  line-height: 22px;
  margin: 0;
}
.homepageResource .btn {
  position: relative;
  top: 130px;
  z-index: 3;
  background: #464645;
}
.homepageResource strong {
  z-index: 3;
  font-size: 30px;
  color: #333b41;
  display: block;
  font-weight: 400;
  background: url("/Content/Images/National/resourceTitleBg.png") repeat;
  padding: 10px 0;
  position: absolute;
  top: 114px;
  width: 100%;
}
.whereToBuyWrap {
  width: 228px;
  margin: 0 auto;
  top: 126px;
  padding: 4px;
  background: #e2e2e2;
  position: relative;
  z-index: 100;
}
.whereToBuyWrap input {
  border: 1px solid #dcdcdc;
  width: 118px;
  height: 31px;
  font-size: 12px;
  color: #333b41;
  padding: 0 5px;
  -webkit-border-radius: 5px;
}
.whereToBuyWrap .btn {
  position: static;
}
.right {
  margin-right: 0;
}
.mobile {
  display: none;
}
#companyLanding .whyNational {
  height: 329px;
  color: #fff;
  background: #373d42 url(/Content/Images/National/Company/company-landing-why-national.jpg) no-repeat top center;
  margin: 25px 0;
}
#companyLanding .whyNational .text {
  width: 350px;
  float: right;
  margin-right: 50px;
  margin-top: 55px;
}
#companyLanding .whyNational .text h2 {
  margin-bottom: 10px;
}
#companyLanding .whyNational .text h2,
#companyLanding .whyNational .text p {
  color: #fff;
}
#companyLanding .whyNational .text a {
  background: #1482c3;
  padding: 0 25px;
}
#companyLanding .blueBtn {
  background: #1482c3;
}
#history {
  height: 493px;
  background: #373d42 url(/Content/Images/National/Company/whyNationalHistory.jpg) no-repeat top center;
}
#history .dark-gray-bg {
  background: transparent;
}
#history .dark-gray-bg .left-col {
  width: 595px;
  padding-top: 45px;
}
#history ul li p {
  font-size: 16px;
}
#bg-map {
  height: 900px;
  background: #cbdae5 url(/Content/Images/National/Company/bg-whyNationalMap.jpg) repeat-x top center;
}
#bg-map #map {
  height: 900px;
  background: #cbdae5 url(/Content/Images/National/Company/whyNationalMap.jpg) no-repeat top center;
}
#bg-map #map .wrap .right-col {
  width: 470px;
  float: right;
  margin-top: 90px;
}
#bg-map #map .wrap .right-col h2 {
  font-weight: bold;
  margin-bottom: 65px;
}
#bg-map #map .wrap .right-col h3,
#bg-map #map .wrap .right-col ul {
  margin-left: 20px;
}
#bg-map ul li p {
  font-size: 16px;
}
#sales {
  height: 576px;
  background: #cacbcf url(/Content/Images/National/Company/whyNationalFloor.jpg) no-repeat top center;
  border-top: 1px solid #b2b4b7;
  border-bottom: 1px solid #b2b4b7;
}
#sales .left-col {
  width: 430px;
  padding-top: 75px;
  padding-top: 170px;
}
#sales p {
  margin: 0;
}
#sales ul li p {
  font-size: 16px;
}
#marketingSupport {
  background: #f0f0f0 url(/Content/Images/National/Company/N_Company_Marketingoptions.jpg) no-repeat center center;
  padding-bottom: 40px;
}
#marketingSupport .left-col {
  width: 500px;
  padding-top: 80px;
}
#expandablePlanograms {
  background: #fff url(/Content/Images/National/Company/n_WhyNational_ExpandablePlanograms.jpg) no-repeat center center;
  overflow: hidden;
  border: 0;
  padding-bottom: 50px;
}
#expandablePlanograms .right-col {
  width: 500px;
  padding-top: 80px;
  float: right;
}
#packagingOptions {
  clear: both;
  padding: 120px 0 46px;
  background: #f0f0f0 url(/Content/Images/National/Company/N_Company_PackagingOptions.jpg) no-repeat center center;
}
#packagingOptions .left-col {
  width: 460px;
}
#overviewWhyNational {
  position: relative;
  margin: 20px auto;
}
#overviewWhyNational .right {
  width: 350px;
  position: absolute;
  right: 60px;
  top: 75px;
}
#overviewWhyNational .right p,
#overviewWhyNational .right h2 {
  color: #fff !important;
}
#companyOverview-cta {
  margin-bottom: 20px;
}
#companyOverview-cta .cta {
  width: 471px;
  float: left;
  height: 320px;
  margin-right: 15px;
  overflow: hidden;
  position: relative;
  text-align: center;
}
#companyOverview-cta .cta strong {
  background: url("/Content/Images/National/resourceTitleBg.png") repeat scroll 0 0 transparent;
  color: #333B41;
  display: block;
  font-size: 18px;
  font-weight: 400;
  padding: 10px 0;
  position: absolute;
  top: 114px;
  width: 100%;
  z-index: 3;
}
#companyOverview-cta .cta p {
  background: url("/Content/Images/National/resourcePBg.png") repeat-x scroll 0 bottom transparent;
  bottom: 0;
  color: #333B41;
  font-size: 12px;
  height: 130px;
  left: 0;
  line-height: 18px;
  margin: 0;
  padding: 18px 52px 0;
  position: absolute;
}
#companyOverview-cta .cta .btn {
  position: relative;
  z-index: 3;
  top: 92px;
}
#companyOverview-cta .last {
  margin: 0 !important;
}
#weatherGuardIntro.inview .tested {
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
  left: 137px !important;
}
#weatherGuardIntro.inview .times {
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
  left: 0 !important;
}
#weatherGuardIntro.inview .corrosive {
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
  left: 0 !important;
}
#weatherGuardIntro.inview #weatherGuard {
  opacity: 1 !important;
  top: -10px !important;
  filter: alpha(opacity=100) !important;
  transform: rotate(0deg) !important;
  -ms-transform: rotate(0deg) !important;
  /* IE 9 */
  -webkit-transform: rotate(0deg) !important;
  /* Safari and Chrome */
}
#weatherGuardIntro.inview #weatherGuardLogo {
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
}
#weatherGuardIntro.inview .iframevideo {
  left: 344px;
  opacity: 1;
}
.iframevideo {
  position: absolute;
  left: 330px;
  top: 85px;
  width: 280px;
  height: 180px;
  opacity: 0;
  transition: all 1s;
}
#corrosionTest.inview #weatherGuardExample {
  left: 0 !important;
}
#corrosionTest.inview #otherGuysExample {
  right: 0 !important;
}
#corrosionTest.inview span {
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
  transform: scale(1) !important;
  -ms-transform: scale(1) !important;
  /* IE 9 */
  -webkit-transform: scale(1) !important;
  /* Safari and Chrome */
}
#benefitsWrap.inview #benefits .col-one,
#benefitsWrap.inview #benefits .col-two,
#benefitsWrap.inview #benefits .col-three {
  top: 0px !important;
}
#weatherGuardIntro {
  height: 501px;
  background: #000 url(/Content/Images/National/WeatherGuard/intro-weatherGuard.jpg) no-repeat top center;
}
#weatherGuardIntro .content {
  position: relative;
  color: #fff;
  text-transform: uppercase;
  top: 20px;
}
#weatherGuardIntro .content span {
  position: absolute;
}
#weatherGuardIntro .content .tested {
  font-size: 15px;
  top: 90px;
  /* Transitions Styles */
  left: 117px;
  opacity: 0;
  filter: alpha(opacity=0);
  /* Transitions */
  transition: all 1s;
  -webkit-transition: all 1s;
  /* Safari */
  transition-delay: 0.25s;
  -webkit-transition-delay: 0.25s;
  /* Safari */
}
#weatherGuardIntro .content .times {
  width: 270px;
  height: 220px;
  font-size: 300px;
  color: #fc4036;
  text-transform: none;
  font-weight: bold;
  top: 60px;
  /* Transitions Styles */
  left: -20px;
  opacity: 0;
  filter: alpha(opacity=0);
  /* Transitions */
  transition: all 1s;
  -webkit-transition: all 1s;
  /* Safari */
  transition-delay: 0.5s;
  -webkit-transition-delay: 0.5s;
  /* Safari */
}
#weatherGuardIntro .content .corrosive {
  font-size: 49px;
  color: #eeeeee;
  font-weight: 700;
  top: 290px;
  line-height: 45px;
  /* Transitions Styles */
  left: -20px;
  opacity: 0;
  filter: alpha(opacity=0);
  /* Transitions */
  transition: all 1s;
  -webkit-transition: all 1s;
  /* Safari */
  transition-delay: 0.75s;
  -webkit-transition-delay: 0.75s;
  /* Safari */
}
#weatherGuardIntro .content .corrosive strong {
  font-size: 67px;
}
#weatherGuardIntro .content img {
  position: absolute;
}
#weatherGuardIntro .content img#weatherGuard {
  top: -10px;
  right: -80px;
  /* Transitions Styles */
  top: 40px;
  opacity: 0;
  background: none;
  filter: alpha(opacity=0);
  transform: rotate(5deg);
  -ms-transform: rotate(5deg);
  /* IE 9 */
  -webkit-transform: rotate(5deg);
  /* Safari and Chrome */
  /* Transitions */
  transition: all 1s;
  -webkit-transition: all 1s;
  /* Safari */
  transition-delay: 1s;
  -webkit-transition-delay: 1s;
  /* Safari */
}
#weatherGuardIntro .content #weatherGuardLogo {
  top: 80px;
  right: 38px;
  /* Transitions Styles */
  opacity: 0;
  filter: alpha(opacity=0);
  /* Transitions */
  transition: all 1s;
  -webkit-transition: all 1s;
  /* Safari */
  transition-delay: 2s;
  -webkit-transition-delay: 2s;
  /* Safari */
}
#corrosionTest h2 {
  margin-bottom: 10px;
}
#corrosionTest .intro {
  padding: 0 145px;
}
#corrosionTest #versus {
  width: 100%;
  height: 250px;
  position: relative;
  margin: 25px 0;
}
#corrosionTest #versus img {
  position: absolute;
}
#corrosionTest #versus #weatherGuardExample {
  top: 0;
  /* Transitions Styles */
  left: 150px;
  /* Transitions */
  transition: all 1s;
  -webkit-transition: all 1s;
  /* Safari */
  transition-delay: 2s;
  -webkit-transition-delay: 2s;
  /* Safari */
}
#corrosionTest #versus #otherGuysExample {
  top: 0;
  /* Transitions Styles */
  right: 150px;
  /* Transitions */
  transition: all 1s;
  -webkit-transition: all 1s;
  /* Safari */
  transition-delay: 2s;
  -webkit-transition-delay: 2s;
  /* Safari */
}
#corrosionTest #versus span {
  position: absolute;
  font-weight: bold;
  font-size: 78px;
  font-style: italic;
  top: 80px;
  left: 440px;
  /* Transitions Styles */
  opacity: 0;
  filter: alpha(opacity=0);
  transform: scale(0.25);
  -ms-transform: scale(0.25);
  /* IE 9 */
  -webkit-transform: scale(0.25);
  /* Safari and Chrome */
  /* Transitions */
  transition: all 1s;
  -webkit-transition: all 1s;
  /* Safari */
  transition-delay: 2s;
  -webkit-transition-delay: 2s;
  /* Safari */
}
#corrosionTest .footnote {
  font-size: 10px;
  color: #797979;
  padding: 0 145px;
}
#benefitsWrap {
  padding-bottom: 50px;
}
#benefitsWrap #benefits > div {
  position: relative;
  /* Transitions Styles */
  top: 40px;
  /* Transitions */
  transition: all 1s;
  -webkit-transition: all 1s;
  /* Safari */
}
#benefitsWrap #benefits .col-one {
  transition-delay: 0.25s;
  -webkit-transition-delay: 0.25s;
  /* Safari */
}
#benefitsWrap #benefits .col-two {
  transition-delay: 0.5s;
  -webkit-transition-delay: 0.5s;
  /* Safari */
}
#benefitsWrap #benefits .col-three {
  transition-delay: 0.75s;
  -webkit-transition-delay: 0.75s;
  /* Safari */
}
#benefitsWrap #benefits img {
  margin-bottom: 10px;
}
#benefitsWrap #benefits p {
  font-family: "Archivo Narrow";
  color: #333b41;
  font-size: 20px;
  line-height: 26px;
}
#prodInnoIntro {
  padding: 20px 0 15px;
}
#prodInnoIntro .wrap {
  position: relative;
}
#prodInnoIntro .wrap .right-col {
  width: 38%;
  position: absolute;
  right: 75px;
  top: 75px;
}
#prodInnoIntro .wrap .right-col h2,
#prodInnoIntro .wrap .right-col p {
  color: #fff !important;
}
#weatherGuard {
  background: #fff;
}
#weatherGuard .wrap {
  padding: 40px 0 30px;
}
#weatherGuard .wrap img {
  margin-left: 30px;
}
#weatherGuard .wrap .right-col {
  width: 53%;
  float: right;
  margin-right: 75px;
  margin-top: 30px;
}
#newProducts {
  padding: 45px 0;
}
#newProducts .wrap {
  position: relative;
}
#newProducts .wrap h2 {
  text-transform: uppercase;
  font-weight: bold;
}
#newProducts .wrap #arwLeft,
#newProducts .wrap #arwRight {
  position: absolute;
  top: 220px;
  cursor: pointer;
}
#newProducts .wrap #arwRight {
  right: 0;
}
#newProducts .wrap #arwLeft {
  left: 0;
}
#newProducts .wrap .slider {
  width: 810px;
  margin: 0px auto;
  padding: 20px 0;
  overflow: hidden;
}
#newProducts .wrap .slider .sliderWrap {
  width: 10000px;
}
#newProducts .wrap .slider .sliderWrap .cta {
  float: left;
  height: 330px;
  margin-right: 42px;
  overflow: hidden;
  position: relative;
  text-align: center;
  width: 242px;
}
#newProducts .wrap .slider .sliderWrap .cta strong {
  background: url("/Content/Images/National/resourceTitleBg.png") repeat scroll 0 0 transparent;
  color: #333B41;
  display: block;
  font-size: 18px;
  font-weight: 400;
  padding: 10px 0;
  position: absolute;
  top: 114px;
  width: 100%;
  z-index: 3;
}
#newProducts .wrap .slider .sliderWrap .cta strong sup {
  font-size: 10px;
}
#newProducts .wrap .slider .sliderWrap .cta p {
  background: url("/Content/Images/National/resourcePBg.png") repeat-x scroll 0 bottom transparent;
  bottom: 0;
  color: #333B41;
  font-size: 12px;
  height: 140px;
  left: 0;
  line-height: 18px;
  margin: 0;
  padding: 18px 39px 0;
  position: absolute;
  width: 164px;
}
#newProducts .wrap .slider .sliderWrap .cta.last {
  margin: 0;
}
#newProducts .wrap .slider .sliderWrap .btn {
  background: none repeat scroll 0 0 #464645;
  position: relative;
  top: 85px;
  z-index: 3;
}
.lpHeader {
  color: #fff;
  overflow: hidden;
  background: #403227 url('/Content/Images/National/HeavyDutyReinforcement/heavyDuty-bg.jpg') 50% 0 no-repeat;
  background-attachment: fixed;
  background-size: cover;
}
.lpHeader .wrap {
  padding: 80px 0;
  position: relative;
}
.lpHeader .product-header {
  background: transparent url('/Content/Images/National/HeavyDutyReinforcement/heavyDuty-header.png') left top no-repeat;
  width: 534px;
  height: 213px;
}
.lpHeader .product-header h1,
.lpHeader .product-header span {
  display: block;
  text-indent: -9999px;
}
.lpHeader .product-piece {
  position: absolute;
  bottom: -18px;
  right: -400px;
}
.lpHeader .features {
  list-style: none outside;
  margin: 0;
  padding: 65px 0 65px;
  font-size: 20px;
  font-family: 'Archivo Narrow';
}
.lpHeader .features li {
  list-style: none outside;
  float: left;
  color: #fff;
  background: transparent url('/Content/Images/National/HeavyDutyReinforcement/bullet-check.png') left center no-repeat;
  padding: 0 17px 0 30px;
}
.lpHeader .btn {
  margin-left: 200px;
}
.lpProducts {
  background: #fff;
  padding: 40px 0;
}
.lpProducts .productTypes {
  margin: 0 auto;
  padding: 0;
  list-style: none outside;
  text-align: center;
}
.lpProducts .productTypes li {
  list-style: none outside;
  float: left;
  margin: 10px;
  padding: 0 0 20px 0;
  text-align: center;
  color: #333b41;
  font-size: 18px;
  width: 240px;
  position: relative;
}
.lpProducts .productTypes li img {
  display: block;
  margin: 0 auto;
}
.lpProducts .productTypes .product-hover {
  width: 100%;
  color: #fff;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  display: none;
}
.lpProducts .productTypes .product-hover a {
  display: block;
  width: 200px;
  height: 100%;
  padding: 0 20px;
  text-decoration: none;
  color: #fff;
}
.lpProducts .productTypes .product-hover h4,
.lpProducts .productTypes .product-hover p {
  color: #fff;
}
.lpProducts .productTypes .product-hover h4 {
  padding-top: 30px;
  margin-bottom: 10px;
}
.lpProducts .productTypes .product-hover .btn {
  padding: 0 10px;
}
.lpProducts .product-types li:nth-child(4n) {
  margin-right: 0;
}
.lpProducts img {
  display: block;
}
.lpProducts .product-name {
  display: block;
}
.lpProducts .scrollIn {
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 1s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 1s ease;
}
.lpProducts .wrap {
  width: auto;
  min-width: 960px;
  max-width: 100%;
}
.lpProducts h2,
.lpInfo h2,
.lpFeatures h2 {
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
}
.lpFeatures {
  padding: 40px 0 80px;
  background: #3e342a url('/Content/Images/National/HeavyDutyReinforcement/heavyDuty-diagram-bg.jpg') 50% 0 no-repeat;
  background-size: 100%;
  background-size: cover;
  background-attachment: fixed;
}
.lpFeatures h2 {
  margin-bottom: 160px;
}
.lpFeatures h2,
.lpFeatures h3 {
  color: #fff;
}
.lpFeatures ul {
  margin: 0;
  padding: 0;
}
.lpFeatures li {
  list-style: none outside;
  padding-left: 45px;
  background: transparent none left top no-repeat;
  margin-bottom: 50px;
}
.lpFeatures .ftCol {
  width: 300px;
  margin-right: 50px;
  float: left;
}
.lpFeatures .ftCol.last {
  margin-right: 0;
}
.lpFeatures .features {
  font-family: 'Arimo', sans-serif;
}
.lpFeatures .features li.ftOne {
  background-image: url('/Content/Images/National/HeavyDutyReinforcement/features-01.png');
}
.lpFeatures .features li.ftTwo {
  background-image: url('/Content/Images/National/HeavyDutyReinforcement/features-02.png');
}
.lpFeatures .features li.ftThree {
  background-image: url('/Content/Images/National/HeavyDutyReinforcement/features-03.png');
}
.lpFeatures .features li.ftFour {
  background-image: url('/Content/Images/National/HeavyDutyReinforcement/features-04.png');
}
.lpFeatures h3 {
  padding-bottom: 7px;
  border-bottom: 1px solid #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.content .lpFeatures p {
  color: #fff;
  font-size: 18px;
  line-height: 1.4;
}
.lpInfo {
  background: #0076bd none;
  padding: 40px 0 40px;
}
.lpInfo h2 {
  color: #fff;
}
.lpInfo ul.info-docs {
  padding: 0 100px;
  margin: 50px 0 60px;
  list-style: none outside;
  position: relative;
  height: 189px;
}
.lpInfo ul.info-docs li {
  list-style: none outside;
  color: #fff;
  font-size: 18px;
  text-align: center;
  font-family: 'Arimo';
  width: 185px;
  float: left;
  margin-right: 102px;
  top: 50px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  position: relative;
}
.lpInfo ul.info-docs li img {
  display: block;
  margin: 0 auto 20px auto;
}
.lpInfo ul.info-docs li .btn {
  margin-top: 20px;
}
.lpInfo ul.info-docs li:last-child {
  margin-right: 0;
}
.lpInfo.inview ul.info-docs {
  margin-top: 0;
}
.lpInfo.inview ul.info-docs li.colone {
  top: 0;
  -webkit-transition-delay: 100ms;
  -moz-transition-delay: 100ms;
  -o-transition-delay: 100ms;
  transition-delay: 100ms;
}
.lpInfo.inview ul.info-docs li.coltwo {
  top: 0;
  -webkit-transition-delay: 200ms;
  -moz-transition-delay: 200ms;
  -o-transition-delay: 200ms;
  transition-delay: 200ms;
}
.lpInfo.inview ul.info-docs li.colthree {
  top: 0;
  -webkit-transition-delay: 300ms;
  -moz-transition-delay: 300ms;
  -o-transition-delay: 300ms;
  transition-delay: 300ms;
}
.lpInfo.inview ul.info-docs li.colfour {
  top: 0;
  -webkit-transition-delay: 400ms;
  -moz-transition-delay: 400ms;
  -o-transition-delay: 400ms;
  transition-delay: 400ms;
}
.lpInfo.inview ul.info-docs li.colfive {
  top: 0;
  -webkit-transition-delay: 500ms;
  -moz-transition-delay: 500ms;
  -o-transition-delay: 500ms;
  transition-delay: 500ms;
}
.lpInfo.inview ul.info-docs li.colsix {
  top: 0;
  -webkit-transition-delay: 600ms;
  -moz-transition-delay: 600ms;
  -o-transition-delay: 600ms;
  transition-delay: 600ms;
}
#heavyDutyProducts.inview .scrollIn {
  background: transparent none;
}
@media screen and (min-width: 1050px) {
  .lpProducts .productTypes {
    width: 1040px;
  }
}
@media screen and (max-width: 1049px) {
  .lpProducts .productTypes {
    width: 960px;
  }
  .lpProducts .productTypes li {
    margin: 0;
  }
}
@media screen and (max-width: 1020px) {
  .lpHeader .product-header {
    margin-left: 20px;
  }
  .lpHeader .features {
    margin-left: 20px;
  }
}
.landingHeader .wrap,
.landingProducts .wrap,
.landingHangerParts .wrap,
.landingInfo .wrap {
  width: auto;
  max-width: 1100px;
}
.landingProducts.inview .scrollIn {
  background: transparent none;
}
.landingHeader {
  overflow: hidden;
}
.landingHeader .wrap {
  padding: 80px 0;
  position: relative;
}
.landingHeader .features {
  list-style: none outside;
  margin: 0;
  padding: 65px 0 65px;
  font-size: 20px;
  font-family: 'Archivo Narrow';
  text-align: center;
}
.landingHeader .features li {
  list-style: none outside;
  display: inline-block;
  color: #fff;
  background: transparent url('/Content/Images/National/HeavyDutyReinforcement/bullet-check.png') left center no-repeat;
  padding: 0 17px 0 30px;
}
.landingHeader .btn {
  margin-left: 200px;
}
#trackHangerHeader {
  background: #3e4b5a url('/Content/Images/Common/TrackHanger/farm.jpg') center bottom no-repeat;
  background-size: cover;
  width: 100%;
}
#trackHangerHeader .product-header {
  background: transparent none;
  float: left;
  min-width: 550px;
  width: 50%;
  box-sizing: border-box;
  margin: 0;
  padding-left: 20px;
}
#trackHangerHeader h1 {
  text-indent: 0;
  text-align: center;
}
#trackHangerHeader h1 img {
  max-width: 100%;
}
#trackHangerHeader h1 span {
  display: block;
  text-indent: 0;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 1;
}
#trackHangerHeader h1 span em {
  font-style: italic;
}
#trackHangerHeader h1 span.line1 {
  font-size: 71px;
}
#trackHangerHeader h1 span.line2 {
  font-size: 71px;
}
#trackHangerHeader h1 span.line3 {
  font-weight: normal;
  font-size: 29px;
}
#trackHangerHeader .features {
  padding-top: 0;
  padding-left: 0;
  font-size: 15px;
  margin-left: 0;
  line-height: 23px;
}
#trackHangerHeader .features li.last {
  padding-right: 0;
}
#trackHangerHeader .product-piece {
  position: static;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  max-width: 100%;
  float: right;
}
#trackHangerHeader .image-container {
  overflow: auto;
}
.landingSystem {
  text-align: center;
  background: #006cb8;
  padding: 50px 0;
}
.landingSystem h2,
.landingSystem h3 {
  color: #fff;
}
.landingSystem h2 {
  font-size: 36px;
  text-transform: uppercase;
}
.landingSystem h3 {
  font-size: 24px;
}
#stepsSlider .slide {
  min-height: 553px;
}
.slider-wrapper {
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
}
.slider-wrapper .previous-slide,
.slider-wrapper .next-slide {
  outline: 0;
  position: absolute;
  top: 230px;
  background: transparent none left top no-repeat;
  width: 19px;
  height: 35px;
  text-indent: -9999px;
}
.slider-wrapper .previous-slide:hover,
.slider-wrapper .next-slide:hover {
  background-position: 0 -35px;
}
.slider-wrapper .previous-slide {
  left: 15px;
  background-image: url('/Content/Images/Common/TrackHanger/arrow-previous.png');
}
.slider-wrapper .next-slide {
  right: 15px;
  background-image: url('/Content/Images/Common/TrackHanger/arrow-next.png');
}
.slider.landingSystem h2 {
  margin-bottom: inherit;
}
.slider h2 {
  margin-bottom: 80px;
}
.slider .slide {
  max-width: 90%;
  margin: 0 auto;
}
.slider .slide .wrap {
  width: auto;
}
.slider .slide img {
  max-width: 100%;
}
.slider .slide.hidden {
  display: none;
}
.product-options {
  background: #00335c;
  padding: 25px;
  color: #fff;
  text-align: left;
}
.product-options .product-group {
  margin: 0 0 15px 0;
  float: left;
}
.product-options .xl-group {
  float: right;
}
.product-options h4 {
  color: #fff;
  font-weight: normal;
  font-family: 'arimo', sans-serif;
  font-size: 20px;
  margin: 0 0 20px 0;
}
.product-options ul {
  list-style: none outside;
  margin: 0;
  padding: 0;
  font-family: 'arimo', sans-serif;
  font-size: 14px;
}
.product-options ul li {
  float: left;
  list-style: none outside;
  color: #fff;
  margin: 0 10px 10px 0;
  width: 157px;
}
.product-options ul img {
  display: block;
  margin: 0 0 15px 0;
}
.landingProducts .wrap {
  max-width: 100%;
  min-width: 0;
}
.landingProducts .productTypes {
  max-width: 1040px;
  width: auto;
}
.landingPager {
  font-size: 16px;
  text-transform: uppercase;
  margin-top: 30px;
  clear: both;
}
.landingPager a {
  color: #ffffff;
  line-height: 30px;
  outline: none;
}
.landingPager a:hover {
  color: #fff !important;
  border-bottom: 3px solid #ee2e24;
  font-weight: bold;
}
.landingPager li {
  display: inline-block;
  width: 195px;
}
.landingPager li a {
  display: block;
  border-bottom: 1px solid #adadad;
}
.landingPager li.active {
  font-weight: bold;
}
.landingPager li.active a {
  border-bottom: 3px solid #ee2e24;
}
.landingHangerParts {
  background: #1f2428 url('/Content/Images/Common/TrackHanger/farm-large.jpg') center bottom no-repeat;
  background-size: cover;
  color: #fff;
  text-align: center;
}
.landingHangerParts .preheader {
  text-transform: uppercase;
  font-size: 20px;
}
.landingHangerParts ul {
  margin: 0;
  padding: 0;
}
.landingHangerParts h3 {
  color: #fff;
}
.landingHangerParts .ftCol {
  width: 300px;
  margin-right: 50px;
  float: left;
}
.landingHangerParts .ftCol.last {
  margin-right: 0;
}
.landingHangerParts .features {
  font-family: 'Arimo', sans-serif;
  color: #fff;
  text-align: left;
}
.landingHangerParts .features li {
  list-style: none outside;
  padding-left: 45px;
  background: transparent none left top no-repeat;
  margin-bottom: 50px;
}
.landingHangerParts .features li p {
  color: #fff;
}
.landingHangerParts .features li.ftOne {
  background-image: url('/Content/Images/National/HeavyDutyReinforcement/features-01.png');
}
.landingHangerParts .features li.ftTwo {
  background-image: url('/Content/Images/National/HeavyDutyReinforcement/features-02.png');
}
.landingHangerParts .features li.ftThree {
  background-image: url('/Content/Images/National/HeavyDutyReinforcement/features-03.png');
}
.landingHangerParts .features li.ftFour {
  background-image: url('/Content/Images/National/HeavyDutyReinforcement/features-04.png');
}
.landingHangerParts .slide .btn {
  float: left;
  clear: both;
  margin-left: 45px;
}
.landingFrames {
  padding: 50px 0;
}
.landingFrames h2 {
  color: #fff;
}
.landingRails {
  padding: 50px 0;
}
.landingRails h2 {
  color: #fff;
}
.landingFrames {
  border-bottom: 1px solid #474747;
}
.track-hanger-example {
  width: 290px;
  margin-left: 20px;
  float: right;
}
.landingProducts {
  background: #fff;
  padding: 40px 0;
}
.landingProducts .productTypes {
  margin: 0 auto;
  padding: 0;
  list-style: none outside;
  text-align: center;
}
.landingProducts .productTypes li {
  list-style: none outside;
  float: left;
  margin: 10px;
  padding: 0 0 20px 0;
  text-align: center;
  color: #333b41;
  font-size: 18px;
  width: 240px;
  position: relative;
}
.landingProducts .productTypes li img {
  display: block;
  margin: 0 auto;
}
.landingProducts .productTypes .product-hover {
  width: 100%;
  color: #fff;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  display: none;
}
.landingProducts .productTypes .product-hover a {
  display: block;
  width: 200px;
  height: 100%;
  padding: 0 20px;
  text-decoration: none;
  color: #fff;
}
.landingProducts .productTypes .product-hover h4,
.landingProducts .productTypes .product-hover p {
  color: #fff;
}
.landingProducts .productTypes .product-hover h4 {
  padding-top: 30px;
  margin-bottom: 10px;
}
.landingProducts .productTypes .product-hover .btn {
  padding: 0 10px;
}
.landingProducts .product-types li:nth-child(4n) {
  margin-right: 0;
}
.landingProducts img {
  display: block;
}
.landingProducts .product-name {
  display: block;
}
.landingProducts .scrollIn {
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 1s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 1s ease;
}
.landingProducts .wrap {
  width: auto;
}
.landingProducts h2,
.landingInfo h2,
.landingFeatures h2 {
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
}
.landingInfo {
  background: #0076bd none;
  padding: 40px 0 40px;
}
.landingInfo h2 {
  color: #fff;
}
.landingInfo ul.info-docs {
  padding: 0 100px;
  margin: 50px 0 60px;
  list-style: none outside;
  position: relative;
  height: 189px;
}
.landingInfo ul.info-docs li {
  list-style: none outside;
  color: #fff;
  font-size: 18px;
  text-align: center;
  font-family: 'Arimo';
  width: 33%;
  float: left;
  box-sizing: border-box;
  padding: 0 51px;
  margin-right: 0;
  top: 50px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  position: relative;
}
.landingInfo ul.info-docs li img {
  display: block;
  margin: 0 auto 20px auto;
}
.landingInfo ul.info-docs li .btn {
  display: block;
  margin: 20px auto 0;
  width: 100px;
}
.landingInfo ul.info-docs li:last-child {
  margin-right: 0;
}
.landingInfo.inview ul.info-docs {
  margin-top: 0;
}
.landingInfo.inview ul.info-docs li.colone {
  top: 0;
  -webkit-transition-delay: 100ms;
  -moz-transition-delay: 100ms;
  -o-transition-delay: 100ms;
  transition-delay: 100ms;
}
.landingInfo.inview ul.info-docs li.coltwo {
  top: 0;
  -webkit-transition-delay: 200ms;
  -moz-transition-delay: 200ms;
  -o-transition-delay: 200ms;
  transition-delay: 200ms;
}
.landingInfo.inview ul.info-docs li.colthree {
  top: 0;
  -webkit-transition-delay: 300ms;
  -moz-transition-delay: 300ms;
  -o-transition-delay: 300ms;
  transition-delay: 300ms;
}
.landingInfo.inview ul.info-docs li.colfour {
  top: 0;
  -webkit-transition-delay: 400ms;
  -moz-transition-delay: 400ms;
  -o-transition-delay: 400ms;
  transition-delay: 400ms;
}
.landingInfo.inview ul.info-docs li.colfive {
  top: 0;
  -webkit-transition-delay: 500ms;
  -moz-transition-delay: 500ms;
  -o-transition-delay: 500ms;
  transition-delay: 500ms;
}
.landingInfo.inview ul.info-docs li.colsix {
  top: 0;
  -webkit-transition-delay: 600ms;
  -moz-transition-delay: 600ms;
  -o-transition-delay: 600ms;
  transition-delay: 600ms;
}
@media (max-width: 1200px) {
  .product-options .xl-group {
    float: none;
    clear: both;
  }
  #stepsSlider .slide {
    min-height: 590px;
  }
}
@media (max-width: 1100px) {
  .track-hanger-example {
    width: 250px;
  }
}
@media (max-width: 1060px) {
  .landingProducts .productTypes li {
    margin: 0;
  }
}
@media (max-width: 1050px) {
  .landingHangerParts .ftCol {
    width: 270px;
  }
  .landingInfo ul.info-docs li {
    padding: 0 20px;
  }
}
@media (max-width: 980px) {
  .landingProducts .productTypes {
    text-align: center;
  }
  .landingProducts .productTypes li {
    display: inline-block;
    float: none;
  }
  .sfBreadcrumbWrp {
    display: none;
  }
  .landingHangerParts .ftCol {
    width: 230px;
  }
}
@media (max-width: 960px) {
  header {
    text-align: center;
    height: auto;
    padding: 20px;
  }
  header #menuWrap,
  header #mainNav,
  header .supHeader {
    display: none;
  }
  header #logo {
    display: inline-block;
    width: 100%;
    margin: 0;
    padding: 0;
  }
  #trackHangerHeader {
    text-align: center;
    padding-bottom: 0;
    background-position: left bottom;
  }
  #trackHangerHeader .wrap {
    padding-bottom: 0;
    padding-top: 40px;
  }
  #trackHangerHeader .btn {
    margin: 0;
  }
  #trackHangerHeader .product-header {
    float: none;
    width: 100%;
    height: auto;
    min-width: 0;
    padding: 0 1em;
  }
  #trackHangerHeader .product-header h1 {
    text-align: center;
  }
  #trackHangerHeader .product-header .features {
    text-align: center;
    padding: 20px 0;
  }
  #trackHangerHeader .product-header .features li {
    float: none;
    display: inline-block;
  }
  #trackHangerHeader .image-container .product-piece {
    float: none;
  }
  .landingProducts .productTypes {
    text-align: center;
  }
  .landingProducts .productTypes li {
    display: inline-block;
    float: none;
  }
  footer .footerMain {
    display: none;
  }
  .responsive .wrap {
    width: auto;
    max-width: 650px;
  }
}
@media (max-width: 900px) {
  .landingHangerParts .ftCol {
    width: 200px;
  }
}
@media (max-width: 850px) {
  #stepsSlider .slide {
    min-height: 0;
  }
  .slider.mobile-accordion {
    background: #3a434a none;
    padding: 0;
  }
  .slider.mobile-accordion h2,
  .slider.mobile-accordion span.preheader {
    text-transform: uppercase;
    font-size: 30px;
    text-align: left;
    padding: 10px 3%;
    display: block;
  }
  .slider.mobile-accordion .slide-header {
    font-size: 24px;
    margin: 0;
    padding: 0;
    line-height: 1;
    text-transform: none;
    text-align: left;
    background: transparent url('/Content/Images/Common/TrackHanger/arrow-down.gif') right center no-repeat;
    cursor: pointer;
    padding-right: 35px;
  }
  .slider.mobile-accordion .slider-wrapper .previous-slide,
  .slider.mobile-accordion .slider-wrapper .next-slide {
    display: none;
  }
  .slider.mobile-accordion .slide {
    background: #202529 none;
    max-width: 100%;
    width: 100%;
    box-sizing: border-box;
    padding: 3%;
    margin-bottom: 1px;
  }
  .slider.mobile-accordion .slide .product-options {
    background-color: transparent;
  }
  .slider.mobile-accordion .slide.hidden {
    display: block;
  }
  .slider.mobile-accordion .slide.hidden .slide-header {
    background-image: url('/Content/Images/Common/TrackHanger/arrow-up.gif');
  }
  .slider.mobile-accordion .slide.hidden .mobile-wrap {
    display: none;
  }
  .slider.mobile-accordion .landingPager {
    display: none;
  }
  .slider.mobile-accordion.landingRails .track-hanger-example,
  .slider.mobile-accordion.landingFrames .track-hanger-example {
    float: none;
    margin: 35px auto;
    padding: 0;
    clear: both;
    display: block;
  }
  .slider.mobile-accordion.landingRails .ftCol,
  .slider.mobile-accordion.landingFrames .ftCol {
    width: 50%;
    box-sizing: border-box;
    margin: 0;
  }
  .slider.mobile-accordion.landingRails .ftCol.first,
  .slider.mobile-accordion.landingFrames .ftCol.first {
    clear: left;
    padding-right: 25px;
  }
  .slider.mobile-accordion.landingRails .ftCol.last,
  .slider.mobile-accordion.landingFrames .ftCol.last {
    padding-left: 25px;
  }
  .landingInfo ul.info-docs {
    padding: 0;
  }
}
@media (max-width: 700px) {
  .slider.mobile-accordion.landingRails .ftCol,
  .slider.mobile-accordion.landingFrames .ftCol {
    float: none;
    width: 100%;
  }
  .slider.mobile-accordion.landingRails .ftCol li,
  .slider.mobile-accordion.landingFrames .ftCol li {
    background-position: center top;
    padding-top: 45px;
    padding-left: 0;
    text-align: center;
  }
  .slider.mobile-accordion.landingRails .ftCol.first,
  .slider.mobile-accordion.landingFrames .ftCol.first,
  .slider.mobile-accordion.landingRails .ftCol.last,
  .slider.mobile-accordion.landingFrames .ftCol.last {
    padding: 0;
  }
  .slider.mobile-accordion.landingRails .ftCol.first,
  .slider.mobile-accordion.landingFrames .ftCol.first {
    margin-top: 50px;
  }
  .slider.mobile-accordion.landingRails h3,
  .slider.mobile-accordion.landingFrames h3 {
    margin: 0;
  }
  .landingProducts .scrollIn {
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
    display: none;
  }
  .landingInfo ul.info-docs li {
    margin: 0 0 3em 0;
    padding: 0;
    width: 100%;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
  }
  .landingInfo ul.info-docs li a {
    display: block;
    width: 100px;
    margin: 0 auto 20px;
  }
  #logo img {
    height: 30px;
  }
  .landingHangerParts .slide .btn {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  #trackHangerHeader .features {
    font-size: 19px;
  }
}
@media (max-width: 650px) {
  .slider.mobile-accordion h2,
  .slider.mobile-accordion span.preheader {
    font-size: 18px;
  }
  .slider.mobile-accordion .slide-header {
    font-size: 16px;
    font-weight: normal;
    text-transform: uppercase;
  }
  .slider.mobile-accordion .mobile-wrap {
    padding: 1em 0;
  }
  .slider.mobile-accordion .product-options h4 {
    font-size: 14px;
    font-weight: bold;
  }
}
@media (max-width: 590px) {
  #trackHangerHeader h1 span.line1 {
    font-size: 60px;
  }
  #trackHangerHeader h1 span.line2 {
    font-size: 60px;
  }
  #trackHangerHeader h1 span.line3 {
    font-size: 25px;
  }
}
@media (max-width: 500px) {
  #trackHangerHeader h1 span.line1 {
    font-size: 50px;
  }
  #trackHangerHeader h1 span.line2 {
    font-size: 50px;
  }
  #trackHangerHeader h1 span.line3 {
    font-size: 20px;
  }
  .product-options ul li {
    margin: 0 6% 2% 0;
    width: 44%;
  }
}
@media (max-width: 425px) {
  #trackHangerHeader h1 span.line1 {
    font-size: 40px;
  }
  #trackHangerHeader h1 span.line2 {
    font-size: 40px;
  }
  #trackHangerHeader h1 span.line3 {
    font-size: 17px;
  }
}
@media (max-width: 395px) {
  .slider.mobile-accordion h2,
  .slider.mobile-accordion span.preheader {
    font-size: 16px;
    line-height: 1.4;
  }
  #trackHangerHeader .features {
    font-size: 15px;
  }
}
@media (max-width: 350px) {
  #trackHangerHeader h1 span.line1 {
    display: inline;
  }
  #trackHangerHeader h1 span.line2 {
    display: inline;
  }
  #trackHangerHeader h1 span.line3 {
    display: inline;
  }
  .landingProducts h2,
  .landingInfo h2,
  .landingFeatures h2 {
    font-size: 30px;
  }
  .landingInfo ul.info-docs {
    padding: 0;
  }
  .landingHangerParts .ftCol {
    width: 100%;
  }
  footer .footerSub ul {
    width: 100%;
  }
}
header .RadDock table.rdTable {
  width: auto;
  height: auto;
  table-layout: auto;
}
header .RadDockZone {
  display: inline-block;
}
header .RadDockZone[placeholderId="GlobalNav"],
header .RadDockZone[placeholderId="GlobalNav"] > div,
header .RadDockZone[placeholderId="SecondaryNav"],
header .RadDockZone[placeholderId="SearchNav"] {
  float: right;
  margin-right: -6px;
}
header .RadDockZone[placeholderId="Logo"],
header .RadDockZone[placeholderId="PrimaryNav"] {
  float: left;
}
header .RadDockZone[placeholderId="PrimaryNav"] {
  clear: both;
}
.RadDockZone[placeholderId="Breadcrumbs"] {
  margin-top: 10px;
}
.content .product-list {
  padding: 0 0 30px;
  margin: 0;
  list-style: none;
}
.content .product-list li {
  margin: 5px;
  float: left;
  list-style: none !important;
}
.content .product-list a {
  width: 230px;
  height: 280px;
  background: #fff;
  display: block;
  -webkit-transition: background 0.3s ease-out;
  -moz-transition: background 0.3s ease-out;
  -o-transition: background 0.3s ease-out;
  transition: background 0.3s ease-out;
}
.content .product-list a:hover {
  color: #000;
  -webkit-box-shadow: inset 0 0 0 6px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 0 0 6px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 0 0 6px rgba(0, 0, 0, 0.1);
}
.content .product-list a img {
  display: block;
  padding: 11px 0 0 12px;
}
.content .product-list a .product-name {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  color: #333b41;
  width: 230px;
  height: 60px;
  font-weight: bold;
  font-size: 16px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.content .product-categories {
  margin: 0;
  padding: 0 0 30px;
}
.content .product-categories > li {
  list-style: none;
  float: left;
  width: 308px;
  height: 315px;
  margin: 5px;
  border: 1px solid #d0d0d2;
  position: relative;
  overflow: hidden;
  background: #fff;
}
.content .product-categories img {
  display: block;
  width: 268px;
  height: auto;
  padding: 20px 0 0 20px;
}
.content .product-categories #MainContentCommon_MainContent_C002_hlSpotlight img {
  width: auto;
  padding: 0;
}
.content .product-categories .product-name {
  display: block;
  height: 46px;
  line-height: 46px;
  background: #fff;
  color: #333b41;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
}
.category-menu {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #333b41;
  background: rgba(0, 0, 0, 0.85);
  text-align: center;
}
.category-menu strong {
  color: #f3f3f3;
  display: block;
  padding: 20px 0 20px;
  font-size: 20px;
  font-weight: normal;
}
.category-menu ul {
  width: 70%;
  margin: 0 auto;
  padding: 0;
}
.category-menu li {
  list-style: none;
  border-bottom: 1px solid #464645;
  margin: 0;
  color: #fff;
}
.category-menu a {
  padding: 7px 0;
  font-size: 16px;
  color: #b6b8ba;
  display: block;
}
.category-menu a:hover {
  background: #4a5258;
  color: #fff !important;
}
.category-menu .browseAll {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 33px;
  line-height: 33px;
  background: #1482c3;
  color: #fff !important;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 600;
}
#ad {
  display: none;
}
li:hover .category-menu {
  opacity: 1;
}
.content .filtered-product-list {
  padding: 0;
  margin: 0;
  list-style: none;
  -webkit-transition: opacity 1s ease-out;
  -moz-transition: opacity 1s ease-out;
  -o-transition: opacity 1s ease-out;
  transition: opacity 1s ease-out;
  /*.quickView{
		position:absolute;
		background:url("@{defaultImagePath}/search-ico.png") no-repeat 20px middle;
		height:24px;
		line-height:24px;
		background:@greyDarkest;
		.border-radius(3px, 3px, 3px, 3px);
		width:108px;
		top:40%;
		left:50%;
		margin:-12px 0 0 -54px;
		display:block;
		opacity:0;
		.transition(opacity, .4s);
		color:#fff;
		text-align:center;
		text-transform:uppercase;
		font-size:12px;
		display:none !important;
	}*/
}
.content .filtered-product-list li {
  margin: 0 8px 22px;
  float: left;
  width: 216px;
  background: #fff;
  list-style: none;
  -webkit-box-shadow: 0 1px 2px 1px rgba(50, 50, 50, 0.2);
  -moz-box-shadow: 0 1px 2px 1px rgba(50, 50, 50, 0.2);
  box-shadow: 0 1px 2px 1px rgba(50, 50, 50, 0.2);
  height: 410px;
}
.content .filtered-product-list .product {
  border: 5px solid #fff;
  padding: 20px 13px;
  position: relative;
  height: 360px;
}
.content .filtered-product-list .product:hover,
.content .filtered-product-list .product.hover {
  border-color: #ededed;
}
.content .filtered-product-list .product .finishName {
  position: absolute;
  background: #fff;
  border: 1px solid #ccc;
  display: none;
  padding: 2px;
  font-size: 12px;
  color: #000;
}
.content .filtered-product-list img {
  display: block;
}
.content .filtered-product-list strong {
  font-size: 14px;
  font-weight: bold;
  display: block;
  padding: 15px 0 30px;
  border-top: 1px solid #d0d0d2;
}
.content .filtered-product-list .btn {
  clear: both;
  display: block;
  position: absolute;
  left: 14px;
  bottom: 20px;
  width: 142px;
}
.content .finish-list {
  list-style: none;
  margin: 0 0 20px 0;
  padding: 0 0 6px 0;
  border-bottom: 1px solid #d0d0d2;
}
.content .finish-list li {
  float: left;
  margin: 0 3px 6px 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  list-style: none;
  width: auto;
  height: auto;
}
.content .finish-list a {
  border: 1px solid #fff;
  padding: 2px;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius-topleft: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  float: left;
}
.content .finish-list li.disabled a {
  border-color: #333b41;
  opacity: 0.35;
}
.content .finish-list li.active a {
  border-color: #1482c3;
}
.content .finish-list img {
  border: 1px solid #464645;
  display: block;
  margin-bottom: 0;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius-topleft: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.content .product-subcategory .product-list a {
  width: 223px;
}
.product-filters .left,
.product-subcategory .left,
.search-wrapper .left {
  width: 245px;
  float: left;
}
.product-filters .left h2,
.product-subcategory .left h2,
.search-wrapper .left h2 {
  font-size: 20px;
  margin-bottom: 14px;
  font-weight: 700;
  line-height: 24px;
}
.product-filters .left .filters,
.product-subcategory .left .filters,
.search-wrapper .left .filters,
.product-filters .left .vertical-pagination,
.product-subcategory .left .vertical-pagination,
.search-wrapper .left .vertical-pagination {
  background: #d0d0d2;
  -webkit-box-shadow: 0 1px 2px 1px rgba(25, 25, 25, 0.1);
  -moz-box-shadow: 0 1px 2px 1px rgba(25, 25, 25, 0.1);
  box-shadow: 0 1px 2px 1px rgba(25, 25, 25, 0.1);
  margin-bottom: 24px;
}
.product-filters .left .vertical-pagination ul,
.product-subcategory .left .vertical-pagination ul,
.search-wrapper .left .vertical-pagination ul {
  list-style: none;
  padding: 12px 20px 8px;
  margin: 0;
}
.product-filters .left .vertical-pagination ul li,
.product-subcategory .left .vertical-pagination ul li,
.search-wrapper .left .vertical-pagination ul li {
  padding-bottom: 10px;
  margin-bottom: 0;
  list-style: none;
}
.product-filters .left .vertical-pagination ul a,
.product-subcategory .left .vertical-pagination ul a,
.search-wrapper .left .vertical-pagination ul a {
  background: url("/Content/Images/National/vertical-pagination-arrow.png") no-repeat left 7px;
  display: block;
  padding-left: 12px;
}
.product-filters .left .vertical-pagination ul .active a,
.product-subcategory .left .vertical-pagination ul .active a,
.search-wrapper .left .vertical-pagination ul .active a {
  font-weight: bold;
}
.product-filters .left .filter-list,
.product-subcategory .left .filter-list,
.search-wrapper .left .filter-list {
  margin: 0;
  padding: 0 12px;
  list-style: none;
  border-bottom: 2px solid #ededed;
}
.product-filters .left .filter-list li,
.product-subcategory .left .filter-list li,
.search-wrapper .left .filter-list li {
  margin: 9px 0;
  list-style: none;
}
.product-filters .left .filter-list .checked a,
.product-subcategory .left .filter-list .checked a,
.search-wrapper .left .filter-list .checked a {
  background-position: 8px 6px;
}
.product-filters .left .filter-list a,
.product-subcategory .left .filter-list a,
.search-wrapper .left .filter-list a {
  font-size: 14px;
  padding: 0 0 0 28px;
  background: #d0d0d2 url("/Content/Images/National/checkbox-sprite.png") no-repeat 8px -20px;
  height: 24px;
  line-height: 24px;
  display: block;
  -webkit-transition: background-color 0.1s ease-out;
  -moz-transition: background-color 0.1s ease-out;
  -o-transition: background-color 0.1s ease-out;
  transition: background-color 0.1s ease-out;
}
.product-filters .left .filter-list a:hover,
.product-subcategory .left .filter-list a:hover,
.search-wrapper .left .filter-list a:hover {
  background-color: #9ca0a3;
}
.product-filters .left a,
.product-subcategory .left a,
.search-wrapper .left a {
  color: #333b41;
}
.product-filters .left strong,
.product-subcategory .left strong,
.search-wrapper .left strong {
  color: #333b41;
  font-size: 18px;
  background: #d0d0d2;
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
  display: block;
}
.product-filters .left .accordBtn,
.product-subcategory .left .accordBtn,
.search-wrapper .left .accordBtn {
  display: block;
  color: #fff;
  height: 34px;
  line-height: 34px;
  font-size: 14px;
  text-transform: uppercase;
  padding-left: 20px;
  background: #333b41;
  font-weight: normal;
}
.product-filters .left .accordBtn .uncheckBtn,
.product-subcategory .left .accordBtn .uncheckBtn,
.search-wrapper .left .accordBtn .uncheckBtn {
  float: right;
  color: #eee;
  font-size: 11px;
  margin-right: 4px;
  background: #666;
  line-height: 20px;
  padding: 3px 6px;
  margin-top: 4px;
  text-shadow: 1px 1px #000;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius-topleft: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.product-filters .left .accordBtn .uncheckBtn:hover,
.product-subcategory .left .accordBtn .uncheckBtn:hover,
.search-wrapper .left .accordBtn .uncheckBtn:hover {
  color: #fff;
  background: #333;
}
.product-filters .right,
.product-subcategory .right,
.search-wrapper .right {
  width: 700px;
  float: right;
}
.product-filters .sort-by-wrapper,
.product-subcategory .sort-by-wrapper,
.search-wrapper .sort-by-wrapper {
  padding: 12px 0;
  border-bottom: 1px solid #d0d0d2;
  margin: 0 12px 16px 10px;
  height: 14px;
  font-size: 14px;
}
.product-filters .sort-by-wrapper strong,
.product-subcategory .sort-by-wrapper strong,
.search-wrapper .sort-by-wrapper strong {
  float: left;
}
.product-filters .sort-by-wrapper ul,
.product-subcategory .sort-by-wrapper ul,
.search-wrapper .sort-by-wrapper ul {
  float: left;
  margin: 0;
  padding: 0;
  list-style: none;
}
.product-filters .sort-by-wrapper li,
.product-subcategory .sort-by-wrapper li,
.search-wrapper .sort-by-wrapper li {
  float: left;
  padding: 0 14px;
  border-right: 1px solid #d0d0d2;
  list-style: none;
}
.product-filters .sort-by-wrapper a,
.product-subcategory .sort-by-wrapper a,
.search-wrapper .sort-by-wrapper a {
  color: #333b41;
}
.product-filters .sort-by-wrapper .active a,
.product-subcategory .sort-by-wrapper .active a,
.search-wrapper .sort-by-wrapper .active a {
  color: #ee2e24;
}
.product-details .left {
  float: left;
  clear: left;
}
.zoom-txt {
  position: absolute;
  bottom: 5px;
  left: 10px;
  font-size: 12px;
  font-family: arial;
}
.zoom-txt-right {
  position: absolute;
  bottom: -24px;
  left: 277px;
  font-size: 12px;
  font-family: arial;
}
.tab-wrapper .backward {
  background: url("/Content/Images/National/arrow-browse-left.gif") no-repeat left center;
  text-indent: -9999px;
  overflow: hidden;
  width: 22px;
  height: 53px;
  float: left;
  cursor: default;
  z-index: 5;
  top: 5px;
  left: 0;
  padding-top: 5px;
}
.tab-wrapper .forward {
  background: url("/Content/Images/National/arrow-browse-right.gif") no-repeat left center;
  text-indent: -9999px;
  overflow: hidden;
  width: 22px;
  height: 53px;
  float: left;
  cursor: default;
  z-index: 5;
  top: 5px;
  right: 0;
  padding-top: 5px;
}
.tab-wrapper.long .backward {
  background-image: url('/Content/Images/National/arrow-browse-left-active.gif');
  cursor: pointer;
  padding-top: 5px;
}
.tab-wrapper.long .forward {
  background-image: url('/Content/Images/National/arrow-browse-right-active.gif');
  cursor: pointer;
  padding-top: 5px;
}
#divMain .left .sub-image-wrap {
  position: relative;
  float: left;
  width: 230px;
  overflow: hidden;
  height: 53px;
  padding: 5px 0;
}
#divMain .left .sub-image-wrap ul.tabs {
  z-index: 1;
  position: absolute;
  left: 0px;
  top: 5px;
  list-style-type: none;
  float: left;
  margin: 0;
  padding: 0;
  width: 700px;
}
#divMain .left .sub-image-wrap ul.tabs li {
  float: left;
  cursor: pointer;
  margin-right: 5px;
  color: #666;
  border: 1px solid #bfbfbf;
  list-style: none;
}
#divMain .left .sub-image-wrap ul.tabs li img {
  display: block;
}
#divMain .left .sub-image-wrap ul.tabs li:hover {
  border-color: #1482c3;
}
#divMain .left .sub-image-wrap ul.tabs li.current {
  border-color: #1482c3;
}
.image-wrap {
  margin-top: 26px;
  text-align: center;
  background: #fff;
  border: 1px solid #d0d0d2;
  position: relative;
}
.image-wrap #imgEnlarge {
  position: absolute;
  bottom: 0;
  right: 0;
  text-align: center;
  color: #464645;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
  z-index: 9999;
  display: block;
  padding: 15px;
  border: 1px solid #ccc;
  border-style: solid none none solid;
  background: #fff;
  background: rgba(255, 255, 255, 0.6);
}
.image-wrap #imgEnlargeRight {
  position: absolute;
  bottom: -60px;
  right: 0;
  text-align: center;
  color: #464645;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
  z-index: 9999;
  display: block;
  padding: 15px;
  border: 1px solid #ccc;
  background: #fff;
  width: 80px;
  height: 0px;
  line-height: 0px;
}
.image-wrap .imgMain {
  padding: 20px;
  width: 350px;
  display: block;
}
.product-details .right {
  width: 522px;
  float: right;
}
.product-details .right h1 {
  padding-bottom: 8px;
}
.pack-select {
  display: block;
  background: #d0d0d2;
  padding: 0 12px;
  height: 32px;
  line-height: 32px;
  font-size: 14px;
  margin-bottom: 24px;
}
.pack-select strong {
  text-transform: uppercase;
  color: #000;
}
.pack-select em {
  float: right;
  font-style: normal;
  color: #1482c3;
}
.pack-select:hover {
  background: #aaa;
}
.pack-select.disabled {
  cursor: default !important;
  background: #d0d0d2 !important;
}
.pack-select.disabled em {
  display: none;
}
.product-attributes {
  color: #333b41;
  font-size: 18px;
  display: block;
  margin-bottom: 6px;
}
.product-stock-number {
  color: #706769;
}
.product-attribute-selector {
  border-top: 1px solid #d0d0d2;
  margin: 20px 0 30px;
  padding-top: 24px;
}
.product-attribute-selector strong {
  color: #333b41;
  font-size: 16px;
  display: block;
  margin-bottom: 12px;
}
.product-attribute-selector .product-attribute-finish {
  float: left;
  width: 170px;
}
.product-attribute-selector .finish-list {
  border-bottom: none;
}
.product-attribute-selector .finish-list a {
  border-color: #ededed;
}
.product-attribute-selector .product-attribute-size {
  float: right;
  width: 344px;
}
.product-attribute-selector .product-attribute-size strong {
  margin-left: 10px;
}
.product-attribute-selector .product-attribute-size strong em {
  float: right;
  font-size: 10px;
  font-style: normal;
  margin-top: 5px;
}
.product-attribute-selector .product-attribute-size ul {
  margin: 0 0 0 10px;
  padding: 0;
  list-style: none;
  float: left;
}
.product-attribute-selector .product-attribute-size li {
  min-width: 162px;
  margin-bottom: 1px;
  list-style: none;
}
.product-attribute-selector .product-attribute-size a {
  display: block;
  height: 30px;
  line-height: 30px;
  background: #cfcfd1;
  color: #333b41;
  border-left: 4px solid #1482c3;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 14px;
}
.product-attribute-selector .product-attribute-size a:hover {
  color: #000;
  background: #aaa;
}
.product-attribute-selector .product-attribute-size .disabled a {
  background: #ddd !important;
  color: #666 !important;
  border-color: #ddd !important;
  cursor: default !important;
}
.product-attribute-selector .product-attribute-size .active a {
  background: #333b41 !important;
  color: #fff !important;
  cursor: default !important;
}
.product-user-actions {
  padding-bottom: 40px;
}
.product-user-actions .btn {
  float: right;
  margin-left: 12px;
}
.left-col ul {
  margin: 0;
  padding: 0 0 15px 10px;
  list-style: none;
}
.left-col li {
  background: url("/Content/Images/National/blueSquare.png") no-repeat left 5px;
  padding-left: 18px;
  margin: 5px 0;
  list-style: none;
  color: #333b41;
}
.left-col .feature {
  margin: 20px 0 25px;
  padding-left: 116px;
}
.left-col .feature img {
  float: left;
  margin: 0 0 0 -116px;
}
.left-col .feature p {
  font-size: 16px;
  line-height: 24px;
  margin: 3px 0 8px;
}
.right-col li {
  background: url("/Content/Images/National/blueSquare.png") no-repeat left 5px;
  padding-left: 18px;
  margin: 5px 0;
  list-style: none;
  color: #333b41;
}
.document-list-wrapper {
  border-bottom: 10px solid #333b41;
}
.document-list-wrapper .wrap {
  position: relative;
  padding-bottom: 70px;
}
.content .document-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.content .document-list li {
  float: left;
  margin-right: 20px;
  list-style: none;
}
.content .document-list li:nth-child(n+6) {
  margin-right: 0;
}
.content .document-list a {
  width: 133px;
  height: 82px;
  position: relative;
  display: block;
  padding: 5px;
  background: url("/Content/Images/National/pdf-icon.png") no-repeat 5px 5px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-topleft: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.content .document-list a span {
  width: 69px;
  left: 81px;
  bottom: 5px;
  color: #fff;
  text-shadow: 1px 1px 1px #333;
  font-size: 14px;
  position: absolute;
  display: block;
}
.content .document-list a:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
.content .document-list .image {
  background-image: url("/Content/Images/National/image-icon.png");
}
#viewAllDocs {
  position: absolute;
  bottom: -5px;
  right: 0;
  background: #333b41;
  line-height: 40px;
  height: 40px;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 3px;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 3px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.large-feature {
  padding: 0 0 0 375px;
  font-size: 16px;
  line-height: 24px;
}
.large-feature img {
  float: left;
  margin: -40px 0 0 -375px;
}
.large-feature strong {
  font-size: 30px;
  padding: 30px 0 24px;
  display: block;
}
.large-feature p {
  margin: 0 0 20px;
}
.content .related-product-list {
  margin: 0 0 32px -32px;
  padding: 0;
  list-style: none;
}
.content .related-product-list li {
  margin-right: 32px;
  -webkit-box-shadow: 0 1px 2px 1px rgba(50, 50, 50, 0.2);
  -moz-box-shadow: 0 1px 2px 1px rgba(50, 50, 50, 0.2);
  box-shadow: 0 1px 2px 1px rgba(50, 50, 50, 0.2);
  float: left;
  list-style: none;
}
.content .related-product-list a {
  padding: 20px;
  height: 205px;
  width: 176px;
  display: block;
  background: #fff;
  color: #333b41;
}
.content .related-product-list img {
  display: block;
  margin-bottom: 4px;
}
.content .related-product-list strong {
  display: block;
  font-size: 14px;
  margin-bottom: 4px;
}
.content .related-product-list span {
  font-size: 12px;
}
.product-spec-table {
  border: none;
  /*tr:nth-child(odd) td {background: #fbfbfb}*/
}
.product-spec-table tr {
  background: #e0e3e3!important;
}
.product-spec-table tr td {
  border-color: #ccc;
  color: #000;
  padding: 6px 10px;
}
.product-spec-table tr.even {
  background: #fbfbfb!important;
}
#loaderGif {
  display: none;
  margin: 30px auto;
}
.pre-filter #loaderGif {
  display: block;
}
.filtered-product-list {
  opacity: 1;
}
.pre-filter .filtered-product-list {
  opacity: 0;
}
.related-product-lists {
  padding-bottom: 50px;
}
.package-options {
  display: none;
  padding: 34px;
}
.package-options strong {
  display: block;
  font-size: 24px;
  padding: 0 0 18px;
}
.package-options table {
  width: 100%;
}
.package-options tr {
  border-bottom: 1px solid #ccc;
  font-weight: 700;
}
.package-options tr.last {
  border-bottom: none;
}
.package-options td {
  padding: 10px 0;
}
.package-options .active td {
  background: #eee;
}
.package-options a {
  color: #333b41;
}
#cboxContent .package-options {
  display: block;
}
.category-features {
  background: #eae6e7;
  border: 1px solid #d0d0d2;
  padding: 60px 50px 0px 50px;
  position: relative;
  width: 850px;
  margin: 0 auto;
}
.category-features .features-title {
  display: block;
  height: 60px;
  line-height: 60px;
  padding: 0 16px;
  font-weight: normal;
  font-size: 18px;
  font-family: Arimo;
  position: absolute;
  top: 0;
  left: 0;
  width: 918px;
  background: #dad8d9;
}
.category-features .features-title span {
  font-size: 13px;
}
.category-features .features-title .feature-close-btn {
  float: right;
  margin-top: 15px;
}
.category-features .features-wrapper {
  padding: 40px 0 60px;
  display: none;
}
.category-features .category-feature {
  float: left;
  width: 228px;
  padding: 0 27px;
  text-align: center;
}
.category-features .category-feature strong {
  position: static;
  width: auto;
  display: block;
  margin: 10px 0;
}
#wheretobuyModal {
  padding: 50px 30px 0;
  text-align: center;
}
#wheretobuyModal strong {
  margin-bottom: 14px;
  display: block;
  font-size: 20px;
}
#wheretobuyModal .timeSaverTxt {
  display: inline-block;
  padding-bottom: 10px;
  border-bottom: 2px solid #ccc;
  font-size: 16px;
}
.project-list-wrapper {
  padding-bottom: 20px;
}
.project-list-controls {
  border-top: 1px solid #d0d0d2;
  padding: 15px 0 20px;
  line-height: 20px;
}
.project-list-controls .right {
  float: right;
}
.project-list-controls a {
  margin: 0 0 0 8px;
}
.project-list-controls .small-btn {
  background: #333b41;
  color: #fff;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius-topleft: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.project-list-controls .small-btn:hover {
  background: #000;
}
.content .project-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.content .project-list .product {
  background: #fff;
  border-bottom: 3px solid #1482c3;
  margin-bottom: 25px;
  position: relative;
  list-style: none !important;
  -webkit-box-shadow: 0 1px 2px 1px rgba(50, 50, 50, 0.2);
  -moz-box-shadow: 0 1px 2px 1px rgba(50, 50, 50, 0.2);
  box-shadow: 0 1px 2px 1px rgba(50, 50, 50, 0.2);
}
.content .project-list .product img {
  float: left;
  padding: 20px 40px 20px 20px;
}
.content .project-list .product strong {
  font-size: 18px;
  display: block;
  padding: 30px 0 10px;
}
.content .project-list .product .product-attributes {
  list-style: none;
  padding: 0;
  margin: 0;
}
.content .project-list .product .product-attributes li {
  display: inline-block;
  padding: 0 20px;
  border-left: 1px solid #464645;
  font-size: 16px;
  list-style: none;
}
.content .project-list .product .product-attributes li:first-child {
  border-left: none;
  padding-left: 0;
}
.content .project-list .product .btnRemove {
  position: absolute;
  display: block;
  right: 40px;
  top: 40px;
  padding: 0 0 0 18px;
  background: url("/Content/Images/National/remove-x.png") no-repeat 0 3px;
  color: #333b41;
  cursor: pointer;
}
.content .project-list .product .btnSpecToggle {
  width: 144px;
  height: 25px;
  line-height: 25px;
  position: absolute;
  bottom: -3px;
  right: 14px;
  text-align: center;
  background: #1482c3;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 3px;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 3px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  cursor: pointer;
}
.content .project-list .product .btnSpecToggle:hover {
  color: #eee !important;
}
.content .project-list .product .product-spec-wrapper {
  height: 0;
  overflow: hidden;
  clear: both;
  -webkit-transition: height 0.6s ease-out;
  -moz-transition: height 0.6s ease-out;
  -o-transition: height 0.6s ease-out;
  transition: height 0.6s ease-out;
}
.content .project-list .product .product-specs {
  background: #706769;
  padding: 30px 0 40px;
  display: table;
  width: 100%;
}
.content .project-list .product .product-specs strong {
  color: #fff;
  display: block;
  padding: 0 0 14px 0;
  font-size: 16px;
  background: #706769;
}
.content .project-list .product .product-specs .box {
  padding: 22px;
}
.content .project-list .product .product-specs .box a {
  color: #1482c3;
}
.content .project-list .product .product-specs .left {
  border: 1px solid #706769;
  width: 50%;
  border-width: 0 6px 0 12px;
  display: table-cell;
  height: 100%;
  background: #fff;
}
.content .project-list .product .product-specs .right {
  border: 1px solid #706769;
  width: 50%;
  border-width: 0 12px 0 6px;
  display: table-cell;
  height: 100%;
  background: #fff;
}
.content .project-list .product .product-specs ul {
  padding: 0;
  margin: 0;
}
.content .project-list .product .product-specs li {
  list-style: none;
}
#divEmail strong {
  display: block;
  padding-bottom: 20px;
}
#divEmail .label,
#divEmail .field {
  padding: 5px 0;
}
#divEmail .label {
  width: 35%;
  float: left;
}
#divEmail .field {
  width: 65%;
  float: left;
}
#divEmail input,
#divEmail textarea {
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-topleft: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  width: 90%;
}
#divEmail .checkboxField {
  margin-left: 35%;
  display: block;
  padding: 5px 0;
}
#divEmail #chkCC {
  width: auto;
  margin-right: 6px;
}
#divEmail .submitRow {
  display: block;
  padding-top: 20px;
}
.packagingImage {
  margin-left: 100px;
}
#colorCodedCategories.accordionWrapper strong {
  color: #fff;
  display: block;
  width: 94%;
  padding: 15px 3%;
  font-size: 20px;
  vertical-align: middle;
  cursor: pointer;
}
#colorCodedCategories.accordionWrapper strong img {
  margin-right: 10px;
  vertical-align: middle;
}
#colorCodedCategories.accordionWrapper strong.active {
  margin: 0;
}
#colorCodedCategories.accordionWrapper .yellow {
  background: #fdc33d;
}
#colorCodedCategories.accordionWrapper .blue {
  background: #1580c2;
}
#colorCodedCategories.accordionWrapper .darkGray {
  background: #6d6e71;
}
#colorCodedCategories.accordionWrapper .brown {
  background: #ba8042;
}
#colorCodedCategories.accordionWrapper .orange {
  background: #f48134;
}
#colorCodedCategories.accordionWrapper .teal {
  background: #00aca0;
}
#colorCodedCategories.accordionWrapper .purple {
  background: #7a177c;
}
#colorCodedCategories.accordionWrapper .green {
  background: #4db950;
}
#colorCodedCategories.accordionWrapper .red {
  background: #ee272b;
}
#colorCodedCategories.accordionWrapper .black {
  background: #000000;
}
#colorCodedCategories.accordionWrapper .lightGray {
  background: #a4a5a7;
}
#colorCodedCategories.accordionWrapper .accordion {
  margin-bottom: 10px;
}
#colorCodedCategories.accordionWrapper .accordion > div {
  border: 1px solid #e0e0e0;
  padding: 25px;
  margin-bottom: 10px;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: bottom right;
}
#colorCodedCategories.accordionWrapper .accordion > div .three-col-wrapper {
  overflow: hidden;
  border: 0;
}
#colorCodedCategories.accordionWrapper .accordion > div .three-col-wrapper div.col {
  width: 215px;
  float: left;
}
#colorCodedCategories.accordionWrapper .accordion > div .three-col-wrapper div.col ul li {
  list-style: none !important;
  margin-bottom: 10px !important;
  font-size: 14px;
}
#colorCodedCategories.accordionWrapper .accordion.yellow > div {
  background-image: url(/Content/Images/National/DealerResources/N_Dealers-Overview_Packaging-01.png);
}
#colorCodedCategories.accordionWrapper .accordion.blue > div {
  background-image: url(/Content/Images/National/DealerResources/N_Dealers-Overview_Packaging-02.png);
}
#colorCodedCategories.accordionWrapper .accordion.darkGray > div {
  background-image: url(/Content/Images/National/DealerResources/N_Dealers-Overview_Packaging-03.png);
}
#colorCodedCategories.accordionWrapper .accordion.brown > div {
  background-image: url(/Content/Images/National/DealerResources/N_Dealers-Overview_Packaging-04.png);
}
#colorCodedCategories.accordionWrapper .accordion.orange > div {
  background-image: url(/Content/Images/National/DealerResources/N_Dealers-Overview_Packaging-05.png);
}
#colorCodedCategories.accordionWrapper .accordion.teal > div {
  background-image: url(/Content/Images/National/DealerResources/N_Dealers-Overview_Packaging-06.png);
}
#colorCodedCategories.accordionWrapper .accordion.purple > div {
  background-image: url(/Content/Images/National/DealerResources/N_Dealers-Overview_Packaging-07.png);
}
#colorCodedCategories.accordionWrapper .accordion.green > div {
  background-image: url(/Content/Images/National/DealerResources/N_Dealers-Overview_Packaging-08.png);
}
#colorCodedCategories.accordionWrapper .accordion.red > div {
  background-image: url(/Content/Images/National/DealerResources/N_Dealers-Overview_Packaging-09.png);
}
#colorCodedCategories.accordionWrapper .accordion.black > div {
  background-image: url(/Content/Images/National/DealerResources/N_Dealers-Overview_Packaging-10.png);
}
#colorCodedCategories.accordionWrapper .accordion.lightGray > div {
  background-image: url(/Content/Images/National/DealerResources/N_Dealers-Overview_Packaging-11.png);
}
.landingSlider {
  width: 100%;
  position: relative;
}
.landingSlider p {
  margin: 20px 0 30px;
}
.landingSlider .slideWrap {
  position: relative;
}
.landingSlider .slideWrap > div {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}
.landingSlider .slideWrap > div .copy {
  width: 375px;
  position: absolute;
  top: 35px;
  left: 35px;
  color: #fff;
}
.landingSlider .slideWrap > div .copy h2 {
  color: #fff;
  margin-bottom: 5px;
}
.landingSlider .slideWrap > div .copy p {
  color: #fff;
  margin-bottom: 10px;
  font-size: 14px;
}
.landingSlider .slideWrap > div .copy p strong {
  font-size: 36px;
}
.landingSlider .slideNav {
  width: 100%;
  position: absolute;
  bottom: 0;
}
.landingSlider .slideNav ul {
  width: 100%;
  margin: 0;
  padding: 0;
  border: 1px solid #fff;
}
.landingSlider .slideNav ul li {
  width: 33.2%;
  background: url("/Content/Images/National/resourceTitleBg.png") repeat;
  float: left;
  list-style: none;
  text-align: center;
  border-right: 1px solid #fff;
  margin: 0;
  padding: 10px 0;
  cursor: pointer;
  color: #333b41;
  font-size: 20px;
}
.landingSlider .slideNav ul li.active,
.landingSlider .slideNav ul li:hover.active {
  background: #fff;
  color: #000;
}
.landingSlider .slideNav ul li:hover {
  color: #1482c3;
}
.landingSlider .slideNav ul li.noborder {
  border: 0;
}
.content .newsItem,
.content .tradeshow {
  overflow: hidden;
  border: 0;
  margin-bottom: 30px;
  list-style: none !important;
}
.content .newsItem > img,
.content .tradeshow > img {
  width: 88px;
  float: left;
  margin-right: 20px;
}
.content .newsItem > div,
.content .tradeshow > div {
  width: 200px;
  float: left;
}
.content .newsItem > div p,
.content .tradeshow > div p {
  margin-bottom: 0px;
  line-height: 18px;
  font-size: 12px;
}
.content .newsItem > div a,
.content .tradeshow > div a {
  text-transform: uppercase;
  color: #1482c3;
  font-size: 12px;
  margin-top: 10px;
  display: block;
}
.content .newsItem > div.noImage,
.content .tradeshow > div.noImage {
  width: 88px;
  height: 88px;
  float: left;
  margin-right: 20px;
  background-size: 88px 88px;
}
.tradeshow > div.noImage {
  background-image: url('/Content/Images/National/DealerResources/N_Dealers_Calendar_Icon.png');
  background-repeat: no-repeat;
}
.newsItem > div.noImage {
  background-image: url('/Content/Images/National/DealerResources/N_Dealers_News_Icon.png');
  background-repeat: no-repeat;
}
.newsItem .sfTxtContent {
  margin-bottom: 0px;
  line-height: 18px;
  font-size: 12px;
  font-family: "Arimo";
}
#newsOverview,
#upcomingTradeshows {
  width: 320px;
  padding-right: 25px;
  float: left;
  margin-bottom: 50px;
}
#newsOverview h4,
#upcomingTradeshows h4 {
  font-size: 20px;
  margin-bottom: 30px;
  font-weight: normal;
  padding: 0;
}
#newsOverview ul,
#upcomingTradeshows ul {
  padding: 0;
}
.two-col-wrap .col {
  float: left;
}
.two-col-wrap .col.last {
  margin: 0 !important;
}
#newsAndShows .col {
  width: 330px;
  margin-right: 30px;
}
#customerService {
  margin-bottom: 60px;
}
#customerService .col {
  width: 335px;
  float: left;
  margin-right: 20px;
}
#customerService .col > div {
  background: #fff;
  padding: 30px;
}
#customerService .col > div h3 {
  font-weight: normal;
}
#customerService .col .canadaCustomerService,
#customerService .col .usCustomerService {
  height: 286px;
  margin-bottom: 20px;
}
#tradeshowsTabbedContent .tabContent h2 {
  margin: 0;
  padding: 20px 0;
}
#tradeshowsTabbedContent .tabContent > hr {
  margin: 0;
}
#tradeshowsTabbedContent .tradeshowAccordian h4 {
  padding: 10px 0 10px 25px;
  border: 0;
  background-position: 0 20px;
}
#tradeshowsTabbedContent .tradeshowAccordian h4 strong {
  display: block;
  font-size: 14px;
  margin-top: 5px;
  font-weight: normal;
}
#tradeshowsTabbedContent .tradeshowAccordian .active {
  background-position: 0 -70px;
}
#tradeshowsTabbedContent .tradeshowAccordian > div {
  padding: 25px;
  display: none;
}
#tradeshowsTabbedContent .tradeshowAccordian > div > img {
  width: 210px;
  float: left;
  margin-right: 10px;
}
#tradeshowsTabbedContent .tradeshowAccordian > div > div {
  float: left;
}
#tradeshowsTabbedContent .tradeshowAccordian > div > div p {
  font-size: 12px;
  margin-bottom: 10px;
}
#customizedPlanograms .cols {
  margin-top: 30px;
}
#customizedPlanograms .cols > div {
  width: 330px;
  float: left;
  margin-right: 30px;
}
#customizedPlanograms .cols > div li {
  background-position: left 10px;
}
#customizedPlanograms .cols .right-col {
  margin-right: 0;
  float: right;
  text-align: right;
}
#customMerchandising > img {
  float: right;
  margin-left: 20px;
}
.sfnewsList {
  background: none repeat scroll 0 0 #FFFFFF;
  padding: 25px !important;
}
.sfnewsList .sfnewsListItem {
  list-style: none;
  border-bottom: 1px solid #dddddd;
  margin-bottom: 0;
}
.sfnewsList .sfnewsListItem h4 {
  background: url("/Content/Images/National/faqs-arrow.png") no-repeat scroll 0 20px transparent;
  padding: 10px 0 10px 25px;
  color: #333B41;
  font-size: 18px;
  line-height: 18px;
  margin: 0;
}
.sfnewsList .sfnewsListItem h4 strong {
  color: #333B41;
  font-size: 14px;
  font-weight: normal;
  display: block;
  margin: 0;
  margin-top: 5px;
}
.sfnewsList .sfnewsListItem h4 a {
  color: #1482c3;
}
.sfnewsList .sfnewsListItem .active {
  background-position: 0 -70px;
}
.sfnewsList .sfnewsListItem > div {
  padding: 10px 25px;
  display: none;
}
.sfnewsList .sfnewsListItem .sfTxtContent {
  color: #333B41;
  margin-bottom: 0px;
  line-height: 18px;
  font-size: 12px;
  font-family: "Arimo";
}
.sfnewsList .sfnewsListItem:last-child {
  border: 0;
}
.sfnewsDetails {
  background: #fff;
  padding: 25px;
}
.sfnewsDetails .sfnewsTitle {
  padding: 0;
}
.sfnewsDetails .sfnewsContent .newsThumb {
  float: left;
  margin-right: 25px;
  margin-bottom: 25px;
}
.sfeventDatesLocationContacts {
  padding: 0 !important;
}
.sfeventDatesLocationContacts li {
  list-style: none;
  margin: 10px 0;
  color: #333b41;
}
.sfeventDatesLocationContacts li strong {
  color: #1482c3 !important;
  margin-right: 5px;
}
.sfeventDetails {
  background: #fff;
  padding: 25px;
}
#sfEventImageAndInfo {
  margin-bottom: 25px;
}
#sfEventImageAndInfo > img,
#sfEventImageAndInfo > ul,
#sfEventImageAndInfo > div {
  float: left;
}
#sfEventImageAndInfo img {
  margin-right: 25px;
}
#sfEventImageAndInfo > div {
  width: 440px;
}
#sfEventImageAndInfo div.noImage {
  margin-right: 10px;
  width: 140px;
  height: 140px;
  background: url('/Content/Images/National/DealerResources/N_Dealers_Calendar.png') no-repeat;
  background-size: 140px 140px;
}
.three-col-cta .cta {
  height: 420px;
  background: #dadada;
}
.three-col-cta .cta p {
  height: 225px;
}
.three-col-cta .btn {
  top: 195px;
}
div.tradeshowNav .rtLI .rtSelected .rtIn {
  background: #999999;
  padding: 4px 5px 3px;
  border: 0px currentColor;
  color: #ffffff;
}
#tradeshowsTabbedContent h4 {
  cursor: default !important;
}
.contact-sales-rep {
  font-family: "Arial";
  font-size: 11px;
  padding-top: 20px;
  min-height: 400px;
}
.contact-sales-rep > div {
  border-top: 1px solid #808080;
  padding: 15px 0 10px 0;
}
.contact-sales-rep > div label {
  font-weight: bold;
  font-size: 11px;
}
.contact-sales-rep > div input[type=text],
.contact-sales-rep > div select,
.contact-sales-rep > div textarea {
  display: block;
  margin-bottom: 10px;
  width: 320px;
}
.contact-sales-rep > div .section-title {
  font-weight: bold;
  display: block;
  margin-bottom: 15px;
  font-size: 13px;
}
.contact-sales-rep > div span.ruFileWrap {
  width: 325px;
}
.contact-sales-rep > div span.ruFileWrap input[type=text] {
  width: 315px;
  border: 1px groove;
}
.contact-sales-rep > div input[type=checkbox] {
  margin: 10px 10px 10px 0;
  line-height: 10px;
}
.contact-sales-rep > div .checkbox-label {
  vertical-align: text-top;
  line-height: 10px;
}
.contact-sales-rep > div .btn-submit {
  display: block;
  margin-top: 20px;
  padding: 11px 26px;
}
.contact-sales-rep .hidden {
  display: none;
}
.ModalPopup {
  display: none !important;
  padding: 20px;
}
#colorbox .ModalPopup {
  display: block !important;
}
.ModalPopup h1 {
  padding-bottom: 20px;
}
.ModalPopup .imgWrap {
  float: left;
  width: 384px;
  height: 384px;
  border: 1px solid #ccc;
}
.ModalPopup .content {
  float: right;
  width: 360px;
}
.ModalPopup .product-user-actions {
  float: right;
  width: 372px;
  clear: right;
}
.ModalPopup h2 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 5px;
  line-height: 20px;
}
.ModalPopup .pack-select {
  margin-bottom: 20px;
}
.ModalPopup em {
  display: block;
  margin-bottom: 15px;
  clear: both;
}
.ModalPopup .product-attributes {
  width: 170px;
  margin-right: 15px;
  float: left;
}
.ModalPopup .product-attributes strong {
  display: block;
  margin-bottom: 8px;
}
.ModalPopup .product-attributes em {
  font-size: 12px;
  margin-bottom: 0;
}
.ModalPopup .finish-list {
  margin-bottom: 0;
  border-bottom: 0;
}
.ModalPopup .sizes {
  margin-right: 0;
}
.ModalPopup .sizes select {
  width: 170px;
}
.ModalPopup .sizes sup {
  font-size: 10px;
}
#faqTabbedContent .faqAccordian {
  margin-bottom: 20px;
}
#faqTabbedContent .faqAccordian > div {
  display: none;
  word-wrap: break-word;
  padding: 15px 30px;
  font-size: 14px;
  margin-bottom: 10px;
}
#faqTabbedContent .faqAccordian > div p {
  font-size: 14px;
  line-height: 22px;
}
#faqTabbedContent .tabContentWrapper {
  padding: 50px 0 30px;
}
#literatureTabbedContent .two-col-wrap .col {
  width: 300px;
  margin-right: 20px;
}
.catalog {
  overflow: hidden;
  border: 0;
  margin-bottom: 30px;
}
.catalog > img {
  float: left;
  margin-right: 20px;
  border: 1px solid #ededed;
}
.catalog > div {
  width: 190px;
  float: left;
}
.catalog > div p {
  margin-bottom: 0px;
  line-height: 18px;
  font-size: 12px;
}
.catalog > div a {
  text-transform: uppercase;
  color: #333B41;
  font-size: 12px;
  margin-top: 10px;
  display: block;
}
.catalog > div a img {
  vertical-align: middle;
  margin: 0 10px;
}
.videos-container .video-container {
  padding: 30px;
  background-color: white;
  margin-bottom: 20px;
}
.videos-container .video-container .video-wrap iframe {
  width: 630px;
  height: 387px;
  border: 0 none;
}
#two-col-temp .right {
  overflow: visible;
}
.tech-docs .sort-by {
  padding: 12px 0;
  border-top: 1px solid #d0d0d2;
  font-size: 14px;
  margin: 18px 0;
}
.tech-docs .sort-by a {
  color: #333b41;
  border-right: 1px solid #d0d0d2;
  padding: 0 12px 0 8px;
  display: inline-block;
}
.tech-docs .sort-by a:last-child {
  border-right: none;
}
.technical-document-search-fields {
  padding: 22px;
  background: #d0d0d2;
  -webkit-box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.3);
  margin-bottom: 30px;
}
.technical-document-search-fields .fieldrow {
  height: 30px;
  padding: 8px 0;
}
.technical-document-search-fields label {
  width: 180px;
  height: 30px;
  line-height: 30px;
  display: block;
  font-size: 14px;
  font-weight: 600;
  float: left;
}
.technical-document-search-fields input,
.technical-document-search-fields select {
  height: 30px;
  width: 300px;
}
.technical-document-search-fields input,
.technical-document-search-fields option {
  padding: 0 15px;
}
.technical-document-search-fields select {
  width: 330px;
}
.technical-document-search-fields .btn {
  background: #1482c3;
  margin: 15px 0 0 180px;
  width: 180px;
}
.technical-document-search-fields .hr {
  height: 12px;
  font-size: 12px;
  font-weight: 600;
  text-align: center;
  margin: 10px 0;
}
.technical-document-search-fields .hr span {
  display: inline-block;
  background: #d0d0d2;
  padding: 0 2px;
  text-transform: uppercase;
  font-weight: 600;
}
.content .project-list .product .tech-doc-specs {
  background: #fff;
  padding: 0;
}
.content .project-list .product .tech-doc-specs .sku-header {
  background: #e0e3e3;
  color: #000;
  padding: 10px 20px;
  font-weight: normal;
  position: relative;
}
.content .project-list .product .tech-doc-specs .sku-header strong {
  color: #000;
  display: inline-block;
  background: none;
  padding: 0;
}
.content .project-list .product .tech-doc-specs .sku-header .tech-doc-size-finish {
  font-weight: bold;
}
.content .project-list .product .tech-doc-specs .sku-header .discontinued {
  float: right;
  color: #f00;
}
.content .project-list .product .tech-doc-specs .box {
  padding: 0;
}
.content .project-list .product .tech-doc-specs ul {
  padding: 20px 17px;
  border: 3px solid #e0e3e3;
  border-style: none solid;
}
.content .project-list .product .tech-doc-specs li {
  display: inline-block;
  margin: 0 25px 15px 0;
}
.no-products-message {
  display: block;
  padding: 25px;
}
.search-wrapper {
  margin-top: 30px;
}
.search-wrapper .tabContentWrapper {
  padding-top: 30px;
}
.search-wrapper .tabContentWrapper .tabContent {
  width: 900px;
}
.search-wrapper .right {
  width: 620px;
}
.search-wrapper .product-list li {
  margin: 8px;
  float: left;
  list-style: none !important;
  box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.3);
}
.search-wrapper .product-list li a {
  width: 190px;
}
.search-wrapper #allResultsTab .product-list li a {
  width: 209px;
}
.search-wrapper #allResultsTab .product-list li a img {
  width: 88%;
  height: auto;
}
.search-wrapper #productResults .product-list li img {
  width: 88%;
  height: auto;
}
.search-wrapper .result-count {
  float: right;
}
.search-wrapper h4 {
  font-size: 24px;
  overflow: auto;
}
.search-wrapper h4 a {
  float: right;
  font-size: 16px;
}
.search-wrapper .btn {
  float: right;
  margin: 0 0 60px 0;
}
.search-wrapper .search-result-list {
  margin: 20px 0;
}
.search-wrapper .search-result-list li {
  list-style: none;
  color: #000;
  font-size: 14px;
  line-height: 18px;
  padding: 14px;
  border-bottom: 1px solid #ededed;
}
.search-wrapper .search-result-list li ul {
  padding-top: 6px;
}
.search-wrapper .search-result-list li li {
  list-style: square;
  padding: 2px 6px;
  border-bottom: none;
  margin-bottom: 0;
}
.search-wrapper .search-result-list li li a {
  font-size: 14px;
}
.search-wrapper .search-result-list a {
  font-weight: 600;
  color: #1482c3;
  font-size: 18px;
}
.search-wrapper .search-result-list div {
  margin: 5px 0;
}
.searched-for {
  font-size: 20px;
}
.related-search {
  display: none;
  margin: 3px 0;
}
.related-search a {
  color: #1482c3;
}
#searchResults .tabContentWrapper .tabContent h4 {
  cursor: default;
}
header .container {
  /*nav
    {*/
  text-align: center;
  float: right;
  margin-top: 2px;
}
header .container ul {
  background: #258ac7 url("/Content/Images/National/mainMenuBg.png") repeat-x;
  padding: 0 5px;
  border-radius: 5px;
  list-style: none;
  position: relative;
  display: inline-table;
}
header .container ul:after {
  content: "";
  clear: both;
  display: block;
}
header .container ul ul {
  display: none;
  background: #5f6975;
  border-radius: 0px;
  padding: 0;
  position: absolute;
  top: 100%;
  text-align: left;
}
header .container ul ul ul {
  position: absolute;
  left: 100%;
  top: 0;
}
header .container ul ul li {
  float: none;
  position: relative;
}
header .container ul ul li a {
  display: block;
  padding: 0 15px;
  height: 34px;
  line-height: 34px;
  color: #333b41;
  border-bottom: 1px solid #706769;
  text-transform: none;
  font-weight: normal;
  background: #fff;
}
header .container ul ul li a:hover {
  color: white;
  background: url("/Content/Images/National/subNavBg.png") repeat-x right 0;
}
header .container ul li {
  float: left;
}
header .container ul li:hover {
  background: #4b545f;
  background: linear-gradient(top, #4f5964 0%, #5f6975 40%);
  background: -moz-linear-gradient(top, #4f5964 0%, #5f6975 40%);
  background: -webkit-linear-gradient(top, #4f5964 0%, #5f6975 40%);
}
header .container ul li:hover > ul {
  display: block;
}
header .container ul li a {
  background: #258ac7 url("/Content/Images/National/mainMenuBg.png") repeat-x;
  display: block;
  padding: 0px 12px;
  color: white;
  text-decoration: none;
  height: 41px;
  line-height: 41px;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
}
/*}*/
.sitemap nav {
  padding: 50px 0;
}
.sitemap nav > ul > li {
  margin-bottom: 0;
}
.sitemap nav > ul > li > a {
  font-size: 20px;
  color: #333b41;
}
.sitemap nav > ul > li ul {
  margin: 15px 0 20px 15px;
  padding: 0;
}
.sitemap nav > ul > li li {
  margin: 0;
  padding: 0 0 8px 0;
}