/** begin slider styles **/
#soliloquy-container-119 .soliloquy-caption-inside {
	background: rgba(1,149,213,.85) none repeat scroll 0 0;
	font-size: 2.0vw;
	padding: 7% 7% 7% 15%;
	text-align: left;
	text-shadow: none;
}


#soliloquy-container-119 .soliloquy-prev {
	display: none;
}

#soliloquy-container-119 .soliloquy-next {
	background: url(../images/next_arrow.png) no-repeat center center rgba(0, 0, 0, 0.7);
	border-radius: 100%;
	height: 75px;
	right: 5%;
	width: 75px;
}

/** end slider styles **/

/** begin homepage callout styles **/

.homepage-callout {
	background-color: #f2f1f1;
	border-bottom: solid 23px #ebeaea;
	padding: 46px 5% 36px 5%;
	font-size: 30px;
	line-height: 1.2;
	text-align: center;
}

h1.callout-title {
	color: #154d86;
	font-size: 30px;
	font-style: normal;
	font-weight: 700;	
}

h2.callout-subtitle {
	color: #848588;
	font-size: 30px;
	font-style: normal;
	font-weight: 300;	
}

.callout-shadow {
	background: url(../images/callout-dropshadow.png) no-repeat bottom center transparent;
	border-top: solid 1px #a2a2a2;
	padding-bottom: 24px;
}

/** end homepage callout styles **/

/** begin homepage content feature styles **/

.homepage-content-feature {
	max-width: 1319px;
	margin: 30px auto;
}

.homepage-content-feature .widget-title {
	color: #01a4e1;
	margin-bottom: 15px;
}

.homepage-content-feature-left {
	display: inline-block;
	vertical-align: top;
	width: 70%;
}

.homepage-content-feature-left .rpwe-thumb {
	border: none !important;
	height: auto;
	margin-right: 30px;
	max-width: 231px;
	padding: 0 !important;
	width: 231px;
}

.homepage-content-feature-left .rpwe_widget li.rpwe-li {
	border-bottom: solid 1px #bdbdbd;
	margin-bottom: 30px;
	padding-bottom: 30px;
}

.homepage-content-feature-left .rpwe_widget li.rpwe-li:last-child {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

.homepage-content-feature-right {
	display: inline-block;
	vertical-align: top;
	width: 29%;
}

.homepage-content-feature-right .rpwe_widget {
	border-left: solid 1px #bdbdbd;
	margin-left: 50px;
	padding-left: 50px;
}

.homepage-content-feature-right .rpwe-thumb {
	border: none !important;
	display: block;
	float: none;
	margin-bottom: 30px;
	padding: 0 !important;
}

.homepage-content-feature .rpwe-title a {
	color: #878787;
	font-size: 22px;
	font-weight: 700;
	text-decoration: none;
}

.homepage-content-feature .rpwe-title a:hover {
	text-decoration: underline;
}

.homepage-content-feature .rpwe-summary {
	font-size: 18px;
	line-height: 1.6;
	margin-top: 20px;
}

.homepage-content-feature .more-link {
	color: #0096d6;
    font-size: 30px;
    line-height: 0;
    margin-left: 15px;
    text-decoration: none;
}

/** begin homepage content feature styles **/

/* Tablets - General */

@media (min-width: 768px) and (max-width: 1024px) {
	
	.homepage-content-feature-left {
		display: block;
		margin: 0 15px;
		width: auto;
	}
	
	.homepage-content-feature-left .rpwe_widget {
		border-bottom: solid 1px #bdbdbd;
		margin-bottom: 30px;
		padding-bottom: 30px;
	}
	
	.homepage-content-feature-right {
		display: block;
		margin: 0 15px;
		width: auto;
	}
	
	.homepage-content-feature-right .rpwe_widget {
		border-left: none;
		margin-left: 0;
		padding-left: 0;
	}
	
}

/* Smartphones - General */

@media (max-width: 767px) {
	
	#soliloquy-container-119 .soliloquy-caption-inside {
		font-size: 4.0vw;
	}
	
	#soliloquy-container-119 .soliloquy-next {
		background: url(../images/next_arrow.png) no-repeat center center rgba(0, 0, 0, 0.7);
		border-radius: 100%;
		height: 40px;
		right: 5%;
		width: 40px;
	}
	
	.homepage-content-feature-left {
		display: block;
		margin: 0 15px;
		width: auto;
	}
	
	.homepage-content-feature-left .rpwe_widget {
		border-bottom: solid 1px #bdbdbd;
		margin-bottom: 30px;
		padding-bottom: 30px;
	}
	
	.homepage-content-feature-right {
		display: block;
		margin: 0 15px;
		width: auto;
	}
	
	.homepage-content-feature-right .rpwe_widget {
		border-left: none;
		margin-left: 0;
		padding-left: 0;
	}
	
	.homepage-content-feature-left .rpwe-thumb {
		border: none !important;
		display: block;
		float: none !important;
		margin-right: 0;
		margin-bottom: 15px;
		padding: 0 !important;
		text-align: center;
	}
	
}



@media only screen
and (min-width : 1671px) {
	#soliloquy-container-119 .soliloquy-caption-inside:after {
		border-color: #acacac transparent;
		border-style: solid;
		border-width: 46px 0 0 37px;
		bottom: -45px;
		content: "";
		left: 0;
		position: absolute;
	}
}