/*
Welcome to Custom CSS!

CSS (Cascading Style Sheets) is a kind of code that tells the browser how
to render a web page. You may delete these comments and get started with
your customizations.

By default, your stylesheet will be loaded after the theme stylesheets,
which means that your rules can take precedence and override the theme CSS
rules. Just write here what you want to change, you don't need to copy all
your theme's stylesheet content.
*/
.widget_circleicon-widget .circle-icon-box h4 {
	color: #e8b81e;
}

.widget_circleicon-widget .circle-icon-box p.text {
	color: #e8b81e !important;
}

.widget_circleicon-widget .circle-icon-box a.more-button {
	color: #e8b81e !important;
}

.vantage-carousel-title {
	color: #e8b81e;
	font-family: "Helvetica Neue", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-transform: none;
}

.vantage-carousel-wrapper .vantage-carousel li.carousel-entry h3 {
	color: #e8b81e;
	font-size: 15px;
	font-family: "Helvetica Neue", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-size: 13px;
	font-weight: 500;
}

/*HEADER COLLAPSE*/
@media (max-width: 960px) {
	body.responsive header#masthead .hgroup {
		text-align: center;
	}
	
	body.responsive header#masthead .hgroup .logo {
		float: none;
	}
	
	body.responsive header#masthead .hgroup .logo img {
		margin: 0 auto;
		padding-top: 0 !important;
		padding-bottom: 0 !important;
	}
	
	body.responsive header#masthead .hgroup .support-text,
																								  body.responsive header#masthead .hgroup #header-sidebar {
		position: static;
		display: block;
		margin-top: 30px;
		max-width: 100%;
	}
	
	body.responsive header#masthead .hgroup .support-text img,
																								  body.responsive header#masthead .hgroup #header-sidebar img {
		max-width: 100%;
		height: auto;
	}
	
	body.responsive header#masthead .hgroup #header-sidebar {
		padding-top: 0 !important;
		padding-bottom: 0 !important;
		height: auto;
	}
	
	body.responsive header#masthead .hgroup #header-sidebar .widget {
		display: block;
		margin: 0 auto;
		float: none;
	}
}

/*HEADER FONT SIZE*/
header#masthead h4 {
	font-size: 16px;
}

/*sidebar color*/
#secondary .widget .widget-title {
	color: #e8b81e;
}

#secondary .widget {
	color: #e8b81e;
}

/*mobile nav text color*/
.mobile-nav-frame ul li a.link {
	font-size: 20px;
	font-family: helvetica;
	color: #e8b81e;