/*@import url ("george.css");*/

/* FONTS
-------------------------------------------------------------------------- */ 
@font-face {
    /*font-family: "DomaineDisplayWeb-Bold";*/
    /*src: url("../fonts/DomaineDisplayWeb-Bold.woff") format('woff');*/
}

/* DEV
-------------------------------------------------------------------------- */ 
.red{
	background-color: red;
}


/* UTILITY & SPACING
-------------------------------------------------------------------------- */ 
.v-push1{
	margin-top: 1em;
}
.v-push2{
	margin-top: 2em;
}
.v-push3{
	margin-top: 3em;
}
.v-push4{
	margin-top: 4em;
}
.v-push5{
	margin-top: 5em;
}

/* READ MORE LINKS */
.hidden-toggle-content{
    display: none;
}


/* COLOR
-------------------------------------------------------------------------- */ 

.color-purple{
	color: #7D3F98;
}
.backgroundcolor-grey1{
	background-color: #F5F5F5 !important;
}



/* OVERIDE BASE FOUNDATION
-------------------------------------------------------------------------- */ 


/* PRIMARY BUTTON */
.button{
	font-weight: 700;
	border-radius: .6em;
	cursor: pointer;
}
.button:hover,
.button:focus,
.button:active{
	color:#000000;
}
strong{
    font-weight: 700;
}

@media print { 
    html {
        box-sizing: border-box;
        /*font-size: 100%;*/
        font-size: 11px !important;
    }
    a[href*="/"]:after, a[href*="/"]:visited:after {
        content: normal;
    }
    h1.subpageheaderbar__h1{
    	font-size: 2.5em !important;
    	padding: 0 !important;
    	margin: 0 !important;
    	margin-top: 0.5em !important;
    }
    .subpagehero{
    	display: none;
    }
    .subpageintro{
    	margin-top: 0 !important;
    	font-size: 1em !important;
    }
    nav{
		display: none;
    }
    .siteheader__logo{
    	width: 80px !important;
    }
}




/* SITE HEADER
-------------------------------------------------------------------------- */ 

.siteheader{
	padding-top: 1.7em;
	color: #7D3F98;
}
.siteheader__logocontainer{
	text-align: left;
}
.siteheader__logo{
	width: 170px;
}
.siteheader__sitename{
	font-size: 1.6em;
	line-height: 1em;
	margin: 0;
	padding: 0;
	text-align: right;
}
.siteheader__sitedetails{
	font-size: 1.1em;
	font-weight: 700;
	margin: 0;
	padding: 0;
	text-align: right;
}
.siteheader__hr{
	margin: 0.5em 0 0em 0;
	/*margin: 0;*/
}
@media only screen and (max-width: 640px) {
	.siteheader{
		padding-top: 0.8em;
	}
	.siteheader__logocontainer{
		text-align: center;
	}
	.siteheader__logo{
		width: 100px;
		margin-top: 0em;
		margin-bottom: 0.2em;
	}
    .siteheader__sitename{
		text-align: center;
	}
	.siteheader__sitedetails{
		text-align: center;
	}
}


/* NAV
-------------------------------------------------------------------------- */

nav {
	position: relative;
	z-index: 1000;
}


@media only screen and (max-width: 1024px) {
	.nav-container{
		padding-right: 0;
		padding-left: 0;
		max-width: 100%;
		margin: 0 auto
	}
}

a.skip-main{
	left: -999px;
	position: absolute;
	top: auto;
	width: 1px;
	height: 1px;
	overflow: hidden;
	z-index: 99999;
}
a.skip-main:focus, a.skip-main:active{
	color: #fff;
	background-color: #7d3f98;
	left: auto;
	top: 0;
	width: 30%;
	height: auto;
	overflow: auto;
	margin: 10px 35%;
	padding: 5px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	text-align: center;
	font-size: 1.2em;
	z-index: 99999;
	-webkit-box-shadow: 0px 2px 4px 1px rgba(0, 0, 0, 0.39);
	-moz-box-shadow: 0px 2px 4px 1px rgba(0, 0, 0, 0.39);
	box-shadow: 0px 2px 4px 1px rgba(0, 0, 0, 0.39);
}



/* HOMEPAGE HERO
-------------------------------------------------------------------------- */ 

.homepagehero{

}
.homepagehero__image{	

}
.homepagehero__bottombar{
	text-align: center;
	color: #ffffff;
	background-color: #7D3F98;
	padding: 2em 0 2.5em 0;
}
.homepagehero__bottombar--h1{
	font-size: 1.3em;
	font-weight: 300;
}
.homepagehero__bottombar--button{
	color: #7D3F98;
	background-color: #ffffff;
	margin: 0 0.4em;
}
@media only screen and (max-width: 640px) {
	.homepagehero__bottombar--button{
		display: block;
		width: 50%;
		margin: 0 auto;
		margin-top: 1em;
	}
}


/* HOMEPAGE HERO - IMAGE VERSION
---------------------------------------------- */ 


.homepageheroimageversion{
	overflow: hidden;
	position: relative;
	background-color: #333333;
	padding-top: 25%;
}
.homepageheroimageversion__content{
	position: absolute;
	color: #ffffff;
	width: 100%;
	text-align: center;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	z-index: 999;
}
.homepageheroimageversion__image{
	position: absolute;
	top:-10%;
	width: 100%;
	/*left: 50%;
	top: 50%;*/
	/*transform: translateX(-50%) translateY(-50%) scale(1.1);
	-webkit-transform: translateX(-50%) translateY(-50%) scale(1.1);
	-ms-transform: translateX(-50%) translateY(-50%) scale(1.1);*/
}
.js .homepageheroimageversion__image{
	opacity: 0;
}
.homepageheroimageversion__animate{
	-webkit-animation: animatehomeimage 7s;
    animation: animatehomeimage 7s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
@-webkit-keyframes animatehomeimage {
	0% {
		opacity:0;
        -webkit-transform: scale(1.1); 
    }
    20% {
    	opacity:1;
        -webkit-transform: scale(1.1); 
    }
    100% {
    	opacity:1;
        -webkit-transform: scale(1); 
    }
}
@keyframes animatehomeimage {
	0% {
		opacity:0;
        transform: scale(1.1); 
    }
    20% {
    	opacity:1;
        transform: scale(1.1); 
    }
    100% {
    	opacity:1;
        transform: scale(1); 
    }
}
@media only screen and (max-width: 640px) {
	.homepageheroimageversion{
		padding-top: 50%;
	}
	.homepageheroimageversion__image{
		top:0;
		left: -30%;
		/*transform: translateX(-150%);
		-webkit-transform: translateX(-150%);
		-ms-transform: translateX(-50%);*/

		min-height: 100%;
		height: 100%;
		width: auto !important;
		max-width: none;
	}
}


/* HOMEPAGE THREE
-------------------------------------------------------------------------- */ 

.homepagethree{

}
.homepagethree__item{
	text-align: center;
}
.homepagethree__item--img{
	width: 80px;
}
.homepagethree__item--h2{
	font-size: 1em;
	font-weight: 700;
	padding:0;
	margin:0;
}

@media only screen and (max-width: 640px) {
	.homepagethree__item{
		padding-top: 1.5em;
		padding-bottom: 1.5em;
		border-bottom: 1px solid rgba(0,0,0,0.3);
	}
	.homepagethree__item--last{
		border-bottom: none;
	}
}




/* FOOTER
-------------------------------------------------------------------------- */ 

.footer{
	font-size: 0.9em;
}

.footer__ul{
	list-style-type: none;
	margin-left: 0;
	margin-bottom: 0;
}
@media only screen and (max-width: 640px) {
	.footer__ul li{
		margin-bottom: 0.5em;
	}
}

.footer__sociallinks{
	margin: 10px 1px 1px 1px;
	display: inline-block;
}
.footer__sociallinks:hover,
.footer__sociallinks:focus,
.footer__sociallinks:active{
	opacity: 0.7;
}





/* HOMEPAGE BODY COPY
-------------------------------------------------------------------------- */ 

.bodycallout__style1{
	text-align: center;
}
.bodycallout__style1--h2{
	color:#7D3F98;
	font-weight: 300;
	font-size: 1.7em;
	padding:0;
	margin: 0;
}
.bodycallout__style1--p{
	font-weight: 700;
}



/* SUBPAGE
-------------------------------------------------------------------------- */ 

.subpageheaderbar{
	background-color: #7D3F98;
	text-align: center;
}
.subpageheaderbar__h1{
	font-family: 'DomaineDisplayWeb-Bold', sans-serif;
	color: #ffffff;
	font-size: 1.5em;
	padding: 0.9em 0 0.7em 0;
}

.subpagehero{
	overflow: hidden;
	position: relative;
	background-color: #414141;
	padding-top: 25%;
}

.subpagehero__image{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%) scale(1.1);
	-webkit-transform: translateX(-50%) translateY(-50%) scale(1.1);
	-ms-transform: translateX(-50%) translateY(-50%) scale(1.1);
}
.js .subpagehero__image{
    opacity: 0;
}

.subpagehero__content{
	position: absolute;
	color: #ffffff;
	width: 100%;
	text-align: center;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	z-index: 999;
}
.subpagehero__content--h2{
	color: #ffffff;
	font-family: 'DomaineDisplayWeb-Bold', sans-serif;
	font-size: 2.3em;
	line-height: 1.1em;
	padding: 0 0.1em;
}
.subpagehero__content--p{
	font-size: 1.2em;
	font-weight: 700;
	margin: 0;
	padding: 0;
}

@media only screen and (max-width: 640px) {
	.subpagehero{
		padding-top: 50%;
	}
	.subpagehero__image{
		min-height: 100%;
		height: 100%;
		width: auto !important;
		max-width: none;
	}
}
.subpagehero__animate{
	-webkit-animation: animatesubpageimage 0.5s;
    animation: animatesubpageimage 0.5s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
@-webkit-keyframes animatesubpageimage {
	0% {
		opacity:0;
    }
    100% {
    	opacity:1;
    }
}
@keyframes animatesubpageimage {
	0% {
		opacity:0;
    }
    100% {
    	opacity:1;
    }
}


/* SUBPAGE - HERO NO-IMAGE VERSION
------------------------------------- */ 
.subpagehero__noimage{
    background-color: #7D3F98;
    text-align: center;
    color: #ffffff;
    padding: 3.5em 0.5em 2.4em 0.5em;
}
.subpagehero__noimage--h1{
    font-family: 'DomaineDisplayWeb-Bold', sans-serif;
    margin: 0;
    font-size: 2.4rem;
    line-height: 1.2em;
}
.subpagehero__noimage--h2{
    font-weight: 700;
    font-size: 1rem;
}
@media only screen and (max-width: 640px) {
    .subpagehero__noimage--h1{
        font-size: 2.5rem;
        margin-bottom: 0.5em;
    }
}



/* SUBPAGE - HERO VIDEO VERSION
------------------------------------- */ 

div.videoScript{
	display: none;
}
.subpagehero__video{
	min-height: 275px;
	overflow: hidden;
	position: relative;
	/* NEW */
	background-color: #414141;
}
.subpagehero__video--image{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	min-height: 100%;
	height: 100%;
	max-width: none;
	width:auto;
}
/* NEW */
.js .subpagehero__video--image{
	opacity: 0;
}
.subpagehero__video--sizer{
	width:70%;
	margin: 0 auto;
}
@media only screen and (max-width: 780px) {
	.subpagehero__video{
		min-height: 305px;
	}
	.subpagehero__video--sizer{
		min-height: 100%;
		width: auto;
	}
}
@media only screen and (max-width: 640px) {
	.subpagehero__video{
		min-height: 280px;
	}
	.subpagehero__video--sizer{
		min-height: 100%;
		width: auto;
	}
}

/* NEW */
.subpagehero__video__animate{
	-webkit-animation: animatesubpagehero__video 2s;
    animation: animatesubpagehero__video 2s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
@-webkit-keyframes animatesubpagehero__video {
	0% {
		opacity:0;
    }
    100% {
    	opacity:1;
    }
}
@keyframes animatesubpagehero__video {
	0% {
		opacity:0;
    }
    100% {
    	opacity:1;
    }
}






.videotranscript__button{
    position: relative;
    color: #414141;
    font-size:0.9em;
    padding: 0 1em;
    color: #064E69;
	-webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.videotranscript__button:hover,
.videotranscript__button:focus,
.videotranscript__button:active{
    color: #000000;
}
.videotranscript__body{
    display:none;
    padding: 2em;
    -webkit-box-shadow:  0px 9px 10px -1px rgba(0,0,0,0.3);
    -moz-box-shadow:  0px 9px 10px -1px rgba(0,0,0,0.3);
    box-shadow:  0px 9px 10px -1px rgba(0,0,0,0.3);
    border-top: 20px solid rgba(0,0,0,0.1);
    margin-bottom: 3em;
}
.videotranscript__h3{
    font-weight: 400;
    font-size: 1.3em;
}




/* SUBPAGE - HERO IZIP CODE VERSION
------------------------------------- */ 

.subpageherozipcode{
	min-height: 250px;
	overflow: hidden;
	position: relative;
	background-color: #333333;
}
.subpageherozipcode__content{
	position: absolute;
	color: #ffffff;
	width: 100%;
	text-align: center;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	z-index: 999;
}
.subpageherozipcode__content--h2{
	font-weight: 700;
	color: #ffffff;
	font-size: 1.3em;
	padding: 0;
	margin: 0;
	line-height: 1em;
}
.subpageherozipcode__content--number{
	font-weight: 700;
	color: #ffffff;
	font-size: 3.5em;
	padding: 0;
	margin: 0;
	line-height: 0.9em;
}
.subpageherozipcode__image{
	position: absolute;
	top: -50%;
/*	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);*/
}

.js .subpageherozipcode__image{
	opacity:0;
}

@media only screen and (max-width: 2041px) {
	.subpageherozipcode__image{
		min-width: 100%;
	}
}
@media only screen and (max-width: 1040px) {
	.subpageherozipcode{
		min-height: 275px;
	}
	.subpageherozipcode__image{
		/*min-height: 100%;*/
		/*height: 100%;*/
		/*width: auto !important;*/
		/*max-width: none;*/
		/*top:0;*/
	}
}
@media only screen and (max-width: 700px) {
	.subpageherozipcode__image{
		top:0;
	}
}

.subpageherozipcode__animate{
	-webkit-animation: animatezipcodeimage 7s;
    animation: animatezipcodeimage 7s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
@-webkit-keyframes animatezipcodeimage {
	0% {
		opacity:0;
        -webkit-transform: scale(2) rotateZ(30deg); 
    }
 
    100% {
    	opacity:1;
        -webkit-transform: scale(1) rotateZ(0deg); 
    }
}
@keyframes animatezipcodeimage {
	0% {
		opacity:0;
        transform: scale(2) rotateZ(30deg); 
    }
    
    100% {
    	opacity:1;
        transform: scale(1) rotateZ(0deg); 
    }
}




/* SUBPAGE - INTRO
------------------------------------- */ 

.subpageintro{
	text-align: center;
}
.subpageintro__h2{
	color: #7D3F98;
	font-size: 2em;
	font-weight: 300;
	padding:0;
	margin:0;
}
.subpageintro__p{
	font-weight: 700;
	font-size: 1em;
}


/* SUBPAGE - BODY LEFT COLUMN
-------------------------------------------------------------------------- */ 

.pagebody{

}
.pagebody a{
    font-weight: 700;
}
.pagebodyleft__padding{
	padding-right: 2em;
}
.pagebody__h3{
	color: #7D3F98;
	font-size: 1.1em;
	font-weight: 700;
	margin-bottom: 0;
}
.pagebody__h4{
    font-weight: 700;
    font-size: 1.2em;
    color: #7D3F98;
}
.pagebody ol.pagebody__ol{
    padding-left: 1.5em;
}
.pagebody ol.pagebody__ol > li{
    margin-bottom: 1em;
    font-weight: 700;
    line-height: 1.3em;
}
.pagebody ul.pagebody__ul > li{
    font-weight: 400;
    font-size: 0.95em;
}
.pagebody__purpletextbar{
    color: #ffffff;
    font-size: 1.2em;
    background-color: rgba(0,0,0,0.1);
    display: block;
    background-color: #7D3F98;
    padding: 0.5em 1em;
}
.pagebody__footnote{
	font-size: 0.8em;
}
@media only screen and (max-width: 1000px) {
	.pagebodyleft__padding{
		padding-right: 0.5em;
	}
	.pagebody ol.pagebody__ol{
    	padding-left: 0.5em;
	}
	.pagebody ol.pagebody__ol > li{
	    margin-bottom: 2em;
	    font-weight: 700;
	    line-height: 1.3em;
	}
	.pagebody ul.pagebody__ul{
	    margin-left: 1em;
	}
}

/* SUBPAGE - INSET PANEL
---------------------------------------------------- */ 
.pagebody__panelinset{
    /*background-color: rgba(0,0,0,0.05);*/
    background-color: #f5f5f5;
    border: 1px solid rgba(0,0,0,0.1);
}
.pagebody__panelinset__item{
    text-align: center;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    display:flex;
}
.pagebody__panelinset__title{
    color: #ffffff;
    font-size: 1em;
    font-weight: 700;
    text-decoration: none;
    margin: 0;
}
.pagebody__panelinset__titlebar{
    padding: 0.5em 0.5em 0.5em 1em;
    background-color: #7D3F98;
}
.pagebody__panelinset__item--link{
	width: 100%;
    color: #7d3f98;
    padding: 1.5em 1em;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
    display: block;
    -webkit-transition: background-color .25s ease-out, color .25s ease-out;
    transition: background-color .25s ease-out, color .25s ease-out;
}
.pagebody__panelinset__item--link:hover,
.pagebody__panelinset__item--link:focus,
.pagebody__panelinset__item--link:active{
    background-color: #B18CC1;
    text-decoration: none;
}
.pagebody__panelinset__item--link:hover .pagebody__panelinset__item--title,
.pagebody__panelinset__item--link:focus .pagebody__panelinset__item--title,
.pagebody__panelinset__item--link:active .pagebody__panelinset__item--title{
    color: #000000;
}
.pagebody__panelinset__item--title{
    color: #7d3f98;
    padding: 0;
    font-size: 15px;
    font-weight: 700;
    text-decoration: underline;
    display: block;
}
.pagebody__panelinset__item--icon{
    width: 70px;
    margin: 1em;
}
.pagebody__panelinset__item--text{
    color: #000000;
    font-size: 15px;
    font-weight: 400;
    text-decoration: none;
    line-height: 1.2em;
    margin-bottom: 0;
}
.pagebody__panelinset__item--last{
    border-left: 1px solid rgba(0,0,0,0.1);
}
@media only screen and (max-width: 640px) {
    .pagebody__panelinset__item--last{
        border: none;
    }
}
.pagebody__panelinset__item--footnote{
    margin: 0;
    padding: 0.5em;
    font-size: 0.95em;
    text-align: center;
    /*background: rgba(0,0,0,0.1);*/
    background-color: #dddddd;
}
.pagebody__panelinset__item--footnote a{
    color: #064E69;
}


/* SUBPAGE - INSET ICON BLOCK
---------------------------------------------------- */ 

.pagebodyinseticonblock{
    background-color:rgba(0,0,0,0.05);
    padding: 1em;
    border-left: 10px solid rgba(0,0,0,0.1);
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.pagebodyinseticonblock:hover,
.pagebodyinseticonblock:focus,
.pagebodyinseticonblock:active{
    background-color: rgba(0,0,0,0.1);
}
.pagebodyinseticonblock__button{
    margin:0;
}
.pagebodyinseticonblock__centertext{
    padding: 1em;
}
.pagebodyinseticonblock__rightcol{
    text-align: center;
}
@media only screen and (max-width: 640px) {
    .pagebodyinseticonblock__rightcol{
        text-align: left;
    }
    .pagebodyinseticonblock__rightcol a{
        width: 100%;
    }
    .pagebodyinseticonblock__centertext{
        padding-top: 0.5em;
    }
}



/* SUBPAGE - WHY AETNA
---------------------------------------------------- */ 
.why{
    background-color: #F5F5F5;
    padding: 1em 0.5em;
    border: 1px solid rgba(0, 0, 0, 0.1);
}
.why ul{
	margin-bottom: 0.5em;
}
.why__leftcolumn{
    text-align: right;
    padding: 0.75em;
}
.why__leftcolumn--text{
    color:#7D3F98;
    font-weight:300;
}
.why__rightcolumn{
    padding: 1em 1em 0.5em 1em;
}
.why__rightcolumn--text{
	padding-left: 1em;
	padding-right: 1em;
}
@media only screen and (max-width: 640px) {
    .why__leftcolumn{
        text-align: center;
        padding: 1em 1em 1em 1em;
    }
    .why__rightcolumn{
        padding-right: 1em;
    }
    .why__leftcolumn--text{
        font-size: 2em;
        padding: 0;
        margin: 0;
    }
    .why{
        padding: 2em 0.2em 2em 0.2em;
    }
}




/* SUBPAGE - MISC TYPE
---------------------------------------------------- */ 
.pagebody__type--light--large{
    font-size: 1.5em;
    font-weight: 300;
}

/* SUBPAGE - INSET BRAND LOGO BUTTONS
---------------------------------------------------- */ 
/*.pagebody__insetlogo--buttons{
    display:block;
    margin: 0 1em 1em 1em;
    border: 1px solid rgba(0,0,0,0.2);
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;    
}
.pagebody__insetlogo--buttons:hover,
.pagebody__insetlogo--buttons:focus,
.pagebody__insetlogo--buttons:active{
    border: 1px solid rgba(0,0,0,0.3);
    background-color: #B18CC1;
}*/


/*A11y tweak*/
.pagebody__insetlogo--buttons {
    display:block;
    margin: 0 1em 1em 1em;
    border: 2px solid rgba(0,0,0,0.2);
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.pagebody__insetlogo--buttons:hover, .pagebody__insetlogo--buttons:focus, .pagebody__insetlogo--buttons:active {
    border: 2px solid #7D3F98;
}




/* SUBPAGE - BODY RIGHT RAIL
-------------------------------------------------------------------------- */ 


.pagebody__rightrail--divider{
	border-left: 1px solid rgba(0, 0, 0, 0.2);
}
.pagebody__rightrail--padding{
	padding-left: 1em;
	padding-right: 1em;
}
@media only screen and (max-width: 1000px) {
	.pagebody__rightrail--padding{
		padding-left: 1em;
		padding-right: 1em;
	}
}
@media only screen and (max-width: 640px) {
	.pagebody__rightrail--divider{
		border-left: none;
	}
	.pagebody__rightrail--padding{
		padding-left: 0;
		padding-right: 0;
	}
}

.pagebody ul{
	margin-left: 3em;
}
.pagebody ol{
	margin-left: 3em;
}
.pagebody .pagebody__rightraillinks--list{
	list-style-type: none;
	margin-left: 0;
}


.li-icon-container{
	width: 100%;
}
.li-icon-container:after { 
   content: "."; 
   visibility: hidden; 
   display: block; 
   height: 0; 
   clear: both;
}
.li-icon{
    width: 30px;
    float: left;
}
.li-text{
	margin-left: 40px;
	margin-top: 0.2em;
}
.li-text--normal{
	font-weight: 400;
	line-height: 1em;
	margin-bottom: 0;
}
.li-link{
    display:block;
    padding: 0.5em 0.5em;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
a.li-link:hover,
a.li-link:focus,
a.li-link:active{
    background-color: rgba(0,0,0,0.1);
}
.li-link--open{
    background-color: rgba(0,0,0,0.1);
}
.li-text-hidden{
    display:none;
    font-weight: 700;
    font-size: 0.9em;
    border-left: 2px solid rgba(0,0,0,0.1);
    border-right: 2px solid rgba(0,0,0,0.1);
    border-bottom: 10px solid rgba(0,0,0,0.1);
    background-color: rgba(0,0,0,0.05);
    padding: 1em; 
}







/* SUBPAGE - RIGHT RAIL CALLOUT
--------------------------------- */ 

.pagebody__rightrail--callout{
    padding: 1em;
    background-color: #f5f5f5;
    border: 2px solid #e9e9e9;
    margin-bottom: 2.5em;
}
.pagebody__rightrail--callout--title{
    font-size: 1.3em;
    font-weight: 300;
}
@media only screen and (max-width: 640px) {
     .pagebody__rightrail--callout{
        margin: 2em auto 3em auto;
    }
    .pagebody__rightrail--callout--title{
        font-size: 1.7em;
        font-weight: 300;
    }
}




.rightrail--inset__block{
    background-color:#F5F5F5;
    padding:1em;
    font-size: 1em;
    border-radius: 0.5em;
    text-align: center;
}
.rightrail--inset__heading{
    font-size: 1em;
    line-height: 1.2em;
    font-weight: 700;
}
.rightrail--inset__body{
    font-size: 0.8em;
}
@media only screen and (max-width: 640px) {
    .rightrail--inset__heading{
        font-size: 1.2em;
        line-height: 1.2em;
        font-weight: 700;
    }
    .rightrail--inset__body{
        font-size: 1em;
    }
}



/* SUBPAGE - PURPLE CALLLOUT BAND
-------------------------------------------------------------------------- */ 

.calloutband{
    width: 95%;
    background-color: #7D3F98;
    color: #ffffff;
    border-radius: 0px 2em 2em 0px;
    -moz-border-radius: 0px 2em 2em 0px;
    -webkit-border-radius: 0px 2em 2em 0px;
    position: relative;
    padding: 3em 1em 3em 0;
}
.calloutband__label{
    color: #ffffff;
    font-size: 1.2em;
    line-height: 1.2em;
    margin-bottom: 1em;
}
.calloutband__h2{
    color: #ffffff;
    font-weight: 300;
    font-size: 2.5em;
    padding: 0;
}
.calloutband__button{
    display: inline-block;
    vertical-align: middle;
    font-family: inherit;
    -webkit-appearance: none;
    border: 1px solid transparent;
    border-radius: .6em;
    transition: background-color 0.25s ease-out, color 0.25s ease-out;
    font-size: 0.9rem;
    line-height: 1;
    text-align: center;
    cursor: pointer;
    color: #ffffff;
    border: 2px solid #ffffff;
    margin: 0;
}
.calloutband__button:hover,
.calloutband__button:focus,
.calloutband__button:active{
    border: 2px solid rgba(255,255,255,0);
}
.calloutband::before{
    content: " ";
    position: absolute;
    background-color: #7D3F98;
    padding: 0;
    margin: 0;
    height: 100%;
    top: 0;
    left: -1200px;
    width: 1200px;
}
.calloutband__input{
    width:50%;
}

@media only screen and (max-width: 940px) {
     .calloutband{
        width: 95%;
        background-color: #7D3F98;
        color: #ffffff;
        padding: 2.5em;
        padding-left: 0;
        margin-bottom: 3em;
    }
    .calloutband__input{
	    width:80%;
	}
}
@media only screen and (max-width: 640px) {
    .calloutband{
        padding: 3em 1em 3.5em 1em;
    }
    .calloutband__input{
	    width:50%;
	}
}



/* SUBPAGE - PURPLE CALLLOUT BAND
-------------------------------------------------------------------------- */ 

.hidden-toggle-button{
	color: #0A79A2;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.hidden-toggle-button:hover,
.hidden-toggle-button:focus,
.hidden-toggle-button:active{
	color: #000000;
}


/* SUBPAGE - PURPLE DIVIDER DOWN ARROW
-------------------------------------------------------------------------- */ 

.subpagedividerdownarrow{
	background-color: #7D3F98;
	text-align: center;
	position: relative;
}
.subpagedividerdownarrow__h2{
	color: #ffffff;
	font-size: 1em;
	font-weight: 700;
	padding: 1.5em 0 1em 0;
	z-index: 10;
	position: relative;
}
/*.subpagedividerdownarrow__arrow:after {
    border-top: 70px solid #7D3F98;
    border-left: 60px solid transparent; 
    border-right: 60px solid transparent; 
    bottom: 0px;
    content: "";
    position: absolute;
    width: 0; 
    height: 0;
    left:50%;
    -ms-transform: translate(-50%, 30px);
    -webkit-transform: translate(-50%, 30px);
    transform: translate(-50%, 30px);
}*/
/*A11y tweak*/
.subpagedividerdownarrow__arrow:after{
  left: 50%;
  -ms-transform: translate(-50%, 0px);
  -webkit-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
     content: "";
     position: absolute;
     background: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 18.1.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 60 32' enable-background='new 0 0 60 32' xml:space='preserve'%3E%3Cpolygon fill='%237D3F98' points='3,0 30,30 57,0 '/%3E%3C/svg%3E%0A");
     background-repeat: no-repeat;
     height: 32px;
     width: 60px;
 }
 @media screen and (-ms-high-contrast: active) {
   .subpagedividerdownarrow__arrow:after{
    display:none;
   }
 }


/* SUBPAGE - COMPARE PLANS TABLE
-------------------------------------------------------------------------- */ 

.table-compareplans{
    text-align: left;
    border-bottom: 5px solid rgba(0,0,0,0.2);
    font-weight: 700;
}
.table-compareplans td{
    font-size: 0.9em;
}
.table-compareplans__caption{
    text-align: left;
    font-weight: 400;
    margin-left: 0;
    padding-left: 0;
    font-size: 0.9em;
}
table.table-compareplans thead tr{
    border-bottom: 2px solid rgba(0,0,0,0.1);
}
table.table-compareplans tbody tr{
    border-bottom: 1px dotted #000;
}
table.table-compareplans th{
    font-size: 1em;
    line-height: 1.2em;
}
table.table-compareplans  th,
table.table-compareplans tbody td{
    border-right: 1px solid rgba(0, 0, 0, .1);
    border-left: 1px solid rgba(0, 0, 0, .1);
}
.table-compareplans td:nth-of-type(1),
.table-compareplans td:nth-of-type(3),
.table-compareplans td:nth-of-type(5){
    /*background-color: rgba(125,63,152,0.1);*/
    background-color: #f1e9f4;
}
.table-compareplans td:nth-of-type(3){
    /*background-color: rgba(0,167,142,0.1);*/
    background-color: #e5f6f2;
}
.table-compareplans td:nth-of-type(5){
    /*background-color: rgba(228,107,149,0.1);*/
    background-color: #fceef3;
}
.table-compareplans td:nth-of-type(2){
    /*background-color: rgba(210,9,98,0.1);*/
    background-color: #fae3ef;
}
.table-compareplans td:nth-of-type(4){
    /*background-color: rgba(86,61,130,0.1);*/
    background-color: #ede9f1;
}
.table-compareplans th:nth-of-type(6) {
    /*background-color: rgba(125,63,152,0.3);*/
    background-color: #e16195;
}
.table-compareplans th{
    font-size: 1.1em;
}
.table-compareplans thead th{
    text-align: center;
}
.table-compareplans th.col1{
    text-align: left;
    /*background-color: rgba(0,0,0,0.1);*/
    background-color: #dfdfdf;
    font-size: 1.1em;
}
.table-compareplans th:nth-of-type(2){
    color:#ffffff;
    background-color: rgba(125,63,152,1);
}
.table-compareplans th:nth-of-type(3){
    color:#ffffff;
    background-color: rgba(210,9,98,1);
}
.table-compareplans th:nth-of-type(4){
    /*color:#ffffff;*/
    background-color: rgba(0,167,142,1);
    color: #000000;
}
.table-compareplans th:nth-of-type(5){
    color:#ffffff;
    background-color: rgba(86,61,130,1);
}
.table-compareplans th:nth-of-type(6){
    /*color:#ffffff;*/
    /*background-color: rgba(228,107,149,1);*/
    background-color: #e16195;
    color: #000000;
}
.table-compareplans tbody > tr > th{
    text-align: left;
}


/* SUBPAGE - INSET PLAN TABLE
-------------------------------------------------------------------------- */ 
/*table.table-planinset{
    border-top: 2px solid rgba(0, 0, 0, 0.1);
    border-bottom: 2px solid rgba(0, 0, 0, 0.1);
}
.table-planinset__caption{
    text-align: left;
    font-weight: 400;
    margin-left: 0;
    padding-left: 0;
    font-size: 0.9em;
}
table.table-planinset thead tr{
    border-bottom: 1px solid rgba(0,0,0,00.1);
}
table.table-planinset tbody tr{
    border-bottom: 1px solid #000;
}
table.table-planinset thead th{
    text-align: right;
}
table.table-planinset tbody td{
    text-align: right;
}
table.table-planinset  th,
table.table-planinset tbody td{
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    border-left: 1px solid rgba(0, 0, 0, 0.1);
}
table.table-planinset th:nth-of-type(1){
    text-align: left;
    background-color: #e5e5e5;
    line-height: 1.2em;
}
table.table-planinset td:nth-of-type(1){
    text-align: left;
    background-color: #f1f1f1;
}


.table-planinset__postallink{
	font-size: 0.9em;
}
table.table-planinset--leftalign thead th {
    text-align: left;
}
table.table-planinset--leftalign tbody td{
    text-align: left;
}
p.table-planinset__smalltext{
    font-size: 0.8em;
    line-height: 1.4em;
    margin-bottom: 0;
}

table.table-planinset tr:nth-of-type(even) td:nth-of-type(1){
	background-color: #e5e5e5;
}

table.table-planinset tbody tr:nth-child(even){
	background-color: #f5f5f5;
}*/














table.table-planinset{
    border-top: 2px solid rgba(0, 0, 0, 0.1);
    border-bottom: 2px solid rgba(0, 0, 0, 0.1);
}
.table-planinset__caption{
    text-align: left;
    font-weight: 400;
    margin-left: 0;
    padding-left: 0;
    font-size: 0.9em;
}
table.table-planinset thead tr{
    border-bottom: 1px solid rgba(155,155,155,1);
}
table.table-planinset tbody tr{
    /*border-bottom: 1px solid #000;*/
    border-bottom: 1px dotted rgba(0,0,0,0.5);
}
table.table-planinset thead th{
    text-align: right;
}
table.table-planinset tbody td{
    text-align: right;
}

table.table-planinset--allleft thead th{
    text-align: left;
}
table.table-planinset--allleft tbody td{
    text-align: left;
}


table.table-planinset  th,
table.table-planinset tbody td{
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    border-left: 1px solid rgba(0, 0, 0, 0.1);
}
table.table-planinset th:nth-of-type(1){
    text-align: left;
    background-color: #e5e5e5;
    line-height: 1.2em;
}
table.table-planinset tr:nth-of-type(odd) th:nth-of-type(1){
    text-align: left;
    background-color: #f1f1f1;
    line-height: 1.2em;
}
table.table-planinset td:nth-of-type(1){
    /*text-align: left;*/
    /*background-color: #f1f1f1;*/
}

table.table-planinset th{
    text-align: left;
    /*background-color: #e5e5e5;*/
}

table.table-planinset tr:nth-of-type(odd) th:nth-of-type(1){
    text-align: left;
    /*background-color: #f1f1f1;*/
}

.table-planinset__postallink{
	font-size: 0.9em;
}
table.table-planinset--leftalign thead th {
    text-align: left;
}
table.table-planinset--leftalign tbody td{
    text-align: left;
}
p.table-planinset__smalltext{
    font-size: 0.8em;
    line-height: 1.4em;
    margin-bottom: 0;
}

table.table-planinset tr:nth-of-type(even) td:nth-of-type(1){
	/*background-color: #e5e5e5;*/
}

table.table-planinset tbody tr:nth-child(even){
	/*background-color: #f5f5f5;*/
}








/* RIGHT RAIL - SPECIAL CALLOUTS
-------------------------------------------------------------------------- */ 
.sixtydays{
    padding: 1em;
    background-color: #f5f5f5;
    border: 2px solid #e9e9e9;
    margin-bottom: 1em;
    background-color: #7D3F98;
    -webkit-border-radius: 0.5em;
    -moz-border-radius: 0.5em;
    border-radius: 0.5em;
    clear: both;
}
.sixtydays__h3{
    font-size: 1em;
    margin-left: 60px;
    color: #ffffff;
}
.sixtydays__button{
    margin: 0;
    background-color: #ffffff;
    color: #7D3F98;
    padding: 0.5em 1em;
    -webkit-border-radius: 0.5em;
    -moz-border-radius: 0.5em;
    border-radius: 0.5em;
    width: 100%;
    margin-top: 1em;
}
.sixtydays__image{
    width: 50px;
    display: inline-block;
    float: left;
}

@media only screen and (max-width: 840px) {
    .sixtydays{
        text-align: center;
    }
    .sixtydays__button{
        width: auto;
    }
    .sixtydays__h3{
        width: 100%;
    }
    .sixtydays__image{
        width: 60px;
        float: none;
        margin-bottom: 0.5em;
    }
    .sixtydays__h3{
        margin-left: 0px;
        color: #ffffff;
    }
}


.sixtydays__h3--number{
    background-color: #ffffff;
    color: #7D3F98;
    font-size: 1.5em;
    line-height: 2em;
    width: 48px;
    height: 48px;
    text-align: center;
    font-weight: 700;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    float: left;
    position: relative;
    -webkit-animation: sixtyanim 3s ease-in-out infinite;
    -moz-animation:    sixtyanim 3s ease-in-out infinite;
    -o-animation:      sixtyanim 3s ease-in-out infinite;
    animation:         sixtyanim 3s ease-in-out infinite;
}

@-webkit-keyframes sixtyanim {
    0% { opacity: 0.7; transform: scale(0.95); }
    50% { opacity: 1; transform: scale(1.0); }
    100% { opacity: 0.7; transform: scale(0.95); }
}
@-moz-keyframes sixtyanim {
    0% { opacity: 0.7; transform: scale(0.95); }
    50% { opacity: 1; transform: scale(1.0); }
    100% { opacity: 0.7; transform: scale(0.95); }
}
@-o-keyframes sixtyanim {
    0% { opacity: 0.7; transform: scale(0.95); }
    50% { opacity: 1; transform: scale(1.0); }
    100% { opacity: 0.7; transform: scale(0.95); }
}
@keyframes sixtyanim {
    0% { opacity: 0.7; transform: scale(0.95); }
    50% { opacity: 1; transform: scale(1.0); }
    100% { opacity: 0.7; transform: scale(0.95); }
}



@-webkit-keyframes sixtyanimtwo {
    0% { opacity: 0.7; transform: scale(0.95); }
    50% { opacity: 1; transform: scale(1.0); }
    100% { opacity: 0.7; transform: scale(0.95); }
}
@-moz-keyframes sixtyanimtwo {
    0% { opacity: 0.7; transform: scale(0.95); }
    50% { opacity: 1; transform: scale(1.0); }
    100% { opacity: 0.7; transform: scale(0.95); }
}
@-o-keyframes sixtyanimtwo {
    0% { opacity: 0.7; transform: scale(0.95); }
    50% { opacity: 1; transform: scale(1.0); }
    100% { opacity: 0.7; transform: scale(0.95); }
}
@keyframes sixtyanimtwo {
    0% { opacity: 0; transform: scale(1); }
    40% { opacity: 0.3; transform: scale(1.3); }
    60% { opacity: 0; transform: scale(1.5); }
    100% { opacity: 0; transform: scale(1); }
}


.sixtydays__h3--number--thing{
    top:0;
    border: 4px solid rgba(255,255,255,1);
    width: 48px;
    height: 48px;
    text-align: center;
    font-weight: 700;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    float: left;
    position: absolute;
    -webkit-animation: sixtyanimtwo 7s ease-in-out infinite;
    -moz-animation:    sixtyanimtwo 7s ease-in-out infinite;
    -o-animation:      sixtyanimtwo 7s ease-in-out infinite;
    animation:         sixtyanimtwo 7s ease-in-out infinite;
}

@media only screen and (max-width: 840px) {
    .sixtydays__h3--number{
        float:none;
        margin: 0 auto;
        margin-top: 0.5em;
        margin-bottom: 0.5em;
    }
    .sixtydays__h3--number--thing{
        float:none;
        margin: 0 auto;
        top:0;
    }
}



.chatbutton{
    padding: 1em;
    background-color: #f5f5f5;
    border: 2px solid #e9e9e9;
    margin-bottom: 1em;
    background-color: #7D3F98;
    -webkit-border-radius: 0.5em;
    -moz-border-radius: 0.5em;
    border-radius: 0.5em;
    clear: both;
}
.chatbutton__h3{
    font-size: 1.4em;
    line-height: 1em;
    margin-left: 60px;
    color: #ffffff;
    font-weight: 400;
}
.chatbutton__button{
    margin: 0;
    background-color: #ffffff;
    color: #7D3F98;
    padding: 0.5em 1em;
    -webkit-border-radius: 0.5em;
    -moz-border-radius: 0.5em;
    border-radius: 0.5em;
    width: 100%;
    margin-top: 1em;
}
.chatbutton__image{
    width: 50px;
    display: inline-block;
    float: left;
}

@media only screen and (max-width: 840px) {
    .chatbutton{
        text-align: center;
    }
    .chatbutton__button{
        width: auto;
    }
    .chatbutton__h3{
        width: 100%;
    }
    .chatbutton__image{
        width: 60px;
        float: none;
    }
    .chatbutton__h3{
        margin-left: 0px;
        color: #ffffff;
    }
}



/* LEFT BODY - 60 DAYS CALLOUT
-------------------------------------------------------------------------- */ 
.sixtyleftinset{
    background-color: #ebebeb;
    padding: 1em 1em 1em 0;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    position: relative;
    -webkit-border-top-right-radius: 0.7em;
    -webkit-border-bottom-right-radius: 0.7em;
    -moz-border-radius-topright: 0.7em;
    -moz-border-radius-bottomright: 0.7em;
    border-top-right-radius: 0.7em;
    border-bottom-right-radius: 0.7em;
    clear:both;
    width: 100%;
}
.sixtyleftinset a{
	color: #064E69;
}
.sixtyleftinset p{
    margin:0;
    padding:0;
}
.sixtyleftinset__image{
    z-index: 2;
    position: relative;
    width:50px;
    float:left;
}
.sixtyleftinset__content{
    z-index: 2;
    position: relative;
    margin-left:60px;
}
.sixtyleftinset::after{
    content: " ";
    position: absolute;
    background-color: #ebebeb;
    padding: 0;
    margin: 0;
    height: 100%;
    top: 0;
    left: -1100px;
    width: 1200px;
}



/* LEFT BODY - FORM INSET - ENTER YOUR ZIP CODE -  EXAMPLE: fedvip-dental.php
-------------------------------------------------------------------------- */ 
.forminsetleft{
    background-color: #7D3F98;
    padding: 1em;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    overflow: visible;
    position: relative;
}
.forminsetleft__image{
    max-width: 60px;
}
.forminsetleft__title{
    color: #ffffff;
    font-size: 2em;
    font-weight: 300;
}
.button-white{
    background-color: #ffffff;
    color: #7D3F98;
    margin: 0;
}
.search-box{
    display: inline-block;
    margin:0;
    font-size: 1em;
    height: 2em;
    margin-bottom: 0.5em;
}
.dentalform__container {
    position: absolute;
    transform: translateY(-50%);
    padding-left: 1em;
}
@media only screen and (max-width: 640px) {
    .forminsetleft__image{
        max-width: 50px;
        margin-top: 1em;
    }
    .forminsetleft__title{
        font-size: 1.5em;
        font-weight: 400;
        text-align: center;
        margin-bottom: 1em;
    }
    .forminsetleft{
	    text-align: center;
	}
	.button-white{
	    margin: 0.5em 0;
	}
}




/* RIGHT RAIL - PURPLE CALLOUT BLOCK - example: aetna-direct.php
-------------------------------------------------------------------------- */ 
.rightrail__purplecallouts{
    margin-bottom: 1em;
    background-color: #7D3F98;
    -webkit-border-bottom-left-radius: 0.5em;
    -webkit-border-bottom-right-radius: 0.5em;
    -moz-border-radius-bottomleft: 0.5em;
    -moz-border-radius-bottomright: 0.5em;
    border-bottom-left-radius: 0.5em;
    border-bottom-right-radius: 0.5em;
    clear: both;
    border: 2px solid #e9e9e9;
    border-top:0;
    z-index: 10;
    position: relative;
}
.rightrail__purplecallouts__button{
    color: #7D3F98;
    background-color: #ffffff;
    padding: 0.5em 1em;
    margin: 0;
    width: 100%;
}
.rightrail__purplecallouts__h3{
    color: #ffffff;
    font-size: 1em;
    margin-bottom:0;
    margin-left:60px;
}
.rightrail__purplecallouts--image{
    width: 50px;
    margin: 0 0.5em 0.5em 0;
    float:left;
    position: absolute;
}
.rightrail__purplecallouts--item{
    padding: 1em 1em 1em 1em;
    position: relative;
}
.rightrail__purplecallouts--link{
    color:#ffffff;
    text-decoration:underline;
    margin-left:60px;
    font-size: 0.8em;
    display: block;
}
.rightrail__purplecallouts--link:hover,
.rightrail__purplecallouts--link:focus,
.rightrail__purplecallouts--link:active{
    color:#ffffff;
    text-decoration:none;
}

.rightrail__purplecallouts hr{
    border-bottom: 1px solid rgba(255,255,255,0.3);
    padding:0;
    margin:0;  
}
.rightrail__purplecallouts--titlebar{
    color: #ffffff;
    background-color: #563D82;
    display: inline-block;
    padding: 0.3em 1em;
    font-size: 0.7em;
    font-weight: 700;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    width: 100%;
    text-align: center;
    border-top: 2px solid #e9e9e9;
    border-left: 2px solid #e9e9e9;
    border-right: 2px solid #e9e9e9;
    border-bottom:0;
}



/* LEFT BODY - MEDICAL PLANS PAGE INSET FORM
-------------------------------------------------------------------------- */ 

.medicalplans__form{
    padding: 1em;
    border: 0px solid rgba(255,255,255,0.5);
    background-color: #DCDCDC;
    border-radius: 0.7em;
    -moz-border-radius: 0.7em;
    -webkit-border-radius: 0.7em;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
    border-top: 15px solid rgba(255,255,255,0.8);
    border-bottom: 20px solid rgba(255,255,255,0.8);
}
.medicalplans__form .button{
    margin: 0;
}
.medicalplans__form .search-box-big{
    -webkit-box-shadow: inset 2px 2px 2px 0px #dddddd;
    -moz-box-shadow: inset 2px 2px 2px 0px #dddddd;
    box-shadow: inset 2px 2px 2px 0px #dddddd;
    width: 12em;
    display: inline-block;
}


/* LEFT BODY - AET DIRECT
-------------------------------------------------------------------------- */ 
.calcform__numbers{
	background-color: #7D3F98;
	color: #ffffff;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	height: 2.5rem;
	width: 2.5rem;
	display: inline-block;
	text-align: center;
	margin-left: 1rem;
	/*margin-right: 0.5rem;*/
	font-weight: 700;
	font-size: 1.2rem;
	line-height: 2.4rem;
	position: absolute;
}
#calcform h4{
	font-size: 1.2rem;
	line-height: 2.4rem;
	font-weight: 700;
	display: inline-block;
	margin-left: 3.5em;
	width: auto;
}
.calcform__smalltext{
	font-size: 0.9em;
}
.calcform__content{
	margin-left: 4.5em;
}
#tapdiv1{
	display: inline-block;
}
#ffinaldiv1{
	display: inline-block;
	font-size: 1.5em;
	font-weight: 700;
}
.calcform__total{
	background-color: #7D3F98;
	color: #ffffff;
	padding: 1em;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
}
#calcform .calcform__total h4{
	margin:0;
	padding: 0;
}
.calcform__savings{
	background-color: #F5F5F5;
	border-bottom: 5px solid #DCDCDC;
	padding: 2em;
	text-align: center;
}
.calcform__headtwo{
	color: #7D3F98;
	font-size: 1.7em;
	font-weight: 300;
}
.calcform__headtwo--bold{
	font-weight: 700;
}
.calcform__tblres{
	
}
.calcform__tblres__visible{
	margin-top: 1em;
	border:10px solid rgba(0,0,0,0.1);
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.32);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.32);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.32);
	/*padding: 1em;*/
}
table.table__directsave  th,
table.table__directsave tbody td{
    border-right: 1px solid rgba(0, 0, 0, .1);
    border-left: 1px solid rgba(0, 0, 0, .1);
    text-align: left;
}

/********* wcag placeholder contrast tweak ************/
::placeholder { /* Firefox, Chrome, Opera */ 
    color: #333333 !important; 
} 
  
:-ms-input-placeholder { /* Internet Explorer 10-11 */ 
    color: #333333 !important; 
} 
  
::-ms-input-placeholder { /* Microsoft Edge */ 
    color: #333333 !important; 
} 
/********* end wcag placeholder contrast tweak ************/




/* FORM ERRORS
-------------------------------------------------------------------------- */ 
input.parsley-error,
input.parsley-error:focus{
	border: 2px solid red;
}
.pcaccordion ul.parsley-errors-list,
ul.parsley-errors-list{
	margin:0;
	padding: 0;
	font-size: 0.9em;
	line-height: 1.1em;
	color: red;
	font-style: italic;
	list-style-type: none;
}
.error--purplebackground ul.parsley-errors-list{
	color: #ffffff;
	margin-top: 0.2em;
}


/* NEW FOOTER
-------------------------------------------------------------------------- */ 
.social__wrapper {
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    justify-content: flex-start;
    margin: 0;
    padding: 0;
}
.social__wrapper .socialitem {
    display: inline-block;
    flex: 1;
    max-width: 45px;
    list-style: none;
    margin-left: 0 !important;
    margin-right: 2px !important;
    -webkit-box-flex: 0;
    -ms-flex: 1 1 auto
}
.social__wrapper .socialitem:last-child {
    margin-right: 0 !important
}
.social__wrapper .socialitem .sociallink {
    display: block;
    width: 40px;
    height: 40px
}
.social__wrapper .socialitem .sociallink svg {
    display: block
}
.social__wrapper .sociallink--instagram:hover .svg-hoverchange,
.social__wrapper .sociallink--instagram:focus .svg-hoverchange {
    fill: #d93175
}
.social__wrapper .sociallink--youtube:hover .svg-hoverchange,
.social__wrapper .sociallink--youtube:focus .svg-hoverchange {
    fill: red
}
.social__wrapper .sociallink--linkedin:hover .svg-hoverchange,
.social__wrapper .sociallink--linkedin:focus .svg-hoverchange {
    fill: #0077b5
}
.social__wrapper .sociallink--facebook:hover .svg-hoverchange,
.social__wrapper .sociallink--facebook:focus .svg-hoverchange {
    fill: #3c5a99
}
.social__wrapper .sociallink--twitter:hover .svg-hoverchange,
.social__wrapper .sociallink--twitter:focus .svg-hoverchange {
    fill: #1da1f2
}
.social__wrapper .sociallink--tumblr:hover .svg-hoverchange,
.social__wrapper .sociallink--tumblr:focus .svg-hoverchange {
    fill: #39475d
}
.social__wrapper .sociallink--pinterest:hover .svg-hoverchange,
.social__wrapper .sociallink--pinterest:focus .svg-hoverchange {
    fill: #bd081c
}
.social__wrapper .sociallink--email:hover .svg-hoverchange,
.social__wrapper .sociallink--email:focus .svg-hoverchange {
    fill: #8932af
}

@media only screen and (max-width: 1024px) {
    .social__wrapper {
        padding-top: 2em;
        padding-bottom: 0.5em;
    }
}






























































/*COMBINE CUSTOM2.CSS START HERE*/

/* GENERAL ---------------------------------- */
html {
    font-size:100%
}

body {
    -webkit-font-smoothing: antialiased;
    background: #fff;
    font-family: 'CVS Health Sans', Helvetica, Arial, sans-serif;
    color: #000;
    overflow-x:hidden;
}
h1, h2, h3{
	font-family: 'CVS Health Sans', Helvetica, Arial, sans-serif;
}
a{
    color: #7D3F98;
}
a:hover,
a:focus,
a:active{
    color: #7D3F98;
}


/* SITE HEADER ---------------------------------- */
.header{
    max-width: 1000px;
    margin: 0 auto;
    padding: 1em;
}
.header--content{
    display: flex;
    align-items: center;
}
.header--sitelogo{
    max-width: 130px;
}   
.header--sitelogo--wide{
    max-width: 60px;
}
.header--sitelogo--small{
    display: none;
}
.header--sitelogolink{

    /*MOD*/
    flex: 1;
    min-width: 200px;
}

.header--sitelogolink a:hover,
.header--sitelogolink a:focus,
.header--sitelogolink a:active{
    opacity: 0.8;
}

.header--rule{
    background-color: rgba(0,0,0,0.2);
    width: 2px;
    height: 70px;
    margin: 0 1.5em 0 1em;
}
.header--sitename{
    color: #7D3F98;
    font-weight: 700;
    font-size: 1.1em;
    line-height: 1em;
    text-align: right;

    /*MOD*/
    /*flex: 1;*/
    margin-left: 2em;
    /*background-color: red;*/
    max-width: 400px;
}
.header--doubleborder{
    width: 100%;
    height: 15px;
    background-color: #7D3F98;
    border-bottom: 10px solid #000000;
}
@media only screen and (max-width: 700px) {
    .header--content{
        /*MOD*/
        /*display: block;*/
        flex-wrap: wrap; 
    }
    .header--sitelogolink{
        flex: 2;

        /*MOD*/
        min-width: auto;
        /*display: block;*/
        width: 100%;
        /*background-color: green;*/
        flex: none;
        text-align: center;
    }
    .header--sitename{
        flex: 2;

        /*MOD*/
        margin: 0;
        max-width: none;
        width: 100%;
        /*background-color: red;*/
        text-align: center;
    }
    .header--rule{
        margin: 0 0em 0 1em;

        /*MOD*/
        display: none;
    }
    .header--sitelogo--wide{
        display: none;
    }
    .header--sitelogo--small{
        display: flex;
        max-width: 60px;

        /*MOD*/
        display: none;
    }
}

/* PAGE HERO ---------------------------------- */
.lp-hero{
    background-color: rgba(0,0,0,1);
    padding: 1em 1em 1em 0;
    background: url('../images/hero-homepage.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center; 
    min-height: 400px;
    position: relative;
}

.lp-hero--content{
    width: 70%;
    padding: 1.5em 2em 2em 8em;
    padding: 0;
    position: absolute;
    top: 50%;
    transform: translateX(10%) translateY(-50%);
    color: #ffffff;
}
.lp-hero--content h1{
	padding: 0;
	margin: 0;
	font-weight: 700;
	font-size: 5em;
	line-height: 0.9em;
	margin-bottom: 0.2em;
}
.lp-hero--content h2{
	padding: 0;
	margin: 0;
	font-size: 1.6em;
	line-height: 1em;
}
.hero-bar-intro{
	background-color: #7D3F98;
	color: #ffffff;
	padding: 2em 1em;
	text-align: center;
    border-top: 15px solid rgba(0,0,0,0.4);
    font-size: 1.1em;
    display: flex;
    justify-content: center;
    line-height: 1em;
}
.hero-bar-intro--icon{
    width: 60px;
    max-width: 60px;
    margin-right: 1em;
}
.hero-bar-intro h2{
    font-weight: 700;
    font-size: 1.2em;
    line-height: 1em;
    margin: 0;
    margin-bottom: 0.2em;
    padding: 0;
}

.hero-bar-intro h3{
    font-weight: 700;
    font-size: 1.2em;
    /*font-size: 1.1em;*/
    line-height: 1em;
    margin: 0;
    margin-bottom: 0.2em;
    padding: 0;
}

@media only screen and (max-width: 640px) {
    .lp-hero{
        background-color: rgba(0,0,0,1);
        padding: 0;
        background: url('../images/hero-homepage-sq.jpg');
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center; 
        min-height: 350px;
        position: relative;
    }
    .lp-hero--content{
        width: 100%;
        padding: 1.5em;
        position: absolute;
        top: auto;
        transform: translateX(0%) translateY(0%);
        /*bottom: 0;*/
        color: #ffffff;
        z-index: 2;
        background-color: rgba(0,0,0,0.5);
        height: auto;
        min-height: none;
        text-align: center;
    }
    .lp-hero--content h1{
        font-size: 3.5em;
        line-height: 1em;
        text-shadow: 0px 0px 8px rgba(0,0,0,0.5);
    }
    .lp-hero--content h2{
        font-size: 1.5em;
        line-height: 1em;
        text-shadow: 0px 0px 8px rgba(0,0,0,0.93);
    }
    .hero-bar-intro{
        display: block;
        text-align: center;
    }
    .hero-bar-intro--icon{
        margin: 0 auto 1em auto;
        width: 40px;
        max-width: 40px;
    }
    .hero-bar-intro{
        box-shadow: 2px 7px 17px -6px rgba(0,0,0,0.64);
        -webkit-box-shadow: 2px 7px 17px -6px rgba(0,0,0,0.64);
        -moz-box-shadow: 2px 7px 17px -6px rgba(0,0,0,0.64);
        border-bottom: 10px solid rgba(0,0,0,0.1);
    }
}



/* PAGE INTRO ---------------------------------- */
.page-intro--container{
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    padding: 3em 1em 0 1em;
}
.page-intro--container--left{
    text-align: right;
}
.page-intro--container--right{
    text-align: left;
}
.page-intro--head{
    font-size: 1.3em;
    line-height: 1.2em;
    margin: 0;
    padding: 0;
    font-weight: 700;
    color: #7D3F98;
}
.page-intro--body{
    font-size: 1.1em;
    line-height: 1.2em;
    margin: 0;
    padding: 0;
    font-weight: 500;
}
.page-intro--subhead{
    font-size: 1.1em;
    line-height: 1.3em;
    margin: 0;
    padding: 0;
    font-weight: 500;
    color: #7D3F98;
    max-width: 15em;
    margin-left: auto;
    margin-right: 0;
    position: relative;
}

@media only screen and (max-width: 640px) {
    .page-intro--container{
        padding: 4em 1em 0 1em;
    }
    .page-intro--container--left{
        text-align: left;
    }
    .page-intro--container--right{
        text-align: left;
        margin-top: 1em;
    }
    .page-intro--head{
        font-size: 1.5em;
        line-height: 1.2em;
        /*text-align: center;*/
    }
    .page-intro--subhead{
        font-size: 1.3em;
        line-height: 1.2em;
        margin: 0;
        padding: 0;
        font-weight: 500;
        color: #7D3F98;
        max-width: 80%;
        margin-left: 0;
        margin-right: 0;
        margin-top: 0.8em;
        left: 0;
    }
    .page-intro--subhead:after{
        background-color: rgba(0,0,0,0.2);
        content: " ";
        position: absolute;
        width: 100%;
        height: 1px;
        top: -0.4em;
        left: 0;
    }
}

/* PLANS INTRO ---------------------------------- */
.plans-intro{
	text-align: center;
    padding-left: 1em;
    padding-right: 1em;
}
.plans-intro h2{
	font-weight: 300;
	font-size: 1.9em;
    line-height: 1.2em;
	color: #7D3F98;
	margin: 0;
	padding: 0;
}
.plans-intro h3{
	font-weight: 500;
	font-size: 1.2em;
	color: #000000;
	margin: 0;
	padding: 0;
}

/* START PLAN PANELS ---------------------------------- */
.plan-panel-container{
    display: block;
    flex-wrap: wrap;
}
.plan-panel-container:first-child {
	margin-bottom: 2em;
}
.plan-panel{
    background-color: #ffffff;
    color: #000000;
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.50);
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.50);
    -moz-box-shadow: 1px -1px 5px 0px rgba(0,0,0,0.50);
    margin: 0 auto;
    overflow: hidden;
    -webkit-border-radius: 0.4em;
    -moz-border-radius: 0.4em;
    border-radius: 0.4em;
}
.plan-panel-top{
    background-color: #262626;
    color: #b7b7b7;
    padding: 1.5em;
    text-align: left;
    border-bottom: 10px solid #7D3F98;
    display: flex;
    align-items: center;
    font-weight: 700;
    line-height: 1em;
}
.plan-panel-top h3{
    font-size: 1.3em;
    line-height: 1em;
    font-weight: 700;
    margin: 0;
    padding: 0;
    color: #ffffff;
}
.plan-panel--icon{
    max-width: 40px;
    width: 40px;
    display: block;
    margin-right: 1em;
}
.plan-panel-middle{
    background-color: #ededed;
    color: #000000;
    padding: 1.5em;
}
.plan-panel-middle .button{
    width: 100%;
    font-size: 1em;
}

.plan-panel-middle--content{
	display: flex;
}


/* CSS3 STUFF ------------------------------------------ */
.plan-panel-middle--content ul{
  -webkit-column-rule: 1px solid rgba(0,0,0,0.2);
     -moz-column-rule: 1px solid rgba(0,0,0,0.2);
          column-rule: 1px solid rgba(0,0,0,0.2);
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
	-webkit-column-gap:5em;
	-moz-column-gap:5em;
	column-gap:5em;
}

@media only screen and (max-width: 640px) {
    .plan-panel-middle--content ul{
	  -webkit-column-rule: none;
	     -moz-column-rule: none;
	          column-rule: none;
		-webkit-column-count:1;
		-moz-column-count:1;
		column-count:1;
		-webkit-column-gap:0;
		-moz-column-gap:0;
		column-gap:0;
	}
}
/* ----------------------------------------------------- */


.plan-panel-bottom{
    background-color: #ffffff;
    color: #000000;
    padding: 1.5em;
    display: flex;
    align-items: center;
    line-height: 1.2em;
}

.plan-panel-bottom--icon img{
    display: block;
    max-width: 50px;
    min-width: 50px;
    margin-right: 1em;
}
.plan-panel-bottom--icon{

}
.plan-panel-bottom--cta{
    flex:2;
}
.plan-panel-bottom--button{
	flex:2;
    padding: 1em;
}
.plan-panel-bottom .button{
    margin: 0;
}

@media only screen and (max-width: 640px) {
    .plan-panel-container:first-child {
        margin-bottom: 3em;
    }
    .plan-panel-bottom{
        flex-wrap: wrap;
    }
    .plan-panel-bottom--icon{
        flex:0;
    }
    .plan-panel-bottom--cta{
        flex:1;
    }
    .plan-panel-bottom--button{
        flex: 0 0 100%;
    }
}


/* END PLAN PANELS --------------------------------------- */


/* CALLOUT BANNER 1 --------------------------------------- */
.callout-banner1{
	background-color: #454545;
	padding: 5em 1em 5.5em 1em;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #ffffff;
}
.callout-banner1--logo{
	padding: 1em;
	width: 120px;
	min-height: 120px;
	/*background-color: rgba(0,0,0,0.1);*/
	background-color: #ffffff;
	border: 4px solid rgba(0,0,0,0.3);
}
.callout-banner1--content{
	border-left: 10px solid rgba(255,255,255,0.1);
	padding-left: 1em;
	margin-left: 1em;
}
.callout-banner1--content--text1{
	margin: 0;
	padding: 0;
	font-weight: 700;
	font-size: 1.2em;
	line-height: 1em;
}
.callout-banner1--content--text2{
	margin: 0;
	padding: 0;
	font-weight: 300;
	font-size: 2em;
	line-height: 1em;
	max-width: 500px;
}
.callout-banner3--content--phone{
    color: #ffffff;
    text-decoration: underline;
    white-space: nowrap;
}
.callout-banner3--content--phone:hover,
.callout-banner3--content--phone:focus,
.callout-banner3--content--phone:active{
    color: #ffffff;
    text-decoration: none;
    background-color: rgba(0,0,0,0.2);
}
@media only screen and (max-width: 640px) {
    .callout-banner1{
        display: block;
        text-align: center;
        padding: 6em 1em 5.5em 1em;
    }
    .callout-banner1--logo{
        padding: 1em;
        width: 120px;
        min-height: 120px;
        background-color: rgba(0,0,0,0.3);
        border: 4px solid rgba(0,0,0,0.3);
        margin: 0 auto 1em auto;
    }
    .callout-banner1--content{
        border-left: none;
        padding-left: 0;
        margin-left: 0;
    }
}

/* CALLOUT BANNER 2 --------------------------------------- */
.callout-banner2{
	text-align: center;
	padding: 5em 1em 5em 1em;
}
.callout-banner2--content{
	max-width: 800px;
	margin: auto;
}
.callout-banner2--content .button{
	margin: 1em 0 0 0;
}
.callout-banner2--content h3{
	font-weight: 300;
	font-size: 1.8em;
	line-height: 1.2em;
}

/* CALLOUT BANNER 3 --------------------------------------- */
.callout-banner3{
	background-color: #7D3F98;
	padding: 4em 1em 4.5em 1em;
	text-align: center;
	color: #ffffff;
	border-top: 25px solid rgba(0,0,0,0.5);
	border-bottom: 20px solid rgba(0,0,0,0.1);
}
.callout-banner3--icon{
	padding: 1em;
	width: 100px;
	min-height: 100px;
	margin: 0 auto;
}
.callout-banner3--content{
	margin: 0 auto;
}
.callout-banner3--content--text1{
	padding: 0;
	font-weight: 700;
	font-size: 1.3em;
	line-height: 1.2em;
	text-align: center;
	margin: 0 auto;
}
.callout-banner3--content--text2{
	margin: 0;
	font-weight: 300;
	font-size: 1.1em;
	line-height: 1.2em;
	max-width: 500px;
	text-align: center;
	margin: 0 auto;
}


/* SESSION ---------------------------------- */

.table-planinset-ann{
            border-top: 10px solid #999999 !important;  
            border-bottom: 10px solid #999999 !important;   
        }
        .table-planinset-ann ul{
            text-align: left;
            margin-bottom: 0;
            margin-left: 0;
            list-style-type: none;
        }
        .table-planinset-ann caption{
            position: relative !important;
            width: 1px;
            height: 1px;
            padding: 0;
            overflow: hidden;
            clip: rect(0, 0, 0, 0);
            white-space: nowrap;
            -webkit-clip-path: inset(50%);
            clip-path: inset(50%);
            border: 0;
        }


.sessions-intro{
    text-align: center;
    padding-left: 1em;
    padding-right: 1em;

    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}
.sessions-intro h2{
    font-weight: 300;
    font-size: 1.9em;
    line-height: 1.2em;
    color: #7D3F98;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
}
.sessions-intro h3{
    font-weight: 500;
    font-size: 1.2em;
    color: #000000;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1em;
    padding: 0;
}
.sessions-table--container{
    max-width: 570px;
    margin-left: auto;
    margin-right: auto;
}
.sessions-table--col--one{
    width: 50%;
}
.sessions-table--col--two{
    width: 50%;
}
@media only screen and (max-width: 640px) {
    .sessions-table--col--one{
        width: 40%;
    }
    .sessions-table--col--two{
        width: 60%;
    }
}



/* VIDEO INSET ---------------------------------- */

a.videotranscript__button--white{
    color: #ffffff;
    padding: 0.5em 1em 2.5em 1em;
    position: relative;
    display: inline-block;
    text-decoration: underline;
}
a.videotranscript__button--white:hover,
a.videotranscript__button--white:focus,
a.videotranscript__button--white:active{
    color: #ffffff;
    text-decoration: none;
}





/* AA FULL SITE ---------------------------------- */

.lp-hero--content--subpage h1{
    font-size: 3em;
    width: 100%;
    text-align: center;
    text-shadow: 0px 0px 8px rgba(0,0,0,0.5);
}
.lp-hero--content--subpage{
    padding: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}
@media only screen and (max-width: 640px){
    .lp-hero--content {
        width: 100%;
        padding: 1.5em;
        /*background-color: rgba(0,0,0,0);*/
        /*top: 50%;*/
        left: 50%;
        transform: translate(-50%, -50%);
        text-align: center;

        top: auto;
        bottom:0;
        transform: translate(-50%, 0%);
    }
}
.button-white-one {
    padding: 0.85em 1em;
    border: 1px solid transparent;
    border-radius: .6em;
    transition: background-color 0.25s ease-out, color 0.25s ease-out;
    font-size: 1rem;
    line-height: 1;
    text-align: center;
    cursor: pointer;
    background-color: #ffffff;
    color: #5A2E6F;
}
.content-subhead--one{
    font-size: 1.5em;
    color: #7D3F98;
    font-weight: 700;
}
.content-list{
    margin-left: 3em;
}





/* CONTACT US PAGE ---------------------------------- */


.purple-callout--one{
    color: #ffffff;
    text-align: center;
}
.purple-callout--one---img{
    max-width: 50px;
}
.purple-callout--one h3{
    font-weight: 700;
    font-size: 1.5em;
}
.purple-callout--one p{
    margin: 0;
    padding: 0;
    line-height: 1em;
}
.purple-callout--one a{
    color: #ffffff;
}



/* HOMEPAGE ---------------------------------- */


.hp-iconpanel{
    text-align: center;
}
.hp-iconpanel img{
    max-width: 80px;
}
.hp-iconpanel h3{
    font-size: 1.2em;
    font-weight: 700;
    margin: 1em 0 0 0;
}
.hp-iconpanel p{
    margin: 0;
    line-height: 1.3em;
}
.hp-iconpanel a{
    margin-top: 1em;
}





/* HERO IMAGES ---------------------------------- */

.lp-hero--hmo-epo-plan{
    background-color: rgba(0,0,0,1);
    padding: 1em 1em 1em 0;
    background: url('../images/hero-hmo-epo-plan.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center; 
    min-height: 400px;
    position: relative;
}
@media only screen and (max-width: 640px) {
    .lp-hero--hmo-epo-plan{
        background-color: rgba(0,0,0,1);
        padding: 1em 1em 1em 0;
        background: url('../images/hero-hmo-epo-plan-sq.jpg');
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center; 
        min-height: 400px;
        position: relative;
    }
}
/* -------------------------------------------------- */
.lp-hero--ppo-plan{
    background-color: rgba(0,0,0,1);
    padding: 1em 1em 1em 0;
    background: url('../images/hero-ppo-plan.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center; 
    min-height: 400px;
    position: relative;
}
@media only screen and (max-width: 640px) {
    .lp-hero--ppo-plan{
        background-color: rgba(0,0,0,1);
        padding: 1em 1em 1em 0;
        background: url('../images/hero-ppo-plan-sq.jpg');
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center; 
        min-height: 400px;
        position: relative;
    }
}
/* -------------------------------------------------- */

.lp-hero--tools{
    background-color: rgba(0,0,0,1);
    padding: 1em 1em 1em 0;
    background: url('../images/hero-tools.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center; 
    min-height: 400px;
    position: relative;
}
@media only screen and (max-width: 640px) {
    .lp-hero--tools{
        background-color: rgba(0,0,0,1);
        padding: 1em 1em 1em 0;
        background: url('../images/hero-tools-sq.jpg');
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center; 
        min-height: 400px;
        position: relative;
    }
}
/* -------------------------------------------------- */
.lp-hero--extras{
    background-color: rgba(0,0,0,1);
    padding: 1em 1em 1em 0;
    background: url('../images/hero-extras.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center; 
    min-height: 400px;
    position: relative;
}
@media only screen and (max-width: 640px) {
    .lp-hero--extras{
        background-color: rgba(0,0,0,1);
        padding: 1em 1em 1em 0;
        background: url('../images/hero-extras-sq.jpg');
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center; 
        min-height: 400px;
        position: relative;
    }
}
/* -------------------------------------------------- */
.lp-hero--webinars{
    background-color: rgba(0,0,0,1);
    padding: 1em 1em 1em 0;
    background: url('../images/hero-webinars.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center; 
    min-height: 400px;
    position: relative;
}
@media only screen and (max-width: 640px) {
    .lp-hero--webinars{
        background-color: rgba(0,0,0,1);
        padding: 1em 1em 1em 0;
        background: url('../images/hero-webinars-sq.jpg');
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center; 
        min-height: 400px;
        position: relative;
    }
}
/* -------------------------------------------------- */
.lp-hero--contact-us{
    background-color: rgba(0,0,0,1);
    padding: 1em 1em 1em 0;
    background: url('../images/hero-contact-us.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center; 
    min-height: 400px;
    position: relative;
}
@media only screen and (max-width: 640px) {
    .lp-hero--contact-us{
        background-color: rgba(0,0,0,1);
        padding: 1em 1em 1em 0;
        background: url('../images/hero-contact-us-sq.jpg');
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center; 
        min-height: 400px;
        position: relative;
    }
}
/* -------------------------------------------------- */

























/* -------------------------------------------------- */
/* -------------------------------------------------- */
/* -------------------------------------------------- */
/*2024*/

.lp-hero--gold{
    background-color: rgba(0,0,0,1);
    padding: 1em 1em 1em 0;
    background: url('../images/hero-gold.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center; 
    min-height: 400px;
    position: relative;
}
@media only screen and (max-width: 640px) {
    .lp-hero--gold{
        background-color: rgba(0,0,0,1);
        padding: 1em 1em 1em 0;
        background: url('../images/hero-gold-sq.jpg');
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center; 
        min-height: 400px;
        position: relative;
    }
}
.lp-hero--silver{
    background-color: rgba(0,0,0,1);
    padding: 1em 1em 1em 0;
    background: url('../images/hero-silver.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center; 
    min-height: 400px;
    position: relative;
}
@media only screen and (max-width: 640px) {
    .lp-hero--silver{
        background-color: rgba(0,0,0,1);
        padding: 1em 1em 1em 0;
        background: url('../images/hero-silver-sq.jpg');
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center; 
        min-height: 400px;
        position: relative;
    }
}
.lp-hero--bronze{
    background-color: rgba(0,0,0,1);
    padding: 1em 1em 1em 0;
    background: url('../images/hero-bronze.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center; 
    min-height: 400px;
    position: relative;
}
@media only screen and (max-width: 640px) {
    .lp-hero--bronze{
        background-color: rgba(0,0,0,1);
        padding: 1em 1em 1em 0;
        background: url('../images/hero-bronze-sq.jpg');
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center; 
        min-height: 400px;
        position: relative;
    }
}
.lp-hero--traditional{
    background-color: rgba(0,0,0,1);
    padding: 1em 1em 1em 0;
    background: url('../images/hero-traditional.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center; 
    min-height: 400px;
    position: relative;
}
@media only screen and (max-width: 640px) {
    .lp-hero--traditional{
        background-color: rgba(0,0,0,1);
        padding: 1em 1em 1em 0;
        background: url('../images/hero-traditional-sq.jpg');
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center; 
        min-height: 400px;
        position: relative;
    }
}

.lp-hero--advocate{
    background-color: rgba(0,0,0,1);
    padding: 1em 1em 1em 0;
    background: url('../images/hero-advocate.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center; 
    min-height: 400px;
    position: relative;
}
@media only screen and (max-width: 640px) {
    .lp-hero--advocate{
        background-color: rgba(0,0,0,1);
        padding: 1em 1em 1em 0;
        background: url('../images/hero-advocate-sq.jpg');
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center; 
        min-height: 400px;
        position: relative;
    }
}
/* -------------------------------------------------- */
/* -------------------------------------------------- */
/* -------------------------------------------------- */


































/* AA-SPECIFIC - RIGHT RAIL - PURPLE CALLOUT BLOCK - example: aetna-direct.php
-------------------------------------------------------------------------- */ 


.aa--rightrailmod--one{
    color: #ffffff;             
}
.aa--rightrailmod--one::after{
    content: " ";
    background-color: #5A2E6F;
    display: block;
    height: 0.7em;

    -webkit-border-bottom-left-radius: 0.5em;
    -webkit-border-bottom-right-radius: 0.5em;
    -moz-border-radius-bottomleft: 0.5em;
    -moz-border-radius-bottomright: 0.5em;
    border-bottom-left-radius: 0.5em;
    border-bottom-right-radius: 0.5em;
}
.aa--rightrailmod--one--title{
    text-align: center;
    font-weight: 700;
    padding: 0.3em;

    border-bottom: 1px solid rgba(255,255,255,0.5);
    background-color: #5A2E6F;

    -webkit-border-top-left-radius: 0.8em;
    -webkit-border-top-right-radius: 0.8em;
    -moz-border-radius-topleft: 0.8em;
    -moz-border-radius-topright: 0.8em;
    border-top-left-radius: 0.8em;
    border-top-right-radius: 0.8em;
}
.aa--rightrailmod--one--body{
    background-color: #7D3F98;
}
.aa--rightrailmod--one--item{
    display:flex;
    align-items: center;
    padding: 1em;
}
.aa--rightrailmod--one--item--icon{
    margin-right: 1em;
    width: 200px;
    flex: 1;
}
.aa--rightrailmod--one--item--text{
    color: #ffffff;
    flex: 7;
    line-height: 1.2em;
}
.aa--rightrailmod--one--item--text a{
    color: #ffffff;
}
.aa--rightrailmod--one--item--hr{
    border-bottom: 1px solid rgba(255,255,255,0.3);
    padding: 0;
    margin: 0;
}

@media only screen and (max-width: 640px) {
    .aa--rightrailmod--one{
        margin: 2em auto;
        width: 90%;
    }
    .aa--rightrailmod--one--item--icon{
        margin-right: 1em;
        width: 50px;
        flex: 1;
    }
    .aa--rightrailmod--one--item--text{
        flex: 18;
    }
}





/* AA-SPECIFIC RIGHT RAIL MOD --------------------------------------------------- */

.aa--rightrailmod--two{
    color: #ffffff;
}
.aa--rightrailmod--two--title{
    text-align: center;
    font-weight: 700;
    padding: 2em 0.3em 0.3em 0.3em;

    border-bottom: 1px solid rgba(255,255,255,0.5);
    background-color: #5A2E6F;

    -webkit-border-top-left-radius: 0.8em;
    -webkit-border-top-right-radius: 0.8em;
    -moz-border-radius-topleft: 0.8em;
    -moz-border-radius-topright: 0.8em;
    border-top-left-radius: 0.8em;
    border-top-right-radius: 0.8em;

    border-bottom: 10px solid rgba(0,0,0,0.1);
}
.aa--rightrailmod--two--title h3{
    font-weight: 700;
    font-size: 1.7em;
}
.aa--rightrailmod--two--icon{
    width: 60px;
}
.aa--rightrailmod--two--body{
    background-color: #7D3F98;
    text-align: center;
    padding: 1em 0.3em 1em 0.3em;
    border-top: 10px solid rgba(0,0,0,0.1);
}
.aa--rightrailmod--two--body a{
    color: #ffffff;
}
.aa--rightrailmod--two--body---text{
    line-height: 1.1em;
}
.aa--rightrailmod--two--body---text-bold{
    font-weight: 700;
    font-size: 1.4em;
}
.aa--rightrailmod--two--body---phone{
    font-weight: 700;
    font-size: 1.7em;
    line-height: 1.1em;
}
.aa--rightrailmod--two::after{
    content: " ";
    background-color: #5A2E6F;
    display: block;
    height: 0.7em;

    -webkit-border-bottom-left-radius: 0.5em;
    -webkit-border-bottom-right-radius: 0.5em;
    -moz-border-radius-bottomleft: 0.5em;
    -moz-border-radius-bottomright: 0.5em;
    border-bottom-left-radius: 0.5em;
    border-bottom-right-radius: 0.5em;
}

@media only screen and (max-width: 640px) {
    .aa--rightrailmod--two{
        margin: 2em auto;
        width: 60%;
    }
}

/* AA-SPECIFIC CONTACT US - STANDALONE BUTTON ------------------------------ */
.aa--rightrailmod-btn{
    display: block;
    margin: 1.5em 0 0 0;
}
@media only screen and (max-width: 640px) {
    .aa--rightrailmod-btn{
        margin: 2em auto;
        width: 60%;
    }
}



/* AA-SPECIFIC HOMEPAGE --------------------------------------------------- */
.hp-iconpanel--container--main{
    max-width: 1000px;
    margin: 0 auto;
    align-items:stretch;
    margin-top:4em;
}
.hp-iconpanel--container{
    display: flex;
}
.hp-iconpanel{
    flex: 1;
    margin: 1em;

    display: flex;
    flex-direction: column;

    text-align: center;
}
.hp-iconpanel-content{
    flex:1;
}
@media only screen and (max-width: 640px) {
    .hp-iconpanel--container--main{
        margin-top:3em;
    }
    .hp-iconpanel{
        border-bottom: 10px solid rgba(0,0,0,0.1);
        background-color: #F5F5F5;
        padding: 3em 3em 2em 3em;
        margin: 0;
    }
    .hp-iconpanel--container:first-child {
        border-top: 10px solid rgba(0,0,0,0.1);
    }
    .hp-iconpanel--container{
        display: block;
    }
    .hp-iconpanel h3{
        font-size: 1.2em;
        font-weight: 700;
        margin: 0 0 0 0;
    }
}



/* AA-SPECIFIC PANEL MOD --------------------------------------------------- */
.pcaccordion dd:after{
    content: "Lorem";
    display: block;
    height: 2rem !important;
    background-color: rgba(0,0,0,0);
}

@media only screen and (max-width: 840px) {
    .pcaccordion-panel .button{ 
        width: 90%;
        margin: 2em auto;
        display: block;
    }   
}



/* UTILITY --------------------------------------------------- */
@media only screen and (max-width: 840px) {
    .mobile--lr--padding{
        padding-left: 1em;
        padding-right: 1em;
    }
}


.button{
    font-size: 1em;
}






/*2024*/

.link-inline-table-style--one{
    text-decoration: underline;
}
.link-inline-table-style--one:hover{
    opacity: 0.8;
}















