/* 
This is the section css for
test 
*/

#home-content .playBtn{display: none;}

#home-content .col8-4 > .row-responsive > .grid8 { padding-right: 20px; }

#home-content .fullWidth {
	clear: both;
	margin-left: -50vw;
	margin-right: -50vw;
	overflow: auto;
	padding: 20px 50vw;
}
#home-content .fullWidth:first-of-type { padding-top: 0; }
#home-content .fullWidth:nth-child(even) { background-color: #EEE; }
#home-content .fullWidth:nth-child(even) hr { border-color: #ddd; }
#home-content .fullWidth .btnMain { margin-right: 3px; }

#home-content #homepage .btnMain { text-transform: uppercase; }
#home-content #homepage .news p { border: none; }

#home-content .uniqueHeader {
	color: #763775;
	margin-top: -15px;
	text-transform: uppercase;
	font-size: 3em;
	margin: 0 0 20px 0;
	line-height: 28px;
	position: relative;
	left: -3px;
}

#home-content .uniqueHeader span {
	font-family: "OpenSansRegular", sans-serif;
	font-size: .4em;
	position: relative;
	left: 3px;
}

#home-content h3 {
	font-size: 1.2em;
	border-bottom: transparent;
	margin-bottom: 10px;
	padding-bottom: 0;
	text-transform: uppercase;
	font-family: "OpenSansBold", sans-serif;
	font-weight: bold;
	color: #763775;
}

#home-content #accordion h3 {
	border: 1px solid #ccc;
	padding-bottom: 10px;
	text-transform: none;
}

#home-content h3:after {
	display: none;
}

#home-content h4 {
	border-bottom: transparent;
	margin-bottom: 7px;
	margin-top: 20px;
	border-bottom: 1px solid #ddd;
	padding-bottom: 3px;
}

#home-content .floatImg {
	float: left;
	padding: 0 20px 0 0;
}

#home-content #vidsAudio hr {
	clear: both;
}

@media only screen and (max-width: 768px) {
    #home-content .col8-4 > .row-responsive > .grid8 { padding-right: 0; }
}
