/** 2016 CSS adds to Vervante **/

/** homepage index **/

#homepagebanner {
	background-image:url('/images/2016/homepage/2016_Home_banner.jpg');
	background-repeat:no-repeat;
	min-height:446px;
}

#fsr2016 {
	float:right;
	margin:3em 0px auto 1em;
	background-image: url("/images/2016/homepage/HomepageSignup.png");
	background-repeat:no-repeat;
	opacity:0.85;
	filter: alpha(opacity=85);
	width:302px;
	height:356px;
}
#fsr2016_form {
	position:relative;
	width:280px;
	height:297px;
	top:0;
	left:0;
}

#fsr2016_form input[type=text]{
	line-height:14px;
	font-size:14px;
	border-radius:6px;
}
#fsr2016_group {
	position:absolute;
	top:220px;
	left:2px;
	width:225px;
}
#fsr2016_fname {
	position:absolute;
	top:5px;
	left:8px;
	width:180px;
}
#fsr2016_lname {
	position:absolute;
	top:28px;
	left:8px;
	width:180px;
}
#fsr2016_email {
	position:absolute;
	top:51px;
	left:8px;
	width:180px;
}
#fsr2016_submit {
	position:absolute;
	top:10px;
	left:195px;
}
.fontblue2016 {
	font-family:Times New Roman;
	color:#1D586A!important;
}
.fontbluel2016 {
	font-family:Times New Roman;
	color:#236B7E!important;
}
.fontgray2016 {
	font-family:Times New Roman;
	color:#666!important;
}
.fp2016H1 {
	font-size:2.75em;
	font-weight:normal;
}
.fp2016H2 {
	font-size:2em;
	font-weight:normal;
}
.fp2016H3 {
	font-size:1.75em;
	font-weight:normal;
}
.fp2016H4 {
	font-size:1.3em;
	font-weight:normal;
}
.fp2016bt {
	border-top:3px solid #1D586A;
}
.ml-15{
	margin-left:-15px;
}
.mr-15{
	margin-right:-15px;
}
#authors {
	background-image:url('/images/2016/homepage/authors.png');
	background-repeat:no-repeat;
	background-size:contain;
	background-position:center;
	position:relative;
	min-height:290px;
}
#entrepreneurs {
	background-image:url('/images/2016/homepage/entrepreneurs.png');
	background-repeat:no-repeat;
	background-size:contain;
	background-position:center;
	position:relative;
	min-height:290px;
}
#corporations {
	background-image:url('/images/2016/homepage/corporations.png');
	background-repeat:no-repeat;
	background-size:contain;
	background-position:center;
	position:relative;
	min-height:290px;
}
#gs_authors {
	position:absolute;
	left:45px;
	top:170px;
}
#gs_entrepreneurs {
	position:absolute;
	left:200px;
	top:240px;
}
#gs_corporations {
	position:absolute;
	left:135px;
	top:170px;
}
.gs_btn {
	background-image:url('/images/2016/homepage/get_started_btn.png');
	background-repeat:no-repeat;
	height:28px;
	width:147px;
}
.dc_btn {
 /*   font-size:.9em;*/
    color:#1d586a;
    font-family:Futura Std;
    font-weight:600;
    border:3px solid #bed3cc;
    border-radius:6px;
    background:#fff;
    padding:4px 10px;
}
a.dc_btn:link {
 /*   font-size:.9em;*/
    color:#1d586a;
    font-family:Futura Std;
    font-weight:600;
    border:3px solid #bed3cc;
    border-radius:6px;
    background:#fff;
    padding:4px 10px;
}
.fp2016_btm {
	margin-top:20px;
}
#fp2016_btm1 {
	font-family:'Dancing Script OT';
	font-size:40px;
	color:#1D586A!important;
	line-height:45px;
}
a.index_icon_link :hover{
	background-color:#FFF;

}

.resource_row {
  padding-top: 12.5px;
  padding-bottom: 12.5px;
}
/*individual pages*/
/*contact pages*/

.contact_ul {
	list-style-type:none;
	padding-left:0px;
}
.contact_ul li {
	margin:10px 0;
	list-style-type:none;
}

.ftr_p_lg{
	font-size:18px;
	font-weight:normal;
  font-family:"Corbel";
  width:150px;
  line-height:20px;
}
.ftr_p_lg a:link,.ftr_p_lg a:visited{
	font-size:18px;
	font-weight:600;
  font-family:"Corbel";
  color:#1D586A;
  width:150px;
  line-height:20px;
}
.ftr_p_lg a:hover {
	font-size:18px;
	font-weight:600;
  font-family:"Corbel";
  width:150px;
  line-height:20px;
	background-color:transparent;
  text-decoration: underline;
}

/*Media Queries*/
@media only screen and (max-width:1200px){
	#gs_authors {
		position:absolute;
		left:35px;
		top:170px;
	}
	#gs_entrepreneurs {
		position:absolute;
		left:140px;
		top:215px;
	}
	#gs_corporations {
		position:absolute;
		left:135px;
		top:160px;
	}
}
@media only screen and (max-width:992px){
	#gs_authors {
		position:absolute;
		left:215px;
		top:170px;
	}
	#gs_entrepreneurs {
		position:absolute;
		left:395px;
		top:250px;
	}
	#gs_corporations {
		position:absolute;
		left:390px;
		top:170px;
	}
}
@media only screen and (max-width:768px){
	#gs_authors {
		position:absolute;
		left:25%;
		top:170px;
	}
	#gs_entrepreneurs {
		position:absolute;
		left:50%;
		top:250px;
	}
	#gs_corporations {
		position:absolute;
		left:50%;
		top:170px;
	}
}
@media only screen and (max-width:600px){
}
@media only screen and (max-width:380px){
	#gs_entrepreneurs {
		position:absolute;
		left:50%;
		top:225px;
	}
}

@media only screen and (min-width:601px){
}
@media only screen and (min-width:768px){
}
@media only screen and (min-width:992){
#gs_authors {
	position:absolute;
	left:25px;
	top:170px;
}
#gs_entrepreneurs {
	position:absolute;
	left:200px;
	top:240px;
}
#gs_corporations {
	position:absolute;
	left:135px;
	top:170px;
}
}
@media only screen and (min-width:1200px){
}

