
html, body {  
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	box-sizing: border-box;
}

div {
	background-repeat: no-repeat;
	position: absolute;
	width: 100%;
	height: 100%;
}

*, *:before, *:after {
	box-sizing: inherit;
	margin: 0;
	padding: 0;
}

#ad {
	display: block;
	height: 90px;/*100%;*/
	left: 0px;
	background-color:#2d95e5;
	overflow: hidden;
	position: absolute;
	top: 0px;
	width: 728px;/*100%;*/
}

#ad:after {
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	border: black 1px solid;
	pointer-events: none;
}

a {
	cursor: pointer;
}

#logo {
    height: 27px;
    right: 20px;
    position: absolute;
    top: 17px;
	width: 130px;
    z-index: 90;
}

#prog-logo{
	fill:#ffffff;
}

#direct-tag {
	display: none;  /*Note: Change display to 'visible' to enable "DIRECT" tagline*/
}

#commercial-tag {
	display: none;  /*Note: Change display to 'visible' to enable "COMMERCIAL" tagline*/
}

/* --  common animations  --------------------------------------------------------  */
/* global animation timing */
[class*="fade"], [class*="zoom"], [class*="slide"]{
	transition: all .5s ease-in-out;
}
.fadein:not(.out),
body .fadeout.out {
	opacity: 0;
}
.fadein.in,
.fadeout {
	opacity: 1;
}

.zoomin:not(.out),
body .zoomout.out {
	transform: scale(.00000000001);  /*animation bug - doesn't run if "0"*/
}
.zoomin.in,
.zoomout {
	transform: scale(1);
}
.slidein:not(.out),
body .slideout.out {
	transform: translateY(100%);
}
.slidein.in,
.slideout {
	transform: translateY(0);
}

.slideleft:not(.out),
body .slideout.out {
	transform: translateX(-100%);
}
.slideleft.in,
.slideout {
	transform: translateX(0);
}

/* --  utilities  --------------------------------------------------------  */

.center {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-line-pack: space-evenly;
	align-content: space-evenly;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: space-evenly;
	justify-content: space-evenly;
}
.center > * {
	position: static;
	margin: auto;
}

/* --  content start  --------------------------------------------------------  */

.overlay {
	background-image: url(19D30145_Auto_Display_Flo_Censored_728x90_@2x_3.png);
	background-size: contain;
	opacity: 0.5;
	display: none;
}

/* Frame 1 styles */

#savings-top {
    display: inline-block;
    top: 18px;
    left: 32px;
    height: auto;
}

#savings-top img {
    height: 40px;
    width: auto;
}

#savings-message-secondary {
	bottom: 11px;
    left: 69px;
    height: auto;
}

#savings-message-secondary img {
	height: auto;
    width: 320px;	
}

#flo-pointing-up {
	top: 0;
	left: 5px;
}

/* Frame 2 styles */

#holy-savings {
	top: 25px;
    left: 36px;
    height: auto;
    width: 50%; 
}

#holy-savings img {
	height: auto;
	width: 100%;
}

#pixel {
	top: 25px;
    height: auto;
    width: 26%;
    left: 196px;
}

#pixel img {
	height: auto;
    width: 100%;
}

#flo-covering-mouth {
	top: 0px;
    left: 430px;
}

/* Frame 3 styles */

#flo-surprised {
	top: 0px;
	left: 414px;
	opacity: 0;
}

/* --  content ends  ---------------------------------------------------------  */

/* --  CTA  ------------------------------------------------------------------  */ 

#cta {
	bottom: 13px;
    height: 36px;
    right: 20px;
	width: 134px;
    z-index: 110;
}
#cta-button, #cta-button > * {
	transition: all .3s ease-in-out;
}
.cta-button-bg			{fill:#0a3360;} /* Blue button fill */
/* .cta-button-bg			{fill:#ff8a39;} Orange button fill */
.cta-button-textgroup	{fill:#ffffff;}

/* hover effects for button */
#cta-button:hover {
	 transform: scale(1.05); 
}
#cta-button:hover .cta-button-bg 		{fill: #d3732e;} /* Blue button hover */
/* #cta-button:hover .cta-button-bg 		{fill: #d3732e;} Orange button hover */
#cta-button:hover .cta-button-textgroup	{fill: #ffffff;}

/* if you need to define click area */
#bgExitArea { 
	cursor: pointer; 
	left: 0;
	opacity: 0;
	position: absolute; 
	z-index: 100;
	/*opacity: .5;*/		/* for testing */
	/*background: red;*/	/* for testing */
}
