/* blue: #178bbc   green: #85c485 */

/* font-family: 'Mr Dafoe', cursive;
font-family: 'Raleway', sans-serif;
font-family: 'Montserrat', sans-serif;
*/


/* apply a natural box layout model to all elements */
*, *:before, *:after {
  -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
 }

/*http://snook.ca/archives/html_and_css/font-size-with-rem*/
html { -webkit-text-size-adjust: 100%; font-size:62.5%; -webkit-font-smoothing: antialiased;}

body {
	font-family:'Verdana',sans-serif;
	color: #161616;
	background-color: #fff;
	font-size: 14px; font-size: 1.4rem;
}

.topTextNav {
	width: 100%;
	max-width: 1200px;
	position: relative; 
	margin: 0 auto;
	height: 35px;
}

	.topTextNavLinks {
		position: absolute;
		top: 0; right: 0;
		padding: 10px 25px 10px 30px;
		width: 100%;
		text-align: right;
	}
	
	.topTextNavLinks a {
		color: #161616;
		font-family: 'Raleway', sans-serif;
		font-size: 12px; font-size 1.2rem;
		padding-left: 30px;
	}
	
	.topTextNavLinks a:hover { text-decoration: underline; }

.hrLogo {
	display: block;
	width: 122px;
	margin: 0px auto;
	padding: 10px 0 20px 0;
}


#topNav {
	width: 100%;
	max-width: 1200px;
	z-index: 10;
	position: relative;
	margin: 0 auto;
}


.topNavLinks {
	text-align: right;
	background:#178bbc;
}

.topNavLink {
	color: #fff;
	font-size: 1.8rem;
	letter-spacing: 2px;
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
	padding: 25px 25px 0 25px;
	display: inline-block;
	text-align: center;
	height: 68px;
}

	.topNavLink span { color: #83daff; }
	.topNavLink:hover {	color: #85c485;}

	.topNavLinkOn { background: url(/nav/topNavLinkTriangle.png) 50% 100% no-repeat; }

	#topNav-sticky-wrapper { margin: 0 auto; width: 100%; max-width: 1200px; }

	.fixedNavLogoBox {
		position: absolute;
		width: 278px;
		height: 68px;
		background-color: #178bbc;
		z-index: 2;
		display: block;
		background-image: url(/nav/hrLogoHoriz.png);
		background-repeat: no-repeat;
		background-position: 10px 8px;
	}


.ddNav {
	width: 100%;
	height: 360px;
	background: #ececec;
	position: absolute;
	z-index: 99;
	top: 67px;
	left: 0;
	box-shadow: 2px 2px 5px rgba(0,0,0,.4);
	padding: 2em;
	display: none;
}

.oneOfFive {
	width: 18%;
	margin-right: 2%;
}

.oneOfThree {
	width: 32%;
	margin-right: 2%;
}

.oneOfTwo {
	width: 45%;
	margin-right: 10%;
}

.oneOfOne {
	width: 40%;
	margin: 0 auto !important;
}

.navPanel {
	color: #767676;
	font-size: 1.3rem;
	line-height: 1.4em;
	float: left;
}

.navPanelBrandName {
	color: #000;
	font-size: 1.8rem;
}

.navPanelBrandName span {
	display: block; font-size: 1.4rem;
	margin: 5px 0 10px 0;
	color: #767676;
}

.navPanel img { width: 100%; margin-bottom: 10px;max-width: 357px;}
.navPanel:last-child { margin-right: 0; }

.navPanel:hover .navExplore { color: #fff; background: #178bbc; }

.navExplore {
	color: #178bbc;
	padding: .5em 1em;
	border: 1px solid #178bbc;
	display: inline-block;
	margin-top: 10px;
}

.main {
	margin: 0 auto;
	width: 96%;
	max-width: 1000px;
}

	.wide { max-width: 1200px; }


.backToTop {
	display: block;
	position: absolute;
	right: 10px;
	top: 5px;
	width: 20px;
	height: 20px;
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
	opacity: .3;
	display: none;
}

.is-sticky .backToTop { display: none; }


.centerContainer {
	width: 95%;
	margin: 0 auto;
	max-width: 1200px;
}

.contentWhite {
	background: #fff;
	color: #333;
	padding-top: 60px;
}

.contentBlue{
	background: #178bbc;
	color: #fff;
	padding-top: 60px;
}

/* HOME PAGE */
.homeBG {
	width: 100%;
	max-width: 1200px;
	position: relative;
	z-index: 0;
	margin: 0 auto 0 auto;
	box-shadow: 5px 0 10px rgba(0,0,0,.2), -5px 0 10px rgba(0,0,0,.2);
}

.heroHead {
	position: absolute;
	top: 2%;
	left: 2%;
}

	.heroHead h1 {
		font-family: 'Mr Dafoe', cursive;
		text-transform: none;
		font-size: 10rem;
		padding-left: 15px;
		text-shadow: 1px 1px 3px rgba(0,0,0,.5);
	}
	
	.heroHead h2 {
		color: #fff;
		background: rgba(0,0,0,.5);
		padding: 20px;
		width: 290px;
		font-family: 'Raleway', sans-serif;
		font-weight: 500;
		line-height: 1.5em;
		margin-top: 30px;
	}

	.rtp_playVideo, .rtp_playVideoInSubhead {
		font-family: 'Montserrat', sans-serif;
		height: 47px;
		background-image: url(/nav/play@2x.png);
		background-size: 47px;
		background-repeat: no-repeat;
		padding: 10px 0 0 60px;
		text-shadow: none;
		font-size: 20px; font-size: 2.0rem;
		line-height: 1.2em;
		position: absolute;
		bottom: 20px;
		right: 20px;
		display: block;
		cursor: pointer;
		color: #fff;
	}
	.rtp_playVideoInSubhead {
		display: none;
		margin: 25px auto 0 auto;
		text-transform: uppercase;
		width: 440px;
		padding-top: 12px;
	}
	.rtp_playVideo:hover, .rtp_playVideoInSubhead:hover { color: #85c485; }


	.homeVideoBox, .productVideoBox {
		display: none;
		width: 100%;
		max-width: 1200px;
		background: #000;
		position: absolute;
		z-index: 950;
		left: 0; right: 0;
		margin: 0px auto 0 auto;
		cursor: pointer;
	}
	
	.homeVideoClose, .productVideoClose {
		position: absolute;
		right: 10px;
		top: 10px;
		font-weight: bold;
		margin-top: 10px;
		font-size: 12px;
		height: 23px;
		color: #000;
		display: none;
		cursor: pointer;
	}

.heroSubhead {
	background: #85c485;
	padding: 40px 20px;
	text-align: center;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto 80px auto;
}

	.heroSubhead h1 {
		font-family: 'Montserrat', sans-serif;
		letter-spacing: 1px;
		font-size: 3.3rem;
		text-transform: none;
		color: #fff;
	}
	
	.heroSubhead h2 {
		font-weight: normal;
		letter-spacing: 0px;
		margin-top: 18px;
		font-family: 'Montserrat', sans-serif;
		font-size: 22px; font-size: 2.2rem;
		color: #fff;
		line-height: 1.2em;
	}

.vehiclesBG {
	background-image: url(/nav/home_brandDivider@2x.png);
	background-repeat: no-repeat;
	background-size: 1px 287px;
	background-position: 50% 70px;
}

.homeBrands {
	width: 95%;
	max-width: 1200px;
	margin: 0 auto;
	padding-bottom: 30px;
}

.homeBrand {
	width: 33.3333333333%;
	margin-left: 0%;
	float: left;
	font-family: 'Montserrat', sans-serif;
	font-size: 22px; font-size: 2.2rem;
	letter-spacing: 0px;
	text-align: center;
	text-transform: uppercase;
	background-repeat: no-repeat;
	display: block;
	color: #fff;
}
	.homePrice { font-size: 14px; font-size: 1.4rem; margin-top: 12px; }
	.homeBrand p { text-transform: none; text-align: left; color: #fff; line-height: 1.4em; margin: 1em 0; padding: 0 2em;}

	.homeBrandComingSoon { float: right; }

.homeBrand img {
	width: 100%;
	margin: 0 auto 20px auto;
}

.homeBrand:hover { color: #85c485 }

.promoImg {
	margin-bottom: 10px;
}

.homeDetails {
	font-family: 'Raleway', sans-serif;
	font-weight: 600;
	padding: 15px 20px;
	text-align: center;
	border: 1px solid #fff;
	display: inline-block;
	color: #fff;
	font-size: 15px; font-size: 1.5rem;
	text-transform: none;
	margin: 20px 5px 0 0;
}

.homeDetails:hover {
	background: #85c485;
}

.forestBG {
	background-image: url(/images/homeMountains.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 40px;
	height: 665px;
}

.mountainBG {
	background-image: url(/images/homeMountains.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 0px;
	height: 665px;
}

.toolsBox {
	max-width: 960px;
	width: 95%;
	margin: 0 auto;
}

.tool {
	background: #178bbc;
	width: 32%;
	float: left;
	margin-right: 2%;
	min-height: 385px;
	padding:40px 10px 20px 10px;
	background-position: 50% 35%;
	background-repeat: no-repeat;
	background-size: 70%;
}

	.toolText {
		font-family: 'Montserrat', sans-serif;
		font-size: 22px; font-size: 2.2rem;
		line-height: 1.4em;
		text-align: center;
		color: #fff;
		text-transform: uppercase;
		letter-spacing: 0px;
		height: 55px;
	}

	.tool:last-child {
		margin-right: 0;
	}
	
	
	.wrench { background-image: url(/images/wrench@2x.png) }
	.map { background-image: url(/images/map@2x.png) }
	.brochures { background-image: url(/images/brochures@2x.png) }
	.customerLedButton { background-image: url(/images/customerLed.jpg) }
	.cummins { background-image: url(/images/Cummins_ISX600_t.jpg) }
	.rmchassis { background-image: url(/images/rmchassis.jpg) }

.toolButton, .toolButtonHome {
	font-family: 'Raleway', sans-serif;
	font-weight: 600;
	padding: 15px 30px;
	text-align: center;
	border: 1px solid #fff;
	display: block;
	margin: 0 auto;
	color: #fff;
	font-size: 18px; font-size: 1.8rem;
	text-transform: none;
	width: 75%;
	line-height: 1.2em;
	letter-spacing: 0px;
}

.toolButton:hover, .toolButtonHome:hover { background: #85c485; }

.toolButtonHome { margin-top: 180px; }

/* END HOME PAGE */


/* PRODUCT PAGE */

.brandNav {
	background: #d4d5d5;
	padding: 15px 10px 15px 10px;
	width: 100%;
	margin: 0 auto;
	position: relative;
}

	.brandNav a {
		color: #333;
		font-family: 'Raleway', sans-serif;
		font-size: 16px; font-size 1.6rem;
		letter-spacing: 1px;
		padding-right: 2%;
		font-weight: 600;
	}
	
	.brandNav a.byo {
		background: #e9e9e9;
		text-align: center;
		display: inline-block;
		padding: 15px;
		margin-top: -15px;
		margin-bottom: -15px;
	}
	
	
	.brandNav a.brandNavOn, .brandNav a:hover {
		color: #178bbc;
	}

	.brandNav a.byo:hover {
		background: #999;
		color: #fff;		
	}

	.centerBrandNav {
		text-align: left;
		margin-left: 0px;
	}

	.brandNameOnBrandPage {
		text-transform: uppercase;
		color: #178bbc;
		font-size: 1.6rem;
		font-weight: 700;
		padding-right: .75em;
	}

.productBG {
	min-height: 550px;
	width: 100%;
	max-width: 1200px;
	position: relative;
	z-index: 0;
	margin: -25px auto 0 auto;
}

.productTextBox {
	width: 350px;
	position: absolute;
	top: 18%;
	left: 5%;
	font-family: 'Raleway', sans-serif;
	color: #fff;
	font-weight: 500;
}

	.productModelYear { color: #85c485; font-family: 'Montserrat', sans-serif;,Arial; font-size: 18px; font-size: 2.2rem; letter-spacing: 2.5px; text-transform: uppercase; }
	.productText { line-height: 1.5em; font-size: 16px; font-size: 1.6rem; margin-top: 10px; }

.expandTilesRule {
	border-top: 1px solid #ccc;
	margin-top: 20px;
	padding-bottom: 30px;
}

.expandTiles {
	background: #85c485;
	color: #fff;
	width: 260px;
	padding: 15px 10px;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	margin: 0 auto 20px auto;
	text-align: center;
	cursor: pointer;
	transition: .25s;
	display: block;
	line-height: 1.3em;
}

	.expandTiles:hover {
		color: #85c485;
		background: #fff;
	}

.allModels {
	margin-bottom: 40px;
}

.modelLink {
	border-left:1px solid #178bbc;
	border-top:1px solid #178bbc;
	border-bottom:1px solid #178bbc;
	text-align: center;
	font-family: 'Raleway', sans-serif;
	font-weight: 600;
	font-size: 2rem;
	float: left;
	padding: 15px 0;
	color: #333;
	cursor: pointer;
}

.modelLink:last-child { border-right: 1px solid #178bbc;}

	.modelLinkOn {
		color: #fff;
		background: #178bbc;
	}
	
	.modelLinkOn:hover {
		color: #fff !important;
	}
	
	.modelLink:hover {
		color: #85c485;
	}

.fpImage { margin: 0 auto 40px auto; max-width: 1000px; }

.fpInfo { margin: 0 auto; max-width: 1000px; }

.sPanels {
	position: relative;
	width: 50%;
	max-width: 520px;
	min-width: 440px;
	min-height: 480px;
	margin-left: 10px;
	float: left;
}

.specTab {
	float: left;
	padding: 10px;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	width: 25%;
	text-align: center;
	cursor: pointer;
	margin-bottom: 10px;
}
	
	.specTab:hover {border-bottom: 1px solid #178bbc; }
	
	.specTab:last-child {
		border-right: 1px solid #ccc;
	}

	.specTabOn {
		background: #178bbc; color: #fff;
	}


.specPanel {
	width: 100%;
	position: absolute;
	background: #fff;
	display: none;
}

	#panel1 { display: block; }

.specTable {
	width: 100%;
	border-collapse: collapse;
}

.specTable th {
	font-family: 'Montserrat', sans-serif;
	font-weight: normal;
	font-size: 18px; font-size: 1.8rem;
	padding: 10px 0 5px 10px;
	text-align: left;
	color: #000;
}

.specTable td {
	padding: 6px 15px;
	border: 1px solid #ccc;
	font-family: 'Verdana', sans-serif;
	font-weight: 500;
	font-size: 1.2rem;
}


.specTable tr:nth-child(even) {
	background-color: #eee;
}


.fns p {
	font-size: 11px;
	font-size: 1.1rem;
	color: #666;
	margin: 8px;
	line-height: normal;
	font-family: Arial;
}

.floorplanOptions {
	float: left;
	margin-left: 20px;
}

.fpoDesc {
	font-family: 'Raleway', sans-serif;
	margin: 5px 0;
}

	.fpoDesc span { font-size: 80%; padding-left: 0px;}


.featuresBG {
	background-image: url(/images/featuresBG.jpg);
	background-position: 50% 0;
	background-repeat: no-repeat;
	padding-top: 50px;
	min-height: 1050px;
}

.allFeatures {
	width: 100%;
	max-width: 1200px;
}

.featureGroups {
	float:left;
	border: 1px solid #fff;
	background: #fff;
	color: #161616;
	width: 22%;
	padding: 30px;
}

	.featureCategory {
		text-transform: uppercase;
		/* border-bottom: 1px solid #ccc;*/
		margin: 40px 0 20px 0;
		padding: 5px 0;
		color:#808080;
		font-family: 'Montserrat', sans-serif;
		font-size: 18px; font-size: 1.8rem;
		letter-spacing: 2px;
	}
	
	.featureCategory:first-child { margin-top: 0; }
	.fcOn {  color: #85c485 !important; }
	.fcatOn {  color: #178bbc !important; } /* different on state for feature categories */

	.fgLink { display: block; color: #808080; margin-bottom: 20px; text-align: left; cursor: pointer; font-family: 'Raleway', sans-serif; font-weight: 600;}
	.fgLink:hover { color: #85c485; }
	

.featureGroupBox {
	width: 75%;
	float: left;
	margin-left: 3%;
}

.featureGroup {
	background-color: #fff;
	background-position: 95% 20px;
	background-repeat: no-repeat;
	padding: 30px;
	min-height: 350px;
	display: none;
}

.featureGroupName {
	font-family: 'Montserrat', sans-serif;
	color: #178bbc;
	font-size: 22px;
	font-size: 2.2rem;
	margin-bottom: 20px;
}

.featureGroupDesc {
	width: 38%;
	line-height: 1.4em;
	font-family: 'Raleway', sans-serif;
}

.showFeatures {
	background: #85c485;
	color: #fff;
	padding: 20px;
	cursor: pointer;
	transition: .25s;
	font-family: 'Raleway', sans-serif;
	font-weight: 600;
	font-size: 14px;
	font-size: 1.4rem;
	display: none;
}

	.showFeatures:hover { background: #85c485; }

.featureList {
	background: #fff;
	color: #161616;
	padding: 0 30px 30px 30px;
	font-family: 'Raleway', sans-serif;
	display: none;
}

.leftFeatures {
	float: left;
	width: 45%;
}

.rightFeatures {
	float: left;
	width: 45%;
	margin-left: 10%;
}

.featureText {
	line-height: 1.2em;
	margin-bottom: 12px;
	padding-left: 22px;
	text-indent: -22px;
}

.optionDivider {
	text-transform: uppercase;
	margin: 10px 0 15px 0;
	padding-bottom: 2px;
	border-bottom: 1px solid #161616;
}

.decorBox {
	max-width: 1200px;
	margin: 0 auto 0px auto;
	position: relative;
	width: 100%;
	min-height: 800px;
}

	.decorExtBox { float: left; width: 54%; }
	.decorIntBox { float: left; width: 44.5%; margin-left: 1.5%; position: relative; }
	.decorIntBoxInt { float: left; width: 48.25%; cursor: pointer; }
	.decorIntBoxWood { float: left; width: 48.25%;margin-left: 3.5%; cursor: pointer; }
	.decorHead {
		color: #fff;
		font-family: 'Montserrat', sans-serif;
		font-size: 18px;
		font-size: 1.8rem;
		letter-spacing: 2.5px;
		background: #178bbc;
		padding: 30px 25px;
		text-transform: uppercase;
	}
	.decorExteriors { background: #fff; padding: 40px 40px 20px 40px; position: relative; }
	.decorExt {
		margin-bottom: 43px;
		cursor: pointer;
		position: relative;
	}
	.decorExtName {
		font-family: 'Montserrat', sans-serif;
		float: left;
		color:#000;
		font-size: 18px; font-size: 1.8rem;
		width: 15%;
		line-height: 1.2em;
		margin-top: 5%;
	}
	.decorExt img { float: left; width: 80%; margin-left: 5%; }
	
	.decorIntHead {
		background: #eeeded;
		font-family: 'Montserrat', sans-serif;
		padding: 15px;
		color: #000;
		position: relative;
	}
	
	.decorIntItem {
		background: #fff;
		padding: 15px;
		margin-bottom: 15px;
	}
	
	.decorIntItem img { height: 100%; max-height: 245px; max-width: 100%; }
	
	.decorAllWood {
		background: #fff;
		font-family: 'Raleway', sans-serif;
		color: #000;
		padding: 15px;
	}
	
		.decorAllWood img {
			padding: 50px 0 15px 0;
			width: 90%;
		}
		
		.decorAllWood img:first-child {
			padding-top: 10px;
		}
		
.plusZoom, .minusZoom {
	border: 1px solid #959595;
	padding: 1px 4px;
	font-family: Arial;
	font-size: 14px; font-size: 1.4rem;
	position: absolute;
	right: 8px;
	top: 11px;
	background: #fff;
	color: #000;
}

.decorExt .plusZoom {
	left: 0;
	top: 0;
	width: 18px;
}

.zoomedFabric {
	position: absolute;
	width: 100%;
	height: 100%;
	max-height: 780px;
	z-index: 3;
	background: #fff;
	background-repeat: no-repeat;
	background-position: 50%;
	display: none;
	cursor: pointer;
}

.zoomedExt {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: 91.6666666666667%; /* max width is 1100 */
	color: #000;
	cursor: pointer;
	z-index: 3;
	max-height: 710px;
	top: 78px;
	display: none;
}

	.zoomedExtName {
		font-family: 'Montserrat', sans-serif;
		font-size: 20px; font-size: 2rem;
		margin: 5%;
	}

.chassisBG {
	background-color: #fff;
	background-image: url(/nav/chassisTriangle@2x.png);
	background-repeat: no-repeat;
	background-size: 61px 25px;
	background-position: 50% 0;
	padding-top: 45px;
}

.chassisImgBG {
	background: #fff;
	padding: 40px 0;
	position: relative;
}

.theChassis {
	width: 98%;
	max-width: 900px;
	height: 253px;
	background: url(/images/roadmaster.jpg) no-repeat;
	background-size: 100%;
	margin: 0 auto;
	/* border: 1px solid red; */
}

.chassisCaptionBox {
	width: 90%;
	max-width: 800px;
	padding: 0 50px 30px 50px;
	position: relative;
	margin: -130px auto 0 auto;
	background: #fff;
}

.chassisCaption {
	font-family:'Avenir LT W01 35 Light',Arial;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.4em;
	color: #000;
	width: 99%;
	text-align: center;
}

.captionArrowBox {
	color: #000;
	width: 100%;
	max-width: 800px;
	margin: 10px auto 0 auto;
	padding: 10px 0;
	position: relative;
	z-index: 5;
}

	.captionLeft { float: left; cursor: pointer; margin-left: 30px;  }
	.captionRight { float: right; cursor: pointer; margin-right: 30px; }
	.captionTitle {
		text-align: center;
		text-transform: uppercase;
		font-family:'Avenir LT W01 35 Light',Arial;
		font-size: 25px;
		font-size: 2.5rem;
		padding:0px 0 40px 0;
		margin-top: 28px;
	 }
	 
	 .captionTitleYellowUnder {
	 	width: 55px;
	 	height: 1px;
	 	background: #85c485;
	 	margin: 40px auto 0 auto;
	 }

.chassisIndicator, .chassisIndicatorOn {
	width: 30px;
	height: 30px;
	background: #000;
	border-radius: 25px;
	display: block;
	text-align: center;
	padding-top: 4px;
	font-style: normal;
	font-family:'Avenir LT W01 35 Light',Arial;
	font-size: 20px;
	font-size: 2rem;
	cursor: pointer;
	position: absolute;
	border: 1px solid #999;
}

#position { position: relative; }

	#ci1 { top: 152px; left: 402px; }
	#ci2 { top: 60px; left: 530px; }
	#ci3 { top: 110px; left: 242px; }
	#ci4 { top: 123px; left: 575px; }
	#ci5 { top: 155px; left: 518px; }
	#ci6 { top: 121px; left: 660px; }
	#ci7 { top: 204px; left: 738px; }
	#ci8 { top: 149px; left: 738px; }
	#ci9 { top: 84px; left: 397px; }
	#ci10 { top: 130px; left: 195px;  }
	#ci11 { top: 123px; left: 860px;  }
	#ci12 { top: 49px; left: 92px;  }
	#ci13 { top: 17px; left: 118px; }
	#ci14 { top: 81px; left: 148px;  }
	#ci15 { top: 94px; left: 6px; }
	
	.dd { letter-spacing: -2px; text-align: left; padding-left: 4px; }

.chassisIndicatorOn {
	background:  #85c485;
	color: #000;
	border: 1px solid #000;
}

.chassisYellowBar {
	height: 50px;
	width: 100%;
	background: #85c485;
}

.testimonialBox {
	background: #178bbc;
	padding: 50px 0;
	font-family: 'Raleway', sans-serif;
}

.testRule {
	height: 1px;
	width: 175px;
	margin: 0 auto 30px auto;
	background: #85c485;
}

.testText {
	color: #fff;
	font-weight: 600;
	text-align: center;
	font-size: 1.8rem;
	line-height: 3.4rem;
	width: 90%;
	max-width: 1050px;
	margin: 0 auto;
}

.testAuthor {
	text-align: center;
	color: #85c485;
	font-size: 2.5rem;
	margin-top: 30px;
}

.buyerBox {
	background: #fff;
}

.buyerFormBox, .buyerDownloads {
	width: 95%;
	max-width: 1200px;
	padding: 0 5% 3% 5%;
	margin: 0 auto;
}
	.buyerDownloads { display: none;}

	.broDownload {
		background: url(/nav/icopdf.png) no-repeat;
		display: block;
		margin-top: 20px;
		height: 16px;
		padding-left: 30px;
		font-size: 20px; font-size: 2.0rem; font-family: 'Raleway', sans-serif;
	}
	
		.broDownload:hover { text-decoration: underline; }
	
	.broChoiceError, .broFormError {
		color: #161616;
		text-align: center;
		padding: 10px;
		border: 1px solid #e00;
		width: 50%;
		margin: 0 auto 10px auto;
		display: none;
	}

.buyerFormLeft {
	float: left;
	width: 45%;
}
.buyerFormRight {
	float: right;
	width: 45%;
}

.buyerFormBox label, .buyerDownloads label {
	display: block;
	margin: 15px 0 8px 0;
	color: #161616;
	font-family: 'Raleway', sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 600;
}

	label.radioLabel {
		display: inline;
		margin: 0;
	}

.buyerFormBox input[type=text] {
	width: 100%;
	padding: 10px 10px;
	font-size: 20px;
	font-size: 2rem;
	background: #85c485;
	background: rgba(133,196,133,.4);
	border: none;
	border: 1px solid #85c485;
}

.buyerFormBox input[type=radio], .buyerFormBox input[type=checkbox] {
	width: 20px;
	height: 20px;
	position: relative;
	top: 4px;
}

.purchasingList {
	line-height: 1.8em;
	font-size: 1.6rem;
	background: #fff;
	padding: 10px;
	border: 1px solid #161616;
}

.selectDownload {
	color: #161616;
	letter-spacing: 3px;
	font-family: 'Montserrat', sans-serif;
	margin: 0 auto;
	padding: 0px 0 20px 0;
	text-align: center;
	font-size: 20px;
	font-size: 2rem;
	text-transform: uppercase;
	width: 95%;
	max-width: 1200px;
}

.brochureChoices {
	padding: 0% 8% 3% 8%;
	margin-top: 30px;
}

.brochureBox {
	float: left;
	width: 30%;
	margin-right: 5%;
	border: 2px solid #85c485;
	font-size: 24px; font-size: 2.4rem;
	text-align: center;
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	padding-top: 30px;
	letter-spacing: 2px;
	height: 220px;
	position: relative;
	cursor: pointer;
	color: #161616;
}

	.brochureBox:last-child { margin-right: 0; }
	.brochureBox span { font-size: 21px; font-size: 2.1rem; display: block; margin-top: 3px;  font-family: 'Raleway', sans-serif;}

	.brochureSelectBox {
		height: 38px;
		position: absolute;
		bottom: 30px;
		width: 136px;
		left: 50%;
		margin-left: -68px;
	}
	.brochureSelectCircle {
		background-image: url(/nav/brochureSelect.png);
		background-repeat: no-repeat;
		background-size: 38px;
		width: 38px;
		height: 38px;
		float: left;
	}
	.brochureSelectText {
		float: left;
		margin: 5px 0 0 8px;
		font-family: 'Montserrat', sans-serif;
		letter-spacing: 2px;
		text-transform: none;
	}
	.brochureSelectOn { background-color: #85c485 }
	
	.brochureFormSubmit {
		width: 190px;
		margin: 0 auto;
		font-family: 'Montserrat', sans-serif;
		letter-spacing: 4px;
		color: #fff;
		font-size: 20px; font-size: 2rem;
		text-transform: uppercase;
		padding: 15px 0;
		background: #85c485;
		text-align: center;
		cursor: pointer;
		display: block;
		border: 1px solid #85c485;
	}
	
	.brochureFormNoThanks {
		text-align: center;
		font-family: 'Raleway', sans-serif;
		margin-top: 40px;
		cursor: pointer;
		display: block;
	}
	
	.brochureFormSubmit:hover { color: #85c485; background: #fff; }
	.brochureFormNoThanks:hover { text-decoration: underline; }

.brochureComingSoon {
	opacity: .2;
	cursor: auto;
}

	.brochureComingSoon .brochureSelectText {
		font-size: 1.8rem; letter-spacing: 0;
	}

/* END PRODUCT PAGE */


/* Generic Template  (Owners Center) */ 

.contentWide {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	background: #fff;
	padding: 20px 50px;
	margin-top: -645px;
	min-height: 645px;
}

.twoCols {
	width: 100%;
	max-width: 1200px;
	margin: 0px auto;
	background: #fff;
	margin-top: -645px;
	min-height: 645px;
}

.leftMedia {
	width: 30%;
	float: left;
	background: #178bbc;
	padding: 3% 0 0 3%;
	font-family:'Verdana',sans-serif;
	font-size: 1.6rem;
	line-height: 2em;
	font-weight: normal;
	color: #fff;
}
	.leftMedia a {
		color: #fff;
		text-decoration: underline;
	}
	.leftMedia a:hover{
		color:  #85c485;
	}
	.leftMedia  p {
		line-height: 1.4em;
		font-size: 1em;
		color: #fff;
	}

.rightMedia {
	background: #fff;
	float: left;
	width: 75%;
	padding: 30px 50px;
	width: 70%;
	height:100%;
}

	.rightMedia h5 {
		background: #fff;
		margin: 0;
		padding: 30px 50px;
		margin: -30px -50px 0px -50px;
		text-align: left;
	}
	
	.rightMedia h2 { color: #000; }


	.rightMedia h3 { color: #000;border-top: 1px solid #161616; padding-top: 20px; margin: 20px 0;font-size: 2rem;  }
	.rightMedia li { color: #000; font-size: 1.6rem; font-family: 'Raleway', sans-serif;}
	.rightMedia a { color: #178bbc; text-decoration: none; font-family: 'Raleway', sans-serif;}
	.rightMedia a:hover { text-decoration: underline;}

.rightMedia label {
	display: block;
	color: #000;
	margin: 15px 0 5px 0;
}

.rightMedia input[type=text] {
	width: 80%;
	border: 1px soid #ccc;
	padding: 5px;
	font-size: 2rem;
}


.leftNav {
	width: 25%;
	float: left;
	background: #178bbc;
	padding: 3% 0 0 3%;
	margin-bottom: 10px;
}

	.leftNav a {
		display: block;
		font-size: 2rem;
		letter-spacing: 2px;
		font-family: 'Raleway', sans-serif;
		color: #fff;
		margin-bottom: 3rem;
		font-weight: 500;
	}
	
	
	.leftNav a:hover, .leftNav a.leftNavOn {
		color:  #85c485;
	}
	
	.leftSubNav a {
		font-size: 1.5rem;
		margin-top: -1rem;
		padding-left: 20px;
		line-height: normal;
		color: #fff;
		margin-bottom: 3rem;
	}



.rightContent {
	background: #fff;
	float: left;
	width: 75%;
	padding: 30px 50px;
}

	.rightContent h5 {
		background: #fff;
		margin: 0;
		padding: 30px 50px;
		margin: -30px -50px 0px -50px;
		text-align: left;
	}
	
	.rightContent h2 { color: #000; }


	.rightContent h3 { color: #000;border-top: 1px solid #161616; padding-top: 20px; margin: 20px 0;font-size: 2rem;  }
	.rightContent li { color: #000; font-size: 1.6rem; font-family: 'Raleway', sans-serif;}
	.rightContent a { color: #178bbc; text-decoration: none; font-family: 'Raleway', sans-serif;}
	.rightContent a:hover { text-decoration: underline;}

.rightContent label {
	display: block;
	color: #000;
	margin: 15px 0 5px 0;
}

.rightContent input[type=text] {
	width: 80%;
	border: 1px soid #ccc;
	padding: 5px;
	font-size: 2rem;
}

.rcWide { width: 100%; }

/* END Generic Template */

.dealerInfoText {
	color: #000;
	font-family: 'Raleway', sans-serif;
	line-height: 1.5em;
}

.formAlert {
	color: #900;
	text-align: center;
	padding: 15px 0;
	border: 1px solid #900;
	margin: 15px 0;
}

.blackAboveFooter {
	height: 50px;
	background:#000;
	width: 100%;
}

.footerCurve {
	background: url(/nav/footerCurveWhite.png) no-repeat 50% 0; /* this one is transparent */
	margin-top: -60px;
	height: 65px;
}

.footerTop {
	background:  #178bbc;
	height: 15px;
}

#footer {
	width: 95%;
	max-width: 1000px;
	margin: 0 auto;
}

.footerCol1, .footerCol2, .footerCol3 {
	float: left;
	width: 28%;
	padding-top: 0px;
}

.footerHeader {
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 25px; font-size: 2.5rem;
	margin: 50px 0 15px 0;
	font-family: 'Montserrat', sans-serif;
}

.footerLink {
	display: block;
	color: #178bbc;
	font-size: 18px; font-size: 1.8rem;
	margin-bottom: 22px;
	font-family: 'Raleway', sans-serif;
	font-weight: 500;
	letter-spacing: 2px;
}

	.footerLink:hover { color: #85c485; }

.footerColDivider {
	float: left;
	background: url(/nav/footerDivider.png) no-repeat 20% 0%;
	margin-top: 90px;
	height: 298px;
	width: 10%;
}

.footerCol3 {
	width: 34%;	
}

.footerAddress {
	font-family: 'Raleway', sans-serif;
	font-size: 18px; font-size: 1.8rem;
	line-height: 1.4em;
}

.socialIcon {
	width: 50px;
	height: 50px;
	display: inline-block;
	margin: 20px 15px 0 0;
}

.copyright {
	text-align: center;
	font-size: 14px;
	font-size: 1.4rem;
	font-family: 'Raleway', sans-serif;
	padding: 30px 0 140px 0;
}

	.copyright a {
		color: #178bbc;
		padding-right: 20px;
	}
	
	.copyright a:hover {
		text-decoration: underline;
	}

.makeItWebkitSticky {
	position: -webkit-sticky !important;
	top: 0px;
}

a {
	text-decoration: none;
	color: #85c485;
}


input[type=submit], button, .byoNext, .pdfOptions {
	 -webkit-appearance:none;
	 background: #85c485;
	 font-size: 18px;
	 font-size: 1.8rem;
	 padding: 5px 20px;
	 text-align: center;
	 border: none;
	 cursor: pointer;
	display: block;
	margin-top: 20px;
	color: #fff;
	font-family: 'Raleway', sans-serif;
	border: 1px solid  #85c485;
}
	
	input[type=submit]:hover, button:hover, .byoNext:hover, .nextNav:hover, .pdfOptions:hover {
		background-color: #fff;
		color: #85c485;
		border: 1px solid #85c485;
	}
	
	.pdfOptions {
		margin: 0 0 15px 0;
		text-align: left;
		font-size: 1.6rem;
		padding: 8px;
	}

p {
	font-size: 1.6rem;
	line-height:1.8em;
	color: #161616;
	margin-bottom: 1.5rem;
	font-family: 'Raleway', sans-serif;
}
	

li {
	list-style: disc;
	margin-bottom: 10px;
	line-height: normal;
	font-size: 1.4rem;
}

ul {
	margin: 10px 30px 20px 30px;
}

h1 {
	font-family: 'Playfair Display', serif;
	font-weight: normal;
	font-style: normal;
	font-size: 50px;
	font-size: 5rem;
	color: #fff;
	text-transform: uppercase;
}

h2 {
	font-family: 'Montserrat', sans-serif;
	font-size: 1.8rem;
	margin-bottom: 10px;
	font-weight: normal;
}

h3 {
	font-family: 'Montserrat', sans-serif;
	font-size: 2rem;
	margin-bottom: 10px;
	font-weight: normal;
}

h4 {
	font-family: 'Montserrat', sans-serif;
	color: #85c485;
	font-size: 2.1rem;
	margin-bottom: 10px;
	letter-spacing: 2px;
	text-transform: uppercase;
	font-weight: normal;
}

h5 {
	font-family: 'Montserrat', sans-serif;
	font-size: 30px;
	font-size: 3rem;
	letter-spacing: 4px;
	font-weight: normal;
	color: #161616;
	margin: 40px 0 40px 0;
	text-align: center;
	text-transform: uppercase;
}

.h5OnWhite {
	color: #333;
	margin: 0 0 60px 0;
}

.h5OnBlue {
	color: #fff;
	margin: 0px 0 20px 0;
}

.h5OnYellow {
	color: #000;
	background: #85c485;
	padding: 40px 0;
	margin: 0;
}



sup,
sub {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	_vertical-align: bottom;
	position: relative;
	font-size: 70%;
}

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}

.showMe {
	display: block;
}

.hideMe {
	display: none;
}

/* .is-sticky .brandNav {
		border-bottom: 1px solid #000;
		border-right: 1px solid #000;
} */


/************************************* MEDIA QUERIES ****************************************/

@media all and (max-width: 1040px) {
	.topNavLink { letter-spacing: 2px; }
	.featureGroup { background-size: 50%; background-position: 95% 70px;}
	.is-sticky .brandNav a { font-size: 14px; font-size 1.4rem; letter-spacing: 0px; padding-right: 1.5%; }
	.brandNav a { font-size: 14px; font-size 1.4rem; letter-spacing: 0px; padding-right: 1.5%; }
}

@media all and (max-width: 945px) {
	/* .topTextNavLinks { padding: 20px 20px 20px 0; }
	.topTextNavLinks a  { display: block; margin-bottom: 12px; text-align: right; } */
	
	.heroHead h1 { font-size: 8rem;}
	.heroHead h2 { font-size: 1.5rem;}
	.heroSubhead h1 { font-size: 2.3rem; }
	.heroSubhead h2 { font-size: 1.8rem; }

	
	.rtp { top: 3% }
	

	/* .is-sticky .topNavLink { padding: 0 1%; letter-spacing: 1px; } */
	
	
	.decorExtName { float: none; width: 100% }
	.decorExt .plusZoom {
		right: 0;
		left: auto;
	}

	.decorExt img { float: none; width: 100%; margin: 10px 0 0 0; }
	.zoomedFabric { background-size: 95%; background-position: 50% 10%; }
	
	.brochureBox { font-size: 18px; font-size: 1.8rem;	}
	.brochureBox span { font-size: 16px; font-size: 1.6rem; }
	
	.testText { font-size: 1.5rem; }
	.testQuote { margin-top: 25px; }
	
}

@media all and (max-width: 800px) {
	.leftNav a { letter-spacing: 0; }
	.heroSubhead h1 { letter-spacing: 1px; }
	.toolButton { font-size: 1.5rem;padding: 15px 5px; }
	.toolText { line-height: 1em; }
	.featuresBG { background-size: 220%; min-height: 1350px; }
	.topNavLink { font-size: 1.6rem; padding: 22px 10px 0 10px;}
}

@media all and (max-width: 770px) {
	.footerHeader { font-size: 20px; font-size: 2.0rem;	}
}


@media all and (max-width: 740px) {

}

@media all and (max-width: 630px) {

}

@media all and (max-width: 500px) {

}


