*,
*::after,
*::before{
  margin: 0;
  padding: 0;
  box-sizing: inherit;
}

html {
  font-family: sans-serif;
    font-weight: 400;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  overflow:hidden;
  /*calculated font-size value of 10px*/
  font-size: 125%;
}

body {
  margin: 0;
  box-sizing: border-box;
}

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 {
  outline: 0;
}

abbr[title] {
  border-bottom: 0.50rem dotted;
}

b,
strong {
  font-family: Univers-Bold, Arial, Helvetica, sans-serif;
    font-weight: 400;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 1.60rem;
    color:#00758f;
    line-height: normal;
    font-family: Univers, Arial, Helvetica, sans-serif;
    letter-spacing: 0.02em;
    font-weight: 400;
    margin-left: .100rem;
    margin-top: 0.00rem;
    margin-bottom: 0.95rem;
}
h2{
    font-size: 1.60rem;
    line-height: 1.2em;
    color:#00758f;
    font-weight: normal;
    margin-top: 0.00rem;
    margin-bottom: 1.20rem;
    font-family: Univers-lt, Arial, Helvetica, sans-serif;
}

h3{
    margin-top: 0.00rem;
    color: #003b4d;
    font-size: 1.80rem;
    margin-bottom: 0.90rem;
    font-family: Univers, Arial, Helvetica, sans-serif;
    font-weight: 400;
    line-height: 1.555555555555556em;
}
h4{
    margin-top: 0.00rem;
    color: #00758f;
    font-size: 1.20rem;
    margin-bottom: 0.90rem;
    font-family: Univers-Bold, Arial, Helvetica, sans-serif;
    font-weight: 400;
}
h6{
    font-size: 0.80rem;
    color: #00758f;
    font-weight: normal;
    margin-top: 0.00rem;
    margin-bottom: 0.00rem;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.3em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

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;
}
td.td_chap_num:before{
  content:"";
  display: inline-block;
  height: 100%;
  width: 
  vertical-align: middle;
}
.searchable{

}

/* SKELETON **********************/
/* Grid */
.container {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 0 0.00rem;
  box-sizing: border-box;
}

.column,
.columns {
  width: 100%;
  float: left;
  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;
}


/* Self Clearing Goodness */

.container:after,
.u-cf {
  content: "";
  display: table;
  clear: both;
}

/*--------------------------------------------------------------
# ELEMENTS
--------------------------------------------------------------*/

*:focus {
  outline: none;
}


a:hover {
  text-decoration: underline;
}

.no-u:hover{
  text-decoration: none;
}

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;
}

.phone_only,
.tablet_only, .tablet_only_span, .tablet-only,
.phone-only,.port-only  {
  display: none;
}
img.tablet-only{
  display: none;
}
.desktop_only {
  display: inline-block;
}

.book-slider {
  width: 100%;
  height: 40.00rem;
}

.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: 1.20rem;
    margin-top: 0.35rem;
}
.cursor{
  cursor: pointer;
}
.sup--1{
  font-size: 0.70rem;
  top: -0.7em;
  color: #f29111;
}
.sup--2{
  font-size: 0.70rem;
  top: -0.3em;
  color: #f29111;
  margin-right: .150rem;
}
.sup--3{
  font-size: 0.70rem;
  top: -0.3em;
  color: #f29111;
}
/* TYPOGRAPHY *********************/

body {
  /* currently ems cause chrome bug misinterpreting /2rems on body element */
  line-height: 1.5em;
  font-family: Univers, Arial, Helvetica, sans-serif;
  color: #4e5052;
}

p {
  -webkit-margin-before:0px;
  display: block;
  margin-bottom: 1.20rem;
  line-height: 1.333333333333em;
  font-size: 0.90rem;
}

/** other tables**/

.num-col{
    width: 3.00rem;
    text-align: right;
    padding-right: 0.95rem;
}
.icon-td{
    width: 4.80rem;
    padding-right: 1.00rem;
    vertical-align: initial;
}
/* video play button */

.video-thumbnail{
    width: 14.50rem;
    height: 8.10rem;
    cursor: pointer;
    position: relative;
    margin-bottom: 0.65rem;
    margin-right: 0.80rem;
}
.video-thumbnail img{
    width: 100%;
}
.video-play-bttn {
  content: '';
  background: url("../assets/graphics/icons/video-play-btn.png") no-repeat center center;
  background-size: contain;
  width: 2.80rem;
  height: 2.80rem;
  position: absolute;
  top: 50%;
  left: 50%;
  cursor: pointer;
  transform: translate(-50%, -50%);
    -webkit-transition: opacity .5s ease-in-out;
    -moz-transition:opacity .5s 1s ease-in-out;
    -o-transition:opacity .5s 1s ease-in-out;
}
.video-play-bttn:hover{
    opacity: .75;
}
.video-thumbnail:hover .video-play-bttn{
  opacity:  .75;
}
.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:#d2e8c5;
    font-size:0.70rem;
}

.footnote.bottom{
    bottom: 2.15rem;
}


/*--------------------------------------------------------------
# COMPONENTS
--------------------------------------------------------------*/

/* NAV BAR */
.nav-bar {
    width: 100%;
    height: 2.90rem;
    position: absolute;
    top: 0;
/*    background-color: rgba(20,117,143,.2);*/
    z-index: 1;
    transition-delay: 5s;
    transition: .25s all ease-in-out;
    display: none;
}
  .nav-flex{
    display: flex;
  }
.nav-left{
/*    width:33.3%;*/
    position:relative;
    z-index: 20;
    margin-right: 2.30rem;
}

.nav-right{
/*    width: 29.39%;*/
    position: relative;
    /* float: right; */
    height: 2.80rem;
    z-index: 10;
}
}
.icon-wrap {
  display: block;
  opacity: 1;
  height: 100%;
}

.company-logo{
    opacity: 1;
}

.nav-bar a {
  text-decoration: none;
    letter-spacing: -.04em;
}
.row{
  width: 100%;
}
  .row--1{
    height: 3.60rem;
  }
    .row--1-1{
      margin-top: 0.50rem
    }
    .row--1-2{
      margin-top: 5.10rem; 
    }
    .row--1-3{
      margin-top: 4.00rem;       
    }
    .row--1-4{
      margin-top: 5.50rem;      
    }  
    .row--1__text{
      font-size: 1.80rem;
      line-height: 3.60rem;
      font-family: Univers-lt, Arial, Helvetica, sans-serif;
      color: #fff;
      display: inline-block;
      vertical-align: top;
    }
      .row--1__text--1{
        margin-left: 11.90rem;
      }
      .row--1__text--2{
        margin-left: 0.40rem;
      }
      .row--1__text--3{
        margin-left: 0.75rem;
      }
      .row--1__text--4{
        margin-left: 0.60rem;
      }                  
    .row--1__shape{
      width: 3.60rem;
      height: 3.60rem;
      display: inline-block;
      background-color: #fff;
      border-radius: 50.00rem;
      opacity: .6;
    }
      .row--1__shape--1{
        margin-left: .350rem;
      }
      .row--1__shape--2{
        margin-left: 2.00rem;
      }
      .row--1__shape--3{
        margin-left: 6.20rem;
      }
      .row--1__shape--4{
        margin-left: 8.30rem;
        transform: translateY(-.250rem);
      }
  .row--2{
  }
  .row--3{
    height: 3.00rem;
    position: relative;
    border-left: solid 3px #003b4d;
    width: calc(100% - 1px);
  }
    .row--3-1{
      background-color: rgba(189,230,238,.4);
    }
    .row--3-2{
      background-color: rgba(189,230,238,.6);
    }
    .row--3-3{
      background-color: rgba(189,230,238,.8);
    }   
  .row--4{
    position: absolute;
    bottom: 3px;
    left: 47px;
    color: #fff;
    font-size: 0.55rem;
    font-family: Univers-lt, Arial, Helvetica, sans-serif;;
  }
/*  .row--5{
    padding-left: 28px;
    position: relative;
    height: 5.20rem;
    background-color: rgba(255,255,255,.8);
  }
    .row--5__shape{
      width: 3.20rem;
      height: 3.20rem;
      border-radius: 50%;
      background-color: rgba(0,117,143,.4);    
      display: inline-block;  
      position: relative;
      transform: translateY(-50%);
      top: 50%;      
      margin-right: 1.25rem;
    }    
      .row--5__shape--text{
        font-size: 2.40rem;
        font-family: Univers-Bold--1, Arial, Helvetica, sans-serif;;
        color: #fff;
        transform: translate(-50%,-50%);
        top: 50%;
        left: 50%;
        position: absolute;        
      }
    .row--5__text{
      font-size: 1.40rem;
      color: #003b4d;
      font-family: Univers-lt, Arial, Helvetica, sans-serif;
      display: inline-block;
      line-height: 5.20rem;
    }*/
  .row--5{
    height: 1.60rem;
  }
  .col-1-of-4{
    width: 14.50rem;
    height: 20.50rem;
    float: left;
    margin-right: 2.40rem;
    background-color:   rgba( 0,59,77,.8);
  }
    .col-1-of-4--1{
      margin-right: 0.00rem;
    }
    .col-1-of-4--2{
      margin-right: 23px;
      width: auto;
      height: auto;
      background-color: transparent;      
      width: unset;
      height: unset;
      background-color: unset;
    }
    .col-1-of-4--3{
      width: 15.30rem;
      height: 21.30rem;
      margin-right: 0.65rem;
      background-color: rgba(255,255,255,.8);
      padding: 2.30rem 1.50rem;
    }
      .col-1-of-4--3-1{
        margin-right: 0.00rem;
      }
.heading{
  font-family: Univers-Bold--1, Arial, Helvetica, sans-serif;;
  font-size: 1.05rem;
  color: #003b4d;
}
  .heading--1{
    margin-top: -.200rem;
    margin-bottom: 0.55rem;
  }
  .heading--2{
    font-family: Univers-lt, Arial, Helvetica, sans-serif;
    font-size: 2.75rem;
    color: #fff;
    letter-spacing: 0em;
  }
    .heading--2-1{
      margin-bottom: 0;
    }
    .heading--2-2{
      font-size: 1.60rem;
    }
  .heading--3{
    line-height: 1.5em;
    width: 81%;
  }
  .heading--4{
    font-family: Univers-lt, Arial, Helvetica, sans-serif;
  }
    .heading--4-1{
      font-size: 1.40rem;
      margin-top: -0.60rem;      
    }
    .heading--4-2{
      font-size: 0.90rem;
      margin-top: -0.85rem;      
    }    
.insert{
  margin-top: 4.30rem;
  width: 35.00rem;
  height: 20.50rem;
  background-color: rgba(189,230,238,.6);
  position: relative;
}
  .insert__text{
    letter-spacing: .01em;
    width: 89%;
    position: absolute;
  }
  .insert__text--1{
    margin-top: 3.15rem;
    margin-left: 2.35rem;

  }
  .insert__text--2{
    margin-top: 4.75rem;
    margin-left: 1.85rem;
  }
  .insert__text--3{
    padding-top: 45px;
    padding-left: 43px;
    height: 575px;
  }
  .pgraph--1{
    margin-top: -0.65rem; 
  }
  .pgraph--2{
    font-size: 0.80rem;  
    width: 90%;
    margin: 0 auto;
    display: block;
    margin-top: 27px;
    color: #fff;
  }
  .pgraph--3{
    color: #003b4d;
    display: inline-block;
    margin-bottom: 0.00rem;
    position: relative;
    vertical-align: top;
    top: 50%;
    transform: translateY(-50%);
    margin-left: -0.25rem;
  }
  .pgraph--4{
    font-size: 1.40rem;
    color: #003b4d;
    line-height: 1.5814em;
    /*width: 94%;*/
    width: 100%;
  }
  .pgraph--5{
    color: #fff;
  }
  .pgraph--6{
    font-family: Univers, Arial, Helvetica, sans-serif;;
     color: #fff; 
    font-size: 0.70rem;
    width: 112%;
    letter-spacing: .01em;
    margin-top: 4.70rem;    
  }
    .pgraph--6-1{    
      color: unset;   
      margin-top: 2.65rem;
    }
    .pgraph--6 .sup--1{
      top: -.3em;
    }
  .pgraph--7{
    font-size: 0.70rem;
    position: absolute;
    bottom: 0.75rem;
    letter-spacing: .01em;
    color: #fff;
  }

    .pgraph--7-1{
      color: #003b4d;
      width: 86%;
      bottom: -0.65rem;
    }
      .pgraph--7-1-1{
        width: 78%;  
      }
    .pgraph--7-2{
      color: #003b4d;
      width: 86%;
      bottom: 6.35rem;
    }    
    .pgraph--7-3{
      color: #003b4d;
      bottom: 5.10rem;
    }
    .pgraph--7-4{
      color: #003b4d;
      bottom: 3.00rem;
      width: 82%;      
    }
    .pgraph--7-5{
      color: #003b4d;
      width: 86%;
      bottom: 0.85rem;
    }
    .pgraph--7-6{
      color: #003b4d;
      bottom: -.400rem;
    }    
    .pgraph--7 a{
      color:#00758f;
    }
    .pgraph--7-7{
      color: #003b4d;
      width: 83%;
      bottom: 4.35rem;
    }      
#teconsent a {
    color: #fff;
}

/* LOGO */
.company-logo {
  background-image: url("../assets/graphics/icons/oracle-logo.svg");
  background-repeat: no-repeat;
  height: 2.90rem;
  width: 7.80rem;
  float: left;
  display:none;
  margin-left: 3.55rem;
  background-size: cover;
}

.company-logo {
  display: inline-block;
  transition-delay: background 0s;
  position: relative;
}

.company-logo a {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
}
.cover-title{
    font-size: 3.10rem;
    color:#ffffff;
    font-family: Univers-Bold, Arial, Helvetica, sans-serif;
    font-weight: 400;
    line-height: normal;
    margin-bottom: -.250rem;
    letter-spacing: -0.015em;
    margin-top: 0.50rem;
    margin-left: 35.95rem;
    letter-spacing: .01em;
}
.cover-subtitle{
    font-family: Univers-Light, Arial, Helvetica, sans-serif;
    font-size: 1.60rem;
    color:#ffffff;
    letter-spacing: .115em;
    margin-left: 46.75rem;
}

.bg{
  width: 680px;
  height: 636px;
  position: absolute;
  z-index: -1;
}

  .bg__white{
    background-color: rgba(255,255,255,.9);
  }
  .bg__blue{
    background-color: rgba(0,117,143,.8);
  }
  .bg__blue--1{
    background-color: rgba(0,117,143,.4);
  }
    .bg__white--1{
      left: 0;
      top: 4.80rem; 
    }
    .bg__white--2{
      right: 0;
      top: 4.80rem; 
    }



/* ICON NAV */
.icon-wrap,
.icon-wrap:link,
.icon-wrap:visited {
  float: right;
  display: -webkit-box;  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;  /* TWEENER - IE 10 */
  display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;   
  align-items: center;
  cursor: pointer;
}

.icon-wrap > * {
  display: inline-block;
  position: relative;
/*  height: 100% !important;*/
  background-repeat: no-repeat;
  background-position: center center;
}
.cover-icon{
  height: 5.45rem;
  width: 5.45rem;
}
.cover-icon--1{ 
  margin-left: 36.05rem;
  margin-top: 1.50rem;
}
.cover-icon--2{
  margin-top: 2.00rem;
  margin-left: 7.65rem;
}
.cover-icon--3{
  margin-top: 1.50rem;
  margin-left: 1.00rem;
}
.icon{
  width: 1.60rem;
  height: 1.60rem;
}
  .icon--1{
    width: 1.40rem;
  }
.container-arrow{
  content:'';
  display: table;
  clear:  both;
  vertical-align: top;
  width: 19.00rem;
  position: relative;
}
.container-right{
  position: relative;
  width: 100%;
  height: 2.90rem;
  margin-top: 5.20rem;
}
.arrow-cover{
  width: 1.60rem;    
  margin-right: .400rem;
  position: absolute;
  right: 0.50rem;
  cursor: pointer;
}


/* DROPDOWN MENU */
.icon-wrap > * > ul {
    transform: translateY(1.15rem);
   visibility: hidden;
    opacity:0 ;
    top: 100%;
    left: 50%;
    z-index: 2;
    padding-left: 0.50rem;
    border-radius: 0;
    padding: 0;
    margin-top: 2.50rem;
    margin-left: -2.30rem;
    margin-bottom: .100rem;
    -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: 0%;
    padding-top: 1.45rem;
    padding-bottom: 1.45rem;
}
.icon-wrap .hamburger_icon > ul.social-dd {
    padding-bottom: 1.25rem;
    padding-top: 1.25rem;

}

.icon-wrap.hoverish  ul {
    transform: translateY(0.05rem);
  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: 1.10rem 1.00rem .100rem 1.50rem;
  display: block;
  transition: all .25s ease-in-out;
  cursor: pointer;
}

.icon-wrap > * > ul > li .icon-download a {
    padding: 0.60rem 1.00rem .100rem 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  a .txt-blue-dk{
  text-decoration: underline;
}
.hashover{
    cursor: pointer;
}
.social-dd .hashover:hover .txt-blue-dk{
    text-decoration: underline;
}

.hamburger_icon {
  background-image: url("../assets/graphics/icons/ddownicon.svg");
  width: 2.40rem;
  height: 2.40rem;1
    background-position: top left;
  cursor: pointer;
  margin-right: 0.55rem;
}
.hamburger__description{
  font-size: 0.95rem;
  font-family: Univers, Arial, Helvetica, sans-serif;
  color: #00758F;
}
.hamburger_icon.lighter{
    background-image: url("../assets/graphics/icons/hamburger-light.svg");
}


.hamburger_icon > ul {
    width: 29.25rem;
}

.icon-download {
    background-image: url('../assets/graphics/icons/download-arrow.svg');
    background-repeat: no-repeat;
    background-size: 1.40rem 1.95rem;
    padding-left: 2.50rem;
/*    margin-bottom: 20px;*/
    min-height: 1.95rem;
    background-position-x: .200rem;
    padding-top: .350rem;
}

.icon-download > ul {
  text-align: center;
}

.icon-download > ul .pdf-link {
  font-size: 0.80rem;
  padding: 0.75rem .250rem;
  width: 10.00rem;
}

/* FOOTER *********************/
/******************************
FOOTER
******************************/
.footer {
  width: 100%;
  height: 2.10rem;
  position: absolute;
  bottom: 0;
/*    background-color: rgba(0,117,143, .2);*/
  font-family: Univers, Arial, Helvetica, sans-serif;
  font-size: 0.80rem;
    letter-spacing: -.05em;
    color:#fff;
    pointer-events: none;
}
.footer.txt-white{
    color:#FFFFFF;
}

.footer-book-title {
    float: right;
    margin-top: 0.75rem;
    margin-right: 0.75rem;

}
.footer-chap-title {
/*    margin-top: 15px;*/
    margin-left: 3.45rem;
    display: inline-block;
}

#footNum {
    float: right;
    margin-top: .250rem;
    font-family: Univers-Bold, Arial, Helvetica, sans-serif;
    padding-right: 1.10rem;
    font-size: 1.05rem;
    color: #fff;
}


a.white {
  color: white;
}


/* 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-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/graphics/icons/arrow-prev.svg");
  left: 0px;
  z-index: 2000;
}

[dir='rtl'] .slick-prev {
  right: -25px;
  left: auto;
}


.slick-next {
  width: 32px;
  height: 56px;
background-image: url("../assets/graphics/icons/arrow-next.svg");
  right: 0px;
  z-index: 2000;
}

[dir='rtl'] .slick-next {
  right: auto;
}

/******************************
LISTS
******************************/
ul.no-dots-ul{
    list-style: none;
}

.icon-chevron-right.slick-arrow{
    width:40px;
    height: 80px;
    background-color: hotpink;

}
.b-modal {
    mix-blend-mode: multiply;

}

.popupContainer .arrow-text{
    color: #ffffff;
}

/******************************
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;
    z-index: 0;
}

.container-1-col{
    height: 40.00rem;
    padding: 4.95rem 0px 0 4.75rem;
    width: 100%;
    float: left;
}
  .container-1-col--1{
    padding: 4.30rem 0px 0 3.55rem;
  }
  .container-1-col--2{
    padding: 5.20rem 3.20rem 0 3.60rem;
  }
  .container-1-col--5{
    padding: 4.95rem 0px 0 4.75rem;
  }

.container-left-3-col{
    padding: 4.60rem 2.25rem 0 2.20rem;
    float: left;
    width: 34%;
    height: 40.00rem;

}

.container-mid-3-col{
    padding: 4.60rem 1.25rem 0 1.60rem;
    float: left;
    width: 32%;
    height: 40.00rem;
}

.container-right-3-col{
    padding: 4.60rem 2.65rem 0 1.80rem;
    float: left;
    width: 34%;
    height: 40.00rem;
}

.container-right-2-col{
    height: 40.00rem;
    padding: 6.00rem 2.25rem 0 3.85rem;
    width: 50%;
    float: left;
}
  .container-right-2-col--1{
      padding-left: 0.00rem;
      padding-right: 0.00rem; 
  }
  .container-right-2-col--2{
    padding: 6.00rem 3.35rem 0 2.75rem; 
  }      
  .container-right-2-col--3{
    padding: 6.00rem 2.30rem 0 1.55rem;
  }
  .container-right-2-col--4{
    padding: 6.00rem 1.70rem 0 4.50rem;
  }
  .container-right-2-col--5{
    position: relative;
    padding: 6.00rem 0em 0 1.05rem;
  }
.container-right-2-col.flush{
    padding-left: 0.80rem;
    padding-right: 0px;
}

.container-left-2-col{
  height: 40.00rem;
  padding: 6.00rem 2.55rem 0 3.55rem;
  width: 50%;
  float: left;
}
.TOC-left{
    float: left;
    width: 40%;
    margin-left: 3.55rem;
    margin-top: 6.20rem;
}
.TOC-right{
    float: left;
    width: 40%;
    margin-top: 3.40rem;
    margin-left: .100rem;
}
.auto-height{
    height:auto;
}

.menu-dd{
    background-color: rgba(255, 255, 255, 0.95);
    border: 1px solid #bde6ee;
}

.menu-dd.social-dd{
    margin-top: .100rem;
    padding-left: 1.50rem;
    padding-top: 1.10rem;
    padding-bottom: .350rem;
}

.social-dd li{
    display: inline;
}
.chap-name{
    line-height: 1em;
}
.chap-desc{
    letter-spacing: -.04em;
    line-height: 1.3em;
}

.social-icons-holder a:hover{
    opacity: 0.8;
}

.TOC-wrap{
/*    height: 160px;*/
    padding-left: 3.70rem;
    padding-top: 1.45rem;
    mix-blend-mode: multiply;
    margin-bottom: .050rem;
}
.TOC-right .TOC-wrap{
    padding-left: 2.05rem;
}

.TOC-title{
    margin-bottom: 0.90rem;
        margin-top: 1.15rem;
}
a.TOC-chap{
/*    display: inline-block;*/
}
a.TOC-chap:hover, a.TOC-chap:hover .TOC-chapter-title{
    text-decoration: none;
}
.toc-link:hover{
  text-decoration: underline;
}

.TOC-chapter-head{
    font-size: 0.90rem;
    color: #ffffff;
/*    margin-bottom: 3px;*/
}
.TOC-chapter-title{
/*    display: inline-block;*/
    font-family: Univers-Bold, Arial, Helvetica, sans-serif;
    font-weight:400;
    line-height: normal;
    color:#FFFFFF;
    letter-spacing: .01em;
    font-size: 1.60rem;
/*    float:left;*/
    margin-top: -.250rem;
    margin-bottom: 1.95rem;
}
.TOC-desc{
    color: #ffffff;
    font-size: 0.90rem;
    font-weight: 400;
    line-height: 0.95rem;
    display: block;
}
.TOC-chapter-title:hover{
    text-decoration: underline;
}
.container-right-2-col .TOC-chap-num{
    width: 2.95rem;
    margin-right: 1.10rem;
}

.page {
  position: relative;
  width: 70.00rem;
  height: 40.00rem;
  background-repeat: no-repeat;
  background-color: white;
  background-size: cover !important;
}
.slide-page {
    position: absolute;
    width: 70.00rem;
    height: 40.00rem;
    background-repeat: no-repeat;
    background-color: white;
    background-size: cover !important;
    left: 100%;
    -webkit-transition: left 500ms; /* Safari */
    transition: left 500ms;
}
.slide-page.active{
    left: 0%;
}

.bttn{
    display: inline-flex;
    background-color: #fff;
    font-weight: 400;
    color: #003b4d;
    cursor: pointer;
    font-size: 0.80rem;
    border: .050rem solid  #00758f;
    height: 1.80rem;
    width: max-content;
    width:-moz-max-content;
    position: relative;
    line-height: 1.80rem;
    margin-left: 0.70rem;
    -webkit-transition: background-color  500ms;
    -moz-transition: background-color 500ms;
    -ms-transition: background-color 500ms;
    -o-transition: background-color 500ms;
    transition:background-color 500ms;
}
a.bttn{
    text-decoration: none;
}
.bttn.go-bttn{
    float: right;
    font-size: 1.00rem;
    height: 2.30rem;

}
.bttn-txt{
    padding-left: 1.00rem;
/*    padding-right: 15px;*/
    line-height: 1.80rem;
    display: inline-block;
}
.company-logo .bttn-txt{
    padding-right: 0px;
}
.bttn-arrrow{
    display: inline-block;
    background-image: url("../assets/images/arrow-btn-blue.svg");
    background-repeat: no-repeat;
    background-size: 1.00rem;
    height: 1.80rem;
    background-position: center center;
    width: 2.50rem;
    -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;

}
.bttn:hover .bttn-arrrow{
    display: inline-block;
    background-image: url("../assets/graphics/icons/arrow_blue_lt.svg");
    background-position: 85% center;
}

.img-right img, .img-responsive img{
    width: 100%;
}
.close-bttn-holder{
    width: 100%;
    height: 2.00rem;
    text-align: right;
    padding-top: 1.00rem;
    line-height: 1.50rem;
}
.b-close{
    background-image: url(../assets/graphics/icons/btn-close-video.svg);
    float: right;
    height: 0.95rem;
    width: 3.60rem;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center right;
    cursor: pointer;
    margin-left: 0.50rem;
    color: #ffffff;
    font-size: 0.80rem;
    padding-right: 1.85rem;
    line-height: 1.50rem;
    margin-top: 0.70rem;
    cursor: pointer;
    position: relative;
    top: -.150rem;
}
.b-close.pop-close{
    margin-right: .350rem;
    margin-top: .450rem;
}

.close-bttn:hover{
    opacity: .9;
}
/*ebook specific*/
/*images*/
/*.page--p1{
  background-image: url('../assets/images/desktop/test/test1.jpg');
}
.page--p2{
  background-image: url('../assets/images/desktop/test/test2.jpg');
}
.page--p3{
  background-image: url('../assets/images/desktop/test/test3.jpg');
}
.page--p4{
  background-image: url('../assets/images/desktop/test/test4.jpg');
}
.page--p5{
  background-image: url('../assets/images/desktop/test/test5.jpg');
}
.page--p6{
  background-image: url('../assets/images/desktop/test/test6.jpg');
}
.page--p7{
  background-image: url('../assets/images/desktop/test/test7.jpg');
}
.page--p8{
  background-image: url('../assets/images/desktop/test/test8.jpg');
}
.page--p9{
  background-image: url('../assets/images/desktop/test/test9.jpg');
}
.page--p10{
  background-image: url('../assets/images/desktop/test/test10.jpg');
}
.page--p11{
  background-image: url('../assets/images/desktop/test/test11.jpg');
}
.page--p12{
  background-image: url('../assets/images/desktop/test/test12.jpg');
}
.page--p13{
  background-image: url('../assets/images/desktop/test/test13.jpg');
}
.page--p14{
  background-image: url('../assets/images/desktop/test/test14.jpg');
}
.page--p15{
  background-image: url('../assets/images/desktop/test/test15.jpg');
}
.page--p16{
  background-image: url('../assets/images/desktop/test/test16.jpg');
}
.page--p17{
  background-image: url('../assets/images/desktop/test/test17.jpg');
}*/
.page--p1{
  background-image: url('../assets/images/desktop/bg/bg-cover.png');
}
.page--p2{
  background-image: url('../assets/images/desktop/bg/bg-toc.png');
}
.page--p3{
  background-image: url('../assets/images/desktop/bg/bg-ch01-A.png');
}
.page--p4{
  background-image: url('../assets/images/desktop/bg/bg-ch01-B.png');
}
.page--p5{
  background-image: url('../assets/images/desktop/bg/bg-ch02-A.png');
}
.page--p6{
  background-image: url('../assets/images/desktop/bg/bg-ch02-B.png');
}
.page--p7{
  background-image: url('../assets/images/desktop/bg/bg-ch02-C.png');
}
.page--p8{
  background-image: url('../assets/images/desktop/bg/bg-ch02-D.png');
}
.page--p9{
  background-image: url('../assets/images/desktop/bg/bg-ch03-A.png');
}
.page--p10{
  background-image: url('../assets/images/desktop/bg/bg-ch03-B.png');
}
.page--p11{
  background-image: url('../assets/images/desktop/bg/bg-ch03-C.png'); 
}
.page--p12,
.page--p13,
.page--p14,
.page--p16{
  background-image: url('../assets/images/desktop/bg/bg-ch02-B.png'); 
}
.page--p15{
  background-image: url('../assets/images/desktop/bg/bg-ch04-A.png'); 
}
.image{
}
  .image--1{

  }
  .image--2{
    width: 36.30rem;
    height: 30.95rem;
    margin-top: -21px;
    margin-left: -114px;
  }
  .image--3{
    width: 29.90rem;
    height: 32.75rem;
    margin-top: -1.70rem;
    margin-left: -1.25rem;
  }
  .image--4{
    position: absolute;    
  }
    .image--4-1{
      top: .150rem;
      width: 5.45rem;
      right: 2.00rem;
    }
    .image--4-2{
      top: -1.40rem;
      width: 9.00rem;
      right: 1.50rem;
    }
    .image--4-3{
      top: 0.50rem;
      width: 13.80rem;
      right: -2.50rem;
    }
.arrow1{
  width: 0.80rem;
  height: 0.70rem;   
  display: inline-block;
  margin: 1.15rem 0.50rem;  
}



/* cheats and fixes*/

.float-l{
  float: left;
}
img.inline{
  display: inline-block;
}
.float-r{
  float: right;
}
.float-reset{
  float: unset;
}
.relative{
  position: relative;
}
.block{
  display: block;
}
.inline{
  display: inline-block;
}
.absolute{
  position: absolute;
}
.float-r{
  float: right;
}
.vert-top{
  vertical-align: top;
}
.bot-none{
  margin-bottom: 0px;
}


/**********Tablet Landscape***************/
@media only screen and (max-width: 1024px){

    html{
        overflow: hidden;
    }
    body{
        height:100vh;
        position: relative;
    }

    span.desktop_invis{
        display: inline;
    }
    .book-slider, .main_container, .page {
        width: 100vw;
        max-height: 100vh;
        height: 100vh;
    }
    .tablet-relative{
        position: relative;
    }
    .TOC-right{
      margin-top: 1.85rem;
    }
    #preloader{
        height: 100vh;
    }

    .main_container{
        position:fixed;
        bottom:0.00rem;
        overflow: hidden;
        top:0.00rem;
    }
    .TOC-chap-num{
      top: 0px;
    }
    .page{
        -webkit-overflow-scrolling: touch;
    }
    .content-holder{
        display: inline-block;
        width: 100%;
    }

    #search_results .popupContainer{
        background-color:#dee0e0 ;
    }
    .bg-orange-10, .bg-orange-20, .bg-orange-30, .bg-orange-04{
        background-color: transparent;

    }

    .nav-left{
        width: unset;
        margin-right:   auto; 
    }
    .nav-right{
/*        width: 50%;*/
        float: right;
    }
    .scrollbar_setup {
        height: 456px;
        overflow: auto;
    }
    .container{
        height: auto;
    }
    .mobile-TOC{
        margin-top: -11px;
        margin-bottom: 31px;
    }
    .mobile-TOC-link{
        width: 100%;
        display: inline-block;
        color: #f29111;
        font-size:14px;
        margin-bottom: 17px;

    }
    .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: 21px;
        letter-spacing: normal;
        width: 84%;
    }
    .page{
        position: relative;
        padding-top: 2.85rem;
    }
    .row:after{
        display: inline-block;
    }
    .slick-slide > .container{
        padding: 2.00rem 0px 10.00rem 0.00rem;
        width: auto;
        margin: 0;
        margin-left: 4.465%;
        margin-right: 6.5%;
        min-height: calc(100vh -40.00rem);
        height: unset;
    }
    .contents_header{
        width:85%;
        margin: auto;
        padding-top: 1.50rem;
        margin-bottom: 1.00rem;

    }
    .footer-chap-title {
        margin-left: 2.20rem;
    }
    .footer {
        height: 1.45rem;
    }
    .footer-phone{
        display: block;
        height: 2.80rem;
            background-color: rgba(0,59,77,.4);
        z-index: 10;
        left: 0px;
        width: 100%;
        color:#324b5c;
        font-size: 0.90rem;
        position: absolute;
        bottom: -5.00rem;
        transition: .5s bottom ease-in-out;
    }
    .footer-phone.up{
        bottom: 0px;
    }
    .footer-phone a {
        color:#324b5c;
        margin-left: 0;
        font-size: 0.90rem;
    }
    img{
      margin: 0 auto;
    }
    .footer-phone a.tab-previous{
        margin-left: -2.00rem;
        margin-right: 2.80rem;
    }

    .footer-phone a.tab-next{
        margin-left: 0;
    }
    .tab-backToTop{
        margin-left: 0 !important;
    }
    .footer-phone .tab-backToTop{
        background-image: url('../assets/graphics/icons/arrow-nav-white-up.svg');
        background-repeat: no-repeat;
        background-size: 2.15rem 2.15rem;
        line-height: 2.15rem;
        height: 2.15rem;
        background-position: center center;
        text-align: center;
        padding-left: 0;
        margin-left: 0;
        top: 50%;
        transform: translateY(-50%);
    }

    .mobile-footer-section{
        height: 2.80rem;
        width: 33.3%;
        float:left;
        position: relative;
    }
    .slick-next-mobile{
        width: 100%;
        background-image: url('../assets/graphics/icons/arrow-nav-white-next.svg');
        background-position: right center;
        background-size: 2.15rem 2.15rem;
        background-repeat: no-repeat;
        margin-left: -1.00rem;
        padding-right: 2.00rem;
        height: 2.15rem;
        line-height: 2.15rem;
        text-align: right;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }
    .slick-prev-mobile{
        width: 100%;
        background-image: url('../assets/graphics/icons/arrow-nav-white-prev.svg');
        background-size: 2.15rem 2.15rem;
        background-repeat: no-repeat;
        background-position: left center;
        height: 2.15rem;
        line-height: 2.15rem;
        margin-left: 1.00rem;
        padding-left: 2.00rem;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }
    .company-logo {
      margin-left: 4.4vw;
    }
    .icon-wrap {
        margin-top: .450rem;
        margin-right: 2vw;
    }
    .slick-prev,
    .slick-next {
        width: 1.10rem;
        height: 1.90rem;
        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, .TOC-left, .TOC-right, .container-1-col, .footnote-container__4{
        width: 576px;
        height: auto;
        padding: 0;
        float: unset;
        margin: 0 auto;
    }
    .container-right-2-col,
    .container-left-2-col,
    .footnote-container__4,
    .container-1-col{
      position: relative;
    }
    .container-right-2-col--5{
      width: 100%;
      margin: 0;
    }
      .container-1-col--2{
        margin: 0;
        width: 100%;
        padding-left: 3.95rem;
        padding-top: 2.45rem;
      }

    .container-right-2-col--1,
    .container-left-2-col--1,
    .container-right-2-col--1-tab{
      padding-top: 1px;
      padding-bottom: 1px;
      display: flex;
      flex-direction: column;
    }
      .container-pad-tab-50top{
        padding-top: 2.50rem;
      }
      .container-pad-tab-50bot{
        padding-bottom: 2.50rem;
      }
    .container-1-col--3{
      margin-left: 20px;
      width: 83%;
    }
    .container-right-2-col--6{
      margin: 0;
      width: 100%;      
    }
    .icon-wrap > * > ul{
      transform: translateX(1.15rem);
    }
    .icon-wrap.hoverish ul {
      transform: translateX(-24.50rem);
    }
    #p2 .background-holder,#p3 .background-holder, #p5 .background-holder::before, #p9 .background-holder {
        background-image: none;
    }
    .nav-bar{
      background-color: rgba(0,59,77,.2);
      background-color: rgba(255,255,255,.8);
    }
    .TOC-article-wrap{
        border-left:none;
        margin-left: 0px;
        margin-top: 0px;
        padding-left: 0px;
        padding-bottom: 60px;
    }
    .icon-wrap .hamburger_icon > ul{
        padding-top: 1.00rem;
    }
    .bg__white--1,
    .bg__white--2{
      --a: calc(100vw - 28.80rem);
      --b: calc(var(--a) / 2);
      --c: calc(var(--b) * -1);
      right: calc(var(--c) + 0.65rem);
      width: 500%;
      top: 0;
      left: initial;
      height: 100%;
    }
    .bg__white--3{
      width: 89vw;
      left: -169px;
    }
    .row--1-1 {
      margin-top: 1.20rem;
    }
    .insert{
      margin-top: 1.20rem;
      margin-bottom: 1.20rem;
      margin-left: -8.45rem;
      width: 158%;
      height: 17.50rem;      
      background-color: rgba(189,230,238,0.8);
    }
    .pgraph--2{
      width: 91%;
      display: inline-block;
      vertical-align: top;
      margin-top: 0;
      margin-left: 0.70rem;
    }
    .bg__dk-blue{
      background-color: rgba(0,117,143,.4);
    }
    .image--1{
      margin-bottom: 1.20rem;
    }
    .image--2{
      width: 100%;
      height: 100%;    
      margin-left: initial;
      margin-top: 1.20rem;
      margin-bottom: 1.20rem;
      padding-top: 1.20rem;
      padding-bottom: 1.20rem;
    }
    .image--3{
      width: 100%;
      height: 100%;
      margin-top: 1.20rem;
      margin-left: 0;
      padding-top: 1.20rem;
      padding-bottom: 1.20rem;
    }
    .image--5{
      width: calc(93.6vw -2.40rem);
      margin-top: 1.20rem;
    }
    .footnote-container{
      margin-top: 2.40rem;
      margin-left: -9.55rem;
      padding: 28px;
      background-color: rgba(255,255,255,.9);      
      width: calc(100% - 2.40rem);
    }
      .footnote-container__t1,
      .footnote-container__t3,
      .footnote-container__t4{
        margin-left: 0.00rem;
      }
      .footnote-container__t4{
        margin-bottom: 2.40rem;
      }
    .pgraph--7{
      position: relative;
      bottom: 0;
      margin-bottom: .150rem;
      color: #003b4d;
    }
    .row--2{
      content: "";
      display: table;
      clear: both;
    }
    .insert__text{
      position: relative;
    }
      .insert__text--3{
        height: 14.50rem;
      }
    .page--p1{
      background-image: url('../assets/images/_mob-horiz/bg-cover-land.png');
    }
    .page--p2{
      background-image: url('../assets/images/_mob-horiz/bg-toc-land.png');    
    }
    .page--p3{
      background-image: url('../assets/images/_mob-horiz/bg-ch01-land.png');
    }
    .page--p5{
      background-image: url('../assets/images/_mob-horiz/bg-ch02-land.png');
    }
    .page--p9{
      background-image: url('../assets/images/_mob-horiz/bg-ch03-land.png');
    }
    .page--p15{
      background-image: url('../assets/images/_mob-horiz/bg-ch04-land.png'); 
    }    
    .inline-tab{
      display: inline-block;
    }
    .tablet-bot-24{
        margin-bottom: 1.20rem;
    }    
    .row--4{
      margin-top: 35px;          
      bottom: initial;
    }
    .bot-none-tab{
      margin-bottom: 0px;
    }
    .tablet-top-24{
      margin-top: 1.20rem;
    }
    .heading--2-2{
      font-size: 2.40rem;
    }
    .footnote-container__4{
      margin-left: 0.00rem;
    }
    .cover-icon{
      height: 4.75rem;
      width: 4.75rem;
    }
      .cover-icon--1{
        margin-top: 0;      
        margin-left: 28.10rem;
      }
      .cover-icon--2{
        margin-top: 2.35rem;
      }
      .cover-icon--3 {
        display: none;
      }    
    .fix1{
      left: -0.95rem;
      height: 53.50rem;

    }
    .fix2{
      margin-top: 2.00rem;
    }
    .fix3{
      margin-top: 5.40rem;
      margin-left: -1.00rem;
    }
    .fix4{
      position: absolute;
      right: 0px;
      top: 253px;
    }    
    .footnote-container{
      width: 88.8vw;
    }
    .pgraph--7-1,
    .pgraph--7-2,
    .pgraph--7-3,
    .pgraph--7-4,
    .pgraph--7-5,
    .pgraph--7-6{
      width: 100%;
    }
    .container-1-col--4{
      padding: 0;
    }
    .col-1-of-4--3{
      width: 10.80rem;
      height: 17.00rem;
    }
      .col-1-of-4--3 .heading{
        font-size: 0.70rem;        
      }
      .col-1-of-4--3 .heading--4-1{
        font-size: 1.00rem;        
      }
      .col-1-of-4--3 .heading--4-2{
        font-size: 0.65rem;
      }
  .insert__text--3{
    padding-left: 0.00rem;
  }
  .row--4{
    left: initial;
  }
  .hamburger_icon{
    margin-right: 0;
    margin-left: 0.55rem;
  }
  .hamburger__description{
    -webkit-order: -1;
    -moz-order: -1;
    -ms-order: -1;
    -o-order: -1;
    order: -1;
  }
}
/**********Tablet Portrtait*******/

@media only screen and (max-width: 910px) {
  .slick-slide > .container{
    margin-right: 8%;
  }
  .bg__white--3 {
    width: calc(93.6vw -2.40rem);
    left: -2.40rem;
  }
    .bg__white--4{
      left: -0.85rem;
    }
  .footnote-container{
    margin-left: -3.55rem;
  }
  .footnote-container__t1,
  .footnote-container__t3,
  .footnote-container__t4{
    margin-left: 0.00rem;
  }  
  .container-1-col--2{
    padding-left: 3.90rem;
  }
  .insert{
    width: calc(93.6vw - 2.40rem);
    padding-top: 3.70rem;
    padding-bottom: 2.50rem;
    height: auto;
    margin-left: -2.40rem;
  }
    .insert__text--1{
      margin-top: initial;
    }  
    .insert__text--2{
      margin-top: initial;
      margin-bottom: initial;
    }
  .row--2{
    width: 107%;
  }
  .col-1-of-4{
    margin-right: 1.40rem;
  }
  .fix3{
    margin-left: -0.90rem;
  }
  .page--p1{
    background-image: url('../assets/images/_mob-vert/bg-cover-port.png');
  }
  .col-1-of-4--3{
    margin-bottom: 1.40rem;
  }
  .footnote-container__1{
    margin-left: 0.00rem;
  }
  .cover-icon--1{
    margin-top: 8.85rem;
    margin-left: 21.10rem;
  }
  .cover-icon--2{
    margin-top: 1.00rem;
    margin-left: 0.00rem;
  }
  .cover-icon--3{
    margin-top: -2.00rem;
    margin-left: -1.50rem;
  }
  .page--p1{
    background-image: url('../assets/images/_mob-vert/bg-cover-port.png');
  }
  .page--p2{
    background-image: url('../assets/images/_mob-vert/bg-toc-port.png');    
  }
  .page--p3{
    background-image: url('../assets/images/_mob-vert/bg-ch01-port.png');
  }
  .page--p5{
    background-image: url('../assets/images/_mob-vert/bg-ch02-port.png');
  }
  .page--p9{
    background-image: url('../assets/images/_mob-vert/bg-ch03-port.png');
  }
  .page--p15{
    background-image: url('../assets/images/_mob-vert/bg-ch04-port.png'); 
  }     
  .fix4{
    position: relative;
    top: initial;
    right: initial;
    float: left;
    width: 97%;
  }
  .container-right{
    margin-top: -.200rem;
  }
  .container-arrow{
    width: 100%;
  }
  .arrow-cover{
    margin-right: 0;    
    right: 1.30rem;
  }
  .page--p2 .container-1-col--2{
    padding-left: 0.00rem;
  }
  .page--p2 .col-1-of-4--3{
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    width: 100%;
    height: initial;
  }
  .heading--4{
    font-size: 1.05rem;
    margin-bottom: 0.00rem; 
  }
  .col-1-of-4--3 .heading--4-1,
  .col-1-of-4--3 .heading--4-2,
  .col-1-of-4--3 .heading--4-3,
  .col-1-of-4--3 .heading--4-4{
    margin-top: 0.00rem;
    font-size: 1.40rem;
  }
  .page--p2 .container{
    padding-bottom: 0.00rem;
  }
  .port-none{
    display: none;
  }
  .port-only{
    display: block;
  }
  .fix5{
    margin-top: 2.00rem;
  }
  .fix1{
    height: 98.50rem;
  }
}
@media only screen and (max-width:767px) {
    html{

      /*calculated font-size value of 10px*/
      font-size: 93.75%;
    }    
    .thumb-container{
        max-width:  Calc(100vw - 30px);
    }
    .slick-slide > .container {
      margin-right: 1.10rem;
    }
    .img-responsive img{
        width: 100%;
    }
    .search-box {
        width: 150px;
        background-position: 120px;
        left: unset;
        right: 45px;

    }
    article{
        width: 100%;
        padding-left: 0px;
    }
    .book-slider, .main_container, .page {
        height:100vh;
        width: 100vw;
        max-height: 100vh;
        max-width: 100vw;
    }

    .content-holder{
        padding-bottom: 0px;
    }
    .trail-bttn.phone-only{
        position: absolute;
        float: none;
        transform: translateX(-50%);
        left: 50%;
    }
    .slick-list{
        min-height: 100vh;
    }

    .footer-phone{
        display: block;
        height: 2.50rem;
    }
    .unrow{
        width: calc(100% + 30px);
        margin-left: -15px;
    }
  button:active{
    background-color: unset;
  }
  .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, 
  .TOC-left, 
  .TOC-right, 
  .container-1-col, 
  .footnote-container__4{
    width: 100%;
  }
  .bg__white--3{
    left: -350.00rem;
    width: 10000%;
  }
  .image--5{
    width: 100%;
  }
  .insert{
    width: 100%;
    margin-left: 0;
  }
  .fix1{
    height: calc(100% + 24px);
  }
  .fix5{
    margin-top: 2.00rem;
  }
  .container-1-col--3{
    margin-left: initial;
  }
  .footnote-container__3{
    margin-left: 0;
  }
  .page--p15 .bg__white--2{
    left: -500px;
    width: 50000%;
    height: calc(100% + 50px);
  }
  .icon-wrap .hamburger_icon > ul{
    padding-top: 1.00rem;
    margin-left: 0.00rem;
  }  
  .icon-wrap.hoverish ul {
    transform: translateX(-83vw);
  }
  .hamburger_icon > ul {
    width: 95vw;
  }
  .page--p1{
    background-image: url('../assets/images/_phone/bg-cover-phone.png');
    background-size: cover;
  }
  .page--p2{
    background-image: url('../assets/images/_phone/bg-toc-phone.png');    
  }
  .page--p3{
    background-image: url('../assets/images/_phone/bg-ch01-phone.png');
  }
  .page--p5{
    background-image: url('../assets/images/_phone/bg-ch02-phone.png');
  }
  .page--p9{
    background-image: url('../assets/images/_phone/bg-ch03-phone.png');
  }
  .page--p15{
    background-image: url('../assets/images/_phone/bg-ch04-phone.png'); 
  }    
  .heading--2{
    font-size: 2.13rem;
  }
  .page--p2 .container{
    padding-bottom: 10.00rem;
  }
  .col-1-of-4--3 .heading--4-1,
  .col-1-of-4--3 .heading--4-2,
  .col-1-of-4--3 .heading--4-3,
  .col-1-of-4--3 .heading--4-4{
    font-size: 1.20rem;
  }  
  .col-1-of-4--3 .heading{
    font-size: 1.05rem;
  }
  .slick-prev-mobile{
    width: 100%;
    background-size: 30px 30px;
    background-repeat: no-repeat;
    background-position: left center;
    height: 42px;
    line-height: 42px;
    margin-left: 20px;
    padding-left: 40px;
    position: absolute;
    top: 47%;
  }  
  .slick-next-mobile{
    width: 100%;
    background-position: right center;
    background-size: 30px 30px;
    background-repeat: no-repeat;
    margin-left: -20px;
    padding-right: 40px;
    height: 42px;
    line-height: 42px;
    text-align: right;
    position: absolute;
    top: 47%;
  }
  .footer-phone .tab-backToTop{
    background-repeat: no-repeat;
    background-size: 30px 30px;
    background-position: center center;
    text-align: center;
    padding-left: 0;
  }
  .page--p1 .container-1-col{
    padding-left: 13px;
    padding-top: 20px;
  }
  .cover-icon{
    width: 42px;
    height: 42px;
  }
  .cover-icon--1{
    margin: 0px;
    position: absolute;
    right: 13px;
  }
  .cover-icon--2{
    margin-top: 0px;
    position: absolute;
    top: 20vh;
    left: calc(50vw - 34px);
  }
  .cover-icon--3{
    margin: 0px;
    position: absolute;
    margin-left: 13px;
    top: 28vh;
  }
  .phone-none{
    display: none;
  }
  .phone-only{
    display: block;
  }  
  .fix6{
    margin-top: 0px;
    top: 48vh;
    position: absolute;
  }
  .phone-top-0{
    margin-top: 0px;
  }  
  .arrow-cover{
    position: absolute;
    top: 68vh;
    right: 13px;
  }
  .footnote-container{
    background-color: initial;
  }
  .footnote-container__2,
  .footnote-container__4{
    margin-left: 0px;
  }
  .phone-top-24{
    margin-top: 24px;
  }
  .insert__text--1
  ,.insert__text--2{
    margin: 0 auto;
  }
  .phone-width-100{
    width: 100%;
  }
}
@media only screen and (max-width:325px){
  .phone-l-width-105{
    width: 105%;
  } 
}

