@charset "UTF-8";
*{
	padding: 0;
	margin: 0;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none; 
    user-select: none;
    -webkit-user-drag: none;
    user-drag: none;
    cursor: pointer;
    text-rendering: optimizeSpeed !important;
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale;
}
#container_dc {
	position: absolute;
	width: 726px;
	height: 88px;
	margin: auto;
	border:1px solid #532e8a;
	overflow: hidden;
}

#content_dc {
	height: 100%;
	left: 0px;
	position: absolute;
	top: 0px;
	width: 100%;
	z-index: 100;
}

:focus {outline:none;}
::-moz-focus-inner {border:0;}

.bigDoll {
	position: absolute;
	top: 5px;
	left: 340px;
	-webkit-transition: -webkit-transform 1.5s ease-out, top 1.5s ease-out;
	transition: transform 1.5s ease-out, top 1.5s ease-out;
}

.scaleUp {
	-webkit-transform-origin: 0 0;
	-moz-transform-origin: 50% 0;
	-o-transform-origin: 50% 0;
	-ms-transform-origin: 50% 0;
	transform-origin: 50% 0;

	-webkit-transform: scale(.85);
	-moz-transform: scale(1.15);
	-o-transform: scale(1.15);
	-ms-transform: scale(1.15);
	transform: scale(1.15);
}


.doll {
	left: 200px;
	position: absolute;
	top: 7px;
	width: 40px;
	height: 78px;
	z-index: 1;
	transform: scale(0.97);
	-webkit-transform-origin : 50% 140px;
    -moz-transform-origin : 50% 140px;
    -o-transform-origin : 50% 140px;
    -ms-transform-origin : 50% 140px;
    transform-origin : 50% 140px;
}
	.dollParts {
		background-position: 0 0;
		background-repeat: no-repeat;
		position: absolute;
	}
		.dollBody {
			z-index: 3;
		}

	.walk {
		background-image: url('img/walk8.png');
		height: 33px;
		left: 6px;
		top: 43px;
		width: 16px;
		z-index: 1;
	}
	@keyframes dollGait {
	  0%, 100% {
	    transform: rotate(0deg);
	  }
	  50% {
	    transform: rotate(2deg);
	  }
	}

	.dollTorso {
		position: absolute;
		transform-origin: 36px 70px;
		z-index: 4;		
	}

		.dollTorso_gaitOn {
			animation: dollGait 2s infinite;
		}

.key {
	background-image: url('img/keySprite.png');
	height: 12px;
	left: 22px;
	top: 17px;
	width: 13px;
	z-index: 1;
}

.mirror {
	position: absolute;
	top: -2px;
	left: 130px;
	width: 56.04px;
	height: 99.45px;
	overflow: hidden;
}
	.mirror > img {
		position: absolute; top: 0; left: 0;
	}
	img.mirrorBG {
		top: 4px;
		left: 2px;
	}
	.hero_happy {
		z-index: 5;
	}
	.mirror_top {
		z-index: 2;
	}


.pristiqContent {
	background: rgb(119,98,171); /* Old browsers */
	background: -moz-radial-gradient(center, ellipse cover,  rgba(119,98,171,1) 34%, rgba(83,46,138,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(34%,rgba(119,98,171,1)), color-stop(100%,rgba(83,46,138,1))); /* Chrome,Safari4+ */
	background: -webkit-radial-gradient(center, ellipse cover,  rgba(119,98,171,1) 34%,rgba(83,46,138,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-radial-gradient(center, ellipse cover,  rgba(119,98,171,1) 34%,rgba(83,46,138,1) 100%); /* Opera 12+ */
	background: -ms-radial-gradient(center, ellipse cover,  rgba(119,98,171,1) 34%,rgba(83,46,138,1) 100%); /* IE10+ */
	background: radial-gradient(ellipse at center,  rgba(119,98,171,1) 34%,rgba(83,46,138,1) 100%); /* W3C */
	height: 88px;
	width: 430px;
}
	.grayBG {
		background: url("img/greyBG.png") no-repeat scroll 0 0 rgb(227, 227, 227);
	}

.pristiqLogo {
	left: 10px;
	position: absolute;
	top: 10px;
	z-index: 6;
}

.pfizerLogo {
	position: absolute;
	left: 381px;
	top: 58px;
}

.pristiqHeadline {
	color: #fff;
	font: bold 14px/14px 'Helvetica', 'Arial', sans-serif;
	position: absolute;
	top: 12px;
	left: 10px;
	white-space: nowrap;
}
	.frameTwo .pristiqHeadline {
		color: #532e8a;
		top: 45px;
		left: 10px;
		font: bold 14px/18px 'Helvetica', 'Arial', sans-serif;
}
	.noshowtext {
			color: #ffffff;
		    position: relative;
		    z-index: -2;
		}
		.makeItPop {
			-webkit-transition: all 750ms ease-out;
			-moz-transition: all 750ms ease-out;
			-ms-transition: all 750ms ease-out;
			-o-transition: all 750ms ease-out;
			transition: all 750ms ease-out;
			display: inline-block;
		}
		.popping {
			-moz-transform: scale(1.4);
			-webkit-transform: scale(1.4);
			-o-transform: scale(1.4);
			-ms-transform: scale(1.4);
			transform: scale(1.4);
			opacity: 0;
		}

.pristiqHeadTwo {
	color: #532e8a;
	font: bold 14px/16px 'Helvetica', 'Arial', sans-serif;
	position: absolute;
	top: 30px;
	left: 120px;
	white-space: nowrap;
}	
	.frameFive .pristiqHeadTwo {
		top: 5px;
		line-height: 15px;
	}
	.frameSix .pristiqHeadTwo,
	.frameSeven .pristiqHeadTwo {
		top: 10px;
	}

	.frameEight .pristiqHeadTwo {
		top: 4px;
		left: 188px;
	}

.savingsCard {
	position: absolute;
	top: 10px;
	left: 120px;
}

div.pristiqCTA {
	border-radius: 3px; -webkit-border-radius: 3px;
	background-color: #532e8a;
	color: #fff;
	display: block;
	font: bold 14px/26px 'Helvetica', 'Arial', sans-serif;
	height: 26px;
	text-align: center;
	text-decoration: none;
	width: 200px;
	position: absolute;
	left: 120px;
	top: 55px;
}
	div.pristiqCTA:hover {
		background-color: #7762ab;
	}

.isiCTA {
	color: #585757;
	font: 9px/12px 'Helvetica', 'Arial', sans-serif;
	position: absolute;
	left: 120px;
    top: 60px;
}
	.frameThree .isiCTA {
		left: 15px;
		top: 72px;
		color: #fff;
	}

	.frameFive .isiCTA {
		top: 45px;
		left: 10px;
	}
	.frameSeven .isiCTA {
		top: 65px;
	}
	.frameEight .isiCTA {
		top: 45px;
		left: 10px;
	}
.pristiqIsi {
	color: #545454;
	background: #fff;
	font: 9px/15px 'Helvetica', 'Arial', sans-serif;
	position: absolute;
	right: -2px;
	top: 0;
	height: 88px;
	width: 298px;
    z-index: 3;
}
	.pristiqIsi a {
		color: #545454;
	}

.isiSubHead {
	margin: 0 0 0 5px;
	position: relative;
	top: -5px;
}

.isiBody {
	position: relative;
	top: -5px;
	overflow-y: scroll;
	height: 51px;
	border-bottom: 0;
	padding: 3px;
	margin: 0 5px 0 5px;
	line-height: 12px;
}

.blackBox {
	border: 1px solid #000;
	padding: 3px;
}
.isiBody p {
	margin-top: 5px;
}
.isiBody ul, .isiBody li {
	margin: 0;
	padding: 0;
}
.isiBody ul {
	padding-left: 12px;
}
.hidden {
	display: none;
}
.info {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 298px;
	height: 13px;
	overflow: hidden;
}

.safetyInfo {
	position: absolute;
	left: 0;
	top: 0;
	width: 163px;
	height: 13px;
	background-color: rgba(0,0,0,0);
}

.prescribeInfo {
	position: absolute;
	right: 0;
	top: 0;
	width: 135px;
	height: 13px;
	background-color: rgba(0,0,0,0);
}

.prescribeInfo:after {
	content: '';
	position: absolute;
	left: -3px;
	top: -5px;
	width: 5px; 
	height: 20px;
	background-color: rgba(0,0,0,0);
	-webkit-transform: rotate(-20deg);
	-ms-transform: rotate(-20deg);
	-o-transform: rotate(-20deg);
	transform: rotate(-20deg);
}