@media screen {

.flex-box {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.flex-box .box {
	-moz-box-align: center;
	-moz-box-pack: center;
	align-items: center;
	display: flex;
	justify-content: center;
	text-align: center;
	width: 33.333%;
	position: relative;
}
	
	.flex-box .box span {
		position: absolute;
		bottom: 0;
		display: block;
		width: 100%;
		padding: .5em 0;
		text-decoration: underline;
		background: rgba(0,0,0,0.8);
		color: #fff;
		font-size: 80%;
		min-height: 40px;
		z-index: 999;
		left: 0;
	}
	
	
.aside-inner > h3 {
	margin-top: 0;
}
.home #cube .cube {width: 33.33% !important;}
	.home #cube .cube-photo {width: 100% !important;}
	
	
	.home #cube .cube-photo .slide2 {font-weight: 550; font-size: 90%;}
	.home #cube .cube-photo .slide2::after {
		content: "Find out more";
		display: block;
		font-size: 80%;
		position: absolute;
		bottom: 15px;
		right: 15px;
		font-weight: bold;
		color: #fff;
		text-decoration:underline;
	}
	
.bxslider a,
.bxslider a:link,
.bxslider a:visited {
	text-decoration: none !important;
}

.letter-box {
	background: #333;
	color: #fff;
	margin-top: 0;
	padding: .5em .8em;
	display: block;
	margin-bottom: .5em;
	font-size: 85%;
	min-height: 3em;
	text-align: center;
}

.campaign-box a {
	margin-top: 1em;
	margin-bottom: 1em;
	/*background: url("../images/campaign-img.jpg") no-repeat 50% 50%;
	height: 300px;*/
	width: 100%;
	display:block;
}

.thumb-gallery {
	padding: 0;
}

.thumb-gallery li {
	list-style: none !important;
	float: left;
	margin: 0 10px 10px 0 !important;
}

.thumb-gallery li img{
	border: none;
	box-shadow: none !important;
}

#rotator {
	background-color: #fff;
	padding: 1.5em;
}

#rotator, #featured {margin-bottom: 1em; position: relative;}

.home #featured .inner{
	padding: 0 !important;
	margin: 0;
}
.home #article .aside img
#events .section-header h2 a:link, #events .section-header h2 a:visited{
	color: #fff !important;
	text-decoration: none;
}

#events .section-header h2 a:hover {text-decoration: underline;}

/*
#featured #video-img {
	height: 270px;
	background: url("../images/video-bg.jpg") no-repeat 30% 0 #000;
}

#featured .play-btn {
	position: relative;
	left: 45%;
	top: 40%;
	background: url("../images/play-btn.png") no-repeat;
	width: 66px;
	height: 66px;
}

#featured .txt {
	position: absolute;
	right: 20px;
	top: 5px;
	color: #fff;
	color: rgba(255,255,255,0.85);	
	font-size: 230%;
}
*/

.home .aside,
#featured,
#rotator,
#floating-box1,
#floating-box2 {
	-moz-box-shadow: 0 0 3px rgba(96,96,91,0.5);
	-webkit-box-shadow: 0 0 3px rgba(96,96,91,0.5);
	box-shadow: 0 0 3px rgba(96,96,91,0.5);
	border: none;
}

.article .box-sizing .border {overflow: visible;}

.home #article .aside img {
	box-shadow: none;
	border-radius: 3px;
	margin-bottom: .8em
}
	
	.home .aside li a {text-decoration: underline}
	ul.col-2 li {
		margin: .2em 0 .2em .5em !important; 
		list-style: disc;
	}


/* hide background - ONLY HOME PAGE */
#meta-wrapper .meta-box-sizing .border,
.article .box-sizing .border,
.article .box-sizing,
#content-container,
#page-container .max-width{background:transparent !important;box-shadow:none; overflow: visible;}
	
}

@media screen and (max-width:460px){
	.flex-box .box {
		display: block;
		width: 100%;
		height: 250px;
		overflow: hidden;
	}
	
	.flex-box .box span {
		box-sizing: border-box;
		padding: 5px;
		
	}
	.flex-box .box:nth-child(3) span{
		background: #222 !important;
	}
}
	