/* 
Purple 
rgb(125, 63, 152)

Dark Grey
rgb(68, 68, 68)

Light Grey
rgb(239, 239, 239)

Blue
rgb(0, 188, 228)

Green
rgb(122, 193, 67)

*/

@import url('https://fonts.googleapis.com/css?family=Open+Sans&display=swap');

/* GLOBAL PAGE STYLES */
.float:after {
  content: "";
  display: table;
  clear: both;
}
.float > div,
.float > li{ float: left;}

body{
padding: 0;
margin: 0;
}
.aetna_lp_wrap {
position: relative;
}
.main_content_wrap{
position: relative;
width:990px;
margin: 0 auto ;
}
/* PAGE HEADER */
.headerbar {
min-width: 990px;
height: 112px;
top:0;
left:0;
right: 0;
}
.headerbar_inner{
width: 940px;
margin: 0 auto;
}
.headerbar_img {
max-width: 100%;
/* width:122px; */
border: none;
margin-top: -40px;
height: auto;
}
.headerbar_menu{
float:right;

width: 230px;
}
.headerbar_link{
font-family: 'Open Sans', Calibri, Helvetica, Arial, sans-serif;
text-decoration: none;
color: rgb(68, 68, 68);
font-size: 18px;
}

.subheader{
background-color: rgb(125, 63, 152);
min-width: 990px;
}
.subheader_inner{
width: 940px;
margin: 0 auto;
color: #fff;
}
.subheader_menu{
padding: 14px 0 14px 0;
}
.subheader_menuitem{
color: #fff;
font-size: 18px;
font-family: 'Open Sans', Calibri, Helvetica, Arial, sans-serif;
}
.subheader_menuitem:hover{
	opacity: 0.6;
}
/* MAIN HERE IMAGE */
.hero {
width:100%;
}
.hero_image {
width:100%;
display: block;
}
.txtblock sup {
font-size: 0.5em;
}

.txtblock_inner {
text-align: left;
padding-top: 15px;
margin-left: 3%;
}

.txtblock_heading{
color: rgb(125, 63, 152) !important;
font-family: 'Open Sans', Calibri, Helvetica, Arial, sans-serif;
font-size: 38px;
line-height: 38px;
color: rgb(68, 68, 68);
font-weight: normal;
margin-bottom: 0;
}
.txtblock_subheading {
color: rgb(68, 68, 68);
font-size: 22px;
font-family: 'Open Sans', Calibri, Helvetica, Arial, sans-serif;
font-weight: normal;
margin-top: 15px;
}

.txtblock_list{
padding-left: 1.5%;
}
.txtblock_listitem{
color: rgb(68, 68, 68);
line-height: 22px;
font-size: 14px;
padding-left: 10px;
font-family: 'Open Sans', Calibri, Helvetica, Arial, sans-serif;
}
.txtblock.txtblock-abs {
position: absolute;
top: 0;
left: 0;
right: 0;
}

.ctabutton{
width: 100%;
height: 100px;
margin-bottom: 5px;
margin-top: 5px;
text-align: center;
position: relative;
}

.ctabutton_link {
text-decoration: none;
color: #fff;
display: block;
width: 100%;
height: 100%;
font-size: 22px;
font-family: 'Open Sans', Calibri, Helvetica, Arial, sans-serif;
position: relative;

}
.ctabutton_link:hover .ctabutton_copy{
display: block;
}
.ctabutton_link:hover .ctabutton_title{
display: none;
}
.ctabutton_copy{
	font-family: 'Open Sans', Calibri, Helvetica, Arial, sans-serif;
display: none;
font-size: 18px;
position: absolute;
top: 50%;
left: 50%;
width: 100%;
-webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
}
.ctabutton_title{
position: absolute;
top: 50%;
left: 50%;
width: 100%;
-webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
}
.ctabutton:first-child{ background-color: #D20962;/*rgb(122, 193, 67); */}
.ctabutton:last-child{ background-color: #D20962;/*rgb(0, 188, 228) ; */}


.pagefooter{
background-color: rgb(239, 239, 239);

padding-top: 1px;
min-width: 990px;
}
.pagefooter_text{
text-align: left;
color: rgb(68, 68, 68);
font-family: 'Open Sans', Calibri, Helvetica, Arial, sans-serif;
padding-top: 33px;
padding-bottom: 33px;
font-size: 11px;
width: 940px;
margin: 0 auto;
}
.pagefooter_text b{
	font-weight: bold;
}
.subfooter_inner{
	width: 940px;
	margin: 0 auto;
	padding-top: 33px;
	padding-bottom: 33px;
}
.subfooter_menu{ 
	text-align: center;
	width: 100%;
}
.subfooter_link{
	text-decoration: none;
	font-family: 'Open Sans', Calibri, Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: rgb(68, 68, 68);
	
	margin-right: 100px;
}
.subfooter_link:last-child {
	text-align: right;
	margin-right: 0;
}
.subfooter_link:first-child {
	text-align: left;
}
.subfooter_logos{
	margin-top: 20px;
	width: 100%;
	padding-bottom: 10px;
	display: block;
}
.subfooter_bottom_right {
	width: 81%;
}
.social_links {
	list-style: none;
	float: right;
}
.social_links li {
	width: 25px;
	padding-left: 15px;

}
.subfooter_bottom {
	padding-top: 40px;
}
.subfooter_copywrite {
	font-family: 'Open Sans', Calibri, Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 40px;
	color: rgb(68, 68, 68);
}


.callout{
width: 33%;
height: 100px;
text-align: center;
background-color: rgb(125, 63, 152);
height: 300px;
margin-bottom: 5px;
position: relative;
}
.callout:nth-child(1n + 2){
	margin-left:0.5%;
}
.callout:last-child:hover .callout_inner{
opacity: 0.5;
}
.callout_inner{
position: absolute;
/*top:50%;
left:50%;*/
width: 100%;
-webkit-transition: opacity 0.25s ease-out;
transition: opacity 0.25s ease-out;
/*-webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);*/
 -webkit-font-smoothing: antialiased;
 will-change: opacity;
 
}
.callout_subheading{
font-size: 28px;
font-family: 'Open Sans', Calibri, Helvetica, Arial, sans-serif;
font-weight: normal;
margin-top: 30px;
color:#fff;
}
.callout_text{
font-size: 18px;
font-weight: normal;
line-height:20px;
font-family: 'Open Sans', Calibri, Helvetica, Arial, sans-serif;
color:#fff;
}
.callout_link{
color: #fff;
font-family: 'Open Sans', Calibri, Helvetica, Arial, sans-serif;
text-decoration: none;
margin-top: 28px;
display: block;
font-size: 16px;
}


.headerbar_info{
	width: 70%;
	text-align: right;
	padding-top: 18px;
	float:right;
	/* width: 230px; */
}
.headerbar_menu{
	color: #fff;

	/* width: 230px; */
}
.headerbar_link{
	font-family: 'Open Sans', Calibri, Helvetica, Arial, sans-serif;
	text-decoration: none;
	color: rgb(125, 63, 152);
}
.headerbar_link:hover{
	color: rgb(0, 188, 228);
}
.headerbar_submenu{
	margin-top:20px;
}
.headerbar_subtext{
	/* color: #fff; */
	line-height: 0.5em;
	font-family: 'Open Sans', Calibri, Helvetica, Arial, sans-serif;
	font-size: 12px;
	margin-top:10px;
}

.bodyAlert{
	position: center;
	width: 990px;
	margin: 0 auto ;
	border-top: 10px solid #5a2e6f;
	box-shadow: 3px 5px 49px -2px rgba(0,0,0,0.3);
}
.flexContent
{
	position: center;
	width: 90%;
	margin: 0 auto ;
}

.closeBtnAlert{
	color: black;
	font-weight: bold;
	float: right;
	font-size: 25px;
	width: 20px;
	cursor: pointer;
}

.titleFlex{
	font-family: 'Open Sans', Calibri, Helvetica, Arial, sans-serif;
	font-weight: normal;
	vertical-align: baseline;
	font-weight: bold;
}

.linkswrapper{
	width: 400px;
}

.linkHyper{
	font-size: 22px;
	line-height: 1.6;
	display: inline-block;
	color: #8932af;
	font-family: 'Open Sans', Calibri, Helvetica, Arial, sans-serif;
	cursor: pointer;
	text-decoration: none;
}

.rightArrowMark{
	border: solid #8932af;
	border-width: 0 3px 3px 0;
	display: inline-block;
	padding: 4px;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}
