/******************************
PHONE SPECIFIC
******************************/
.inner-left-page, .inner-right-page { display:block; width:95%; padding:0 2.5%; }
.phone-feature-margin { margin: 0 0 25px 0 !important; width: 100% !important; float:left; display: block; }
body::-webkit-scrollbar { display: none; }
.brightcove { float:left; width:100%; margin-bottom:20px; }
.brightcove .brightcove-info-subtitle { font-size:0.8em; }
.brightcove .video-backdrop-info { float:left; margin-bottom:8px; }

.desktop_only, .tablet_only, .portrait_only, .landscape_only, .phone_invis{display:none!important;}
b{
    font-family: Univers-Bold, Arial, Helvetica, sans-serif;
}

/* LISTS */
.no_dots_ul{
    margin-bottom: 30px;
    margin-left: 20px;
}
.no_dots_ul li {
    font-size: .925em;
    margin-bottom: 10px;
}

.white{
    color: #ffffff;
}
.orange{
    color:#ff7701;
}

.gray{
    color: #7f7f7f;
}
.bolder{
    font-family: Univers-Bold, Arial, Helvetica, sans-serif;
    font-weight: bold;
}

/******************************
FONTS
******************************/
h1 { font-size:1.5em /*24px*/; font-weight:bold; }
.resources-body h1{
    color: #8da6b1;
    font-size: 28px;
    margin-bottom: 30px;
    margin-top:20px;
}
h2 { font-size: .9em;
    color:#7f7f7f;
}
h3 {font-size: 1.5em;
    color:#8da6b1;
    font-family: Univers-Light, Arial, Helvetica, sans-serif;
    margin-bottom: 10px;
    line-height: 25px;}
h4 {
    font-size: 1.5em;
    font-family: Univers-Bold, Arial, Helvetica, sans-serif;
    color:#8da6b1;
}
h5 {
    font-family: Univers-Light, Arial, Helvetica, sans-serif;
    color:#7f7f7f;
    font-size: 1.125em;
    margin-bottom: 25px;
}
h6 { font-size:1.125em /*18px*/; font-weight:bold; }

p, li { font-size:1em; line-height:1.45em; }
p { padding-bottom:22px; }
p.paragraph-header { font-weight:bold; }

.inner-page-right h6,
.inner-page-left h6 { padding-bottom: 10px;}

.text_wrap_left{
    float:left;
}
/******************************
HEADER
******************************/
#header-fixed { float:left; width:100%; height:36px; position:fixed; z-index:100; }
#running-header { width:100%; float:left; background:rgba(255,255,255,.85);display: none;}
p.running-chapter { font-size:.75em; color:#7f7f7f; display:inline-block; margin-left:2.33%; padding:2px 0 2px 10px; }
header { width:100%; display:block; height:36px; float:left; background: rgb(238,238,238);
background: -moz-linear-gradient(top,  rgba(238,238,238,1) 0%, rgba(254,254,254,1) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(238,238,238,1)), color-stop(100%,rgba(254,254,254,1)));
background: -webkit-linear-gradient(top,  rgba(238,238,238,1) 0%,rgba(254,254,254,1) 100%);
background: -o-linear-gradient(top,  rgba(238,238,238,1) 0%,rgba(254,254,254,1) 100%);
background: -ms-linear-gradient(top,  rgba(238,238,238,1) 0%,rgba(254,254,254,1) 100%);
background: linear-gradient(to bottom,  rgba(238,238,238,1) 0%,rgba(254,254,254,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#fefefe',GradientType=0 );
-webkit-box-shadow: 0 2px 4px 0 rgba(0,0,0,.2);
box-shadow: 0 2px 4px 0 rgba(0,0,0,.2);
}
.logos_front{
    background-image: url("../images/_phone/logos_phone.png");
    width:189px;
    height:22px;
    background-repeat: no-repeat;
    float:left;
    margin-top:5px;
    margin-left:8px;
    opacity:0;
}

.visible{
    opacity: 1;
    -moz-transition: opacity .3s ease-in-out;
    -webkit-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    -ms-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
}
.border{
    border-left: 4px solid #f80000;
}

.dropdown-wrap { width:90px; float:right; display:inline-block; margin-top:8px; }

.navigation-TOC a:hover,
.navigation-TOC a:active,
.navigation-download a:hover,
.navigation-download a:active { opacity:.7; }

.navigation-download { width:13px; display:inline-block; float:left; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
.navigation-download svg { width:13px; height:18px; }

.TOC-page { float:right !important; }

.navigation-TOC { width:29px; display:inline-block; float:right; margin-top:-1px; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
.navigation-TOC svg { width:29px; height:20px; }


/******************************
FRONT COVER
******************************/

.cover-text { position:absolute; bottom:26%; display:block; color:#fff; }
.cover-text h1 { font-size:1.4em; line-height:.95em; width:300px; }
.cover-text h6 { font-size:0.7em; }
.logos{
    padding-top: 2px;
    height:40px;
    width:99%;
    margin-top:5px;
}
.logo_oracle{
    background-image: url("../images/_phone/logo_oracle_phone.png");
    background-repeat: no-repeat;
    background-size: contain;
    float:left;
    height: 26px;
    width:150px;
    margin-left:8px
}
.logo_hitachi{
    background-image: url(../images/_phone/logo_hitachi_phone.png);
    background-repeat: no-repeat;
    float: right;
    height: 26px;
    width: 120px;
    background-size: contain;
    margin-right: 8px;
}
.chapter_quote_holder .logos{
    margin-bottom: 20px;
}
.chapter_quote_holder h5{
    display: inline-block;
}
li.cover { padding-top:0 !important; }
.cover_container { margin-top: 34px; width:100%; background-image:url(../images/_phone/cover_phone.png); background-size:cover; background-position:center; background-repeat: no-repeat; }

a .cover-front-caret {width:70px; height:62px; margin:0px 28px 0 0; border:transparent 1px solid; position:absolute; bottom:30px; right:0;
background-repeat:no-repeat;
background-size:17px 25px;
background-position:center;
background-color:#ccc;
background-color:rgba(255,255,255,.75);
background-image:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjE2cHgiIGhlaWdodD0iMjIuOXB4IiB2aWV3Qm94PSIzMCAxOS41NDkgMTYgMjIuOSIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAzMCAxOS41NDkgMTYgMjIuOSIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxnIGlkPSJSaWdodF9BcnJvdyI+CjwvZz4KPGc+Cgk8cG9seWdvbiBmaWxsPSIjMDAwMDAwIiBwb2ludHM9IjM4LDQyLjQgMzAsNDIuNCAzOCwzMS40IDMwLDE5LjUgMzgsMTkuNSA0NiwzMS40Ii8+CjwvZz4KPC9zdmc+"); }

a:hover .cover-front-caret,
a:active .cover-front-caret { border:#fff 1px solid; background-color:#000; background-color:rgba(255,255,255,1); margin:2px 28px 0 0; }


/******************************
TABLE OF CONTENTS
******************************/
.TOC-intro { }
#get-page-TOC { padding-top:14px; }
.TOC-intro p { font-size:.75em; padding: 12px 0px 4px 0 !important; color:#7F7F7F !important; }

.TOC-block { width:100%; display:block; float:left; border-bottom:#7F7F7F solid 1px;  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); padding-top:5px; }
.TOC-block a { color:black; text-decoration:none; }

.preview-wrap {
    width: calc(100% - 60px);
    display: inline-block;
    float: left;
    padding: 0px 0 0;
    font-size: 0.825em;
    overflow: hidden;
    color:#404040;
}

.chap-icon, .chap-icon-modal { width:80px; height:80px; display:inline-block; margin-left:10px; float:left;
background-repeat:none;
background-size:80px auto; }
li#scroll-top-TOC h6 span{
    color: #8da6b1;
}

.chap-icon{
    background-repeat: no-repeat;
    background-position:center right;
    height:100px;
}
.TOC-img-1 { background-image:url(../images/_phone/toc_icon01.png);
background-size: 104px 56px;}
.TOC-img-2 { background-image:url(../images/_phone/toc_icon02.png);
    background-size: 84px 68px;}
.TOC-img-3 { background-image:url(../images/_phone/toc_icon03.png);
    background-size: 92px 74px;}
.TOC-img-4 { background-image:url(../images/_phone/toc_icon04.png);
    background-size: 70px 78px;
position:relative}
.TOC-img-5 { background-image:url(../images/_phone/toc_icon05.png);
    background-size: 78px 78px;}
.TOC-img-6 { background-image:url(../images/_phone/toc_icon06.png);
    background-size: 76px 54px;}
.TOC-img-7 { background-image:url(../images/_phone/toc_icon07.png);
    background-size: 54px 78px;}
.TOC-img-8 { background-image:url(../images/_phone/toc_icon08.png);
    background-size: 88px 60px;}
.TOC-img-9 { background-image:url(../images/_phone/toc_icon09.png);
    background-size: 60px 66px;}



.resources-block { width:100%; display:block; float:left; -webkit-tap-highlight-color: rgba(0, 0, 0, 0);  }
.resources-block a { color:#000; text-decoration:none;  }

li#scroll-top-TOC h6,
.remodal h6 {
    width: 89%;
    display: block;
    margin: 10px 0 5px;
    font-size: .9em;
    font-weight: normal;
    color:#5f5f5f;
}



/* New Chapter */
.new-chap-left, .new-chap-right { display: inline-block; float: left; }
.new-chap-left { width: 65%; padding-right: 2.5%; }
.new-chap-right { width:30%; padding-left: 2.5% }
.main-text h1, .main-text h3, .row h4 { display:block; float:left; width:100%; }
.main-text h3, .main-text h1 { color:black; }

.main-text h3 { line-height:0.875em; padding-bottom:7px; }
.main-text h1 { padding-bottom:18px; line-height:1.05em; }
.row h4 { line-height:1.05em;padding-bottom:0px; }

.main-text p.drop-cap:first-letter { float:left; color:#688FCF; font-size:3em; padding-top:13px; padding-right:3px;  font-weight:bold; margin-left:-2px; }
@-moz-document url-prefix() {
    .main-text p.drop-cap:first-letter {
        padding-top:5px;
    }
}


.front_quote{
    background-image: url("../images/front_quote.png");
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: top center;
    width:15px;
}
.end_quote{
    background-image: url("../images/end_quote.png");
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: top left;
    width: 15px;
    height: 22px;
    display: inline-block;
}
.chapter_quote{
    color: #ffffff;
    font-size: 30px;
    margin-top: 43px;
    margin-left: 10px;
    line-height: 30px;
    margin-right:10px;
}
#scroll-top-3 .chapter_quote, #scroll-top-4 .chapter_quote {
    font-size: 22px;
    line-height: 23px;
}
#scroll-top-3 .end_quote, #scroll-top-4 .end_quote{
    height: 16px;

}
#scroll-top-new .chapter_quote{
    font-size: 24px;
    line-height: 26px;
}
#scroll-top-5 .chapter_quote, #scroll-top-6 .chapter_quote{
    font-size: 20px;
    line-height: 22px;
}

#scroll-top-5 .end_quote, #scroll-top-6 .end_quote{
    height: 15px;

}
#scroll-top-7 .chapter_quote{
    font-size: 24px;
    line-height: 26px;
}
#scroll-top-7 .end_quote{
    height: 20px;
}
#scroll-top-8 .chapter_quote{
    font-size: 23px;
    line-height: 21px;
}
#scroll-top-8 .end_quote{
    height: 19px;
}
#scroll-top-9 .chapter_quote{
    font-size: 22px;
    line-height: 23px;
}
#scroll-top-9 .end_quote{
    height: 16px;
}
.chapter_caller{
    color:#ffffff;
    font-size: 15px;
    font-weight: bold;
    margin-left: 34px;
    margin-right:10px;
}
.margin-rect { background:#B0C3C8; width:100%; display: block; float: left; margin-top: 14px; position: relative;}

.chapter_quote_holder{
    margin-bottom: 40px;
    height: 562px;
    position: relative;
    background-position: 0px 150px;
    background-repeat: no-repeat;
}
#scroll-top-2 .chapter_quote_holder{
    background-image: url("../images/_phone/ch01_img01_phone.jpg");

}
#scroll-top-3 .chapter_quote_holder{
    background-image: url("../images/_phone/ch02_img01_phone.jpg");
}
#scroll-top-4 .chapter_quote_holder{
    background-image: url("../images/_phone/ch03_img01_phone.jpg");
}
#scroll-top-5 .chapter_quote_holder{
    background-image: url("../images/_phone/ch04_img01_phone.jpg");
}
#scroll-top-6 .chapter_quote_holder{
    background-image: url("../images/_phone/ch05_img01_phone.jpg");
}
#scroll-top-new .chapter_quote_holder{
    background-image: url("../images/_phone/ch06_img01_phone.jpg");
}
#scroll-top-new .footnote_holder{
    padding-bottom: 60px;
}
#scroll-top-7 .chapter_quote_holder{
    background-image: url("../images/_phone/ch07_img01_phone.jpg");
}
#scroll-top-8 .chapter_quote_holder{
    background-image: url("../images/_phone/ch08_img01_phone.jpg");
}
#scroll-top-9 .chapter_quote_holder{
    background-image: url("../images/_phone/ch09_img01_phone.jpg");
}
/******************************
LAYOUT
******************************/
.container { width:100%; max-width:716px; min-width:300px; margin:0 auto; }
.row { display:block; width:95%; margin:0 2.5%; }
.row:after { clear:both; content:""; display:table; }
.video-backdrop-overlay .row{
    margin: 0 0;
}

.first-row { margin-top:10px;
    margin-bottom: 10px;
}

.full-width { width:100%; float:left; display:block; }
.full-width:after { clear:both; content:""; display:table;}

.background-gray { background:#ededed; }
.main-text-bottom { clear:both; padding-top:15px; }


/* dropcap */
.main-text p.drop-cap:first-letter { float:left; color:black; font-size:3em; padding-top:11px; padding-right:4px; font-weight:bold; margin-left:-2px; }
@-moz-document url-prefix() {
    .main-text p.drop-cap:first-letter {
        padding-top:5px; font-size:3.2em;
    }
}
/***INTRO PAGE**/

.pull_quote {
    border-left: 4px solid #ff7701;
    color: #46575e;
    font-size: 18px;
    padding-left: 15px;
    padding-top: 2px;
    margin-top: 5px;
    line-height: 1.45em;
    margin-bottom: 32px;
    padding-right: 0px;
    padding-bottom: 2px;
}
.page-v2 .pull_quote{
    margin-bottom: 60px;
}
.page-x2a{
    margin-bottom: 60px;
}
.quote_caller{
    color: #46575e;
    font-family: Univers-Bold, Arial, Helvetica, sans-serif;
    font-size: .9em;
    font-weight: bold;
}
.page-t2b .pull_quote{
    font-size: 16px;
}
#scroll-top-new .quote_caller{
    font-size: 1.2em;

    margin-top: 10px;
}
/***BACKGROUND IMAGES***/

.lg_img{
    margin-bottom:17px;
    width:320px;
    margin-left:-10px
}
.inline-img{
    margin-bottom:17px;
}
#img-1-4{
    margin-top: -50px;
    margin-bottom: 0px;
}

/****Speed up loading!***/

.swap_img{
    display:block;
    margin-left: -8px;
    margin-bottom: 17px;
}

#d1_img{
    background-image: url("../images/_phone/ch01_img02_phone.png");
    width: 320px;
    height: 206px;
}
#d2_img{
    background-image: url("../images/_phone/ch01_img03_phone.png");
    width: 320px;
    height: 208px;
}
#h1_img{
    background-image: url("../images/_phone/ch02_img02_phone.png");
    width: 320px;
    height: 172px;
}
#h2_img{
    background-image: url("../images/_phone/ch02_img03_phone.png");
    width: 320px;
    height: 256px;
}
#j2_img{
    background-image: url("../images/_phone/ch03_img02_phone.png");
    width: 320px;
    height:172px;
}
#k2_img{
    background-image: url("../images/_phone/ch03_img03_phone.png");
    width: 320px;
    height:392px;
    margin-top: -80px;
}
#m1_img{
    background-image: url("../images/_phone/ch04_img02_phone.png");
    width: 320px;
    height: 290px;
}
#m2_img{
    background-image: url("../images/_phone/ch04_img03_phone.png");
    width: 320px;
    height: 172px;
}
#n1_img{
    background-image: url("../images/_phone/ch04_img03_phone.png");
    width: 320px;
    height: 172px;
}
#n2_img{
    margin-top: -80px;
    background-image: url("../images/_phone/ch04_img04_phone.png");
    width: 320px;
    height: 342px;
}
#o2_img{
    background-image: url("../images/_phone/ch05_img02_phone.png");
    width: 320px;
    height: 204px;
}
#q1_img{
    background-image: url("../images/_phone/ch05_img03_phone.png");
    width: 320px;
    height: 276px;
}
#q2_img{
    margin-top: -110px;
    background-image: url("../images/_phone/ch05_img04_phone.png");
    width: 320px;
    height: 236px;
}
#s2_img{
    background-image: url("../images/_phone/ch06_img05_phone.png");
    width: 320px;
    height: 179px;
}
#t2_img{
    margin-top: -250px;
    background-image: url("../images/_phone/ch06_img06_phone.png");
    width: 320px;
    height: 548px;
}
#v1_img{
    background-image: url("../images/_phone/ch08_img02_phone.png");
    width: 320px;
    height: 304px;
}
#v2_img{
    background-image: url("../images/_phone/ch08_img03_phone.png");
    width: 320px;
    height: 352px;
}
#w2_img{
    background-image: url("../images/_phone/ch09_img02_phone.png");
    width: 320px;
    height: 172px;
}
#x1_img{
    background-image: url("../images/_phone/ch09_img04_phone.png");
    width: 320px;
    height: 284px;
}


.icon{
    background-size: contain;
    padding-right: 6px;
    background-repeat: no-repeat;
    float:left;
}
.saas_icon{
    background-image: url("../images/_phone/ch07_img02_phone.png");
    width: 48px;
    height: 48px;
}
.paas_icon{
    background-image: url("../images/_phone/ch07_img03_phone.png");
    width: 48px;
    height: 48px;
}
.iaas_icon{
    background-image: url("../images/_phone/ch07_img04_phone.png");
    width: 48px;
    height: 48px;
}
.icon-header{
    color: #7f7f7f;
    font-weight: bold;
    font-size: 18px;
    padding-right:50px;
    display: block;
}
.icon-group{
    margin-bottom:17px;
}
.page-a1{
    margin-top: 20px;
}

/**** TRAD ASSETS**/
.trad_asset{
    margin-bottom: 30px;
    display: inline-block;
}

.white_bg{
    background-color: rgba(255, 255, 255, 0.6);
    padding-top: 26px;
    margin-bottom: 32px;
    padding-bottom: 30px;
}

.white_bg .trad_asset_text{
    margin-left: 15px;
    margin-right: 15px;
}
.whitepaper_asset{
    background-image: url("../images/icon_whitepaper.png");
    background-repeat: no-repeat;
    background-size: 36px 47px;
    padding-left: 48px;
    min-height:48px;
}
.white_bg .whitepaper_asset{
    background-position-x:20px;
}
.report_asset{
    background-image: url("../images/icon_report.png");
    background-repeat: no-repeat;
    background-size: 36px 47px;
    padding-left: 57px;
    min-height: 52px;
    background-position: left 5px;
}
.white_bg .report_asset{
    background-position-x:28px;
}
.webpage_asset{
    background-image: url("../images/icon_webpage.png");
    background-repeat: no-repeat;
    background-size: 44px 35px;
    padding-left: 57px;
    min-height: 35px;
    background-position: left 5px;
}

.infographic_asset{
    background-image: url("../images/icon_infographic.png");
    background-repeat: no-repeat;
    background-size: 44px 49px;
    padding-left: 48px;
    min-height: 44px;
    background-position: 0px 5px;
    padding-top: 10px;
    display:inline-block;
    float:left;
}
.video-no-backdrop .infographic_asset{
    margin-left: 10px;
    margin-bottom: 20px;
}
.success_asset{
    background-image: url("../images/icon_success.png");
    background-repeat: no-repeat;
    background-size: 33px 48px;
    padding-left: 44px;
    min-height: 50px;
}
.webcast_asset{
    background-image: url("../images/icon_webcast.png");
    background-repeat: no-repeat;
    background-size: 41px 28px;
    padding-left: 50px;
    min-height: 28px;
    background-position: left 4px;
}
.white_bg .webcast_asset{
    background-position-x:20px;
}
.video_asset{
    background-image: url("../images/icon_video.png");
    background-repeat: no-repeat;
    background-size: 40px 29px;
    padding-left: 40px;
    margin-left: 10px;
    min-height: 32px;
    margin-top: 10px;
    cursor: pointer;
    display: inline-block;
    float:left;
}
.pdf_asset {
    background-image: url("../images/icon_pdf.png");
    background-repeat: no-repeat;
    background-size: 36px 48px;
    padding-left: 44px;
    min-height: 50px;
}
.blog_asset{
    float:left;
    margin-left:10px;
    margin-right:10px
}



/***LISTS***/

.no_dots_ul{
    list-style: none;
    font-size: 1em;
    margin-bottom: 17px;
    margin-bottom: 36px;
}
.no_dots_ul li{
    color: #7f7f7f;
    font-size: .95em;
    line-heighT: 1.4em;
    margin-bottom: 16px;
    padding-top:0px!important;
}
.no_dots_bold{
    color:#46575e;
    font-family: Univers-Bold, Arial, Helvetica, sans-serif;
}
.cheat_ten_up{
    margin-top: -10px;
}
.arrow_text{
    font-family: Univers, Arial, Helvetica, sans-serif;
    background-image: url("../images/arrow_light_blue.png");
    background-repeat: no-repeat;
    padding-left: 29px;
    color: #8da6b1;
    margin-bottom: 12px;
    font-size: 1em;
    margin-right: 6%;
    background-position-y: 4px;
}

.popupContainer .arrow_text{
    font-family: Univers, Arial, Helvetica, sans-serif;
    background-image: url(../images/pop-arrow.png);
    background-repeat: no-repeat;
    padding-left: 19px;
    margin-bottom: 9px;
    font-size: 1em;
    background-size: 12px 10px;
    background-position-y: 3px;
    color:#46575e;
    margin-right: 0%;

}

.arrow_text_group{
    margin-bottom: 20px;
}

img.arrow-inline { position: relative; top: 1px; padding-right: 5px; display:inline-block !important; }

/* List using dropcap */
.drop-cap{
    font-family: Univers-Light, Arial, Helvetica, sans-serif;
    float: left;
    color: #ffffff;
    background-color: #8da6b1;
    font-size: 2em;
    padding: 12px 10px 4px 10px;
    margin-right: 5px;
    margin-top: 4px;
}
/******************************
POPUPS (INCLUDING VIDEOS)
******************************/

#video-1{background-image: url("../images/thumbnails/ch01_tbnail01_phone.png")}
#video-2{background-image: url("../images/thumbnails/ch02_tbnail01_phone.png")}
#video-3{background-image: url("../images/thumbnails/ch02_tbnail02_phone.png")}
#video-4{background-image: url("../images/thumbnails/ch03_tbnail01_phone.png")}
#video-5{background-image: url("../images/thumbnails/ch03_tbnail02_phone.png")}
#video-new{background-image: url("../images/thumbnails/ch06_tbnail01_phone.png")}
#video-new2{background-image: url("../images/thumbnails/ch06_tbnail02_phone.png")}

#video-6{background-image: url("../images/thumbnails/ch05_tbnail01_phone.png")}
#video-7{background-image: url("../images/thumbnails/ch05_tbnail02_phone.png")}
#video-8{background-image: url("../images/thumbnails/ch08_tbnail01_phone.png")}
#infographic_8_1{background-image: url("../images/thumbnails/ch09_tbnail01_phone.png");
    background-size: cover;
}
#cta_8_1{
    background-image: url("../images/thumbnails/ch09_tbnail02_phone.png");
}


.overlay-fill { width:100%; height:100%; background-color:#000; display:block; position:absolute; top:21px; opacity:1; }
.adjustment1 { top:45px; }

#voverlay-container { z-index:1001; display:none; text-align:right; }
#overlay-container { z-index:1001; display:none; text-align:center; opacity:1!important; width:640px; margin-top:25px; height:345px; }
#youtube-overlay-container { z-index:1001; display:none; text-align:center; opacity:1!important; height:360px; margin-top:50%; margin-left: 10px}

#voverlay-content { width:300px; height: 150px !important; color:#ffffff; margin-top:24px;
    background-color:#fff;
    background-image:url(../images/preloader_video.gif);
    background-repeat:no-repeat;
    background-size:126px 100px;
    background-position:center;
}
#voverlay-content object{
    width: 100%;
    height:100%;
}
#voverlay-content iframe{
    width: 100%;
    height:100%;
}
#overlay-content { opacity:0; overflow:hidden; margin:45px auto 0; }
#youtube-overlay-content { opacity:0; background-color:transparent; overflow:hidden;}

#vid-close { top:-13px; }
#p-close { top:8px; }
#y-close { top:-37px }
.ie-play-button-JS{
    display: none;
}
/* Popup Text, Graphic, Image */
.popup_slide_wrapper { width:100%; height:542px; display:block; margin:0px auto 0; overflow:hidden; background:#fff; }

a /*span*/.popup_graphic { float:left; border-left:#1F4F82 10px solid; display:inline; font-size:1.15em; color:black; padding:15px 20px 0 12px; margin:26px 17px 15px 0;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    background-color:#efefef;
}

/* Close Button */
.button.b-close, .button.bClose { width:30px; height:30px; right:0; position:absolute; z-index:10000; cursor:pointer; text-indent:100%; white-space:nowrap; overflow: hidden;
    /*-webkit-box-shadow: 0px 0px 15px 0 rgba(0,0,0,.7);
    box-shadow: 0px 0px 15px 0 rgba(0,0,0,.7);*/
    background-image:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDUwIDUwIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA1MCA1MCIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxnPgoJPGc+CgkJPHBhdGggZmlsbD0iIzY2NjY2NiIgZD0iTTI1IDQ5QzExLjc2NyA0OSAxIDM4LjIgMSAyNVMxMS43NjcgMSAyNSAxczI0IDEwLjggMjQgMjRTMzguMjMzIDQ5IDI1IDQ5eiIvPgoJCTxwYXRoIGZpbGw9IiNGRkZGRkYiIGQ9Ik0yNSAyYzEyLjY4MiAwIDIzIDEwLjMgMjMgMjNTMzcuNjgyIDQ4IDI1IDQ4UzIgMzcuNyAyIDI1UzEyLjMxOCAyIDI1IDIgTTI1IDAgQzExLjE5MyAwIDAgMTEuMiAwIDI1czExLjE5MyAyNSAyNSAyNXMyNS0xMS4xOTMgMjUtMjVTMzguODA3IDAgMjUgMEwyNSAweiIvPgoJPC9nPgoJPGc+CgkJPHBhdGggZmlsbD0iI0ZGRkZGRiIgZD0iTTIxLjcxMSAxNi4zMjNsMy41MDQgNS45MDRsMy43NDUtNS45MDRoMy45ODRsLTUuNzEzIDguMzUzbDYuMDQ5IDkuMDAxSDI4LjcybC0zLjg2NC02LjUyOGwtNC4xNTIgNi41IGgtMy45ODRsNi4wOTctOC45NzdsLTUuNjg4LTguMzc3SDIxLjcxMXoiLz4KCTwvZz4KPC9nPgo8L3N2Zz4K");
    background-repeat:no-repeat; }
.button.b-close:hover { background-image:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDUwIDUwIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA1MCA1MCIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxnPgoJPGc+CgkJPHBhdGggZmlsbD0iI0ZGRkZGRiIgZD0iTTI1IDQ5QzExLjc2NyA0OSAxIDM4LjIgMSAyNVMxMS43NjcgMSAyNSAxczI0IDEwLjggMjQgMjRTMzguMjMzIDQ5IDI1IDQ5eiIvPgoJCTxwYXRoIGZpbGw9IiM2NjY2NjYiIGQ9Ik0yNSAyYzEyLjY4MiAwIDIzIDEwLjMgMjMgMjNTMzcuNjgyIDQ4IDI1IDQ4UzIgMzcuNyAyIDI1UzEyLjMxOCAyIDI1IDIgTTI1IDAgQzExLjE5MyAwIDAgMTEuMiAwIDI1czExLjE5MyAyNSAyNSAyNXMyNS0xMS4xOTMgMjUtMjVTMzguODA3IDAgMjUgMEwyNSAweiIvPgoJPC9nPgoJPGc+CgkJPHBhdGggZmlsbD0iIzY2NjY2NiIgZD0iTTIxLjcxMSAxNi4zMjNsMy41MDQgNS45MDRsMy43NDUtNS45MDRoMy45ODRsLTUuNzEzIDguMzUzbDYuMDQ5IDkuMDAxSDI4LjcybC0zLjg2NC02LjUyOGwtNC4xNTIgNi41IGgtMy45ODRsNi4wOTctOC45NzdsLTUuNjg4LTguMzc3SDIxLjcxMXoiLz4KCTwvZz4KPC9nPgo8L3N2Zz4K");
    background-repeat:no-repeat; }


/*popups*/

.close_holder{
    width: 100%;
    height: 40px;
}

.b-close.pop-close{
    margin-right: 15px;
    margin-top: 5px;
    background-repeat: no-repeat;
    background-size: contain;
    float: right;
    width: 88px;
    height: 29px;
    display: block;
    cursor: pointer;
    background-image: url("../images/b-close-dark.png");
}

.logo{
    background-repeat: no-repeat;
    margin-bottom: 13px;
}
.popupContainer{
    width: 100%;
    overflow: hidden;
    height: 450px;
}

.popupContainer .popup_bottom p{
    margin-bottom: 15px;
}

.popupContainer .quote_caller{
    font-size: 16px;
    line-height: 1.2em;
    font-weight: bold;
    margin-top: -15px;
    margin-bottom: 23px;
}
.logo_text{
    display: table-cell;
}

#logo_moose{
    background-image: url("../images/logos/logo-moose.jpg");
    width: 90px;
    height:58px;
}
#logo_mutual{
    background-image: url("../images/logos/logo-mutual.png");
    width: 229px;
    height: 44px;
}
#logo_cannon{
    background-image: url("../images/logos/logo-canon.png");
    width:168px;
    height:36px;

}
#logo_baxters{
    background-image: url("../images/logos/logo-baxters.png");
    width: 130px;
    height:64px;
}
.popup_top{
    padding-top: 30px;
    padding-bottom: 20px;
    padding-left: 15px;
    padding-right: 15px;
    background-color: #FFFFFF;

}

.popup_top p{
    color: #7f7f7f;
    font-family: Univers-Light, Arial, Helvetica, sans-serif;
    line-height: 1.2em;
    padding-bottom: 4px;
}

.popupContainer .trad_asset{
    margin-bottom: 5px;
}

.popupContainer .webpage_asset{
    margin-bottom: 9px;
    background-repeat: no-repeat;
    background-size: 35px 28px;
    padding-left: 45px;
    min-height: 37px;
}
.popupContainer .video_asset{
    background-size: 41px 28px;
    padding-left: 45px;

}

.popup_bottom{
    background-color:#dce3e4 ;
    color: #46575e;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 15px;
    padding-right: 15px;
}

.popup_header{
    margin-bottom: 15px;
    font-size: 22px;
    font-weight: bold;
}
.popup-4 .popup_header{
    width: 87%;
}
.popup_subheader{
    font-size: 19px;
    font-weight: bold;
    margin-bottom: 6px;

}

.popup_inner{
    width: 92%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 100px;
}
.top-ten{
    margin-top: 10px;
}
.top-twenty{
    margin-top: 20px;
}

/******************************
VIDEOS
******************************/
.video-holder { width:506px; height:285px; display:block; margin:0 auto; }
#video-1, #video-2, #video-3, #video-4, #video-5, #video-6, #video-7, #video-8, #video-9, #video-10, #video-11, #video-12, #video-13, #video-14, #video-15 { background-repeat:no-repeat; background-position:center; -webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover; }


a.play-button,
a.play-button-backdrop { display:block; opacity:.75;
-webkit-tap-highlight-color:rgba(0, 0, 0, 0);
-webkit-transition: all .2s ease-in-out;
-moz-transition: all .2s ease-in-out;
-ms-transition: all .2s ease-in-out;
-o-transition: all .2s ease-in-out;
transition: all .2s ease-in-out; }
a.play-button { width:130px; height:130px; margin:0px auto 0; padding-top:77px; }
a:hover.play-button,
a:hover.play-button-aside,
a:hover.play-button-stacked,
a:hover.play-button-backdrop { opacity:1;}

.video-info { display:block; width:100%; float:left; min-height:34px; margin:3px 0 22px; }
.video-info a {}
.video-info a:hover {}
.video-info p { padding:0 !important; }
.video-info p:first-of-type, .video-info-aside p:first-of-type { font-weight:bold; }

a.play-button,
a.play-button-backdrop { display:block; opacity:.75; }
a.play-button { width:130px; height:130px; margin:84px auto 0; }
a:hover.play-button,
a:hover.play-button-backdrop { opacity:1;}


/*Videos with Backdrops */
.background-holder { width:100%; display:block; float:left; }
.background-holder:after { clear:both; content:""; display:table; }

.video-backdrop-margins { margin:5px 0 40px; }

.video-backdrop-1 { height:188px; }
.stacked-video, .video-backdrop-2 { min-height:188px; float:left; }
.video-backdrop-overlay { width:100%; min-height:188px;}

.video-backdrop-holder { width: 290px;
    height: 163px; display:inline-block; float:left; margin:0px 28px 0 0;}
.video-backdrop-info {
    width:240px;
    background-color:rgba(255, 255, 255, 0);
    display: inline-block;
}
.video-no-backdrop{
    margin-bottom: 30px;
}
.video-backdrop-info p { color:#fff; padding-bottom:10px; }
.video-backdrop-info p:first-of-type { font-size:1em; line-height:1.25em;color:#1f4f82; }
.video-backdrop-full-page { position:relative; top:-200px; }
.video-backdrop-full-page p { color: #404040; }
.video-backdrop { width: 100%;/* float: left;*/ display: block; margin-bottom: 24px; }

a.play-button-backdrop { width:70px; margin:39px auto 0; height:70px; }

.page-new-6a .brightcove{
    width: 87%;
}

/*Youtube Videos */
iframe.youtube-inline { width:264px; height:148px; }

.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; height: auto; }
.embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

.youtube-wrap { position:relative; padding-bottom:56.25%; height:0; overflow:hidden; width:100%; height:auto; margin-left:-1px; }



/******************************
SOCIAL MEDIA
******************************/
.social-stop{
    position:relative;
}
.get-social-media-resources {
    position: absolute;
    bottom: 37px;
    left: calc(100% - 237px);
}
.get-social-media-resources > ul.social-media { list-style:none; }
.get-social-media-resources > ul.social-media li { display:inline-block; float:left; margin: 10px 8px 20px 0px; width:25px; height:25px; }

img.facebook { width:25px; height:25px; }
svg.twitter { width:25px; height:25px; }
img.youtube { width:45px; height:18px; margin-top:4px; }
svg.linkedin { width:25px; height:25px; }
svg.blog {
    width: 31px;
    height: 27px;
    margin-left: -7px;
}


.social_header{
    color: #7f7f7f;
    font-size: 25px;
    margin-bottom: 25px;
    font-family: Univers-Bold, Arial, Helvetica, sans-serif;

}
.twitter_logo{
    background-image: url("../images/twitter_logo.png");
    background-size: contain;
    background-repeat: no-repeat;
    width:41px;
    height:43px;
    margin-bottom:10px;
}
.fb_logo{
    width: 32px;
    height: 32px;
    margin-bottom:15px;
}
.twitter_holder_portrait{
    margin-bottom: 30px;
}
.facebook_holder_portrait{
    margin-bottom: 30px;
}



/******************************
RESOURCES
******************************/
.resources-bg-header, .resources-bg { width:100%; float:left; display:block; background:#fff; }
.resources-bg-header h1 {color: #8da6b1;
    font-size: 32px;
    margin-bottom: 30px; }
.resources-bg-header { padding:24px 0 15px; }

.resources-holder { width:100%; margin:0 auto; background:#fff;}

.resources-header-1,
.resources-header-2,
.resources-header-3,
.resources-header-4,
.resources-header-5,
.resources-header-6,
.resources-header-7,
.resources-header-8,
.resources-header-9
{color:#1F4F82; background:#ededed; padding:10px 20px;  text-align:left; border-top:#fff 1px solid;}

.resources-header-1 h6,
.resources-header-2 h6,
.resources-header-3 h6,
.resources-header-4 h6,
.resources-header-5 h6,
.resources-header-6 h6,
.resources-header-7 h6,
.resources-header-8 h6,
.resources-header-9 h6
{ font-weight:normal; display:block; width:100%; max-width:736px; margin:0 auto; }

.active-header { background:#8da6b1; color:#fff; }

#get-panel-1-text,
#get-panel-2-text,
#get-panel-3-text,
#get-panel-4-text,
#get-panel-5-text,
#get-panel-6-text,
#get-panel-7-text,
#get-panel-8-text,
#get-panel-9-text { display:none; }

.get-resource-name-1,
.get-resource-name-2,
.get-resource-name-3,
.get-resource-name-4,
.get-resource-name-5,
.get-resource-name-6,
.get-resource-name-7,
.get-resource-name-8,
.get-resource-name-9 {
    padding:4px 0 4px 20px; margin-left:7px; cursor:pointer;
    background-size:9px 12px;
    background-repeat:no-repeat;
}
/* not sure why the carets come out uneven, but here you go...*/
.get-resource-name-1 { background-position:left 9px; }
.get-resource-name-2 { background-position:left 8px; }
.get-resource-name-3 { background-position:left 8px; }
.get-resource-name-4 { background-position:left 9px; }
.get-resource-name-5 { background-position:left 9px; }
.get-resource-name-6 { background-position:left 9px; }
.get-resource-name-7 { background-position:left 9px; }
.get-resource-name-8 { background-position:left 9px; }
.get-resource-name-9 { background-position:left 9px; }

.active-resource { background-image:url(../images/icon_caret_resources_active.svg);
    background-size:14px 9px;
    background-position:left 10px;
}

.resources-body { display:block; width:100%; max-width:620px; margin:0 auto;}
.resources-body p { margin:10px 0 0 2.5%; }

.resources-body ul { list-style:none; display:block; width:100%; margin-left:2.5%; }
.resources-body ul li {  }
.resource-list { margin-top:10px; }
.get-copyright-notice { margin-top:22px; }

.panel-1-text p,
.panel-2-text p,
.panel-3-text p,
.panel-4-text p,
.panel-5-text p,
.panel-6-text p,
.panel-7-text p,
.panel-8-text p,
.panel-9-text p { font-size:0.9375em; color:#000; padding-bottom:4px; margin-left:13%; display:block; width:80%; }
.panel-1-text p:first-child,
.panel-2-text p:first-child,
.panel-3-text p:first-child,
.panel-4-text p:first-child,
.panel-5-text p:first-child,
.panel-6-text p:first-child,
.panel-7-text p:first-child,
.panel-8-text p:first-child,
.panel-9-text p:first-child { padding-top:28px; }

ul.resource-list { display:block; width:80%; margin-left:13%; }
ul.resource-list li { list-style:none; display:block; font-size:0.75em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
ul.resource-list li:last-child { margin-bottom:20px; }
ul.resource-list li a { color:#1F4F82; }


.resource-caret { position:absolute; left:2.5%; width:9px; height:12px; margin-top:2px;
    background:url(../images/icon_caret_resources_static.svg) no-repeat;
    background-size:9px 12px;
    -webkit-transition:all 300ms ease-in 0s;
    -moz-transition: all 300ms ease-in 0s;
    -o-transition: all 300ms ease-in 0s;
    transition: all 300ms ease-in 0s; }

ul.resource-list li.res-article {
    background-repeat:no-repeat;
    background-size:22px 23px;
    padding:4px 0px 6px 31px;
    margin-left:2px;
    min-height: 22px;
}


ul.resource-list li.res-brochure {
    background-repeat:no-repeat;
    background-size:23px 17px;
    padding:0px 0px 10px 33px;
    min-height: 22px;}

ul.resource-list li.res-datasheet /* Also used for "REPORTS" */ {
    background-position:left top;
    background-repeat:no-repeat;
    background-size:17px 23px;
    padding:4px 0px 6px 31px;
    margin-left:2px;
    min-height: 22px;}

ul.resource-list li.res-demo {
    background-repeat:no-repeat;
    background-size:23px 17px;
    padding:4px 0px 6px 33px;
    min-height: 23px;}

ul.resource-list li.res-ebook {
    background-repeat:no-repeat;
    background-size:16px 23px;
    margin-left:2px;
    padding:4px 0px 6px 31px;
    min-height: 22px;}

ul.resource-list li.res-event {
    background-repeat:no-repeat;
    background-size:23px 17px;
    padding:4px 0px 6px 33px;
    min-height: 23px;}

ul.resource-list li.res-infographic /* Also used for "REPORTS" */ {
    background-position:left top;
    background-repeat:no-repeat;
    background-size:22px 23px;
    padding:4px 0px 6px 31px;
    margin-left:2px;
    min-height: 22px;}

ul.resource-list li.res-pdf {
    background-position:left top;
    background-repeat:no-repeat;
    background-size:18px 23px;
    padding:4px 0px 6px 31px;
    margin-left:2px;
    min-height: 22px;}

ul.resource-list li.res-podcast {
    background-repeat:no-repeat;
    background-size:20px 23px;
    padding:4px 0px 6px 31px;
    margin-left:2px;
    min-height: 22px;}

ul.resource-list li.res-report {
    background-repeat:no-repeat;
    background-size:18px 23px;
    min-height: 22px;}

ul.resource-list li.res-success {
    background-position:left top;
    background-repeat:no-repeat;
    background-size:15px 23px;
    padding:4px 0px 6px 30px;
    margin-left:3px;
    min-height: 22px;}

ul.resource-list li.res-video {
    background-position:left top;
    background-repeat:no-repeat;
    background-size:22px 15px;
    padding:0px 0px 10px 33px;
    min-height: 22px;}

ul.resource-list li.res-webcast {
    background-position:left top;
    background-repeat:no-repeat;
    background-size:22px 15px;
    padding:0px 0px 10px 33px;
    min-height: 22px;}

ul.resource-list li.res-webpage {
    background-position:left top;
    background-repeat:no-repeat;
    background-size:22px 17px;
    padding:0px 0px 10px 33px;
    min-height: 22px;}

ul.resource-list li.res-whitepaper {
    background-position:left top;
    background-repeat:no-repeat;
    background-size:17px 23px;
    padding:4px 0px 6px 31px;
    margin-left:2px;
    min-height: 22px;}

ul.resource-list li.res-report {
    background-position:left top;
    background-repeat:no-repeat;
    background-size:17px 23px;
    padding:4px 0px 6px 31px;
    margin-left:2px;
    min-height: 22px;}
.social-media-panel{
    list-style: none;
}
.social-media-panel li{
    margin-bottom: 17px;
    font-size: .825em;
    line-height: 24px;
    width: 92%;
    display: inline-block;
}
.social-media-panel li svg{
    margin-right: 10px;
    float: left;
    margin-top: -6px;
    margin-bottom: 20px;
}
.social-media-panel svg.blog {
    width: 38px;
    margin-left: -10px;
    height: 32px;
}
.icon_phone{
    background-image: url("../images/icon_phone.png");
    height: 36px;
    background-repeat: no-repeat;
    padding-left: 29px;
    padding-top: 6px;
    margin-left: 9px;
}


/*******LOGIN**/
#login-container{
    width:100%;
    display: table;
    background-color: #ffffff;

}
#login-container h1{
    color:#8da6b1;
    font-size: 21px;
    font-family: Univers-Light, Arial, Helvetica, sans-serif;
    margin-left: 15px;
    margin-right: 10px;
    margin-top: 30px;
    margin-bottom: 33px;
    font-weight: normal;
}
#login-container form{
    width: 93%;
    margin-left: 15px;
    display: inline-block;
}
#login-container form span{
    margin-right: 21px;

}
#login-container form input{
    width: 93%;
    color: #7f7f7f;
    border: 1px solid #b0c3c8;
    padding-left: 4px;
    border-radius: 0px;
    -webkit-appearance: none;
    -moz-appearance: none;
}
#login-container form select{
    width: 98%;
    border: 1px solid #b0c3c8;
    background-color: #ffffff;
    border-radius: 0px;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("../images/dd_arrow.png");
    background-repeat: no-repeat;
    background-position: 5px 10px;
    padding-left: 22px;
    color: #7f7f7f;
    padding-top: 2px;
    height:30px;
}
#login-container form input#opt_in {
    width: 17px;
    float: right;
    margin-right: 5px;
}
.login_input{
    color:#7f7f7f;
    text-align: left;
    font-size: 16px;
    margin-bottom: 20px;
}
.login_logos{
    width: 100%;
    display: inline-block;
    margin-top:20px;
    padding-left: 15px;
    padding-right: 15px;

}
.pdf_text{
    margin: 20px;
    font-size: .825em;
}
.login_oracle_logo{
    background-image: url("../images/login-logo-oracle.png");
    width:188px;
    height: 32px;
    margin-top: 10px;

}
.login_hitachi_logo{
    background-image: url("../images/login-logo-hitachi.png");
    width: 190px;
    height: 37px;
    margin-top: 10px;
}
.submit-button{
    background-image: url("../images/submit_bttn.png");
    background-repeat: no-repeat;
    width: 147px;
    height: 42px;
    background-position: top left;
    cursor: pointer;
    float: right;
    background-color: white;
    border: none;
    margin-top:10px;
    margin-bottom:20px;
}

.submit-button:hover, .submit-button:active{
    background-position: bottom left;
}

.contact_bttn{
    background-image: url("../images/contact_bttn.png");
    height: 29px;
    width: 179px;
    float: right;
    cursor: pointer;
    padding-right: 11px;
    background-repeat: no-repeat;
    margin-top: 20px;
    margin-bottom: 30px;
}
#login-container form input.error, #login-container form select.error{
    background-color: rgba(255, 119, 1, 0.6);
}

.error_message{
    font-size: 13px;
    color: #ff7701;
    margin-left: 0px;
    margin-top: -15px;
    position: absolute;
}
.fader{
    opacity: .5;
}
/************** FOOTER **************/
footer { background-image:url("../images/_phone/phone_footer_bg.svg"); width:100%; height:37px; display:block; float:left; margin-bottom:0; }
.footer_left, .footer_right  { display:inline-block; float:left; width:10%; }
.footer_center{ display:inline-block; float:left; width:50%; }

.footer_left a:hover p, .footer_right a:hover p { text-decoration:none; }
.footer_left{ padding:0px;
    display:inline-block; color:#fff;
    background-image:url('../images/_phone/icon_caret_prev_chap.svg');
    background-repeat:no-repeat;
    background-position:left 11px;
    background-size:15px 15px;
    height:37px;
    border-right: solid 1px #5f5f5f;
    margin-top:1px}

.footer_right{ text-align:right; padding:0px; display:inline-block; color:#fff; float:right;
    background-image:url('../images/_phone/icon_caret_next_chap.svg');
    background-repeat:no-repeat;
    background-position:right 10px;
    background-size:15px 15px;
    height:37px;
    border-left: solid 1px #5f5f5f;
    margin-top:1px}

.footer_center a p {text-align: right;
    padding: 6px 48px 8px 0px;
    display: inline-block;
    color: #fff;
    float: right;
    background-image: url('../images/_phone/icon_caret_up.svg');
    background-repeat: no-repeat;
    background-position: right 10px;
    background-size: 15px 15px;
    margin-left:30px;
    margin-right:47px

}
.footer_center{
    border-left: solid 1px #000000;
    border-right: solid 1px #000000;
    margin-top:1px;
    width: 78.6%;

}

/******************************
COPYRIGHT
******************************/
.copyright-notice p { font-size:.75em; }
.copyright-notice p:first-child { padding-top:24px; }


/******************************
TOC MODAL
******************************/
html.remodal_lock, body.remodal_lock { overflow:hidden; }

.remodal, [data-remodal-id] { visibility:hidden; }

.remodal-overlay { position:fixed; top:0; left:0; right:0; bottom:0; z-index:10000; display:none; overflow:auto; -webkit-overflow-scrolling:touch; }

.remodal-overlay:after { display:inline-block; height:100%; margin-left:-0.05em; content: ''; }

/* Fix iPad, iPhone glitches */
.remodal-overlay > * { -webkit-transform: translateZ(0px); }

/* Modal dialog necessary styles */
.remodal { position:relative; display:inline-block; }
.remodal a { text-decoration:none; }

/* Background for effects */
.remodal-bg {
    -webkit-transition: -webkit-filter 0.2s linear;
    -moz-transition: -moz-filter 0.2s linear;
    -o-transition: -o-filter 0.2s linear;
    transition: filter 0.2s linear;
}
body.remodal_active .remodal-bg {
    -webkit-filter: blur(3px);
    -moz-filter: blur(3px);
    -o-filter: blur(3px);
    -ms-filter: blur(3px);
    filter: blur(3px);
}

/* Overlay default theme styles */
.remodal-overlay {
    opacity: 0;
    background: rgba(0, 0, 0, 0.8);
    -webkit-transition: opacity 0.2s linear;
    -moz-transition: opacity 0.2s linear;
    -o-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
}

body.remodal_active .remodal-overlay { opacity:1; }

/* Modal dialog default theme styles */
.remodal { background:#fff; width:86%; margin:47px 7% 0; min-height:100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-clip: padding-box;
    -webkit-box-shadow: 0px 0px 8px #171a24;
    box-shadow: 0px 0px 8px #171a24;
    -webkit-transform: scale(0.95);
    -moz-transform: scale(0.95);
    -ms-transform: scale(0.95);
    -o-transform: scale(0.95);
    transform: scale(0.95);
    -webkit-transition: -webkit-transform 0.2s linear;
    -moz-transition: -moz-transform 0.2s linear;
    -o-transition: -o-transform 0.2s linear;
    transition: transform 0.2s linear;
}
body.remodal_active .remodal {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

/* Modal dialog vertical align  */
.remodal, .remodal-overlay:after { vertical-align:middle; }

/* Close button */
.remodal-close { position:absolute; top:-32px; right:0px; width:28px; height:28px;
    background-image:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjIyMS43ODJweCIgaGVpZ2h0PSIyMjEuNzgycHgiIHZpZXdCb3g9IjIyMC4xMDkgMS4xMDkgMjIxLjc4MiAyMjEuNzgyIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDIyMC4xMDkgMS4xMDkgMjIxLjc4MiAyMjEuNzgyIiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPGNpcmNsZSBvcGFjaXR5PSIwLjUiIGZpbGw9IiNGRkZGRkYiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgICAgIiBjeD0iMzMxIiBjeT0iMTEyIiByPSIxMTAuOSIvPgo8Zz4KCTxwYXRoIGZpbGw9IiNGRkZGRkYiIGQ9Ik0zMzAuNDQ1IDEyNC45NzVsLTM0LjM3NiAzNC4zNzZsLTEyLjQyLTEyLjQybDM0LjM3Ni0zNC4zNzZsLTM0LjM3Ni0zNC4zNzZsMTMuNTI5LTEzLjUyOWwzNC4zNzYgMzQuNCBsMzQuMzc2LTM0LjM3NmwxMi40MiAxMi40MmwtMzQuMzc2IDM0LjM3NmwzNC4zNzYgMzQuMzc3bC0xMy41MjggMTMuNTI4TDMzMC40NDUgMTI0Ljk3NXoiLz4KPC9nPgo8L3N2Zz4K");
    background-repeat:no-repeat;
    background-size:100%;
    }

.remodal-close:hover, .remodal-close:active {
    background-image:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjIyMS43ODJweCIgaGVpZ2h0PSIyMjEuNzgycHgiIHZpZXdCb3g9IjIyMC4xMDkgMS4xMDkgMjIxLjc4MiAyMjEuNzgyIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDIyMC4xMDkgMS4xMDkgMjIxLjc4MiAyMjEuNzgyIiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPGNpcmNsZSBvcGFjaXR5PSIwLjUiIGZpbGw9IiNGRkZGRkYiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgICAgIiBjeD0iMzMxIiBjeT0iMTEyIiByPSIxMTAuOSIvPgo8Zz4KCTxwYXRoIGZpbGw9IiMwMDAwMDAiIGQ9Ik0zMzAuNDQ1IDEyNC45NzVsLTM0LjM3NiAzNC4zNzZsLTEyLjQyLTEyLjQybDM0LjM3Ni0zNC4zNzZsLTM0LjM3Ni0zNC4zNzZsMTMuNTI5LTEzLjUyOWwzNC4zNzYgMzQuNCBsMzQuMzc2LTM0LjM3NmwxMi40MiAxMi40MmwtMzQuMzc2IDM0LjM3NmwzNC4zNzYgMzQuMzc3bC0xMy41MjggMTMuNTI4TDMzMC40NDUgMTI0Ljk3NXoiLz4KPC9nPgo8L3N2Zz4K");
}

.remodal-close:hover.remodal-close:after,
.remodal-close:active.remodal-close:after { color:#f4f4f4; }

.remodal-cancel { display:block; float:left; width:100%; padding:9px 0; font-size:1em; cursor:pointer; text-decoration:none; text-align:center;
    background-clip: padding-box;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.remodal-cancel { background:#1F4F82; color:#fff; }
.remodal-cancel:hover, .remodal-cancel:active { background:#7F7F7F; color:#fff; }

img.icon-cloud-tablet { display:none !important; }
img.icon-cloud-phone { float:right; width:140px; height:85px; padding:20px 0px 20px 20px; }

.font-18{
    font-size: 18px;
}
.font-36{
    font-size: 36px;
}
.underline{
    text-decoration: underline;
}
.page-new-12 .white{
    color: #46575e ;
}

.footnote{
    line-height: 1.5em;
    font-size: 11px;
    margin-bottom: 5px;
}
.footnote-holder{
    margin-bottom: 17px;
}

/******************************
MEDIA QUERIES
******************************/

@media screen and (max-width: 639px) {
    .cover-text { position:absolute; bottom:17%; display:block; color:#fff; }
    .cover-text h1 { margin:0 0 0 4%; }
    .cover-text h6 { margin-left:4%; font-size:0.7em; }

    a.play-button { width:70px; height:70px; padding-top:35px; }

    .bg-full-1 { background-position:center -70px; }
    .bg-full-2 { background-position:center 0; }
    .video-backdrop-info .brightcove-14-info-subtitle { font-size:0.6em !important; }
    .eng-logo {  position: absolute; top: 104px; left: 20px; }
    .stacked-video, .video-backdrop-2, .video-backdrop-overlay, .video-holder-stacked { min-height:153px; }
}

@media screen and (max-width: 567px) {
    .video-backdrop-1 { height:155px; }
}

@media screen and (max-width: 534px) {
    .video-holder { width:304px; height:171px; }

    .container .list-2-left,
    .container .list-2-right { width:100%; display:block; float:left; }
    .container .list-2-left { margin-right:0%; margin-bottom:15px; }
}

@media screen and (max-width: 490px) {

/*    .video-holder-stacked { width:304px; height:171px; float:none; display:block; margin:6px auto 0px;}*/
    .video-info-stacked { display:block; float:left; width:100%; margin:5px auto 17px; }
    a.play-button-stacked { width:85px; margin:0px auto 0; height:85px; padding-top:41px; }

    .video-backdrop-holder { width: 290px;
        height: 163px;
    }
    .video-backdrop-info {  width:calc(100% - 232px); }
    a.play-button-backdrop { width:70px; margin:22px auto 0; height:70px; }

    .cover-text { position:absolute; bottom:7%; display:block; color:#fff; }

}

@media screen and (max-width: 414px) {
    li.cover { padding-top:0 !important; }
    .cover_container { margin-top: 34px; width:100%; background-image:url(../images/_phone/cover_phone.png); background-size:cover; background-position:bottom; }
    a .cover-front-caret { bottom:240px; }
    .video-backdrop-holder { width: 290px;
        height: 163px;
    margin-bottom: 10px;}
    .video-backdrop-info {
        width:80%;
        background-color: rgba(220, 227, 228, 0);
        float:left;
    }
    p.brightcove-info-title{
        margin-left: 10px;
        margin-top: 10px
    }
    .video-backdrop-info p { font-size:.9em; }
    .video-backdrop-info p:first-of-type { font-size:.9em; }
    a.play-button-backdrop { width:70px; margin:17px auto 0; height:70px;padding-top:35px; }
    .video-backdrop-full-page { top:-130px; }

    .overlay_image { max-width: 100% !important; margin: 0 auto 24px; }
    .popup_overlay { width:100%; margin:0; left:0; }
    .video-backdrop-1 { height:100%; min-height:124px; background-position:center 0px; }
    .blue_background{
        background-color: rgba(220, 227, 228, 0.4);
        display: inline-block;
    }
    .white-gradient { width:100%; height:100%; float:left;
    background: -moz-linear-gradient(top,  rgba(255,255,255,0) 45%, rgba(255,255,255,0.65) 65%, rgba(255,255,255,0.98) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(45%,rgba(255,255,255,0)), color-stop(65%,rgba(255,255,255,0.65)), color-stop(100%,rgba(255,255,255,0.98)));
    background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 45%,rgba(255,255,255,0.65) 65%,rgba(255,255,255,0.98) 100%);
    background: -o-linear-gradient(top,  rgba(255,255,255,0) 45%,rgba(255,255,255,0.65) 65%,rgba(255,255,255,0.98) 100%);
    background: -ms-linear-gradient(top,  rgba(255,255,255,0) 45%,rgba(255,255,255,0.65) 65%,rgba(255,255,255,0.98) 100%);
    background: linear-gradient(to bottom,  rgba(255,255,255,0) 45%,rgba(255,255,255,0.65) 65%,rgba(255,255,255,0.98) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#faffffff',GradientType=0 ); }

    .stacked-video, .video-backdrop-2, .video-backdrop-overlay, .video-holder-stacked { min-height:124px; }
}


@media screen and (max-width: 370px) {
    .remodal { width:95%; margin:47px 2.5% 0; overflow:hidden; }
    .remodal .chap-icon {display:inline-block; float:left;
    background-repeat:no-repeat;
    background-size:65px auto; }
    .video-backdrop-info p { font-size:.875em; }
    .video-backdrop-info p:first-of-type { font-size:.875em; }
    .stacked-video, .video-backdrop-2, .video-backdrop-overlay, .video-holder-stacked { min-height:124px; }
    img.customer_first { width:100px; }
    .page-end p.footer-chap-7-title { font-size:0.7em; }
    .cover_container { background-position:right -10px top; }
}

@media screen and (max-width: 360px) {
    .cover_container { background-position:right -84px top; }
}

@media screen and (max-width: 320px) {
    .cover_container { background-position:right 45% top; }
}
