@charset "utf-8";
/* CSS Document */

/*** MISC GLOBAL STYLES ***/

.gOff { 
	display:none; 
}

.gOn { 
	display:block; 
}

.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px; 
	height: 0; 
	overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.mapit {
	margin:15px 0;
}
.mapit img {
	display:inline-block;
	margin-right:10px;
}
.arial-condensed {
	font-stretch:condensed;
	font-family:"arial narrow", arial;
}
.gHeader-overline {
	font-size:30px;
	color:#000;
	border-top:1px solid #000;
	margin:0 0 15px;
	padding:10px 0;
	text-transform:uppercase;
}
.marginheight {
	margin:15px 0;
}
ul.articlelist {
	list-style:none;
	margin:0;
	padding:0;
	position:relative;
}
ul.articlelist li {
	display:block;
	border-top:1px solid #000;
	padding:10px 0;
}
ul.articlelist li:first-child {
	border-top:0;
	padding-top:0;
}
.gFooterCols {
	margin:30px 0;
}
.gCenterTitle {
	margin:15px 0;
}
.gCenterTitle img {
	margin:0 auto;
}
#socialShare img {
	display:inline-block;
}

/*** DIRECTIVE BLOCK: Title, Image, Description w/Link ***/

.gDirectives1 { 
	margin:20px 0; 
}

.gDirectives1 h2,
.gDirectives1 h3,
.gDirectives1 h4 {
	font-size:24px;
	font-weight:bold;
	line-height:1em;
	color:#000;
	margin:0 0 20px;
	text-transform:uppercase;
}

.gDirectives1 img { 
	margin:0 0 20px;
	width:100%;
	height:auto; 
}

/*** DIRECTIVE BLOCK: Title & Image ***/

.gDirectives2 { 
	margin:20px 0; 
}

.gDirectives2 h2,
.gDirectives2 h3,
.gDirectives2 h4 {
	font-size:22px;
	font-weight:bold;
	line-height:1em;
	color:#000;
	margin:0 0 20px;
	text-transform:uppercase;
}

.gDirectives2 img { 
	margin:0 0 20px;
	width:100%;
	height:auto; 
}

/*** WELCOME & CONTENT BLOCK (Centered) ***/

#gWelcome { 
	text-align:center;
	margin:0 0 40px; 
}

#gWelcome h1 { 
	color:#505050;
	font-size:55px;
	line-height:1em; 
	text-transform:uppercase;
	margin:0 0 20px;
	font-weight:bold;
}

@media screen and (max-width:600px) {
	#gWelcome h1 { 
		font-size:30px; 
	}
}

/*** CONTENT BLOCKS: Title, Description & Button Link ***/

.gHpcols { 
	margin:20px 0;
	color:#fff; 
}

.gHpcols h6 { 
	font-size:50px; 
	font-weight:bold;
	line-height:1em;
	margin:0 0 20px;
	padding:0 0 15px;
	border-bottom:1px dotted #fff;
	color:#fff;
	text-transform:uppercase;
}

.gHpcols a.readmore {
	display:inline-block;
	background-color:#1f1f1f;
	padding:10px 15px;
	color:#fff;
	text-decoration:none;
	margin-top:15px;
}

.gHpcols a.readmore:hover { 
	background-color:#fff;
	color:#000; 
}

@media screen and (max-width:1200px) {
	.ghpcols h6 { 
		font-size:40px; 
	}
}
@media screen and (max-width:1000px) {
	.ghpcols h6 br { 
		display:none; 
	}
}
@media screen and (max-width:600px) {
	.ghpcols h6 { 
		font-size:30px; 
	}
}

/*** CONTENT BLOCKS: Standard Colored Block w/Title and Description ***/

.gHpContent {
	background-color:#979797;
	padding:50px;
	color:#fff;
	text-align:center;
	height:297px;
}

.gHpContent h1 { 
	font-size:35px;
	font-weight:bold;
	line-height:1em; 
	margin:0 0 20px;
	text-transform:uppercase;
}

@media screen and (max-width:1200px) {
	.gHpContent { 
		padding:30px;
		height:243px; 
	}
}

@media screen and (max-width:1000px) {
	.gHpContent { 
		height:auto; 
	}
}

/*** CONTENT BLOCKS: Standard Content Block w/Title and Description ***/

.gHpContent2 h1 { 
	color:#505050;
	font-size:35px;
	font-weight:bold; 
	text-transform:uppercase;
	margin:0 0 20px;
}

/*** VIDEO BLOCK HOLDER ***/

.videoBlock img { 
	width:100%;
	height:auto; 
}

.imageBlock img { 
	width:100%;
	height:auto; 
}

/*** VERTICAL SIGN UP FORM (Name, Phone & Email) ***/

#gSuForm1 input[type="text"] {
	display:inline-block;
	vertical-align:middle;
	color:#898989;
	font-size:18px;
	line-height:1em;
	border:none;
	width:280px;
	margin:2px;
	padding:10px;
}

#gSuForm1 input[type="submit"] {
	display:inline-block;
	vertical-align:middle;
	font-size:18px;
	font-weight:bold;
	line-height:1em;
	text-transform:uppercase;
	padding:12px 30px;
	border:none;
	background-color:#000;
	color:#fff;
}

#gSuForm1 input[type="submit"]:hover { 
	background-color:#2a2929;
	color:#fff; 
}

/*** HORIZONTAL SOCIAL LINKS ***/
#gSocialDiv img {
	display:inline-block;
}

/*** FOOTER SIGN UP, CONTACT AND SOCIAL DIV ***/
.gFooterCols {
	color:#fff;
	font-size:13px;
	line-height:1.4em;
}
.gFooterCols h4,
.gFooterCols h5,
.gFooterCols h6 {
	color:#b7a15e;
	font-size:30px;
	font-weight:bold;
	line-height:1em;
	text-transform:uppercase;
	margin:0 0 20px;
}
.gFooterCols #suForm {
	margin:0 0 15px;
}
.gFooterCols #suForm input[type="text"] {
	color:#8c8c8c;
	font-size:15px;
	line-height:1em;
	padding:10px;
	width:100%;
	margin:5px 0;
	border:none;
}
.gFooterCols #suForm input[type="submit"] {
	color:#fff;
	font-size:16px;
	font-weight:bold;
	text-transform:uppercase;
	line-height:1em;
	padding:10px;
	width:100%;
	margin:5px 0;
	border:none;
	background-image:url(/lib/common/struxr/images/BCW8-SendBG.jpg);
	background-position:left top;
	background-repeat:repeat-x;
}
.gFooterCols #suForm input[type="submit"]:hover {
	background-image:none;
	background-color:#000;
	color:#fff;
}
.gFooterCols span {
	font-weight:bold;
	font-size:16px;
}
.gFooterCols a {
	color:#b7a15e;
	text-decoration:none;
}
.gFooterCols a:hover {
	color:#fff;
	text-decoration:underline;
}

@media screen and (max-width:1000px) {
	.gFooterCols {
		text-align:center;
	}
}

/*** FOOTER SIGN UP FORM (Horizontal / Form Only) ***/
.gFooterForm {
	margin:30px 0;
	text-align:center;
}
.gFooterForm span,
.gFooterForm input[type="text"],
.gFooterForm input[type="submit"] {
	display:inline-block;
	vertical-align:middle;
	margin:0 5px;
}
.gFooterForm span {
	color:#fff;
	font-size:25px;
	font-weight:bold;
	line-height:1em;
	text-transform:uppercase;
}
.gFooterForm input[type="text"] {
	width:250px;
	border:none;
	color:#ababab;
	font-size:14px;
	line-height:1em;
	padding:10px;
}
.gFooterForm input[type="submit"] {
	border:none;
	width:130px;
	color:#000;
	font-size:14px;
	font-weight:bold;
	line-height:1em;
	text-transform:uppercase;
	padding:11px;
}
.gFooterForm input[type="submit"]:hover {
	background-color:#000;
	color:#fff;
}

@media screen and (max-width:1200px) {
	.gFooterForm input[type="text"] {
		width:200px;
	}
}
@media screen and (max-width:1000px) {
	.gFooterForm input[type="text"],
	.gFooterForm input[type="submit"] {
		width:100%;
		margin:5px 0;
	}
}

/*** FOOTER SOCIAL CENTERED (Social Div - Bottom Centered) ***/
.gSocialFooter {
	text-align:center;
	margin:30px 0 0;
	border-top:1px solid #a86f9b;
	padding:30px 0 0;
}
.gSocialFooter img {
	display:inline-block;
	margin:5px;
}

