@media only screen and (max-width: 767px) {
/*===========================================================
	LAYOUT STYLES
============================================================*/
#bodydiv {}
/*===========================================================
	TOP BANNER STYLES
============================================================*/
#topcontainer {}

/*===========================================================
	LEFT BANNER STYLES
============================================================*/
#leftbanner {}

/*===========================================================
	RIGHT BANNER STYLES
============================================================*/
#rightbanner {
	background: #000e22;
	width: 100%;
}
#rightbanner .home-apply {display: none;}
/*	FIXED MOUNTING
==============================*/
#rightbanner .bannermodtitle {
	position: relative;	
}
	#rightbanner .bannermodtitle ul,
	#rightbanner .bannermodtitle ul li {
		display: block;
		margin: 0;
		padding: 0;
	}
	
	#rightbanner .bannermodtitle ul {display: none;}
		#rightbanner .bannermodtitle h2 {
			background: #001c42 url(../images/home/accordion-active.png) no-repeat right center;
			border-top: 1px solid white;
			cursor: pointer;
			font-size: 15px;
			font-weight: 400;
			height: 50px;
			line-height: 50px;
			margin: 0;
			padding: 0 20px;
		}
			#rightbanner .bannermodtitle h2.active {
				background: #001c42 url(../images/home/accordion-bg.png) no-repeat right center;	
			}

/*	CONTENT
==============================*/
#rightbanner h2 {
	color: #ffca38;
	font-size: 24px;
	font-weight: 300;
	text-transform: uppercase;
}
#rightbanner p {color: white;}
#rightbanner .bannermodcontent {display: none;}

.home-side .bannermodcontent{padding: 20px;}
/*===========================================================
	BOTTOM STYLES
============================================================*/

/*===========================================================
	CONTENT STYLES
============================================================*/
/*	HOME PAGE STYLES
==============================*/


/*	HOME SLIDER
------------------------------*/
#home-slider-container {

}
#home-slider {
	/*height: 315px;*/	
	overflow: hidden;
	position: relative;
}
#home-slider .slides,
#home-slider .slides li {
	margin: 0;
	padding: 0;
}
#home-slider .slides li {
	background-repeat: no-repeat;
	background-size: cover;
	display: none;
	position: relative;
}
	#home-slider img {
		height: auto;
		visibility: hidden;
		width: 100%;
	}
	#home-slider .slides div,
	#home-slider .slides h2 {display: none;}
	#home-slider .flex-control-nav {display: none;}
	#home-slider .flex-direction-nav {
		display: none;
		bottom: 0;
		color: white;
		left: 0;
		margin: auto;
		position: absolute;
		right: 0;
		z-index: 3;
	}
		#home-slider .flex-direction-nav li {
			background-color: rgba(47,59,82,.6);
			bottom: 0;
			min-height: 100px;
			position: absolute;
			width: 80px;
			z-index: 1;
		}
			#home-slider .flex-direction-nav li.control-l {left: 0;}
			#home-slider .flex-direction-nav li.control-r {right: 0;}
		#home-slider .flex-direction-nav li a {
			
		}
	#home-slider .control {
		bottom: 0;
		display: block;
		left: 0;
		position: absolute;
		right: 0;
		width: 100%;
		z-index: 1;
	}
	#home-slider .control-l,
	#home-slider .control-r {
		color: white;
		display: block;
		min-height: 100px;
		position: relative;

		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;	
	}
	#home-slider .control .content {
		display:block;
		position:relative;
	}
	#home-slider .control .content p {display: none;}
		#home-slider .control .content h2 {
			background: rgba(0,14,32,.9);
			bottom: 0;
			display: block;
			font-weight: normal;
			min-height: 40px;
			left: 0;
			right: 0;
			position: absolute;
			text-align: center;
		}
			#home-slider .control .content br {display: none;}
			#home-slider .control .content h2 span {
				color: #ffca38;
				display: inline-block;
				font-size: 23px;
				height: 40px;
				line-height: 40px;
				padding: 0 10px;
				text-transform: uppercase;
				top: -40px;
			}
	#home-slider .control-l,
	#home-slider .control-r {
		background: none !important;
		position: absolute;
		top: -125px;
		width: 40px;
	}
		#home-slider .control-l {left: 0;}
		#home-slider .control-r {right: 0;}
		#home-slider .control-l i,
		#home-slider .control-r i {
			cursor: pointer;
			display: table-cell;
			font-size: 24px;
			font-weight: 100;
			left: 0;
			line-height: 50px;
			position: absolute;
			text-align: center;
			top: 0;
			right: 0;
			left: 0;
			bottom: 0;
			vertical-align: middle;
		}


/*	HOME EVENT
------------------------------*/
.home-event {}

.home-event .spacer {height: 35px;}
.home-event .bannermodtitle p {display: none;}
.home-event .bannermodcontent h2 {display: none;}
.home-event ul,
.home-event ul li {display: inline;}

.home-event .eventcol {
	display: block;
	position: relative;

	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/*			EVENT DATE BLOCK*/
.eventcol_short .eventcon {
	color: white;
	padding-left: 65px;
	padding-bottom: 20px;
	width: auto !important;
}
.home-event .monthhead,
.home-event .eventspacer {display: none;}
.home-event .event_stackdate {
	background: #00204c;
	border: none;
	color: white;
	display: block;
	height: 45px;
	left: 0;
	padding: 5px 0 0 0;
	position: absolute;
	text-align: center;
	text-transform: uppercase;
	top: 0;
	visibility: visible;
	width: 45px;
	
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
	.home-event .event_stackmonname {display: block;}
	.home-event .event_stackdayname {display: none;}

	.home-event .event_stackdaynum {
		font-size: 20px;
		line-height: .75;
		padding: 0;
	}
/*			EVENT TITLE BLOCK*/
.home-event .etitle, 
.home-event .event_time,
.home-event .event_location {color: white;}
	.home-event .etitle {
		font-size: 16px;
		font-weight: 600;
	}
		.home-event .etitle a {color: #c8991e;}
			.home-event .etitle a:hover {color: white;}
		
	.home-event .event_time,
	.home-event .event_location {}

/*	HOME NEWS
------------------------------*/
.home-news {}
	.home-news .newspostitem {
		color: white;
		padding: 0 0 40px 0;
	}
	.home-news .newsposttitle {
		font-size: 16px;	
	}
		.home-news .newsposttitle a {color: #ffca38;}
		.home-news .newsposttitle a:hover {color: white;}




}
