/********** HOME **********/
#home-content .rotcHome .grid2,
#home-content .rotcHome .grid9{
	padding-right: 10px;
}
#home-content .rotcHome .grid4{
	padding: 0 5px;
}
#home-content .rotcHome .grid4 > .row-responsive{
	margin-top: 0;
}
#home-content .announcementsList{
	list-style-type: none;
	margin-left: 0;
}
#home-content .announcementsList li:nth-of-type(even){
	border-bottom: 1px solid #EEE;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
#home-content .rotcHome .homeIcon{
	text-decoration: none;
	display: block;
	text-align: center;
	margin-top: 20px;
}
#home-content .rotcHome .homeIcon .fa{
	background: #DDD;
	font-size: 3em;
	color: #FFF;
	border-radius: 50%;
	padding: 10px;
}
#home-content .rotcHome .homeIcon:hover{
	font-weight: bold;
}
#home-content .rotcHome .homeIcon:hover .fa{
	background: #763775;
	color: #FFBD07;
}
#home-content .rotcHome .homeIcon:visited{
	color: #763775;
}
.FancyBoxText{
	padding: 20px !important;
    font-family: 'OpenSansRegular';
    line-height: 22px;
    font-size: .95em;
    width: 600px !important;
}
#home-content .staffHome h3{
	margin-bottom: 0;
}
#home-content .staffHome .contentSlides{
	background: #441F49;
}
#home-content .staffHome #factsSlides .slides p{
	color: #FFF;
	margin: 0;
}
#home-content .staffHome #factsSlides .slides a,
#home-content .staffHome #factsSlides .slides a:visited{
	color: #FFBD07;
}
#home-content .staffHome .facts-control-nav{
	text-align: left;
	background-color: transparent;
	margin-top: 5px;
	padding-left: 7px;
}
#home-content .staffHome .facts-control-nav li a{
	color: #FFF;
}
#home-content .staffHome .facts-control-nav li a.facts-active{
	color: #FFBD07;
}
#home-content .staffHome .contentSlidesContainer{
	padding-right: 0;
}
#home-content .staffHome > .row-responsive{
	margin-bottom: 0;
}
#home-content .btnFacebook{
	width: 100%;
}
#home-content .btnFacebook span.fa-facebook-square{
	color: #3b5998;
}

/********** ROTC NEWS **********/
#home-content .rotcNews h3{
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}
#home-content .rotcNews h3:after{
	display: none;
}
#home-content .rotcNews ul{
	list-style-type: none;
	margin: 0;
}
#home-content .rotcNews li{
	font-style: italic;
}

/********** ROTC SCHOLARSHIPS **********/
#home-content .rotcScholarships .grid4{
	padding-right: 10px;
}
#home-content .rotcScholarships p{
	margin-top: 0;
}

/********** ROTC TRAINING **********/
#home-content .rotcTraining .grid4{
	padding-right: 10px;
}
#home-content .rotcTraining h4{
	border-bottom: none;
	margin-bottom: 0;
}
#home-content .rotcTraining p{
	margin-top: 0;
}
#home-content .rotcTraining h4 a{
	text-decoration: underline;
	font-weight: bold;
}

@media only screen and (max-width:768px){
	/********** HOME **********/
	#home-content .rotcHome .grid2,
	#home-content .rotcHome .grid9{
		padding-right: 0;
	}
	#home-content .rotcHome .grid4{
		padding: 0;
	}
	#home-content .rotcHome .grid4{
		width: 33.3333%;
	}
	
	/********** ROTC SCHOLARSHIPS **********/
	#home-content .rotcScholarships .grid4{
		padding-right: 0;
	}
	
	/********** ROTC TRAINING **********/
	#home-content .rotcTraining .grid4{
		padding-right: 0;
	}
}

@media only screen and (max-width:480px){
	/********** HOME **********/
	#home-content .rotcHome .grid4{
		width: 100%;
	}
}



#home-content .topBannerMessage {
    padding: 1.5% 10% 1.5% 10%;
    background-color: #382140;
    float: left;
    width: calc(100% + 60px);
    margin-top: -20px;
    margin-left: -30px;
}
#home-content .topBannerMessage p{
	border-left: 4px solid #FFE800;
	color: #fff;
	padding: 10px;
	margin: 0px;
	font-weight: bold;
	font-size: 1.1em;
}
#home-content .topBannerMessage p a, 
#home-content .topBannerMessage p a:visited,
#home-content .topBannerMessage .wcuLink svg{
	color: #ffe800;
	fill: #ffe800;
}
#home-content .topBannerMessage .wcuLink svg{
	top: 2px;
}