﻿/* Hero styles */ 
.valuePropText { float:left; margin:450px 30px 0 180px; color:#fff; }
.valuePropText h1 { color:#fff; margin-bottom:23px; font-size:50pt;font-weight:bold;}

#heroContentV2
{
    height:1135px;
	margin-top:-41px;
}

#heroBlock {
	width: 50%;
	float: left;
	height: 285px;
	background-color: #68217a;
	color: #fff;
}
#heroBlock h1, #heroBlock h2 {
	position: absolute;
	margin: 120px 30px 0px 44px;
}

#heroBlock 
a.CTAlink:link {color: #fff;}
#heroBlock 
a.CTAvisited:visited {color: #fff;}
#heroBlock 
a.CTAhover:hover {color: #fff;}
*/
#hero {
	width: 100%;
	height: auto;
	position: relative;
	float: left;
	margin-bottom:30px;
}


    #callToAction
	{
	   display:none;
	   width:0px;
	   height:0px;
	}

    #rightnav
	a:link {
    	color: #68217a; /* purple */
	}
    #rightnav
	a:hover {
    	color: #90188e; /* light purple */
	}
    #rightnav
	a:visited {
    	color: #68217a; /* light purple */
	}

   .button2 {
	background-color: #68217a;
	padding: 6px 20px 0px 20px;
	width: 85px;
	height: 42px;
	}

   .button2:hover {
	background-color: #90188e;
	}

   .hero-title1
	{
	font-family:"Segoe UI Bold";
	font-size:32px;
	line-height:36px;
	color:#fff;
	width:340px;
	margin-left:42px;
	}

    .byline2
	{
	margin-top:10px;
	font-family:"Segoe UI Semibold";
	color:#fff;
	font-size:12px;
	line-height:16px;
	}

    .quote
	{
	margin-top:130px;
	font-family:"Segoe UI Light";
	color:#fff;
	font-size:16px;
	line-height:18px;
	width:320px;
	}

/* section {
	display: block;
	margin: 0 auto 0 auto;

}

.videoThumbPlay {
    right: 20px;
}

h3 {
	font-family: "Segoe UI Light", Helvetica, Arial, "Sans-Serif";
	font-size:24px;
	line-height:32px;
	}*/