@charset "UTF-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}
/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width: 100%;
}
/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		4;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	12;
	dw-gutter-percentage:	25;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

.fluid {
	clear: both;
	margin-left: 0;
	width: 100%;
	float: left;
	display: block;
}
.fluidList {
	list-style: none;
	list-style-image: none;
	margin: 0;
	padding: 0;
}
/* Mobile Layout: 480px and below. */
  
.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 86.45%;
	padding-left: 2.275%;
	padding-right: 2.275%;
	clear: none;
	float: none;
}
.dl-pdf-bkgrd {
	width: 100%;
	padding: 0 0 10px 0;
	margin: 0 0 0 0;
	background-color: #efefef;
	overflow: auto;
}
.no-tab-container {
	width: 100%;
	max-width: 1200px;
	padding: 0 0 40px 0;
	margin: 0 auto 0 auto;
	background-color: #ffffff;
	overflow: auto;
}
.headline-container {
	width: 100%;
	max-width: 1200px;
    padding: 0 0 0 0;
    margin: 30px auto 0 auto;
    text-align: left;
}
.headline-container h1 {
	font-family: "proxima-nova", sans-serif;
	font-style: normal;
	font-size: 2.0em;
	text-align: left;
	font-weight: 700;
	line-height: 1.3em;
	color: #000000;
	text-decoration: none;
}
.product-container-bkgrd {
	width: 100%;
	padding: 0 0 60px 0;
	margin: 0 0 0 0;
	background-color: #efefef;
	overflow: auto;
}
.pdf-up-container {
	width: 230px;
	margin: 5px 5px 5px 5px;
	padding: 0 0 0 0;
	display: inline-block;
}
.pdf-code-container {
	width: 223px;
	height: 110px;
	margin: 0 0	0 0;
	padding: 10px 5px 0 0;
	border-top: 1px solid #cc3333;
	border-left: 1px solid #cc3333;
	border-right: 1px solid #cc3333;
    border-radius: 5px 5px 0 0;
}
.pdf-up-container .pdf-code-container p {
	font-family: "proxima-nova", sans-serif;
	font-style: normal;
	font-size: 1.0em;
	text-align: left;
	font-weight: 500;
	line-height: 1.3em;
	color: #000000;
	text-decoration: none;
	margin: 0 0 0 0;
	padding: 0 10px 0 15px;
}
.pdf-up-container .pdf-code-container p strong {
	font-family: "proxima-nova", sans-serif;
	font-style: normal;
	font-size: 1.2em;
	text-align: left;
	font-weight: 800;
	line-height: 1.3em;
	margin: 0 0 0 0;
	color: #000000;
}
.pdf-up-container .pdf-code-container p span {
	font-family: "proxima-nova", sans-serif;
	font-style: normal;
	font-size: 0.9em;
	text-align: left;
	font-weight: 500;
	line-height: 0.8em;
	color: #ff3300;
	text-decoration: none;
}
.btn-cc3333-up {
    width: 230px;
	height: 45px;
    margin: 0 0 5px 0;
    padding: 0 20px 0 45px;
    background-color: rgba(204,51,51,1.0);
    background-image: url(../images/pdf-icon-white.png);
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: 6% 50%;
    border: 1px solid #cc3333;
    border-radius: 0 0 5px 5px;
    clear: none;
    font-family: "proxima-nova", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    text-align: left;
    text-decoration: none;
    color: #ffffff;
    -webkit-appearance: none;
    cursor: pointer;
}
.btn-cc3333-up:hover {
    background-color: rgba(51,51,51,1.0);
    border: 1px solid #333333;
}
.btn-cc3333-up:focus {
    background-color: rgba(51,51,51,1.0);
}
.dl-pdf-container .btn-cc3333-up p {
    font-family: "proxima-nova", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    text-align: left;
    text-decoration: none;
    color: #ffffff;
	margin: 0 0 0 0;
}
/*select product*/
.select-product-container {
	width: 100%;
	max-width: 1200px;
    padding: 0 0 0 0;
    margin: 25px auto 0 auto;
    text-align: left;
}
.select-product-container p {
    font-family: "proxima-nova", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    text-align: left;
    text-decoration: none;
    color: #000000;
	margin: 1.0em 0 0.5em 0;
}
.select-product-container-b {
	width: 100%;
	max-width: 1200px;
    padding: 0 0 0 0;
    margin: 25px auto 200px auto;
    text-align: left;
}
.select-product-container-b p {
    font-family: "proxima-nova", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    text-align: left;
    text-decoration: none;
    color: #000000;
	margin: 1.0em 0 0.5em 0;
}
select.resource {
    -webkit-appearance: button;
    -webkit-border-radius: 2px;
    -webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.1);
    -webkit-padding-end: 20px;
    -webkit-padding-start: 2px;
    -webkit-user-select: none;
    background-image: url(../images/arrow-black-down.svg);
    background-size: 10px;
    background-position: 95% center;
    background-repeat: no-repeat;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    font-family: "proxima-nova", sans-serif;
    font-style: normal;
    font-size: 13px;
    text-align: left;
    font-weight: 400;
    line-height: 1.4em;
    color: #333333;
    margin: 0 0 0 0;
    overflow: hidden;
    padding: 15px 15px;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 80%;
	max-width: 350px;
}
select.resource optgroup {
    color: #0066cc;
}
select.resource option {
    margin: 40px;
    background: rgba(255,255,255,1.0);
    color: #333333;
}
.btn-sp-go {
    width: 50px;
    height: 50px;
    margin: 0 0 0 0;
    padding: 6px;
    background-color: rgba(255,255,255,1.0);
    border: 1px solid #cccccc;
    border-radius: 3px;
    display: inline-block;
    clear: none;
    font-family: "proxima-nova", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    text-align: center;
    text-decoration: none;
    color: #333333;
    -webkit-appearance: none;
    cursor: pointer;
}
.btn-sp-go:hover {
    background-color: rgba(102,102,102,1.0);
    color: #ffffff;
    border: 1px solid #666666;
    -webkit-appearance: none;
}
/*concrete poles*/
.cp-btn-container {
	width: 150px;
	padding: 0 10px 10px 10px;
	margin: 0 10px 25px 10px;
	background-color: #0066cc;
	border-radius: 5px;
	display: inline-block;
	cursor: pointer;
}
.cp-btn-container:hover {
	background-color: #333333;
}
.cp-btn-image {
	width: 150px;
	height: 194px;
	padding: 0 0 0 0;
	margin: 10px 0 0 0;
	background-color: #ffffff;
	position: relative;
}
.cp-btn-text {
	width: 150px;
	height: 40px;
	padding: 0 0 0 0;
	margin: 10px 0 0 0;
	position: relative;
	overflow: hidden;
}
.cp-btn-text p {
	font-family: "proxima-nova", sans-serif;
	font-style: normal;
	font-size: 13px;
	text-align: center;
	font-weight: 500;
	line-height: 1.1em;
	margin: 0 0 0 0;
	color: #ffffff;
	text-decoration: none;
}
.dl-landing-container-dbl {
	width: 150px;
	padding: 0 0 0 0;
	margin: 0 10px 25px 10px;
	display: inline-block;
}
.dl-landing-container-image {
	width: 100%;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	display: block;
}
.dl-landing-container-text {
	height: 50px;
	font-family: "proxima-nova", sans-serif;
	font-style: normal;
	font-size: 13px;
	text-align: center;
	font-weight: 500;
	line-height: 1.2em;
	margin: 0 0 0 0;
	color: #ffffff;
	text-decoration: none;
	overflow: auto;
}
.dl-landing-container a, .dl-landing-container a:visited {
	font-family: "proxima-nova", sans-serif;
	font-style: normal;
	font-size: 13px;
	text-align: center;
	font-weight: 500;
	line-height: 1.1em;
	margin: 0 0 0 0;
	color: #ffffff;
	text-decoration: none;
	padding: 185px 10px 26px 10px;
	background-image: url(images/brochure-images/AS.png);
	background-repeat: no-repeat;
	background-position: 50% 8px;
	background-size: 130px;
	background-color: #0066cc;
	border-radius: 5px;
	display: block;
	overflow: auto;
}
.dl-landing-container-dbl a, .dl-landing-container-dbl a:visited {
	font-family: "proxima-nova", sans-serif;
	font-style: normal;
	font-size: 13px;
	text-align: center;
	font-weight: 500;
	line-height: 1.1em;
	margin: 0 0 0 0;
	color: #ffffff;
	text-decoration: none;
	padding: 10px 10px 1px 10px;
	background-color: #0066cc;
	border-radius: 5px;
	display: block;
	overflow: auto;
}
.dl-landing-container a:hover, .dl-landing-container-dbl a:hover {
	background-color: #333333;
}
.cp-media-container {
	width: 242px;
	padding: 0 10px 10px 10px;
	margin: 0 10px 25px 10px;
	background-color: #0066cc;
	border-radius: 5px;
	display: inline-block;
	cursor: pointer;
}
.cp-media-container:hover {
	background-color: #333333;
}
.cp-media-image {
	width: 240px;
	height: 135px;
	padding: 0 0 0 0;
	margin: 10px 0 0 0;
	border: 1px solid #ffffff;
	background-color: #ffffff;
	position: relative;
}
.cp-media-text {
	width: 240px;
	height: 30px;
	padding: 0 0 0 0;
	margin: 10px 0 0 0;
	position: relative;
	overflow: hidden;
}
.cp-media-text p {
	font-family: "proxima-nova", sans-serif;
	font-style: normal;
	font-size: 13px;
	text-align: center;
	font-weight: 500;
	line-height: 1.1em;
	margin: 0 0 0 0;
	color: #ffffff;
	text-decoration: none;
}
.zeroMargin_mobile {
	margin-left: 0;
}
.hide_mobile {
	display: none;
}

/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {
.gridContainer {
	width: 90.675%;
	padding-left: 1.1625%;
	padding-right: 1.1625%;
	clear: none;
	float: none;
	margin-left: auto;
}
.zeroMargin_tablet {
	margin-left: 0;
}
.hide_tablet {
	display: none;
}
}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {
.gridContainer {
	width: 88.5%;
	max-width: 1232px;
	padding-left: 0.75%;
	padding-right: 0.75%;
	margin: auto;
	clear: none;
	float: none;
	margin-left: auto;
}
.resource-section-container-bkgrd {
	width: 100%;
	margin: 0 0 0 0;
	padding: 5px 0 10px 0;
	background-color: #000000;
	overflow: auto;
}
.resource-section-container {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}
.dl-pdf-bkgrd {
	width: 100%;
	padding: 0 0 10px 0;
	margin: 0 0 0 0;
	background-color: #efefef;
	overflow: auto;
}
.no-tab-container {
	width: 100%;
	max-width: 1200px;
	padding: 0 0 40px 0;
	margin: 0 auto 0 auto;
	background-color: #ffffff;
	overflow: auto;
}
.headline-container {
	width: 100%;
	max-width: 1200px;
    padding: 0 0 0 0;
    margin: 30px auto 0 auto;
    text-align: left;
}
.headline-container h1 {
	font-family: "proxima-nova", sans-serif;
	font-style: normal;
	font-size: 2.0em;
	text-align: left;
	font-weight: 700;
	line-height: 1.3em;
	color: #000000;
	text-decoration: none;
}
.product-container-bkgrd {
	width: 100%;
	padding: 0 0 60px 0;
	margin: 0 0 0 0;
	background-color: #efefef;
	overflow: auto;
}
.pdf-up-container {
	width: 230px;
	margin: 5px 5px 5px 5px;
	padding: 0 0 0 0;
	display: inline-block;
}
.pdf-code-container {
	width: 223px;
	height: 110px;
	margin: 0 0	0 0;
	padding: 10px 5px 0 0;
	border-top: 1px solid #cc3333;
	border-left: 1px solid #cc3333;
	border-right: 1px solid #cc3333;
    border-radius: 5px 5px 0 0;
}
.pdf-up-container .pdf-code-container p {
	font-family: "proxima-nova", sans-serif;
	font-style: normal;
	font-size: 1.0em;
	text-align: left;
	font-weight: 500;
	line-height: 1.3em;
	color: #000000;
	text-decoration: none;
	margin: 0 0 0 0;
	padding: 0 10px 0 15px;
}
.pdf-up-container .pdf-code-container p strong {
	font-family: "proxima-nova", sans-serif;
	font-style: normal;
	font-size: 1.2em;
	text-align: left;
	font-weight: 800;
	line-height: 1.3em;
	margin: 0 0 0 0;
	color: #000000;
}
.pdf-up-container .pdf-code-container p span {
	font-family: "proxima-nova", sans-serif;
	font-style: normal;
	font-size: 0.9em;
	text-align: left;
	font-weight: 500;
	line-height: 0.8em;
	color: #ff3300;
	text-decoration: none;
}
.btn-cc3333-up {
    width: 230px;
	height: 45px;
    margin: 0 0 5px 0;
    padding: 0 20px 0 45px;
    background-color: rgba(204,51,51,1.0);
    background-image: url(../images/pdf-icon-white.png);
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: 6% 50%;
    border: 1px solid #cc3333;
    border-radius: 0 0 5px 5px;
    clear: none;
    font-family: "proxima-nova", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    text-align: left;
    text-decoration: none;
    color: #ffffff;
    -webkit-appearance: none;
    cursor: pointer;
}
.btn-cc3333-up:hover {
    background-color: rgba(51,51,51,1.0);
    border: 1px solid #333333;
}
.btn-cc3333-up:focus {
    background-color: rgba(51,51,51,1.0);
}
.dl-pdf-container .btn-cc3333-up p {
    font-family: "proxima-nova", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    text-align: left;
    text-decoration: none;
    color: #ffffff;
	margin: 0 0 0 0;
}
/*select product*/
.select-product-container {
	width: 100%;
	max-width: 1200px;
    padding: 0 0 0 0;
    margin: 25px auto 0 auto;
    text-align: left;
}
.select-product-container p {
    font-family: "proxima-nova", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    text-align: left;
    text-decoration: none;
    color: #000000;
	margin: 1.0em 0 0.5em 0;
}
.select-product-container-b {
	width: 100%;
	max-width: 1200px;
    padding: 0 0 0 0;
    margin: 25px auto 200px auto;
    text-align: left;
}
.select-product-container-b p {
    font-family: "proxima-nova", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    text-align: left;
    text-decoration: none;
    color: #000000;
	margin: 1.0em 0 0.5em 0;
}
select.resource {
    -webkit-appearance: button;
    -webkit-border-radius: 2px;
    -webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.1);
    -webkit-padding-end: 20px;
    -webkit-padding-start: 2px;
    -webkit-user-select: none;
    background-image: url(../images/arrow-black-down.svg);
    background-size: 10px;
    background-position: 95% center;
    background-repeat: no-repeat;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    font-family: "proxima-nova", sans-serif;
    font-style: normal;
    font-size: 13px;
    text-align: left;
    font-weight: 400;
    line-height: 1.4em;
    color: #333333;
    margin: 0 0 0 0;
    overflow: hidden;
    padding: 15px;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 80%;
	max-width: 400px;
}
select.resource optgroup {
    color: #0066cc;
}
select.resource option {
    margin: 40px;
    background: rgba(255,255,255,1.0);
    color: #333333;
}
.btn-sp-go {
    width: 50px;
    height: 50px;
    margin: 0 0 0 0;
    padding: 6px;
    background-color: rgba(255,255,255,1.0);
    border: 1px solid #cccccc;
    border-radius: 3px;
    display: inline-block;
    clear: none;
    font-family: "proxima-nova", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    text-align: center;
    text-decoration: none;
    color: #333333;
    -webkit-appearance: none;
    cursor: pointer;
}
.btn-sp-go:hover {
    background-color: rgba(102,102,102,1.0);
    color: #ffffff;
    border: 1px solid #666666;
    -webkit-appearance: none;
}
/*concrete poles*/
.cp-btn-container {
	width: 150px;
	padding: 0 10px 10px 10px;
	margin: 0 10px 25px 10px;
	background-color: #0066cc;
	border-radius: 5px;
	display: inline-block;
	cursor: pointer;
}
.cp-btn-container:hover {
	background-color: #333333;
}
.cp-btn-image {
	width: 150px;
	height: 194px;
	padding: 0 0 0 0;
	margin: 10px 0 0 0;
	background-color: #ffffff;
	position: relative;
}
.cp-btn-text {
	width: 150px;
	height: 40px;
	padding: 0 0 0 0;
	margin: 10px 0 0 0;
	position: relative;
	overflow: hidden;
}
.cp-btn-text p {
	font-family: "proxima-nova", sans-serif;
	font-style: normal;
	font-size: 13px;
	text-align: center;
	font-weight: 500;
	line-height: 1.1em;
	margin: 0 0 0 0;
	color: #ffffff;
	text-decoration: none;
}
.dl-landing-container-dbl {
	width: 150px;
	padding: 0 0 0 0;
	margin: 0 10px 25px 10px;
	display: inline-block;
}
.dl-landing-container-image {
	width: 100%;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	display: block;
}
.dl-landing-container-text {
	height: 50px;
	font-family: "proxima-nova", sans-serif;
	font-style: normal;
	font-size: 13px;
	text-align: center;
	font-weight: 500;
	line-height: 1.2em;
	margin: 0 0 0 0;
	color: #ffffff;
	text-decoration: none;
	overflow: auto;
}
.dl-landing-container a, .dl-landing-container a:visited {
	font-family: "proxima-nova", sans-serif;
	font-style: normal;
	font-size: 13px;
	text-align: center;
	font-weight: 500;
	line-height: 1.1em;
	margin: 0 0 0 0;
	color: #ffffff;
	text-decoration: none;
	padding: 185px 10px 26px 10px;
	background-image: url(images/brochure-images/AS.png);
	background-repeat: no-repeat;
	background-position: 50% 8px;
	background-size: 130px;
	background-color: #0066cc;
	border-radius: 5px;
	display: block;
	overflow: auto;
}
.dl-landing-container-dbl a, .dl-landing-container-dbl a:visited {
	font-family: "proxima-nova", sans-serif;
	font-style: normal;
	font-size: 13px;
	text-align: center;
	font-weight: 500;
	line-height: 1.1em;
	margin: 0 0 0 0;
	color: #ffffff;
	text-decoration: none;
	padding: 10px 10px 1px 10px;
	background-color: #0066cc;
	border-radius: 5px;
	display: block;
	overflow: auto;
}
.dl-landing-container a:hover, .dl-landing-container-dbl a:hover {
	background-color: #333333;
}
.cp-media-container {
	width: 242px;
	padding: 0 10px 10px 10px;
	margin: 0 10px 25px 10px;
	background-color: #0066cc;
	border-radius: 5px;
	display: inline-block;
	cursor: pointer;
}
.cp-media-container:hover {
	background-color: #333333;
}
.cp-media-image {
	width: 240px;
	height: 135px;
	padding: 0 0 0 0;
	margin: 10px 0 0 0;
	border: 1px solid #ffffff;
	background-color: #ffffff;
	position: relative;
}
.cp-media-text {
	width: 240px;
	height: 30px;
	padding: 0 0 0 0;
	margin: 10px 0 0 0;
	position: relative;
	overflow: hidden;
}
.cp-media-text p {
	font-family: "proxima-nova", sans-serif;
	font-style: normal;
	font-size: 13px;
	text-align: center;
	font-weight: 500;
	line-height: 1.1em;
	margin: 0 0 0 0;
	color: #ffffff;
	text-decoration: none;
}
.zeroMargin_desktop {
	margin-left: 0;
}
.hide_desktop {
	display: none;
}
}
