.tabs-wrap {
	display: block;
	width: 100%;
	padding-left: 15px;
    padding-right: 15px;
}

.tabs-nav {
	display: block;
	margin-bottom: 15px;
	border-bottom: 3px solid #006990;
}

.tabs-nav:after{
	display: block;
	content: "";
	clear: both;
}

.tabs-nav ul {
	display: block;
	padding: 0;
	margin-bottom: 0;
}

.tabs-nav ul:after{
	display: block;
	content: "";
	clear: both;
}

.tabs-nav li {
	display: block;
	list-style: none;
	float: left;
	margin-left: 0.5em;
}

.tabs-nav li:nth-child(1) {
	margin-left: 0;
}

.tabs-nav li a {
	display: block;
	padding-top: 12px;
	padding-left: 15px;
    padding-right: 15px;
    background: #006990;
    color: #fff;
    height: 46px;
    font-family: 'Milo Light';
    text-decoration: none;
}


.tab-content-wrap {
	display: block;
	width: 100%;
}

.gallery-wrap {
	display: block;
	width: 100%;
}

.gallery-item {
	display: block;
	width: 31%;
	float: left;
	margin: 0 1%;
}

.gallery-item a {
	display: block;
	width: 100%;
	height: 208px;
	background-repeat: no-repeat;
	background-size: cover;
    overflow: hidden;
    background-position: center center;
}


.video-wrap {
	display: block;
	width: 100%;
}


.video-item {
	display: block;
	width: 48%;
	float: left;
	margin: 0 1%;
	margin-bottom: 15px;
}

.videos-wrap .embed-container { 
		position: relative; 
		padding-bottom: 56.25%;
		height: 0;
		overflow: hidden;
		max-width: 100%;
		height: auto;
	} 

	.videos-wrap .embed-container iframe,
	.videos-wrap .embed-container object,
	.videos-wrap .embed-container embed { 
		position: absolute;
		top: 0;
		left: 0;
		width: 100% !important;
		height: 100% !important;
	}


@media (max-width: 767px) {

	.gallery-item, .video-item {
		width: 98%;
	}
}