/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

body {
    font-family: sans-serif;
    line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

nav ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}




/* change colours to suit your needs */

ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}




/* change colours to suit your needs */

mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold;
}

del {
    text-decoration: line-through;
}

abbr[title],
dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}




/* change border colour to suit your needs */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #cccccc;
    margin: 1em 0;
    padding: 0;
}

input,
select {
    vertical-align: middle;
}

sub,
sup {

    font-size: 45%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

* {
    box-sizing: border-box;
}

sup {
    top: -0.8em;
    
}


/*------- Calling FT hosted Comcast Fonts --------*/
/*/ Xfinity Brown Regular /*/

@font-face {
  font-family: 'XfinityBrownWeb-Regular';
  src: url:('https://cdn.flashtalking.com/93411/fonts/7d1c67efe403cb3f72ae695a3b3a4e1809ec8710.eot'); /* IE9 Compat Modes */
  src: url('https://cdn.flashtalking.com/93411/fonts/40915d5c7fac9eb0b4397623fac4cd6d0a48852d.woff2') format('woff2'),
   url('https://cdn.flashtalking.com/93411/fonts/1bf1652af0afef4076dc2fd7e065fbe531cdf610.woff') format('woff'); /* Legacy iOS */
}


/*/ XfinityBrownWeb-Bold /*/
@font-face {
  font-family: 'XfinityBrownWeb-Bold';
  src: url('https://cdn.flashtalking.com/93411/fonts/57cfca5154c2481062a796915c0bdab3ed0f6fd6.eot'); /* IE9 Compat Modes */
  src: url('https://cdn.flashtalking.com/93411/fonts/d4b3e162de98cb3f43636cde35fcc00e89f83fdf.woff2') format('woff2'),
   url('https://cdn.flashtalking.com/93411/fonts/1ccbf188da2dd4565c47b990c13da23365f1251e.woff') format('woff'); /* Legacy iOS */
}

/*/ XfinityBrownWeb-Light /*/
@font-face {
  font-family: 'XfinityBrownWeb-Light';
  src: url('https://cdn.flashtalking.com/93411/fonts/0cd2571b390e50c7237ba186315923424f49f8ad.eot'); /* IE9 Compat Modes */
  src: url('https://cdn.flashtalking.com/93411/fonts/24941008179701317ed1b84ece7f42ed6a90c2d4.woff2') format('woff2'),
   url('https://cdn.flashtalking.com/93411/fonts/74e41835de34c8deb73e1f979e66fe374ac4ccb9.woff') format('woff'); /* Legacy iOS */
}

/*/ XfinityBrownWeb-LightItalic /*/
@font-face {
  font-family: 'XfinityBrownWeb-LightItalic';
  src: url('https://cdn.flashtalking.com/93411/fonts/289be44322768fce8ee7f2f396e63bb7bd4741eb.eot'); /* IE9 Compat Modes */
  src: url('https://cdn.flashtalking.com/93411/fonts/ee87a989f489f04b7ce40ad162c93a2681c95db1.woff2') format('woff2'),
   url('https://cdn.flashtalking.com/93411/fonts/196109e48488e6306e22a4d01083b2cf62f52247.woff') format('woff'); /* Legacy iOS */
}

/* ---------------------------------- Font Style Classses ---------------------------------- */

.xbr { font-family : 'XfinityBrownWeb-Regular'; font-style:normal;}
.xsb { font-family : 'XfinityBrownWeb-Bold'; font-style:normal;}
.xli { font-family : 'XfinityBrownWeb-Light'; font-style: normal;}
.xsli { font-family : 'XfinityBrownWeb-LightItalic'; font-style: normal;}


/* ---------------------------------- Styles ---------------------------------- */

html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    image-rendering: -webkit-optimize-contrast;
}

div, img, ft-dynamic {
   position : absolute;
}



#frame1BackgroundImage, 
{
    background-size: 100% 100%;
}

#container {
    width: 300px;
    height: 600px;
    overflow: hidden;
    cursor: pointer;
    background-color: black;
    color: black;
    border: 1px solid #808080;
}
/* ---------------------------------- NON DYNAMIC ELEMENTS ---------------------------------- */

#bg{
    position: absolute;
    top:0px;
    left:0px;
    width: 300px;
    height: 600px;
/*     background-image: url(f7.jpg);*/
  
}

#logo {
    bottom:50px;
    left:109px;
    width: 88px;
    height: 32px;
	z-index: 12;
}
#lineEF{
	position: absolute;
    width: 2px;
    height: 68px;
    top: 345px;
    left: 18px;
    border-left: 1px dashed white;
}


#line_BoltOn{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 5px;
    height: 100%;
    background-color: #c8001d;
}

#bottomBar_grey {   
    top: 456px;
    left: -44px;
    height: 430px;
    width: 430px;
    background-color: #343434;
    transform: rotate(73.5deg);
}

/* ---------------------------------- IMAGE DYNAMIC ELEMENTS ---------------------------------- */
#EFdevicesHolder{
	position: absolute;
	/*width: 199px;
    height: 144px;
	top: 350px;
    left: 54px;*/
    width: 300px;
    height: 600px;
    top: 0px;
    left: 0px;
	z-index: 2;
}

#EFdevice img{
    position: absolute;
    top: 0px;
    left: 0px;
    /*width: 199px;
    height: 144px;*/
     width: 300px;
    height: 600px;
    background-size: 100% 100%;
}

/* ---------------------------------- HEADLINE DYNAMIC ELEMENTS ---------------------------------- */
#F1HeadlineHolder{
    position: absolute;
    top: 196px;
    left: 10px;
    width: 278px;
    height: 128px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

#F1Headline1{
    position: relative;
    width: 100%;
    text-align: left;
    line-height: 1;
    letter-spacing: -1px;
    font-size: 48px;
    color: white;
}

#F1Headline2{
    position: relative;
    width: 100%;
    text-align: left;
    line-height: 1;
    letter-spacing: -4px;
    font-size: 58px;
    color: white;
}

#F2HeadlineHolder{
    position: absolute;
    top: 196px;
    left: 10px;
    width: 278px;
    height: 128px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

#F2Headline1{
    position: relative;
    width: 100%;
    text-align: left;
    line-height: 1;
    letter-spacing: -1px;
    font-size: 48px;
    color: white;
}

#F2Headline2{
    position: relative;
    width: 100%;
    text-align: left;
    line-height: 1;
    letter-spacing: -4px;
    font-size: 58px;
    color: white;
}

#F3HeadlineHolder{
    position: absolute;
    top: 196px;
    left: 10px;
    width: 278px;
    height: 128px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

#F3Headline1{
    position: relative;
    width: 100%;
    text-align: left;
    line-height: 1;
    letter-spacing: -1px;
    font-size: 48px;
    color: white;
}

#F3Headline2{
    position: relative;
    width: 100%;
    text-align: left;
    line-height: 1;
    letter-spacing: -4px;
    font-size: 58px;
    color: white;
}

#square1{
	position: absolute;
	width: 10px;
	height: 42px;
	top: 205px;
	left: 10px;
	background-color: white;
	z-index: 2;
}

#square2{
	position: absolute;
	width: 10px;
	height: 44px;
	top: 256px;
	right: 10px;
	background-color: white;
	z-index: 2;
}

#F4HeadlineHolder{
    position: absolute;
    top: 10px;
    left: 0;
    width: 300px;
    height: 45px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
	z-index: 12;
}

#F4Headline{
    position: relative;
    text-align: center;
    line-height: 1;
    letter-spacing: -1px;
    font-size: 21px;
    color: white;
}

#boltonHolder{
	position: absolute;
    top: 345px;
    left: 26px;
    width: 191px;
    height: 68px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

#bolton{
	position: relative;
    text-align: left;
    line-height: 1.1;
    letter-spacing: -1px;
    font-size: 15px;
	font-style: italic;
    color: white;
}

/* ---------------------------------- END FRAME DYNAMIC ELEMENTS ---------------------------------- */
#endFrame {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	color: white;
}

#EFHeadlineHolder{
	position: absolute;
    top: 0px;
    left: 0;
    width: 300px;
    height: 125px;
    display: flex;
	color: white;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

#EFHeadline{
    position: relative;
    text-align: left;
    line-height: 1;
    letter-spacing: -.8px;
    font-size: 30px;
    padding-left: 15px;
    
}

#EFHeadlineHolder2{
	position: absolute;
    top: 0px;
    left: 0;
    width: 300px;
    height: 125px;
    display: flex;
	color: white;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
/*	background-color: aqua;*/
}

#EFHeadline2_A{
    position: relative;
    text-align: left;
    line-height: .95;
    letter-spacing: -.1px;
    font-size: 30px;
	padding-left: 15px;
}

#EFHeadline2_B{
    position: relative;
    text-align: left;
    line-height: .95;
    letter-spacing: -.1px;
    font-size: 30px;
	padding-left: 15px;
}

#EFHeadline2_C{
    position: relative;
    text-align: left;
    line-height: .95;
    letter-spacing: -.1px;
    font-size: 30px;
	padding-left: 15px;
}

#endOfferHolder {
    position: relative;
    top: 128px;
    left: 18px;
    width: 200px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;    
}

#offerTitle {
    position: relative;
    text-align: left;
    line-height: 1.2;
    letter-spacing: -1px;
    font-size: 23px;
    margin-left: 17px;
}

#priceHolder {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    margin-left: 17px;
}

.sup {
    top: -33px;
    font-size: 40%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
    margin-right: 1px;
}

#offerPrice {
    position: relative;
    text-align: left;
    line-height: 1.1;
    letter-spacing: -.7px;
    font-size: 78px;
}


#rightContent {
    position: relative;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

#offerCents {
    position: relative;
	top: 6px;
    font-size: 32px;
    text-align: left;
    line-height: 1;
}

#offerEach {
    position: relative;
    font-size: 21px;
    text-align: left;
	letter-spacing: -1px;
    line-height: 1;
}

#offerTerms {
    position: relative;
    font-size: 12px;
    line-height: 1;
    text-align: left;
    margin-top: 7px;
}

#offerAgrmt {
    position: relative;
    font-size: 13px;
    text-align: left;
    line-height: 1.3;
    letter-spacing: -.3px;
    margin-top: -8px;
    margin-left: 17px;
}

#ctaBg {
    position: absolute;
    top: 297px;
    left: 18px;
    width: 104px;
    height: 33px;
    overflow: hidden;
    background-color: #3399cc;
    border-radius: 45px;
    background-repeat: no-repeat;
    background-image: linear-gradient(to right, rgba(204, 204, 204, 0), rgba(255, 255, 255, 0.3), rgba(204, 204, 204, 0));
    background-position: -100px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

#cta {
        position: relative;
    text-align: center;
    font-size: 14px;
    letter-spacing: -.3px;
    line-height: 11px;
    width: 100%;
    color: white;
    white-space: nowrap;
    padding: 1px 0 0 1px;
}

#phoneNumber {
    position: absolute;
    bottom: 30px;
    right:6px;
    font-size: 10px;
}

#legalDisclaimer{
    position: absolute;
	width: 250px;
    left: 16px;
    bottom:10px;
    position: absolute;
    letter-spacing: -.5px;
    font-size: 9px;
    line-height: 1.2;
}

/*------------------ TurnOnOff Variables ------------------- */

#staticImage img {
    position: absolute;
    width: 300px;
    height: 600px;
    overflow: hidden;
    cursor: pointer;
    border: 1px solid #808080;
}

/*------------------ JS Switching Classes ------------------- */
.hidden {
    display: none;
}

.visible {
    display: inline-block;
}
