/*Make sure your selectors are very specific, you can accidentally overide builder css if you are not careful*/
/*Do not edit positioning, width, height in CSS, set that in the markup*/
/*CSS Changes, are somewhat permanent, user cannot change these, they can overide them via element inline style, but thats about it*/

/* site */
/*Make sure your selectors are very specific, you can accidentally overide builder css if you are not careful*/
/*Do not edit positioning, width, height in CSS, set that in the markup*/
/*CSS Changes, are somewhat permanent, user cannot change these, they can overide them via element inline style, but thats about it*/

/* site */
.investo.default img{
	vertical-align: top;
}
.investo.default .text-plugin{
	font-family: 'Ubuntu', sans-serif;
}
.investo.default h1,
.investo.default h2,
.investo.default h3,
.investo.default h4,
.investo.default h5,
.investo.default h6{
	font-family: 'Ubuntu', sans-serif;
	margin:0px;
}
.investo.default h1{
	font-size:48px;
}
.investo.default p.subtitle{
	font-size:10px;
	font-family: 'Ubuntu', sans-serif;
	color:#bababa;
}
.investo.default h2{
	color:#25bbed;
	font-size:60px;
}
.investo.default h4{
	font-size:48px;
}
.invest.default .ff-1{
	font-family: 'Open Sans', sans-serif;
}
.investo.default .fs-12{
	font-size: 12px;
}
.investo.default .fs-14{
	font-size: 14px;
}
.investo.default .fs-18{
	font-size: 18px;
}
.investo.default .fs-30{
	font-size:30px;
}
.investo.default .lh-18{
	line-height:18px;
}
.investo.default .lh-24{
	line-height:24px;
}
.investo.default .lh-38{
	line-height:38px;
}
.investo.default .bg-color1{
	background-color:#f8f8f8;
}
.investo.default .circle.bg-color2{
	background-color: #3c3c3c;
}
.investo.default .color1{
	color:#25bbed;
	/*light blue*/
}
.investo.default .color2{
	color:#91969c;
}
.investo.default .color3{
	color:#3c3c3c;    
	/*dark gray*/
}
.investo.default .color4{
	color:#fff;
	/*white*/
}
.investo.default .phone-num{
	font-size:18px;
}
.investo.default .center-align{
	text-align: center;
}
.investo.default .circle{
	border-radius:60px;
	background-color:#25bbed;
}
.investo.default .services-list > li{
	font-size:14px;
	list-style-image: url(assets/bullet.png);
}
/****************/
/* neo main nav */
/****************/
.investo.default .navigation-2-plugin .neo-asset-inner > ul > li {
	padding:20px 85.9px;
	background-color:#fff;
	font-size:14px;
	font-family: 'Ubuntu', sans-serif;
	text-align: center;

	border-right-width:1px;
	border-right-style: solid;
	border-right-color: rgba(0,0,0,0.1);
	border-bottom-width:1px;
	border-bottom-style: solid;
	border-bottom-color: rgba(0,0,0,0.1);
	border-top-width:1px;
	border-top-style: solid;
	border-top-color: rgba(0,0,0,0.1);
}
.investo.default .navigation-2-plugin .neo-asset-inner > ul > li:first-child{
	border-left-width:1px !important;
	border-left-style: solid !important;
	border-left-color: rgba(0,0,0,0.1) !important;
}
 
.investo.default .navigation-2-plugin .neo-asset-inner > ul > li > a {
	color:#000;
}
.investo.default .navigation-2-plugin .neo-asset-inner > ul > li.k-state-hover {
	background-color: #25bbed;

	border-left-width:1px;
	border-left-style: solid;
	border-left-color: rgba(0,0,0,0.1);
	border-bottom-width:1px;
	border-bottom-style: solid;
	border-bottom-color: rgba(0,0,0,0.1);
	border-top-width:1px;
	border-top-style: solid;
	border-top-color: rgba(0,0,0,0.1);
}
.investo.default .navigation-2-plugin .neo-asset-inner > ul > li.k-state-hover > a {
	color:#fff;
	text-shadow:1px solid rgba(0,0,0,0.9);
}
.investo.default .navigation-2-plugin .neo-asset-inner > ul > li.k-state-active {
	background-color: #25bbed;
	font-family: 'Ubuntu', sans-serif;
	text-align: left;

	border-left-width:1px;
	border-left-style: solid;
	border-left-color: rgba(0,0,0,0.1);
	border-bottom-width:1px;
	border-bottom-style: solid;
	border-bottom-color: rgba(0,0,0,0.1);
	border-top-width:1px;
	border-top-style: solid;
	border-top-color: rgba(0,0,0,0.1);

}
.investo.default .navigation-2-plugin .neo-asset-inner > ul > li.k-state-active > a {
	color:#fff;
	text-shadow:1px solid rgba(0,0,0,0.9);
}

/***************/
/* neo sub nav */
/***************/
.investo.default .navigation-2-plugin.sub-nav-fixed-plugin ul ul > li {
}
.investo.default .navigation-2-plugin ul ul > li {
	padding:20px 88.9px;
	background-color:#fff;
	font-size:14px;
	font-family: 'Ubuntu', sans-serif;
	text-align: center;

	border-left-width:1px;
	border-left-style: solid;
	border-left-color: rgba(0,0,0,0.1);
	border-bottom-width:1px;
	border-bottom-style: solid;
	border-bottom-color: rgba(0,0,0,0.1);
	border-top-width:1px;
	border-top-style: solid;
	border-top-color: rgba(0,0,0,0.1);
}
.investo.default .navigation-2-plugin ul ul > li > a {
	color: #000;
}
.investo.default .navigation-2-plugin ul ul > li.k-state-hover {
	background-color: #25bbed;
	font-family: 'Ubuntu', sans-serif;
	text-align: left;
	font-size:14px;

	border-left-width:1px;
	border-left-style: solid;
	border-left-color: rgba(0,0,0,0.1);
	border-bottom-width:1px;
	border-bottom-style: solid;
	border-bottom-color: rgba(0,0,0,0.1);
	border-top-width:1px;
	border-top-style: solid;
	border-top-color: rgba(0,0,0,0.1);
}
.investo.default .navigation-2-plugin ul ul > li.k-state-hover > a {
	color: #fff;
}
.investo.default .navigation-2-plugin ul ul > li.k-state-active {
	background-color: #25bbed;
	font-family: 'Ubuntu', sans-serif;
	text-align: left;
	font-size:14px;

	border-left-width:1px;
	border-left-style: solid;
	border-left-color: rgba(0,0,0,0.1);
	border-bottom-width:1px;
	border-bottom-style: solid;
	border-bottom-color: rgba(0,0,0,0.1);
	border-top-width:1px;
	border-top-style: solid;
	border-top-color: rgba(0,0,0,0.1);
}
.investo.default .navigation-2-plugin ul ul > li.k-state-active > a {
	color: #ff0000;
} 
/* CONTACT */
/*header*/

/* labels style */
.investo.default .web_com_custom_form label{
	font-weight: normal;
	margin-bottom: 0;
	color: #000;
}

/*CUSTOM*/
/* first & last name */
.investo.default .web_com_custom_form .FirstName label,
.investo.default .web_com_custom_form .LastName label{
	font-size: 12px !important;
	color: #000;
}
.investo.default .web_com_custom_form input[type='text'],
.investo.default .web_com_custom_form textarea{
	border-radius: 4px !important;
	border: 2px transparent #dadada;
	background-color:  #fff; 
}

.investo.default .web_com_custom_form input[type='submit']{
	color: #fff;
	background-color: #25bbed;
	font-size: 16px;
	padding: 3px 25px;
	display: block;
	margin: 0 auto;
	border: 1px transparent #fff;
}
