/* ------------------------
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: 250px;
	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: 210px;
	width: 94px;
	opacity: 1;
}
.logo-rev {
	position: absolute;
	left: 198px;
	top: 210px;
	width: 94px;
	opacity: 0;
}

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

/* ---------- Set background image offsets ----------- */
.c00 { background-position:  0     0; }
.c01 { background-position: -37px  0; }
.c02 { background-position: -74px  0; }
.c03 { background-position: -111px 0; }
.c04 { background-position: -148px 0; }
.c05 { background-position: -185px 0; }
.c06 { background-position: -222px 0; }
.c07 { background-position: -259px 0; }

.c08 { background-position:  0     -49px; }
.c09 { background-position: -37px  -49px; visibility: hidden;}
.c10 { background-position: -74px  -49px; visibility: hidden;}
.c11 { background-position: -111px -49px; visibility: hidden;}
.c12 { background-position: -148px -49px; visibility: hidden;}
.c13 { background-position: -185px -49px; visibility: hidden;}
.c14 { background-position: -222px -49px; }
.c15 { background-position: -259px -49px; }

.c16 { background-position:  0     -98px; }
.c17 { background-position: -37px  -98px; }
.c18 { background-position: -74px  -98px; }
.c19 { background-position: -111px -98px; }
.c20 { background-position: -148px -98px; }
.c21 { background-position: -185px -98px; }
.c22 { background-position: -222px -98px; }
.c23 { background-position: -259px -98px; }

.c24 { background-position:  0     -147px; }
.c25 { background-position: -37px  -147px; }
.c26 { background-position: -74px  -147px; }
.c27 { background-position: -111px -147px; }
.c28 { background-position: -148px -147px; }
.c29 { background-position: -185px -147px; }
.c30 { background-position: -222px -147px; }
.c31 { background-position: -259px -147px; }

.c32 { background-position:  0     -196px; }
.c33 { background-position: -37px  -196px; }
.c34 { background-position: -74px  -196px; }
.c35 { background-position: -111px -196px; }
.c36 { background-position: -148px -196px; }
.c37 { background-position: -185px -196px; visibility: hidden; }
.c38 { background-position: -222px -196px; visibility: hidden; }
.c39 { background-position: -259px -196px; visibility: hidden; }

/* ----------- Copy elements -------------- */
.headline {
	position: absolute;
	left: 46px;
	font-size: 16px;
	color: #fff;
}
.a {
	top: 57px;
	width: 168px;
	letter-spacing: -0.3px;
}
.b {
	top: 104px;
	width: 168px;
	letter-spacing: -0.3px;
	opacity: 0;
}

/* ----------- End frame elements -------------- */
.background {
	width: 100%;
	height: 100%;
}
.product-name {
	position: absolute;
	top: 10px;
	left: 20px;
	font-size: 11px;
	border-bottom: 1px #fff solid;
	opacity: 0;
}
.product-image {
	position: absolute;
    top: 128px;
    left: 20px;
    width: 110px;
	opacity: 0;
}
.end-copy {
	position: absolute;
	top: 38px;
    left: 20px;
    width: 235px;
    font-size: 16px;
	opacity: 0;
}
.cta {
	position: absolute;
	top: 147px;
	left: 146px;
	width: 126px;
	height: 38px;
	background-color: #db2032;
	color: #fff;
	overflow: hidden;
	opacity: 0;
}
.cta span {
	display: block;
    width: 75%;
    margin: 5px 0 0 10px;
    font-size: 13px;
    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: 11px;
    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: 210px;
	left: 20px;
	height: 32px;
	opacity: 0;
}
.white {
	color: #fff;
}
.bg-colour {
	background-color: #6daf3d;
}
.panel-rev {
	background: #fff;
	color: #6daf3d;
}