/** sitelaunch:custom-stylesheet **/
/** sitelaunch:custom-stylesheet **/
.feature-container {
	position: relative;
	top: 0px;
	left: -10px !important;
}
.feature-item {
	   
	width: 321px;
	overflow: hidden;
}
.page-container {
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

.feature-item:first-child {
-webkit-border-top-left-radius: 8px;
-webkit-border-bottom-left-radius: 8px;
-moz-border-radius-topleft: 8px;
-moz-border-radius-bottomleft: 8px;
border-top-left-radius: 8px;
border-bottom-left-radius: 8px;
}
.feature-item:last-child {
	-webkit-border-top-right-radius: 8px;
-webkit-border-bottom-right-radius: 8px;
-moz-border-radius-topright: 8px;
-moz-border-radius-bottomright: 8px;
border-top-right-radius: 8px;
border-bottom-right-radius: 8px;
}
.feature-text-container {
	padding-top: 15px !important;
	padding-bottom: 15px !important;
}
.feature-text {
	font-size: 20px !important;
}
.nav-container {
	background: transparent;
	border-bottom: 4px solid #177EC1;; 
}
.nav a {
	background: #177EC1;
}

.cta {
	background: #177EC1;
	color: #fff;
	float: right;
	padding: 10px;
	-webkit-border-bottom-right-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-moz-border-radius-bottomright: 6px;
	-moz-border-radius-bottomleft: 6px;
	border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;	
	font-weight: bold;
}

.page-container div,
.page-container li,
.page-container p {
	font-size: 16px;
}
.page-container h3 {
	font-size: 22px;
	margin-top: 30px;
}
.page-container h1 {
	font-size: 30px;
}