html,
body,
.pageOuterWrapper,
.pageWrapper{
    min-height: 100%;
    width: 100%;
    height: 100%;
}
html > body,
.pageOuterWrapper,
.pageWrapper{
    height: auto;
}
body{
    background-color: #009C2C;
    color: #363636;
    font-family: 'freight-sans-pro', Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-weight: 400;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.5;
    text-align: center;
}
body#wygwam,
body.cke_ltr{
    background-color: #FFFFFF;
    color: #363636;
    font-family: 'freight-sans-pro', Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-weight: 300;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.5;
    min-height: auto;
    overflow-x: visible;
    padding: 1%;
    position: relative;
    text-align: left;
    width: 98%;
}
body#wygwam a,
body#wygwam a:hover,
body#wygwam a:focus,
body#wygwam a:active{
    color: #009933;
    font-weight: 500;
}
body#wygwam .figureRight{
    float: right;
    max-width: 25%;
    margin: 10px 0 10px 25px;
}
body#wygwam .figureLeft{
    float: left;
    max-width: 25%;
    margin: 10px 10px 25px 0;
}
body#wygwam .figureCentered{
    max-width: 50%;
    margin: 10px auto 10px auto;
}
body#wygwam .figureRight figcaption,
body#wygwam .figureLeft figcaption,
body#wygwam .figureCentered figcaption,
.figureRight figcaption,
.figureLeft figcaption,
.figureCentered figcaption{
    padding: 5px 0 10px 0;
    margin: 0 0 5px 0;
    font-size: 14px;
    font-size: 1.4rem;
    color: #292929;
    font-weight: 600;
    font-style: italic;
    border-bottom: 1px solid #848484;
}
body#wygwam .figureRight > div:last-child,
body#wygwam .figureLeft > div:last-child,
body#wygwam .figureCentered > div:last-child,
.figureRight > div:last-child,
.figureLeft > div:last-child,
.figureCentered > div:last-child{
    padding: 5px 0 5px 0;
    margin: 0 0 5px 0;
    font-size: 12px;
    font-size: 1.2rem;
    color: #767676;
    font-style: italic;
}
.cke_ltr{
    background-color: #FFFFFF;
    background-image: none;
    height: auto;
    text-align: left;
    width: 300px;
}
.cke_panel_block,
.cke_panel_block *{
    border: none !important;
    outline: none !important;
}
.pageOuterWrapper{
    position: absolute;
    top: 0;
    left: 0;
}
.pageWrapper{
    background-color: #FFFFFF;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    z-index: 1;
    overflow: hidden;
}
footer.contentinfo{
    position: relative;
    text-align: left;
    width: 100%;
    background-color: #2C2C2C;
    color: #8F8F8F;
}
.footerMain h3{
    color: #009933;
    font-size: 20px;
    font-size: 2rem;
    border-bottom: 2px solid #343434;
    text-transform: uppercase;
    padding-bottom: 7px;
    letter-spacing: 2px;
    margin-top: 15px !important;
}
.footerMain ul{
    list-style-type: none;
    margin-left: 0;
    padding-left: 0;
}
.footerMenu a:hover{
    color: #009933;
}
.footerContact img{
    margin-bottom: 25px;
}
.footerContact div{
    font-family: "ff-good-headline-web-pro-con", sans-serif;
    font-size: 20px;
    font-size: 2rem;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.layoutFullWidth .fullWidthColumn,
.layoutWideLeftColumn .leftColumn,
.layoutWideLeftColumn .rightColumn,
.layoutWideRightColumn .rightColumn,
.layoutWideRightColumn .leftColumn{
    padding: 3%;
    position: relative;
}
.banner{
    width: 100%;
    z-index: 500;
    text-align: left;
    background-color: #1E1E1E;
    height: 145px;
}
header.banner .bannerContent,
.footerMain {
    padding: 40px 0 0 0;
}
.footerBottom{
    /*position: absolute;*/
    text-align: center;
    background-color: #343434;
    width: 100%;
    bottom: 0;
    font-size: 11px;
    font-size: 1.1rem;
    color: #797979;
    padding: 25px 0 30px 0;
    text-transform: uppercase;
    letter-spacing: 1px;
}
section.main{
    height: 100%;
    position: relative;
		width: 100%;
}


section.main.mainMedia {
	/*margin-top: 145px;*/
}
.constrainedContent{
    margin: 0 auto 0 auto;
    position: relative;
    text-align: left;
    width: 92%;
    max-width: 1080px;
}
.constrainedContentNarrow{
    margin: 0 auto 0 auto;
    position: relative;
    text-align: left;
    width: 92%;
    max-width: 850px;
}
.constrainedContent:after,
.constrainedContentNarrow:after{
    clear: both;
}
.constrainedContent:before,
.constrainedContent:after,
.constrainedContentNarrow:before,
.constrainedContentNarrow:after{
    content: "";
    display: table;
}
h1, h2, h3, h4{
    font-weight: 700;
    line-height: 1.2;
    margin: .5em 0 .7em 0;
}
h1{
    font-size: 32px;
    font-size: 3.2rem;
    margin-top: 0;
    text-align: center;
}
h2{
    font-size: 24px;
    font-size: 2.4rem;
    margin: 20px 0 20px 0;
}
h2:first-child,
h3:first-child,
h4:first-child{
    margin-top: 0;
}
h3{
    font-size: 18px;
    font-size: 1.8rem;
    margin: 10px 0 10px 0;
}
h4{
    font-size: 16px;
    font-size: 1.6rem;
    margin: 10px 0 0 0;
}
.faIcon:before{
    color: inherit;
    display: inline-block;
    font-family: 'FontAwesome';
    font-size: inherit;
    font-weight: normal;
    line-height: inherit;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: auto;
    transform: translate(0, 0);
    -webkit-font-smoothing: antialiased;
}
.faIcon:after{
    color: inherit;
    display: inline-block;
    font-family: 'FontAwesome';
    font-size: inherit;
    font-weight: normal;
    line-height: inherit;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: auto;
    transform: translate(0, 0);
    -webkit-font-smoothing: antialiased;
}
.fontfreightSans{
    font-family: 'freight-sans-pro', Arial, "Helvetica Neue", Helvetica, sans-serif;
}
.fontGoodHeadline{
    font-family: "ff-good-headline-web-pro-con", 'freight-sans-pro', Arial, "Helvetica Neue", Helvetica, sans-serif;
}
.iconTwitter:before{
    content: "\f099";
}
.iconlinkedIn:before{
    content: "\f0e1";
}
.iconFlicker:before{
    content: "\f16e";
}
.iconYouTube:before{
    content: "\f167";
}
/****************** ^^^^^^ LEAVE ABOVE IN ORDER **********************/
/*a[href$='.pdf']:before{
    color: #FF0000;
    content: '\f1c1';
    display: inline-block;
    font-size: 20px;
    font-size: 2.0rem;
    height: 20px;
    margin-right: 7px;
    width: 20px;
}*/

article a {
	color: #009933;
}
article h4{
	font-size: 22px;
	font-size: 2.2rem;
}
blockquote{
	border: 5px solid #009933;
	margin: 30px 0 30px 0;
}
blockquote h3{
	background-color: #009933;
	color: #FFFFFF;
	font-size: 25px;
	font-size: 2.5rem;
	padding: 10px 0 20px;
	text-align: center;
	text-transform: uppercase;
}
blockquote h4{
	margin-left: 10px;
}
body#blog .pageHeader img{
	display: block;
	max-height: 500px;
	opacity: .2;
	width: 100%;
}
body#support .pageHeader img{
	display: block;
	max-height: 500px;
	opacity: .2;
	width: 100%;
}
body#index .mainBreadCrumbs,
body#index .footerBreadCrumbs{
	display: none;
}
body#search h2{
	font-size: 30px;
	font-size: 3.0rem;
	margin: 0 0 30px 0;
}
body#search h2 span{
	color: #009933;
	font-weight: normal;
}
div .homeSupport{
	color: #1E1E1E;
	font-size: 15px;
	font-size: 1.5rem;
	font-weight: 500;
	margin: 0 auto;
	margin-bottom: 20px;
	text-align: center;
}
h2.blogTileTitle{
	color: #009933;
	font-size: 2.4rem;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.2;
	margin: 0 0 20px 0;
}
h2.supportArticleTileTitle{
	color: #009933;
	font-size: 2.4rem;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.2;
	margin: 0 0 20px 0;
}
ol li {
	margin-bottom: 100px;
}
.backToTop{
	clear: both;
	color: #962427;
	display: block;
	margin: 0 0 20px 20px;
}
.backToTop:before{
	content: '\f176';
}
.blogItemCategories{
	color: #585C5F;
	font-size: 15px;
	font-size: 1.5rem;
	font-weight: 600;
	margin-bottom: 8px;
	text-align: center;
}
.blogItemCategories a{
	padding: 0 10px 0 10px;
}
.blogItemCopy{
	margin-bottom: 60px;
}
.blogItemCopy h3{
	color: #009933;
	font-size: 22px;
	font-size: 2.2rem;
	margin: 30px 0 0 0;
}
.blogItemDate{
	color: #009933;
	font-family: "ff-good-headline-web-pro-con", Sans-Serif;
	font-weight: 900;
	text-align: center;
	text-transform: uppercase;
}
.blogItemPageHeaderDate{
	color: #009933;
	font-family: "ff-good-headline-web-pro-con", Sans-Serif;
	font-size: 20px;
	font-size: 2.0rem;
	letter-spacing: 1px;
	line-height: normal;
	text-transform: uppercase;
}
.blogItemPageHeaderText{
	margin: 0;
	padding: 0 3% 0 3%;
	position: absolute;
	text-align: center;
	top: 10%;
	width: 100%;
}
.blogItemPageHeaderTitle{
	color: #FFFFFF;
	font-size: 24px;
	font-size: 2.4rem;
	line-height: normal;
	text-transform: uppercase;
}
.blogItemSubTitle{
	font-size: 40px;
	font-size: 4.0rem;
	text-align: center;
	text-transform: uppercase;
}
.blogItemSubTitle:after{
	background-color: #404040;
	content: '';
	display: block;
	height: 8px;
	margin: 15px auto 0 auto;
	position: relative;
	width: 100px;
}
.blogItemTags{
	color: #009933;
	margin-bottom: 20px;
	text-align: center;
}
.blogItemTags span:first-child{
	color: #363636;
	font-weight: 600;
}
.blogPaginationWrapper{
	background-color: #EFEFEF;
	width: 100%;
}
.blogRelatedArts{
	margin-top: 40px;
}
.blogTileContinue{
	color: #009933;
	font-size: 16px;
	font-size: 1.6rem;
	text-transform: uppercase;
}
.blogTileDate{
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
	margin: 0 0 5px 0;
	text-transform: uppercase;
}
.blogTileImage{
	margin-bottom: 18px;
}
.blogTileImage img{
	display: block;
}
.blogTiles{
	margin: 60px 0 60px 0;
}
.blogTiles .tile{
	margin-bottom: 50px;
}
.blogTileText{
	text-align: center;
}

.supportArticleCategories{
	color: #585C5F;
	font-size: 15px;
	font-size: 1.5rem;
	font-weight: 600;
	margin-bottom: 8px;
	text-align: center;
}
.supportArticleCategories a{
	padding: 0 10px 0 10px;
}
.supportArticleCopy{
	margin-bottom: 60px;
}
.supportArticleCopy h3{
	color: #009933;
	font-size: 22px;
	font-size: 2.2rem;
	margin: 30px 0 0 0;
}
.supportArticleDate{
	color: #009933;
	font-family: "ff-good-headline-web-pro-con", Sans-Serif;
	font-weight: 900;
	text-align: center;
	text-transform: uppercase;
}
.supportArticlePageHeaderDate{
	color: #009933;
	font-family: "ff-good-headline-web-pro-con", Sans-Serif;
	font-size: 20px;
	font-size: 2.0rem;
	letter-spacing: 1px;
	line-height: normal;
	text-transform: uppercase;
}
.supportArticlePageHeaderText{
	margin: 0;
	padding: 0 3% 0 3%;
	position: absolute;
	text-align: center;
	top: 10%;
	width: 100%;
}
.supportArticlePageHeaderTitle{
	color: #FFFFFF;
	font-size: 24px;
	font-size: 2.4rem;
	line-height: normal;
	text-transform: uppercase;
}
.supportArticleSubTitle{
	font-size: 40px;
	font-size: 4.0rem;
	text-align: center;
	text-transform: uppercase;
}
.supportArticleSubTitle:after{
	background-color: #404040;
	content: '';
	display: block;
	height: 8px;
	margin: 15px auto 0 auto;
	position: relative;
	width: 100px;
}
.supportArticleTags{
	color: #009933;
	margin-bottom: 20px;
	text-align: center;
}
.supportArticleTags span:first-child{
	color: #363636;
	font-weight: 600;
}
.blogPaginationWrapper{
	background-color: #EFEFEF;
	width: 100%;
}
.blogRelatedArts{
	margin-top: 40px;
}
.blogTileContinue{
	color: #009933;
	font-size: 16px;
	font-size: 1.6rem;
	text-transform: uppercase;
}
.blogTileDate{
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
	margin: 0 0 5px 0;
	text-transform: uppercase;
}
.blogTileImage{
	margin-bottom: 18px;
}
.blogTileImage img{
	display: block;
}
.blogTiles{
	margin: 60px 0 60px 0;
}
.blogTiles .tile{
	margin-bottom: 50px;
}
.blogTileText{
	text-align: center;
}


.breadcrumbs{
	color: #666666;
	font-size: 14px;
	font-size: 1.4rem;
	margin: 0 10px 20px 0;
}
.breadcrumbs > span.last{
	font-weight: 600;
}
.copyBlockPrimaryColumnInner,
.copyBlockSecondaryColumnInner{
	overflow: hidden;
}
.copyBlockPrimaryLeft,
.copyBlockPrimaryRight{
	position: relative;
	text-align: left;
	word-wrap: break-word;
}
.cssButtonAboutGrey{
	background-color: #484848;
	border: none;
	color: #FFFFFF;
	cursor: pointer;
	display: inline-table;
	font-family: "ff-good-headline-web-pro-con", sans-serif;
	font-size: 22px;
	font-size: 2.2rem;
	font-weight: 900;
	letter-spacing: 1px;
	line-height: normal;
	margin-top: 20px;
	padding: 10px 0;
	position: relative;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
}
.cssButtonAboutGrn{
	background-color: #009933;
	border: none;
	color: #FFFFFF;
	cursor: pointer;
	display: inline-table;
	font-family: "ff-good-headline-web-pro-con", sans-serif;
	font-size: 22px;
	font-size: 2.2rem;
	font-weight: 900;
	letter-spacing: 1px;
	line-height: normal;
	margin-top: 15px;
	padding: 10px 0;
	position: relative;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
}
.flumeDescription a,
.gaugeDescription a,
.enclosureDescription a,
.shelterDescription a,
.manholeDescription a,
.weirDescription a,
.mainBodyCopy a,
.blogItemCopy a,
.supportArticleCopy a,
.accordianContent a{
	color: #009933;
	font-weight: 500;
}
.flumeDescription table,
.gaugeDescription table,
.enclosureDescription table,
.shelterDescription table,
.manholeDescription table,
.weirDescription table,
.mainBodyCopy table,
.blogItemCopy table,
.supportArticleCopy table{
	border: 2px solid #333333;
	border-collapse: collapse;
	margin: 0 auto 0 auto;
	width: auto;
}
.flumeDescription td,
.gaugeDescription td,
.enclosureDescription td,
.shelterDescription td,
.manholeDescription td,
.weirDescription td,
.mainBodyCopy td,
.blogItemCopy td,
.supportArticleCopy td{
	border: 2px solid #333333;
	padding: 3px 35px 7px 35px;
	text-align: center;
}
.flumeDescription th,
.gaugeDescription th,
.enclosureDescription th,
.shelterDescription th,
.manholeDescription th,
.weirDescription th,
.mainBodyCopy th,
.blogItemCopy th,
.supportArticleCopy th{
	background-color: #009933;
	border: 2px solid #333333;
	border-bottom: 3px solid #333333;
	border-top: 3px solid #333333;
	color: #FFFFFF;
	font-family: "ff-good-headline-web-pro-con", Sans-Serif;
	font-size: 26px;
	font-size: 2.6rem;
	letter-spacing: 1px;
	padding: 10px 35px 10px 35px;
	text-transform: uppercase;
}
.flumeDescription tr:nth-child(odd),
.gaugeDescription tr:nth-child(odd),
.enclosureDescription tr:nth-child(odd),
.shelterDescription tr:nth-child(odd),
.manholeDescription tr:nth-child(odd),
.weirDescription tr:nth-child(odd),
.mainBodyCopy tr:nth-child(odd),
.blogItemCopy tr:nth-child(odd),
.supportArticleCopy tr:nth-child(odd){
	/*background-color: #575C60;*/
  background-color: #EDEDED; /* lighter background grey - GR 12/19/16 QDS */
	/*color: #FFFFFF;*/
}
.mainBodyCopy table.custom-table{
  border: 0;
}
.mainBodyCopy .custom-table td,
.mainBodyCopy .custom-table th{
  border: 0;
}
.mainBodyCopy .custom-table tr:nth-child(odd){
  background-color: transparent;
}
.fontFreightBold{
	font-family: "freight-sans-pro", sans-serif;
	font-weight: 700;
}
.fontFreightBook{
	font-family: "freight-sans-pro", sans-serif;
	font-weight: 400;
}
.footerBottom span{
	color: #BEBEBE;
	display: block;
}
.footerBottom span a{
	color: #BEBEBE;
	padding: 5px;
}
.footerContact{
	width: 100%;
}
.footerMain{
	/*padding-bottom: 115px;*/
}
.footerMap{
	max-width: 250px;
}
.footerMenu a{
	display: block;
	font-size: 14px;
	font-weight: 400;
	text-decoration: none;
	width: 100%;
}
.footerMenu li{
	line-height: 1.2;
	margin: 0 0 7px 0;
	padding: 0;
	width: 100%;
}
.footerMenu li ul{
	display: none;
}
.footerMenu li.here ul,
.footerMenu li.parent-here ul{
	display: block;
}
.footerMenu ul{
	margin: 0;
}
.footerMenu ul > li a{
	padding-left: 15px;
}
.footerMenu ul ul > li a{
	padding-left: 25px;
}
.footerMenu,
.footerMenu ul{
	font-weight: 300;
	list-style: none;
	padding: 0;
}
.footerMenus{
	display: none;
	float: left;
}
.footerMenus > div{
	float: left;
	padding: 1%;
	width: 20%;
}
.footerRequestInfoButton{
	float: right;
}
.footerRequestInfoButton,
.footerRequestInfoButton:active,
.footerRequestInfoButton:focus,
.footerRequestInfoButton:visited{
	background-color: #009933;
	border: none;
	border-radius: 3px;
	color: #FFFFFF;
	cursor: pointer;
	display: inline-table;
	font-family: "ff-good-headline-web-pro-con", sans-serif;
	font-size: 23px;
	font-size: 2.3rem;
    font-weight: bold;
	letter-spacing: 1px;
	line-height: normal;
	margin: 20px 40px 20px 0;
	padding: 1.2rem 2.6rem 1.2rem 2.6rem;
	position: relative;
	text-decoration: none;
	text-transform: uppercase;
}
.footerRequestInfoButton:hover{
	background-color: #00802F;
	color: #E5E5E5;
}
.footerSocial{
	margin: 20px 0 0 0;
}
.footerSocial a{
	display: inline-block;
	font-size: 26px;
	font-size: 2.6rem;
	margin-right: 10px;
}
.footerSocial a:hover{
	color: #009933;
}
.forceSquare{
	height: 0;
	padding-bottom: 100%;
	width: 100%;
}
.greenBorders{
	border-bottom: 5px solid #61A72E;
	border-top: 5px solid #61A72E;
}
.greenBox{
	border-bottom: 7px solid #009933;
	height: 0;
	margin: 0 auto 10px;
	width: 80px;
}
.greenContentBar{
	background-color: #009933;
	color: #FFFFFF;
	padding: 4% 0 4% 0;
	text-align: center;
	width: 100%;
}
.headerDesktopSearch{
	display: none;
	margin: 5px 0 0 0;
	position: absolute;
	right: 0;
	top: 0;
}
.headerDesktopSearch .keywords{
	background-color: #1E1E1E;
	border: none;
	border-radius: 2px;
	display: inline-block;
	font-size: 14px;
	font-size: 1.4rem;
	height: 25px;
	line-height: 25px;
	padding: 0 35px 0 5px;
	width: 225px;
  appearance: none;
  -webkit-appearance: none;
}
.headerDesktopSearch .keywords:focus{
	background-color: rgba(255, 255, 255, 0.9);
}
.headerDesktopSearch .keywords::-moz-placeholder{
	color: #009933;
	font-family: "ff-good-headline-web-pro-con", Sans-Serif;
	font-size: 22px;
	font-size: 2.2rem;
	font-weight: 900;
	letter-spacing: 1px;
	opacity: 1;
	text-align: right;
	text-transform: uppercase;
}
.headerDesktopSearch .keywords::-webkit-input-placeholder{
	color: #009933;
	font-family: "ff-good-headline-web-pro-con", Sans-Serif;
	font-size: 22px;
	font-size: 2.2rem;
	font-weight: 900;
	letter-spacing: 1px;
	text-align: right;
	text-transform: uppercase;
}
.headerDesktopSearch .keywords:-moz-placeholder{
	color: #009933;
	font-family: "ff-good-headline-web-pro-con", Sans-Serif;
	font-size: 22px;
	font-size: 2.2rem;
	font-weight: 900;
	letter-spacing: 1px;
	opacity: 1;
	text-align: right;
	text-transform: uppercase;
}
.headerDesktopSearch .keywords:-ms-input-placeholder{
	color: #009933;
	font-family: "ff-good-headline-web-pro-con", Sans-Serif;
	font-size: 22px;
	font-size: 2.2rem;
	font-weight: 900;
	letter-spacing: 1px;
	text-align: right;
	text-transform: uppercase;
}
.headerDesktopSearch .searchGo{
	background-color: #1E1E1E;
	border: none;
	border-bottom-right-radius: 2px;
	border-top-right-radius: 2px;
	cursor: pointer;
	display: inline-block;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 600;
	height: 30px;
	line-height: 18px;
	margin-left: -30px;
	margin-top: 0;
	padding: 2px;
	text-align: center;
	vertical-align: bottom;
	width: 30px;
}
.headerDesktopSearch .searchGo:hover{
	transform: scale(1.1);
}
.headerMobileSearch .keywords{
	background-color: #FFFFFF;
	border: none;
	border-radius: 2px;
	display: inline-block;
	font-size: 14px;
	font-size: 1.4rem;
	height: 30px;
	line-height: 30px;
	padding: 0 5px 0 5px;
	text-align: left;
	width: calc(100% - 40px);
}
.headerMobileSearch .searchGo{
	background-color: #009933;
	border: none;
	cursor: pointer;
	display: inline-block;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 600;
	height: 30px;
	line-height: 18px;
	margin-top: 0;
	padding: 3px;
	text-align: center;
	vertical-align: bottom;
	width: 30px;
}
.headerTopBar{
	background-color: #1E1E1E;
	height: 40px;
	position: absolute;
	width: 100%;
}
.homeAbout{
	background: url(../graphics/home_intro_bg.png);
	background-position: right;
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 100px;
}
.homeAbout h2{
	font-size: 30px;
	font-size: 3rem;
	text-transform: uppercase;
}
.homeAboutLeft a{
	color: #009933;
	font-weight: 500;
}
.homepageHeader{
	background-color: rgba(60, 60, 60, .8);
	position: relative;
}
.homeProductCarousel{
	margin: 0 auto 0 auto;
	max-width: 1200px;
	position: relative;
	text-align: center;
}
.homeProductCarouselDots{
	height: 30px;
	position: relative;
}
.homeProductCarouselDots ul{
	background-color: #383637;
	display: block;
	height: 30px;
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
	text-align: center;
	width: 100%;
}
.homeProductCarouselDots ul li{
	cursor: pointer;
	display: inline-block;
	height: 30px;
	margin: 0;
	padding: 0;
	position: relative;
}
.homeProductCarouselDots ul li button{
	background-color: transparent;
	border: 1px solid #989898;
	border-radius: 50%;
	color: transparent;
	cursor: pointer;
	display: block;
	font-size: 12px;
	height: 12px;
	line-height: 1;
	margin: 5px 4px 5px 4px;
	outline: none;
	padding: 0;
	text-indent: -9999px;
	width: 12px;
}
.homeProductCarouselDots ul li button:hover,
.homeProductCarouselDots ul li button:focus,
.homeProductCarouselDots ul li.slick-active button{
	background-color: #989898;
	outline: none;
}
.homeProductCarouselNext{
	right: 15px;
}
.homeProductCarouselNext:after{
	content: "\f138";
}
.homeProductCarouselNext:after,
.homeProductCarouselPrev:after{
	color: #009933;
	display: block;
	font-size: 60px;
	font-size: 6.0rem;
	line-height: 1;
}
.homeProductCarouselPrev{
	left: 15px;
}
.homeProductCarouselPrev,
.homeProductCarouselNext{
	border: none;
	cursor: pointer;
	display: block;
	height: 60px;
	position: absolute;
	top: calc(50% - 30px);
	width: 60px;
	z-index: 100;
}
.homeProductCarouselPrev:after{
	content: "\f137";
}
.homeProductCarouselSlide{
	position: relative;
}
.homeProductCarouselSlide h2{
	color: #FFFFFF;
	display: inline-block;
	font-size: 46px;
	font-size: 4.6rem;
	font-weight: 600;
	left: 0;
	letter-spacing: 2px;
	position: absolute;
	right: 0;
	text-align: center;
	text-transform: uppercase;
	top: 38%;
}
.homeProductCarouselSlide h2:after{
	background-color: #009933;
	content: "";
	display: block;
	height: 14px;
	margin: 15px auto 0 auto;
	max-width: 140px;
	position: relative;
}
.homeProductCarouselSlide span{
	display: block;
	position: relative;
}
.homeProductCarouselSlide span:after{
	background-color: rgba(0, 0, 0, 0.55);
	bottom: 0;
	content: "";
	display: block;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}
.homeSlides{
    max-height: 610px;
	overflow: hidden;
	position: relative;
	width: 100%;
}
.homeSupport h2{
	color: #FFFFFF;
	font-size: 4rem;
	font-size: 40px;
	text-align: center;
	text-transform: uppercase;
}
.iconHome:before{
	content: "\f015";
	font-size: 24px;
	font-size: 2.4rem;
	line-height: 24px;
	vertical-align: bottom;
}
.indexSupportColumns{
	text-align: center;
	width: 100%;
}
.indexSupportColumns div{
    display: block;
	padding: 10px;
	color: #FFFFFF;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 500;
	margin: 0;
	text-align: center;
}
.indexSupportColumns h3{
	font-size: 30px;
	font-size: 3rem;
	text-align: center;
	text-transform: uppercase;
}
.largeSubTitle{
	font-size: 40px;
	font-size: 4.0rem;
	letter-spacing: 1px;
	margin: 60px 0 0 0;
	text-align: center;
	text-transform: uppercase;
}
.largeSubTitle:after{
	border-bottom: 7px solid #1E1E1E;
	content: '';
	display: block;
	height: 0;
	margin: 30px auto 20px auto;
	width: 80px;
}
.logo{
	margin: -10px 0 0 0;
	max-width: 75%;
	width: 175px;
	z-index: 50000;
}
.logo a{
	display: inline-block;
}
.logo img{
	width: 100%;
}
.ltGrayBox{
	border-bottom: 7px solid #D1D1D1;
	height: 0;
	margin: 0 auto 10px;
	width: 80px;
}
.mainBodyCopy{
	padding-bottom: 50px;
}
.mainBreadCrumbs > div,
.footerBreadCrumbs > div{
	margin: 0 auto 0 auto;
	max-width: 1080px;
	position: relative;
	text-align: left;
	width: 92%;
}
.mainBreadCrumbs a,
.footerBreadCrumbs a,
.mainBreadCrumbs span,
.footerBreadCrumbs span{
	padding: 0 13px 0 13px;
}
.mainBreadCrumbs a:first-child,
.footerBreadCrumbs a:first-child{
	padding-left: 0;
}
.mainBreadCrumbs,
.footerBreadCrumbs{
	background-color: #A2A2A2;
	color: #2B2B2B;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 24px;
	padding: 15px;
}
.navTiles{
    margin-bottom: 20px;
    margin-top: 35px;
}
.navTileSquare{
    position: relative;
    width: 100%;
    padding-bottom : 100%;
}
.navTileSquareInner{
    position:absolute;
    height:100%;
    width:100%;
}
.navTileCenter{
    display:table;
    width:100%;
    height:100%;
}
.navTileCenterLink{
    display:table-cell;
    vertical-align:middle;
    text-align: center;
    color: #363636;
    border: 1px solid #363636;
    background-color: #ffffff;
    font-size: 21px;
    font-size: 2.1rem;
    line-height: 1.1;
    padding: 0 10px 0 10px;
}
.navTileCenterLink:before{
    display: block;
    font-size: 60px;
    font-size: 6.0rem;
    line-height: 1;
}
.navTileCenterLink:hover{
    color: #ffffff;
    border: 1px solid #009933;
    background-color: #009933;
}
.navTileCenterLink--no-hover{
	color:#363636;
	border: none;
	background-color: #ffffff;
}

.navTileCenterLink--no-hover:hover{
	color:#363636;
	border: none;
	background-color: #ffffff;
}
.tile__btn{
	display: block;
	min-width: 115px;
	max-width: 210px;
	margin:0 auto;
	margin-top:20px;
	padding: 10px;
	font-size: 16px;
	border: 2px solid #009933;
	transition: all linear .2s;
}

.tile__btn:hover{
	color:#fff;
	background: #009933;
}
.ocfGrn{
	color: #009933;
}
.pageHeader{
	background-color: rgb(13, 13, 13);
	position: relative;
}
.pageHeader img{
	display: block;
	max-height: 390px;
	opacity: .2;
	width: 100%;
}
.pageHeaderTitle{
	color: #009933;
	font-size: 50px;
	font-size: 5rem;
	line-height: normal;
	margin: 0;
	position: absolute;
	text-align: center;
	text-transform: uppercase;
	width: 100%;
}
.pageHeaderTitle:after{
	background-color: #C8C8C8;
	content: '';
	display: block;
	height: 10px;
	margin: 15px auto 0 auto;
	position: relative;
	width: 100px;
}
.pager > *{
	cursor: pointer;
}
.pager span{
	color: #FFFFFF;
	cursor: pointer;
	display: inline-block;
	height: 28px;
	width: 20px;
}
.pager span.cycle-pager-active{
	color: #009C2C;
}
.productSecondaryNav{
	background: rgb(36, 36, 36);
	display: none;
	padding: 10px 0;
	width: 100%;
}
.productSecondaryNav ul{
	color: rgb(180, 180, 180);
	font-weight: 700;
	margin: 0 auto;
	text-align: center;
}
.productSecondaryNav ul li{
	display: inline-block;
	padding: 0 10px 5px;
	text-decoration: none;
}
.productSecondaryNav ul li:hover{
	background: rgb(64, 64, 64);
	border-radius: 3px;
	color: #FFFFFF;
}
.productSecondaryNav ul li.here{
	background: rgb(64, 64, 64);
	border-radius: 3px;
	color: #FFFFFF;
}
.productTileTitle{
	color: #009933;
	font-weight: 700;
	text-align: center;
}
.documentTile:before{
	content: "\f0c1";
}
.chainTile:before{
	content: "\f15c";
}
.plugTile:before{
	content: "\f1e6";
}
.quad-arrowsTile:before{
	content: "\f047";
}
.tableTile:before{
	content: "\f0ce";
}
.lightningTile:before{
	content: "\f0e7";
}
.listTile:before{
	content: "\f0cb";
}
.leafTile:before{
	content: "\f06c";
}
.bar-stackTile:before{
	content: "\f0ae";
}
.l-r-arrowsTile:before{
	content: "\f0ec";
}
.cameraTile:before{
  content: "\f030";
}
.map-markerTile:before{
	content: "\f041";
}
.down-arrowTile:before{
	content: "\f161";
}

.snowflake-oTile:before {
  content: "\f2dc";
}

.thermometer-0Tile:before {
  content: "\f2cb";
}

.lightbulb-oTile:before {
  content: "\f0eb";
}

.sun-oTile:before {
  content: "\f185";
}

.wrenchTile:before {
  content: "\f0ad";
}

.align-justifyTile:before {
  content: "\f039";
}

.compassTile img,
.warrantyTile img,
.downloadsTile img{
	display: block;
	height: 60px;
	margin: 0 auto;
}

.hatchTile:before{
	content: "";
  background: url('../graphics/roof-hatch.svg');
  background-position: center center;
  height: 55px;
  margin-bottom: 5px;
  background-repeat: no-repeat;
}
.hatchTile:hover:before {
  background: url('../graphics/roof-hatch-hover.svg');
  background-position: center center;
  background-repeat: no-repeat;
}

.ground-floorTile:before{
  content: "";
  background: url('../graphics/building-down.svg');
  background-position: center center;
  height: 55px;
  margin-bottom: 5px;
  background-repeat: no-repeat;
}
.ground-floorTile:hover:before {
  background: url('../graphics/building-down-hover.svg');
  background-position: center center;
  background-repeat: no-repeat;
}

.open-doorTile:before{
  content: "";
  background: url('../graphics/open-door.svg');
  background-position: center center;
  height: 55px;
  margin-bottom: 5px;
  background-repeat: no-repeat;
}
.open-doorTile:hover:before {
  background: url('../graphics/open-door-hover.svg');
  background-position: center center;
  background-repeat: no-repeat;
}

.fiberglassTile:before{
  content: "";
  background: url('../graphics/fiberglass.svg');
  background-position: center center;
  height: 55px;
  margin-bottom: 5px;
  background-repeat: no-repeat;
}
.fiberglassTile:hover:before {
  background: url('../graphics/fiberglass-hover.svg');
  background-position: center center;
  background-repeat: no-repeat;
}

.searchResult{
	border-bottom: 1px solid #D7D7D7;
	margin: 20px 0 0 0;
	padding: 0 0 20px 0;
}
.searchResultChannel{
	margin-bottom: 10px;
}
.searchResultExcerpt{
	padding: 5px 15px 0 15px;
}
.searchResultImage{
	text-align: center;
}
.searchResultMore{
	color: #009933;
	font-weight: 600;
	padding: 5px 15px 0 15px;
}
.searchResultTitle h3{
	font-size: 22px;
	font-size: 2.2rem;
	margin: 0;
}
.slick-next{
	border: none;
	cursor: pointer;
	display: block;
	margin: -25px 0 0 0;
	position: absolute;
	right: -45px;
	top: 50%;
	z-index: 100;
}
.slick-next:after{
	color: #009933;
	content: "\f138";
	font-size: 40px;
	font-size: 4rem;
	margin: 0 0 0 1rem;
	vertical-align: -3px;
}
.slick-prev{
	border: none;
	cursor: pointer;
	display: block;
	left: -45px;
	margin: -25px 0 0 0;
	position: absolute;
	top: 50%;
	z-index: 100;
}
.slick-prev:after{
	color: #009933;
	content: "\f137";
	font-size: 40px;
	font-size: 4rem;
	margin: 0 1rem 0 0;
	vertical-align: -3px;
}
.slick-slide img{
	width: 100%;
}
.slide{
	display: none;
	font-weight: 700;
	max-height: 100%;
	position: relative;
	text-align: center;
	width: 100%;
}
.slide img{
	display: block;
	position: relative;
	width: 100%;
}
.slideCopy{
	padding: 20px 0 20px 0;
}
.slideHeadline{
	color: #009C2C;
}
.slideShowWrapper{
	margin-bottom: 40px;
}
.slideText{
	margin: 0 auto 0 auto;
	max-width: 1080px;
	padding: 0 0 5% 0;
	position: relative;
	text-align: left;
	width: 92%;
}
.slideText > div:first-child{
	color: #FFFFFF;
	font-size: 20px;
	font-size: 2.0rem;
	line-height: 1.2;
	padding: 5% 5% 0 0;
}
.socialFacebook:before{
	content: '\f09a';
}
.socialLinkedIn:before{
	content: '\f0e1';
}
.socialTwitter:before{
	content: '\f099';
}
.textCenter{
	text-align: center;
}
.textGray{
	color: #8E8E8E;
}
.textGreen{
	color: #009933;
}
.textLightGreen{
	color: #61A72E;
}
.tileImage{
	margin-bottom: 40px;
}
.tileTitle{
	color: #009933;
	text-align: center;
}
.utilityNav{
	background-color: #1E1E1E;
	color: #FFFFFF;
	width: 100%;
}
.utilityNav img{
	vertical-align: text-bottom;
}
#mobileNavigation .headerMobileSearch{
	padding: 10px 0 10px 0;
}
#nextSlide{
	right: 15px;
}
#prevSlide{
	left: 15px;
}
#prevSlide,
#nextSlide{
	display: block;
	height: 36px;
	position: absolute;
	top: 50%;
	width: 36px;
	z-index: 1000;
}
#showDesktopSearch img{
	vertical-align: middle;
}

.discharge-table {
  display: block !important;
  /* QDS Responsive Table Fix */
  max-width: 100% !important;
  overflow-y: scroll !important;
}

.discharge-table table {
  display: table !important;
  margin: 0 auto !important;
  width: 100% !important;
}

/*.ee-debugger {*/
/*    top: 100%;*/
/*    position: relative;*/
/*    z-index: 1;*/
/*}*/
