@media (max-width: 1200px) {
	
	/*.column:first-of-type h3 {
		display: none;
	}*/
	
}
@media (max-width: 991px) {
	
	.navbar-default .navbar-nav > li > a{
		font-size: 12px;
		font-weight: bold;
		padding-top: 6px;
		padding-bottom: 6px;
	}
	.carousel {
		position: relative;
		height: 320px;
	}
	/*.column:first-of-type {
		width: 95.5%;
	}
	.column {
		width: 45%;
	}*/
	.splash .overlay {
		position: relative;
	}
	.splash a.column {
		height: 220px;
	}
	footer #legal-print {
		text-align: left;
		padding-left: 24px;
	}
	footer #legal-print img {
		display: none;
	}
	footer #legal-print br {
		display: block;
	}
	
}
@media (max-width: 767px) {

	.splash a.column {
		height: auto;
		min-height: 220px;
	}
	
}