
html {
  font-family: sans-serif;
    font-weight: 400;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  overflow:hidden;

}

body {
  margin: 0;

}

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

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
    cursor: pointer;
}

a:active,
a:hover,
a:focus{
  outline: none;
}

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

b,
strong {
  font-family: Arial, Helvetica, sans-serif;
    font-weight: 700;
}

dfn {
  font-style: italic;
}

h1 {
    font-size: 42px;
    line-height: 48px;
    color: #003B4D;
    font-family: Arial, Helvetica, sans-serif;
    letter-spacing: -.04em;
    font-weight: 700;
    margin-top: 0px;
    margin-bottom: 13px;
}
h2{
    font-size: 36px;
    line-height: 42px;
    color: #003B4D;
    font-family:Arial, Helvetica, sans-serif;
    font-weight: 700;
    margin-top: 0px;
    margin-bottom: 0px;
}
/*#p6 h2, #p10 h2{
    line-height: 36px;
}*/

h3{
    margin-top: 0px;
    color: #00758f;
    font-size: 24px;
    margin-bottom: 18px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 700;
}
h6{
    font-size: 16px;
    color: #00758f;
    font-weight: normal;
    margin-top: 0px;
    margin-bottom: 4px;
}

sub,
sup {
  font-size: 60%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
    color: #003b4d;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}


button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}


button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}


input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}


input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}
p{
    color : #4E5052;
    font-size : 16px;
    line-height : 21px;
    letter-spacing : 0.38px;
    margin-bottom: 19px;
}

/* SKELETON **********************/
/* Grid */
.container {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 0 0px;
  box-sizing: border-box;
}

.footer-phone{
    display: none;
}
/* Utilities */
.full-width {
  width: 100%;
  box-sizing: border-box;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

/*--------------------------------------------------------------
# ELEMENTS
--------------------------------------------------------------*/

*:focus {
  outline: none;
}


a:hover {
  text-decoration: underline;
}


body, html {
    transform-origin: top center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}



img {
  max-width: 100%;
}
.popupContainer img{
    max-width: 90vw;
}
a {
  color: #1f4f82;
    text-decoration: none;
}
a:hover{
    text-decoration: underline;
}

a.txt-blue-dk, a.txt-blue-dk:hover,a.txt-blue-dk:active{
    color: #003b4d;
}

.align-left {
  text-align: left;
}

.align-right {
  text-align: right;
}

.align-center {
  text-align: center;
}

.underline {
  text-decoration: underline;
}

.desktop_only {
  display: block;
}

.book-slider {
  width: 100%;
  height: 800px;
}

.main_container {
    width: 1400px;
    height: 800px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    overflow: hidden;
}
.icon-wrap {
    float: right;
    margin-right: 17px;
    margin-top: 1px;
}


/* TYPOGRAPHY *********************/

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


/***quotes**/

.pull_quote{
    padding-left: 0px;
    padding-right: 22px;
    padding-top: 15px;
    padding-bottom: 30px;
    margin-bottom: 0px;
}
.pull_quote a:hover{
  text-decoration: none;
}
.quote-text{
    color: #942645;
    font-size: 28px;
}
.quote-text:hover{
  text-decoration:  underline; 
}
.quote-caller{
    color: #003B4D;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 700;
    font-size: 16px;
}

.inset-burgundy{
    background-color: rgba(148, 38, 69, 1.0);
    padding: 40px 107px 98px 43px;
    position: relative;
    width: 118%;
    /*margin-left: -41px;*/
    margin-top: 38px;
}
.inset-burgundy.right-flush{
    padding: 21px 40px 26px 40px;
    margin-left: 0px;
    margin-top: 0px;
}
.inset-burgundy.left-flush{
    padding: 36px 49px 20px 74px;
    position: relative;
    width: 110%;
    margin-left: -72px;
    /*margin-top: 13px;*/
    margin-top: -5px;
}
.inset-burgundy .tabbed{
    margin-left: 31px;
}
.inset-burgundy p{
    margin-bottom: 14px;
}
.container-right-2-col .inset-burgundy .footnote{
    position: absolute;
    margin-left: 0px;
    color: #FFFFFF;
    width: 72%;
    bottom: 38px;
}
.container-right-2-col .inset-burgundy .footnote a{
    color: #BDE6EE;
    text-decoration:none;
}
.container-right-2-col .inset-burgundy .footnote a:hover{
    text-decoration: underline;
}
.center-vert{
    position: absolute;
    top: 50%;
    transform: translate(0%, -50%);

}
.new-chap {
    margin-top: -18px;
}
.quote{
    color:#324b5c;
    line-height: 1.3em;
}

.quote .right-side{
    margin-top: 10px;
    position: relative;
    line-height: 1.75em;
}
.quote-text{
    letter-spacing: -.01em;
    line-height: 1.3em;
}
.quote-caller{
    color:#324b5c;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 700;
    margin-top: .45em;
    line-height: normal;
}

.trad-asset{
    background-repeat: no-repeat;
    margin-bottom: 17px;
    line-height: normal;
}

.trad-asset tr{
     vertical-align: top;
 }

.data-layout{
    color: #FFFFFF;
    margin-top: -13px;
    display: block;
}
.data-layout p{
    font-size: 18px;
    color: #942645;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 700;
    margin-top: 12px;
    margin-bottom: 30px;
}

.data-layout li{
    margin-bottom: 8px;
}
.data-layout-right{
    width:50%;
    float:left;
}
.data-layout-left{
    width: 49%;
    float: left;
    margin-right: 5px;
}
.data-layout-title{
    font-size: 24px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 700;
    background-color:#942645;
    margin-bottom: 5px;
    padding: 14px 10px 9px 15px;
}
.data-layout-left-block{
    padding: 1px 12px 10px 20px;
    background-color:#EBCAD3;
    color: #942645;
    font-size: 18px;
    margin-bottom: 5px;
    height: 232px;
}

.data-layout-right-block{
    padding: 10px 8px 6px 16px;
    background-color:#EBCAD3;
    color: #942645;
    font-size: 16px;
    margin-bottom: 5px;
    margin-left: 2px;
}
.data-layout-right-block.dark{
    background-color:#942645;
    color: #EBCAD3;
}
.slide-page-block{
    color: #FFFFFF;
    padding: 10px 8px 6px 16px;
    margin-bottom: 5px;
}

.burgundy-block{
    height: 250px;
    color: #FFFFFF;
    background-color:rgba(222, 224, 224, 0.4);
    position: relative;
    margin-bottom: 12px;
}
.container-left-2-col .burgundy-block{
    width: 576px;
}
.burgundy-block-text{
    padding: 15px 58px 8px 21px;
}
.burgundy-block p{
    margin-top: 0px;
    margin-bottom: 12px;
    letter-spacing: 0.1px;
    color: #4e5052;
}
.burgundy-block-title{
    padding: 14px 10px 2px 15px;
    font-size: 23px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 700;
    background-color:#942645 ;
}
.burgundy-block .bttn{
    position: absolute;
    bottom: 7px;
}
.not-white-block{
    background-color:#942645;
    padding: 48px 89px 17px 47px;
    width: 104%;
    margin-bottom: 7px;
}

.not-white-block a{
    color: #BDE6EE;
}
.not-white-block--3{
  height: 126px;
  padding-top: 39px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  justify-content: space-between;
}
.cta{
  flex: 0 0 232.15px;
  height: 48px;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.cta > span{
  color: #fff;
  margin-left: 11px;
  transform: translateY(-8px);
}
.cta__block{
  flex: 0 0 48px;  
}
.cta__dialog{
  background-color: transparent;
  background-image: url(../assets/images/content/contact-bg.png);
  width: 366px;
  height: 488px;
  background-size: contain;
  border: none;
  position: absolute;  
  top: 108px;
  left: 673px;
  box-shadow: none;
  padding-top: 9px;
  padding-left: 19px;
  padding-right: 8px;
  background-repeat: no-repeat;
  background-size: cover;
  display: none;
}
.cta__active{
  display: block;
}
.cta--2 a,
.cta--2 a:hover{
  text-decoration: none;
  color: #fff;
}
.dialog_close{
  background-image: url(../assets/images/buttons/dialog_close.png);
  background-repeat: no-repeat;
  background-position: top right;
  width: 100%;
  height: 20px;
  margin-bottom: 6px;
  cursor: pointer;
  background-size: 55px 40px;
}
.dialog_close:hover{
  background-position: bottom right;
}
.dialog__header{
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 700;
}
.dialog__header--1{
  color: #003b4d;
  font-size: 18px;
}
.dialog__header--2{
  color: #00758f;
  font-size: 16px;
  margin-top: 20px;
}
.dialog__countries{
  margin-top: 10px;
}
.dialog__country{
  display: flex;
  align-items: center;
}
.dialog__country:not(:first-of-type){
  margin-top: 10px;
}
.dialog__country > a:hover{
  text-decoration: none;
}
.not-white-block .dialog__country > .dialog__tele{
  margin-left: 10px;
  line-height: 16px;
  color: #000;
} 
.dialog__flag{
  width: 31px;
  height: 18px;
}
.not-white-block .dialog__link{
  font-size: 15px;
  color: #1f4f82;
}
.white-block-left{
    width: 90px;
    float: left;
}
.white-block-left a{
    color:#00758F ;
}
#white-block-2{
    background-image: url(../assets/images/icons/pg15-icon03.svg);
    background-size: 250px 150px;
    background-repeat: no-repeat;
    background-position: 28px 20px;
    height: 186px;
}
#white-block-2 .white-block-left{
    height: 100px;
    display: block;
    width: 107px;
}
#white-block-2 .white-block-right{
    width: 112%;
    margin-top: -17px;
}
/*
.asset-page{
    position: absolute;
    width: 50%;
    top:150px;
    background-color: rgba(0, 59, 77, .8);
    padding-top: 50px;
    padding-left: 90px;
    padding-bottom: 30px;
    mix-blend-mode: multiply;
    height: 525px;
}
*/
.video{
    width: 100%;
    margin-bottom: 20px;
    display: block;
    margin-top: 16px;
}
.video--1{
  margin-top: 10px;
    width: 100%;
    height: auto;
    margin-bottom: 0px;
    display: inline-block;
}
.asset{
    width: 101%;
    margin-bottom: 20px;
    display: inline-block;
    margin-bottom: 19px;
}
.video-left{
    position:relative;
    width: 150px;
    height: 90px;
    float:left;

 }
.asset-left{
    position:relative;
    width: 290px;
    height: 161px;
    float:left;

}
.asset-title{
    font-family:Arial, Helvetica, sans-serif;
    font-weight: 700;
    color: #003B4D;
    font-size: 18px;
    line-height: normal;
}
.asset-title--1{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  display: inline;
  cursor: pointer;
}
.asset-title--1:hover{
  text-decoration:  underline;
}
.video-right{
    width: Calc(100% - 150px);
    float:left;
    padding-left: 15px;
    transform: translateY(-3px);
    line-height: 18px;
}
.asset-right{
    width: Calc(100% - 290px);
    float:left;
    padding-left: 15px;
}

/* video play button */

.video-thumbnail img{
    width: 100%;
}
.video-play-bttn {
  content: '';
  background: url("../assets/images/icons/video-play-btn.png") no-repeat center center;
    background-color: rgba(0, 0, 0, .2);
    background-size: 54px 54px;
    width: 150px;
    height: 90px;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
    -webkit-transition: opacity .5s ease-in-out;
    -moz-transition:opacity .5s 1s ease-in-out;
    -o-transition:opacity .5s 1s ease-in-out;
}
.asset .video-play-bttn{
    width: 290px;
    height: 163px;
    background-size: 81px 81px;

}
.video-play-bttn:hover{
    opacity: .75;
}

.asset-desc{
    color: #4E5052;
    margin-bottom: 12px;
    font-size: 16px;
    line-height: normal;
    font-weight: 400;
}
.asset-desc--1{
  display: inline;
  font-size: 14px;
}
#p8 .asset-desc{
    width: 113%;
}
.asset-title .asset-desc{
    font-size: 18px;
}
.modal.video {
  background: rgba(0, 0, 0, 0.7);
}

.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 */
.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 0px;
  height: 0;
}

.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


/**footnotes**/

.footnote{
    color: #003B4D;
    font-size:12px;
}
.footnote a{
    color: #01758F;
}
.container-right-2-col .footnote{
    margin-left: -0px;
    width: 42%;
}
.footnote.bottom{
    bottom: 20px;
}
.footnote-multi{
    margin-bottom: 2px;

}
.footnote-multi:first-of-type{
    margin-bottom: 7px;
}
.inset .footnote.bottom{
    bottom: 27px;
}
.page{
    background-image: url("../assets/images/backgrounds/background-content.png");
}
#p1{
  background-image: url("../assets/images/backgrounds/bg-cover.png");
}
#p17{
  background-image: url("../assets/images/backgrounds/bg-cover-back.png");
}

#p5 .tabbed {
    margin-left: 16px;
}
.pg05-image{
    margin-left: -24px;
    margin-top: 89px;
    width: 109%;
}

.pg07-image{
    margin-left: -20px;
    margin-top: 6px;
    width: 98%;
}

#p9 .tabbed{
    margin-left: 15px;
}
#p10 .container-right-2-col{
    padding-left: 0px;
    padding-right: 32px;
}
.pg09-image{
    position: absolute;
    left: 235px;
    top: 245px;
}

.pg11-arrow{
    position: absolute;
    left: 14px;
    top: 344px;
    opacity: 0;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    background-image: url("../assets/images/content/pg11-arrow.svg");
    background-size: 430px 269px;
    background-repeat: no-repeat;
    width: 430px;
    height: 269px;
}

.pg11-arrow.animate{
    opacity: 1;
    left: 235px;
    top: 344px;
}

#p12 .container-right-2-col{
    padding-top: 219px;
}

#p13 .tabbed{
    margin-left: 15px;

}

#p13 .tabbed:not(:first-of-type){
  margin-top: 4px;
}
#p13 .tabbed:nth-of-type(4){
  margin-top: -7px;
}
#p13 p{
    margin-top: 0;
    margin-bottom: 14px;
}
#p13 .container-left-2-col{
    padding-right: 0px;
}
#p14 p{
    margin-top: 0;
    margin-bottom: 14px;
}
#p14 .arrow-list{
    margin-top: 0px;
    margin-bottom: 22px;
}
#p14 .arrow-text{
    background-position: 0px 5px;
    margin-left: 0px;
    background-size: 12px 10px;
    padding-left: 20px;
    margin-bottom: 11px;
}
#p14 .inset .container-right-2-col {
    padding: 95px 62px 0 0px;
}
#bg-1{
    margin-top: 30px;
}
/*--------------------------------------------------------------
# COMPONENTS
--------------------------------------------------------------*/

/* NAV BAR */
.nav-bar {
    width: 100%;
    height: 56px;
    position: absolute;
    top: 0;
    background-color: rgba(0, 59, 77,1);
    z-index: 1;
    transition-delay: 5s;
    transition: .25s all ease-in-out;
}

.nav-left{
    width:33.3%;
    position:relative;
}
.nav-right{
  display: flex;
  height: 100%;
  align-items: center;
  padding-right: 40px;
}
.icon-wrap {
  display: block;
  opacity: 1;
  height: auto;
}

.company-logo{
    opacity: 1;
}

.nav-bar a {
  text-decoration: none;
    letter-spacing: -.04em;
}
.nav-right a{
  letter-spacing: .03em;
}
/* LOGO */
.company-logo {
  background-image: url("../assets/images/nav-bar/badge.svg");
  background-repeat: no-repeat;
    height: 56px;
    width: 156px;
  float: left;
  display:none;
    margin-left: 68px;
  background-size: cover;
}

.company-logo {
  display: inline-block;
  position: relative;
}

.company-logo a {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
}
.cover-text{
    font-family: Univers-Light, Arial, Helvetica, sans-serif;
    font-weight: 400;
    color: #FFFFFF;
    position: absolute;
    top: 415px;
    padding: 46px 260px 55px 74px;

}
.cover-pre{
    font-size: 48px;
    line-height: 40px;
    letter-spacing: .01em;
}
.cover-title{
    font-size: 81px;
    margin-bottom: 0px;
    letter-spacing: -.015em;
    line-height: 1em;
    margin-top: 12px;
}
.cover-subtitle{
    font-size: 29px;
}
.cover-logo-oracle{
    display: block;
    position: absolute;
    top: 0px;
    left: 71px;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(../assets/images/cover/badge-cover.svg);
    width: 207px;
    height: 76px;
}
.cover-arrow{
    right: 78px;
    top: 530px;
    position: absolute;
    cursor: pointer;
    background-image: url(../assets/images/cover/arrow.svg);
    width: 81px;
    background-repeat: no-repeat;
    height: 81px;
    -webkit-transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -o-transition: opacity .25s ease-in-out;
    transition: opacity .25s ease-in-out;
    color: #ffffff;
    font-size: 24px;
    background-position: center right;
}
.cover-arrow:hover{
    opacity: .8;
}


.close-holder{
    width:100%;
}

/* ICON NAV */

.icon-wrap {
    float: left;
    margin-left: 43px;
    height: 50px;
}

.icon-wrap > * {
  display: inline-block;
  position: relative;
  /*height: 100% !important;*/
  background-repeat: no-repeat;
  background-position: center center;
}

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

}

.icon-wrap > .icon-smedia > ul {
  left: auto;
  right: 0;
  transform: translateX(0);
}

.icon-wrap .hamburger_icon > ul {
    left: 93%;
    top:-100%;
    padding-top: 22px;
    padding-bottom: 20px;
}
.icon-wrap .hamburger_icon > ul.social-dd {
    padding-bottom: 0px;
    padding-top: 25px;
}

.icon-wrap.hoverish  ul {
    transform: translateY(0%);
  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;
}

.icon-wrap > * > ul > li {
  list-style: none;
}

.icon-wrap > * > ul > li a, .icon-wrap > * > ul > li span {
    padding: 12px 20px 8px 30px;
  display: block;
  transition: all .25s ease-in-out;
  cursor: pointer;
}

.icon-wrap > * > ul > li .icon-download a {
    padding: 12px 20px 2px 0px;
}

.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;
}

.icon-wrap > * > ul > li:hover a, .icon-wrap > * > ul > li:hover span {
  transition: .25s ease-in-out;
  text-decoration: none;
}
/*.menu-dd li:hover {
  background-color:rgba(189, 230, 238, .25);
    font-weight: 700;
}*/
.menu-dd li:hover .menu-dd-ch{
  text-decoration: underline;
}
.menu-dd-part{
    color: #003b4d;
    line-height: 14px;
    font-size: 14px;;
}

.menu-dd-ch{
    color: #0D8099;
    font-size: 18px;
    line-height: 26px;
}
.hashover{
    cursor: pointer;
}
.social-dd .hashover:hover .txt-blue-dk{
    text-decoration: underline;
}

.hamburger_icon {
  background-image: url("../assets/images/nav-bar/icon-toc.svg");
  margin-top: 6px;
  width: 48px;
  height: 42px;
    background-position: top left;
  cursor: pointer;

}


.hamburger_icon > ul {
    width: 585px;
}

.icon-download {
    background-image: url(../assets/images/icons/download-arrow.svg);
    background-repeat: no-repeat;
    background-size: 28px 39px;
    padding-left: 50px;
    min-height: 39px;
    margin-bottom: 20px;
    background-position-x: 4px;
    padding-top: 9px;
    margin-left: 27px;
    margin-top: 5px;
}

.icon-download .a{
    color: #0D8099;
    font-size: 18px;
}

.icon-download > ul {
  text-align: center;
}

.icon-download > ul .pdf-link {
  font-size: 16px;
  padding: 15px 5px;
  width: 200px;
}
.icon-download:hover .pdf__txt{
  text-decoration: underline;
}

/* FOOTER *********************/
/******************************
FOOTER
******************************/
.footer {
  width: 100%;
  height: 48px;
    padding-top: 3px;
  position: absolute;
  bottom: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
    letter-spacing: -.05em;
    color:#BDE6EE;
    pointer-events: none;
    background-color: rgba(0, 59, 77, 1);
  padding-left: 68px;
  padding-right: 40px;
  align-items: center;
  justify-content: space-between;
}

.footer-book-title {
    float: right;
    margin-right: 15px;
    
}
.footer-group{
  order: 2;
  display: flex;
  align-items: center
}
.footer-chap-title {
    /*margin-top: 11px;*/
    /*margin-left: 73px;*/
    display: inline-block;
    order: 1;
}

#footNum {
  float: right;
  order: 2;
/*    margin-top: 11px;
    padding-right: 16px;*/
}


a.white {
  color: white;
}

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


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


/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  border-radius: 0;
  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;
}
.slick-next.hide{
    opacity:0;

}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  opacity: .75;
  color: transparent;
  outline: none;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: .25;
}

.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;
}

.slick-prev{
  width: 32px;
  height: 56px;
  background-image: url("../assets/images/content/arrow-previous.svg");
  left: 0px;
  z-index: 2000;
}

[dir='rtl'] .slick-prev {
  right: -25px;
  left: auto;
}


.slick-next {
  width: 32px;
  height: 56px;
background-image: url("../assets/images/content/arrow-next.svg");
  right: 0px;
  z-index: 2000;
}

[dir='rtl'] .slick-next {
  right: auto;
}
.slick-initialized .slick-slide, .slick-initialized .slick-slide:focus{
    border:none;
}

/**chapter number**/

.content-holder{
    position: relative;
    z-index: 5;
}
.chapter-number{
       font-family: Arial, Helvetica, sans-serif;
       font-weight:700 ;
       color: #d2e8c5;
       opacity: .8;
       font-size: 450px;
       height: 450px;
}
.chapter-number span{
    display: block;
    line-height: 450px;
    top:0;
}
#text-fade{
    line-height: normal;
    position: absolute;
    width: 250px;
    left:40px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transition: all  500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition:all 500ms ease;

}


/******************************
LISTS
******************************/
ul.no-dots-ul{
    padding-left: 22px;
    list-style: none;
    padding-top: 0px;
    margin-left: 0px;
    margin-top: -18px;
}
#p10 .no-dots-ul{
    padding-left: 0px;
}
.white-bg-ul{
    list-style: none;
    font-size:25px ;
    color: #003B4D;
}

.white-bg-ul.smaller{
    font-size: 18px;
    width: 110%;
    margin-top: -11px;
}
.white-bg-ul.smaller li{
    padding-left: 27px;
    padding-top: 17px;
    line-height: 24px;
    padding-bottom: 14px;
    padding-right: 33px;
    margin-bottom: 3px;
}

.white-bg-ul li{
    background: -moz-linear-gradient(left, rgba(255,255,255,0.9) 0%, rgba(255,255,255,0.7) 59%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(255,255,255,0.9) 0%,rgba(255,255,255,0.7) 59%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(255,255,255,0.9) 0%,rgba(255,255,255,0.7) 59%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6ffffff', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 */
    padding-left: 44px;
    padding-top: 19px;
    line-height: 34px;
    padding-bottom: 11px;
    padding-right: 13px;
    margin-bottom: 4px;
}

.arrow-list{
    margin-top: -10px;
}

.arrow-text{
    background-image: url('../assets/images/icons/arrow_burgundy.svg');
    background-size: 16px 14px;
    background-repeat: no-repeat;
    padding-left: 25px;
    margin-bottom: 0px;
    font-size: 16px;
    background-position: 0px 5px;
    padding-top: -7px;
    margin-left: 1px;
    letter-spacing: .01em;
}
.arrow-text.txt-blue{
    color: #00758f;
}
.arrow-text.txt-blue-dk{
    color:  #003b4d;
}
.arrow-text.txt-grey-dk{
    color:#4e5052;
}
.arrow-text.tighter{
    margin-bottom: 3px;
}
.b-modal {
    mix-blend-mode: multiply;

}
.icons-holder{
    margin-top: 21px;
}
.circle-icon{
    width: 56%;
    float: left;
    height: 112px;
}
.circle-icon.short{
    width: 44%;
    padding-right: 21px;
}
.circle-icon img{
    margin-right: 17px;
    width: 78px;
    height: 78px;
    float:left;
}

.icon-text{
    font-size: 18px;
    color: #4e5052;
    margin-top: 21px;
    line-height: 21px;
}
.icon-group{
    width: 100%;
    display: table;
    margin-left: -40px;
}
.group-icon{
    width:33%;
    position:relative;
    float:left;
    height: 122px;
}
.group-icon img{
    width: 64px;
    height: 64px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 3px;
}
.icon-group-text{
    text-align: center;
    font-size: 14px;
    color: #00758F;
    line-height: normal;
    padding-right: 20px;
    padding-left: 20px;
    letter-spacing: .02em;
}
.icon-group-arrow{
    background-image: url("../assets/images/icons/icon-arrow.svg");
    width:13px;
    height:10px;
    background-size:13px 10px;
    display: inline-block;

}
.white-bg{
    background: -moz-linear-gradient(left, rgba(255,255,255,0.9) 0%, rgba(255,255,255,0.7) 59%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(255,255,255,0.9) 0%,rgba(255,255,255,0.7) 59%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(255,255,255,0.9) 0%,rgba(255,255,255,0.7) 59%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6ffffff', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 */
    margin-bottom: 16px;
    width: 105%;
    min-height: 87px;
    height: auto;
    display: table;
    color: #003B4D;
    font-size: 18px;
}
.container-right-2-col .white-bg{
    margin-left: -20px;
}
#p8 .container-right-2-col .white-bg{
    margin-bottom: 16px;
}
.white-bg-right{
    padding: 3px 10px 4px 14px;
    width: 50px;
    height: inherit;
    float: left;
    font-size: 50px;
    color: #942645;
    text-align: right;
}
#p10 .white-bg{
    min-height: 50px;
}
#p10 .txt-24{
    line-height:24px;
}
.white-bg-left{
    padding: 18px 1px 18px 2px;
    width: Calc(100% - 50px);
    font-size: 16px;
    color: #4e5052;
    float: left;
    line-height:21px;

}
#p10 .white-bg-left {
    padding: 15px 1px 13px 2px;
    font-size: 16px;
    letter-spacing: -.01em;
    line-height: 1.45em;
}
#bg-5 .white-bg-left{
    padding-top: 18px;
}
#bg-6 .white-bg-left{
    padding-top: 18px;
}
#p10 .burgundy-num{
    min-height: 50px;
    line-height: 50px;
}
.container-right-2-col .white-bg-right{
    padding-left: 10px;
    padding-top: 7px;
}
.container-right-2-col .white-bg-right--1{
  padding-top: 2px;
}
.container-right-2-col #bg-5  .white-bg-right{
    padding-top: 4px;
}
.container-right-2-col #bg-6  .white-bg-right{
    padding-top: 2px;
}
.container-right-2-col .white-bg-left{
    padding-left: 0px;
    padding-top: 18px;
}
.burgundy-num{
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 700;
}
.mac .burgundy-num{
  transform: translateY(3px);
}
/**TABS**/
.ui-tabs .ui-tabs-nav {
    font-family: Univers,Arial,Helvetica,sans-serif;
    margin: 0;
    padding: 0;
    height: 50px;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
    float: left;
    padding: .275em .75em;
    text-decoration: none;
    font-weight : bold;
    font-family : Univers-Bold-CN,Univers-Bold,Arial;
    font-size : 24px;
    letter-spacing : -0.05px;
    width: 245px;
}
.ui-tabs .ui-tabs-nav li {
    list-style: none;
    float: left;
    position: relative;
    top: 0;
    margin: 1px .2em 0 0;
    border-bottom-width: 0;
    padding: 0;
    white-space: nowrap;
    background-color: #003B4D;
    color: #FFFFFF;
    width: 245px;
}
.ui-widget-content {
    color: #333333;
}
.ui-tabs-panel{
    background-color: #FFFFFF;
    height: 450px;
    width: 1256px;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
    background-color: #FFFFFF!important;
    color: #003B4D!important;
}
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
    color: #003B4D;
    text-decoration: none;
}

a.ui-tabs-anchor{
    color: #FFFFFF;
}
.tab-col{
    width:1256px;
    height: 450px;
    position: relative;
    background-size: 1256px 492px;
}
#tabs-1{
    background-image: url("../assets/images/tabs/tab-01.svg");
}
#tabs-2{
    background-image: url("../assets/images/tabs/tab-02.svg");
    background-size: 1276px 492px;
    background-position-y: -40px;
}
#tabs-3{
    background-image: url("../assets/images/tabs/tab-03.svg");
    background-position-y: -40px;
}
.table-holder{
    position: absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
}
.info-table{
    margin-top: 5px;
    margin-bottom: 5px;
    width: 446px;
}
.info-table-left, .info-table-right{
    height: 142px;
    background-color: rgba(202, 217, 222, .8);
    width: 200px;
    padding: 15px 15px 15px 15px;
    display: block;

}
.info-table-bottom{
    background-color: rgba(202, 217, 222, .8);
    width: 100%;
    padding: 0px 70px 16px 30px;
}
.info-table-bottom p{
    font-size : 18px;
    letter-spacing : 0.09px;
    color : #4E5052;
}
.info-table-left{
    text-align: right;
}
.info-table-label{
    font-family : Univers-Bold-CN,Univers-Bold,Arial;
    font-weight : bold;
    font-size : 24px;

}
.info-table-text{
    line-height: normal;
    font-family : Arial, Helvetica, sans-serif;
    font-size : 16px;
    color : #4E5052;
}
.info-table-arrow{
    width: 16px;
    height: 45px;
    border-style: solid;
    border-color: transparent;
    border-left-color: #003B4D;
    border-left-width: 16px;
    border-right-width:0 ;
    margin-left: 15px;
    margin-right: 15px;
    border-top-width: 22px;
    border-bottom-width: 22px;
}

/******************************
POPUPS
******************************/
.overlay-fill {
  width: 100%;
  height: 100%;
  background-color: black;
  display: block;
  position: absolute;
  top: 21px;
  opacity: 1;
}

#overlay-container {
  z-index: 1001;
  display: none;
  text-align: center;
  opacity: 1 !important;
  width: 980px;
  margin-top: 25px;
  height: 560px;
    position: relative;
}

/* modify to fit size of the popup image */
#overlay-content {
  opacity: 0;
  overflow: hidden;
  margin: 45px auto 0;
  z-index: 1001;
  display: none;
  text-align: right;
  width: 822px;
  height: 489px;
  color: #fff;
  margin-top: 24px;
  background-color:transparent;
  background-repeat: no-repeat;
  background-size: 126px 100px;
  background-position: center;
    position: absolute;
    top: 48px;
}
.voverlay-content{
    width: 585px;
    height: 420px;
}
.voverlay-content object, #voverlay-content iframe, #voverlay-content span, .voverlay-content span {
  width: 100%;
  height: 100%;
}

.popupContainer {
    width: 1400px;
    height: 800px;
    background-color: transparent;
    margin-top: 44px;
    padding-top: 30px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}
.popupContainer.voverlay-container{
    width: auto;
    height:auto;
}


/******************************
SCROLLBAR PLUGIN
******************************/
.scroll-wrapper {
  overflow: hidden !important;
  padding: 0 !important;
  position: relative;
}

.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;
}

.scroll-wrapper > .scroll-content::-webkit-scrollbar {
  height: 0;
  width: 0;
}

.scroll-element {
  display: block;
}

.scroll-element, .scroll-element div {
  box-sizing: content-box;
}

.scroll-element.scroll-x.scroll-scrollx_visible,
.scroll-element.scroll-y.scroll-scrolly_visible {
  display: block;
}

.scroll-element.scroll-x, .scroll-element.scroll-x.scroll-scrollx_visible {
  display: none !important;
  overflow-x: hidden;
}

.scroll-element .scroll-bar,
.scroll-element .scroll-arrow {
  cursor: default;
}

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

.scrollbar-inner > .scroll-element div {
  display: block;
  height: 96%;
  left: 0;
  top: 0;
  width: 100%;
}

.scrollbar-inner > .scroll-element.scroll-x {
  bottom: 2px;
  height: 8px;
  left: 0;
  width: 100%;
}

.scrollbar-inner > .scroll-element.scroll-y {
  height: 100%;
  right: 2px;
  top: 0;
  width: 12px !important;
}

.popup-inner {
  position: relative;
}

/* Also a track style... */
.scrollbar-inner > .scroll-element .scroll-element_outer {
  overflow: hidden;
}

.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;
}

.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;
}


.scrollbar-inner > .scroll-element .scroll-element_track {
  background-color: #DEE0E0 !important;
}

.scrollbar-inner > .scroll-element .scroll-bar {
  background-color: #939699 !important;
  height: 120px !important;
}


.scrollbar-inner > .scroll-element.scroll-draggable .scroll-bar {
  background-color: #919191;
}

/* update scrollbar offset if both scrolls are visible */
.scrollbar-inner > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -12px;
}

.scrollbar-inner > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -12px;
}

.scrollbar-inner > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -12px;
}

.scrollbar-inner > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -12px;
}

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


.scrollbar-inner > .scroll-element div {
  display: block;
  height: 95%;
  left: 0;
  top: 5px;
  width: 100%;
}

.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;
}


.scrollbar-inner > .scroll-element .scroll-element_outer {
  overflow: hidden;
}

.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;
}


.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*/
.scrollbar-inner > .scroll-element .scroll-element_track {
  background-color: #e0e0e0;
}

/*This is the car*/
.scrollbar-inner > .scroll-element .scroll-bar {
  background-color: #c2c2c2;
}

/*This is the car when you HOVER*/
.scrollbar-inner > .scroll-element:hover .scroll-bar {
  background-color: #919191;
}

/*Note sure what this does*/
.scrollbar-inner > .scroll-element.scroll-draggable .scroll-bar {
  background-color: #919191;
}

/* update scrollbar offset if both scrolls are visible */
.scrollbar-inner > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -12px;
}

.scrollbar-inner > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -12px;
}


.scrollbar-inner > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -12px;
}

.scrollbar-inner > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -12px;
}

.scrollbar_setup {
  max-width: 1200px;
}

.scrollbar_setup .scrollbar_wrap {
  width: 95%;
  margin-left: 25px;
}
.scrollbar_setup .scrollbar_wrap .inner-content {
  border: 1px solid #CCC;
  max-height: 170px;
  width: 600px;
}

.scrollbar_setup .scrollbar_wrap > div {
  max-height: 625px;
  overflow: auto;
}


.scrollbar_setup .scrollbar_wrap .permanent {
  min-width: 800px;
}

/******************************
PRELOADER
******************************/
#preloader {
  position: fixed;
  top: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 3000;
    width: 1400px;
    height: 800px;
    left: 50%;
    transform: translateX(-50%);
}

#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 *********************/
section.slick-slide {
  overflow: hidden;
}
.slick-slide > .container {
  /*  padding: 119px 33px 0 64px;*/
    width: auto;
}

.contents_header{
    border-bottom: 1px solid white;
    font-size: 24px;

}
.content-holder{
    height: 750px;
}

.container-1-col{
    height: auto;
    padding: 86px 150px 0 64px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.container-right-2-col{
    height: inherit;
    padding: 76px 62px 0 57px;
    width: 50%;
    float: left;
}
#p8 .container-right-2-col{
    margin-top: 4px;
}
.inset .container-right-2-col{
    padding: 117px 62px 0 57px;
}
#p13 .container-right-2-col{
  padding-top: 125px;
}
.container-left-2-col{
    height: inherit;
    padding: 93px 45px 0 72px;
    width: 50%;
    float: left;
}
.inset .container-left-2-col{
    padding: 149px 53px 0 72px;
}

.TOC-left{
    float: left;
    width: 42%;
    margin-left: 74px;
    margin-top: 128px;
    padding-top: 47px;
}
.TOC-right{
    float: left;
    width: 44%;
    margin-top: 235px;
    margin-left: 28px;
}
.contents_header{
    border-bottom: 1px solid white;
    font-size: 24px;
}
.auto-height{
    height:auto;
}
.tabbed{
    margin-left: 22px;
}

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

.chap-name{
    line-height: 1em;
}
.chap-desc{
    letter-spacing: -.04em;
}
.social-dd{
    margin-left: 32px;
    display: table;
}
.social-icon{
    border-radius: 2px;
    background-size: 32px 32px;
    background-repeat: no-repeat;
    width: 32px;
    height: 32px;
    float: left;
    margin-right: 25px;
}
.social-icon:hover{
    opacity: .8;
}
.icon-faceboook{
    background-image: url("../assets/images/nav-bar/icon-fb.svg");
}
.icon-twitter{
    background-image: url("../assets/images/nav-bar/icon-twitter.svg");
}
.icon-linkedin{
    background-image: url("../assets/images/nav-bar/icon-linkedin.svg");
}
.icon-youtube{
    background-image: url("../assets/images/nav-bar/icon-youtube.svg");
}
.icon-blog{
    background-image: url("../assets/images/nav-bar/icon-blog.svg");
}
.TOC-wrap {
    height: 135px;
    padding-top: 12px;
    position: relative;
}


.TOC-right .TOC-wrap{
    padding-left: 28px;
    height: 132px;
}

.TOC-title h1{
    letter-spacing: -.001em;
}
a.TOC-chap{
    display: inline-block;
    width: 83%;
    margin-left: 60px;
}
a.TOC-chap:hover, a.TOC-chap:hover .TOC-chapter-title{
    text-decoration: none;
}

.TOC-chapter-title{
    display: inline-block;
    font-family: Arial, Helvetica, sans-serif;
    font-weight:700;
    line-height: normal;
    color:#003B4D;
    font-size: 21px;
    float:left;
    margin-bottom: 1px;
    width: 100%;
    padding-right: 25%;
}
.TOC-chapter-title.pad-right-5{
    padding-right: 5%;
}
.title-cheat{
    width: 112%;
    padding-right: 0%;
}
.TOC-desc{
    color: #4E5052;
    font-size: 16px;
    font-weight: 400;
    line-height: 21px;
    display: block;
}
.TOC-chap-num{
    display: inline-block;
    height: 64px;
	position: absolute;
    top:14px;
}
.TOC-chap-num--1{
  width: 27.6px;
    left: 8px;
}
.TOC-chap-num--2,
.TOC-chap-num--3,
.TOC-chap-num--4{
  width: 45.085px;
}
.TOC-chap-num--5{
	width: 42.899px;
}
.TOC-right .TOC-chap-num{
    margin-right: 11px;
}
.TOC-right .TOC-chap-num--6{
  margin-right: 8px;
	width: 46.26px;
}
.TOC-chapter-title:hover{
    text-decoration: underline;
}
.container-right-2-col .TOC-chap-num{
    width: 59px;
    margin-right: 22px;
}

.page {
  position: relative;
  width: 1400px;
  height: 800px;
  background-repeat: no-repeat;
  background-color: white;
  background-size: cover !important;
}

.slide-page {
    background-color: #FFFFFF;
    z-index: 5;
    position: absolute;
    top:0;
    width: 1400px;
    height: 800px;
    background-repeat: no-repeat;
    background-size: cover !important;
    left: 100%;
    -webkit-transition: left 500ms;
    transition: left 500ms;
}
.slide-page.active{
    left: 0%;
}
.slide-page .container-right-2-col{
    height: inherit;
}
.slide-page .bg-burgundy{
    background-color: #942645;
}
.slide-page .bg-burgundy-dk{
    background-color: #592439;
}

.background-holder{
    background-repeat: no-repeat;
    width: 100%;
    height: 800px;
    position:absolute;
    z-index: 2;
}
.number-img{
    position: absolute;
    left: 575px;
    top: 114px;
}
.num-1{
    left: 646px;
    top: 139px;
    height: 180px;
    width: 72px;
}
.num-2{
    height: 180px;
    width: 120.45px;
    top: 138px;
    left: 580px;
}
.num-3{
    height: 180px;
    width: 117.114px;
    top: 138px;
    left: 580px;
}
.num-4{
    width: 128.886px;
    height: 180px;
    left: 572px;
    top: 138px;
}
.num-6{
    width: 117.709px;
    height: 180px;
    left: 583px;
    top: 138px;
}
.tb--4{
	width: 150px;
	height: 90px;
}
.tb--4 > img{
	height: 100%;
}

.bttn{
    display: inline-flex;
    height: 36px;
    background-color: #00758f;
    font-weight: 400;
    color: #FFFFFF;
    cursor: pointer;
    font-size: 16px;
    border: 1px solid  #00758f;

    width: max-content;
    width:-moz-max-content;
    position: relative;
    line-height: 36px;
    -webkit-transition: background-color  500ms ease;
    -ms-transition: background-color 500ms ease;
    -o-transition: background-color 500ms ease;
    transition:background-color 500ms ease;
}
@-moz-document url-prefix() {
    @media screen and (max-width: 1400px) , screen and (max-height: 799px) {
        .bttn {
            border-width:2px
        }
    }
}
.bttn.white-bttn{
    color: #00758f;
    background-color: #FFFFFF;
    border: 1px solid  #FFFFFF;
}

.bttn.asset-bttn{
    background-color: transparent;
    color: #00758f;
    padding-left: 12px;
    padding-right: 11px;
    margin-top: 10px;
}

.not-white-block .bttn.asset-bttn .bttn-arrow{
    /*background-image: url("../assets/images/icons/white-arrow.svg");*/
    background-image: url("../assets/images/icons/burgandy-arrow.svg");
}
.not-white-block .bttn.asset-bttn:hover .bttn-arrow{
    display: inline-block;
    background-image: url("../assets/images/icons/white-arrow.svg");
    background-position: 100% center;
}
.bttn.asset-bttn:hover{
    background-color: #00758f;
    color:white;
}
.not-white-block .bttn.asset-bttn{
    background-color: #fff;
    color: #942645;
    border-color: #942645;
}
.not-white-block .bttn.asset-bttn:hover{
    background-color: #592439;
    color: #fff;
}

.bttn.asset-bttn .bttn-arrow{
    display: inline-block;
    background-image: url("../assets/images/icons/arrow-blue.svg");
    background-position: 85% center;
    width: 55px;
}
.bttn.asset-bttn:hover .bttn-arrow{
    display: inline-block;
    background-image: url("../assets/images/icons/white-arrow.svg");
    background-position: 100% center;
}



a.bttn{
    text-decoration: none;
}
.bttn-txt{
    padding-left: 25px;
    padding-right: 10px;
    line-height: 36px;
    display: inline-block;
}


.bttn-arrow{
    display: inline-block;
    background-image: url("../assets/images/icons/white-arrow.svg");
    background-repeat: no-repeat;
    background-size: 20px;
    height: 36px;
    background-position: center center;
    width: 45px;
    -webkit-transition: background-position  500ms;
    -moz-transition: background-position 500ms;
    -ms-transition: background-position 500ms;
    -o-transition: background-position 500ms;
    transition:background-position 500ms;
}

.bttn:hover{
    color:#00758f ;
    background-color: #ffffff;
border-left:1px solid #00758f;

}

.bttn-arrow.arrow-left{
    width: 27px;
    background-image: url("../assets/images/icons/arrow-left.svg");
    background-position: center center;
}
.bttn:hover  .bttn-arrow.arrow-left{
    background-image: url("../assets/images/icons/blue-arrow-left.svg");
    background-position: center left;
}
.bttn:hover .bttn-arrow{
    display: inline-block;
    background-image: url("../assets/images/icons/arrow-blue.svg");
    background-position: 85% center;
}

.bttn.centered{
    display: flex;
    margin-top: 5px;
}

.slide-close-bttn{
    background-color: transparent;
    color: #00758F;
    float: right;
    padding-left: 15px;
    height: 24px;
    line-height: 24px;
    margin-right: -29px;
}
#p9 .slide-close-bttn{
    margin-right: -72px;
}
.click-left .slide-close-bttn{
    float: left;
    margin-left: 15px;
    padding-right: 14px;
    padding-left: 3px;
}
.slide-close-bttn .bttn-arrow{
    background-image: url("../assets/images/icons/arrow-blue.svg");
    width: 30px;
    background-size: 17px;
    height: 22px;
}
.slide-close-bttn:hover{
    background-color:#00758F ;
    color: #FFFFFF;
}
.slide-close-bttn:hover .bttn-arrow{
    background-image: url("../assets/images/icons/white-arrow.svg");
}
.close-bttn-holder{
    width: 100%;
    padding-top: 10px;
    text-align: right;
    display: inline-block;
    line-height: 30px;

}
.b-close{
    background-image: url(../assets/images/icons/close-bttn.svg);
    float: right;
    height: 30px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center right;
    cursor: pointer;
    margin-right: 3px;
    margin-left: 10px;
    color: #ffffff;
    font-size: 16px;
    padding-right: 37px;
    line-height: 30px;
    margin-top: 10px;
    margin-bottom: 5px;
    cursor: pointer;
}
.b-close.pop-close{
    margin-right: 7px;
    margin-top: 9px;
}

.close-bttn:hover{
    opacity: .9;
}

.copyright {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 400;
    position: absolute;
    bottom: 30px;
    color: #ffffff;
    padding-top: 28px;
    padding-bottom: 20px;
    padding-left: 60px;
    padding-right: 40%;
}
.copyright--1{
  padding: 0;
  position: relative;
  bottom: auto;
  font-size: 12px;
  display: flex;
  justify-content: center;
  margin-top: 10px;
}
.copyright--1.lastPage{
    float: left;
    bottom: 100px;
    left: -6px;
}

.copyright p{
    color: #ffffff;
    font-size: 14px;
}
.copyright--1 p{
  font-size: 12px;
  margin: 0;
  color: #4e5052 ;
}
.copyright--1 p > *{
  color: #00758f;
}

.copyright a{
    color: #bde6ee;
    text-decoration: underline;
}

.copyright--1 a{
 color: #00758f;
}
.lastPage.copyright--1 a{
    color: #bde6ee;
}
.lastPage.copyright--1 p{
    color: #ffffff;
}
.slide-holder{
    position: relative;
    width: 632px;
    height: 310px;
    margin-left: -35px;
    margin-bottom: 33px;
    margin-top: 43px;
    overflow: hidden;
}
.click-left{
    position: relative;
    background-color: rgba(0, 0, 0, 0.3);
    width: 50%;
    float: left;
    height: inherit;

}

.click-right{
    position: relative;
    background-color: rgba(148, 38, 69, 0.3);
    width: 50%;
    float: left;
    height: inherit;

}
.click-right img{
    width: 100%;
}
.slide-text{
    color: #FFFFFF;
    font-size: 24px;
    letter-spacing: -.05em;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 55px;
}
.click-left .slide-text{
    margin-top:22px ;
}
.click-slide{
    position: absolute;
    background-color: #003b4d;
    width: 316px;
    height: 310px;
    top: 0px;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition:all .5s 1s ease-in-out;
    -o-transition:all .5s 1s ease-in-out;
}
.click-slide.slide-left.active{
    left:0;
}
.click-slide.slide-left{
   left:-316px;
}
.click-slide.slide-right.active{
    right:0;
}
.click-slide.slide-right{
    right:-316px;
}
.close-holder{
    position: relative;
    z-index: 5;
}
.slide-image{
    width: 316px;
    height: 310px;
    cursor: pointer;
}
.click-left img{
    width: 66%;
    position: absolute;
    left: 35px;
    top: 39px;
}
.click-right img{
    width: 55%;
    position: absolute;
    left: 74px;
    top: 16px;
}
.bttn--3{
  padding-left: 13px;
  margin-left: auto;
  margin-bottom: 0px;
}
.bttn--4{
  display: none;
}
.bttn--3 .bttn-arrow{
  margin-top: -1px;
}

/* cheats and fixes*/

.pad-top-0{
    padding-top: 0px;
}
.desktop-cheat-20-up{
    margin-top: -20px;
}

.container-right-2-col .pad-left-11{
	padding-left: 11px;
	text-align: left;
}
.pointer{
  cursor: pointer;
}
.trans-cheat-20{
  transform: translateY(-20px);
}
.phone-only,
.phone-only--1{
  display: none;
}
.icon-download:hover .icon-download>*{
  text-decoration: underline;
}
.phone_only,
.tablet_only, .tablet_only_span, .tablet-only  {
  display: none;
}


@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){

    @-moz-document url-prefix() {
        @media screen and (max-width: 1400px) , screen and (max-height: 799px) {
            .bttn {
                border-width:1px;
            }
        }
    }

    
    html{
        overflow: hidden;
    }
    body{
        height:100vh;
        position: fixed;
        width: 100vw;
    }
    .desktop-cheat-20-up{
        margin-top: 0px;
    }
    p{
      margin-bottom: 21px;
    }
    span.desktop_invis{
        display: inline;
    }
    .book-slider, .main_container, .page {
        width: 100vw;
        max-height: 100vh;
        height: 100vh;
    }
    .cover-text{
        top: auto;
        bottom: 45px;
        width: 100%;
        padding: 55px 0px 50px 44px;
        /*background-color: rgba(255, 255, 255, 0.4);*/
    }
    #preloader{
        height: 100vh;
    }
    .main_container{
        position:fixed;
        bottom:0px;
        overflow: hidden;
        top:0px;
    }
    .page{
        -webkit-overflow-scrolling: touch;
        background-image: url(../assets/images/backgrounds/bg-content-landscape.png);
    }
    .content-holder{
        display: inline-block;
        width: 100%;
    }

    .nav-left{
        width: 40%;
    }

    .scrollbar_setup {
        height: 456px;
        overflow: auto;
    }
    .container{
        height: auto;
    }
    .arrow-text:not(:first-of-type){
      margin-top: 16px;
    }
    .mobile-TOC{
        margin-top: -11px;
        margin-bottom: 31px;
    }
    .mobile-TOC-link{
        width: 100%;
        display: inline-block;
        color: #f29111;
        font-size:14px;
        margin-bottom: 17px;

    }
    .nav-right{
      padding-right: 20px; 
    }
    .container-right-2-col .TOC-wrap {
        margin-top: 0px;
        margin-left: auto;
    }
    section.slick-slide {
        overflow-y: scroll;
    }
    .bttn{
        margin-bottom: 24px;
    }

    .desktop_only{
        display: none!important;
    }
    .tablet-only {
        display: inherit;
    }
    body {
        transform: scale(1);
        transform-origin: top center;
    }
    article {
        padding-top: 0px;
        margin-bottom: 16px;
    }
    h1{
        margin-bottom: 0px;
        letter-spacing: normal;
        width: 84%;
    }
    .new-chap h2{
        margin-top: -10px;
    }
    .tab-heading--1{
      font-size: 32px;
      line-height: 40px;
    }
    .copyright {
        top: unset;
        width: 100%;
        padding-right: 10%;
        padding-left: 24px;
        height: auto;
        display: table;
        padding-bottom: 40px;
        left: 0px;
    }
    .copyright--1{
        position: absolute;
        bottom: 9px;
        margin-left: auto;
        margin-right: auto;
        display: flex;
        padding-bottom: 10px;
    }
    .page{
        padding-top: 57px;
        position: relative;
    }
    .row:after{
        display: inline-block;
    }
    .slick-slide > .container{
		    padding: 40px 60px 100px 45px;
		    width: 100%;
        margin: auto;
        min-height: calc(100vh - 80px);
        height: unset;
    }
    .contents_header{
        width:85%;
        margin: auto;
        padding-top: 30px;
        margin-bottom: 20px;

    }
    .footer-chap-title {
        margin-left: 44px;
    }
    .footer {
        height: 29px;
    }
    #footNum {
        margin-right: 17px;
    }
    .footer-phone{
        display: flex;
        height: 60px;
        background-color: rgba(0,59,77, 1);
        z-index: 10;
        left: 0px;
        width: 100vw;
        color:#324b5c;
        font-size: 18px;
        position: absolute;
        bottom: -100px;
        transition: .5s bottom ease-in-out;
    }
    .mobile-footer-section{
        display: none;
    }
    .footer-phone.up{
        bottom: 0px;
    }
    .footer-phone a {
        color:#ffffff;
        text-decoration: underline;
        margin-left: 0;
        font-size: 16px;
    }
    .footer-phone .copyright--1 p{
        color:#ffffff;
        font-size: 16px;
    }
    img{
      margin: 0 auto;
    }
    .footer-phone a.tab-previous{
        margin-left: -40px;
        margin-right: 56px;
    }
    .inset-burgundy{
      width: 100%;
    }
    .cta__dialog{
      position: fixed;    
      top: 17%;
      left: auto;
      width: 367px;
      margin-left: 1%;
      z-index: 9999;
    }
    .inset-burgundy.left-flush{
      width: 100%;
      margin-left: 0;
    }
    .footer-phone a.tab-next{
        margin-left: 0;
    }
    .tab-backToTop{
        margin-left: 0 !important;
    }
    .footer-phone .tab-backToTop{
        background-image: url('../assets/images/icons/tablet/button-arrow-up.svg');
        background-repeat: no-repeat;
        background-size: 37px 37px;
        background-position: center center;
        text-align: center;
        padding-left: 0;
        margin-left: 0;
        padding-top: 60px;
        margin-top: -5px;
    }

    .mobile-footer-section{
        height: 60px;
        width: 33.3%;
        float:left;
        position: relative;
    }
    .slick-next-mobile{
        width: 100%;
        background-image: url('../assets/images/icons/tablet/button-arrow-next.svg');
        background-position: right center;
        background-size: 37px 37px;
        background-repeat: no-repeat;
        margin-left: -20px;
        padding-right: 45px;
        height: 38px;
        line-height: 38px;
        text-align: right;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        margin-top: -5px;
    }
    .slick-prev-mobile{
        width: 100%;
        background-image: url('../assets/images/icons/tablet/button-arrow-prev.svg');
        background-size: 37px 37px;
        background-repeat: no-repeat;
        background-position: left center;
        height: 38px;
        line-height: 38px;
        margin-left: 20px;
        padding-left: 45px;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        margin-top: -5px;
    }
    .company-logo {
        margin-left: 45px;
        /*display: none;*/
    }

    .slick-prev,
    .slick-next {
        width: 22px;
        height: 38px;
        background-size: contain;
    }
    .row.toc {
        margin-top: 0px;
    }
    .container-right-3-col, .container-right-2-col,.container-left-2-col,.container-left-3-col, .container-mid-3-col,.container-left-2-col .container-left-3-col, .container-left-2-col .container-mid-3-col{
        width: 100%;
        height: auto;
        padding: 0;        
    }
    .inset .container-left-2-col,
    .inset .container-right-2-col{
      padding: 0;
    }
    .new-chap{
      margin-top: 0;
    }

    .TOC-article-wrap{
        border-left:none;
        margin-left: 0px;
        margin-top: 0px;
        padding-left: 0px;
        padding-bottom: 60px;
    }
    .cheat-margin-up{
        margin-top: -24px;
    }
    .icon-wrap .hamburger_icon > ul{
        padding-top: 20px;
    }
    .icon-wrap{
    	float: right;
    	margin-top: 0px;
    	margin-right: 0px;
      cursor: pointer;    
      margin-left: 10px;
    }
    .hamburger_icon{
    	margin-top: 9px;
	    height: 28px;
	    width: 40px;    	
    }
    .inset {
        margin-left: 0px;
        margin-top: 0px;
    }
    .chapter-number{
        float: right;
        text-align: right;
        margin-left: 0px;
        margin-right: -37px;
        margin-top: -114px;
    }
    .pull_quote{
        display: inline-block;
        margin-bottom: 40px;
        mix-blend-mode: multiply;
    }
    .pull_quote.left-flush, .pull_quote.right-flush{
        margin-left: 0px;
        padding-right: 45px;
        width: 106.5%;
        padding-left: 45px;
        padding-bottom: 50px;
    }
    .pull_quote a{
        display: block;
    }
    .quote-bg {
        background-color: rgba(0, 117, 143, 1);
    }
    .container-left-2-col .lines-table, .container-left-2-col .lines-table, .container-right-2-col .lines-table{
        width: 100%;
    }
    .container-right-2-col.flush{
        padding-left: 0px;
    }
    .slide-page{
        position: relative;
        left: 0;
        background-color: #003b4d;
        color: #FFFFFF;
        display: none;
    }
    .cover-arrow {
      top: auto;
      right: 58px;
      width: 81px;
      height: 81px;
      bottom: 180px;
    }
    .center-vert{
        position: relative;
        top:0px;
        transform:translate(0%, 0%);
    }
    .container-1-col {
        height: auto;
        padding: 99px 2px 0 0px;
    }
    .cover-pre{
        /*font-size: 48px;*/
      font-size: 36px;
      line-height: 72px;      
    }
    .cover-title{
        font-size: 72px;
        line-height: 81px;
        margin-top: 0px;
        /*margin-bottom: 5px;*/
    }
    .cover-subtitle{
      font-size: 26px;
      line-height: 48px;
    }

    .bg-item table td{
        padding-bottom: 25px;
    }
    .mob-top_15{
      margin-top: 15%;
    }
    .asset-page-thumbnail{
        margin-bottom: 15px;
    }
    .container-right-2-col .table-num{
      width: 76px;
      padding-left: 15px;
      text-align: left;      
    }
    .container-right-2-col .mob-pad-left-0{
      padding-left: 0px;
    }
    .footnote--1 > *{
      margin-bottom: 16px;
    }
    .footnote.bottom {
        position: relative;
        width: 100%;
    }
    #mobile-page-12 .burgundy-block{
      width: 576px;
      height: 246px;
      margin: 0 auto; 
      margin-bottom: 14px;
      margin-top: 32px;
    }
    .inset .footnote.bottom{
      bottom: 0px
    }
		.TOC-left{
			padding-top: 0px;
		}
    .TOC-left, .TOC-right{
        width: 100%;
        margin-left: 0px;
        margin-top: 0px;
    }
    .TOC-wrap{
        /*margin-bottom: 10px;*/
        padding-top: 0;
        height: auto;
        margin-bottom: 45px;
    }
    .TOC-chap-num{
    	top: 2px;
    }
    .TOC-title{
    	margin-bottom: 50px;
    }
    .TOC-right .TOC-wrap{
        padding-left: 0px;
        height: auto;
    }
    .TOC-chapter-title{
      padding-right: 10%;
    }
    a.TOC-chap{
        width: 70%;
    }
    .num-1 {
      left: auto;
      top: 0;
      height: 180px;
      width: 72px;
      right: 0;
    }
    .num-2{
      height: 180px;
      width: 120.45px;
      top: 0;
      left: auto;
      right: 0px;
    }
    .num-3{
      top: 0;
      left: auto;
      right: 0px;
    }
    .num-4{
      top: 0;
      left: inherit;
      right: 0px;
    }
    .num-6{
      left: inherit;
      top: 0;
      right: 0;
    }
    .icons-holder{
      width: 76%;
      margin: 0 auto;
      margin-top: 20px;
    }
    .inset-burgundy.tablet-150{
      margin-bottom: 150px;
    }    
    .pull_quote{
      width: 576px;
      margin: 0 auto;
      display: block;
    }
    .mobile-slide-page{
        background-color: #003b4d;
        display: inline-block!important;
        position: relative;
        height: auto;
        left: -9%;
        width: 100vw;
    }
    .mobile-slide-page .inset-image{
        position: relative;
        top:0;
        padding-top: 0px;
        padding-left: 30px;
        height: auto;
        display: inline-block;
    }
    .mobile-slide-page .inset-image .slide-close{
        display:none;
    }
    .footnote.mobile-bottom {
        position: absolute;
        bottom: 0px;
    }
    .container-right-2-col .white-bg{
      margin-left: 0;
    }
    .white-bg{
      width: 100%;
    }
    .bttn.centered {
        margin-top: 15px;
    }
    .tablet-150{
      margin-bottom: 150px;
    }
    .cover-logo-oracle{
        display: block;
        position: absolute;
        top:0px;
        left:44px;
        background-size: contain;
        background-repeat: no-repeat;
        background-image: url("../assets/images/cover/badge-cover.svg");
        width:205px;
        height:72px;
    }
    
    .pg05-image {
      margin-top: 0;
      width: 631px;
      height: 278px;
      margin: 0 auto;
      margin-bottom: 21px;
    }
    .tb--1{
      /*background-color: red;      */
      width: 738px;
      margin: 0 auto;
      height: 313px;
      margin-bottom: 40px;
    }
    .tb--2{
      height: 326px;
      width: 576px;
      margin: 0 auto;
      margin-top: 35px;
      margin-bottom: 35px;
    }
    .tb--3{
      height: 225px;
      width: 576px;
      margin: 0 auto;
      margin-top: 35px;
      margin-bottom: 40px;
    }    
    #p13 p{
      margin-top: 21px;
    }
    .icon-group{
      margin-top: 43px;
      margin-left: 0;
    }
    #p13 .container-right-2-col{
      padding-top: 0;
    }
    #p13 .tablet-top-0{
      margin-top: 0;
    }
    #p13 p{
      margin-bottom: 21px;
    }
    #p13 .para--2{
      margin-bottom: 0px;
    }
    .not-white-block{
      width: 612.66px;
      margin: 0 auto;
    }
    .not-white-block--1{
      margin-top: 41px;
      margin-bottom: 7px;
    }
    .not-white-block--3{
      margin-top: 7px;
    }
    .ui-tabs .ui-tabs-nav{
      height: 24px;
    }
    .ui-tabs .ui-tabs-nav .ui-tabs-anchor{
      font-size: 12px;
      letter-spacing: -0.05px;
      height: 24px;
      width: 142px;
    }
    .ui-tabs .ui-tabs-nav li{
      width: 142px;
    }
    .ui-tabs-panel{
      width: 738px;
      height: 289.089px;
    }
    .tab-col {
      width: 738px;
      height: 289.089px;
      background-size: 738px 289.089px;
    }
    .table-holder{
      transform: translate(-50%,-50%) scale(.588);
    }
    #tabs-2{
      background-size: 738px 289.089px;
      background-position-y: 0px; 
    }
    #tabs-3{
      background-position-y: 0px;
    }
    .content-holder{
      height: auto;
    }
    #p1 .content-holder{
      height: calc(100vh - 80px);
    }
    #p17{
      height: 100vh;
    }
    .bttn--1{
      width: 325px;
    }
    #p1{
      background-image: url(../assets/images/backgrounds/bg-cover-landscape.png);
    }
    .cover-graphic{
      height: 549.7px;
      width: 416.9px;
      right: -86px;
      position: absolute;
      bottom: -77px;
      z-index: -1;
    }
    .hamburger_icon > ul{
      width: 472px;
    }
    .icon-wrap > * > ul{
      margin-left: -432px;
    }        
    #tabs-4{
      background-image: url(../assets/images/tabs/tab-01.svg);
    }
    #tabs-5{
      background-image: url(../assets/images/tabs/tab-02.svg);
    }
    #tabs-6{
      background-image: url(../assets/images/tabs/tab-03.svg);
    }
    .phone-only,
    .phone-only--1{
      display: none;
    }
    #text-fade{
      position: relative;
      top: auto;
      left: auto;
      transform: none;
      font-size: 32px;
      line-height: 36px;
      font-family : Univers-Bold,Arial;      
      width: 100%;
      text-align: center;
      color: #003B4D;
      /*color: #*/
    }    
    #mobile-container-1{
      background-color: rgba(222,224,224,.4);
/*      padding-top: 26px;
      padding-left: 15px;
      padding-right: 15px;*/
      padding: 26px 15px 15px 15px;
    }
    .para--1{
      margin-bottom: 0;
    }
    .data-layout{
      margin-top: 0px;
    }
    .comp__container--1,
    .comp__result{
      width: 663px;
      margin: 0 auto;
    }
    .comp__result{
      padding: 32px;
      background-color: rgba(202,217,221,.4);
      margin-top: 30px;
      font-size: 28px;
    }
    .comp__header{
      font-size: 32px;
      color: #013c4d;
      font-family : Univers-Bold,Arial; 
      margin-bottom: 25px;
      margin-top: 25px;
    }
    .comp__arrow{
      width: 60px;
      height: 20.98px;
      margin: 0 auto;
      margin-top: 40px;
      margin-bottom: 40px;
    }
    .comp__result--bold{
      font-family : Univers-Bold,Arial;;
      color: #f29220;      
    }
    .comp__result--content{
      color: #013c4d;
    }
    .pg11-arrow{
      display: none;
    }
    .data-layout-left-block{
      height: 220px;
    }
    #mobile-page-12 .burgundy-block--2{
       margin-top: 18px;
    }    
    .bttn--3{
      margin-bottom: 0;
      order: -1;
    }
}



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

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

    .cover-text {
        top: 50vh;
        padding: 47px 29px 50px 42px;
    }
    .cover-arrow {
        top: 55vh;
        right: 21px;
    }
    .port-TOC-chapter-title--1{
      padding-right: 31%;
    }
    .page{
      background-image: url(../assets/images/backgrounds/bg-content-portrait.png);
    }
    /*.content-holder{
        padding-right: 40px;
    }*/
    .chapter-number{
        margin-right: 13px;
    }
    .slick-slide > .container {
        margin: 0px;
        padding: 40px 60px 120px 45px;
        width: 100%;
    }
    .inset {
        margin-left: 0px;
    }
    article {
        margin-bottom: 22px;
    }
    span.desktop_invis{
        display: inline;
    }
    .nav-left {
        width: 50%;
    }
    .search-box{
        width:295px ;
        background-position: 257px;
    }
    a.TOC-chap {
        width: 90%;
    }
    .mobile-slide-page {
        left: -7%;
        width: 116%;
    }
    .tb--1{
      transform: translateX(-38px) scale(.8999);
    }
    .cover-text{
      bottom: 103px;
      top: auto;
    }
    .cover-arrow{
      top: auto;
      bottom: 337px;
      right: 37px;
    }
    .icon-group-arrow{
      display: none;
    }
    .cover-graphic{
      bottom: auto;
      top: 98px;
      left: 231.29px;
    }
    #p1{
      background-image: url(../assets/images/backgrounds/bg-cover-portrait.png);
    }
    .phone-only,
    .phone-only--1{
      display: none;
    }
    #p9 h1{
      width: 90%;
    }
    .comp__container--1{
      width: 100%;
    }
    .data-layout-left-block {
      height: 232px;
    }
    .footer-phone{
        display: block;
    }
    .copyright {
        width: 100%;
        left: 0px;
        padding: 0 15px;
        padding-bottom: 100px;
    }
    .copyright--1{
        padding: 0;
        text-align: center;
        height: 23px;
    }
    .footer-phone{
        height: 80px;
    }
    .footer-phone .mobile-footer-section{
        display: flex!important;
        height: 70px;
    }
    .footer-phone .tab-backToTop{
        padding-top: 0px;
    }
    .footer-phone a, .footer-phone p{
        font-size: 16px;
    }
}

/**PHONE**/

@media only screen and (max-width:767px) {
    .container-right-3-col, #p2 .container-right-3-col, #p2 .container-mid-3-col, .container-right-2-col, .container-left-2-col, .container-left-3-col, .container-mid-3-col, #p2 .container-left-3-col, #p2 .container-right-2-col, .container-left-2-col .container-left-3-col, .container-left-2-col .container-mid-3-col {
        width: Calc(100vw - 30px);
    }
    .port-TOC-chapter-title--1{
      padding-right: 0;
    }
    #p1{
      background-image: url("../assets/images/backgrounds/bg-cover-phone.png");
    }
    .tb--1{
      display: none;
    }
    .thumb-container{
        max-width:  Calc(100vw - 30px);
    }
    .phone-none{
      display: none;
    }
    .phone-only,    
    .phone-block{
      display: block;
    }
    .hamburger-bg {
        width: 20px;
        height: 18px;
    }
    .img-responsive img{
        width: 100%;
    }
    p{
      font-size: 14px;
      line-height: 18.43px;
      margin-bottom: 15.75px;
      -webkit-margin-before: 0px;
    }
    .not-white-block--3{
      margin-bottom: 0;
    }
    .new-chap {
        margin-top: -0px;
    }
    .asset-page-thumbnail{
        width:290px;
    }
    article{
        width: 100%;
        padding-left: 0px;
    }
    .bttn--3{
      display: none;
    }
    .bttn--4{
      display: flex;
      padding-left: 13px;
      margin: 0 auto; 
      margin-bottom: 0px;  
      margin-top: 20px;
    }
    .bttn--4 span{
      color: #fff;
    }
    #p9 .bttn--4{
      transform: translateY(15px);
    }
    .nav-right{
      padding-right: 15px;
    }
    .book-slider, .main_container, .page {
        height:100vh;
        width: 100vw;
        max-height: 100vh;
        max-width: 100vw;
    }

    .content-holder{
        padding-bottom: 0px;
    }
    .search-box{
        top:3px;
    }
    .search-hotspot {
        width: 40px;
        right: 46px;
        top: 3px;
    }
    .slick-list{
        min-height: 100vh;
    }

    .unrow{
        width: calc(100% + 30px);
        margin-left: -15px;
    }
    h1{
        font-size: 32px;
        line-height: normal;
        width: 100%;
    }

    h2{
        font-size: 27.00px;
        line-height: 31.50px;
    }
    h3{
        font-size: 18px;
    }
    .content-holder{
        width: 100%;
        padding-right: 0px;
    }

    .main_container{
        width: 100vw;
        height:100vh!important;
    }

    .book-slider {
        width: 100%;
        height: auto;
    }
    .page {
        max-height: unset;
        overflow-y: scroll;
        width: 100%;
        background-size: cover;
        padding-top: 31px;
        padding-bottom: 80px;
    }
    section.slick-slide {
        overflow-y: scroll;
    }
    .slick-slide > .container {
        padding: 0px;
        margin: 15px 15px 110px 15px;
        height: auto;
        width: Calc(100% - 30px);
    }
    .mobile-page{
        display:table;
    }
    .cover-text{
        top: 53vh;
        left: 30px;
    }
    .cover-arrow {
        top: 50vh;
    }

    .cover-title{
        letter-spacing: normal;
        font-size: 5vw;
    }
    .cover-subtitle{
      font-size: 12px;
      line-height: normal;
    }
    .cover-arrow{
        width: 50px;
        height: 50px;
    }
    .nav-bar{
        height: 31px;
    }
    .icon-wrap > * > ul{
        margin-top: 32px;
    }
    .icon-wrap .hamburger_icon > ul.social-dd{
        padding-top: 0px;
    }
    .company-logo {
        height: 31px;
        width: 91px;
        margin-left: 15px;
    }
    .white-bg-right{
    	font-size: 37.50px;
	    margin-top: 0px;
    }
    .phone-invis{
      display: none;
    }
    .container-right-2-col .white-bg-right--1 {		 
		    margin-top: 4px;
		}
		.container-right-2-col #bg-5 .white-bg-right {
			margin-top: 2px;
		}
		.container-right-2-col #bg-6 .white-bg-right{
	    margin-top: 3px;
		}
    .white-bg-left {
		    padding: 13.50px 0.75px 13.50px 1.50px;
		    width: Calc(100% - 71.50px);
		    font-size: 14.00px;		 
        line-height: 18.43px;
		}
    .icon-wrap {
      margin-left: auto;
      margin-top: 12px;
      margin-right: 0;
    }
    .hamburger_icon{
        height: 17px!important;
        width: 24px;
        background-size: contain;
        margin-top: 10px;
    }

    .footer-phone,  .footer-phone a, .footer-phone .copyright--1 p {
        font-size: 12px;
    }

    .slick-prev, .slick-next {
        width: 15px;
        height: 27px;
        background-size: contain;
    }
    .slick-next-mobile, .slick-prev-mobile{
        line-height: normal;
    }
    .img-responsive{
        margin-bottom: 20px;
    }

    .hamburger_icon > ul {
        width: 90vw;
    }
    .icon-wrap > * > ul {
        margin-left: -312px;
    }

    .inset .container-left-2-col, .inset .container-right-2-col {
        padding: 21px 8px 20px 8px;
        padding: 0px;
    }
    .inset-image .container-right-2-col {
        padding: 0px 0px 0 0px;
    }
    .spacer-60{
        height: 20px;
    }
    .video-thumbnail,.container-right-2-col .video-thumbnail {
        width: 100%;
        height: auto;
    }
    .video-play-bttn{
        width: 100%;
        /*height: 163px;*/
        height: 100%;
        background-size: 60px
    }
    .video-play-bttn.small {
        width: 273.5px;
        height: 163px;
    }
    .tb--4 > img{
      height: 100%;
      width: 100%;
    }

    .pull_quote{
        padding-top: 19px;
        padding-bottom: 4px;
        margin-bottom: 20px;
        padding-left: 20px;
        padding-right: 20px;
        width: 100%;
    }
    .pull_quote.left-flush{
        width: 100%;
        padding-left: 8px;
        padding-right: 8px;
    }
    .quote-text{
    	font-size: 21.00px;
    }
    .quote-caller{
    	font-size: 14.00px;
    }
    .inset-image .container-left-2-col {
        padding: 20px 0px 0 0px;
    }

    .bttn.bigger{
        margin-left: -8px;
    }
    .TOC-title {
        margin-bottom: 37.5px;
    }
    .TOC-wrap{
      margin-bottom: 33.75px;
    }
    .TOC-chap-num{
      top: 1.5px;
    }
    .TOC-chap-num--1 {
        width: 20.70px;
        left: 6.00px;
    }
    .TOC-chap-num--2, .TOC-chap-num--3, .TOC-chap-num--4 {
        width: 33.81px;
    }
    .TOC-chap-num--5 {
        width: 32.17px;
    }
    .TOC-right .TOC-chap-num--6 {
        margin-right: 6.00px;
        width: 34.70px;
    }
    a.TOC-chap{
      width: 84%;
      margin-left: 45.00px;
    }
    .TOC-chap-num {
      display: inline-block;
      height: 48.00px;
      position: absolute;
      top: 1.50px;
    }
    .TOC-chapter-title{
      font-size: 15.75px;
    }    
    .TOC-desc {
        color: #4E5052;
        font-size: 14.00px;
        font-weight: 400;
        line-height: 18.43px;
        display: block;
    }
    .num-1 {
      height: 135.00px;
      width: 54.00px;
    }
    .num-2 {
	    height: 135.00px;
	    width: 90.34px;
    }    
    .num-3{
	    height: 135.00px;
	    width: 87.84px;
    }
    .num-4{
	    width: 96.66px;
	    height: 135.00px;
    }
    .num-6{
      width: 88.28px;
      height: 135.00px;
    }
    .slick-prev-mobile,
    .footer-phone .tab-backToTop,
    .slick-next-mobile{
      background-size: 27.75px 27.75px;
    }
    .arrow-list{
      margin-top: -7.50px;
    }
    .arrow-text{
      background-size: 12.00px 10.50px;
      background-repeat: no-repeat;
      padding-left: 18.75px;
      margin-bottom: 0.00px;
      font-size: 14px;
      line-height: 18.43px;
      background-position: 0.00px 3.75px;
      padding-top: -5.25px;
      margin-left: 0.75px;
      letter-spacing: .01em;
    }
    .arrow-text:not(:first-of-type) {
        margin-top: 12.00px;
    }
    .inset-burgundy.right-flush {
        padding: 15.75px 30.00px 19.50px 30.00px;
        margin-left: 0.00px;
        margin-top: 0.00px;
    }
    .inset-burgundy.left-flush{
      padding: 15.75px 30.00px 19.50px 30.00px;
      margin-top: 0px;
    }
    .white-bg-ul li{
		    padding-left: 33.00px;
		    padding-top: 14.25px;
		    line-height: 25.50px;
		    padding-bottom: 8.25px;
		    padding-right: 9.75px;
		    margin-bottom: 3.00px;
		}
		.white-bg-ul{
			font-size: 18.75px;
		}
		.footnote{
			font-size: 12px;
		}
		#p5 .tabbed {
		    margin-left: 12.00px;
		}
    #p5 .tabbed--1{
      line-height: 29px;
    }		
    #p5 .tabbed--2{
      line-height: 29px;
      margin-top: 8px;           
    }
		.pg05-image{
			width: 100%;
			height: auto;
			margin-bottom: 15.75px;
		}
		.inset-burgundy{
	    padding: 30.00px 32.25px 30px 32.25px;
		}
		.container-right-2-col .inset-burgundy .footnote {
	    position: relative;
	    margin-left: 0px;
	    color: #FFFFFF;
	    width: 100%;
	    bottom: -13px;
  	}
  	.icons-holder {
		    width: 100%;
		    margin: 0 auto;
		    margin-top: 15px;
        display: flex;
        flex-wrap: wrap;
		}
		.circle-icon img{
			float: initial;
	    margin: 0 auto;
		}
		.icon-text{
			text-align: center;
		}
		.circle-icon{
	    float: left;
	    height: 112px;
	    margin-bottom: 23px;
      flex-basis: 50%;
      transform: scale(.75);
		}
		#bg-1{
			margin-top: 22.50px;
		}
		.tb--4,
		.video-left{
      width: 100%;
      height: auto;
		}
		.video-right{
			transform: translateY(0);
			width: 100%;
			padding-left: 0;
			margin-top: 10px;

		}
		.asset-desc--1{
			display: block;
		}
    .tb--2,
    .tb--3{
      width: 100%;
      height: auto;
      margin-top: 26.25px;
      margin-bottom: 26.25px;      
    }
    .tb--3{
      margin-bottom: 30px;
    }
    .asset--1{
      display: flex;
      flex-direction: column;
      width: 100%;
    }
    .asset-left--1{
      margin: 0;
      margin-left:  15px;
    }
    .asset-right--1{
      width: 100%;
    }
    .bttn--2{
      display: flex;
      /*margin: 0 auto;      */
    }
    #mobile-page-12 .burgundy-block{
      width: 100%;
      height: auto;
    }
    #mobile-page-12 .burgundy-block--1{
      margin-top: 26.25px;          
    }
    #mobile-page-12 .burgundy-block--2{
      margin-top: 22px;          
    }    
    .burgundy-block .bttn{
      position: relative;
    }
    .burgundy-block-text {
        padding: 15px 12px 8px 12px;
    }
    .bttn--1 {
      width: 266px;
      font-size: 14px;
      letter-spacing: -0.06em;
    }
    .icon-group{
      display: flex;
      flex-wrap: wrap;      
    }
    .group-icon{
      flex: 0 0 50%;
      height: 131px;
      margin-bottom: 15px;
    }
    .icon-group {
      margin-top: 32.25px;
    }
    .group-icon:nth-child(9){
      margin: 0 auto;
    }
    #p13 p{
      margin-bottom: 15.75px;
    }
    #p13 .tabbed{      
      font-size: 14px;
    }
    .not-white-block--1{
      margin-top: 30.75px;
    }
    .not-white-block{
      width: 100%;
      height: auto;
      /*padding: 36.00px 66.75px 12.75px 35.25px;*/
      padding: 20px;
    }
    #mobile-page-14 .white-block-row,
    #mobile-page-14 .not-white-block-row{
      display: flex;
    }
    #mobile-page-14 .white-block-left{
      flex: 0 0 90px;
    }
    #white-block-2 {
        background-size: 187.50px 112.50px;
        background-repeat: no-repeat;
        background-position: 21.00px 15.00px;
        height: auto;
    }
    #white-block-2 .white-block-left{
      flex: 0 0 107px;;
    }
    #white-block-2 .white-block-right{
      width: 100%;
      margin-top: 0px;
    }
    #white-block-2 .bttn{
      width: 149px;
      font-size: 14px;
      letter-spacing: -0.03em;
    }
    .not-white-block--3{
      flex-direction: column;
    }
    .cta{
      flex: 0 0 48px;
    }
    .cta--2{
      margin-top: 24px;
    }
    .data-layout-left,
    .data-layout-right{
      width: 100%;
    }
    .data-layout-left-block{
      height: auto
    }
    .phone-mar-b-10{
        margin-bottom: 10px;
    }
    .pg11-arrow{
      display: none;
    }
    .width--1{
      width: Calc(100% - 20px);
    }
    .cover-graphic{
      display: none;
    }
    .cover-arrow {
      top: 50vh;
      right: 15px;
    }
    .cover-pre{
      font-size: 18px;
      line-height: normal;
    }
    .cover-title{
      font-size: 32px;
      line-height: 40px;  
    }
    .cover-logo-oracle{
      left: 15px;
      width: 103px;
      height: 36px;
    }
    .cta__dialog {
        position: fixed;
        top: 6%;
        left: auto;
        width: 290px;
        margin-left: -20px;
        z-index: 9999;
    }
    .comp__header{
      font-family : Univers-Bold,Arial;
      color: #013c4d;
      line-height: 17.28px;
      margin-top: 22.75px;
      margin-bottom: 18.75px;
      font-size: 18px;
    }
    .comp__container--1{
      width: 290px;
      height: 300px;
      margin: 0 auto;
      margin-top: 14px;
    }
    .comp__arrow{
      width: 26.4px;
      height: 9.19px;
      margin: 0 auto;      
      margin-top: 14px;
    }
    .comp__container--1 > *,
    .comp__arrow > *{
      height: 100%;
      width: 100%;
    } 
    .comp__result{
      width: 290px;
      height: 92px;
      background-color: rgba(203,218,223,.4);
      padding: 13px;
      font-size: 12px;
      margin: 0 auto;
      margin-top: 14px;
      line-height: normal;
    }   
    /*.comp__result--1{
      margin-bottom: 15.75px;
    }*/
    #mobile-container-1{
      padding: 19.50px 11.25px 11.25px 11.25px;
    }    
    #text-fade{
      font-size: 24.50px;
      line-height: 27.00px;
      color: #003B4D;
      width: 84%; 
      margin: 0 auto;
    }
    #p9 h1 {
        width: 100%;
    }
    .container-right-2-col #bg-5{
      margin-top: -18px;
    }
    .tab-heading--1{
      font-size: 27.00px;
      line-height: 31.50px;
    }
    /*test*/
/*    .cta__dialog{      
      display: block;
      height: 0;
    }
    .cta__active{
      height: 488px;
      display: block;
    }*/
    .icon-wrap > * > ul{
      margin-top: 25px;
    }
    .icon-wrap .hamburger_icon > ul{
      padding-top: 15px;
      padding-bottom: 15px;
    }
    .icon-download{
      margin-top: 0px;
      margin-bottom: 5px;
    }
    .menu-dd-ch{
      font-size: 16px;
      line-height: normal;
    }
    .icon-wrap > * > ul > li a{
      padding-top: 2px;
    }
    .phone-b-0,
    .inset-burgundy.phone-b-0{
      margin-bottom: 0;
    }

}
/**PHONE**/

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

  .cover-text{
      left:0px;
    top: 52vh;
      padding: 34px 30px 52px 16px;
  }
    .footer-phone,  .footer-phone a , .footer-phone .copyright--1 p {
        font-size: 10px;
    }
    .copyright--1 {
        bottom: -15px;
        padding-left: 5px;
        padding-right: 5px;
        padding-top: 0px;
        padding-bottom: 0px;
        text-align: center;
    }
    .footer-phone {
        height: 80px;
    }
    .page{
        padding-bottom: 90px;
    }
    .copyright--1{
        height: 36px;
        bottom: 3px;
    }
  .TOC-chapter-title{
      font-size: 20px;
  }
  .footer-phone{
      height: 90px;
  }
}
@media only screen and (max-width:375px) {

/*  .cover-arrow{
    top: 57vh;
  }*/
/*  #p9 h1 {
    width: 90%;
  }*/
  .asset-left--1 {    
    margin-left: 0; 
    transform: scale(.9);
  }
}
@media only screen and (max-width:349px) {
  .icon-wrap > * > ul {
    margin-left: -262px;
  }
}
