/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Settings
	## Colors
	## Typography
# Tools
	## Mixins
# Generic
# Elements
# Objects
# Components
	## Links
	## Menus
# Utilities


/* NORMALIZE **********************/
/* line 1, ../sass/generic/_normalize.scss */
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  overflow-y: scroll;

}

/* line 7, ../sass/generic/_normalize.scss */
body {
  margin: 0;

}

/* line 22, ../sass/generic/_normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

/* line 29, ../sass/generic/_normalize.scss */
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

/* line 34, ../sass/generic/_normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/* line 40, ../sass/generic/_normalize.scss */
[hidden],
template {
  display: none;
}

/* line 44, ../sass/generic/_normalize.scss */
a {
  background-color: transparent;
}

/* line 49, ../sass/generic/_normalize.scss */
a:active,
a:hover {
  outline: 0;
}
.TOC-wrap a{
    text-decoration: none;
}
.TOC-wrap a:hover{
    text-decoration: underline;
}

abbr[title] {
  border-bottom: 1px dotted;
}

/* line 58, ../sass/generic/_normalize.scss */
b,
strong {
  font-family: Univers-Bold, Arial, Helvetica, sans-serif;
    font-weight: 400;
}

dfn {
  font-style: italic;
}

/* line 66, ../sass/generic/_normalize.scss */
h1 {
  font-size: 42px;
    color: #ffffff;
    letter-spacing: .01em;
    line-height: 48px;
    font-family: Univers-Bold, Arial, Helvetica, sans-serif;
    font-weight: 400;
    margin-top: -7px;
    margin-bottom: 35px;
}
.TOC-wrap h1{
    margin-left: 14px;
    margin-top: -34px;
}

h2{
    font-size: 33px;
    color: #ffffff;
    font-weight: normal;
    margin-top: 1px;
    line-height: 1.15em;
    margin-bottom: 5px;
}
.new-chap h2{
    font-size: 30px;
    line-height: 1.3em;
    margin-bottom: 12px;
}

h3{
    font-size: 28px;
    color: #bce5ed;
    font-weight: normal;
    margin-top: 0px;
    line-height: 1.3em;
    font-family: Univers-Bold, Arial, Helvetica, sans-serif;
    margin-bottom: 12px;
    display: inline;
}

/* line 71, ../sass/generic/_normalize.scss */
mark {
  background: #ff0;
  color: #000;
}

/* line 76, ../sass/generic/_normalize.scss */
small {
  font-size: 80%;
}

/* line 81, ../sass/generic/_normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 88, ../sass/generic/_normalize.scss */
sup {
  top: -0.5em;
    color: #f29111;
}

/* line 92, ../sass/generic/_normalize.scss */
sub {
  bottom: -0.25em;
}

#four .txt-orange{
    color: black;
}

/* line 96, ../sass/generic/_normalize.scss */
img {
  border: 0;
}

/* line 100, ../sass/generic/_normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* line 104, ../sass/generic/_normalize.scss */
figure {
  margin: 1em 40px;
}

/* line 108, ../sass/generic/_normalize.scss */
hr {
  box-sizing: content-box;
  height: 0;
}

/* line 113, ../sass/generic/_normalize.scss */
pre {
  overflow: auto;
}

/* line 120, ../sass/generic/_normalize.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* line 129, ../sass/generic/_normalize.scss */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

/* line 135, ../sass/generic/_normalize.scss */
button {
  overflow: visible;
}

/* line 140, ../sass/generic/_normalize.scss */
button,
select {
  text-transform: none;
}

/* line 147, ../sass/generic/_normalize.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

/* line 153, ../sass/generic/_normalize.scss */
button[disabled],
html input[disabled] {
  cursor: default;
}

/* line 158, ../sass/generic/_normalize.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/* line 163, ../sass/generic/_normalize.scss */
input {
  line-height: normal;
}

/* line 168, ../sass/generic/_normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

/* line 174, ../sass/generic/_normalize.scss */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/* line 179, ../sass/generic/_normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* line 183, ../sass/generic/_normalize.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/* line 189, ../sass/generic/_normalize.scss */
legend {
  border: 0;
  padding: 0;
}

/* line 194, ../sass/generic/_normalize.scss */
textarea {
  overflow: auto;
}

/* line 198, ../sass/generic/_normalize.scss */
optgroup {
  font-weight: bold;
}

/* line 202, ../sass/generic/_normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 208, ../sass/generic/_normalize.scss */
td,
th {
  padding: 0;
}

/* SKELETON **********************/
/* Grid */
/* line 2, ../sass/generic/_skeleton.scss */
.container {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
}

#p7 .container, #p11 .container, #p15 .container{
    margin:119px 33px 0 67px;
}


/* line 9, ../sass/generic/_skeleton.scss */
.column,
.columns {
  width: 100%;
  box-sizing: border-box;
    top: 50px;
    margin-left: 691px;
    position: absolute;
}

.footer-phone{
    display: none;
}
/* Utilities */
/* line 105, ../sass/generic/_skeleton.scss */
.full-width {
  width: 100%;
  box-sizing: border-box;
}

/* line 108, ../sass/generic/_skeleton.scss */
.u-max-full-width {
  max-width: 100%;
  box-sizing: border-box;
}

/* line 111, ../sass/generic/_skeleton.scss */
.pull-right {
  float: right;
}

/* line 113, ../sass/generic/_skeleton.scss */
.pull-left {
  float: left;
}

/* Self Clearing Goodness */
/* line 119, ../sass/generic/_skeleton.scss */
.container:after,
.u-cf {
  content: "";
  display: table;
  clear: both;
}

/*--------------------------------------------------------------
# ELEMENTS
--------------------------------------------------------------*/
/* line 1, ../sass/elements/_elements.scss */
*:focus {
  outline: none;
}

/* line 5, ../sass/elements/_elements.scss */
a:hover {
  text-decoration: underline;
}

/* BASE *********************/
/* line 7, ../sass/elements/_base.scss */
body, html {
    transform: scale(1);
    transform-origin: top center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/**small desktops**/
@media screen and (max-width:1400px) , screen and (max-height: 799px) {
    body {
        transform: scale(0.75);
        transform-origin: top center;
    }
}

/* line 18, ../sass/elements/_base.scss */
img {
  max-width: 100%;
}

/* line 21, ../sass/elements/_base.scss */
a {
  color: #bce5ed;
    text-decoration: underline;
}
a:hover{
    text-decoration: underline;
    margin-bottom: 1px;
    color: #f29111;
}

a.txt-blue-dk, a.txt-blue-dk:hover,a.txt-blue-dk:active{
    color: #003b4d;
}
.sendToPdfFiller,.sendToPdfFillerEmpty{
    display: none!important;
}
/* line 24, ../sass/elements/_base.scss */
.align-left {
  text-align: left;
}

/* line 27, ../sass/elements/_base.scss */
.align-right {
  text-align: right;
}

/* line 30, ../sass/elements/_base.scss */
.align-center {
  text-align: center;
}

/* line 33, ../sass/elements/_base.scss */
.underline {
  text-decoration: underline;
}

/* line 38, ../sass/elements/_base.scss */
.phone_only,
.tablet_only, .tablet_only_span, .tablet-only  {
  display: none;
}

/* line 66, ../sass/elements/_base.scss */
.desktop_only {
  display: block;
}

/* line 84, ../sass/elements/_base.scss */
.book-slider {
  width: 100%;
  height: 800px;
}

/* line 88, ../sass/elements/_base.scss */
.main_container {
  width: 1400px;
  height: 800px;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
    overflow: hidden;
}

/* line 95, ../sass/elements/_base.scss */
.nav-bar {
  width: 100%;
  height: 56px;
  position: absolute;
  top: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 1;
}

/* line 104, ../sass/elements/_base.scss */
.icon-wrap {
    float: right;
    margin-right: 18px;
}


/*****TABLES*****/
.summary-graphic-holder{
    margin-top: 61px;
    padding-right: 40px;
}
.summary-graphic{
    text-align: right;
    height: 110px;
    padding-top: 24px;
}
.graphic-headline{
    line-height: 83px;
}
.icon-pad{
    padding-right: 99px;
}

/* TYPOGRAPHY *********************/
/* line 1, ../sass/elements/_typography.scss */
html {
  font-size: 50%;
}

/* line 5, ../sass/elements/_typography.scss */
body {
  font-size: 16px;
  /* currently ems cause chrome bug misinterpreting rems on body element */
  line-height: 1.5;
  font-family: Univers, Arial, Helvetica, sans-serif;
  color: #4e5052;
}


/* line 77, ../sass/elements/_typography.scss */
p {
    -webkit-margin-before:0px;
    display: block;
  letter-spacing: -.1px;
    margin-bottom: 21px;
    line-height: 1.59em;
    color: #ffffff;
}

/* line 84, ../sass/elements/_typography.scss */
p.lg {
  font-size: 24px;
  margin: 4rem 0;
}

/* line 90, ../sass/elements/_typography.scss */
strong {
  font-family: "Univers-Bold", Arial, Helvetica, sans-serif;
  color: #bde6ee;
}

/* line 95, ../sass/elements/_typography.scss */
.font-family-bold {
  font-family: "Univers-Bold", Arial, Helvetica, sans-serif;
}

/* line 98, ../sass/elements/_typography.scss */
.font-family-light {
  font-family:"Univers-Light", Arial, Helvetica, sans-serif;
}

/* line 101, ../sass/elements/_typography.scss */
.font-family-regular {
  font-family: "Univers", Arial, Helvetica, sans-serif;
}

/*--------------------------------------------------------------
# OBJECTS

/* MODAL *********************/
/* [Object] Modal
 * =============================== */
/* line 3, ../sass/objects/_modal.scss */
label.modal-trigger {
  cursor: pointer;
  overflow: hidden;
  display: block;
  position: relative;
  transition: opacity .25s ease-in-out;
}

#p15 label.modal-trigger {
    cursor: pointer;
    overflow: hidden;
    display: block;
    position: relative;
    transition: opacity .25s ease-in-out;
    width: 140px;
    height: 78px;
}

#vid-pg15 .trad-asset, #vid-pg15b .trad-asset{
    float: right;
    color: #bce5ed;
    font-size: 16px;
    width: 64%;
    position: relative;
    margin-top: -80px;
    margin-right: 39px;
    font-family:"UniversLTStd-Light", Arial, Helvetica, sans-serif;
}




/* line 10, ../sass/objects/_modal.scss */
label.modal-trigger img {
   margin-bottom: 5px;
}

/* line 13, ../sass/objects/_modal.scss */
label.modal-trigger.video:hover {
  opacity: 1;
  transition: opacity .25s ease-in-out;
}

/* line 17, ../sass/objects/_modal.scss */
.modal {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: left;
  background: rgba(0, 0, 0, 0.9);
  transition: opacity .25s ease;
}

/* line 30, ../sass/objects/_modal.scss */
.modal__bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  cursor: pointer;
}

/* line 39, ../sass/objects/_modal.scss */
.modal-state {
  display: none;
}

/* line 43, ../sass/objects/_modal.scss */
.modal-state:checked + .modal {
  opacity: 1;
  visibility: visible;
}

/* line 48, ../sass/objects/_modal.scss */
.modal-state:checked + .modal .modal__inner {
  top: 0;
}

/* line 52, ../sass/objects/_modal.scss */
.modal__inner {
  transition: top .25s ease;
  position: absolute;
  top: -20%;
  right: 0;
  bottom: 0;
  left: 0;
  width: 90%;
  margin: auto;
  overflow: auto;
  background: transparent;
  border-radius: 5px;
  padding: 1em 2em;
  height: 80%;
}

/* line 67, ../sass/objects/_modal.scss */
.modal__inner img {
  max-width: 100%;
  max-height: 100%;
  margin: auto;
}

/* line 73, ../sass/objects/_modal.scss */
.modal__close {
  position: absolute;
    right: -2em;
    top: -1.5em;
    z-index: 2;
  width: 1.1em;
  height: 1.1em;
  cursor: pointer;
}

/* line 83, ../sass/objects/_modal.scss */
.modal__close:after,
.modal__close:before {
  content: '';
  position: absolute;
  width: 2px;
  height: 1.5em;
  background: #ccc;
  display: block;
  transform: rotate(45deg);
  left: 50%;
  margin: -3px 0 0 -1px;
  top: 0;
}

/* line 97, ../sass/objects/_modal.scss */
.modal__close:hover:after,
.modal__close:hover:before {
  background: #aaa;
}

/* line 101, ../sass/objects/_modal.scss */
.modal__close:before {
  transform: rotate(-45deg);
}
/* line 250, ../sass/objects/_modal.scss */
label.modal-trigger.icon-link {
  cursor: pointer;
  position: relative;
  width: 760px;
  margin: 50px 0;
}

/* line 257, ../sass/objects/_modal.scss */
label.modal-trigger.icon-link.left {
  left: -72px;
  width: 670px;
}

/* line 263, ../sass/objects/_modal.scss */
label.modal-trigger.icon-link span {
  color: #1f4f82;
  font-size: 21px;
  text-decoration: underline;
  position: relative;
  margin-left: 60px;
  display: inline-block;
  top: 25px;
}

/* line 273, ../sass/objects/_modal.scss */
label.modal-trigger.icon-link.left span {
  margin-left: 118px;
}

/* line 278, ../sass/objects/_modal.scss */
label.modal-trigger.icon-link .white_trans_bg {
  height: 76px;
}

/* line 282, ../sass/objects/_modal.scss */
label.modal-trigger.icon-link .white_trans_bg img {
  display: inline;
  float: left;
}

/* line 287, ../sass/objects/_modal.scss */
label.modal-trigger.icon-link.left .white_trans_bg img {
  float: right;
}

/* line 291, ../sass/objects/_modal.scss */
label.modal-trigger.icon-link span:before {
  content: url("../assets/graphics/icons/icon-popup.png");
  position: absolute;
  left: -46px;
}
/***quotes**/

.pull_quote{
    border-top: 8px solid #f37721;
    border-bottom: 8px solid #f37721;
    font-size: 21px;
    color: #003b4d;
    background-color: rgba(255, 255, 255, 0.8);
    padding-left: 70px;
    padding-right: 70px;
    padding-top: 7px;
    padding-bottom: 5px;
    margin-bottom: 17px;
}

.pull_quote.right_flush {
    border-top: 14px solid #f37721;
    border-bottom: 14px solid #f37721;
    font-size: 31px;
    padding-left: 33px;
    padding-right: 40px;
    padding-top: 40px;
    padding-bottom: 43px;
    margin-bottom: 42px;
    margin-right: -33px;
    letter-spacing: -.01em;
}

.pull_quote.left_flush{
    margin-left: -63px;
    margin-top: 55px;
    padding-top: 20px;
    font-size: 23px;
    width: 92%;
}

#p10 .pull_quote{
    padding-left: 43px;
    padding-right: 43px;
    margin-bottom: 35px;
}
#p11 .callout{
    margin-top: -7px;
    line-height: 1.65em;
}

.callout{
    line-height: 1.5em;
    border-left-color: #ffffff;
    border-left-style: solid;
    border-left-width: 1.2px;
    padding-left: 15px;
}

.quote{
    color: #00758f;
    font-size: 35px;
}
.pull-quote-bottom{
    width:100%;
    display:inline-block;
    position: relative;
}
#p17 .quote{
    margin-left: 44px;
}
table .quote-end{
    background-image: none;
    display: inline;
    max-height: 0px;
    line-height: 14px;
    position: absolute;
    bottom: 4px;
}
.quote td{
    vertical-align: top;
}

.quote .right-side{
    margin-top: 10px;
    position: relative;
    line-height: 1.75em;
}

.quote-text{
    letter-spacing: -.01em;
    line-height: 1.35em;
}
.quote-caller{
    font-family: "Univers-Bold", Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 26px;
    margin-left: 44px;
    margin-top: 17px;
    line-height: normal;
}


/* line 340, ../sass/objects/_modal.scss */
.modal-trigger .round-icon.top-align {
  top: 15px;
}

.trad-asset{
    color:#1f4f82;
    background-repeat: no-repeat;
}
.brightcove-info-holder.gradient-bg{
    padding-top: 23px;
    /*float: right;*/
    display: inline-block;
    /* width: 92%; */
    height: 90px;
    padding-bottom: 15px;
}

/* video play button */
label.modal-trigger.video:after {
  content: '';
  background: url("../assets/graphics/icons/video-play-btn.png") no-repeat center center;
  background-size: contain;
  width: 80px;
  height: 119px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#p15 label.modal-trigger.video:after{
    width: 38px;
    height: 38px;
}

/* line 356, ../sass/objects/_modal.scss */
.modal.video {
  background: rgba(0, 0, 0, 0.7);
}

/* line 359, ../sass/objects/_modal.scss */
.modal.video .modal__inner {
  position: absolute;
  right: initial;
  bottom: initial;
  left: 50%;
  top: 50% !important;
  width: 600px;
  margin: auto;
  overflow: visible;
  background: transparent;
  border-radius: 0;
  padding: 0;
  height: auto;
  transform: translate(-50%, -50%);
}



/* MEDIA *********************/
/* RESPONSIVE IFRAME VIDEO */
/* line 3, ../sass/objects/_media.scss */
.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 0px;
  height: 0;
}

/* line 9, ../sass/objects/_media.scss */
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* TOOLTIP *********************/
/* line 1, ../sass/objects/_tooltip.scss */
.tooltip {
  outline: none;
  position: relative;
  cursor: pointer;
  font-size: 1.2rem;
}

/* line 7, ../sass/objects/_tooltip.scss */
.tooltip strong {
  line-height: 30px;
}

/* line 8, ../sass/objects/_tooltip.scss */
.tooltip:hover {
  text-decoration: none;
}

/* line 9, ../sass/objects/_tooltip.scss */
.tooltip span {
  z-index: 10;
  visibility: hidden;
  opacity: 0;
  padding: 20px 10px 20px 20px;
  position: absolute;
  bottom: calc(100% + 25px);
  width: 360px;
  line-height: 18px;
  border-radius: 4px;
  transform: translateX(-100%);
  position: absolute;
  background-color: rgba(0, 59, 77, 0.9);
  transition: .25s;
  font-size: 12px;
  text-align: left;
  color: white;
  box-sizing: border-box;
}

/* line 28, ../sass/objects/_tooltip.scss */
.tooltip:hover span {
  display: inline;
  opacity: 1;
  visibility: visible;
  transition: 0.25s;
}

/* line 34, ../sass/objects/_tooltip.scss */
.tooltip span:after {
  position: absolute;
  bottom: -20px;
  left: 85%;
  width: 0;
  border-top: 5px solid #000;
  border-top: 20px solid rgba(0, 59, 77, 0.9);
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  content: " ";
  font-size: 0;
  line-height: 0;
}

/* line 47, ../sass/objects/_tooltip.scss */
.tooltip h2 {
  color: #F29111;
  font-size: 13px;
  margin: 0;
  margin-bottom: 5px;
}

/**footnotes**/

.footnote-stacked{
    margin-bottom: 10px;

}
.footnote{
    color: #bce5ed;
    font-size:10px;
}

.footnote.bottom{
    bottom: 49px;
}

.footnote-bottom-1{
    position: absolute;
    bottom: -209px;
    left: 0;
}
.footnote-bottom-2{
    position: absolute;
    bottom: -221px;
    left: 0;
}

#p3 .footnote{
    top: 630px;
    position: absolute;
}

/*--------------------------------------------------------------
# COMPONENTS
--------------------------------------------------------------*/
/* NAV *********************/
/* NAV BAR */
/* line 2, ../sass/components/_nav.scss */
.nav-bar {
  background: transparent;
}

/* line 11, ../sass/components/_nav.scss */
body.full-nav .icon-wrap {
  display: block;
  opacity: 1;
  height: 100%;
}

/* line 16, ../sass/components/_nav.scss */
body.full-nav .nav-bar {
  background: transparent;
  height: 56px;
  transition-delay: 5s;
  transition: .25s all ease-in-out;
}
body.full-nav .nav-bar .company-logo{
    opacity: 1;
}

/* line 22, ../sass/components/_nav.scss */
body.no-nav .nav-bar {
  height: 0;
  opacity: 0;
  transition: .25s all ease-in-out;
}

/* line 27, ../sass/components/_nav.scss */
.nav-bar a {
  text-decoration: none;
}

/* LOGO */
/* line 32, ../sass/components/_nav.scss */
.company-logo {
  background-image: url("../assets/graphics/oracle-logo.jpg");
  background-repeat: no-repeat;
  width: 160px;
  height: 56px;
  float: left;
  display:none;
  margin-left: 64px;
  background-size: cover;
    opacity: 0;
}

/* line 42, ../sass/components/_nav.scss */
.company-logo {
    display: inline-block;
  height: 80px;
  width: 222px;
  transition-delay: background 0s;
  position: relative;
}

/* line 48, ../sass/components/_nav.scss */
.company-logo a {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
}
.cover-text{
    position: absolute;
    top:210px;
    left: 62px;
}

.cover-title{
    font-size: 146px;
    color: #00758f;
    font-family: "Univers-Bold", Arial, Helvetica, sans-serif;
    font-weight: 400;
    width: 75%;
    line-height: normal;
    margin-bottom: 32px;

}
.cover-subtitle{
    font-size: 48px;
    color: #f29111;
}

/* line 55, ../sass/components/_nav.scss */
body.full-nav .company-logo, body.no-nav .company-logo {
  height: 56px;
  width: 160px;
  transition-delay: background 0.25s;
}

/* ICON NAV */
/* line 63, ../sass/components/_nav.scss */
.icon-wrap {
  display: none;
  opacity: 0;
  float: right;
}

/* line 68, ../sass/components/_nav.scss */
.icon-wrap > * {
  display: inline-block;
  position: relative;
  height: 100% !important;
  background-repeat: no-repeat;
  background-position: center center;
  margin-left: 80px;
}

/* DROPDOWN MENU */
/* line 79, ../sass/components/_nav.scss */
.icon-wrap > * > ul {
    transform: translateX(15%);
   visibility: hidden;
    opacity:0 ;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition:all 1s ease-in-out;
    -o-transition:all 1s ease-in-out;
    top: 100%;
    left: 50%;
    z-index: 2;
    padding-left: 10px;
    border-radius: 0;
    padding: 0;
    margin-top: 50px;
    margin-left: 4px;
    margin-bottom: 2px;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition:all .25s ease-in-out;
    -o-transition:all .25s ease-in-out;

}

/* line 93, ../sass/components/_nav.scss */
.icon-wrap > .icon-smedia > ul {
  left: auto;
  right: 0;
  transform: translateX(0);
}

/* line 98, ../sass/components/_nav.scss */
.icon-wrap .hamburger_icon > ul {
    left: 0%;

    padding-top: 45px;
    padding-bottom: 20px;
}
.icon-wrap .hamburger_icon > ul.social-dd {
    padding-bottom: 0px;
    padding-top: 25px;

}

/* line 103, ../sass/components/_nav.scss */
.icon-wrap.hoverish  ul {
    transform: translateX(-93%);
    opacity: 1;
    visibility: visible;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition:all .25s ease-in-out;
    -o-transition:all .25s ease-in-out;
}

/* line 126, ../sass/components/_nav.scss */
.icon-wrap > * > ul > li {
  list-style: none;
}
/* line 126, ../sass/components/_nav.scss TEST*/
.icon-wrap > * > ul > li {
    list-style: none;
    margin-top:8px;
}


/* line 129, ../sass/components/_nav.scss */
.icon-wrap > * > ul > li a, .icon-wrap > * > ul > li span {
    padding: 12px 20px 2px 30px;
  display: inline-block;
  transition: all .25s ease-in-out;
  cursor: pointer;
}


.icon-wrap > * > ul > li .icon-download a {
    padding: 12px 20px 2px 0px;
}
/* line 135, ../sass/components/_nav.scss */
.icon-wrap > * > ul > li span, .icon-wrap > * > ul > li a {
  transition: background-color .25s ease-in-out;
  transition: background-color 0.25s ease-in-out;
}

/* line 143, ../sass/components/_nav.scss */
.icon-wrap > * > ul > li:hover a, .icon-wrap > * > ul > li:hover span {
  transition: .25s ease-in-out;
  text-decoration: none;
}
.menu-dd li:hover  a .txt-blue-dk{
  text-decoration: underline;
}
.hashover{
    cursor: pointer;
}
.social-dd .hashover:hover .txt-blue-dk{
    text-decoration: underline;
}


/* line 149, ../sass/components/_nav.scss */
.hamburger_icon {
  background-image: url("../assets/images/icon-toc.png");
  width: 40px;
  height: 28px;
    cursor: pointer;
}



/* line 154, ../sass/components/_nav.scss */
.hamburger_icon > ul {
    width: 490px;
}

/* line 157, ../sass/components/_nav.scss */
.icon-download {
    background-image: url('../assets/graphics/icons/download-arrow.png');
    background-repeat: no-repeat;
    background-size: 28px 39px;
    padding-left: 50px;
    min-height: 39px;
    margin-bottom: 20px;
    background-position-x: 4px;
    padding-top: 7px;
}

/* line 162, ../sass/components/_nav.scss */
.icon-download > ul {
  text-align: center;
}

/* line 165, ../sass/components/_nav.scss */
.icon-download > ul .pdf-link {
  font-size: 16px;
  padding: 15px 5px;
  width: 200px;
}

/* line 170, ../sass/components/_nav.scss */
.icon_smedia {
    background-image: url('../assets/graphics/icons/share_icon.png');
    background-repeat: no-repeat;
    margin-bottom: 20px;
    padding-left: 23px;
    background-size: 38px 39px;
    min-height: 39px;
    cursor: pointer;
    padding-top: 9px;
}

/* line 175, ../sass/components/_nav.scss */
.icon_smedia > ul {
  width: 200px;
  padding: 5px;
  right: 0;
  left: auto;
  transform: translateX(0);
}

/* line 182, ../sass/components/_nav.scss */
.icon_smedia > ul li {
  display: inline-block;
  padding: 0 8px;
    float:left;
}

/* line 186, ../sass/components/_nav.scss */
.icon_smedia > ul li a {
  height: 25px;
  width: 25px;
  display: inline-block;
  margin: 2px;
  padding: 0;
  background-repeat: no-repeat;
  background-position: center center;
  padding-top: 5px;
}

/* line 196, ../sass/components/_nav.scss */
.icon_smedia > ul > li:hover a {
  background-color: transparent;
}

/* line 199, ../sass/components/_nav.scss */
.icon-wrap > .icon_smedia > ul:after {
  left: 95%;
}

/* line 202, ../sass/components/_nav.scss */
a.icon_facebook, a.icon_facebook:hover {
    background-color: transparent;
    background-image: url("../assets/graphics/icons/icon-facebook.png");
}

/* line 205, ../sass/components/_nav.scss */
a.icon_twitter {
  background-image: url("../assets/graphics/icons/icon-twitter.png");
}

/* line 208, ../sass/components/_nav.scss */
a.icon_linkedin {
  background-image: url("../assets/graphics/icons/icon-linkedin.png");
}

/* line 211, ../sass/components/_nav.scss */
a.icon_blog {
  background-image: url("../assets/graphics/icons/icon-blog.png");
}

/* FOOTER *********************/
/******************************
FOOTER
******************************/
/* line 4, ../sass/components/_footer.scss */
.footer {
  width: 100%;
  height: 36px;
  position: absolute;
  bottom: 0;
  color: #00758f;
  background-color: transparent;
  font-family: "Univers", Arial, Helvetica, sans-serif;
  font-size: 14px;
  display: none;
    letter-spacing: -.025em;
}

/* line 16, ../sass/components/_footer.scss */
.footer-book-title {
  float: right;
  margin-top: 8px;
  margin-right: 15px;
  color: #bce5ed;
    font-size: 10px;
}

/* line 21, ../sass/components/_footer.scss */
.footer-chap-title {
  margin-top: 8px;
  margin-left: 64px;
  display: inline-block;
  color: #bce5ed;
  font-size: 10px;
}


/* line 27, ../sass/components/_footer.scss */
#footNum {
  float: right;
  margin-right: 16px;
  margin-top: 5px;
  color: #bce5ed;
}

/* line 34, ../sass/components/_footer.scss */
a.white {
  color: white;
}

.pull-left.right-side{
  padding-left: 10px ;
}


/* line 49, ../sass/components/_icons.scss */
header .title-icon {
  margin: -15px 0 19px 0;
}

/* SLICK *********************/
/* Slider */


/* Arrows */
/* line 11, ../sass/components/_slick.scss */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

/* line 30, ../sass/components/_slick.scss */
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  opacity: .75;
  color: transparent;
  outline: none;
}

/* line 39, ../sass/components/_slick.scss */
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

/* line 44, ../sass/components/_slick.scss */
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: .25;
}

/* line 50, ../sass/components/_slick.scss */
.slick-prev:before,
.slick-next:before {
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 61, ../sass/components/_slick.scss */
.slick-prev {
  width: 32px;
  height: 56px;
  background-image: url("../assets/graphics/icons/arrow-previous.png");
  left: 0px;
  z-index: 2000;
}

/* line 69, ../sass/components/_slick.scss */
[dir='rtl'] .slick-prev {
  right: -25px;
  left: auto;
}

/* line 74, ../sass/components/_slick.scss */
.slick-next {
  width: 32px;
  height: 56px;
  background-image: url("../assets/graphics/icons/arrow-next.png");
  right: 0px;
  z-index: 2000;
}

/* line 82, ../sass/components/_slick.scss */
[dir='rtl'] .slick-next {
  right: auto;
}

/******************************
LISTS
******************************/
.arrow-text{
    font-family: Univers, Arial, Helvetica, sans-serif;
    /*background-image: url(../assets/images/orange-arrow.png);*/
    background-repeat: no-repeat;
    padding-left: 73px;
    color: #00758f;
  margin-bottom: 40px;
  font-size: 30px;
    margin-right: 6%;
    background-position: 0px 12px;
    background-size: 48px 49px;
    padding-top: -7px;
    margin-left: 6px;
    line-height: 1.4em;
    letter-spacing: .01em;
}
/******************************
POPUPS
******************************/
/* line 5, ../sass/components/_popups.scss */
.overlay-fill {
  width: 100%;
  height: 100%;
  background-color: black;
  display: block;
  position: absolute;
  top: 21px;
  opacity: 1;
}

/* line 15, ../sass/components/_popups.scss */
#overlay-container {
  z-index: 1001;
  display: none;
  text-align: center;
  opacity: 1 !important;
  width: 980px;
  margin-top: 25px;
  height: 560px;
}

/* modify to fit size of the popup image */
/* line 26, ../sass/components/_popups.scss */
#overlay-content {
  opacity: 0;
  overflow: hidden;
  margin: 45px auto 0;
}

/* line 32, ../sass/components/_popups.scss */
#voverlay-content {
  z-index: 1001;
  display: none;
  text-align: right;
  width: 822px;
  height: 489px;
  color: #fff;
  margin-top: 24px;
  background-color: #fff;
  background-repeat: no-repeat;
  background-size: 126px 100px;
  background-position: center;
}

/* line 46, ../sass/components/_popups.scss */
#voverlay-content object, #voverlay-content iframe, #voverlay-content span {
  width: 100%;
  height: 100%;
}

/* Close Button */
/* line 53, ../sass/components/_popups.scss */
.button.b-close, .button.bClose {
    width: 69px;
    height: 37px;
    right: 8px;
    margin-top: -5px;
    padding-bottom: 2px;
    position: absolute;
    z-index: 10000;
    cursor: pointer;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    background-repeat: no-repeat;
    background-image: url('../assets/images/b-close.png');
    background-size: contain;

}

/* line 84, ../sass/components/_popups.scss */
.popupContainer {
  width: 952px;
  height: 668px;
  background-color: transparent;
  opacity: 0.9;
}


/* TOC *********************/

.TOC-wrap{
    padding-left: 0;
    padding-right: 0px;
    margin-top: 201px;
}

.row.toc{
    margin-top: -32px;

}


/******************************
SCROLLBAR PLUGIN
******************************/
/* line 6, ../sass/components/_scrollbar.scss */
.scroll-wrapper {
  overflow: hidden !important;
  padding: 0 !important;
  position: relative;
}

/* line 8, ../sass/components/_scrollbar.scss */
.scroll-wrapper > .scroll-content {
  border: none !important;
  box-sizing: content-box !important;
  height: auto;
  left: 0;
  margin: 0;
  max-height: 500px !important;
  max-width: none !important;
  overflow: hidden !important;
  padding: 0;
  position: relative !important;
  top: 0;
  width: 95% !important;
}

/* line 23, ../sass/components/_scrollbar.scss */
.scroll-wrapper > .scroll-content::-webkit-scrollbar {
  height: 0;
  width: 0;
}

/* line 25, ../sass/components/_scrollbar.scss */
.scroll-element {
  display: block;
}

/* line 26, ../sass/components/_scrollbar.scss */
.scroll-element, .scroll-element div {
  box-sizing: content-box;
}

/* line 29, ../sass/components/_scrollbar.scss */
.scroll-element.scroll-x.scroll-scrollx_visible,
.scroll-element.scroll-y.scroll-scrolly_visible {
  display: block;
}

/* line 32, ../sass/components/_scrollbar.scss */
.scroll-element.scroll-x, .scroll-element.scroll-x.scroll-scrollx_visible {
  display: none !important;
  overflow-x: hidden;
}

/* line 38, ../sass/components/_scrollbar.scss */
.scroll-element .scroll-bar,
.scroll-element .scroll-arrow {
  cursor: default;
}

/* This is the track.  Note, same style is repeated. */
/* line 42, ../sass/components/_scrollbar.scss */
.scrollbar-inner > .scroll-element,
.scrollbar-inner > .scroll-element div {
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10;
}

/* line 43, ../sass/components/_scrollbar.scss */
.scrollbar-inner > .scroll-element div {
  display: block;
  height: 96%;
  left: 0;
  top: 0;
  width: 100%;
}

/* line 45, ../sass/components/_scrollbar.scss */
.scrollbar-inner > .scroll-element.scroll-x {
  bottom: 2px;
  height: 8px;
  left: 0;
  width: 100%;
}

/* line 49, ../sass/components/_scrollbar.scss */
.scrollbar-inner > .scroll-element.scroll-y {
  height: 100%;
  right: 2px;
  top: 0;
  width: 12px !important;
}

/* line 64, ../sass/components/_scrollbar.scss */
.popup-inner {
  position: relative;
}

/* Also a track style... */
/* line 71, ../sass/components/_scrollbar.scss */
.scrollbar-inner > .scroll-element .scroll-element_outer {
  overflow: hidden;
}

/* line 75, ../sass/components/_scrollbar.scss */
.scrollbar-inner > .scroll-element .scroll-element_outer,
.scrollbar-inner > .scroll-element .scroll-element_track,
.scrollbar-inner > .scroll-element .scroll-bar {
  -webkit-border-radius: 8px;
  -moz-border-radius: 0;
  border-radius: 8px;
}

/* line 82, ../sass/components/_scrollbar.scss */
.scrollbar-inner > .scroll-element .scroll-element_track,
.scrollbar-inner > .scroll-element .scroll-bar {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  filter: alpha(opacity=40);
  opacity: 1;
}

/* line 86, ../sass/components/_scrollbar.scss */
.scrollbar-inner > .scroll-element .scroll-element_track {
  background-color: #DEE0E0 !important;
}

/* line 87, ../sass/components/_scrollbar.scss */
.scrollbar-inner > .scroll-element .scroll-bar {
  background-color: #939699 !important;
  height: 120px !important;
}


/* line 89, ../sass/components/_scrollbar.scss */
.scrollbar-inner > .scroll-element.scroll-draggable .scroll-bar {
  background-color: #919191;
}

/* update scrollbar offset if both scrolls are visible */
/* line 93, ../sass/components/_scrollbar.scss */
.scrollbar-inner > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -12px;
}

/* line 94, ../sass/components/_scrollbar.scss */
.scrollbar-inner > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -12px;
}

/* line 97, ../sass/components/_scrollbar.scss */
.scrollbar-inner > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -12px;
}

/* line 98, ../sass/components/_scrollbar.scss */
.scrollbar-inner > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -12px;
}

/*Simple Inner Scrollbar */
/* line 102, ../sass/components/_scrollbar.scss */
.scrollbar-inner > .scroll-element,
.scrollbar-inner > .scroll-element div {
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10;
}

/* line 105, ../sass/components/_scrollbar.scss */
.scrollbar-inner > .scroll-element div {
  display: block;
  height: 95%;
  left: 0;
  top: 5px;
  width: 100%;
}

/* line 107, ../sass/components/_scrollbar.scss */
#search_results .scrollbar-inner > .scroll-element div {
  height: 95%;
}

/* line 111, ../sass/components/_scrollbar.scss */
.scrollbar-inner > .scroll-element.scroll-x {
  bottom: 2px;
  height: 8px;
  left: 0;
  width: 100%;
}

/* line 113, ../sass/components/_scrollbar.scss */
.scrollbar-inner > .scroll-element.scroll-y {
  height: 100%;
  right: 2px;
  top: 0;
  width: 8px;
}

/* line 116, ../sass/components/_scrollbar.scss */
.scrollbar-inner > .scroll-element .scroll-element_outer {
  overflow: hidden;
}

/* line 120, ../sass/components/_scrollbar.scss */
.scrollbar-inner > .scroll-element .scroll-element_outer,
.scrollbar-inner > .scroll-element .scroll-element_track,
.scrollbar-inner > .scroll-element .scroll-bar {
  -webkit-border-radius: 8px;
  -moz-border-radius: 0px;
  border-radius: 8px;
}

/* line 126, ../sass/components/_scrollbar.scss */
.scrollbar-inner > .scroll-element .scroll-element_track,
.scrollbar-inner > .scroll-element .scroll-bar {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
}

/*This is the track*/
/* line 134, ../sass/components/_scrollbar.scss */
.scrollbar-inner > .scroll-element .scroll-element_track {
  background-color: #e0e0e0;
}

/*This is the car*/
/* line 136, ../sass/components/_scrollbar.scss */
.scrollbar-inner > .scroll-element .scroll-bar {
  background-color: #c2c2c2;
}

/*This is the car when you HOVER*/
/* line 138, ../sass/components/_scrollbar.scss */
.scrollbar-inner > .scroll-element:hover .scroll-bar {
  background-color: #919191;
}

/*Note sure what this does*/
/* line 140, ../sass/components/_scrollbar.scss */
.scrollbar-inner > .scroll-element.scroll-draggable .scroll-bar {
  background-color: #919191;
}

/* update scrollbar offset if both scrolls are visible */
/* line 144, ../sass/components/_scrollbar.scss */
.scrollbar-inner > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -12px;
}

/* line 145, ../sass/components/_scrollbar.scss */
.scrollbar-inner > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -12px;
}

/* line 147, ../sass/components/_scrollbar.scss */
.scrollbar-inner > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -12px;
}

/* line 148, ../sass/components/_scrollbar.scss */
.scrollbar-inner > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -12px;
}

/*added*/
/* line 152, ../sass/components/_scrollbar.scss */
.scrollbar_setup {
  max-width: 1200px;
}

/* line 155, ../sass/components/_scrollbar.scss */
.scrollbar_setup .scrollbar_wrap {
  width: 95%;
  margin-left: 25px;
}

/* line 162, ../sass/components/_scrollbar.scss */
.scrollbar_setup .scrollbar_wrap .inner-content {
  border: 1px solid #CCC;
  max-height: 170px;
  width: 600px;
}

/* line 164, ../sass/components/_scrollbar.scss */
.scrollbar_setup .scrollbar_wrap > div {
  max-height: 625px;
  overflow: auto;
}

/* line 165, ../sass/components/_scrollbar.scss */
.scrollbar_setup .scrollbar_wrap .permanent {
  min-width: 800px;
}

/* PRELOADER *********************/
/******************************
PRELOADER
******************************/
/* line 4, ../sass/components/_preloader.scss */
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 3000;
}

/* line 5, ../sass/components/_preloader.scss */
#status {
  width: 320px;
  height: 80px;
  position: absolute;
  left: 50%;
  top: 50%;
    transform: translate(-50%, -50%);
  background-image: url("../assets/images/preloader.gif");
  background-repeat: no-repeat;
  background-size: 320px 80px;
  /* is width and height divided by two */
}

/* PAGES *********************/
/* line 1, ../sass/components/_pages.scss */
section.slick-slide {
  overflow: hidden;
}

/* line 5, ../sass/components/_pages.scss */
.slick-slide > .container {
    margin: 119px 33px 0 56px;
    width: auto;
    padding: 0;
    height: 696px;
}
.slick-slide > .container.intro{
    margin-top: 99px;
}
.slick-slide > .container.new-chap{
    margin-top: 90px;
}


.pad-right-download, .slick-slide > .container.pad-right-download{
    padding-right: 110px;
}

.pad-right-hamburger{
    padding-right: 42px;
}

.menu-dd{
    background-color: rgba(255, 255, 255, 0.95);
    border: 1px solid #bde6ee;;
}

.menu-dd.social-dd{
    margin-top: 2px;
    padding-left: 30px;
    padding-top: 22px;
    padding-bottom: 7px;
}

.social-dd li{
    display: inline;
}
.chap-name{
    line-height: 1em;
}
.chap-desc{
    letter-spacing: -.04em;
}
.social-icons-holder{
    float: right;
    width: 209px;
    padding-right: 8px;
    margin-right: 30px;
    margin-top: 6px;
 }
.icon_smedia .icon {
 display: none;
    background-repeat: no-repeat;
    width: 40px;
    height: 40px;
    float: left;
}

.icon-smedia .icon a{
    background-color: transparent;
}

.social-icons-holder a:hover{
    opacity: 0.8;
}

/* line 10, ../sass/components/_pages.scss */
article {
    padding-top: 36px;
    padding-left: 14px;
    padding-right: 34px;
}

/* line 16, ../sass/components/_pages.scss */
.page {
  position: relative;
  width: 1400px;
  height: 800px;
  background-repeat: no-repeat;
  background-color: white;
  background-size: cover !important;
}

/* line 26, ../sass/components/_pages.scss */
#p1 {
  background-image: url("../assets/images/desktop/cover.png");
}

/* line 30, ../sass/components/_pages.scss */
#p2 {
    background-image: url("../assets/images/desktop/bg-02-orig.png");
}

/* line 34, ../sass/components/_pages.scss */
#p3 {
    background-image: url("../assets/images/desktop/bg-01.png");
}

/* line 38, ../sass/components/_pages.scss */
#p4 {
    background-image: url("../assets/images/desktop/bg-01.png");
}

/* line 42, ../sass/components/_pages.scss */
#p5{
    background-image: url("../assets/images/desktop/bg-01.png");
}

#p5 .text-block-holder{
    position: relative;
}
#p5 .txt-block-1{
    position: absolute;
    left: 103px;
    width: 300px;
    top: 23px;

}
#p5 .txt-block-2{
    position: absolute;
    left: 600px;
    top: 142px;
}
#p6 {
    background-image: url("../assets/images/desktop/bg-01.png");
}


/* line 46, ../sass/components/_pages.scss */
#p7 {
    background-image: url("../assets/images/desktop/bg-01.png");
}

/* line 50, ../sass/components/_pages.scss */
#p8 {
    background-image: url("../assets/images/desktop/bg-01.png");
}

/* line 54, ../sass/components/_pages.scss */
#p9 {
    background-image: url("../assets/images/desktop/bg-02-orig.png");
}

/* line 58, ../sass/components/_pages.scss */
#p10 {
    background-image: url("../assets/images/desktop/bg-01.png");
}

/* line 62, ../sass/components/_pages.scss */
#p11 {
    background-image: url("../assets/images/desktop/bg-01.png");
}

/* line 66, ../sass/components/_pages.scss */
#p12{
    background-image: url("../assets/images/desktop/bg-02-orig.png");
}

/* line 70, ../sass/components/_pages.scss */
#p13 {
    background-image: url("../assets/images/desktop/bg-02-orig.png");
}
#p14 {
    background-image: url("../assets/images/desktop/bg-02-orig.png");

}

/* line 74, ../sass/components/_pages.scss */
#p15 {
    background-image: url("../assets/images/desktop/bg-02-orig.png");
}

/* line 77, ../sass/components/_pages.scss */
#p16 {
    background-image: url("../assets/images/desktop/bg-02-orig.png");
}

#p18 {
    background-image: url("../assets/images/desktop/cover-back.png");
}


/* cheats and fixes*/

.overlay, .overlay-two{
    width: 700px ;
    height: 800px !important;
    background-color: #00758e;
    position: absolute;
    top: -90px;
    left: 651px;
    opacity: .8;
}
.overlay-two {
    width:100%;
    left: 0px;
    top: 0px;
}
.pos-absolute{
    position: absolute;
}

.black-overlay{
    width: 290px;
    height: 162px;
    position:relative;
    background-color: black;
    margin-top:-167px;
    opacity: .3;
}

label:hover .black-overlay {
    opacity: 0;
}


.black-overlay2{
    width: 140px;
    height: 79px;
    position:relative;
    background-color: black;
    margin-top:-84px;
    margin-left: 0;
    opacity: .3;
}

.black-overlay2:hover{
    background-color: transparent;
    opacity: 1;
}


#overlay-1{
    position: absolute;
    left: 700px;
}
.overlay-2{
    position: absolute;
    left: 700px;
}



.copyright{
    color: #ffffff;
    position: absolute;
    top: 477px;
    width: 32%;
}


.arrow-orange {
    background-image: url("../assets/images/desktop/ch01-arrow.png");
    background-repeat: no-repeat;
    padding-left: 30px;
    color: #ffffff;
    margin-bottom: 20px;
    font-size: 16px;
    margin-right: 6%;
    background-position: 0 10px;
    background-size: 21px 17px;
    margin-left: 0;
    padding-top: 7px;
}

.number-1, .number-2, .number-3, .number-4, .number-5  {
    background-image: url("../assets/images/desktop/ch03-number01.png");
    background-repeat: no-repeat;
    padding-left: 50px;
    color: #ffffff;
    margin-bottom: 20px;
    font-size: 16px;
    margin-right: 0;
    background-position: -16px -7px;
    margin-left: 0;
    padding-top: 7px;
    position: relative;

}
.number-2{
    background-image: url("../assets/images/desktop/ch03-number02.png");
}
.number-3{
    background-image: url("../assets/images/desktop/ch03-number03.png");
}
.number-4{
    background-image: url("../assets/images/desktop/ch03-number04.png");
}
.p12-num{
    font-size: 24px;
    position: relative;
    margin-bottom: 5px;

}

#p12-num1{
    margin-left: -28px;
    line-height: 1.3em;
    padding-left: 28px;
    background-position: -13px -1px;
    background-image: url("../assets/images/desktop/ch04-number01.png");
}
#p12-num2{
    margin-left: 10px;
    margin-top: -37px;
    padding-left: 38px;
    background-position: -10px 2px;
    background-image: url("../assets/images/desktop/ch04-number02.png");
}
#p12-num3{
    margin-left: -39px;
    margin-top: -37px;
    padding-left: 38px;
    background-position: -11px 2px;
    background-image: url("../assets/images/desktop/ch04-number03.png");
}

.p12-line-height{
    line-height: 1.35em;
}
#p12 label.modal-trigger{

    margin-bottom: 20px;
}
.desktop-left-50{
    margin-left: 27px;

}

#p13 .desktop-left-50{
    margin-left: 50px;
}

.margin-left-zero{
    margin-left: 0 !important;
}


.phone-cheat-20-left{
    margin-left: -20px;
}

.number-4{
    margin-bottom: -207px
}
.overlay-2 {
    position: relative;
    left: 0px;
    margin-top: 0px;
    width: 50%;
}
#p12-num3{
    width: 90%;
}
#p2 .toc-link a{
    color: #f29111;
    margin-left: 5px;
}


.icon-1, .icon-2, .icon-3, .icon-4, .icon-5{
    background-repeat: no-repeat;
    padding-left: 56px;
    margin-right: 20px;
    float: left;
    width: 74px;
    height: 74px;
}

.icon-1{
    background-image: url("../assets/images/desktop/ch02-icon01.png");
}
.icon-2{
    background-image: url("../assets/images/desktop/ch02-icon02.png");
}
.icon-3{
    background-image: url("../assets/images/desktop/ch02-icon03.png");
}
.icon-4{
    background-image: url("../assets/images/desktop/ch02-icon04.png");
}
.icon-5{
    background-image: url("../assets/images/desktop/ch02-icon05.png");
}

.light-blue{
    color: #bce5ed;
}

#callout-1{
    margin-bottom: 30px;

}

 #callout-3 {
    margin-bottom: 45px;
     margin-top: 10px;
}

#callout-4{
    position: relative;
    margin-bottom: 87px;
    margin-top: -225px;
}


#p5 .footnote-bottom-1{
    position: absolute;
    bottom: -64px;
    left: 0;
}
#p5 .footnote-bottom-2{
    position: absolute;
    bottom: 28px;
    left: 0;
}




/*Animations */


/*Page 5 */
#image-1{
    margin-bottom: 30px;
    position: relative;
}

.zero{
    position: absolute;
    color:white;
}
.sixty{
    position: absolute;
    left: 63%;
    color:white;
    opacity: 0;
    margin-left: -4px;
}

.animate .sixty{
    -webkit-transition-delay: 1.9s; /* Safari */
    transition-delay: 1.9s;




    opacity: 1;
}

.hundred{
    position: absolute;
    right: 0;
    color:white;
}
.orange-bar{
    position: absolute;
    top: 0;
    left: 0;
    background-color: #f29111;
    height: 24.2px;
    width:40px;
    -webkit-transition: width 2ms; /* Safari */
    transition: width 2s;
}

.animate .orange-bar{
    width: 64%;
}

/*Page 15 */


#image-2-15{
    margin-bottom: 20px;
    margin-top: -35px;
    position: relative;
}

.pg15-image1{
    position: absolute;
    width: 296px;
    height: 378px;
    left: 105px;
    top: 93px;
}


.pg15-image2{
    position: absolute;
    top: 7px;
    opacity: 0;
    right: 50px;

    -ms-transform: rotate(-15deg); /* IE 9 */
    -webkit-transform: rotate(-15deg); /* Chrome, Safari, Opera */
    transform: rotate(-15deg) ;

}

.animate .pg15-image2{

    -moz-transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;


    -ms-transform: rotate(0deg); /* IE 9 */
    -webkit-transform: rotate(0deg); /* Chrome, Safari, Opera */
    transform: rotate(0deg) ;

    opacity:1;


}


/*Page 10 */

#image-5{
    margin-bottom: 87px;
    position: absolute;

}


.image-5-guy{
    position:relative;
    width: 260px;
    height: 258px;
    margin-left: 157px;
    margin-top: 225px;
    opacity: 0;
}


.animate .image-5-guy{

    -moz-transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;

    transform: translate(0,-169px);
    opacity: 1;
    z-index: 1

}


.five-bigdata-left{
    position: absolute;
    width: 164px;
    height: 122px;
    left: -275px;
    top: 133px;

    transform: translate(0px,25px);
    opacity: 0;
}

.animate .five-bigdata-left {
    transform: translate(274px,25px);
    opacity: 1;


    -moz-transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;

}

.five-bigdata-right{
    position: absolute;
    width: 164px;
    height: 122px;
    margin-left: 416px;
    margin-top: -357px;

    transform: translate(200px,25px);
    opacity: 0;
}

.animate .five-bigdata-right {

    opacity: 1;
    transform: translate(-4px,25px);

    -moz-transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}


.five-piechart{
    position: absolute;
    width: 54px;
    height: 62px;
    top: 67px;
    left: 367px;
    opacity: 0;

    transform: translate(-107px,25px);
}

.animate .five-piechart{

    transform: translate(-217px,25px);
    opacity: 1;

    -moz-transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;

    -webkit-transition-delay: 1s; /* Safari */
    transition-delay: 1s;

}


.five-redbar{
    position: absolute;
    width: 54px;
    height: 62px;
    top: -9px;
    left: 182px;

    transform: translate(73px,94px);
    opacity: 0;
}

.animate .five-redbar{
    opacity: 1;
    transform: translate(4px,11px);

    -moz-transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;

    -webkit-transition-delay: 1s; /* Safari */
    transition-delay: 1s;



}

.five-graybar{
    position: absolute;
    width: 54px;
    height: 62px;
    top: -9px;
    left: 351px;

    opacity: 0;
    transform: translate(-89px,111px);

}

.animate .five-graybar{
    -moz-transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;

    -webkit-transition-delay: 1s; /* Safari */
    transition-delay: 1s;

    opacity: 1;
    transform: translate(-29px,3px);

}



.five-brokengraph{
    position: absolute;
    width: 54px;
    height: 62px;
    top: 65px;
    left: 401px;

    opacity: 0;
    transform: translate(-140px,51px);
}

.animate .five-brokengraph{
    -moz-transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;

    -webkit-transition-delay: 1s; /* Safari */
    transition-delay: 1s;


    opacity: 1;
    transform: translate(-29px,19px);
}

#p11 .footnote-bottom-1{
    position: absolute;
    bottom: 80px;
    left: 0;
}
#p11 .footnote-bottom-2{
    position: absolute;
    bottom: 64px;
    left: 0;
    width: 151%;
}


/* Page06 */

#image-3{
    position: relative
}

.six-lady{
    position: absolute;
    width: 253px;
    height: 424px;

    left: 150px;
    top: 200px;
}

.six-building{
    position: absolute;
    width: 380px;
    height: 410px;

    left: -19px;
}


.six-manLeft{
    position: absolute;
    width: 141px;
    height: 315px;

    top: 200px;
    left: 10px;

    opacity:0;
    transform: translate(-140px,-1px);
}


.animate .six-manLeft{
    -moz-transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;

    opacity:1;
    transform: translate(0px,-1px);

}



.six-manRight{
    position: absolute;
    width: 141px;
    height: 315px;

    top: 200px;
    left: 402px;

    opacity:0;
    transform: translate(100px,-1px);
}


.animate .six-manRight{
    -moz-transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;

    opacity:1;
    transform: translate(-1px,-1px);

}


.six-bigCrog{
    position: absolute;
    width: 134px;
    height: 134px;

    top: 474px;
    left: 164px;

    opacity: 0;
    transform: rotate(-10deg);

}

.animate .six-bigCrog{
    -moz-transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;

    -ms-transform: rotate(30deg); /* IE 9 */
    -webkit-transform: rotate(30deg); /* Chrome, Safari, Opera */
    transform: rotate(30deg);

    opacity: 1;

    -webkit-transition-delay: 900ms; /* Safari */
    transition-delay: 900ms;

}


.six-smallCrog{
    position: absolute;
    width: 94px;
    height: 94px;

    top: 448px;
    left: 282px;

    opacity: 0;
    transform: rotate(-10deg);

}

.animate .six-smallCrog{
    -moz-transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;

    -ms-transform: rotate(-35deg); /* IE 9 */
    -webkit-transform: rotate(-35deg); /* Chrome, Safari, Opera */
    transform: rotate(-35deg);

    -webkit-transition-delay: 900ms; /* Safari */
    transition-delay: 900ms;

    opacity: 1;

}


/*page 13 */


.fifteen-cloud{
    position: absolute;
    width: 646px;
    height: 364px;
    top: 45px;
    opacity: .3;
    z-index: 0;
}

#image-13{
    position: relative;
}

.fifteen-building{
    position: absolute;
    width: 260px;
    height: 260px;
    top: 115px;
    left: 158px;
    z-index: 1;
}

.fifteen-personOne{
    position: absolute;
    width: 130px;
    height: 144px;
    left: 160px;
    top: 57px;
    z-index: 2;
    opacity: 0;
    transform: translate(-1px,-1px);
}

.animate .fifteen-personOne{
    -moz-transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;


    transform: translate(-1px,-1px);
    opacity: 1;
}


.fifteen-personTwo{
    position: absolute;
    width: 130px;
    height: 144px;
    top: 194px;
    left: 65px;
    z-index: 2;

    transform: translate(-1px,-1px);
    opacity: 0;
}

.animate .fifteen-personTwo{
    -moz-transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;


    transform: translate(-1px,-1px);
    opacity: 1;

    -webkit-transition-delay: 700ms; /* Safari */
    transition-delay: 700ms;
}

.fifteen-personThree{
    position: absolute;
    width: 130px;
    height: 144px;
    top: 194px;
    left: 387px;
    z-index: 2;

    transform: translate(-1px,-1px);
    opacity: 0;
}

.animate .fifteen-personThree{
    -moz-transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;


    transform: translate(-1px,-1px);
    opacity: 1;

    -webkit-transition-delay: 975ms; /* Safari */
    transition-delay: 975ms;

}

.fifteen-personFour{
    position: absolute;
    width: 130px;
    height: 144px;
    z-index: 2;
    top: 270px;
    left: 235px;

    transform: translate(-1px,-1px);
    opacity: 0;
}

.animate .fifteen-personFour{
    -moz-transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;


    transform: translate(-1px,-1px);
    opacity: 1;

    -webkit-transition-delay: 1300ms; /* Safari */
    transition-delay: 1300ms;
}


.text-1, .text-2, .text-3, .text-4{
    font-size: 18px;
    font-family: "Univers-Bold", Arial, Helvetica, sans-serif;
}

.text-1{
    position: absolute;
    left: 260px;
    top: 80px;

    opacity: 0;
    transform: translate(15px,-1px);
}

.animate .text-1{
    -moz-transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;

    transform: translate(-1px,-1px);

    opacity: 1;

    -webkit-transition-delay: 750ms; /* Safari */
    transition-delay: 750ms;
}

.text-2{
    position: absolute;
    top: 245px;
    left: -32px;


    transform: translate(-15px,-1px);
    opacity: 0;
}
.animate .text-2{
    -moz-transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;


    transform: translate(-1px,-1px);
    opacity: 1;

    -webkit-transition-delay: 950ms; /* Safari */
    transition-delay: 950ms;
}
.text-3{
    position: absolute;
    top: 386px;
    left: 125px;

    transform: translate(-51px,-1px);
    opacity: 0;
}
.animate .text-3{
    -moz-transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;


    transform: translate(-1px,-1px);
    opacity: 1;

    -webkit-transition-delay: 1450ms; /* Safari */
    transition-delay: 1450ms;
}

.text-4{
    position: absolute;
    top: 244px;
    left: 486px;
    width: 80%;

    transform: translate(15px,-1px);
    opacity: 0;
}
.animate .text-4{
    -moz-transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;


    transform: translate(-1px,-1px);
    opacity: 1;
    -webkit-transition-delay: 1350ms; /* Safari */
    transition-delay: 1350ms;
}


/*page 07 */

#image-4{
    position: relative;
}

.seven-cloud{
    position: absolute;
    width: 694px;
    height: 417px;
    top: -45px;
    left: 14px;
}

.seven-orange, .seven-white{
    position: absolute;
    transform: translate(-1px,-1px);
    opacity: 0;
    width: 60px;
    height: 69px;
}

.animate .seven-orange, .animate .seven-white{
    -moz-transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    transform: translate(-1px,-1px);
    opacity: 1;

}

.seven-orange-1{
    left: 130px;
    top: -20px;
}
.animate .seven-orange-1{
    -webkit-transition-delay: 0ms; /* Safari */
    transition-delay: 0s;
}

.seven-orange-2{
    left: 230px;
    top: -20px;
}
.animate .seven-orange-2{
    -webkit-transition-delay: 150ms; /* Safari */
    transition-delay: 150ms;
}

.seven-orange-3{
    left: 330px;
    top: -20px;
}
.animate .seven-orange-3{
    -webkit-transition-delay: 350ms; /* Safari */
    transition-delay: 350ms;
}

.seven-orange-4{
    left: 430px;
    top: -20px;
    z-index: 1;
}
.animate .seven-orange-4{
    -webkit-transition-delay: 500ms; /* Safari */
    transition-delay: 500ms;
}


.seven-orange-5{
    left: 530px;
    top: -20px;
}
.animate .seven-orange-5{
    -webkit-transition-delay: 650ms; /* Safari */
    transition-delay: 650ms;
}


.seven-orange-6{
    left: 130px;
    top: 85px;
}
.animate .seven-orange-6{
    -webkit-transition-delay: 800ms; /* Safari */
    transition-delay: 800ms;
}

.seven-orange-7{
    left: 229px;
    top: 83px;
}
.animate .seven-orange-7{
    -webkit-transition-delay: 950ms; /* Safari */
    transition-delay: 950ms;
}

.seven-white-1{
    left: 329px;
    top: 84px;
}
.animate .seven-white-1{
    -webkit-transition-delay: 1100ms; /* Safari */
    transition-delay: 1100ms;
}

.seven-white-2{
    left: 429px;
    top: 84px;
}
.animate .seven-white-2{
    -webkit-transition-delay: 1250ms; /* Safari */
    transition-delay: 1250ms;
}
.seven-white-3{
    left: 529px;
    top: 84px;
}
.animate .seven-white-3{
    -webkit-transition-delay: 1400ms; /* Safari */
    transition-delay: 1400ms;
}

/* Page 04 */

#image-2{
    position: relative;
    margin-bottom: 20px;
    margin-top: 0;
}



.four-mainImage {
    position: absolute;
    z-index: 1;
    margin-top: 85px;
}


.four-mainImage .animate{
    position: absolute;
    z-index: 1;
    margin-top: 85px;

}

.four-car{
    position: absolute;
    width: 60px;
    height: 26px;
    top: 28px;
    left: 419px;
    z-index: 1;

    transform: translate(-1px,-1px);
    opacity: 0

}
.animate .four-car{

    -moz-transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;

    transform: translate(-1px,-1px);
    opacity: 1;

    -webkit-transition-delay: 2700ms; /* Safari */
    transition-delay: 2700ms;

}


.four-phone{
    position: absolute;
    width: 24px;
    height: 45px;
    top: 79px;
    left: 370px;
    z-index: 1;

    transform: translate(-1px,-1px);
    opacity: 0

}
.animate .four-phone{
    -moz-transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;

    transform: translate(-1px,-1px);
    opacity: 1;

    -webkit-transition-delay: 3000ms; /* Safari */
    transition-delay: 3000ms;

}


.four-card{
    position: absolute;
    width: 55px;
    height: 49px;
    top: 124px;
    left: 217px;
    z-index: 1;

    transform: translate(-1px,-1px);
    opacity: 0
}
.animate .four-card{
    -moz-transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;

    transform: translate(-1px,-1px);
    opacity: 1;

    -webkit-transition-delay: 3300ms; /* Safari */
    transition-delay: 3300ms;
}


.four-atm{
    position: absolute;
    width: 51px;
    height:60px;
    top: 131px;
    left: 79px;

    transform: translate(-1px,-1px);
    opacity: 0;
}
.animate .four-atm{
    -moz-transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;

    transform: translate(-1px,-1px);
    opacity: 1;

    -webkit-transition-delay: 3600ms; /* Safari */
    transition-delay: 3600ms;
}


.four-computer{
    position: absolute;
    width: 73px;
    height:48px;
    top: 219px;
    left: 29px;
    z-index: 2;

    transform: translate(-1px,-1px);
    opacity: 0;
}
.animate .four-computer{
    -moz-transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;

    transform: translate(-1px,-1px);
    opacity: 1;

    -webkit-transition-delay: 3900ms; /* Safari */
    transition-delay: 3900ms;
}


.four-cart{
    position: absolute;
    width: 73px;
    height: 61px;
    top: 341px;
    z-index: 3;
    left: 20px;

    transform: translate(-1px,-1px);
    opacity: 0;
}
.animate .four-cart{
    -moz-transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;

    transform: translate(-1px,-1px);
    opacity: 1;

    -webkit-transition-delay: 4200ms; /* Safari */
    transition-delay: 4200ms;
}


.four-phoneBox{
    position: absolute;
    width: 51px;
    height:35px;
    top: 493px;
    left: 315px;
    z-index: 3;

    transform: translate(-1px,-1px);
    opacity: 0;

}
.animate .four-phoneBox{
    -moz-transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;

    transform: translate(-1px,-1px);
    opacity: 1;

    -webkit-transition-delay: 2700ms; /* Safari */
    transition-delay: 2700ms;
}


.four-plate{
    position: absolute;
    width: 60px;
    height: 60px;
    top: 463px;
    left: 422px;
    z-index: 3;

    transform: translate(-1px,-1px);
    opacity: 0;
}
.animate .four-plate{
    -moz-transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;

    transform: translate(-1px,-1px);
    opacity: 1;

    -webkit-transition-delay: 3000ms; /* Safari */
    transition-delay: 3000ms;
}


.four-windmillLeft{
    position: absolute;
    width: 26px;
    height: 38px;
    top: 421px;
    left: 490px;
    z-index: 3;

    transform: translate(-1px,-1px);
    opacity: 0;
}
.animate .four-windmillLeft {
    -moz-transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;

    transform: translate(-1px,-1px);
    opacity: 1;

    -webkit-transition-delay: 3300ms; /* Safari */
    transition-delay: 3300ms;
}

.four-windmillRight{
    position: absolute;
    height: 67px;
    top: 392px;
    left: 499px;
    z-index: 3;


    transform: translate(-1px,-1px);
    opacity: 0;

}
.animate .four-windmillRight {
    -moz-transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;

    transform: translate(-1px,-1px);
    opacity: 1;

    -webkit-transition-delay: 3600ms; /* Safari */
    transition-delay: 3600ms;

}


.four-windmill-propellerRight{
    position: absolute;
    width: 47px;
    height: 47px;
    top: 408px;
    left: 512px;
    z-index: 2;

    opacity: 0;

    transform-origin: 50% 50%;

}

.animate .four-windmill-propellerRight{
    -moz-transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;

    opacity: 1;

    -ms-transform: rotate(-101deg); /* IE 9 */
    -webkit-transform: rotate(-101deg); /* Chrome, Safari, Opera */
    transform: rotate(-101deg);

    -webkit-transition-delay: 3600ms; /* Safari */
    transition-delay: 3600ms;

    transform-origin: 50% 50%;
}


.four-windmill-propellerLeft{
    position: absolute;
    width: 47px;
    height: 47px;
    left: 476px;
    top: 392px;
    z-index: 2;

    opacity: 0;

}

.animate .four-windmill-propellerLeft{
    -moz-transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;

    opacity: 1;

    -ms-transform: rotate(-85deg); /* IE 9 */
    -webkit-transform: rotate(-85deg); /* Chrome, Safari, Opera */
    transform: rotate(-85deg);

    -webkit-transition-delay: 3600ms; /* Safari */
    transition-delay: 3600ms;

    transform-origin: 50% 50%;


}



.four-watch{
    position: absolute;
    width: 70px;
    height: 60px;;
    top: 339px;
    left: 549px;
    z-index: 3;

    transform: translate(-1px,-1px);
    opacity: 0;
}
.animate .four-watch{
    -moz-transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;

    transform: translate(-1px,-1px);
    opacity: 1;

    -webkit-transition-delay: 390ms; /* Safari */
    transition-delay: 3900ms;
}


.four-folder{
    position: absolute;
    width: 61px;
    height: 46px;
    top: 289px;
    left: 490px;
    z-index: 3;

    transform: translate(-1px,-1px);
    opacity: 0;
}
.animate .four-folder{
    -moz-transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;

    transform: translate(-1px,-1px);
    opacity: 1;

    -webkit-transition-delay: 4200ms; /* Safari */
    transition-delay: 4200ms;
}


.four-arrows{
    position: absolute;
    width: 156px;
    height: 249px;
    top: 234px;
    z-index: 2;
    left: 33px;

    transform: translate(-1px,-1px);
    opacity: 0;
}

.animate .four-arrows{
    -moz-transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;

    transform: translate(-1px,-1px);
    opacity: 1;
}

.four-arrows-back{
    position: absolute;
    width: 665px;
    height: 469px;
    top: -73px;
    z-index: 0;
    left: -35px;
}

.arrow-white{
    position: absolute;
    width: 236px;
    height: 155px;
    top:29px;
    z-index: 3;
    left: 0;

    transform: translate(-231px,154px);

    opacity: 0;
}

.animate .arrow-white {
    -moz-transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;

    transform: translate(-1px,-1px);

    -webkit-transition-delay: 4600ms; /* Safari */
    transition-delay: 4600ms;

    opacity: 1;
}

.girl-middle{
    position: absolute;
    width: 219px;
    height: 270px;
    top: 100px;
    z-index: 2;
    left: 203px;

    transform: translate(-1px,-1px);
    opacity: 0;
}

.animate .girl-middle {
    -moz-transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;

    opacity: 1;

    -webkit-transition-delay: .5ms; /* Safari */
    transition-delay: .5ms;
}

.orange-folder{
    position: absolute;
    width: 265px;
    height: 185px;
    top: 463px;
    z-index: 2;
    left: 181px;

    transform: translate(-1px,-1px);
    opacity: 0;
}

.orange-folder.animate {
    -moz-transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;

    transform: translate( 2px, -171px);
    opacity: 1;
    z-index: 2;
}

.transBox{
    position: absolute;
    background-color: transparent;
    width: 265px;
    height: 185px;
    top: 293px;
    left: 183px;
    z-index: 3;
    border-radius: 10px;
    overflow: hidden;
    transform: translate(0 ,0);

    opacity: 0;
}

.transBox.animate{
    opacity:1;

    transform: translate(0 ,0);

    -moz-transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;


    -webkit-transition-delay: 4800ms; /* Safari */
    transition-delay: 4800ms;

}






.guy-left{
    position: absolute;
    width: 219px;
    height: 270px;
    top: 110px;
    z-index: 1;
    left: 45px;

    transform: translate(-140px,-1px);

    opacity: 0;
}


.guy-left.animate{
    -moz-transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;

    transform: translate(-1px,-1px);

    -webkit-transition-delay: 900ms; /* Safari */
    transition-delay: 900ms;

    opacity: 1;
}



.guy-right{
    position: absolute;
    width: 219px;
    height: 270px;
    top: 110px;
    z-index: 1;
    left: 368px;

    transform: translate(100px,-1px);
    opacity: 0;
}

.guy-right.animate{
    -moz-transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;

    transform: translate(-1px,-1px);
    opacity: 1;

    -webkit-transition-delay: 900ms; /* Safari */
    transition-delay: 900ms;
}

/*
#image-2 .animate{
    position: relative;

}
*/






.left-arrow{
    position: absolute;
    width: 665px;
    height: 469px;
    top: -94px;
    z-index: 0;
    left: -12px;

    transform: translate(-1px,-1px);
    opacity: 0;
}

.animate .left-arrow {
    -moz-transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;

    -webkit-transition-delay: 1800ms; /* Safari */
    transition-delay: 1800ms;

    opacity: 1;
}

.right-arrow{
    position: absolute;
    width: 157px;
    height: 264px;
    top: 231px;
    z-index: 2;
    left: 43px;

    transform: translate(-1px,-1px);
    opacity: 0;
}

.animate.right-arrow {
    -moz-transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;

    -webkit-transition-delay: 1800ms; /* Safari */
    transition-delay: 1800ms;

    opacity: 1;
}

.arrow-bottom{
    position: absolute;
    width: 665px;
    height: 469px;
    top: 297px;
    z-index: 2;
    left: 37px;

    transform: translate(-1px,-1px);
    opacity: 0;
}

.animate .arrow-bottom {
    -moz-transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;

    -webkit-transition-delay: 1800ms; /* Safari */
    transition-delay: 1800ms;

    opacity: 1;
}

/* TOC Animation*/
.toc-num{
    color: #FFFFFF;
    font-weight: bold;
    font-size: 69px;
    font-family: Univers-Bold;
    margin-right: 28px;
    opacity:0;
    -moz-transition: opacity 1s ease;
    -webkit-transition: opacity 1s ease;
    -o-transition: opacity 1s ease;
    transition: opacity 1s ease;
}

.animate .toc-num{
    opacity:1;
}
.toc-col{
    width:45%;
    float:left;
    margin-right: 0px;
    -moz-transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}
.animate.toc-col{
    margin-right: 120px;
}
.slide-sizer{
    width:411px;
}
.slide-sizer2{
    width:475px;
}
.toc-chap{
    font-size: 30px;
    line-height: normal;
}

.Toc-relative{
    position: relative !important;
    margin-bottom:30px;
}
.Toc-relative .td-right{
    -moz-transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;

    padding-left: 40px;
    opacity:0;
}
.Toc-relative.animate  .td-right{
    padding-left: 0px;
    opacity:1;
}



/*Chap 9*/

.businessOne {
    position: absolute;

    -moz-transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;

    transform: translate(-1px, -1px);
    opacity: 0;


}

.businessOne.animate {
    -moz-transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;

    transform: translate(-1px,-1px);
    opacity: 1;
}


.officerTwo {
    position: absolute;

    -moz-transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;

    transform: translate(-1px, -1px);
    opacity: 0;
}

.officerTwo.animate {
    -moz-transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;

    transform: translate(-1px,-1px);
    opacity: 1;

    -webkit-transition-delay: 500ms;
    transition-delay: 500ms;
}

.analystThree{
    position: absolute;
    top: 190px;

    -moz-transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;

    transform: translate(-1px, -1px);
    opacity: 0;
}
.analystThree.animate {
    -moz-transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;

    transform: translate(-1px,-1px);
    opacity: 1;

    -webkit-transition-delay: 1000ms;
    transition-delay: 1000ms;
}

.dataFour{
    position: absolute;
    top: 360px;

    -moz-transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;

    transform: translate(-1px, -1px);
    opacity: 0;
}
.dataFour.animate {
    -moz-transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;

    transform: translate(-1px,-1px);
    opacity: 1;

    -webkit-transition-delay: 1300ms;
    transition-delay: 1300ms;
}


.itFive{
    position: absolute;
    top: 529px;

    -moz-transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;

    transform: translate(-1px, -1px);
    opacity: 0;
}
.itFive.animate {
    -moz-transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;

    transform: translate(-1px,-1px);
    opacity: 1;

    -webkit-transition-delay: 1600ms;
    transition-delay: 1600ms;
}

/*End Chap 9*/



/*Chap 1*/

.border{
    position: absolute;
    line-height: 1.5em;
    border-left-color: white;
    border-left-style: solid;
    border-left-width: 1.2px;
    width: 500px;
    height: 180px;
    top: 0;
    opacity: 0;
}
.border.animate {
    -moz-transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;

    transform: translate(-1px,-1px);
    opacity: 1;

    -webkit-transition-delay: 500ms;
    transition-delay: 500ms;
}


.borderOne, .borderTwo, .borderThree, .borderFour{
    -moz-transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;

    transform: translate(-1px, -1px);
    opacity: 0;
}
.borderOne.animate {
    -moz-transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;

    transform: translate(-1px,-1px);
    opacity: 1;

    -webkit-transition-delay: 600ms;
    transition-delay: 600ms;
}
.borderTwo.animate {
    -moz-transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;

    transform: translate(-1px,-1px);
    opacity: 1;

    -webkit-transition-delay: 1400ms;
    transition-delay: 1400ms;
}
.borderThree.animate {
    -moz-transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;

    transform: translate(-1px,-1px);
    opacity: 1;

    -webkit-transition-delay: 2100ms;
    transition-delay: 2100ms;
}
.borderFour.animate {
    -moz-transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;

    transform: translate(-1px,-1px);
    opacity: 1;

    -webkit-transition-delay: 2100ms;
    transition-delay: 2100ms;
}

#p5 #callout-2{
    border-left-color: transparent;
    height: 160px;
}


/*End Chap 1*/


#p2 .fade-num {
    position: absolute;

    -moz-transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;

    transform: translate(-1px, -1px);
    opacity: 0;

    -webkit-transition-delay: 0ms;
    transition-delay: 0ms;
}
#p2 .fade-numTow.animate {
    -webkit-transition-delay: 500ms;
    transition-delay: 500ms;

}

#p2 .fade-numThree.animate {
    -webkit-transition-delay: 1000ms;
    transition-delay: 1000ms;
}

#p2 .fade-numFour.animate {
    -webkit-transition-delay: 1400ms;
    transition-delay: 1400ms;
}

#p2 .fade-numFive.animate {
    -webkit-transition-delay: 1700ms;
    transition-delay: 1700ms;
}

#p2 .fade-text, #p2 .fade-textTwo, #p2 .fade-textThree, #p2 .fade-textFour, #p2 .fade-textFive  {
    transform: translate(20px,-1px);
}
#p2 .fade-text.animate{
    -moz-transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;

    transform: translate(4px, -1px);
    opacity: 1;

    -webkit-transition-delay: -300ms;
    transition-delay: -300ms;
}

#p2 .fade-text.animate {
    -moz-transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;

    transform: translate(4px, -1px);
    opacity: 1;

}

.fade-num1, .fade-num2, .fade-num3, .fade-num4   {
    opacity: 0;
}

.fade-num2, .fade-num3, .fade-num4 {
 position: relative;
}


.fade-num.animate{
    -moz-transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    opacity: 1;

}
.fade-num2.animate{
    -webkit-transition-delay: 500ms;
    transition-delay: 500ms;

}
.fade-num3.animate{
    -webkit-transition-delay: 900ms; /* Safari */
    transition-delay: 900ms;

}
.fade-num4.animate{
    -webkit-transition-delay: 1200ms; /* Safari */
    transition-delay: 1200ms;

}


#image-4 {
    margin-top: 56px;
    margin-left: -77px;
    width: 741px;
    height: 421px;
}


.desktop-left-55{
    margin-left: 55px;
}



#vid-1, #vid-2{
    margin-right: 15px;
}

.desktop-bot-0{
    margin-bottom: 0;
}

.desktop-bot-25{
    margin-bottom: 25px;
}


.blue-bg{
  background-color:#00758e;
    width: 700px;
    height: 800px;
    opacity: .5;

}

.margin-neg10{
    margin-top: -10px;
}

.mar-bot-55{
    margin-bottom: 55px;
}
.mar-bot-3{
    margin-bottom: 3px;
}


@-moz-document url-prefix() {
    #p9 .desktop-bot-0 {
        margin-bottom: -20px;
    }
}
@-moz-document url-prefix() {
    #p9 .txt-15 {
        font-size: 15px;
        width: 101%;
        line-height: 1.4em;
    }
}



/* cheats and fixes*/




@media screen and (max-width: 1400px) , screen and (max-height: 799px) {
    body {
        transform: scale(0.75);
        transform-origin: top center;
    }
}


/**********Tablet Landscape***************/
@media only screen and (max-width: 1024px){
    .tablet-only {
        display: inherit;
    }
    .desktop_only{
        display: none!important;
    }

    html {
        overflow: hidden;
        height: 100vh;
    }

    body {
        height: 100vh;
    }
    .main_container{
        height: calc(100vh);
        position:absolute;
        bottom:0px;
        overflow: hidden;
        top:0px;
    }

    .icon-wrap > * > ul > li a, .icon-wrap > * > ul > li span {
        padding: 0px 20px 2px 30px;
    }


    section.slick-slide {
        overflow: scroll;
        -webkit-overflow-scrolling: touch;
    }

    body {
        transform: scale(1);
        transform-origin: top center;
    }
    article {
        padding-top: 0px;
        margin-bottom: 16px;
    }
    h1{
        margin-bottom: 21px;
        letter-spacing: normal;

    }
    .new-chap h2{
        margin-bottom: 6px;
    }
    .copyright {
        top: 60%;
        width: 73%;
        left: 20px;
    }
    .icon_smedia .icon{
        display: inline;
    }
    /* TOC */

    .toc-col{
        width:100%
    }
    .slide-sizer, .slide-sizer2{
        width: 600px;
    }


    #p12-num3,  #p12-num2{
        margin-top: 0px;
    }
    #p4, #p5,#p6, #p7, #p8, #p9, #p11, #p13, #p15, #p16, #p17, #p18{
        background-image: none;
    }
    #p2{
        background-image: url("../assets/images/_tablet-land/bg-02-land.png");
    }
    #p3{
        background-image: url("../assets/images/_tablet-land/bg-01-land.png");
    }
    #p9{
        background-image: url("../assets/images/_tablet-land/bg-02-land.png");
    }
    #p10{
        background-image: url("../assets/images/_tablet-land/bg-01-land.png");
    }
    #p12{
        background-image: url("../assets/images/_tablet-land/bg-02-land.png");
    }
    #p14{
        background-image: url("../assets/images/_tablet-land/bg-01-land.png");
    }


    .book-slider, .main_container, .page {
        width: 1024px;
        height: auto;
        background-color: #003B4D;
    }
    .row:after{
        display: inline-block;
    }
    .slick-slide > .container{
        padding: 0px;
        width: 75%;
        margin: auto;
        height: unset;
        min-height: calc(100vh - 80px);
        margin-bottom: 90px;
    }
    .slick-slide > .container.new-chap {
        margin-top: 80px;
        height: unset;
    }
    .new-chap header{
        margin-bottom: 7px;
    }
    .footer-chap-title {
        margin-left: 44px;
    }

    #footNum {
        margin-right: 17px;
    }
    .footer-phone {
        display: block;
    }

    .footer-phone{
        display: block;
        height: 80px;
        background: #025E75;
        z-index: 10;
        left: 0px;
        width: 100%;
        color: #bde6ee;
        font-family: "UniversLTStd-Bold", Arial, Helvetica, sans-serif;
        font-size: 14px;
        opacity: .8;
        padding-top: 22px;
        position: relative;
        bottom: -5px;
    }
    .footer-phone .slick-next, .footer-phone .slick-prev{
        color: #ffffff;
        font-family: "UniversLTStd-Bold", Arial, Helvetica, sans-serif;
        font-size: 29px;
        width: 30%;
    }

    .footer-phone a {
        color: white;
        margin-left: 0;
        font-size: 29px;
        padding-right: 47px;
        padding-left: 58px;
    }

    .footer-phone a.tab-previous{
        border-right: 2px solid white ;
        margin-left: -40px;
        margin-right: 56px;
    }

    .footer-phone a.tab-next{
        margin-left: 0;
    }

    .tab-backToTop{
        margin-left: 0 !important;
        border-right: 2px solid white ;
        border-left: 2px solid white ;
    }

    .footer-phone .tab-backToTop{
        top: 50%;
        transform: translatey(-50%);
        width: 33%;
        left: 33%;
        position: absolute;
        text-align: center;
        padding-left: 0;
        margin-left: 0;
        padding-right: 0;

    }
    .footer-phone .tab-backToTop span{
        background: url('../assets/images/_tablet-port/bottom-arrow-top.svg') no-repeat left center;
        background-size: 40px;
        padding-left: 55px;
        background-size: 20%;
    }


    .footer-phone .slick-prev {
        width: 33%;
        height: 80px;
        background-image: url('../assets/images/_tablet-port/bottom-arrow-left.svg');
        z-index: 2000;
        background-repeat: no-repeat;
        background-position: 43px 22px;
        text-align: left;
        padding-left: 72px;
        background-size: 5%;
        line-height: 80px;
    }

    .footer-phone .slick-next {
        width: 33%;
        height: 29px;
        background-image: url('../assets/images/_tablet-port/bottom-arrow-right.svg');
        background-repeat: no-repeat;
        background-position-x: calc(100% - 43px);
        z-index: 2000;
        padding-right: 72px;
        text-align: right;
        background-size: 5%;


    }
#img-5-holder{
    height: 400px;
}

    body.full-nav .nav-bar{
        background-color: rgba(0, 59, 77, .6);
    }

    .cover-text {
        top: unset;
        left: 46px;
        bottom: 221px;
    }
    .cover-title{
        width: 100%;
        margin-bottom: 12px;
        letter-spacing: -.03em;
    }
    .TOC-wrap {
        padding-top: 119px;
        padding-left: 28px;
        margin-top: 0px;
    }
    .five_col.columns {
        width: 100%;
        float: none;
    }

    .company-logo {
        margin-left: 45px;
    }
    .icon-wrap {
        margin-right: 19px;
    }
    .slick-prev,
    .slick-next {
        width: 22px;
        height: 38px;
        background-size: contain;
    }
    .row.toc {
        margin-top: 0px;

    }
    .footnote.bottom {
        bottom: 59px;
    }
    .round-numbers-table{

        margin-top: 13px;
    }
    .round-numbers-table.left_flush {
        margin-left: -43px;
        width: 979px;
    }
    .round-numbers-table tr{
        height: 131px;
        margin-bottom: 0px;
    }

    .large-asset .video-asset{
        background-image: url('../assets/graphics/icons/icon-video-large.png');
        padding-left: 84px;
        background-size: 69px 47px;
        background-repeat: no-repeat;
        min-height: 48px;
        background-position: 0px;
        display: inline-block;
    }
    .summary-graphic-holder{
        position: absolute;
        top: 187px;
        right: -21px;
        margin-top: 0px;
    }
    .summary-graphic {
        height: 55px;
        padding-top: 18px;
    }
    .summary-graphic .tablet-txt-12{
        margin-bottom: 5px;
    }

    .graphic-headline{
        height: 56px;
        padding-top: 0px;

    }
    .icon-pad {
        padding-right: 49px;
    }

    .pad-right-download, .slick-slide > .container.pad-right-download {
        padding-right: 0px;
    }

    #p1 {
        background-image: url("../assets/images/_tablet-land/cover-land.png");
        background-position: bottom center;
    }


    .footer .txt-blue-lt {
        color:#00758f;
    }



    /* FIXES */

    .icon-wrap .hamburger_icon > ul {
        left: 0%;
        padding-top: 10px;
        padding-bottom: 20px;
    }
    .tablet_only, .tablet_only_span, .tablet-only  {
        display: none;
    }


    .pull-left.right-side{
        padding-left: 0;
    }

    .columns {
        margin-left: 0;
        top: 519px;
        position: absolute;
    }



    /* CHAPTER 1 */

    #callout-1 {
        margin-bottom: 40px;
    }

    #image-2 {
        position: relative;
        margin-bottom: 802px;
        margin-top: 25px;
        height: 50px;
    }

    .orange-bar {
        height: 29.2px;
    }

    .tab-mar-top185{
        margin-top: 185px;

    }

    #image-3 {
        position: relative;
        height: 641px;
        width: 600px;
        margin-left: auto;
        margin-right: auto;
    }

    #image-4{
        margin-left: -14px;
    }

    #callout-4 {
        position: relative;
        margin-bottom: 87px;
        margin-top: -209px;
        margin-left: 0;
        width: 105%;
    }


    /* CHAPTER 3 */

    #image-5{
        left: 95px;
        margin-bottom: 0;
    }

    .number-4{
        margin-bottom: 30px;
    }


    .footnote-bottom-2{
        bottom:0;
    }
    .footnote-bottom-1{
        bottom:0;
    }


    /* CHAPTER 4 */

    .overlay{
        left: -42px;
        width: 1024px;
    }

    #overlay-1 {
        position: relative;
        left: 20px;
    }
    .overlay-two {
        position: relative;
    }

    .overlay-2 {
        position: relative;
        left: 48px;
        margin-top: 0px;
    }

    .overlay-two {
        width: 1600px !important;
        left: -128px;
        top: 1347px;
    }

    .overlay {
        display: none;
    }


    /* CHAPTER 5 */
    #image-13 {
        position: relative;
        /* margin-top: 0; */
        margin-bottom: 15px;
        height: 470px;
    }

    label.modal-trigger.video:after {
        content: '';
        background: url(../assets/graphics/icons/video-play-btn.png) no-repeat center center;
        background-size: contain;
        width: 60px;
        height: 119px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
   #p14  label.modal-trigger {
        width: 140px;
    }

    #vid-pg15 .trad-asset,  #vid-pg15b .trad-asset {
        float: right;
        color: #bce5ed;
        font-size: 16px;
        width: 64%;
        position: relative;
        margin-top: -80px;
        margin-right: 115px;
        font-family: "UniversLTStd-Light", Arial, Helvetica, sans-serif;
    }

    #pg15-image1{
        left: 210px;
    }

    #image-2-15{
        margin-left: 100px;
        height: 628px;
    }
    .footnotes-mobile{
        padding-left: 15px;
        padding-right: 15px;

    }
    .footnotes-mobile .footnote{
        margin-bottom: 10px;
    }
    .footnotes-mobile .footnote.bottom, .footnotes-mobile .footnote-bottom-1, .footnotes-mobile .footnote-bottom-2{
    position:relative;
        bottom: 0;
    }
    #p3 .footnote{
        position:relative;
        top:0px;
        
    }



}
/**********Tablet Portrtait*******/

@media only screen and (max-width: 910px) {
    .book-slider, .main_container, .page {
        width: 768px;
       height: 100vh;
    }
    .pad-right-hamburger{
        padding-right: 0px;
    }

    .footer-phone .slick-next, .footer-phone .slick-prev, .footer-phone a{
        font-size: 12px;
    }

    .columns {
        width: 100%;
        box-sizing: border-box;
        top: 539px;
        margin-left: 0;
        position: absolute;
    }

    /* CHAPTER 1 */


    .four-mainImage{
        margin-top: 214px;
    }

    #image-2{
        margin-top: -42px;
        height: 20px;
     }

    #image-3{
        height: 655px;
    }

    #image-4 {
        margin-left: -25px;
        margin-top: 40px;
    }
    .orange-bar {
        height: 3.6vw;
    }


    #callout-3{
        margin-top: -40px;
        width: 105%;
    }

    #callout-4{
        margin-top: -232px;
        width: 97%;
    }


    #image-2-15{
        margin-left: 0;
        height:628px;
    }

    /* CHAPTER 3 */

    .number-4 {
        margin-bottom: 35px;
    }

    #image-13 {
        margin-left: 35px;
    }

    #image-5{
        left: 95px;
    }

    /* CHAPTER 4 */


    #overlay-1 {
        position: relative;
        left: 28px;
    }


    .overlay-two {
        width: 1600px !important;
        left: -56px;
        top: 1493px;
        height: 821px !important;
    }

    /* CHAPTER 5 */

    #vid-pg15 .trad-asset,  #vid-pg15b .trad-asset{
        float: right;
        color: #bce5ed;
        font-size: 16px;
        width: 64%;
        position: relative;
        margin-top: -80px;
        margin-right: 93px;
    }

    .pg15-image1{
        left: 189px;
    }
    .pg15-image2{
        right: -18px;
    }


    .slick-slide > .container {
        width: 100%;
        padding-left: 43px;
        padding-right: 25px;
        height: unset;
    }

    .slick-slide > .container.intro {
        margin-top: 84px;
    }
    .cover-text {
        bottom: 409px;

    }
    .cover-title{
        font-size: 52px;

    }

    .cover-subtitle{
        line-height: normal;
        font-size: 24px;
    }
    .TOC-wrap {
        padding-top: 126px;
        padding-left: 28px;
    }
    .TOC-wrap h1 {
        margin-bottom: 19px;
    }
    article {
        margin-bottom: 22px;
    }

    span.desktop_invis{
     display: inline;
 }
    #p16 .footnote.bottom {
        bottom: 38px;
    }


    #p1 {
        background-image: url("../assets/images/_tablet-port/cover-port.png");
    }
    #p4, #p5,#p6, #p7, #p8, #p9, #p11, #p13, #p15, #p16, #p17, #p18{
        background-image: none;
    }
    #p2{
        background-image: url("../assets/images/_tablet-port/bg-02-port.png");
    }
    #p3{
        background-image: url("../assets/images/_tablet-port/bg-01-port.png");
    }
    #p9{
        background-image: url("../assets/images/_tablet-port/bg-02-port.png");
    }
    #p10{
        background-image: url("../assets/images/_tablet-port/bg-01-port.png");
    }
    #p12{
        background-image: url("../assets/images/_tablet-port/bg-02-port.png");
    }
    #p14{
        background-image: url("../assets/images/_tablet-port/bg-01-port.png");
    }


    .copyright {
        top: 589px;
        width: 66%;
        left: 20px;
    }
    .round-numbers-table.left_flush {
        width: 746px;
    }
    .round-numbers-table tr {
        height: 178px;
    }
    td.td-right {
        padding-top: 0px;
    }
    .td-right p {
        margin-top: -10px;
    }
    .td-right p.portrait-cheat {
        margin-top: -20px;
    }
    .summary-graphic-holder {
        top: 572px;
        right: 210px;
    }
    .graphic-headline {
        padding-top: 4px;
    }


}

/**PHONE**/

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

    html {
        overflow: hidden;
        height: 100vh;
    }

    body {
        height: 100vh;
    }
    .main_container{
        height: calc(100vh);
        position:absolute;
        bottom:0px;
        overflow: hidden;
        top:0px;
    }
    .img-responsive img{
        width: 100%;
    }
    #image-2 {
        margin-top: -42px;
        height: 148vw;
        margin-bottom: 0px;
    }
    .tab-mar-top185{
        margin-top: 20px;
    }

    .toc-num {
        font-size: 42px;
    }
    .slide-sizer,.slide-sizer2{
        width: 300px;
    }
    .toc-chap {
        font-size: 17px;
    }
    .Toc-relative {
     margin-bottom: 20px;
    }


    .tablet-only{
        display: none;
    }
    .tablet-only-show{
        display: block;
    }
    .unrow{
        width: calc(100% + 30px);
        margin-left: -15px;
    }
    h1{
        font-size: 24px;
        line-height: normal;
    }
    h2,.new-chap h2{
        font-family: Univers-Light, Arial, Helvetica, sans-serif;
        font-size: 18px;
        line-height: normal;
    }
    .pad-right-hamburger{
        padding-right: 0px;
    }
    .main_container{
        width: 100vw;
    }

    .book-slider, .page {
        width: 100%;
        height: auto;
    }
    .columns{
        position: relative;
        top: 0px;

    }
    .page {
      height: calc(100vh - 66px);

        overflow-y: scroll;
        width: 100%;
        background-size: cover;
    }
    section.slick-slide {
        overflow-y: scroll;
        overflow-x: hidden;
    }
    .slick-slide > .container {
        margin: 0px;
        padding: 32px 15px 0 15px;
        height: auto;
        min-height: Calc(100vh - 46px);
    }
    .slick-slide > .container.intro {
        margin-top: 51px;
    }
    .slick-slide > .container.new-chap {
        margin-top: 30px;
    }
    .slick-slide > .container.new-chap {
        height: auto;
    }
    .orange-bar {
        height: 3.6vw;
    }
    #callout-3 {
        width: 98%;
    }

    .cover-text{
        top:45%;
        left: 5%;
    }
    .cover-title{
        letter-spacing: normal;
        font-size: 9vw;
        margin-bottom: 4%;
    }
    .cover-subtitle{
        font-size: 5vw;
    }
    body.full-nav .nav-bar{
        height: 31px;
    }
    body.full-nav .company-logo, body.no-nav .company-logo {
        height: 31px;
        width: 91px;
        margin-left: 15px;
    }

    .icon-wrap {
        margin-right: 15px;
    }
    .hamburger_icon{
        height: 17px!important;
        width: 24px;
        background-size: contain;
        margin-top: 7px;
    }

    .TOC-wrap h1{
        margin-left: 0px;
    }
    .TOC-wrap {
        padding-top: 60px;
        padding-left: 0px;
    }
    article{
        padding-left: 0px;
    }
    #p1 {
        background-image: url("../assets/images/_phone/cover-phone.png");
        background-position: top center;
    }


    .footer-phone{
        height: 40px;
    }
    .footer-phone .slick-prev, .footer-phone .slick-next{
        height: 40px;
        line-height: 40px;
    }
    .footer-phone .slick-prev{
        background-position: 24px 15px;
        padding-left: 45px;
    }
    .footer-phone .slick-next{
        background-position-y:15px;
        background-position-x: calc(100% - 24px);
        padding-right: 45px;
    }
    .footer-phone .tab-backToTop span {
        padding-left: 28px;
        background-size: 13px;
    }
    #callout-4 {
        margin-top: -52px;
        margin-bottom: 57px;
    }
    .officerTwo, .analystThree, .dataFour, .itFive {
        position: inherit;
        opacity: 1;
        top:20px;
    }
    #p14 label.modal-trigger {
        float: left;
    }
    .desktop-bot-25 {
        margin-bottom: 25px;
        width: 100%;
        display: inline-block;
    }
    #vid-pg15 .trad-asset, #vid-pg15b .trad-asset {
        width: 55%;
        margin-top: 0px;
        margin-right: 0px;
        margin-left: 10px;
    }


    .hamburger_icon > ul {
        width: 95vw;
    }
    .icon-wrap > * > ul > li a, .icon-wrap > * > ul > li span {
        padding: 0px 10px 0px 15px;
    }
    .menu-dd li a{
        line-height: normal;
    }
    .icon-wrap .hamburger_icon > ul{
        padding-top: 20px;
    }
    .icon-wrap > * > ul{
        margin-top: 30px;
    }
    .cover-arrow {
        position: absolute;
        right: 10px;
        top: 55.5%;
    }
    .copyright {
        top: 60px;
        width: 100%;
        left: 0px;
    }



}
/**TINY PHONE**/

@media only screen and (max-width:360px) {
    .slide-sizer, .slide-sizer2{
        width: 242px;
    }


}

