@font-face {
    font-family: 'CVS Health Sans';
    src: url("CVSHealthSans_W_Md.woff") format("woff");
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'CVS Health Sans';
    src: url("CVSHealthSans_W_Bd.woff") format("woff");
    font-weight: 700;
    font-style: bold;
}
#banner img {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0) scale(1.0, 1.0);
  transform: translateZ(0);
}
#aet-closedisclaimer,
#aet-viewdisclaimer {
    cursor: pointer;
    z-index: 10;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
body,
html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 100%;
}
#aet-legal,
#aet-viewdisclaimer {
    font-size: 10px;
    color: #7d3f98;
}
*,
* ::after,
* ::before {
    -webkit-box-sizing: inherit;
            box-sizing: inherit
}
* {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none
}
body {
    font-family: 'CVS Health Sans', Helvetica, Arial, sans-serif;
    -webkit-text-size-adjust: none;
    background-color: #FFF;
    color: #fff;
    padding: 0;
    margin: 0
}
#banner {
    -webkit-backface-visibility: hidden;
    width: 160px;
    height: 600px;
    background: #ffffff;
    overflow: hidden;
    visibility: hidden;
    position: relative;
    border: 1px solid rgba(0,0,0,0.7);
}
#aet-mask{
	background-color: #000000;
    position: absolute;
    top: 0;
    left: 0;
    width: 160px;
    height: 280px;
    overflow: hidden;
}
#hero-image img{
    width: 100%;
}
#hero-image {
    position: absolute;
    top: 0;
    left: -50px;
    width: 300px;
    height: 600px;
}
#purple-overlay{
    position: absolute;
    top: 230px;
    left: 0;
    width: 160px;
    height: 600px;
    background: #7d3f98;
    opacity: 0.9;
}
#aet-logo{
    position: absolute;
    width: 140px;
    height: 36px;
    left: 10px;
    bottom: 25px;
}
#aet-cta,
#aet-headline,
#aet-logo,
#aet-messages,
#aet-subhead {
    position: absolute
}
#aet-image-headline{
    position: absolute;
    width: 160px;
    height: 46px;
}
#aet-line-two{
    color: #7d3f98;
    font-family: 'CVS Health Sans', sans-serif;
	-webkit-text-size-adjust: none;
    font-weight: 700;
    font-size: 19px;
    line-height: 19px;
    width: 128px;
    position: absolute;
    left: 15px;
    top: 300px;
}
#aet-line-three{
    color: #7d3f98;
    font-family: 'CVS Health Sans', sans-serif;
	-webkit-text-size-adjust: none;
    font-weight: 700;
    font-size: 19px;
    line-height: 19px;
    width: 128px;
    position: absolute;
    left: 15px;
    top: 300px;
}
#aet-line-four{
	color: #7d3f98;
    font-family: 'CVS Health Sans', sans-serif;
    -webkit-text-size-adjust: none;
    font-weight: 700;
    font-size: 21px;
    line-height: 22px;
    width: 128px;
    position: absolute;
    left: 15px;
    top: 300px;
}
#aet-cta-button{
    font-weight: 500;
    font-size: 14px;
    line-height: 14px;
    padding: 5px 20px;
    border-radius: 500px;
    position: absolute;
    bottom: 90px;
    background-color: #7d3f98;
    border: 1px solid #7d3f98;
    color: #ffffff;
    /* CENTER THE BUTTON */
    position: absolute;
    left: 4px;
    text-align: center;
    width: 150px;
}
#banner:hover #aet-cta-button{
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    background-color: rgba(155,155,155,0.1);
    color: #ffffff;
    background-color: #52146d;
    color: #ffffff;
}
#aet-legal-container{
    position: absolute;
    left: 0px;
    bottom: 3px;
    z-index: 10;
    width: 160px;
}
#aet-legal {
    position: absolute;
    bottom: 0px;
    right: 10px;
}
#aet-viewdisclaimer {
    position: absolute;
    bottom: 0px;
    left: 5px;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #ffffff;
    color: #7d3f98;
}
#aet-closedisclaimer:hover,
#aet-viewdisclaimer:hover {
    text-decoration: underline
}
#aet-closedisclaimer {
    position: absolute;
    display: inline-block;
    top: 12px;
    right: 12px;
    font-size: 11px;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
#aet-disclaimertext {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #7d3f98;
    width: 160px;
    height: 600px;
    font-size: 16px;
    z-index: 12;
    padding: 0;
    text-align: center;
    visibility: hidden;
}
#aet-disclaimertext--content{
    position: absolute;
    top: 45%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    padding: 1em;
}
#aet-clickthrough {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    border: 1px solid rgba(255,255,255,0);
    -webkit-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
#aet-clickthrough:hover,
#aet-clickthrough:focus {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    border: 4px solid rgba(160,115,178,0.95);
}
#aet-contentblock-white{
    position: absolute;
    top: 0;
    left: 0;
    background-color: #ffffff;
    width: 160px;
    height: 600px;
}

#heart-purple{
    position: absolute;
    opacity: 1;
    z-index: auto;
    top: -50px;
}
#heart-purple-two{
    position: absolute;
    opacity: 1;
    z-index: auto;
    top: -50px;
}
#panel-white{
	background-color: white;
	width: 160px;
	height: 600px;
	position: absolute;
	top: 600px;
	left: 0;
}
#panel-purple{
	background-color: #7d3f98;
	width: 160px;
	height: 245px;
	position: absolute;
	top: 280px;
	left: 0px;
}
#panel-purple-two{
    background-color: #572c76;
	width: 160px;
	height: 245px;
	position: absolute;
	top: 280px;
	left: 0px;
}

#panel-purple-three{
    background-color: #61338c;
	width: 160px;
	height: 245px;
	position: absolute;
	top: 280px;
	left: 0px;
}