.home-tab {
	
	border: none;
	margin: 2em 0em;
}

.home-tab h3 {
	
	text-align: center;
	font-weight: 200;
	font-size: 2em !important;
	color: #455560;
	margin: .25em 0em;
}

.home-tab > ul {
	
	background: none;
	border: none;
	text-align: center;
}

.home-tab > ul li {
	
	display: inline-block;
	margin: 0em 1em !important;
	float: none !important;
}

.home-tab > ul li span div {
	
	text-align: center;
}

.home-tab > ul li span img {
	
	width: 50px;
}

.home-tab > ul li.ui-state-default a {

	border-bottom: 2px solid white !important;
	color: #007AC3;
	padding: .5em 2em !important;
}

.home-tab > ul li.ui-state-active a {

	border-bottom: 2px solid #F9B706 !important;
	color: #007AC3;
}

.home-tab > ul li.ui-state-default {
	
	background: none;
	border: none;
}

.home-tab .ui-tabs-panel {
	
	text-align: center;
}

.home-tab .ui-tabs-panel > .content {
	
	padding: 0em;
}

.home-tab .ui-tabs-panel > .content img {
	
	max-width: 100%;
}

.home-tab .half {
	
	display: inline-block;
	text-align: center;
	width: 450px;
	vertical-align: middle;
}

.home-tab .half .content {
	
	padding: 2em;
}

.home-tab .half:first-of-type img {
	
	max-width: 100%;
}

.home-tab .half .content ul {
	
	list-style-type: disc;
	margin-left: 1.5em;
}

.home-tab .half .content button {
	
	margin: 2em;
}

.home-tab .half .content h4 {
	
	font-size: 1.2em;
	margin: .5em 0em;
}

/**
	MEDIA QUERIES 
*/
@media all and (max-width: 768px) {
	
	.home-tab .half {
	
		float: none;
		width: inherit;
		display: block;
	}
}

@media all and (max-width: 480px) {
	
	.home-tab > ul li {
		
		display: block;
		padding: 1em !important;
		text-align: center;
	}
	
	.home-tab > ul li a {
		
		float: none !important;
	}
}