/* ------------------------
Blue 100% - #2895D5
Blue 60% - #7EBFE6
--------------------------
Green 100% - #6DAF3D
Green 60% - #A7CF8B
--------------------------
Orange 100% - #E67600
Orange 60% - #F0AD66
--------------------------
Violet 100% – #9B2583
Violet 60% - #C37CB5
--------------------------
Gold 100% - #FD9F13
Gold 60% - #FEC571
--------------------------
Red (Button only) - #D92231
--------------------------*/

/* ---------- Tag Styles ---------- */
html {
	margin: 0;
	padding: 0;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	line-height: 1.2;
	text-align: left;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #fff;
}
sup {
	font-size: 66%;
	position: relative;
	top: -0.1em;
	line-height: 1;
}

/* ---------- Banner Structure ----------- */

/* Div layer for the entire banner. */
#container-dc {
	position: absolute;
	width: 300px;
	height: 600px;
	top: 0;
	left: 0;
	margin: auto;
	background-color: #6DAF3D;
	overflow: hidden;
}
/* Invisible button for background clickthrough. */
#background-exit-dc {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	cursor: pointer;
	opacity: 1;
	z-index: 400;
	background-color: rgba(255, 255, 255, 0);
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border: 1px solid #ccc;
}

/* ---------- General Elements ---------- */
.logo {
	position: absolute;
	left: 198px;
	top: 552px;
	width: 94px;
	opacity: 1;
}
.logo-rev {
	position: absolute;
	left: 198px;
	top: 552px;
	width: 94px;
	opacity: 0;
}

/* ---------- Background Image ---------- */
.image { /* Sets overall display area for the bg image */
	position: absolute;
	top: 0;
	left: 0;
	width: 300px;
	height: 600px;
	overflow: hidden;
}
.page { /* Sets size for each individual tile */
	width: 49px;
	height: 66px;
	opacity: 1;
	background: url("bg_image.png") no-repeat;
	float: left;
}

/* ---------- Set background image offsets ----------- */
.c00 { background-position:  0     0; }
.c01 { background-position: -49px  0; }
.c02 { background-position: -98px  0; }
.c03 { background-position: -147px 0; }
.c04 { background-position: -196px 0; }
.c05 { background-position: -245px 0; }

.c06 { background-position:  0     -66px; }
.c07 { background-position: -49px  -66px; }
.c08 { background-position: -98px  -66px; }
.c09 { background-position: -147px -66px; }
.c10 { background-position: -196px -66px; }
.c11 { background-position: -245px -66px; }

.c12 { background-position:  0     -132px; }
.c13 { background-position: -49px  -132px; visibility: hidden;}
.c14 { background-position: -98px  -132px; visibility: hidden;}
.c15 { background-position: -147px -132px; visibility: hidden;}
.c16 { background-position: -196px -132px; }
.c17 { background-position: -245px -132px; }

.c18 { background-position:  0     -198px; }
.c19 { background-position: -49px  -198px; visibility: hidden;}
.c20 { background-position: -98px  -198px; visibility: hidden;}
.c21 { background-position: -147px -198px; visibility: hidden;}
.c22 { background-position: -196px -198px; }
.c23 { background-position: -245px -198px; }

.c24 { background-position:  0     -264px; }
.c25 { background-position: -49px  -264px; }
.c26 { background-position: -98px  -264px; }
.c27 { background-position: -147px -264px; }
.c28 { background-position: -196px -264px; }
.c29 { background-position: -245px -264px; }

.c30 { background-position:  0     -330px; }
.c31 { background-position: -49px  -330px; }
.c32 { background-position: -98px  -330px; }
.c33 { background-position: -147px -330px; }
.c34 { background-position: -196px -330px; }
.c35 { background-position: -245px -330px; }

.c36 { background-position:  0     -396px; }
.c37 { background-position: -49px  -396px; }
.c38 { background-position: -98px  -396px; }
.c39 { background-position: -147px -396px; }
.c40 { background-position: -196px -396px; }
.c41 { background-position: -245px -396px; }

.c42 { background-position:  0     -462px; }
.c43 { background-position: -49px  -462px; }
.c44 { background-position: -98px  -462px; }
.c45 { background-position: -147px -462px; }
.c46 { background-position: -196px -462px; }
.c47 { background-position: -245px -462px; }

.c48 { background-position:  0     -528px; }
.c49 { background-position: -49px  -528px; }
.c50 { background-position: -98px  -528px; }
.c51 { background-position: -147px -528px; }
.c52 { background-position: -196px -528px; visibility: hidden; }
.c53 { background-position: -245px -528px; visibility: hidden; }

/* ----------- Copy elements -------------- */
.headline {
	position: absolute;
    left: 60px;
    font-size: 20px;
	color: #fff;
}
.a {
	top: 142px;
	width: 168px;
	letter-spacing: -0.3px;
}
.b {
	top: 228px;
	width: 168px;
	letter-spacing: -0.3px;
	opacity: 0;
}

/* ----------- End frame elements -------------- */
.background {
	width: 100%;
	height: 100%;
}
.product-name {
	position: absolute;
	top: 20px;
	left: 20px;
	font-size: 12px;
	border-bottom: 1px #fff solid;
	opacity: 0;
}
.product-image {
	position: absolute;
    top: 244px;
    left: 20px;
    width: 260px;
	opacity: 0;
}
.end-copy {
	position: absolute;
	top: 108px;
    left: 20px;
    width: 235px;
    font-size: 20px;
	opacity: 0;
}
.cta {
	position: absolute;
    top: 442px;
    left: 20px;
    width: 184px;
    height: 30px;
	background-color: #db2032;
	color: #fff;
	overflow: hidden;
	opacity: 0;
}
.cta span {
	display: block;
    width: 90%;
    margin: 7px 0 0 10px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.1;
	text-align: left;
}
.cta span:after {
    content: '';
    background-image: url("xerox_arrows.png");
    background-repeat: no-repeat;
    display: inline-block;
    width: 10px;
    background-size: 26px 56px;
    height: 15px;
    background-position: -7px -7px;
    position: absolute;
    top: 7px;
    right: 10px;
}
.cta-band {
	content: "";
	position: absolute;
	top: 0;
	left: -30px;
	width: 30px;
	height: 100%;
	opacity: 0.75;
	background: #fff; /* For browsers that do not support gradients */
	background: -webkit-linear-gradient(left, rgba(219,32,50,0), rgba(255,255,255,1), rgba(219,32,50,0)); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(right, rgba(219,32,50,0), rgba(255,255,255,1), rgba(219,32,50,0)); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(right, rgba(219,32,50,0), rgba(255,255,255,1), rgba(219,32,50,0)); /* For Firefox 3.6 to 15 */
	background: linear-gradient(to right, rgba(219,32,50,0), rgba(255,255,255,1), rgba(219,32,50,0)); /* Standard syntax */
}
.partner-logo {
	position: absolute;
    top: 538px;
    left: 20px;
    height: 40px;
	opacity: 0;
}
.white {
	color: #fff;
}
.bg-colour {
	background-color: #6daf3d;
}
.panel-rev {
	background: #fff;
	color: #6daf3d;
}